]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
[gnu-emacs] / lisp / ChangeLog
1 2006-11-10 Simon Marshall <simon@gnu.org>
2
3 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4 fontification for "case" and "default" keywords.
5
6 2006-11-10 Andreas Schwab <schwab@suse.de>
7
8 * calendar/cal-dst.el (calendar-dst-check-each-year-flag): Avoid
9 starting sentence with "nil".
10
11 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
12
13 * server.el (server-raise-frame): New option.
14 (server-switch-buffer): Use it.
15
16 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
17
18 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
19 with a capital.
20
21 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
22
23 * textmodes/org.el (org-scan-tags): Make the search case-sensitive.
24 (org-tags-sparse-tree): Don't overrule `org-show-following-heading'
25 and `org-show-hierarchy-above'.
26 (org-reveal): New command.
27 (org-show-context): Renamed from `org-show-hierarchy-above'.
28 (org-fast-tag-selection-single-key): New option.
29 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
30 (org-tags-overlay): New variable.
31 (org-agenda-todo-ignore-deadlines): New option.
32 ("session"): Add circular data structure `org-mark-ring' to exceptions
33 list in session.el.
34 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
35 New options.
36 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
37 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
38 (org-pre-agenda-window-conf, org-blank-before-new-entry): New variables.
39 (org-finalize-agenda): Activate bracket links in agenda.
40 (org-at-timestamp-p, org-at-date-range-p): Additional argument
41 INACTIVE-OK.
42 (org-show-hierarchy-above, org-show-following-heading):
43 List values allowed for fine-tuned configuration.
44 (org-show-hierarchy-above): New argument CONTEXT, use the fine-tuned
45 settings in `org-show-hierarchy-above' and `org-show-following-heading'.
46 (org-display-custom-time): New function.
47 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
48 (org-display-custom-times, org-time-stamp-custom-formats):
49 (org-maybe-intangible): New macro.
50 (org-activate-bracket-links, org-hide-wide-columns):
51 Use `org-maybe-intangible'.
52 (org-open-file): Use `shell-quote-argument'.
53 (org-display-internal-link-with-indirect-buffer): New option.
54 (org-file-remote-p): Get regexp from list.
55 (org-link-expand-abbrev): New function.
56 (org-link-abbrev-alist): New option.
57 (org-open-at-point, org-cleaned-string-for-export):
58 Call `org-link-expand-abbrev'.
59 (org-timeline, org-agenda-list, org-todo-list)
60 (org-tags-view): Remove the KEEP-MODES argument.
61 (org-finalize-agenda-hook): New hook.
62 (org-get-alist-option): New function.
63 (org-follow-timestamp-link): New function.
64 (org-open-at-point): Call `org-follow-timestamp-link'.
65 (org-log-note-marker, org-log-note-purpose)
66 (org-log-note-window-configuration): New variables.
67 (org-add-log-maybe, org-add-log-note, org-store-log-note):
68 New functions.
69 (org-log-note-headings): New option.
70 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
71 (org-store-link): Support for dired-mode.
72 (org-open-file): Substitute environment variables into filename.
73 (org-last): New defsubst.
74 (org-agenda-re-align-tags): New function.
75 (org-agenda-align-tags-to-column): New option.
76 (org-agenda-timeline): Group removed.
77 (org-prepare-agenda, org-prepare-agenda-buffers)
78 (org-run-agenda-series, org-timeline, org-agenda-list)
79 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
80 the text property inticating the agenda type.
81 (org-agenda-post-command-hook): Get agenda type from text property
82 at point.
83 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
84 and obey `org-agenda-overriding-arguments'.
85 (org-agenda-overriding-arguments, org-agenda-last-arguments):
86 New variables.
87 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
88 (org-agenda-week-view, org-agenda-day-view):
89 Use `org-agenda-overriding-arguments' to make updating work with
90 multi-block agendas.
91 (org-agenda-prefix-format): Allow different formats for the
92 different agenda entry types.
93 (org-timeline-prefix-format): Option removed,
94 use `org-agenda-prefix-format' instead.
95 (org-prepare-agenda): New function.
96 (org-select-timeline-window): Option removed,
97 use `org-select-agenda-window' instead.
98 (org-respect-restriction): Variable removed.
99 (org-cmp-tag): New function.
100 (org-agenda-sorting-strategy, org-entries-lessp):
101 Implement sorting by last tag.
102 (org-complete): Better completion in in-buffer option lines.
103 (org-in-item-p): New function.
104 (org-org-menu): Added entries for checkboxes.
105 (org-cycle): Extra brouping in outline-regexp, because it is used
106 in a search with "^" prepended.
107 (org-provide-checkbox-statistics): New option.
108 (org-set-font-lock-defaults): Highlight checkbox statistics.
109 (org-update-checkbox-count-maybe)
110 (org-get-checkbox-statistics-face): New functions.
111 (org-update-checkbox-count): New command.
112 (org-insert-item, org-toggle-checkbox):
113 Call `org-update-checkbox-count-maybe'.
114 (org-export-as-html): XEmacs compatibility for coding system.
115 (org-force-cycle-archived): New command.
116 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
117 overrules cycling.
118 (org-fix-position-after-promote): If the line contains only a todo
119 keyword, add a final space.
120 (org-promote-subtree, org-demote-subtree):
121 Call `org-fix-position-after-promote'.
122
123 2006-11-10 Glenn Morris <rgm@gnu.org>
124
125 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
126 date in every year.
127 (calendar-dst-check-each-year-flag): New customizable variable.
128 (calendar-dst-find-data): New function, extracted from
129 calendar-current-time-zone.
130 (calendar-current-time-zone): Use calendar-dst-find-data.
131 (calendar-dst-transition-cache): New variable.
132 (calendar-dst-find-startend, calendar-dst-starts)
133 (calendar-dst-ends): New functions.
134 (calendar-daylight-savings-starts)
135 (calendar-daylight-savings-ends): Change value to use
136 calendar-dst-starts, calendar-dst-ends; respectively.
137
138 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
139
140 * ido.el (ido-enable-prefix)
141 * ses.el (ses-call-printer-return)
142 * net/tramp.el (tramp-unified-filenames)
143 * progmodes/cc-align.el (c-lineup-string-cont)
144 * progmodes/compile.el (compilation-directory-matcher)
145 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
146 * progmodes/gdb-ui.el (gdb-many-windows)
147 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
148 (vhdl-clock-rising-edge)
149 * textmodes/org.el (org-export-with-timestamps)
150 (org-export-remove-timestamps-from-toc, org-export-with-tags)
151 (org-read-date): Doc fix (Nil -> nil).
152
153 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
154
155 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
156 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
157
158 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
159
160 * bs.el (bs--window-for-buffer): Remove.
161 (bs--show-with-configuration): Use `get-window-with-predicate'
162 instead of `bs--window-for-buffer'.
163
164 2006-11-10 Kenichi Handa <handa@m17n.org>
165
166 * files.el (revert-buffer): Fix previous change.
167
168 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
169
170 * bs.el (bs--redisplay): Fix typo in docstring.
171 (bs--window-config-coming-from): Make frame-local.
172 (bs--restore-window-config): New function.
173 (bs-kill, bs-select, bs-select-other-window)
174 (bs-select-other-frame): Use it.
175 (bs--window-for-buffer): Return as soon as a matching buffer is found.
176 (bs--show-with-configuration): Save the window configuration as a
177 frame local var, and only if *buffer-selection* is not already
178 visible on this frame.
179
180 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
181
182 * vc-svn.el (vc-svn-admin-directory): New var.
183 (vc-svn-registered, vc-svn-responsible-p)
184 (vc-svn-repository-hostname): Use it.
185 Suggested by arit93@yahoo.com.
186
187 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
188
189 * ldefs-boot.el: Regenerate.
190
191 2006-11-08 Alan Mackenzie <acm@muc.de>
192
193 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
194 case (eq open-paren-in-column-0-is-defun-start nil) by searching
195 for least nested open-paren.
196
197 2006-11-08 Romain Francoise <romain@orebokech.com>
198
199 * subr.el (remove-overlays): Fix typo in last change.
200
201 2006-11-08 Richard Stallman <rms@gnu.org>
202
203 * subr.el (remove-overlays): Call overlay-recenter.
204
205 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
206
207 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
208 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
209 behaviour.
210 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
211 directly.
212
213 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
214
215 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
216 (ido-max-dir-file-cache, ido-decorations)
217 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
218 (ido-magic-backward-char, ido-enter-dired)
219 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
220 (ido-list-directory, ido-first-match, ido-only-match)
221 (ido-subdir, ido-indicator): Fix typos in docstrings.
222 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
223 (ido-read-internal): Fix typo in error message.
224
225 2006-11-08 Kenichi Handa <handa@m17n.org>
226
227 * international/mule-cmds.el (set-default-coding-systems): Always
228 set default-file-name-coding-system to utf-8 for Mac Darwin.
229
230 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
231
232 * makefile.w32-in (setwins): Remove.
233 (WINS_ALMOST): New macro.
234 (WINS): Use it.
235 (autoloads): Don't extract autoloads from files in obsolete/.
236
237 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
238
239 * whitespace.el (whitespace-buffer): Call remove-overlays after
240 overlay-recenter for performance. Suggested by Martin Rudalics.
241
242 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
243
244 * net/tramp.el (tramp-default-method): scp is the default method.
245
246 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
247
248 * server.el (server-start): Save also the Emacs pid in the server file.
249
250 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
251
252 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
253 point when displaying a bibtex cross reference in the echo area.
254
255 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
256
257 * international/mule.el (make-char): Fix typo in docstring.
258 (load-with-code-conversion, charsetp): Doc fixes.
259
260 * international/ja-dic-cnv.el (skkdic-convert):
261 * cus-edit.el (hook): Fix typo in docstring.
262
263 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
264
265 * cus-edit.el (custom-mode-map): Move defvar above code using it.
266 (custom-mode-link-map): New variable.
267 (custom-group-link, custom-manual): Use follow-link.
268
269 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
270
271 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
272 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
273
274 2006-11-06 Richard Stallman <rms@gnu.org>
275
276 * textmodes/flyspell.el (flyspell-correct-word-before-point):
277 New function broken out of flyspell-correct-word.
278 (flyspell-mode-map): Bind it to M-RET.
279 (flyspell-correct-word): Call it.
280
281 * textmodes/fill.el (fill-minibuffer-function): New function.
282 (fill-paragraph): Bind fill-paragraph-function to
283 fill-minibuffer-function.
284
285 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
286 so that they aren't undefined.
287
288 * dired.el (dired-readin): Locally bind file-name-coding-system.
289
290 * bindings.el: Shorten and clarify usual mode line mouse help string.
291
292 * Makefile.in (autoloads): Don't include `obsolete'.
293
294 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
295
296 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
297 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
298 Printing menu if it's not initialized.
299 (pr-menu-bind): Act on menu-bar-file-menu directly.
300
301 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
302
303 * help.el (view-emacs-news): Fix typo in error message.
304
305 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
306
307 * shadowfile.el (shadow-define-regexp-group)
308 (shadow-literal-groups, shadow-insert-var): Doc fixes.
309 (shadow-read-files): Fix typo in message.
310 (shadow-inhibit-overload, shadow-find, shadow-suffix)
311 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
312 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
313 (shadow-file-match): Fix typos in docstrings.
314
315 * terminal.el (terminal-emulator): Fix typo in message.
316
317 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
318
319 * emacs-lisp/lselect.el (x-kill-primary-selection)
320 (x-delete-primary-selection, x-copy-primary-selection):
321 Fix typos in error messages.
322
323 * emulation/edt-mapper.el: Fix typo in interactive message.
324
325 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
326
327 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
328 (ispell-help): Fix typos in docstrings.
329 (ispell-help): Fix typo in output message.
330
331 * allout.el (allout-adjust-file-variable)
332 (allout-passphrase-verifier-string)
333 (allout-passphrase-hint-string)
334 (allout-toggle-current-subtree-encryption):
335 * apropos.el (apropos-synonyms):
336 * cus-edit.el (hook):
337 * emacs-lock.el (emacs-lock-from-exiting):
338 * follow.el (follow-avoid-tail-recenter-p):
339 * hexl.el (hexl-mode):
340 * mouse-copy.el (mouse-copy-work-around-drag-bug):
341 * mouse.el (mouse-set-font):
342 * resume.el (resume-emacs-args-file):
343 * rfn-eshadow.el (file-name-shadow-tty-properties):
344 * t-mouse.el (t-mouse-process, t-mouse-mode):
345 * emacs-lisp/cust-print.el (custom-print-install)
346 (custom-print-uninstall, custom-format):
347 * emacs-lisp/shadow.el (list-load-path-shadows):
348 * emulation/tpu-edt.el (tpu-help-text)
349 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
350 (tpu-reset-control-keys):
351 * emulation/vip.el (vip-emacs-local-map)
352 (vip-change-mode-to-emacs):
353 * emulation/viper.el (viper-mode, viper-set-hooks)
354 (viper-major-mode-modifier-list):
355 * emulation/viper-init.el (viper-emacs-state-cursor-color):
356 * emulation/viper-keym.el (viper-emacs-kbd-map)
357 (viper-toggle-key):
358 * mail/feedmail.el (feedmail-queue-reminder)
359 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
360 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
361 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
362 (feedmail-sender-line, feedmail-force-binary-write)
363 (feedmail-from-line, feedmail-deduce-envelope-from)
364 (feedmail-x-mailer-line, feedmail-message-id-generator)
365 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
366 (feedmail-enable-spray, feedmail-spray-this-address)
367 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
368 (feedmail-queue-runner-confirm-global)
369 (feedmail-ask-before-queue-prompt)
370 (feedmail-ask-before-queue-reprompt)
371 (feedmail-prompt-before-queue-standard-alist)
372 (feedmail-prompt-before-queue-user-alist)
373 (feedmail-prompt-before-queue-help-supplement)
374 (feedmail-queue-use-send-time-for-message-id)
375 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
376 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
377 (feedmail-mail-send-hook-queued)
378 (feedmail-confirm-addresses-hook-example)
379 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
380 (feedmail-queue-runner-mode-setter)
381 (feedmail-queue-alternative-mail-header-separator)
382 (feedmail-queue-runner-message-sender)
383 (feedmail-buffer-eating-function, feedmail-binmail-template)
384 (feedmail-run-the-queue-no-prompts)
385 (feedmail-run-the-queue-global-prompt)
386 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
387 (feedmail-envelope-deducer, feedmail-fiddle-date)
388 (feedmail-default-message-id-generator)
389 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
390 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
391 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
392 (vms-pmail-setup):
393 * play/dunnet.el (dun-help):
394 * play/handwrite.el (handwrite):
395 * play/hanoi.el (hanoi-unix-64):
396 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
397 * textmodes/enriched.el (fixed):
398 * textmodes/org.el (org-file-apps)
399 (org-emphasis-regexp-components, org-emphasis-alist):
400 * textmodes/texinfmt.el (batch-texinfo-format):
401 Fix typos in docstrings.
402
403 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
404
405 * loadhist.el (read-feature): Don't complete features not loaded
406 from a file (which make `unload-feature' to fail).
407
408 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
409
410 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
411
412 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
413
414 * startup.el (command-line-1): Kill emacs if the last frame is
415 deleted while evaluating the command-line arguments.
416
417 2006-11-05 Richard Stallman <rms@gnu.org>
418
419 * startup.el (init-file-had-error): Add doc string.
420 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
421 Use fixed-width font for keyboard key descriptions.
422
423 * cus-edit.el (custom-save-all): Error if saving in .emacs
424 and it had an error when loaded.
425
426 * dired-aux.el (dired-copy-file-recursive): Catch errors
427 from recursive copies in the loop, around the recursive call.
428
429 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
430
431 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
432 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
433 `/proc/acpi/thermal_zone/*'.
434 (battery-search-for-one-match-in-files): New. Search a regexp in
435 the content of some files.
436
437 2006-11-05 Martin Rudalics <rudalics@gmx.at>
438
439 * window.el (mouse-autoselect-window-now): Remove variable.
440 (mouse-autoselect-window-state): New variable.
441 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
442 (mouse-autoselect-window-select, handle-select-window):
443 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
444 Suspend delayed autoselection during menu or popup dialog.
445
446 * info-look.el (info-lookup-guess-custom-symbol): New function
447 for retrieving symbol at point in custom buffers.
448 (top level) <info-lookup-maybe-add-help>: Add backquote and
449 comma to ignored characters in regexps of help specifications
450 for emacs-lisp-mode and lisp-interaction-mode. This permits
451 looking up symbols in `...' and after a comma. Add help
452 specifications for custom-mode and help-mode.
453
454 2006-11-04 Eli Zaretskii <eliz@gnu.org>
455
456 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
457 Don't encode body if RAW is non-nil, or if the old encoding is
458 identical to the new encoding, or if the body contains only
459 eight-bit-* characters.
460
461 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
462
463 * faces.el (faces-sample-overlay, describe-face): Revert last
464 changes.
465 (faces-sample-overlay): Remove variable.
466 (describe-face): Insert sample text in the face being described.
467
468 2006-11-04 Martin Rudalics <rudalics@gmx.at>
469
470 * whitespace.el (whitespace-indent-regexp): Make this match any
471 multiples of eight spaces near the beginning of a line.
472 (whitespace-buffer): Use `remove-overlays' instead of
473 `whitespace-unhighlight-the-space' and `overlay-recenter' to
474 speed up overlay handling.
475 (whitespace-buffer-leading, whitespace-buffer-trailing): Make
476 these functions highlight the text removed by
477 `whitespace-buffer-leading-cleanup' and
478 `whitespace-buffer-trailing-cleanup' respectively.
479 (whitespace-buffer-search): Use `with-local-quit'. Move
480 `format' out of loop to speed up scanning larger buffers.
481 (whitespace-unhighlight-the-space): Remove `remove-hook' since
482 that function is never added to a hook.
483 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
484 (whitespace-buffer-leading-cleanup)
485 (whitespace-refresh-rescan-list): Fix docstrings.
486
487 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
488
489 * allout.el (allout-during-yank-processing): Cue for inhibiting
490 aberrance processing during yanks.
491 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
492 the amount of yanked topics that can be aberrant.
493 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
494 a function, and supplement with inihibition of doublechecking
495 during yanks.
496 (allout-beginning-of-line, allout-next-heading)
497 (allout-previous-heading, allout-goto-prefix-doublechecked)
498 (allout-back-to-current-heading, allout-next-visible-heading)
499 (allout-next-sibling): Use new allout-do-doublecheck function.
500 (allout-next-sibling): Ensure we made progress when returning
501 other than nil.
502 (allout-rebullet-heading): Preserve text property annotations
503 indicating the text was hidden, if it was.
504 (allout-kill-line): Remove any added was-hidden annotations.
505 (allout-kill-topic): Remove any added was-hidden annotations.
506 (allout-annotate-hidden): Inhibit adding was-hidden text
507 properties to the undo list.
508 (allout-deannotate-hidden): New function to remove was-hidden
509 annotation.
510 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
511 (allout-remove-exposure-annotation): Replaced by
512 allout-deannotate-hidden.
513 (allout-yank-processing): Signal that yank processing is happening
514 with allout-during-yank-processing. Also, wrap
515 allout-unprotected's closer to the text changes, for easier
516 debugging. We need to inhibit-field-text-motion explicitly, in
517 lieu of the encompassing allout-unprotected.
518 (outlineify-sticky): Adjust criteria for triggering new outline
519 decorations to presence or absence of any topics, not just a topic
520 at the beginning of the buffer.
521
522 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
523
524 * bs.el (bs--show-all, bs--redisplay):
525 * cus-edit.el (custom-unlispify-menu-entries)
526 (custom-unlispify-tag-names, custom-prompt-variable):
527 * expand.el (expand-pos):
528 * speedbar.el (speedbar-generic-list-tag-p):
529 * wid-edit.el (widget-image-enable):
530 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
531 * emacs-lisp/find-func.el (find-function-noselect)
532 (find-function, find-variable-noselect, find-variable)
533 (find-definition-noselect, find-face-definition):
534 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
535 * net/eudc-vars.el (eudc-expansion-overwrites-query):
536 * progmodes/ada-xref.el (ada-find-in-ali):
537 * textmodes/flyspell.el (flyspell-check-tex-math-command):
538 * textmodes/org.el (org-copy-subtree):
539 * textmodes/table.el (table--row-column-insertion-point-p):
540 Use "non-nil" in docstrings.
541
542 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
543
544 * sort.el (sort-columns): Set the field separator to tab; on
545 NetBSD, sort complains if "\n" is used as field separator.
546
547 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
548
549 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
550
551 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * server.el (server-auth-key): Remove. Replace by a process-property.
554 (server-start): Don't remove the file of the previous process, but
555 instead clear out the place for the new file.
556 (server-start): Set the :auth-key property.
557 (server-process-filter): Use the :auth-key property.
558
559 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
560
561 * textmodes/org.el (org-mode-map): No longer copy
562 `outline-mode-map' explicitly - this is already done by
563 `define-derived-mode'.
564
565 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
566
567 * server.el (server-visit-files): Use `when'.
568 (server-process-filter): When authentication fails, send error
569 message to client. Wrap `process-send-region' in `ignore-errors'
570 instead of `condition-case', and remove misleading comment.
571
572 2006-11-01 Juri Linkov <juri@jurta.org>
573
574 * simple.el (yank): Doc fix.
575
576 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * server.el: Try and fit within 80 columns.
579 (server-start): Make the auth file unreadable by other users.
580
581 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
582
583 * battery.el (battery-linux-proc-acpi): Prevent range error when
584 `full-capacity' is 0.
585
586 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
587
588 * faces.el (faces-sample-overlay): New defvar.
589 (faces-sample-overlay): New function to show face sample text.
590 (describe-face): Use it.
591
592 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
593
594 * progmodes/ada-stmt.el: Change maintainer, apply
595 whitespace-cleanup, checkdoc.
596 (ada-func-or-proc-name): Add doc string.
597
598 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
599 whitespace-cleanup, checkdoc. Minor improvements to many doc
600 strings and comments.
601 (ada-prj-display-page): Change buffer name to more accurately
602 reflect function.
603
604 * progmodes/ada-xref.el: Change maintainer, apply
605 whitespace-cleanup, checkdoc. Minor improvements to many doc
606 strings and comments. Don't look for `gvd' or `ddd' debuggers.
607 (ada-compile-current): Don't add newlines to commands.
608
609 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
610
611 * server.el: Add support for TCP sockets.
612 (server-use-tcp, server-host, server-auth-dir): New options.
613 (server-auth-key): New variable.
614 (server-ensure-safe-dir): Create nonexistent parent dirs.
615 Ignore Unix-style file modes on Windows.
616 (server-start): Crete a TCP or Unix socket according to the value
617 of `server-use-tcp'. For TCP sockets, create the id/auth file in
618 `server-auth-dir' directory.
619 (server-process-filter): Delete process if authentication
620 fails (which never happens for Unix sockets).
621
622 2006-10-30 David Kastrup <dak@gnu.org>
623
624 * subr.el (add-to-list): Don't continue checking if a match has
625 been found.
626
627 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
628
629 * tutorial.el: Move defvars to avoid bytecomp warnings.
630 (tutorial--find-changed-keys): Check if viper-current-state is
631 bound before using it.
632 (help-with-tutorial): Check if viper-tutorial is defined before
633 using it.
634
635 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
636
637 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
638
639 * tutorial.el: New file.
640 (help-with-tutorial): Moved here from help-fns.el. Added help for
641 rebound keys. Fixed resume of tutorial.
642 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
643 (tutorial--find-changed-keys, tutorial--display-changes)
644 (tutorial--saved-dir, tutorial--saved-file)
645 (tutorial--save-tutorial): New functions to support the changes in
646 help-with-tutorial.
647
648 2006-10-30 Kenichi Handa <handa@m17n.org>
649
650 * files.el (revert-buffer): If a unibyte buffer is being reverted
651 with a coding system for multibyte, set buffer multibyte before
652 calling insert-file-contents.
653
654 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * server.el (server-select-display): Use a dummy buffer to detect when
657 the frame is later used.
658 (server-select-display): New function.
659 (server-process-filter): Use it to detect unused temp frames.
660
661 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
662
663 * progmodes/ada-mode.el: Change maintainer, apply
664 whitespace-clean, checkdoc. Minor improvements to many doc strings.
665 (ada-mode-version): New function.
666 (ada-create-menu): Menu operations are available for all supported
667 compilers.
668
669 2006-10-29 Lars Hansen <larsh@soem.dk>
670
671 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
672 Highlight as keyword.
673 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
674 Don't call tramp-method-out-of-band-p for local files.
675 (tramp-touch): Quote file name.
676
677 2006-10-28 Glenn Morris <rgm@gnu.org>
678
679 * calendar/calendar.el (cal-html-cursor-month)
680 (cal-html-cursor-year): Add autoloads for this new package.
681 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
682
683 2006-10-28 Anna Bigatti <bigatti@dima.unige.it>
684
685 * calendar/cal-html.el: New file.
686
687 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
688
689 * emacs-lisp/authors.el (authors-aliases): Update.
690
691 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
692
693 * version.el (emacs-version): Bump version number to 22.0.90.
694
695 2006-10-26 John W. Eaton <jwe@octave.org>
696
697 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
698 New defvar.
699 (inferior-octave-resync-dirs): Check to see whether Octave has
700 built-in variables and set inferior-octave-has-built-in-variables.
701 Check inferior-octave-has-built-in-variables to decide whether to
702 send commands that set built-in variables or call functions to
703 change Octave's behavior.
704 Send "disp (pwd ())" to Octave instead of just "pwd".
705 (inferior-octave-startup): Send "more off" to Octave instead of
706 "page_screen_output = 0".
707
708 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
709
710 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
711 pattern normally.
712
713 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
714
715 * bindings.el (mode-line-mode-menu): Remove bindings for global
716 minor modes (line/column number) as they are on the menubar.
717
718 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
719
720 * term/w32-win.el (x-handle-name-switch): Doc fix.
721 (w32-standard-fontset-spec): Fix typo in docstring.
722
723 * midnight.el (midnight-buffer-display-time): Doc fix.
724 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
725
726 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
727
728 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
729
730 * viper-ex.el (ex-read): Quote file argument.
731
732 * ediff-diff.el (ediff-same-file-contents): Expand file names.
733
734 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
735
736 2006-10-22 Martin Rudalics <rudalics@gmx.at>
737
738 * textmodes/flyspell.el (flyspell-check-region-doublons):
739 Fix last fix.
740
741 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
742
743 * bindings.el (mode-line-mode-menu): List global minor modes
744 before local ones.
745
746 2006-10-23 Kim F. Storm <storm@cua.dk>
747
748 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
749 (sit-for): If last command was a prefix arg, add the read-ahead
750 event to unread-command-events as (t . EVENT) so it will be added
751 to this-command-keys by read-key-sequence.
752
753 2006-10-22 Martin Rudalics <rudalics@gmx.at>
754
755 * textmodes/flyspell.el (flyspell-word): Skip past all previous
756 whitespace when checking doublons.
757 (flyspell-check-region-doublons): Fix doublon regexp.
758 (flyspell-highlight-incorrect-region): Highlight doublons using
759 flyspell-duplicate face.
760
761 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
762
763 2006-10-22 John Wiegley <johnw@newartisans.com>
764
765 * progmodes/python.el (python-use-skeletons): python-mode was
766 auto-inserting templates (for those with abbrev-mode on), not only
767 by default -- *but without a configuration variable to disable
768 it*. This rendered python-mode completely useless for me, so I
769 have added `python-use-skeletons', which is now off by default.
770
771 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
772
773 * progmodes/cperl-mode.el (cperl-mode): Don't assume
774 font-lock-multiline is auto-local (it's not).
775 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
776 initialized before calling cperl-init-faces.
777
778 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
779
780 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
781 gdb-stack-position a value when there is no fringe.
782
783 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
784 indicator if not visiting a file.
785
786 2006-10-20 David Kastrup <dak@gnu.org>
787
788 * window.el (kill-buffer-and-window): Fix a bug where an aborted
789 operation would still cause some window to collapse later.
790
791 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * vc.el (vc-switch-backend): Try to be more careful with unwanted
794 side-effect due to mixing various backends's file properties.
795
796 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
797 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
798 Return `filename's status if applicable. Update callers.
799
800 2006-10-19 Kenichi Handa <handa@m17n.org>
801
802 * international/kkc.el (kkc-region): When a key sequence is not
803 defined, append (this-single-command-raw-keys) to
804 unread-input-method-events.
805
806 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
807
808 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
809
810 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
811
812 * version.el (emacs-version): Use mac-carbon-version-string.
813
814 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
815
816 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
817
818 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
819 (by Kenichi Handa).
820 (xselect-convert-to-string): Decline requests for UTF8_STRING if
821 the selection is not UTF-8.
822
823 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
824
825 * progmodes/ada-mode.el (ada-83-string-keywords)
826 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
827 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
828 (ada-looking-at-semi-private, ada-get-body-name):
829 Fix typos in docstrings.
830 (ada-create-case-exception, ada-create-case-exception-substring):
831 Fix typos in error messages.
832 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
833
834 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
835
836 * term/x-win.el (res-geometry): Don't set geometry from Xresources
837 to default-frame-alist if default-frame-alist already contains
838 width/height.
839
840 2006-10-18 Richard Stallman <rms@gnu.org>
841
842 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
843 Non-interactive arg is the value, not the expression.
844
845 * simple.el (read-expression-map): Just set it, no defvar.
846
847 * subr.el (insert-for-yank-1): If last inserted char has
848 properties, mark them as rear-nonsticky.
849
850 * recentf.el (recentf-mode): Doc fix.
851
852 * facemenu.el (facemenu-add-new-face): Defend against symbol
853 that isn't a face name.
854
855 * dired-aux.el (dired-do-copy): Doc fix.
856
857 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
858
859 * simple.el (line-move-1): Ignore fields when moving to the
860 beginning of line to avoid getting point stuck.
861
862 2006-10-18 Martin Rudalics <rudalics@gmx.at>
863
864 * textmodes/flyspell.el (flyspell-word-search-backward):
865 Set inhibit-point-motion-hooks to avoid looping due to intangibile
866 text.
867
868 2006-10-16 Richard Stallman <rms@gnu.org>
869
870 * help-fns.el (describe-function-1): Special case optimization
871 for self-insert-command.
872
873 2006-10-16 Kim F. Storm <storm@cua.dk>
874
875 * ido.el (ido-reread-directory): Work in `dir' mode too.
876
877 2006-10-15 Martin Rudalics <rudalics@gmx.at>
878
879 * textmodes/table.el: Require 'regexp-opt.
880
881 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
882
883 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
884 Use shell-quote-argument.
885
886 * shell.el (explicit-bash-args): Likewise.
887
888 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
889 Use grep -E rather than egrep.
890
891 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
892
893 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
894
895 2006-10-15 Kim F. Storm <storm@cua.dk>
896
897 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
898
899 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
900
901 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
902 to protect whitespace and metacharacters from the shell.
903
904 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
905
906 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
907
908 2006-10-13 Eli Zaretskii <eliz@gnu.org>
909
910 * subr.el (start-process-shell-command): Doc fix.
911
912 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
913
914 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
915 the regexp for Maxima symbols.
916
917 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
920 (vc-find-root): Don't walk higher up than ~.
921
922 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
923
924 * international/utf-8.el (utf-translate-cjk-load-tables):
925 Avoid clobbering last-coding-system-used during load.
926
927 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
928
929 * textmodes/reftex-global.el (reftex-create-tags-file):
930 Quote file arguments.
931
932 2006-10-12 Richard Stallman <rms@gnu.org>
933
934 * files.el (file-name-history): Add defvar.
935 (save-some-buffers-action-alist): Improve description strings.
936
937 2006-10-12 Andreas Schwab <schwab@suse.de>
938
939 * files.el (auto-mode-alist): Match change log file name also with
940 a dash before a numeric extension.
941
942 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
943
944 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
945 After 5.0:
946 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
947
948 After 5.1: Major edit. Summary of most visible changes:
949
950 - Multiple <<HERE per line allowed.
951 - Handles multiline subroutine declaration headers (with comments).
952 (The exception is `cperl-etags' - but it is not used in the rest
953 of the mode.)
954 - Fontifies multiline my/our declarations (even with comments,
955 and with legacy `font-lock').
956 - Major speedup of syntaxification, both immediate and postponed
957 (3.5x to 15x [for different CPUs and versions of Emacs] on the
958 huge real-life document I tested).
959 - New bindings, edits to imenu.
960 - "_" is made into word-char during fontification/syntaxification;
961 some attempts to recognize non-word "_" during other operations too.
962 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
963 - autoload some more perldoc-related stuff
964 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
965 - Attempt to incorporate XEmacs edits which reached me.
966
967 Fine-grained changelog:
968 (cperl-hook-after-change): New configuration variable.
969 (cperl-vc-sccs-header): Likewise.
970 (cperl-vc-sccs-header): Likewise.
971 (cperl-vc-header-alist): Default via two preceding variables.
972 (cperl-invalid-face): Remove double quoting under XEmacs
973 (still needed under 21.2).
974 (cperl-tips): Update URLs for resources.
975 (cperl-problems): Likewise.
976 (cperl-praise): Mention new features.
977 New C-c key bindings: for `cperl-find-bad-style',
978 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
979 `cperl-perdoc', and `cperl-perldoc-at-point'.
980 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
981 moved, new submenu of Tools with Ispell entries and narrowing.
982 (cperl-after-sub-regexp): New defsubst.
983 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
984 Allows heads up to head4.
985 Allow "package;".
986 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
987 (paren-backwards-message): ??? Something for XEmacs???
988 (cperl-mode): Never auto-switch abbrev-mode off.
989 Try to allow '_' be non-word char.
990 Do not use `font-lock-unfontify-region-function' on XEmacs.
991 Reset syntax cache on mode start.
992 Support multiline facification (even on legacy `font-lock').
993 (cperl-facemenu-add-face-function): ??? Some contributed code ???
994 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
995 refuse to inform us whether the fontification is due to lazy
996 calling or due to edit to a buffer, install our own hook
997 (controlled by `cperl-hook-after-change').
998 (cperl-electric-pod): =cut may have been recognized as start.
999 (cperl-block-p): Move, updatedfor attributes.
1000 (cperl-calculate-indent): Try to allow '_' be non-word char
1001 Support subs with attributes.
1002 (cperl-where-am-i): Queit (?) a warning.
1003 (cperl-cached-syntax-table) New function.
1004 (cperl-forward-re): Use `cperl-cached-syntax-table'.
1005 (cperl-unwind-to-safe): Recognize `syntax-type' property
1006 changing in a middle of line.
1007 (cperl-find-sub-attrs): New function.
1008 (cperl-find-pods-heres): Allow many <<EOP per line.
1009 Allow subs with attributes.
1010 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
1011 Recognize "extproc " (OS/2) case-folded and only at start.
1012 /x on s///x with empty replacement was not recognized.
1013 Better comments.
1014 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
1015 Allow subs with attributes, labels.
1016 Do not confuse "else::foo" with "else".
1017 Minor optimizations...
1018 (cperl-after-expr-p): Try to allow '_' be non-word char.
1019 (cperl-fill-paragraph): Try to detect a major bug in Emacs
1020 with `looking-at' inside `narrow' and bulk out if found.
1021 (cperl-imenu--create-perl-index): Updates for new
1022 `cperl-imenu--function-name-regexp-perl'.
1023 (cperl-outline-level): Likewise.
1024 (cperl-init-faces): Allow multiline subroutine headers
1025 and my/our declarations, and ones with comments.
1026 Allow subroutine attributes.
1027 (cperl-imenu-on-info): Better docstring.
1028 (cperl-etags): Rudimentary support for attributes.
1029 Support for packages and "package;".
1030 (cperl-add-tags-recurse-noxs): Better (?) docstring.
1031 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
1032 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
1033 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
1034 (cperl-perldoc): Add autoload.
1035 (cperl-perldoc-at-point): Likewise.
1036 (cperl-here-doc-spell): New function.
1037 (cperl-pod-spell): Likewise.
1038 (cperl-map-pods-heres): Likewise.
1039 (cperl-get-here-doc-region): Likewise.
1040 (cperl-font-lock-fontify-region-function): Likewise (backward
1041 compatibility for legacy `font-lock').
1042 (cperl-font-lock-unfontify-region-function): Fix style.
1043 (cperl-fontify-syntaxically): Recognize and optimize away deferred
1044 calls with no-change. Governed by `cperl-hook-after-change'.
1045 (cperl-fontify-update): Recognize that syntaxification region
1046 can be larger than fontification one.
1047 XXXX we leave `cperl-postpone' property, so this is quadratic...
1048 (cperl-fontify-update-bad): Temporary placeholder until
1049 it is clear how to implement `cperl-fontify-update'.
1050 (cperl-time-fontification): New function.
1051 (attrib-group): New text attribute.
1052 (multiline): New value: `syntax-type' text attribute.
1053
1054 After 5.2:
1055 (cperl-emulate-lazy-lock): New function.
1056 (cperl-fontify-syntaxically): Would skip large regions.
1057 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
1058 Some globals were declared, but uninitialized.
1059
1060 After 5.3, 5.4:
1061 (cperl-facemenu-add-face-function): Add docs, fix U<>.
1062 Copyright message updated.
1063 (cperl-init-faces): Work around a bug in `font-lock'. May slow
1064 facification down a bit.
1065 Misprint for my|our|local for old `font-lock'
1066 "our" was not fontified same as "my|local".
1067 Highlight variables after "my" etc even in
1068 a middle of an expression.
1069 Do not facify multiple variables after my etc
1070 unless parentheses are present.
1071
1072 After 5.5, 5.6
1073 (cperl-fontify-syntaxically): after-change hook could reset.
1074 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
1075
1076 After 5.7:
1077 (cperl-init-faces): Allow highlighting of local ($/).
1078 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
1079 (cperl-problems): Remove fixed problems.
1080 (cperl-find-pods-heres): Recognize #-comments in m##x too.
1081 Recognize charclasses (unless delimiter is \).
1082 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
1083 (cperl-regexp-scan): Update docs.
1084 (cperl-beautify-regexp-piece): Use information got from regexp scan.
1085
1086 After 5.8:
1087 Major user visible changes:
1088 Recognition and fontification of character classes in RExen.
1089 Variable indentation of RExen according to groups.
1090
1091 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
1092 Fontify REx charclasses in variable-name face.
1093 Fontify POSIX charclasses in "type" face.
1094 Fontify unmatched "]" in function-name face.
1095 Mark first-char of HERE-doc as `front-sticky'.
1096 Reset `front-sticky' property when needed.
1097 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
1098 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
1099 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
1100 constructs. Support `narrow'ed buffers.
1101 (cperl-praise): Remove a reservation.
1102 (cperl-make-indent): New function.
1103 (cperl-indent-for-comment): Use `cperl-make-indent'.
1104 (cperl-indent-line): Likewise.
1105 (cperl-lineup): Likewise.
1106 (cperl-beautify-regexp-piece): Likewise.
1107 (cperl-contract-level): Likewise.
1108 (cperl-toggle-set-debug-unwind): New function.
1109 New menu entry for this.
1110 (fill-paragraph-function): Use when `boundp'.
1111 (cperl-calculate-indent): Take into account groups when indenting RExen.
1112 (cperl-to-comment-or-eol): Recognize # which end a string.
1113 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
1114 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
1115 (cperl-fontify-syntaxically): More clear debugging message.
1116 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
1117 (cperl-init-faces): More complicated highlight even on XEmacs (new).
1118 Merge cosmetic changes from XEmacs.
1119
1120 After 5.9:
1121 (cperl-1+): Move to before the first use.
1122 (cperl-1-): Likewise.
1123
1124 After 5.10:
1125
1126 This code may lock Emacs hard!!! Use at your own risk!
1127
1128 (cperl-font-locking): New internal variable.
1129 (cperl-beginning-of-property): New function.
1130 (cperl-calculate-indent): Use `cperl-beginning-of-property'
1131 instead of `previous-single-property-change'.
1132 (cperl-unwind-to-safe): Likewise.
1133 (cperl-after-expr-p): Likewise.
1134 (cperl-get-here-doc-region): Likewise.
1135 (cperl-font-lock-fontify-region-function): Likewise.
1136 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
1137 recursively.
1138 Bound `next-single-property-change' via `point-max'.
1139 (cperl-unwind-to-safe): Bound likewise
1140 (cperl-font-lock-fontify-region-function): Likewise.
1141 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
1142 Initialization of `cperl-font-lock-multiline-start' could be
1143 missed if the "main" fontification did not run due to the
1144 keyword being already fontified.
1145 (cperl-pod-spell): Return t from do-one-chunk function.
1146 (cperl-map-pods-heres): Stop when the worker returns nil.
1147 Call `cperl-update-syntaxification'.
1148 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
1149 (cperl-get-here-doc-delim): Remove unused function.
1150
1151 After 5.11:
1152
1153 The possible lockup of Emacs (introduced in 5.10) fixed.
1154
1155 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
1156 (cperl-syntaxify-for-menu): New customization variable.
1157 (cperl-select-this-pod-or-here-doc): New function.
1158 (cperl-get-here-doc-region): Extra argument.
1159 Do not adjust pos by 1.
1160
1161 New menu entries
1162 (Perl/Tools): Selection of current POD or HERE-DOC section.
1163 (Debugging CPerl:) backtrace on fontification.
1164
1165 After 5.12:
1166 (cperl-cached-syntax-table): Use `car-safe'.
1167 (cperl-forward-re): Remove spurious argument SET-ST.
1168 Add documentation.
1169 (cperl-forward-group-in-re): New function.
1170 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
1171 (XXXX Temporary (?) hack is to syntax-mark them as comment).
1172
1173 After 5.13:
1174 (cperl-string-syntax-table): Make { and } not-grouping
1175 (Sometimes they ARE grouping in RExen, but matching them would only
1176 confuse in many situations when they are not)
1177 (beginning-of-buffer): Replace two occurences with goto-char...
1178 (cperl-calculate-indent): `char-after' could be nil...
1179 (cperl-find-pods-heres): REx can start after "[" too.
1180 Hightlight (??{}) in RExen too.
1181 (cperl-maybe-white-and-comment-rex): New constant
1182 (cperl-white-and-comment-rex): Likewise.
1183 XXXX Not very efficient, but hard to make
1184 better while keeping 1 group.
1185
1186 After 5.13:
1187 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
1188 Likewise for 1 << identifier.
1189
1190 After 5.14:
1191 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
1192 Error-less condition-case could fail.
1193 (cperl-font-lock-fontify-region-function): Likewise.
1194 (cperl-init-faces): Likewise.
1195
1196 After 5.15:
1197 (cperl-find-pods-heres): Support property REx-part2.
1198 (cperl-calculate-indent): Likewise.
1199 Don't special-case REx with non-empty 1st line.
1200 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
1201 Invert highlighting of charclasses:
1202 now the envelop is highlighted.
1203 Highlight many others 0-length builtins.
1204 (cperl-praise): Mention indenting and highlight in RExen.
1205
1206 After 5.15:
1207 (cperl-find-pods-heres): Highlight capturing parens in REx.
1208
1209 After 5.16:
1210 (cperl-find-pods-heres): Highlight '|' for alternation
1211 Initialize `font-lock-warning-face' if not present.
1212 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
1213 `font-lock-function-name-face'.
1214 (cperl-look-at-leading-count): Likewise.
1215 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
1216 `font-lock-keyword-face' (needed for
1217 batch processing), etc...
1218 Use `font-lock-builtin-face' for builtin in REx
1219 Now `font-lock-variable-name-face'
1220 is used for interpolated variables
1221 Use "talking aliases" for faces inside REx
1222 Highlight parts of REx (except in charclasses)
1223 according to the syntax and/or semantic
1224 Syntax-mark a {}-part of (?{}) as "comment"
1225 (it was the ()-part)
1226 Better logic to distinguish what is what in REx
1227 (cperl-tips-faces): Document REx highlighting
1228 (cperl-praise): Mention REx syntax highlight etc.
1229
1230 After 5.17:
1231 (cperl-find-sub-attrs): Would not always manage to print error message.
1232 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
1233
1234 After 5.18:
1235 (cperl-find-pods-heres): Misprint in REx for parsing REx.
1236 Very minor optimization.
1237 `my-cperl-REx-modifiers-face' got quoted.
1238 Recognize "print $foo <<END" as HERE-doc.
1239 Put `REx-interpolated' text attribute if needed.
1240 (cperl-invert-if-unless-modifiers): New function.
1241 (cperl-backward-to-start-of-expr): Likewise.
1242 (cperl-forward-to-end-of-expr): Likewise.
1243 (cperl-invert-if-unless): Works in "the opposite way" too.
1244 Cursor position on return is on the switch-word.
1245 Indents comments better.
1246 (REx-interpolated): New text attribute.
1247 (cperl-next-interpolated-REx): New function.
1248 (cperl-next-interpolated-REx-0): Likewise.
1249 (cperl-next-interpolated-REx-1): Likewise.
1250 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
1251 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
1252 (cperl-praise): Mention finded interpolated RExen.
1253
1254 After 5.19:
1255 (cperl-init-faces): Highlight %$foo, @$foo too.
1256 (cperl-short-docs): Better docs for system, exec.
1257 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
1258 Would not find HERE-doc ended by EOF without NL.
1259 (cperl-short-docs): Correct not-doubled \-escapes.
1260 start block: Put some `defvar' for stuff gone from XEmacs.
1261
1262 After 5.20:
1263 initial comment: Extend copyright, fix email address.
1264 (cperl-indent-comment-at-column-0): New customization variable.
1265 (cperl-comment-indent): Indentation after $#a would increasy by 1.
1266 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
1267 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
1268 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
1269 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
1270 highlight $ in $foo too (UNTESTED).
1271 (cperl-set-style): Docstring missed some available styles.
1272 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
1273 Change "Current" to "Memorize Current".
1274 (cperl-indent-wrt-brace): New customization variable; the default is
1275 as for pre-5.2 version.
1276 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
1277 (cperl-style-alist): Likewise.
1278 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
1279 and `cperl-extra-newline-before-brace' etc
1280 being t
1281 (cperl-indent-exp): Plans B and C to find continuation blocks even
1282 if `cperl-extra-newline-before-brace' is t.
1283
1284 After 5.21:
1285 Improve some docstrings concerning indentation.
1286 (cperl-indent-rules-alist): New variable.
1287 (cperl-sniff-for-indent): New function name
1288 (separated from `cperl-calculate-indent').
1289 (cperl-calculate-indent): Separate the sniffer and the indenter;
1290 uses `cperl-sniff-for-indent' now.
1291 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
1292 was inverted;
1293 Support `comment-column' = 0.
1294
1295 2006-10-11 Martin Rudalics <rudalics@gmx.at>
1296
1297 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
1298 * help-at-pt.el (scan-buf-move-to-region): Likewise.
1299 * longlines.el (longlines-window-change-function): Likewise.
1300 * simple.el (undo-ask-before-discard): Likewise.
1301 * wid-edit.el (widget-field-prompt-internal)
1302 (widget-documentation-link-p): Likewise.
1303
1304 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
1307 for a keyword.
1308
1309 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * newcomment.el (comment-valid-prefix-p): Make the check
1312 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
1313 (comment-indent-new-line): Adjust call.
1314
1315 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
1316
1317 * allout.el (allout-back-to-current-heading): Base on lower-level
1318 routines to get proper disqualification of aberrant topics.
1319
1320 2006-10-09 Richard Stallman <rms@gnu.org>
1321
1322 * textmodes/two-column.el (2C-two-columns): Doc fix.
1323
1324 2006-10-09 Kim F. Storm <storm@cua.dk>
1325
1326 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
1327 about implicit use.
1328
1329 2006-10-08 Richard Stallman <rms@gnu.org>
1330
1331 * textmodes/two-column.el (2C-two-columns): Doc fix.
1332
1333 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1334
1335 * files.el: Mark `buffer-read-only' as safe-local-variable.
1336
1337 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
1338
1339 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
1340 Burp if GUD buffer has been killed.
1341
1342 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * completion.el (add-completions-from-c-buffer):
1345 Don't presume an error's second element is a string.
1346 Use looking-at rather than buffer-substring + member.
1347
1348 2006-10-07 Eli Zaretskii <eliz@gnu.org>
1349
1350 * mail/rmail.el (rmail-redecode-body): If the old encoding is
1351 `undecided', call find-coding-systems-region to find a proper
1352 non-trivial encoding.
1353 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
1354 and "text/plain".
1355
1356 2006-10-07 Kevin Ryde <user42@zip.com.au>
1357
1358 * textmodes/reftex-vars.el (defgroup reftex): Update home page
1359 url-link.
1360
1361 * strokes.el (defgroup strokes): Remove invalid url-link.
1362
1363 2006-10-07 Magnus Henoch <mange@freemail.hu>
1364
1365 * autoinsert.el (auto-insert-alist): Doc fix.
1366
1367 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1368
1369 * mouse-sel.el (mouse-insert-selection-internal):
1370 Use insert-for-yank, so that yank handlers are run.
1371
1372 2006-10-07 Kim F. Storm <storm@cua.dk>
1373
1374 * ido.el (ido-file-extension-aux): Fix comparison.
1375
1376 2006-10-06 Kim F. Storm <storm@cua.dk>
1377
1378 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
1379
1380 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
1383 (ad-make-mapped-call): Use `let', not `let*'.
1384
1385 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * international/mule-cmds.el (coding-system-change-eol-conversion):
1388 Ensure the coding system is initialized before calling
1389 coding-system-eol-type.
1390
1391 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
1392
1393 * textmodes/org.el (org-rm-props, org-activate-plain-links)
1394 (org-activate-angle-links, org-activate-dates)
1395 (org-activate-target-links, org-activate-camels)
1396 (org-activate-tags): Add `rear-nonsticky' text property to avoid
1397 textproperty keymaps from being active beyond the end of a line.
1398 (org-unfontify-region): Also remove `rear-nonsticky' property.
1399
1400 2006-10-04 Kenichi Handa <handa@m17n.org>
1401
1402 * international/code-pages.el (next): Table fixed.
1403
1404 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
1407 that it's been made unnecessary by removing narrowing.
1408
1409 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
1412 control flow a bit, simplify another bit, and add comments.
1413
1414 2006-10-03 David Kastrup <dak@gnu.org>
1415
1416 * help.el (describe-mode): For clicks on mode-line, use "@"
1417 interactive argument to get the major mode of the click instead of
1418 the current buffer.
1419
1420 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
1421 in order to better redirect mouse-2 clicks. Also allow default
1422 bindings to apply.
1423
1424 2006-10-03 Kim F. Storm <storm@cua.dk>
1425
1426 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
1427 (pushnew): Fix last change.
1428
1429 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
1430
1431 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
1432 Use the interactive spec of `eval-expression'.
1433
1434 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
1435
1436 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
1437
1438 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1439
1440 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
1441 2006-09-28 commit.
1442
1443 2006-10-02 Kenichi Handa <handa@m17n.org>
1444
1445 * international/code-pages.el (iso-8859-6): Table fixed.
1446
1447 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1448
1449 * dired.el (dired-build-subdir-alist): Fix previous change.
1450
1451 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
1452
1453 * simple.el (undo-elt-crosses-region): Fix the inequalities.
1454
1455 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1458 "define-button-type".
1459
1460 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
1461 they don't keep accumulating.
1462
1463 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1464
1465 * ffap.el (ffap-rfc-path): Change the address of the RFC
1466 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
1467
1468 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
1469
1470 * allout.el (allout-expose-topic): Rectify implementation of "+"
1471 spec, so that bodies are not exposed with headlines.
1472
1473 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
1474
1475 * allout.el (allout-current-depth): Do aberrent check only at or
1476 below doublecheck depth.
1477 (allout-chart-subtree): Make it explicit that LEVELS being nil
1478 means unlimited depth. Drop undocumented support for LEVELS value
1479 t meaning unlimited depth. (This is consistent with
1480 allout-chart-to-reveal, but contrary to allout-show-children,
1481 which needs to use nil to default to depth of 1.)
1482 (allout-goto-prefix-doublechecked): Wrap long docstring line.
1483 (allout-chart-to-reveal): Be explicit in docstring about meaning
1484 of nil LEVELS, and drop support for LEVELS value t.
1485 (allout-show-children): Translate the level spec used by this
1486 routine to that used by allout-chart-subtree and
1487 allout-chart-to-reveal.
1488 (allout-show-to-offshoot): Retry once when stuck, after opening
1489 subtree - improvements in discontinuity handling likely will
1490 enable progress.
1491
1492 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * wid-edit.el (widget-button-click-moves-point): New variable.
1495 (widget-button-click): If widget-button-click-moves-point is
1496 non-nil, set point after performing the button action
1497
1498 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
1499
1500 2006-09-30 Martin Rudalics <rudalics@gmx.at>
1501
1502 * files.el (find-file-existing): Modify to not allow wildcards.
1503
1504 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1505
1506 * simple.el (undo-more): When undo information for the region is
1507 exhausted, say "No further undo information FOR REGION".
1508
1509 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
1510
1511 * progmodes/sh-script.el (sh-prev-thing):
1512 Take `sh-leading-keywords' into account.
1513
1514 2006-09-29 Glenn Morris <rgm@gnu.org>
1515
1516 * custom.el (defcustom): Doc fix.
1517
1518 * calendar/calendar.el (european-calendar-style):
1519 Call european-calendar or american-calendar as needed when set.
1520 (diary-view-entries, list-calendar-holidays): Move autoloads
1521 before use.
1522
1523 2006-09-29 Juri Linkov <juri@jurta.org>
1524
1525 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
1526 to nil if there is no previous property change.
1527
1528 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1529
1530 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
1531 saving anything to be sure that `forward-sexp' behaves correctly.
1532
1533 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
1534
1535 * simple.el (line-move-finish): Ignore field boundaries if the
1536 initial and final points have the same `field' property.
1537
1538 2006-09-29 Kim F. Storm <storm@cua.dk>
1539
1540 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
1541 to t while calling ido-read-internal.
1542
1543 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
1544
1545 * textmodes/org.el (org-file-remote-p): Get regexp from list.
1546 (org-archive-subtree): Remove erraneous `]' from character list.
1547
1548 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
1549
1550 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
1551 (ses-reconstruct-all): Make undo of "insert row" work by keeping
1552 markers for data-area and parameters-area.
1553
1554 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
1557
1558 * font-lock.el (font-lock-after-change-function): Refontify next line
1559 as well if end is at BOL.
1560 (font-lock-extend-jit-lock-region-after-change): Be more careful to
1561 only extend the region as much as needed.
1562
1563 2006-09-28 Richard Stallman <rms@gnu.org>
1564
1565 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
1566
1567 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
1568
1569 * international/mule.el (after-insert-file-set-coding):
1570 If VISIT, don't let set-buffer-multibyte make undo info.
1571
1572 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
1573
1574 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
1575 lines in base64-encoded authentication response.
1576
1577 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1578
1579 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
1580 (ebnf-version): New version 4.3.
1581 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
1582 (ebnf-prologue): Adjust PostScript programming.
1583 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
1584 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
1585
1586 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * jit-lock.el (jit-lock-force-redisplay): Rename from
1589 jit-lock-fontify-again, and undo the mistaken change I've just done.
1590
1591 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
1592 (jit-lock-fontify-again): Don't refontify text that's not displayed.
1593
1594 2006-09-26 Kenichi Handa <handa@m17n.org>
1595
1596 * startup.el (display-splash-screen): Allow a prefix argument.
1597
1598 2006-09-25 Jason Rumney <jasonr@gnu.org>
1599
1600 * subr.el (shell-quote-argument): Use DOS logic for Windows
1601 shells with DOS semantics.
1602
1603 2006-09-24 Richard Stallman <rms@gnu.org>
1604
1605 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
1606 (compilation-goto-locus): Use compilation-goto-locus-delete-o
1607 to delete the overlay. Put it on pre-command-hook.
1608
1609 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
1610
1611 * startup.el (fancy-splash-screens, normal-splash-screen):
1612 Call the splash buffer *About GNU Emacs*.
1613
1614 * simple.el (next-error-highlight, next-error-highlight-no-select):
1615 Default to 0.5.
1616 (yank-excluded-properties): Add `fontified'.
1617
1618 * font-lock.el (font-lock-compile-keywords): Allow value of
1619 syntax-begin-function to enable paren-column-0 highlighting.
1620
1621 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1622
1623 * dired.el (dired-build-subdir-alist): When file ends in colon,
1624 don't exit the loop, just disregard that file.
1625
1626 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * simple.el (line-move-finish): Handle corner case for fields in
1629 continued lines.
1630 (line-move-1): Remove flawed test for that case.
1631
1632 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
1633
1634 * icomplete.el (icomplete-simple-completing-p): Use the correct
1635 name for the new variable, `icomplete-with-completion-tables'.
1636 (file local variables): Remove superfluous setting.
1637
1638 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1639
1640 * calendar/appt.el (appt-check): Fix typo for appointments just
1641 after midnight.
1642
1643 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * help.el (describe-key-briefly, describe-key): Don't expect an
1646 extra up event if a down-event is generated by a popup menu.
1647
1648 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
1649
1650 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
1651 local dictionary when changing the global dictionary.
1652
1653 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
1654
1655 * icomplete.el (icomplete-with-completion-tables): List of
1656 specialized completion tables with which icomplete should
1657 operate. Include the new `internal-complete-buffer', so icomplete
1658 works with interactive buffer-selection.
1659 (icomplete-simple-completing-p): Add acceptance of specialized
1660 completion tables listed in icomplete-with-completion-tables.
1661
1662 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1663
1664 * frame.el (focus-follows-mouse): Set default to nil on Mac.
1665
1666 * startup.el (command-line): Use `custom-reevaluate-setting' for
1667 `focus-follows-mouse'.
1668
1669 2006-09-22 Richard Stallman <rms@gnu.org>
1670
1671 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
1672 explain why Save is not available.
1673
1674 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * woman.el (woman0-so): Use `let*', not `let'.
1677 (woman-horizontal-line): Remove unbalanced parenthesis.
1678
1679 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * woman.el: Make sure all the end-of-region markers we use have
1682 a non-nil insertion-type.
1683 (woman0-so): Move things around so we can use copy-marker.
1684 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
1685 Adjust marker type.
1686 (woman2-process-escapes): Check marker type.
1687 (woman-horizontal-line): Dispense with the use of a marker.
1688
1689 2006-09-22 Jay Belanger <belanger@truman.edu>
1690
1691 * calc/calc-lang.el: Add Greek letters to math-variable-table
1692 property of tex.
1693
1694 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
1697
1698 2006-09-22 Masatake YAMATO <jet@gyve.org>
1699
1700 * add-log.el (add-log-current-defun): Use `forward-sexp'
1701 instead of `forward-word' to pick c++::symbol.
1702 Reported by Herbert Euler <herberteuler@hotmail.com>.
1703
1704 2006-09-22 Kenichi Handa <handa@m17n.org>
1705
1706 * bindings.el: Fix setting self-insert-command for multibyte
1707 characters in global-map.
1708
1709 2006-09-21 David Kastrup <dak@gnu.org>
1710
1711 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
1712 doc string.
1713
1714 2006-09-21 Kenichi Handa <handa@m17n.org>
1715
1716 * language/european.el ("Latin-1"): Add windows-1252 to
1717 coding-priority.
1718 ("German"): Likewise.
1719
1720 2006-09-21 Kim F. Storm <storm@cua.dk>
1721
1722 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
1723 Suggested by Miles Bader.
1724
1725 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
1726 instead of add-to-list in the simple case.
1727
1728 2006-09-20 Kenichi Handa <handa@m17n.org>
1729
1730 * isearch.el (isearch-process-search-char): Cancel the previous change.
1731 (isearch-search-string): New function.
1732 (isearch-search): Use isearch-search-string.
1733 (isearch-lazy-highlight-search): Likewise.
1734
1735 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1736
1737 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
1738 string to become an option.
1739
1740 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
1743
1744 2006-09-20 Kim F. Storm <storm@cua.dk>
1745
1746 * simple.el (line-move-partial): Call pos-visible-in-window-p with
1747 position t instead of trying both window-end and window-end - 1.
1748
1749 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
1750
1751 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
1752 hidden trees.
1753
1754 2006-09-20 David Kastrup <dak@gnu.org>
1755
1756 * mouse.el (mouse-posn-property): Improve doc string.
1757 (mouse-on-link-p): Change buffers for function calls on links.
1758
1759 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1760 buffer is read-only.
1761
1762 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1763
1764 * allout.el (allout-unprotected): Let inhibit-read-only only when
1765 buffer-read-only isn't set.
1766 (allout-annotate-hidden): Enable topic annotation during copies even
1767 when the buffer is read-only, eg for topic copies. Ensure that the loop
1768 advances, even when the span extends beyond the deletion region.
1769 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1770 rather than allout-exposure-changed-hook, as a stronger assertion.
1771 (allout-keybindings-list): Add bindings for
1772 allout-copy-line-as-kill and allout-copy-topic-as-kill.
1773 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
1774 Copy wrappers for allout-kill-line and allout-kill-topic.
1775 (allout-listify-exposed): Position correctly to accumulate lines.
1776
1777 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * simple.el (line-move-1): Escape field boundaries occurring
1780 exactly at point. Update goal column if constrained to a field.
1781 (line-move-finish): Escape field boundaries occurring exactly at point.
1782
1783 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * mouse.el (mouse-on-link-p): Tentatively fix last change.
1786 (mouse-drag-vertical-line): Remove unused var `wconfig'.
1787
1788 2006-09-19 Kim F. Storm <storm@cua.dk>
1789
1790 * help.el (describe-key-briefly, describe-key): Simplify printing
1791 of descriptions by using format and %S. Fix "is undefined"
1792 messages to say "at that spot" for mouse events.
1793
1794 * simple.el (line-move-partial): Optimize. Try window-line-height
1795 before posn-at-point to get vpos of current line.
1796
1797 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
1798
1799 * viper.el: Bump up version/date of update to reflect the substantial
1800 changes done in August 2006.
1801
1802 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
1803 are defined.
1804
1805 * ediff-util.el (ediff-add-to-history): New function.
1806
1807 * ediff.el: Use ediff-add-to-history instead of add-to-history.
1808
1809 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1810
1811 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
1812 Delete duplicate make-local-variable form.
1813 (conf-space-keywords): Add autoload cookie.
1814 Fix typo (`keywords', not `keyword').
1815
1816 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1817
1818 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
1819 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1820 to x-gtk-use-old-file-dialog
1821
1822 2006-09-18 Richard Stallman <rms@gnu.org>
1823
1824 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
1825 that might come in during mouse tracking.
1826
1827 2006-09-18 Kim F. Storm <storm@cua.dk>
1828
1829 * simple.el (line-move-partial): Rework 2006-09-15 change to use
1830 new window-line-height function. Further optimize by not calling
1831 pos-visible-in-window-p for window-end when window-line-height
1832 returns useful information.
1833
1834 2006-09-16 Richard Stallman <rms@gnu.org>
1835
1836 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
1837 (conf-space-mode): Don't handle prefix arg.
1838 Delete conf-space-keywords-override code.
1839 Use add-hook.
1840 (conf-space-keywords): New command.
1841 (conf-space-mode-internal): Be careful with imenu-generic-expression.
1842 Delete conf-space-keywords-override code.
1843 (conf-space-keywords-alist): Doc fix.
1844 (conf-space-font-lock-keywords): Doc fix.
1845 (conf-space-keywords-override): Var deleted.
1846
1847 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * startup.el (fancy-splash-screens): Don't switch to the scratch
1850 buffer; it may not be the next buffer.
1851
1852 2006-09-16 Romain Francoise <romain@orebokech.com>
1853
1854 * saveplace.el (load-save-place-alist-from-file): Use expanded name
1855 in both messages.
1856
1857 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1858
1859 * progmodes/python.el (python-preoutput-filter):
1860 Fix arg order to string-match.
1861
1862 2006-09-16 Richard Stallman <rms@gnu.org>
1863
1864 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
1865 font-lock-compile-keywords.
1866
1867 * font-lock.el (font-lock-compile-keywords): Rename optional arg
1868 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
1869
1870 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1871
1872 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1873
1874 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1875 and the data doesn't look like UTF8, send STRING instead.
1876
1877 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1878
1879 * textmodes/flyspell.el (flyspell-check-region-doublons):
1880 New function to detect duplicated words.
1881 (flyspell-large-region): Use it.
1882
1883 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * simple.el (line-move-to-column): Revert 2006-08-03 change.
1886
1887 2006-09-16 Eli Zaretskii <eliz@gnu.org>
1888
1889 * help.el (describe-prefix-bindings): Use let, not let*.
1890
1891 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
1892
1893 * allout.el (allout-regexp, allout-line-boundary-regexp)
1894 (allout-bob-regexp): Correct grouping and boundaries to fix
1895 backwards traversal.
1896 (allout-depth-specific-regexp, allout-depth-one-regexp):
1897 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
1898 worse time in allout-ascend.
1899 (allout-doublecheck-at-and-shallower): Identify depth threshold
1900 below which topics are checked for and disqualified by containment
1901 discontinuities.
1902 (allout-hotspot-key-handler): Correctly handle multiple-key
1903 strokes. Remove some unused variables.
1904 (allout-mode-leaders): Clarify that mode-specific comment-start
1905 will be used.
1906 (set-allout-regexp): Correctly regexp-quote allout regexps to
1907 properly accept alternative header-leads and primary bullets with
1908 regexp-specific characters (eg, C "/*", mathematica "(*").
1909 Include new regular expressions among those configured.
1910 (allout-infer-header-lead-and-primary-bullet):
1911 Rename allout-infer-header-lead.
1912 (allout-recent-depth): Manifest as a variable as well as a function.
1913 (allout-prefix-data): Simplify into an inline instead of a macro,
1914 assuming current match data rather than being explicitly passed
1915 it. Establish allout-recent-depth value as well as
1916 allout-recent-prefix-beginning and allout-recent-prefix-end.
1917 (allout-aberrant-container-p): True when an item's immediate
1918 offspring discontinuously contained. Useful for disqualifying
1919 unintended topic prefixes, likely at low depths.
1920 (allout-goto-prefix-doublechecked): Elaborate version of
1921 allout-goto-prefix which disqualifies aberrant pseudo-items.
1922 (allout-pre-next-prefix): Layer on top of lower-level routines, to
1923 get disqualification of aberrant containers.
1924 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
1925 containers.
1926 (allout-beginning-of-current-entry): Position at start of buffer
1927 when in container (depth 0) entry.
1928 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
1929 (allout-current-bullet): Strip text properties.
1930 (allout-get-prefix-bullet): Use right match groups.
1931 (allout-beginning-of-line, allout-next-heading):
1932 Disqualify aberrant containers.
1933 (allout-previous-heading): Disqualify aberrant containers, and
1934 change to regular (rather than inline) function, to allow
1935 self-recursion.
1936 (allout-get-invisibility-overlay): Increment so progress is made
1937 when the first overlay is not the sought one.
1938 (allout-end-of-prefix): Disqualify aberrant containers.
1939 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1940 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1941 outline.el outlines) functional again. Change the primary bullet
1942 along with the header-lead - level 1 new-style bullets now work.
1943 Engage allout-before-change-handler in mainline Emacs, not just
1944 XEmacs, to do undo handling.
1945 (allout-before-change-handler): Expose undo changes occurring in
1946 hidden regions. Use allout-get-invisibility-overlay instead of
1947 reimplementing it inline.
1948 (allout-chart-subtree): Use start rather than end of prefix in
1949 charts. Use allout-recent-depth variable.
1950 (allout-chart-siblings): Disqualify aberrant topics.
1951 (allout-beginning-of-current-entry): Position correctly.
1952 (allout-ascend): Use new allout-depth-specific-regexp and
1953 allout-depth-one-regexp for linear instead of O(N^2) or worse
1954 behavior.
1955 (allout-ascend-to-depth): Depend on allout-ascend, rather than
1956 reimplementing an algorithm.
1957 (allout-up-current-level): Depend on allout-ascend, rather than
1958 reimplementing an algorithm. Return to start-point if we fail.
1959 (allout-descend-to-depth): Use allout-recent-depth variable
1960 instead of function.
1961 (allout-next-sibling): On traversal of numerous intervening
1962 topics, resort to economical allout-next-sibling-leap.
1963 (allout-next-sibling-leap): Specialized version of
1964 allout-next-sibling that uses allout-ascend cleverly, to depend on
1965 a regexp search to leap large numbers of contained topics, rather
1966 than arbitrarily many one-by-one traversals.
1967 (allout-next-visible-heading): Disqualify aberrant topics.
1968 (allout-previous-visible-heading): Position consistently when
1969 interactive.
1970 (allout-forward-current-level): Base on allout-previous-sibling
1971 rather than (differently) reimplmenting the algorithm. Remove some
1972 unused variables.
1973 (allout-solicit-alternate-bullet): Present default choice stripped
1974 of text properties.
1975 (allout-rebullet-heading): Use bullet stripped of text properties.
1976 Register changes using allout-exposure-change-hook.
1977 Disregard aberrant topics.
1978 (allout-shift-in): With universal-argument, make topic a peer of
1979 it's former offspring. Simplify the code by separating out
1980 allout-shift-out functionality.
1981 (allout-shift-out): With universal-argument, make offspring peers
1982 of their former container, and its siblings. Implement the
1983 functionality here, rather than inappropriately muddling the
1984 implementation of allout-shift-in.
1985 (allout-rebullet-topic): Respect additional argument for new
1986 parent-child separation function.
1987 (allout-yank-processing): Use allout-ascend directly.
1988 (allout-show-entry): Disqualify aberrant topics.
1989 (allout-show-children): Handle discontinuous children gracefully,
1990 extending the depth being revealed to expose them and posting a
1991 message indicating the situation.
1992 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
1993 Leave cursor in correct position.
1994 (allout-hide-current-subtree): Use allout-ascend directly.
1995 Disqualify aberrant topics.
1996 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
1997 a way that the yanks can restore it, as used to happen.
1998 (allout-yank-processing): Restore exposure layout as recorded by
1999 allout-kill-*, as used to happen.
2000 (allout-annotate-hidden, allout-hide-by-annotation): New routines
2001 for preseving and restoring exposure layout across kills.
2002 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
2003 (allout-encrypt-string): Strip text properties.
2004 Rearranged order and outline-headings for some of the
2005 miscellaneous functions.
2006 (allout-resolve-xref): No need to quote the error name in the
2007 condition-case handler section.
2008 (allout-flatten): Classic recursive (and recursively intensive,
2009 without tail-recursion) list-flattener, needed by allout-shift-out
2010 when confronted with discontinuous children.
2011
2012 2006-09-16 Jason Rumney <jasonr@gnu.org>
2013
2014 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
2015 on ms-windows.
2016 (dnd-open-unc-file): Remove.
2017 (dnd-open-local-file): Mention in doc string that it also handles
2018 remote files if the system natively supports unc file-names.
2019
2020 2006-09-15 Kim F. Storm <storm@cua.dk>
2021
2022 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
2023 all necessary information about the event before erasing *Help*.
2024
2025 * simple.el (line-move-partial): Use window-line-visiblity to
2026 quickly check whether last line is partially visible, and only do
2027 the hard (and slow) part in that case.
2028
2029 2006-09-15 Jay Belanger <belanger@truman.edu>
2030
2031 * COPYING: Replace "Library Public License" by "Lesser Public
2032 License" throughout.
2033
2034 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2035
2036 * term/x-win.el (x-menu-bar-open): New function for F10.
2037
2038 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2041 Disallow filenames containing " -" to avoid confusion with libtool
2042 compilation messages. Suggested by Stefan Monnier.
2043
2044 2006-09-15 David Kastrup <dak@gnu.org>
2045
2046 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
2047 instead of buffer position for `mouse-on-link-p'.
2048
2049 * mouse.el (mouse-posn-property): New function looking up the
2050 properties at a click position in overlays and text properties in
2051 either buffer or strings.
2052 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
2053 of both `follow-link' as well as `mouse-face' properties.
2054 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
2055 buffer position.
2056
2057 * help.el (describe-key-briefly): When reading a down-event on
2058 mode lines or scroll bar, swallow the following up event, too.
2059 Use the new mouse sensitity of `key-binding' for lookup.
2060 (describe-key): The same here.
2061
2062 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
2063
2064 * play/life.el (life-patterns): Add a few more interesting patterns.
2065 (life-setup): Force `show-trailing-whitespace' to nil.
2066
2067 2006-09-14 Richard Stallman <rms@gnu.org>
2068
2069 * startup.el (fancy-splash-text): Change text to improve alignment.
2070 (fancy-splash-screens): Don't set non-standard tab width.
2071 Bind cursor-type temporarily, and make it easy to patch to
2072 preserve the splash buffer.
2073 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
2074 (fancy-splash-screens): Display echo-area message explicitly.
2075 Don't set fancy-splash-help-echo.
2076
2077 * simple.el (line-number-mode): Group mode-line instead of
2078 editing-basics.
2079 (column-number-mode, size-indication-mode): Likewise.
2080
2081 * faces.el (mode-line-faces): Group mode-line instead of modeline.
2082
2083 * time.el (display-time): Group mode-line instead of modeline.
2084
2085 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
2086
2087 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * startup.el (fancy-splash-text): Move editing instructions to
2090 fancy-splash-head.
2091 (fancy-splash-head): Issue editing instructions.
2092 (fancy-splash-screens): Fixup whitespace.
2093
2094 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * bindings.el (mode-line-buffer-identification-keymap):
2097 Remove duplicate line.
2098
2099 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2100
2101 * ido.el (ido-ignore-item-p): Allow any kind of functions in
2102 ignore lists.
2103
2104 2006-09-14 Kim F. Storm <storm@cua.dk>
2105
2106 * jit-lock.el (jit-lock-fontify-again): New function.
2107 (jit-lock-fontify-now): Use it instead of lambda form.
2108
2109 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
2110
2111 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
2112 (flyspell-auto-correct-word): Make ispell-filter local to these
2113 functions. Check that ispell-filter has new stuff before calling
2114 ispell-parse-output.
2115
2116 2006-09-13 Kim F. Storm <storm@cua.dk>
2117
2118 * simple.el (line-move-partial): Optimize.
2119
2120 2006-09-13 Richard Stallman <rms@gnu.org>
2121
2122 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
2123 Delete spurious backquote.
2124
2125 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
2126
2127 * net/rcirc.el (rcirc-print): Fix last change.
2128
2129 2006-09-12 Jay Belanger <belanger@truman.edu>
2130
2131 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
2132
2133 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
2134
2135 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
2136 rcirc-show-maximum-output.
2137 (rcirc-mode): Remove window-scroll-function hook.
2138 (rcirc-scroll-to-bottom): Remove function.
2139 (rcirc-print): Recenter so point stays at the bottom of the window
2140 if point was already there.
2141
2142 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2143
2144 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
2145 not to "t".
2146 * progmodes/compile.el (compilation-start): Likewise.
2147 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2148 Don't use expand-file-name on invocation-directory, since this
2149 might mishandle special characters in invocation-directory.
2150
2151 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * pcvs-defs.el: Remove * in defcustom's docstrings.
2154
2155 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
2156
2157 * progmodes/compile.el (compilation-directory-properties):
2158 Doc fix for help-echo.
2159
2160 2006-09-12 Lars Hansen <larsh@soem.dk>
2161
2162 * desktop.el (desktop-read): Add comment.
2163
2164 2006-09-12 Kim F. Storm <storm@cua.dk>
2165
2166 * simple.el (next-error-highlight, next-error-highlight-no-select):
2167 Fix spelling error.
2168
2169 * subr.el (sit-for): Rework to use input-pending-p and cond.
2170 Return nil input is pending on entry also for SECONDS <= 0.
2171 (while-no-input): Use input-pending-p instead of sit-for.
2172
2173 2006-09-11 Richard Stallman <rms@gnu.org>
2174
2175 * simple.el (next-error-highlight, next-error-highlight-no-select):
2176 Fix custom type and doc strings.
2177
2178 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
2181 (diff-apply-hunk): Use it to ask for confirmation.
2182
2183 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
2184
2185 * emacs-lisp/cl.el (pushnew): Add missing `,'.
2186
2187 2006-09-11 David Kastrup <dak@gnu.org>
2188
2189 * help.el (string-key-binding, describe-key-briefly)
2190 (describe-key): Remove `string-key-binding' and its callers since
2191 `key-binding' already caters for the proper lookup now.
2192
2193 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
2196 (cfengine-mode): Use it. Fix \ syntax to be like /.
2197
2198 * bindings.el (mode-line-buffer-identification-keymap):
2199 Move initialization into declaration.
2200
2201 2006-09-10 Kim F. Storm <storm@cua.dk>
2202
2203 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
2204 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
2205 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
2206 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
2207
2208 2006-09-10 Richard Stallman <rms@gnu.org>
2209
2210 * dired-aux.el: Handle errors in recursive copy usefully.
2211 (dired-create-files-failures): New variable.
2212 (dired-copy-file): Remove condition-case.
2213 (dired-copy-file-recursive): Check for errors on all file
2214 operations, and add them to dired-create-files-failures.
2215 Check file file-date-erorr here too.
2216 (dired-create-files): Check dired-create-files-failures
2217 and report those errors too.
2218
2219 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
2220
2221 * subr.el (add-to-list): New argument COMPARE-FN.
2222
2223 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2224
2225 * filecache.el (file-cache-add-directory)
2226 (file-cache-add-directory-list, file-cache-add-file)
2227 (file-cache-add-directory-using-find)
2228 (file-cache-add-directory-using-locate)
2229 (file-cache-add-directory-recursively): Add autoloads.
2230
2231 2006-09-09 Richard Stallman <rms@gnu.org>
2232
2233 * textmodes/conf-mode.el (conf-space-mode):
2234 Use hack-local-variables-hook instead of calling hack-local-variables.
2235 (conf-space-keywords-override): New variable.
2236 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
2237 (conf-space-mode): Always make conf-space-keywords and
2238 conf-space-keywords-override local.
2239 Call conf-space-mode-internal directly as well as via hook.
2240
2241 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2242
2243 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
2244 quasi-keywords.
2245
2246 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
2249 (python-send-string): Be slightly more careful about adding \n.
2250
2251 * startup.el (normal-splash-screen): Don't display the buffer if we'll
2252 kill it right away anyway.
2253
2254 2006-09-09 Eli Zaretskii <eliz@gnu.org>
2255
2256 * international/codepage.el (cp850-decode-table): Fix a few codes.
2257 (cp858-decode-table): New variable.
2258
2259 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2260
2261 * net/ldap.el (ldap-search-internal): Doc fix.
2262
2263 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2264
2265 * play/life.el (life-display-generation): Test for input manually if
2266 `sleeptime' is negative or null.
2267
2268 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
2269 (print-region-1): Substitute `%s' with the page title.
2270
2271 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
2272
2273 * locate.el (locate-current-search): New variable.
2274 (locate): Set buffer local value. Use current buffer if it is
2275 in Locate mode.
2276 (locate-mode): Disable undo here.
2277 (locate-do-setup): Use locate-current-filter from buffer to be killed.
2278 (locate-update): Use locate-current-search and locate-current-filter.
2279
2280 2006-09-08 David Kastrup <dak@gnu.org>
2281
2282 * desktop.el (desktop-read): When loading a desktop, disable
2283 saving it while the load progresses, and switch off a pending lazy
2284 load by calling `desktop-lazy-abort'.
2285
2286 2006-08-27 Martin Rudalics <rudalics@gmx.at>
2287
2288 * window.el (mouse-autoselect-window-timer)
2289 (mouse-autoselect-window-position)
2290 (mouse-autoselect-window-window)
2291 (mouse-autoselect-window-now): New vars.
2292 (mouse-autoselect-window-cancel)
2293 (mouse-autoselect-window-select)
2294 (mouse-autoselect-window-start): New functions.
2295 (handle-select-window): Call `mouse-autoselect-window-start' when
2296 delayed window autoselection is enabled.
2297
2298 * cus-start.el (mouse-autoselect-window): Handle delayed window
2299 autoselection.
2300
2301 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
2302 commands after which it is allowed to print in the echo area.
2303
2304 2006-09-08 Richard Stallman <rms@gnu.org>
2305
2306 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
2307
2308 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
2309 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2310
2311 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
2312 (cancel-timer-internal): Add doc string.
2313 (cancel-function-timers): Doc fix.
2314 (with-timeout-handler, timer-event-last*): Add doc strings.
2315
2316 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
2317
2318 * files.el (risky-local-variable-p): Match ...-bindat-spec.
2319
2320 * dired.el (dired-log-summary): Add doc string.
2321
2322 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
2323 (custom-group-menu-create): Not here.
2324
2325 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
2326
2327 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
2328
2329 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2330
2331 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
2332 (mac-apple-event-map): Define its handler.
2333
2334 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2335
2336 * net/ldap.el (ldap-search-internal): Handle `auth' key.
2337
2338 2006-09-07 Magnus Henoch <mange@freemail.hu>
2339
2340 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
2341 clause.
2342
2343 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2344
2345 * info.el (Info-index): Bind completion-ignore-case.
2346
2347 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
2350 previous commit.
2351 (inferior-prolog-guess-flavor): New fun left out of previous commit.
2352 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
2353 burp in dedicated windows.
2354 (inferior-prolog-self-insert-command): New command.
2355 (inferior-prolog-mode-map): Use it.
2356
2357 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2358
2359 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
2360
2361 * international/code-pages.el: Add cp858.
2362
2363 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2364
2365 * dnd.el: Fix bootstrapping.
2366
2367 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2368
2369 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
2370 (dnd-open-remote-url): New function.
2371 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
2372 not windows-nt.
2373
2374 2006-09-07 Jason Rumney <jasonr@gnu.org>
2375
2376 * dnd.el (dnd-open-remote-file-function): New variable.
2377 (dnd-open-unc-file): New function.
2378 (dnd-open-file): Call dnd-open-remote-file-function if set.
2379
2380 2006-09-06 Daiki Ueno <ueno@unixuser.org>
2381
2382 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
2383 pgg-passphrase-coding-system rather than locale-coding-system.
2384 * pgg-def.el (pgg-passphrase-coding-system): New user option.
2385
2386 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * progmodes/prolog.el: Remove * in docstrings.
2389 (prolog-program-name): Add SWI prolog.
2390 (prolog-mode-menu): New menu.
2391 (prolog-mode): Set comment-add.
2392 (prolog-indent-line): Simplify. Use indent-line-to.
2393 (inferior-prolog-buffer): New var.
2394 (inferior-prolog-run, inferior-prolog-process): New funs.
2395 (run-prolog, switch-to-prolog): Rewrite, using them.
2396 (prolog-consult-region): Use inferior-prolog-buffer.
2397 (inferior-prolog-load-file): New function.
2398 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2399
2400 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
2401 last word, if it's not the end of the paragraph.
2402
2403 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
2404 file name.
2405
2406 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
2407
2408 * frame.el (display-mm-dimensions-alist): New defcustom.
2409 (display-mm-height, display-mm-width): Use it.
2410
2411 2006-09-06 Simon Josefsson <jas@extundo.com>
2412
2413 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2414
2415 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
2416
2417 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2418 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
2419 string values.
2420
2421 2006-09-06 Kim F. Storm <storm@cua.dk>
2422
2423 * simple.el (line-move-partial): New function to do vscrolling for
2424 partially visible images / tall lines. Rewrite based on code
2425 previously in line-move. Simplify backwards vscrolling.
2426 (line-move): Use it. Simplify.
2427
2428 2006-09-05 Kim F. Storm <storm@cua.dk>
2429
2430 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
2431
2432 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2435 Process the `gcc-include' after the `gnu' rule.
2436
2437 2006-09-05 Kim F. Storm <storm@cua.dk>
2438
2439 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
2440
2441 2006-09-05 Daiki Ueno <ueno@unixuser.org>
2442
2443 * pgg.el (pgg-clear-string): Alias to clear-string for backward
2444 compatibility.
2445
2446 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
2447 inhibit-redisplay; encode passphrase with locale-coding-system.
2448
2449 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2450
2451 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
2452
2453 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
2454
2455 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2456 (gdb-var-list-children-regexp): Make type field optional.
2457
2458 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
2459 e.g public, protected in C++.
2460
2461 2006-09-04 John Paul Wallington <jpw@pobox.com>
2462
2463 * simple.el (completion-show-help): New defcustom.
2464 (completion-setup-function): Heed it.
2465
2466 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2467
2468 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2469
2470 2006-09-04 Richard Stallman <rms@gnu.org>
2471
2472 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
2473 (rsf-min-region-to-spam-list): Doc fix.
2474 (rsf-add-content-type-field): Doc fix.
2475
2476 * simple.el (kill-region): Explicitly test there is a region.
2477
2478 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
2481 sendmail in several common directories.
2482
2483 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
2484
2485 * paths.el (sendmail-program): Removed.
2486
2487 2006-09-04 Daiki Ueno <ueno@unixuser.org>
2488
2489 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
2490 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
2491 http://article.gmane.org/gmane.emacs.gnus.general/50457
2492
2493 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
2496 mark after running the menu filter.
2497
2498 2006-09-03 Juri Linkov <juri@jurta.org>
2499
2500 * international/quail.el (quail-defrule-internal): Add a check
2501 if a key is a vector.
2502
2503 2006-09-02 Juri Linkov <juri@jurta.org>
2504
2505 * man.el (Man-topic-history): New variable.
2506 (man): Use it.
2507
2508 * woman.el (woman-topic-history): Change defvar to defvaralias
2509 for symbol `Man-topic-history'.
2510
2511 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
2512 `comint-last-output-start' is a marker by using `markerp' and
2513 check if it has a position by using `marker-position', and use
2514 this position for `goto-char'.
2515
2516 * international/quail.el (quail-defrule-internal): Add missing
2517 `error' call for null key.
2518
2519 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
2520
2521 * rcirc.el (rcirc-keywords): New variable.
2522 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
2523 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
2524 variables.
2525 (rcirc-responses-no-activity): New function.
2526 (rcirc-handler-generic): Check for responses in above.
2527 (rcirc-process-command): Add ?: character to arguments of raw
2528 server commands.
2529 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
2530 `rcirc-dim-nicks'.
2531 (rcirc-gray-toggle): Remove unused variable.
2532 (rcirc-print): Remove some tracking logic, which is moved into
2533 markup functions.
2534 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
2535 types.
2536 (rcirc-activity-string): Look for 'keyword in activity-types.
2537 (rcirc-window-configuration-change): Don't erase overlay-arrow
2538 unnecessarily.
2539 (rcirc-add-or-remove): New function.
2540 (rcirc-cmd-ignore): Use it.
2541 (rcirc-message-leader): Remove unused function.
2542 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
2543 (rcirc-add-face): New function.
2544 (rcirc-facify): Use rcirc-add-face.
2545 (rcirc-url-regexp): Add parens.
2546 (rcirc-map-regexp): Remove function.
2547 (rcirc-mangle-regexp): Remove function.
2548 (rcirc-markup-text-functions): New variable.
2549 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
2550 (rcirc-markup-body-text, rcirc-markup-attributes)
2551 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
2552 (rcirc-markup-bright-nicks): New markup handler functions.
2553 (rcirc-nick-in-message-full-line): New face.
2554 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
2555 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
2556
2557 2006-09-02 Martin Rudalics <rudalics@gmx.at>
2558
2559 * cus-start.el (hscroll-margin, hscroll-step)
2560 (mode-line-in-non-selected-windows, mouse-autoselect-window)
2561 (x-use-underline-position-properties): Change version to "22.1"
2562 since they will appear there for the first time.
2563
2564 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
2567
2568 2006-08-31 Richard Stallman <rms@gnu.org>
2569
2570 * cus-edit.el (custom-save-variables): Slight cleanup.
2571 (Custom-no-edit): Renamed from custom-no-edit.
2572 (Custom-newline): Renamed from custom-newline.
2573 (custom-mode-map): Use new names.
2574
2575 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
2576 about customization, rather than M-x customize, in the doc string
2577 made for the defcustom.
2578
2579 * emacs-lisp/trace.el (trace-function-background): Doc fix.
2580
2581 2006-08-31 Romain Francoise <romain@orebokech.com>
2582
2583 * dired-x.el (dired-guess-shell-alist-default): Update.
2584
2585 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2586
2587 * custom.el (custom-theme-set-variables): Autoload packages before
2588 sorting the variables.
2589
2590 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2591
2592 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
2593 chars if XEmacs.
2594 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
2595
2596 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * progmodes/python.el (python-eldoc-function): Re-enable quit while
2599 waiting for process.
2600
2601 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2602
2603 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
2604 results in ASCII-only string, encode original one directly.
2605
2606 2006-08-29 Romain Francoise <romain@orebokech.com>
2607
2608 * startup.el (normal-splash-screen, fancy-splash-screens):
2609 Make buffer read-only and arrange to enter view mode if necessary.
2610
2611 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * hl-line.el (hl-line): New face.
2614 (hl-line-face): Use it.
2615
2616 * image-mode.el (image-mode): Fix last fix.
2617 Suggested by Kim F. Storm.
2618
2619 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
2620
2621 Sync with Tramp 2.0.54.
2622
2623 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
2624 of `=', because `tramp-get-remote-gid' might not always return an
2625 integer when expected.
2626 (tramp-register-file-name-handlers): `partial-completion-mode' is
2627 unknown to XEmacs.
2628 (tramp-time-diff): Don't use `floor', it might fail for large
2629 differences.
2630 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
2631 `tramp-auto-save-directory' if unset in order to guarantee unique
2632 auto-save file names.
2633
2634 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * image-mode.el (image-mode): Display image as text on a terminal.
2637
2638 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * progmodes/python.el (python-send-command): Simplify.
2641 (run-python): Don't generate a new buffer unless `new' was specified.
2642 Make sure we send `import emacs' to the proper process.
2643
2644 * progmodes/python.el (python-send-command): Don't wait for the command
2645 to terminate. Don't fiddle with compilation-parsing-end.
2646
2647 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2650 Insert commentary after first line summary.
2651
2652 * woman.el (woman-follow): New function, based on `man-follow'.
2653 (woman-mode-map): Use it.
2654
2655 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
2656 since ibuffer-do-sort-by-recency does not define a sorter.
2657
2658 2006-08-28 Kim F. Storm <storm@cua.dk>
2659
2660 * find-dired.el (find-dired): Use shell-quote-argument to properly
2661 escape ( and ) args. Also use it on {} and ; args in default
2662 value of find-ls-option string.
2663 (find-grep-dired): Use shell-quote-argument on {} and ; args.
2664
2665 2006-08-27 Michael Olson <mwolson@gnu.org>
2666
2667 * emacs-lisp/tq.el: Small grammar fix in comments.
2668 (tq-enqueue): Check for existence of queue rather than the
2669 head queue item's question, which was a no-op.
2670 (tq-filter, tq-process-buffer): Make sure the process buffer
2671 exists before making it the current buffer.
2672
2673 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2674
2675 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
2676 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
2677 (special-event-map): Apply 2006-08-16 change for x-win.el.
2678
2679 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * progmodes/python.el (python-send-receive): Wait in the
2682 process's buffer so as to check the right buffer-local variables.
2683
2684 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
2687 (defgroup checkdoc): Move to beginning.
2688
2689 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
2690 (python-preoutput-continuation): Remove.
2691 (python-preoutput-filter): Simplify correspondingly.
2692 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
2693 Loop around to catch embedded _emacs_out output.
2694 (run-python): Send the import&print command on a single line.
2695 (python-send-command): Send command&print on a single line.
2696 (python-send-string): Only add double \n if needed.
2697 (python-send-receive): Loop until the result comes.
2698 (python-mode-running): Defvar it.
2699 (python-setup-brm): Remove unused var `menu'.
2700 Only bind py-mode-map and `features' around brm-init.
2701 (python-calculate-indentation): Remove unused var `point'.
2702 (python-beginning-of-defun): Remove unused var `def-line'.
2703
2704 2006-08-25 Richard Stallman <rms@gnu.org>
2705
2706 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
2707
2708 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
2709
2710 * viper.el (viper-set-hooks): Use frame bindings for
2711 viper-vi-state-cursor-color.
2712 (viper-non-hook-settings): Don't set default
2713 mode-line-buffer-identification.
2714
2715 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
2716 (viper-set-cursor-color-according-to-state)
2717 (viper-get-saved-cursor-color-in-replace-mode)
2718 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
2719 viper-emacs-state-cursor-color.
2720
2721 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
2722 (viper-undo): Use point if undo-beg-posn is nil.
2723 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
2724 (viper-after-change-undo-hook): Don't use
2725 viper-emacs-state-cursor-color by default.
2726 (viper-undo): More sensible positioning after undo.
2727
2728 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
2729 (viper-emacs-state-cursor-color): Default to nil, since this feature
2730 doesn't work well yet.
2731
2732 * ediff-mult.el (ediff-intersect-directories)
2733 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
2734 always expand filenames.
2735
2736 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * tumme.el: Remove * in defcustoms's docstrings.
2739
2740 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
2743 Accept internal time format for SECS arg.
2744 (timer-relative-time): Doc fix.
2745
2746 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
2747 adapted from Martin Rudalics.
2748 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
2749 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
2750 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
2751 using sit-for.
2752
2753 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
2754
2755 * cus-start.el (all): Add `overline-margin' and
2756 `x-underline-at-descent-line'.
2757
2758 2006-08-24 Kim F. Storm <storm@cua.dk>
2759
2760 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
2761 to mean "use find -exec"; nil now unambiguously means auto-detect.
2762 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
2763 Use shell-quote-argument to build grep-find-command and
2764 grep-find-template.
2765 (rgrep): Use shell-quote-argument to properly quote arguments to find.
2766 Reported by Tom Seddon.
2767
2768 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * startup.el (fancy-splash-head): Give instructions for dismissing
2771 the splash screen for default startup too.
2772 (display-startup-echo-area-message, fancy-splash-screens)
2773 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
2774 all splash text at once and keep the splash buffer around.
2775 (command-line-1): Give display-startup-echo-area-message a t arg.
2776
2777 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
2778
2779 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
2780 gnus frame is selected.
2781
2782 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
2785
2786 2006-08-22 Kim F. Storm <storm@cua.dk>
2787
2788 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
2789 Add suffix matching for subdirs.
2790
2791 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
2792
2793 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
2794 mouse-yank-at-point is non-nil.
2795
2796 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2797
2798 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
2799 a bit wider and remove fringes to fit initial output on line.
2800
2801 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * frame.el (blink-cursor-end): Only ignore the error we care about.
2804 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
2805
2806 2006-08-21 Richard Stallman <rms@gnu.org>
2807
2808 * whitespace.el (whitespace-cleanup): Doc fix.
2809
2810 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
2811
2812 * net/rcirc.el (rcirc-show-maximum-output): New var.
2813 (rcirc-buffer-process): If no buffer argument is supplied, use
2814 current-buffer.
2815 (rcirc-complete-nick): Complete to the last completed nick first.
2816 (rcirc-mode): Preserve the value of `rcirc-urls' across
2817 connections. Setup scroll function.
2818 (rcirc-scroll-to-bottom): New function.
2819 (rcirc-print): Use nick syntax around regexp work.
2820 Notice dim-nicks speaking only if they say our nick.
2821 (rcirc-update-activity-string): Do not show the modeline indicator
2822 if there are no live rcirc processes.
2823 (rcirc-cmd-ignore): Ignore case.
2824 (rcirc-browse-url-at-point): Fix off-by-one error.
2825
2826 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * progmodes/python.el: Remove * in defcustom docstrings.
2829 (run-python, python-proc, python-try-complete): Use derived-mode-p.
2830 (python-mode): Set tab-width and indent-tabs-mode.
2831
2832 2006-08-20 Dave Love <fx@gnu.org>
2833
2834 * progmodes/python.el: Update to Dave Love's latest version.
2835 (python-font-lock-keywords, python-mode): Don't use
2836 font-lock-syntax-table, but match symbol elements explicitly instead.
2837 (python-mode-map): Add help, and a few more key bindings.
2838 (python-skip-comments/blanks): Move out of comments as well.
2839 (python-continuation-line-p): Behave better with unbalanced parens.
2840 (python-blank-line-p): New fun.
2841 (python-open-block-statement-p): Don't use a heuristic.
2842 (python-outdent-p): Better handle blocks-in-the-same-line.
2843 (python-calculate-indentation): Misc improvements.
2844 (python-comment-indent): Remove.
2845 (python-block-pairs): New var.
2846 (python-first-word): New fun.
2847 (python-indentation-levels): Handle more common cases.
2848 (python-indent-line-1): Add `leave' argument.
2849 (python-indent-region): New fun.
2850 (python-skip-out): New fun.
2851 (python-beginning-of-statement, python-end-of-statement): Use it.
2852 (python-next-statement): Return correct count even at eob.
2853 (python-end-of-block): Fix paren-typo.
2854 (python-imenu-create-index): Add module variables.
2855 (run-python): Add `new' arg.
2856 Check we're at a prompt before returning.
2857 (python-send-command): Move to end of buffer.
2858 Wait for prompt to return.
2859 (python-set-proc): New fun.
2860 (python-imports): New var.
2861 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
2862 (python-eldoc-function): Try to move out of arg list.
2863 (python-outline-level): Offset by 1.
2864 (python-find-imports): New fun.
2865 (python-symbol-completions): Use python-imports.
2866 (python-module-path, ffap-alist): Add support for ffap.
2867 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2868 (python-insert-*, python-default-template, python-expand-template):
2869 Add templates/skeletons.
2870 (python-setup-brm): Support for Bicycle Repair Man.
2871 (python-abbrev-syntax-table): New var.
2872 (python-abbrev-pc-hook, python-pea-hook): New funs.
2873
2874 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * frame.el (blink-cursor-start): Set timer first.
2877 (blink-cursor-end): Ignore timer cancelling errors.
2878 Suggested by Ken Manheimer.
2879
2880 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2881
2882 * newcomment.el (comment-box): Call `comment-normalize-vars'.
2883 Add autoload cookie.
2884
2885 2006-08-20 Richard Stallman <rms@gnu.org>
2886
2887 * simple.el (line-number-at-pos): Doc fix.
2888
2889 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
2890 timer-activate-when-idle, so timer can run before Emacs becomes
2891 non-idle again.
2892
2893 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2894
2895 * whitespace.el (whitespace-cleanup-internal): New optional arg
2896 REGION-ONLY. If it's non-nil, modify the message to the user
2897 accordingly.
2898 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
2899 a non-nil argument.
2900
2901 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
2902
2903 * rect.el (spaces-string): Simplify and add doc string.
2904
2905 2006-08-17 Romain Francoise <romain@orebokech.com>
2906
2907 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
2908
2909 2006-08-17 Richard Stallman <rms@gnu.org>
2910
2911 * compare-w.el (compare-windows): lambda's take an arg and pass
2912 it to compare-windows-skip-whitespace.
2913
2914 2006-08-17 Martin Rudalics <rudalics@gmx.at>
2915
2916 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
2917 the right buffer.
2918
2919 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
2922 removed files.
2923
2924 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
2925
2926 * progmodes/gdb-ui.el (gdb-locals-watch-map)
2927 (gdb-locals-watch-map-1): Suppress keymap first.
2928 (gdb-edit-locals-map-1): New variable.
2929 (gdb-edit-locals-value): New function.
2930 (gdb-stack-list-locals-handler): Use them.
2931
2932 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
2935 cursor would normally be drawn in the fringe.
2936
2937 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
2938 Reported by Martin Rudalics <rudalics@gmx.at>.
2939
2940 2006-08-16 Richard Stallman <rms@gnu.org>
2941
2942 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
2943 (special-event-map): Process drag-n-drop events this way.
2944
2945 * simple.el (move-beginning-of-line): Test whether fields
2946 would prevent motion back to line's first visible character.
2947 If so, stop where the fields would stop the motion.
2948
2949 * newcomment.el (comment-indent): Fully update INDENT
2950 before checking to see if it will change the text.
2951
2952 * cus-edit.el (custom-newline): New function.
2953 (custom-mode-map): Bind newline to custom-newline.
2954
2955 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
2956 into ignore-whitespace.
2957 Check each buffer for its skip-function.
2958 Handle compare-windows-skip-whitespace special-case test
2959 by returning t from default skip function.
2960
2961 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2962
2963 * textmodes/org.el (org-clock-special-range)
2964 (org-clock-update-time-maybe): New functions.
2965 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
2966 not only a-z.
2967 (org-agenda-get-blocks): Allow multiple blocks per headline.
2968 (org-timestamp-change): Call `org-clock-update-time-maybe'.
2969 (org-export-html-title-format)
2970 (org-export-html-toplevel-hlevel): New options.
2971 (org-export-language-setup): Add support for Czech.
2972 (org-mode, org-insert-todo-heading, org-find-visible)
2973 (org-find-invisible, org-invisible-p, org-invisible-p2)
2974 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
2975 (org-show-subtree, org-show-entry, org-make-options-regexp):
2976 Remove compatibility support for old outline-mode.
2977 (org-check-occur-regexp): Funtion removed.
2978 (org-on-heading-p, org-back-to-heading): Made defalias.
2979 (org-set-local): New defsubst.
2980 (org-set-regexps-and-options, org-mode)
2981 (org-set-font-lock-defaults, org-edit-agenda-file-list)
2982 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
2983 (org-remember-apply-template, org-table-edit-field)
2984 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
2985 (org-set-autofill-regexps): Use `org-set-local'.
2986 (org-table-eval-formula): Fix bug with parsing of display flags.
2987
2988 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2989
2990 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
2991 frame with fringe arrow. Suggested by Simon Marshall
2992 <simon.marshall@misys.com>.
2993 (gdb-stack-position): New variable.
2994 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
2995 (gdb-frames-mode): Set gdb-stack-position to nil.
2996 Add to overlay-arrow-variable-list
2997 (gdb-reset): Delete gdb-stack-position from above list.
2998
2999 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3000
3001 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
3002 read only.
3003
3004 2006-08-13 Romain Francoise <romain@orebokech.com>
3005
3006 * cus-theme.el (customize-create-theme)
3007 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
3008
3009 * filesets.el (filesets-add-buffer): Ditto.
3010
3011 * pcvs.el (cvs-change-cvsroot): Ditto.
3012
3013 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
3014
3015 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
3016 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
3017 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
3018 expressions.
3019 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
3020 Only search till end of line.
3021 Add face to function names in case of no filename.
3022 Add face to variable names of watchpoints.
3023
3024 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3025
3026 * cus-start.el <indent-tabs-mode>: Move to the `indent'
3027 customization group.
3028
3029 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
3030
3031 * allout.el (allout-prior-bindings, allout-added-bindings):
3032 Remove, after long deprecation.
3033 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
3034 Add customization vars controlling allout-beginning-of-line and
3035 allout-end-of-line conveniences.
3036 (allout-header-prefix, allout-use-mode-specific-leader)
3037 (allout-use-mode-specific-leader, allout-mode-leaders):
3038 Revise docstrings.
3039 (allout-infer-header-lead): Change to be an alias for
3040 allout-infer-header-lead-and-primary-bullet.
3041 (allout-infer-header-lead-and-primary-bullet): New version of
3042 allout-infer-header-lead which assigns the primary bullet to the
3043 same as the header lead, when its being changed.
3044 (allout-infer-body-reindent): Apply regexp-quote instead of
3045 unconditionally prepending "\\", so that all literal
3046 allout-header-prefix and allout-primary-bullet strings are
3047 properly handled.
3048 (allout-add-resumptions): Add optional qualifier for extending or
3049 appending to existing values, rather than replacing them.
3050 (allout-view-change-hook): Clarify docstring.
3051 (allout-exposure-change-hook): Take explicit arguments, via
3052 run-hook-with-args.
3053 (allout-structure-added-hook)
3054 (allout-structure-deleted-hook)
3055 (allout-structure-shifted-hook): New hooks analogous to
3056 allout-exposure-change-hook for other kinds of structural outline
3057 edits.
3058 (allout-encryption-plaintext-sanitization-regexps): New encryption
3059 customization variable, by which cooperating modes can provde
3060 massage of the plaintext without actually being passed it.
3061 (allout-encryption-ciphertext-rejection-regexps)
3062 (allout-encryption-ciphertext-rejection-ceiling): New encryption
3063 customization variables, by which cooperating modes can prohibit
3064 rare but possible ciphertext patterns from fouling their
3065 operation, with actually being passed the ciphertext.
3066 (allout-mode): Run activation and deactivation hooks after the
3067 minor-mode variable has been toggled, to clarify the mode
3068 disposition. The new encryption ciphertext rejection variable is
3069 used to ensure that the ciphertext does not contain text that
3070 would be recognized as outline structural elements by allout.
3071 Substite allout-beginning-of-line and allout-end-of-line for
3072 conventionall beginning-of-line and end-of-line bindings.
3073 If allout-old-style-prefixes is non-nil, don't nullify it on mode
3074 activation!
3075 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
3076 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
3077 (allout-chart-subtree): Implement new mode, charting only the
3078 visible items in the subtree, when new 'visible' parameter is non-nil.
3079 (allout-end-of-subtree): Properly handle the last item in the buffer.
3080 (allout-pre-command-business, allout-command-counter):
3081 Increment an advertised counter so that cooperating enhancements can
3082 track revisions of items.
3083 (allout-open-topic): Run allout-structure-added-hook with suitable
3084 arguments.
3085 (allout-shift-in): Run allout-structure-shifted-hook with suitable
3086 arguments.
3087 (allout-shift-out): Fix doubling for negative args and ensure call
3088 of allout-structure-shifted-hook by solely using allout-shift-in.
3089 (allout-kill-line, allout-kill-topic):
3090 Run allout-structure-deleted-hook with suitable arguments.
3091 (allout-yank-processing): Run allout-structure-added-hook with
3092 proper arguments.
3093 (allout-yank): Enclose activity in allout-unprotected.
3094 (allout-flag-region): Run allout-exposure-change-hook with
3095 suitable arguments, instead of making the callee infer the arguments.
3096 (allout-encrypt-string):
3097 Support allout-encryption-plaintext-sanitization-regexps,
3098 allout-encryption-ciphertext-rejection-regexps, and
3099 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
3100 en/de cryption mode in symmetric encryption failure message.
3101 (allout-obtain-passphrase): Use copy-sequence to get a distinct
3102 copy of the passphrase, and don't zero it or we'll corrupt the
3103 stashed copy.
3104 (allout-create-encryption-passphrase-verifier)
3105 (allout-verify-passphrase): Respect the new signature for
3106 allout-encrypt-string.
3107 (allout-get-configvar-values): Convenience for getting a
3108 configuration variable value and handling its absence gracefully.
3109
3110 2006-08-11 Romain Francoise <romain@orebokech.com>
3111
3112 * obsolete/zone-mode.el: Delete.
3113
3114 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
3117
3118 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
3119
3120 * emacs-lisp/bindat.el (bindat-ip-to-string):
3121 Use `format-network-address' if possible.
3122
3123 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3124
3125 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
3126
3127 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
3130 restore unread-command-events here.
3131 (edebug-display): Do it here, to detect sit-for interruptions.
3132
3133 2006-08-10 Romain Francoise <romain@orebokech.com>
3134
3135 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
3136 (dns-mode-soa-auto-increment-serial): New user option.
3137 (dns-mode-soa-maybe-increment-serial): New function.
3138 (dns-mode): Add the latter to `write-contents-functions'.
3139
3140 * obsolete/zone-mode.el: Move to obsolete/ from net/.
3141 Delete autoload cookies.
3142
3143 2006-08-10 John Wiegley <johnw@newartisans.com>
3144
3145 * eshell/em-glob.el (eshell-glob-chars-list)
3146 (eshell-glob-translate-alist): Add support for [^g] in character globs.
3147
3148 2006-08-10 Richard Stallman <rms@gnu.org>
3149
3150 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
3151 (facemenu-set-face): Doc fix.
3152 (facemenu-listed-faces): Doc fix.
3153
3154 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * avoid.el (mouse-avoidance-animating-pointer): New var.
3157 (mouse-avoidance-nudge-mouse): Use it.
3158 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
3159 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
3160 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
3161 Don't activate if currently animating. All callers changed.
3162
3163 2006-08-09 John Wiegley <johnw@newartisans.com>
3164
3165 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
3166 variable, which causes timeclock to report elapsed time worked,
3167 instead of just work remaining.
3168
3169 2006-08-09 Kenichi Handa <handa@m17n.org>
3170
3171 * international/latexenc.el (latexenc-find-file-coding-system):
3172 Fix for the case that the 2nd element of arg-list is a cons.
3173
3174 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * info.el (Info-fontify-node): Handle preceding `in' for note
3177 reference hiding rules.
3178
3179 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
3182 mistake a closing " for an opening one.
3183
3184 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3185
3186 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3187
3188 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * complete.el (PC-do-completion): Filter out completions matching
3191 completion-ignored-extensions before checking whether there are
3192 multiple completions.
3193 Don't use `list' unnecessarily when building completion tables.
3194
3195 2006-08-06 Richard Stallman <rms@gnu.org>
3196
3197 * help.el (describe-mode): Make minor mode list more concise.
3198
3199 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * bindings.el: Give mode-line-format, mode-line-modes, and
3202 mode-line-position `standard-value' properties.
3203
3204 2006-08-05 Eli Zaretskii <eliz@gnu.org>
3205
3206 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3207 "(file)node" instead of the file name.
3208
3209 2006-08-05 Richard Stallman <rms@gnu.org>
3210
3211 * faces.el (escape-glyph): Doc fix.
3212
3213 2006-08-04 Kenichi Handa <handa@m17n.org>
3214
3215 * international/mule-diag.el (describe-font): Improve docstring
3216 and error message. Use frame-parameter (not frame-parameters).
3217
3218 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
3221 Correctly mark the end-of-docstring char.
3222
3223 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * simple.el (line-move-to-column): Constrain move-to-column to
3226 current field.
3227
3228 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * font-lock.el (font-lock-beg, font-lock-end)
3231 (font-lock-extend-region-functions): New vars.
3232 (font-lock-extend-region-multiline)
3233 (font-lock-extend-region-wholelines): New functions.
3234 (font-lock-default-fontify-region): Use them.
3235 (font-lock-extend-jit-lock-region-after-change): Only round up
3236 if font-lock-default-fontify-region will do it as well.
3237
3238 * font-lock.el (font-lock-extend-after-change-region-function):
3239 Rename from font-lock-extend-region-function.
3240 (font-lock-extend-region): Remove by inlining at call sites.
3241 (font-lock-after-change-function): Don't needlessly round up to a whole
3242 number of lines.
3243 (font-lock-extend-jit-lock-region-after-change): Be more careful about
3244 the boundary conditions and the interactions between the various ways
3245 to extend the region.
3246
3247 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
3250 modification status when forcing the second redisplay.
3251
3252 2006-08-03 Kim F. Storm <storm@cua.dk>
3253
3254 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
3255
3256 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
3259 doesn't look like a file name.
3260
3261 * complete.el (PC-expand-many-files): Avoid signalling an error when
3262 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
3263
3264 2006-08-02 Andreas Schwab <schwab@suse.de>
3265
3266 * bindings.el (mode-line-format): Simplify reference to vc-mode.
3267
3268 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3269
3270 * bindings.el (map): Make mode-line-buffer-identification-keymap
3271 before defining propertized-buffer-identification.
3272
3273 2006-08-01 Richard Stallman <rms@gnu.org>
3274
3275 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
3276
3277 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3278
3279 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
3280 default value.
3281 (gdb-find-source-frame): New function.
3282 (menu): Add to menu bar.
3283
3284 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * font-core.el (font-lock-extend-region-function)
3287 (font-lock-extend-region): Move to font-lock.el.
3288
3289 * font-lock.el (font-lock-extend-region-function)
3290 (font-lock-extend-region): Move from font-core.el. Simplify.
3291
3292 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
3293 if needed.
3294 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
3295 (jit-lock-after-change-extend-region-functions): New hook.
3296 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
3297
3298 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
3299 (font-lock-turn-on-thing-lock): Use it.
3300
3301 * longlines.el (longlines-show-region): Make it work on read-only
3302 buffers as well.
3303
3304 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
3305
3306 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
3307
3308 2006-07-31 Richard Stallman <rms@gnu.org>
3309
3310 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
3311 (vhdl-speedbar-display-projects): Update old obsolete
3312 speedbar variable names.
3313
3314 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
3315
3316 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
3317 (gdb-stopped): Use it.
3318
3319 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
3320
3321 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
3322
3323 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
3324 for load-history elements.
3325
3326 2006-07-29 Eli Zaretskii <eliz@gnu.org>
3327
3328 * files.el (convert-standard-filename): For Cygwin, replace
3329 characters not allowed in Windows file names.
3330 (make-auto-save-file-name): Add Cygwin to the list of systems
3331 where the auto-save file name needs to be run through
3332 convert-standard-filename.
3333
3334 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
3335
3336 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
3337
3338 2006-07-28 Richard Stallman <rms@gnu.org>
3339
3340 * bindings.el (mode-line-frame-identification)
3341 (propertized-buffer-identification): Centralize the code
3342 to initialize the variable.
3343
3344 * progmodes/grep.el (grep-default-command): Catch errors from
3345 wildcard-to-regexp.
3346
3347 2006-07-29 Kim F. Storm <storm@cua.dk>
3348
3349 * progmodes/grep.el (grep-tag-default): New function.
3350 (grep-default-command, grep-read-regexp): Use it.
3351 (grep-read-files): Use car of grep-files-history or grep-files-aliases
3352 as default if nothing else applies.
3353
3354 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
3355
3356 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3357 Throw error if buffer is not in Dired and Wdired mode, respectively.
3358
3359 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
3362 self-insert-command keys don't activate buttons.
3363 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
3364
3365 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
3366
3367 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
3368 faces for enable character.
3369
3370 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * Makefile.in (recompile): Update comment to reflect change
3373 on 2004-04-21.
3374
3375 2006-07-27 Richard Stallman <rms@gnu.org>
3376
3377 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
3378 (customize-package-emacs-version): Change msg when pkg has no entry.
3379 (custom-no-edit): On a button, do like widget-button-press.
3380
3381 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3382
3383 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
3384 S-tab and C-S-tab.
3385
3386 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3387
3388 * progmodes/which-func.el (which-function): Fix documentation/
3389 comment typo.
3390
3391 2006-07-26 Richard Stallman <rms@gnu.org>
3392
3393 * textmodes/ispell.el (ispell-word): If we replace the word,
3394 move point to the end. Insert before deleting.
3395
3396 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
3399 a timer.
3400
3401 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
3402
3403 * tumme.el (tumme-backward-image): Add prefix argument. Add error
3404 when at first image.
3405 (tumme-forward-image): Add prefix argument. Add error when at last
3406 image.
3407
3408 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * tabify.el (tabify-regexp): Use more specific regexps.
3411 (tabify): Avoid modifying the buffer unnecessarily.
3412
3413 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
3414
3415 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
3416 (tumme-format-properties-string): Handle empty `buf'.
3417 (tumme-get-comment): Change variable names inside `let'.
3418 Add missing `let' variable that cause font-lock problems.
3419 (tumme-write-comments): Change variable names inside `let'.
3420 Add missing `let' variable that cause font-lock problems.
3421 (tumme-forward-image): Rename from `tumme-forward-char'.
3422 (tumme-backward-image): Rename from `tumme-backward-char'.
3423
3424 2006-07-25 Masatake YAMATO <jet@gyve.org>
3425
3426 * progmodes/ld-script.el (ld-script-keywords)
3427 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
3428 and add comments.
3429
3430 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
3431
3432 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3433 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
3434 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
3435 for status indicator.
3436
3437 2006-07-24 Richard Stallman <rms@gnu.org>
3438
3439 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
3440
3441 * subr.el (dolist, dotimes): Use interned symbols for locals.
3442 (--dotimes-limit--, --dolist-tail--): New defvars.
3443 (looking-back): Doc fix.
3444
3445 * replace.el (replace-match-string-symbols): Handle dotted lists.
3446
3447 2006-07-24 mathias <mathias@mattis>
3448
3449 * tumme.el (tumme-write-tags): Add.
3450 (tumme-write-comments): Add.
3451 (tumme-tag-files): Change to use `tumme-write-tags'.
3452 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
3453 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
3454 (tumme-save-information-from-widgets): Change to use
3455 `tumme-write-comments' and `tumme-write-tags'.
3456 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
3457 (tumme-write-tag): Remove.
3458 (tumme-write-comment): Remove.
3459 (tumme-display-previous-thumbnail-original): Remove empty line.
3460 (tumme-widget-list): Add punctuation.
3461
3462 2006-07-24 mathias <mathias.dahl@gmail.com>
3463
3464 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
3465
3466 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3467
3468 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3469 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
3470 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3471
3472 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3473
3474 * mouse.el (mouse-on-link-p): Doc fix.
3475
3476 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
3477
3478 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3479 Handle "C-h f `".
3480
3481 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3482
3483 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
3484 column.
3485
3486 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
3487
3488 * textmodes/table.el: Add move-beginning-of-line and
3489 move-end-of-line to Point Motion Only Group.
3490
3491 2006-07-22 Eric Hanchrow <offby1@blarg.net>
3492
3493 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
3494
3495 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3496
3497 * startup.el (user-mail-address): Initialize from the `EMAIL'
3498 environment variable first. Document this.
3499 (command-line): Ditto.
3500
3501 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * help-mode.el (help-function-def, help-variable-def)
3504 (help-face-def): Print a message in the minibuffer.
3505
3506 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3507
3508 * term/xterm.el (terminal-init-xterm): Fix key bindings
3509 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
3510
3511 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3512
3513 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
3514 where `(nth 1 command)' is a cons cell. Doc fix.
3515
3516 * textmodes/po.el (po-find-charset): Doc fix.
3517
3518 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
3519
3520 * allout.el (allout-unprotected, allout-e-o-prefix-p)
3521 (allout-beginning-of-current-line, allout-end-of-current-line)
3522 (allout-next-visible-heading, allout-open-topic)
3523 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
3524 (allout-flag-current-subtree, allout-show-to-offshoot)
3525 (allout-hide-current-entry, allout-show-current-branches)
3526 (allout-hide-region-body, allout-old-expose-topic)
3527 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
3528 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
3529 containing `beginning-of-line' and `end-of-line' with
3530 `inhibit-field-text-motion' t.
3531
3532 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3533
3534 * frame.el (focus-follows-mouse): Document that it doesn't have
3535 any effect on MS-Windows.
3536
3537 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
3540
3541 2006-07-20 Jay Belanger <belanger@truman.edu>
3542
3543 * calc.el (calc-previous-alg-entry): Remove variable.
3544
3545 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
3546 New variables.
3547 (calc-alg-entry): Use `calc-alg-entry-history'.
3548 (calc-do-quick-calc): Use `calc-quick-calc-history'.
3549 Remove reference to `calc-previous-alg-entry'.
3550 (calcAlg-edit, calcAlg-enter): Remove reference to
3551 `calc-previous-alg-entry'.
3552 (calcAlg-previous): Use `previous-history-element' instead of
3553 `calc-previous-alg-entry'.
3554 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3555 Change keybinding for `calcAlg-plus-minus', add keybindings for
3556 `previous-history-element' and `next-history-element'.
3557
3558 * calc-rewr.el (calc-match): Remove reference to
3559 `calc-previous-alg-entry'.
3560
3561 * calc-sel.el (calc-selection-history): New variable.
3562 (calc-enter-selection, calc-sel-mult-both-sides)
3563 (calc-sel-add-both-sides): Use `calc-selection-history'.
3564
3565 * calc-map.el (calc-get-operator-history): New variable.
3566 (calc-get-operator): Use `calc-get-operator-history'.
3567
3568 * calcalg3.el (calc-curve-fit-history): New variable.
3569 (calc-curve-fit): Use `calc-curve-fit-history'.
3570
3571 2006-07-20 Kenichi Handa <handa@m17n.org>
3572
3573 * international/mule-cmds.el (select-safe-coding-system): Fix the
3574 way of deciding eol-type of the coding system.
3575
3576 2006-07-20 Alan Mackenzie <acm@muc.de>
3577
3578 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
3579 (c-lang-setvar): New macro.
3580 (c-make-init-lang-vars-fun): Use the initialization forms in
3581 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
3582 (comment-start, comment-end, comment-start-skip): Change these from
3583 c-lang-defvar's to c-lang-setvar's.
3584
3585 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
3586 which calls make-local-variable on the elements of
3587 c-emacs-variable-inits.
3588 (c-init-language-vars-for): Call this new macro.
3589
3590 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3593 Try to rule out false positives due to time stamps.
3594 (compilation-mode-font-lock-keywords): Remove rules made redundant
3595 because of the above change. Add `segmentation fault' to the known and
3596 highlighted compilation termination messages.
3597
3598 2006-07-19 Kim F. Storm <storm@cua.dk>
3599
3600 * progmodes/grep.el (grep-find-ignored-directories):
3601 Add .svn and _darcs to list.
3602
3603 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
3604
3605 * dired.el (dired-mode-map): Add key binding `C-te' for
3606 `tumme-dired-edit-comment-and-tags'.
3607
3608 * tumme.el (tumme-display-thumbnail-original-image): Make sure
3609 image display buffer is displayed before call to
3610 `tumme-display-image.
3611 (tumme-dired-display-image): Make sure image display buffer is
3612 displayed before call to `tumme-display-image.
3613 (tumme-mouse-display-image): Make sure image display buffer is
3614 displayed before call to `tumme-display-image.
3615 (tumme-widget-list): Add.
3616 (tumme-dired-edit-comment-and-tags): Add.
3617 (tumme-save-information-from-widgets): Add.
3618
3619 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
3622
3623 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * progmodes/sh-script.el (sh-font-lock-keywords-1):
3626 Revert inadvertently installed patch hunk.
3627
3628 * progmodes/compile.el (compilation-find-file): Handle the
3629 cases where the user selects a non-existent file.
3630
3631 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
3634
3635 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * subr.el (sit-for): Just sleep-for if noninteractive.
3638
3639 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * emacs-lisp/autoload.el (make-autoload): Use new arg.
3642
3643 * custom.el (custom-autoload): Add `noset' argument.
3644 (custom-push-theme): Don't autoload the variable, let callers do it.
3645 (custom-theme-set-variables): Autoload the variable if necessary.
3646
3647 * cus-edit.el (custom-variable-state-set): If the variable was
3648 originally set outside custom, but to the same value as the default,
3649 consider it to be standard.
3650
3651 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
3652 file *before* telling Emacs to add the autoloads, in case it fails.
3653
3654 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
3655 Use `cond', push', and `dolist'.
3656
3657 2006-07-17 Richard Stallman <rms@gnu.org>
3658
3659 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
3660 Add defvars to silence warnings.
3661
3662 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3665 Don't highlight "Compiling file" messages as error.
3666
3667 * dired-aux.el (dired-compress-file): Confirm again if gzipped
3668 file already exists.
3669
3670 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
3671
3672 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
3673 entry, don't assign to free var; simply return the extracted filename.
3674 (ff-treat-as-special): Incorporate common preamble from callers.
3675 (ff-other-file-name, ff-find-the-other-file):
3676 Update call to ff-treat-as-special.
3677
3678 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
3679
3680 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
3681
3682 * tumme.el (tumme-get-comment): Fix bug.
3683
3684 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * files.el: Remove spurious * in docstrings.
3687
3688 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3689
3690 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
3691 grammar.
3692 (allout-beginning-of-current-line): Beware beginning of buffer.
3693 Also, a comment is simplified.
3694 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
3695 when appropriate. (This fix enables use for other than
3696 bullet-hotspot operation.)
3697 (allout-hide-current-subtree): While escalating to sibling-close,
3698 make sure to situate on a topic.
3699
3700 2006-07-14 Kim F. Storm <storm@cua.dk>
3701
3702 * emulation/cua-base.el (cua-delete-selection)
3703 (cua-toggle-set-mark): New defcustoms.
3704 (cua-rectangle-modifier-key): Add `alt' modifier.
3705 (cua-replace-region): Don't delete if cua-delete-selection is nil.
3706 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
3707 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
3708
3709 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
3710
3711 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3712
3713 * allout.el: Require 'cl during byte-compilation/interactive load,
3714 for the `assert' macro.
3715 (allout-mode-deactivate-hook): New hook, run when allout mode
3716 deactivates.
3717 (allout-developer): New allout customization subgroup.
3718 (allout-run-unit-tests-on-load): New allout-developer
3719 customization variable, when true allout unit tests are run towards
3720 end of file load/eval.
3721 (allout-inhibit-auto-fill): Disable auto-fill activity even during
3722 auto-fill-mode.
3723 (allout-resumptions): Remove, to be replaced by...
3724 (allout-add-resumptions): Register variable settings to be
3725 reinstated by `allout-do-resumptions'. The settings are made
3726 buffer-local, but the locality/globality of the suspended setting
3727 is restored on resumption.
3728 (allout-do-resumptions): Reinstate all settings suspended using
3729 `allout-add-resumptions'.
3730 (allout-test-resumptions): Unit tests (and intermediate variables)
3731 for resumptions.
3732 (allout-tests-globally-unbound, allout-tests-globally-true)
3733 (allout-tests-locally-true): Intermediate variables for
3734 resumptions unit tests.
3735 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
3736 (allout-exposure-category): Replaces 'allout-overlay-category variable.
3737 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
3738 instead of retired `allout-resumptions'. For hook functions, use
3739 `local' parameter so hook settings are created and removed as
3740 buffer-local settings. Revise (resumptions) setting
3741 auto-fill-function so it is set only if already active. (The
3742 related fill-function settings are all made in either case, so
3743 that activating auto-fill-mode activity will have the custom
3744 allout-mode behaviors (hanging indent on topics, if configured for it).
3745 Remove all allout-exposure-category overlays on mode deactivation.
3746 (allout-hotspot-key-handler): New function extracted from
3747 `allout-pre-command-business', so the functionality can be used
3748 for other purposes, eg as a binding in an overlay.
3749 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
3750 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
3751 customization variable.
3752 (allout-run-unit-tests): Run the (currently quite small)
3753 repertoire of unit tests. Called just before the provide iff user
3754 has customized `allout-run-unit-tests-on-load' non-nil.
3755
3756 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3757
3758 * emacs-lisp/authors.el (authors-aliases): Update.
3759
3760 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3761
3762 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
3763 gdb-source-window. Add dedicated argument.
3764 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
3765 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
3766 (gdb-display-threads-buffer, gdb-display-memory-buffer)
3767 (gdb-display-locals-buffer): Use it.
3768
3769 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
3770 Set gdb-source-window.
3771
3772 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
3775 minor modes, redundant with the custom-autoload line above.
3776
3777 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
3778
3779 * longlines.el (longlines-post-command-function): Handle open-line too.
3780
3781 2006-07-12 Richard Stallman <rms@gnu.org>
3782
3783 * progmodes/grep.el (grep-last-buffer): Doc fix.
3784
3785 * info.el (Info-try-follow-nearest-node): Doc fix.
3786
3787 * emacs-lisp/edebug.el (edebug-instrument-function):
3788 Err if find-function-noselect gives no position.
3789
3790 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3791 If can't find definition, return nil for position.
3792 (find-function-do-it): Handle new return value
3793 of find-definition-noselect.
3794 (find-definition-noselect, find-variable-noselect): Doc fix.
3795 (find-function-noselect): Doc fix.
3796
3797 * help-mode.el (help-variable-def): Handle find-variable-noselect
3798 returning no position.
3799 (help-function-def): Likewise for find-function-search-for-symbol.
3800 (help-face-def): Likewise.
3801
3802 * help-fns.el (describe-variable): Handle find-variable-noselect
3803 returning no position.
3804
3805 * files.el (locate-file-completion): Avoid duplicates in result.
3806
3807 * cus-edit.el (custom-no-edit): New command.
3808 (custom-mode-map): Remap to custom-no-edit instead of
3809 using suppress-keymap.
3810
3811 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
3812
3813 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3814 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3815 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
3816
3817 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
3818
3819 2006-07-11 Kim F. Storm <storm@cua.dk>
3820
3821 * ido.el (ido-copy-current-file-name): Use buffer-name if
3822 buffer-file-name is nil.
3823
3824 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * simple.el (undo-ask-before-discard): Set to nil.
3827
3828 * vc.el (vc-exec-after): Don't delete process manually.
3829 (vc-print-log): Run log-view-mode in process sentinel inside
3830 inhibit-read-only. Don't shrink window due to timing issues.
3831
3832 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
3833 Avoid using with-output-to-temp-buffer, which clobbers local vars.
3834
3835 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3838 Fix ambiguity introduced by last change.
3839 (compilation-find-file): Move save-excursion to where it may
3840 make sense. Fix a left over `find-file'.
3841
3842 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
3843
3844 * textmodes/texinfmt.el (texinfo-format-separate-node):
3845 Insert a string before point, which fits documentation, not after.
3846 (texinfo-multitable-item): In a multitable row, insert any
3847 additional needed @tabs and spaces.
3848
3849 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
3850
3851 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3852 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3853 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
3854 instead of shell-command.
3855 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
3856 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
3857 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
3858 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
3859 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
3860 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
3861
3862 2006-07-11 Kim F. Storm <storm@cua.dk>
3863
3864 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
3865 Remove special case for seconds < 0. Use (redisplay t) instead.
3866
3867 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
3870 avoid compilation error.
3871
3872 * subr.el (sit-for): New function.
3873
3874 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
3875
3876 2006-07-10 Richard Stallman <rms@gnu.org>
3877
3878 * ldefs-boot.el (edebug): Update page.
3879
3880 2006-07-10 Kim F. Storm <storm@cua.dk>
3881
3882 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
3883 to FOR-RELEASE and TODO.
3884
3885 2006-07-10 Romain Francoise <romain@orebokech.com>
3886
3887 * emacs-lisp/authors.el (authors-aliases): Update.
3888
3889 2006-07-10 Alan Mackenzie <acm@muc.de>
3890
3891 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
3892 * cc-mode.el: Changes to eradicate eval-after-load.
3893
3894 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
3897 on non-char events.
3898
3899 2006-07-09 Romain Francoise <romain@orebokech.com>
3900
3901 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3902 Don't highlight start/end markers as compilation messages.
3903
3904 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
3905 to t.
3906
3907 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
3910
3911 2006-07-08 Richard Stallman <rms@gnu.org>
3912
3913 * term/x-win.el (x-handle-display): Add doc string.
3914
3915 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3916
3917 * subr.el (def-edebug-spec): Move here.
3918 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3919
3920 * imenu.el (imenu-choose-buffer-index): Doc fix.
3921
3922 2006-07-08 Romain Francoise <romain@orebokech.com>
3923
3924 * term/x-win.el (x-display-name): Fix typo.
3925
3926 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3927
3928 * hexl.el (hexl-find-file): Doc fix.
3929
3930 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3931
3932 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * term/x-win.el (x-display-name): Doc fix.
3935
3936 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
3939 long prefixes.
3940 (fill-region-as-paragraph): Don't round up to a whole line.
3941 (fill-comment-paragraph): Don't include the code-before-the-comment
3942 when calling fill-region-as-paragraph.
3943
3944 * international/mule.el (make-char): Remove redundancy.
3945
3946 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
3947 property may contain an anonymous function rather than a symbol.
3948
3949 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
3950
3951 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3952 Use shy regexp. Fix incorrect backref to potentially unmatched group.
3953
3954 * dirtrack.el (dirtrack-default-directory-function): Remove.
3955 (dirtrack-directory-function): Use file-name-as-directory.
3956 (dirtrack-windows-directory-function): Simplify.
3957 (dirtrack-forward-slash, dirtrack-backward-slash)
3958 (dirtrack-replace-slash): Remove.
3959 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
3960 (dirtrack): Fix wrong parenthesizing; use match-string.
3961
3962 * progmodes/octave-inf.el: Remove spurious * in docstrings.
3963 (inferior-octave-mode): Only change the buffer-local value of
3964 comint-dynamic-complete-functions.
3965 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
3966 Move the initialization to the declaration.
3967 (inferior-octave-complete): Remove unused var `filter'.
3968
3969 * shell.el (shell-mode): Only change the buffer-local value of
3970 comint-dynamic-complete-functions.
3971
3972 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3973
3974 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
3975 entry is skipped because it has been scheduled.
3976 (org-prepare-agenda-buffers): Don't mark buffers as modified when
3977 changing `:org-archived' and `:org-comment' properties.
3978
3979 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * server.el (server-select-display): Don't make the temp frame
3982 minibuffer-only, in case it's not a temp frame.
3983 (server-process-filter): Don't delete the temp frame if it's the
3984 only one we have on that display.
3985
3986 * files.el (find-alternate-file): Doc fix.
3987
3988 2006-07-05 Richard Stallman <rms@gnu.org>
3989
3990 * files.el (abbreviate-file-name): Add save-match-data.
3991
3992 2006-07-03 Richard Stallman <rms@gnu.org>
3993
3994 * faces.el (read-face-name): Doc fix.
3995
3996 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
3997
3998 * net/goto-addr.el (goto-address): Mark as safe for local evals.
3999
4000 2006-07-05 Andre Spiegel <spiegel@gnu.org>
4001
4002 * vc.el (vc-diff-internal): Fix prev change.
4003
4004 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4005
4006 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
4007 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
4008
4009 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
4012 fails if the symbol contains chars like ( or '.
4013 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
4014 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
4015 `short'.
4016
4017 2006-07-04 Kenichi Handa <handa@m17n.org>
4018
4019 * international/mule-cmds.el (set-language-info): If LANG-ENV is
4020 the current one, don't call set-language-environment, but call one
4021 of set-language-environment-XXX to make INFO effective now.
4022 (set-language-environment): Call set-language-environment-XXX
4023 functions instead of doing the various setups directly.
4024 (set-language-environment-coding-systems): Delete argument eol-type.
4025 (set-language-environment-input-method)
4026 (set-language-environment-nonascii-translation)
4027 (set-language-environment-charset)
4028 (set-language-environment-fontset)
4029 (set-language-environment-unibyte): New functions.
4030
4031 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
4032
4033 * locate.el (locate-update-when-revert): New option.
4034 (locate-update-path): New option (suggested by Michael Albinus).
4035 (locate-prompt-for-command): Whitespace change.
4036 (locate-update): No longer offer to update the locate database by
4037 default. Implement the two new options.
4038
4039 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4040
4041 * tooltip.el: Move comment about track-mouse...
4042
4043 * progmodes/gud.el: ...to here.
4044
4045 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * facemenu.el (facemenu-listed-faces): New var.
4048 (facemenu-unlisted-faces): Variable deleted.
4049 (facemenu-add-new-face): Use facemenu-listed-faces.
4050
4051 * emulation/viper-init.el, calendar/calendar.el:
4052 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
4053
4054 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
4055
4056 * textmodes/org.el (org-mode): Remove no invalid settings for
4057 calc embedded mode.
4058 (org-mode-p): New defsubst.
4059 (org-save-all-org-buffers): New function.
4060 (org-first-headline-recenter): Enclose outline-regexp in group
4061 delimiters.
4062 (org-set-tags): Keep single space after stars.
4063
4064 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * window.el (set-window-text-height): Only set window-min-height to
4067 1 if that's the requested size.
4068
4069 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
4070 (diff-unified->context, diff-context->unified)
4071 (diff-reverse-direction): Make sure the end marker stays at the end.
4072 (diff-mode): Add the keymap table at the end of docstring.
4073 Use lexical-let rather than constructing a closure manually.
4074
4075 * files.el (find-file-noselect-1): Remove unused var assignment.
4076 (hack-local-variables-confirm): Print lists of strings as lists of
4077 strings rather than lists of symbols.
4078 (abbreviate-file-name, hack-local-variables-prop-line):
4079 Use match-string.
4080 (hack-one-local-variable): Move `make-local-variable' nearer its use.
4081 (recover-session-finish): Use line-end-position.
4082
4083 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
4084
4085 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
4086
4087 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
4088
4089 * progmodes/make-mode.el (makefile-macroassign-regex):
4090 Accept preceding keyword.
4091 (makefile-gmake-statements): Reorganize, now that makepp has
4092 "override" and also handle forgotten "override define".
4093 (makefile-makepp-statements): Add new "global", "override export"
4094 and "override global".
4095
4096 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
4099 (ada-compile-mouse-goto-error, ada-deactivate-properties)
4100 (ada-no-auto-case): Fix typos in docstrings.
4101
4102 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
4103
4104 * info.el (Info-find-node-2): Search for makeinfo version more
4105 carefully.
4106
4107 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
4108
4109 * textmodes/org.el (org-prepare-agenda-buffers):
4110 Use `invisible-OK' argument for `org-end-of-subtree'.
4111 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
4112 (org-beginning-of-item): Fix bug in regular expression for white line.
4113 (org-export-as-html): Enforce space after bullet in plain list items.
4114 (org-set-autofill-regexps): Require space after plain list bullet
4115 for paragraph-start.
4116 (org-ts-regexp3): New constant.
4117 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
4118 (org-timestamp-up-day, org-timestamp-down-day)
4119 (org-timestamp-change): Work with inactive timestamps.
4120 (org-ts-regexp1): Don't allow brackets in time stamps.
4121
4122 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
4123
4124 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
4125 for ignoring links.
4126
4127 * faces.el (read-face-name): Use it.
4128
4129 2006-06-28 Juri Linkov <juri@jurta.org>
4130
4131 * buff-menu.el (list-buffers-noselect): Compare Info file
4132 with the string "dir" to detect Info directory.
4133
4134 * complete.el (partial-completion-mode): In lambda for
4135 `choose-completion-string-functions' use full function signature
4136 with 4 args, and move point to the end of the minibuffer only if arg
4137 `mini-p' is non-nil.
4138
4139 2006-06-28 John Paul Wallington <jpw@pobox.com>
4140
4141 * ibuffer.el (ibuffer-mode): Doc fix.
4142
4143 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
4144
4145 * textmodes/org.el (org-context): New contexts :item-bullet,
4146 :latex-fragment, :latex-preview.
4147 (org-overlays-at, org-overlay-start, org-overlay-end):
4148 New compatibility functions.
4149 (org-inside-LaTeX-fragment-p): More accurate matching, using the
4150 exact regexp that will be used during export.
4151 (org-latex-regexps): New variable.
4152 (org-cdlatex-mode): Improve advice for `texmathp'.
4153 (turn-on-org-cdlatex): New function.
4154
4155 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4156
4157 * term/mac-win.el (mac-handle-font-selection): Change keys of
4158 mac-atsu-font-table from strings to numbers.
4159 (mac-ts-caret-position): Use also when cursor-type is nil.
4160 (mac-ts-update-active-input-area): Add Mac OS Classic support.
4161 Relax condition for using overlay strings.
4162 Use mac-ts-caret-position face when cursor-type is nil.
4163
4164 2006-06-26 Kim F. Storm <storm@cua.dk>
4165
4166 * help.el (view-emacs-news): Declare `res' in the right let* form.
4167
4168 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
4169
4170 * net/rcompile.el (remote-compile): Replace ange-ftp based
4171 implementation by Tramp functions.
4172 Suggested by Marc Abramowitz <msabramo@gmail.com>.
4173
4174 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
4175
4176 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
4177
4178 * international/fontset.el (setup-default-fontset): Fix a typo in
4179 the "Oriya-Akruti" registry name.
4180
4181 2006-06-23 Lars Hansen <larsh@soem.dk>
4182
4183 * desktop.el (desktop-full-file-name): New function.
4184 (desktop-kill, desktop-save, desktop-remove, desktop-read)
4185 (desktop-revert): Use it.
4186 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
4187 (desktop-after-read-hook): Add option list-buffers.
4188 (desktop-locals-to-save): Add tab-width.
4189 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
4190 Fix docstring.
4191
4192 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
4193
4194 * textmodes/org.el (org-cdlatex-mode-map)
4195 (org-cdlatex-texmathp-advice-is-done): New variables.
4196 (org-cdlatex-mode): New minor mode.
4197 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
4198 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
4199 (org-export-with-archived-trees): New option.
4200 (org-open-file): Remove the call to `convert-standard-filename'.
4201 (org-archive-tag, org-agenda-skip-archived-trees)
4202 (org-cycle-open-archived-trees)
4203 (org-sparse-tree-open-archived-trees): New options.
4204 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
4205 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
4206 New functions.
4207 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
4208 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
4209 (org-mode-map): Add binding for `org-toggle-archive-tag'.
4210 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4211 Call `org-prepare-agenda-buffers'.
4212 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
4213 (org-file-apps, org-file-apps-defaults-gnu)
4214 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
4215 Handle remote files by forcing them to be opened in Emacs.
4216
4217 2006-06-23 Andre Spiegel <spiegel@gnu.org>
4218
4219 * vc.el (vc-diff-knows-L): New variable.
4220 (vc-diff-internal): Use it to handle "diff" programs that don't
4221 understand -L. This works automatically, no user action is necessary.
4222
4223 2006-06-23 Daniel Brockman <daniel@brockman.se>
4224
4225 * net/rcirc.el (rcirc-default-user-full-name): Default to
4226 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
4227 longer exists).
4228 (rcirc-process-list): Check `buffer-live-p' before attempting to
4229 switch to a buffer.
4230
4231 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
4232
4233 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
4234 based on rcirc-coding-system-alist.
4235
4236 2006-06-23 Martin Rudalics <rudalics@gmx.at>
4237
4238 * cus-edit.el (customize-apropos): A better error message.
4239 (top level) <debug-ignored-errors>: Extend and update the list of
4240 ignored error messages.
4241
4242 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
4243
4244 * complete.el (PC-do-completion): Retain capitalization of user
4245 input, when possible, even if completion-ignore-case is set.
4246
4247 2006-06-23 Eli Zaretskii <eliz@gnu.org>
4248
4249 * generic-x.el (bat-generic-mode): Support .cmd files.
4250
4251 * dos-w32.el (top level): Use find-file-not-found-functions
4252 instead of the obsolete find-file-not-found-hooks.
4253
4254 2006-06-22 Kim F. Storm <storm@cua.dk>
4255
4256 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
4257 to recognize mode name containing submodes, such as Grep/lw.
4258
4259 2006-06-21 Kim F. Storm <storm@cua.dk>
4260
4261 * simple.el (line-move-1): Check for move-end-of-line instead of
4262 end-of-line when setting temporary-goal-column.
4263
4264 2006-06-21 Miles Bader <miles@gnu.org>
4265
4266 * play/cookie1.el (cookie): Work properly when there's only one entry.
4267
4268 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
4269
4270 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
4271 (gdb-frame-handler): Generalize frame regexp for templates.
4272
4273 2006-06-20 Glenn Morris <rgm@gnu.org>
4274
4275 * calendar/appt.el (appt-display-format): Default value must be
4276 one of the customize options.
4277
4278 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
4279
4280 * term/xterm.el (terminal-init-xterm): Update key availability info.
4281 Bind C-return.
4282
4283 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
4284
4285 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * files.el (hack-local-variables): Run `hack-local-variables-hook'
4288 whether or not a local variables list is defined.
4289
4290 * msb.el (msb): Move `sit-for' hack here to handle both
4291 "mouse-down and drag" and "mouse-up and select" situations.
4292 (mouse-select-buffer): Move `sit-for' hack to `msb'.
4293
4294 2006-06-20 Kenichi Handa <handa@m17n.org>
4295
4296 * international/characters.el (word-combining-categories):
4297 Add entries for 2-byte Han characters.
4298
4299 2006-06-19 Richard Stallman <rms@gnu.org>
4300
4301 * bindings.el (mode-line-format): Save some mode line space.
4302
4303 * files.el (find-file-noselect): Improve the question wording.
4304 (basic-save-buffer-2): Mask UMASK against 666.
4305
4306 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
4307 (mouse-drag-vertical-line): Call it.
4308
4309 * cus-edit.el (customize-option, customize-option-other-window):
4310 Error if SYMBOL is nil.
4311
4312 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
4313
4314 * textmodes/org.el: Require noutline, also on XEmacs.
4315 (org-end-of-subtree): Return point.
4316 (org-dblock-start-re, org-dblock-end-re): New constants.
4317 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
4318 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
4319 (org-update-all-dblocks, org-find-dblock): New functions.
4320 (org-collect-clock-time-entries): New function.
4321 (org-html-handle-time-stamps): Never export CLOCK timeranges.
4322 (org-fixup-indentation): Modify to deal correctly with lines
4323 starting with TAB. Only one argument DIFF now.
4324 (org-demote, org-promote): Call `org-fixup-indentation' with just
4325 one argument, DIFF.
4326 (org-mode): Don't mark buffer as modified when aligning tables.
4327 (org-clock-sum): Don't mark buffer modified when adding time sum
4328 properties.
4329 (org-export-as-html): Add support for a link validation function.
4330 (org-archive-all-done): New function.
4331 (org-archive-subtree): New prefix argument. When set, archive all
4332 done subtrees in this buffer.
4333 (org-remove-clock-overlays)
4334 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
4335 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
4336 (org-put-clock-overlay): Don't swallow last headline character
4337 when displaying overlay.
4338 (org-store-link): Link to `image-mode' with just the file name.
4339
4340 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
4341
4342 * viper-cmd.el (viper-special-read-and-insert-char):
4343 Use read-key-sequence.
4344 (viper-after-change-undo-hook): Misc enhancements.
4345 (viper-after-change-undo-hook): New hook.
4346 (viper-undo): Use viper-after-change-undo-hook.
4347 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
4348 (viper-next-line-at-bol): If point is on a widget or a button, simulate
4349 clicking on that widget/button.
4350
4351 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
4352
4353 * ediff-diff (ediff-test-patch-utility): Catch errors.
4354 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
4355 (ediff-set-actual-diff-options): New function.
4356 (ediff-reset-diff-options, ediff-toggle-ignore-case):
4357 Use ediff-set-actual-diff-options.
4358 (ediff-extract-diffs): Catch errors.
4359 (ediff-whitespace): Add non-breakable space.
4360 (ediff-same-file-contents): Catch errors.
4361
4362 * ediff-mult.el (ediff-collect-custom-diffs):
4363 Save coding-system-for-read.
4364
4365 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
4366 (ediff-vc-internal, ediff-vc-merge-internal):
4367 Use ediff-delete-version-file.
4368 (ediff-delete-version-file): New function.
4369
4370 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
4371
4372 * ediff.el (ediff-directories, ediff-directory-revisions)
4373 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
4374 (ediff-directories-internal, ediff-merge-directory-revisions)
4375 (ediff-merge-directory-revisions-with-ancestor)
4376 (ediff-directories3): Use read-directory-name.
4377
4378 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
4379
4380 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
4381 Remove superfluous part of regexp for brace matching which is handled
4382 by `scan-lists' call.
4383
4384 2006-06-16 Richard Stallman <rms@gnu.org>
4385
4386 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
4387
4388 * files.el (basic-save-buffer-2): For a new precious file,
4389 use the default modes in the return value.
4390
4391 * facemenu.el (facemenu-color-alist): Doc fix.
4392
4393 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
4394
4395 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4396
4397 * cus-start.el (all): Add mac-ts-script-language-on-focus.
4398
4399 * term/mac-win.el (mac-text-encoding-ascii): New constant.
4400 (mac-utxt-to-string): Use it.
4401 (mac-ts-update-active-input-area): Use mac-ae-number.
4402
4403 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4404
4405 * term.el (term-handle-scroll, term-delete-lines)
4406 (term-insert-lines): Fix off by one errors.
4407
4408 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4409
4410 * net/tramp.el (tramp-touch): Use UTC to express time.
4411
4412 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * mail/sendmail.el (mail-send): Search explicitly for
4415 mail-header-separator when checking for corrupted header lines.
4416
4417 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
4418
4419 * progmodes/gdb-ui.el (gdb-same-frame): New option.
4420 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
4421 (gdb-init-1): Initialise them.
4422 (gdb-starting): Reset gdb-printing
4423 (gdb-starting): Save value of gud-overlay-arrow-position.
4424 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
4425 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
4426 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
4427 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
4428
4429 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
4432
4433 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
4434
4435 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
4436 (ldap-search-internal): Keep error messages, and a regexp fix.
4437
4438 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
4439
4440 * files.el (hack-local-variables-confirm):
4441 Display string value using its printed representation.
4442
4443 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * server.el (server-edit): No-op if no server buffers exist.
4446
4447 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
4448
4449 * textmodes/page-ext.el (pages-directory-for-addresses):
4450 Including `pages-directory-address-mode' in the function results
4451 in the message "Buffer in which pages were found is deleted".
4452
4453 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
4454
4455 * textmodes/org.el (org-agenda-mode-map): Add bindings for
4456 clocking functions.
4457
4458 (org-agenda-clock-in, org-check-running-clock)
4459 (org-clock-out-if-current, org-remove-clock-overlays)
4460 (org-put-clock-overlay): New functions.
4461 (org-clock-marker, org-clock-file-total-minutes)
4462 (org-clock-overlays): New variables.
4463 (org-clock-display, org-clock-sum, org-clock-cancel)
4464 (org-clock-out, org-clock-in): New commands.
4465 (org-export): New function.
4466 (org-emph-re): New constant.
4467 (org-set-emph-re, org-do-emphasis-faces): New functions.
4468 (org-emphasis-regexp-components, org-emphasis-alist): New options.
4469 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
4470 (org-export-html-convert-emphasize): Use the configurable emphasis.
4471 (org-cleaned-string-for-export): Make multiline emphasis visible
4472 to the exporter. New optional argument PARAMETERS.
4473 (org-export-as-html): Specify :emph-multiline parameter to
4474 `org-cleaned-string-for-export'.
4475
4476 2006-06-10 Richard Stallman <rms@gnu.org>
4477
4478 * help.el (help-for-help-internal): Clean up help text.
4479
4480 2006-06-10 Andreas Schwab <schwab@suse.de>
4481
4482 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
4483 in doc string.
4484
4485 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
4486
4487 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
4488
4489 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4490 spaces after the comment start.
4491
4492 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4493
4494 * play/pong.el (pong-init-buffer):
4495 Fill buffer with spaces instead of ^A.
4496
4497 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
4498 launched asynchronously, delete its process instead of being cool.
4499 (ispell-async-processp): Check for `delete-process' existence
4500 instead of `kill-process' one for consistency.
4501
4502 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
4503
4504 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
4505 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
4506 in mode line at startup.
4507
4508 2006-06-08 Kim F. Storm <storm@cua.dk>
4509
4510 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
4511 (ido-init-completion-maps): Bind them to M-SPC and M-v.
4512 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
4513 (ido-file-internal): Pass full file name to write-file.
4514 (ido-read-internal): Only pop stack elements automatically if they
4515 actually match an existing directory or file name.
4516
4517 2006-06-07 Kenichi Handa <handa@m17n.org>
4518
4519 * international/mule.el (find-auto-coding): Don't handle the short
4520 name `char-trans'.
4521
4522 * files.el (hack-local-variables-prop-line)
4523 (hack-local-variables): Cancel the previous change.
4524
4525 2006-06-06 Jesper Harder <harder@phys.au.dk>
4526
4527 * ediff-diff.el (ediff-test-utility): Protect against file-error.
4528
4529 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * diff-mode.el (diff-mode): Set buffer-read-only to t when
4532 diff-default-read-only is non-nil.
4533 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
4534 (diff-refine-hunk): Set inhibit-read-only to t.
4535
4536 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
4537 modifying the *Diff* buffer.
4538 (diff-process-filter): New filter function for diff process that
4539 sets inhibit-read-only to t when modifying the *Diff* buffer.
4540
4541 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
4542
4543 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
4544 insertion point and control the number of empty lines.
4545 (org-paste-subtree): Limit the number of empty lines at the end of
4546 the inserted tree.
4547 (org-agenda): Use buffer name of current file for narrowing.
4548 (org-export-as-xml): Command removed.
4549 (org-export-xml-type): Option removed.
4550 (org-mode-map): Call `org-export-as-xoxo' directly.
4551 (org-get-indentation): New optional argument LINE.
4552 (org-fix-indentation, org-remove-tabs): New functions.
4553 (org-export-as-ascii, org-ascii-level-start): Determine and apply
4554 correct indentation for headlines that are converted it items.
4555 (org-skip-comments): Remove table lines that contain narrowing
4556 cookies but no other non-empty fields.
4557 (org-set-tags): Allow groups of mutually exclusive tags.
4558 (org-cmp-time): Sort 24:21 before items without time.
4559 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
4560 (org-open-at-point): Require double colon also for numbers.
4561
4562 2006-06-06 Kim F. Storm <storm@cua.dk>
4563
4564 * ido.el (ido-default-file-method, ido-default-buffer-method):
4565 Make choice values consistent with corresponding command names.
4566 (ido-visit-buffer): Update accordingly. Default to selected-window.
4567
4568 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
4569
4570 * progmodes/gud.el (gud-running): Fix doc string.
4571 (gud-menu-map): Use :visible instead fo :enable for debugger test.
4572 (gud-tooltip-modes): Add python-mode.
4573 (gud-tooltip-print-command): Add pdb. Remove perldb.
4574
4575 2006-06-05 Eli Zaretskii <eliz@gnu.org>
4576
4577 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
4578 Quote $(EMACS).
4579
4580 2006-06-05 Richard Stallman <rms@gnu.org>
4581
4582 * faces.el (defined-colors): Doc fix.
4583
4584 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
4585
4586 * vc.el (vc-process-filter): Inhibit undo info collection around
4587 call to insert.
4588 (vc-setup-buffer): Likewise for call to erase-buffer.
4589 (vc-do-command): Likewise for call to process-file.
4590
4591 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4592
4593 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
4594 for gud-go.
4595 (gud-common-init): Other debuggers may trigger error.
4596
4597 2006-06-05 Kenichi Handa <handa@m17n.org>
4598
4599 * international/mule.el (find-auto-coding):
4600 Handle enable-character-translation in file header.
4601
4602 2006-06-04 Kim F. Storm <storm@cua.dk>
4603
4604 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
4605 (authors-fixed-entries): Fix spelling.
4606 (authors-canonical-file-name): Don't report error for wildcards.
4607
4608 * help.el (view-emacs-news): Rewrite to support new NEWS,
4609 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
4610 e.g. version 10 matches 1.10, and don't be confused by version 1.1
4611 being a prefix of 1.12 (etc). A numeric prefix arg also works.
4612
4613 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
4614
4615 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4616 exec constructs like `foo bar`.
4617 (sh-quoted-subshell): New helper function to search for a possibly
4618 nested subshell (like `` or $()) within a "" quoted string.
4619 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
4620 (sh-apply-quoted-subshell): Flag quote characters inside a
4621 subshell, which is itself already in a quoted region, as
4622 punctuation, since this is the closest to what they actually are.
4623 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
4624 sh-apply-quoted-subshell.
4625 (sh-font-lock-syntactic-face-function): Apply the new face for
4626 text inside `` instead of the old font-lock-string-face.
4627
4628 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4629
4630 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
4631 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
4632 (mac-bytes-to-text-range, mac-ae-text-range-array)
4633 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
4634 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
4635 (mac-ts-unicode-for-key-event): New functions.
4636 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
4637 (mac-handle-font-selection): Use mac-ae-number.
4638 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
4639 New variables.
4640 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
4641 (mac-ts-converted-text, mac-ts-selected-converted-text)
4642 (mac-ts-block-fill-text, mac-ts-outline-text)
4643 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
4644 (mac-ts-hilite-style-faces): New constant.
4645 (mac-apple-event-map): Bind text input events.
4646 (mac-dispatch-apple-event): Use command-execute instead of
4647 call-interactively.
4648 (global-map): Don't bind mac-apple-event.
4649 (special-event-map): Bind mac-apple-event.
4650
4651 2006-06-02 Eli Zaretskii <eliz@gnu.org>
4652
4653 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
4654 file name.
4655 (emacs): Enclose the value of $(EMACS) in quotes.
4656
4657 2006-06-02 Juri Linkov <juri@jurta.org>
4658
4659 * international/mule.el (sgml-html-meta-auto-coding-function):
4660 Remove the condition `(search-forward "<html" size t)'.
4661 Replace `\"' with `[\"']?' in `re-search-forward'.
4662
4663 2006-06-02 Kenichi Handa <handa@m17n.org>
4664
4665 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
4666 as well as `coding'.
4667 (hack-local-variables): Likewise.
4668
4669 * international/mule.el (enable-character-translation):
4670 Put permanent-local and safe-local-variable properties.
4671 (find-auto-coding): Handle char-trans: tag.
4672
4673 2006-06-02 Juri Linkov <juri@jurta.org>
4674
4675 * international/mule.el (sgml-html-meta-auto-coding-function):
4676 Limit the search by the end of the HTML header (if any).
4677
4678 2006-06-01 Richard Stallman <rms@gnu.org>
4679
4680 * subr.el (with-current-buffer): Doc fix.
4681
4682 2006-06-02 Masatake YAMATO <jet@gyve.org>
4683
4684 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
4685 Almost rewrite. Underlines over all lines of gcov output are too
4686 uncomfortable to read. Suggested by Dan Nicolaescu.
4687
4688 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4689
4690 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
4691
4692 * shell.el (shell-mode): Use shell-mode-map in docstring.
4693
4694 * comint.el (comint-send-input): Do not add help-echo and
4695 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
4696
4697 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4698
4699 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
4700
4701 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4702
4703 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
4704 (gdb-stopped, gdb-info-stack-custom): If there is no source info
4705 look up the stack and pop up GUD buffer if necessary.
4706 (gdb-frames-select): Remove redundant call to gud-display-frame.
4707 (gdb-info-threads-custom): Keep point at start of buffer.
4708 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
4709
4710 2006-05-31 Juri Linkov <juri@jurta.org>
4711
4712 * replace.el (query-replace-read-from, query-replace-read-to):
4713 Bind `history-add-new-input' to nil. Call `add-to-history'.
4714
4715 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
4716
4717 * textmodes/table.el: Convert all HTML tags to lower case for
4718 XHTML compatibility.
4719
4720 2006-05-31 Masatake YAMATO <jet@gyve.org>
4721
4722 * progmodes/compile.el:
4723 (compilation-error-regexp-alist-alist::gcov-called-line):
4724 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
4725
4726 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
4727
4728 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
4729 Revert inadvertent changes made with last commit.
4730
4731 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
4732
4733 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
4734 New functions.
4735
4736 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
4737
4738 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
4739
4740 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
4741 only matches in the right place.
4742 (org-upcoming-deadline): New face.
4743 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
4744 (org-export-ascii-underline): Rename constant `org-ascii-underline'
4745 and make it an option.
4746 (org-export-ascii-bullets): New option.
4747 (org-export-as-html): Many changes to emit valid XHTML.
4748 (org-par-open): New variable.
4749 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
4750 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
4751 (org-timeline): Pass `org-timeline-show-empty-dates' to
4752 `org-get-all-dates'. Interpret empty dates returned by
4753 `org-get-all-dates'.
4754 (org-get-all-dates): New argument EMPTY. Add dates without
4755 entries to the list, mark large ranges of empty dates.
4756 (org-point-in-group, org-context): New functions.
4757
4758 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
4759
4760 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
4761
4762 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
4763 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
4764 to C-mouse-3 (for 2 button mice).
4765 (gdb-send): Do the right thing for C-d.
4766
4767 * speedbar.el (speedbar-detach): Delete.
4768 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
4769 it breaks things.
4770 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
4771
4772 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
4773
4774 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
4775 Makeppfile.
4776
4777 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4778 Add makepp diagnostic.
4779
4780 2006-05-29 Richard Stallman <rms@gnu.org>
4781
4782 * window.el (fit-window-to-buffer): Doc fix.
4783
4784 * help.el (temp-buffer-max-height): Doc fix.
4785
4786 * subr.el (with-current-buffer): Doc fix.
4787
4788 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4789
4790 * term/x-win.el: Bind F10 to menu-bar-start if available.
4791
4792 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
4793
4794 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
4795 uses with a simple test.
4796 (term-set-escape-char, term-mode, term-check-kill-echo-list)
4797 (term-send-raw-string, term-send-raw, term-mouse-paste)
4798 (term-char-mode, term-line-mode, term-exec, term-sentinel)
4799 (term-handle-exit, term-read-input-ring)
4800 (term-previous-matching-input-string)
4801 (term-previous-matching-input-string-position)
4802 (term-previous-matching-input-from-input)
4803 (term-replace-by-expanded-history, term-send-input)
4804 (term-skip-prompt, term-bol, term-send-invisible)
4805 (term-kill-input, term-delchar-or-maybe-eof)
4806 (term-backward-matching-input, term-check-source)
4807 (term-proc-query, term-emulate-terminal)
4808 (term-handle-colors-array, term-process-pager, term-pager-line)
4809 (term-pager-bob, term-unwrap-line, term-word)
4810 (term-dynamic-complete-filename)
4811 (term-dynamic-complete-as-filename)
4812 (term-dynamic-simple-complete): Replace one arm ifs with whens or
4813 unlesses.
4814
4815 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4818 during bootstrapping.
4819
4820 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4821 Basically undo the change of 2006-05-26: use extra arguments instead of
4822 dynamic scoping.
4823 (ewoc-locate): Remove unused var `footer'.
4824
4825 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
4828
4829 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4830 (generate-file-autoloads): Obey it. Return whether autoloads were
4831 added at point or not.
4832 (update-file-autoloads): Use this new return value.
4833 Remove redundant test for the presence of an autoload cookie.
4834
4835 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4836 This one calls hack-local-variables.
4837 (generate-file-autoloads, update-file-autoloads): Use it.
4838
4839 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4840 (bibtex-sort-entry-class): Add safe-local-variable predicate.
4841 (bibtex-sort-entry-class-alist): Don't set the global value.
4842 (bibtex-init-sort-entry-class-alist): New fun.
4843 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
4844 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
4845 of bibtex-init-sort-entry-class.
4846
4847 2006-05-28 Richard Stallman <rms@gnu.org>
4848
4849 * subr.el (load-history-regexp): If FILE is relative, insist
4850 entire last name component must match it.
4851 (load-history-filename-element, load-history-regexp): Doc fixes.
4852
4853 2006-05-29 Kim F. Storm <storm@cua.dk>
4854
4855 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
4856 `pos' and `raw-data' for clarity, as eval forms may access these.
4857
4858 2006-05-28 Kim F. Storm <storm@cua.dk>
4859
4860 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
4861
4862 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * progmodes/make-mode.el (makefile-browser-map)
4865 (makefile-mode-syntax-table): Move initialization inside declaration.
4866 (makefile-fill-paragraph): Use the default comment-filling code.
4867
4868 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * replace.el (query-replace-defaults): New variable.
4871 (query-replace-read-from): Use `query-replace-defaults' for
4872 default value, instead of history list.
4873 (query-replace-read-to): Update `query-replace-defaults'.
4874
4875 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4876
4877 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4878 with no X toolkit.
4879
4880 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
4881
4882 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4883 (tumme-show-all-from-dir): Add autoload.
4884
4885 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4886
4887 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
4888 (tumme-remove-tag): Fix bug.
4889
4890 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4891
4892 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
4893 FOOTER args. Update unique caller.
4894 (ewoc-delete): Compute last node once before looping.
4895 (ewoc--node-branch): Merge into unique caller.
4896 (ewoc--node): Don't define constructor make-ewoc--node for this
4897 structure.
4898 (ewoc): Add member `hf-pp' to this structure.
4899 (ewoc--wrap): New func.
4900 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
4901 header/footer pretty-printers. Save header/footer pretty-printer.
4902 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
4903
4904 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
4905
4906 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4907
4908 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4909 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
4910 Tag'. Change "Compare directories..." to "Change Directories...".
4911 Move tumme commands to Operate, Regexp and Immediate menus.
4912 Change "Add Comment" to "Add Image Comment". Change "Add Image
4913 Tag" to "Add Image Tags".
4914
4915 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
4916 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
4917 `tumme-delete-tag'.
4918
4919 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
4920
4921 * shell.el (shell-mode): Call shell-dirtrack-mode after
4922 list-buffers-directory is made a local variable, to avoid setting
4923 the default value.
4924
4925 2006-05-26 Kevin Ryde <user42@zip.com.au>
4926
4927 * info.el (Info-index-next): Use where-is-internal to report
4928 actual binding of Info-index-next, rather than hard-coded `,'.
4929
4930 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4931
4932 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
4933 and "Find Command in Manual" to here.
4934
4935 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4936 Info-current-file as the file name.
4937
4938 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
4939
4940 * ses.el (defadvice undo-more): Delete this defadvice. The undo
4941 overrides will now be done a different way.
4942 (ses-set-parameter): Reapply this function for undo.
4943 (ses-set-header-row): Reconstruct header row during undo.
4944 (ses-widen): New function.
4945 (ses-goto-data, ses-reconstruct-all): Use new function.
4946 (ses-command-hook): Widen buffer during undo, before unupdating
4947 the cells.
4948 (ses-insert-row, ses-delete-row): Widen buffer during undo.
4949 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
4950 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
4951 formula hasn't been executed yet.
4952
4953 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4954
4955 * comint.el (comint-kill-whole-line): Rename arg to count.
4956 Fix doc string.
4957
4958 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
4961 to copy-file.
4962
4963 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4964
4965 * simple.el (toggle-truncate-lines): Make arg optional for
4966 backward compatibility.
4967
4968 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
4969
4970 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4971 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
4972 DLL arg. Instead, use ewoc--current-dll. Update all callers.
4973 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
4974 (ewoc--adjust): Use ewoc--current-dll.
4975 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
4976
4977 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
4978
4979 * textmodes/org.el (org-next-item, org-previous-item): Emit more
4980 compact error message.
4981 (org-tags-view): Refresh category table in each file.
4982 (org-table-justify-field-maybe): Remove superfluous arguments to
4983 `format'.
4984 (org-export-as-html): Insert "<p>" before postamble.
4985 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
4986
4987 2006-05-26 Kenichi Handa <handa@m17n.org>
4988
4989 * textmodes/po.el (po-find-charset): Pay attention to the case
4990 FILENAME is a cons (NAME . BUFFER).
4991 (po-find-file-coding-system-guts): Likewise.
4992
4993 * arc-mode.el (archive-set-buffer-as-visiting-file):
4994 Call find-operation-coding-system with (FILENAME . BUFFER).
4995
4996 * tar-mode.el (tar-extract): Call find-operation-coding-system
4997 with (FILENAME . BUFFER).
4998
4999 * international/mule.el (decode-coding-inserted-region):
5000 Call find-operation-coding-system with (FILENAME . BUFFER).
5001
5002 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5003
5004 * image-mode.el (image-toggle-display): Use buffer contents to
5005 generate image for a remote file.
5006
5007 2006-05-25 Juri Linkov <juri@jurta.org>
5008
5009 * replace.el (query-replace-read-from, query-replace-read-to):
5010 Remove 8th arg KEEP-ALL in read-from-minibuffer.
5011
5012 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
5013
5014 * whitespace.el (whitespace-cleanup): Change to cleanup
5015 region if one is active.
5016 * whitespace.el (whitespace-cleanup-internal): New internal method.
5017
5018 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5019
5020 * dired.el (dired-mode-map): Add help-echo strings to tumme
5021 commands. Bind `tumme-dired-display-image' to C-t i.
5022
5023 * tumme.el (tumme-display-image): Change documentation string slightly.
5024 (tumme-dired-display-image): Add call to `display-buffer'.
5025
5026 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5027
5028 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
5029 Signal error if RAW-DATA is a multibyte string.
5030
5031 2006-05-24 Richard Stallman <rms@gnu.org>
5032
5033 * subr.el (with-local-quit): When handling `quit' signal,
5034 make a chance for quit-flag to cause a quit.
5035
5036 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
5037 (ad-disable-advice): Add autoloads.
5038
5039 * subr.el (read-passwd): Copy PROMPT before changing its properties.
5040
5041 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5042
5043 * dired.el (dired-mode-map): Change menu items for tumme as per
5044 suggestions in emacs-devel.
5045
5046 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
5047
5048 * dired.el (dired-mode-map): Fix breakage.
5049
5050 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5051
5052 * tumme.el (tumme-display-dired-image): Rename to...
5053 (tumme-dired-display-image): ...this.
5054 (tumme-track-movement): Change default value to t.
5055 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
5056 used from `tumme-next-line-and-display' and similar commands.
5057
5058 * dired.el (dired-mode-map): Add Thumbnail submenu under the
5059 Immediate menu. Add some tumme commands there.
5060
5061 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
5062
5063 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
5064
5065 2006-05-24 Chong Yidong <cyd@mit.edu>
5066
5067 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
5068 menu entries that open submenus.
5069
5070 2006-05-24 Alan Mackenzie <acm@muc.de>
5071
5072 * startup.el (command-line): For names of preloaded files, don't
5073 append ".elc" (now done in Fload), and call file-truename on the
5074 lisp directory.
5075
5076 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
5077 match ANY loaded file with the right name, not just those in
5078 load-path. Put a regexp matching the file name into
5079 after-load-alist, rather than the name itself.
5080
5081 * subr.el: New functions load-history-regexp,
5082 load-history-filename-element, do-after-load-evaluation.
5083
5084 * international/mule.el (load-with-code-conversion): Do the
5085 eval-after-load stuff by calling do-after-load-evaluation.
5086
5087 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
5088
5089 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
5090 has not been killed.
5091
5092 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5093
5094 * term/mac-win.el: Set idle timer to clean up expired Apple events.
5095 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
5096 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
5097 Optionally set error message in reply.
5098
5099 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
5100
5101 * textmodes/org.el (org-open-at-point): Use renamed variable
5102 `org-confirm-shell-link-function'.
5103 (org-confirm-shell-link-function): Rename from
5104 `org-confirm-shell-links'.
5105 (org-export-directory): New function.
5106 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
5107 (org-export-icalendar): Use `org-export-directory'.
5108 (org-indent-item): Keep cursor position.
5109 (org-link-file-path-type): New option.
5110 (org-export-as-html): Fix bug with plain lists starting in
5111 column 0.
5112 (org-export-as-html): Remove deadline formatting, this happens
5113 now already in `org-html-handle-time-stamps'.
5114 (org-export-html-style): Deadline class removed.
5115 (org-insert-labeled-timestamps-at-point): New option.
5116 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
5117 of `hide-sublevels 1', in case the first headline is not level 1.
5118 (org-overview, org-content): New fuction.
5119 (org-cycle-global-status, org-cycle-subtree-status): Make these
5120 variables buffer-local.
5121 (org-global-cycle): New command.
5122 (org-shifttab): Use `org-global-cycle'.
5123 (org-insert-heading, org-insert-item): Go to end of new
5124 headline/item after creating it.
5125 (org-export-visible): Rename from `org-export-copy-visible'.
5126 Now creates a temporary org-file and applies an exporting command
5127 to it.
5128 (org-table-eval-formula): Support for lisp forms.
5129 (org-agenda-todo-ignore-scheduled): New option.
5130 (org-agenda-get-todos): Use new option
5131 `org-agenda-todo-ignore-scheduled'.
5132 (org-export-html-inline-images): New value `maybe'.
5133 (org-export-as-html): Inlining of images dependent on link description.
5134 (org-archive-subtree): Check for end-of-buffer before trying
5135 `kill-line'.
5136 (org-agenda-follow-mode): New option.
5137 (org-export-with-tags, org-export-with-timestamps): New options.
5138 (org-html-handle-time-stamps): New function.
5139 (org-keyword-time-regexp): New variable.
5140 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
5141 (org-agenda-todo-list-sublevels): New option.
5142 (org-html-level-start): When TITLE is nil, just close all levels.
5143 (org-parse-key-lines, org-parse-export-options): Remove functions,
5144 replaced by `org-infile-export-plist'.
5145 (org-combine-plists, org-infile-export-plist)
5146 (org-default-export-plist): New functions.
5147 (org-export-html-preamble, org-export-html-postamble)
5148 (org-export-html-auto-preamble, org-export-html-auto-postamble):
5149 New variables.
5150 (org-export-publishing-directory): New option.
5151 (org-export-as-html, org-export-as-ascii): Use the new property
5152 lists for settings.
5153 (org-export-copy-visible, org-export-as-xoxo):
5154 Respect `org-export-publishing-directory'.
5155 (org-link-search, org-store-link, org-file-apps): Support for
5156 links to BibTeX database entries..
5157 (org-get-current-options, org-set-regexps-and-options):
5158 Implement logging as a startup option.
5159 (org-store-link): Make sure context string is never empty
5160 (org-insert-link): Use relative path when possible.
5161 (org-at-item-checklet-p): New function.
5162 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
5163 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
5164 (org-metaright, org-metaup, org-metadown, org-shiftup)
5165 (org-shiftdown, org-shiftright, org-shiftleft)
5166 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
5167 Dispatch using `call-interactively'.
5168 (org-call-with-arg): New defsubst.
5169 (org-tag-alist, org-use-fast-tag-selection): New options.
5170 (org-complete): Use `org-tag-alist'.
5171 (org-fast-tag-insert, org-fast-tag-selection): New functions.
5172 (org-next-item, org-previous-item): New commands.
5173 (org-beginning-of-item, org-end-of-item): Add (interactive) to
5174 make command.
5175 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
5176
5177 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
5178
5179 * emacs-lisp/ewoc.el (ewoc-delete): New function.
5180 (ewoc-filter): Use `ewoc-delete'.
5181
5182 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
5183
5184 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
5187 Signal more user-friendly error messages.
5188
5189 * complete.el (PC-do-completion): Undo the addition of implicit
5190 wildcards if they did not lead to finding any match.
5191 (read-file-name-internal): Don't add the final > if the completion is
5192 not finished.
5193
5194 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5195
5196 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
5197 Quote safe-local-variable predicate.
5198
5199 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5200
5201 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
5202
5203 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5204
5205 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
5206
5207 * progmodes/make-mode.el (makefile-special-targets-list)
5208 (makefile-macro-table, makefile-target-table): Mark as risky.
5209 (makefile-query-one-target-method): Make this the alias for the
5210 following variable.
5211 (makefile-query-one-target-method-function): Make this the real name.
5212
5213 * textmodes/artist.el (artist-text-renderer): Make this the alias
5214 for the following variable.
5215 (artist-text-renderer-function): Make this the real name.
5216
5217 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
5218 the alias for the following variable.
5219 (flyspell-generic-check-word-predicate): Make this the real name.
5220
5221 * textmodes/ispell.el (ispell-format-word): Make this the alias
5222 for the following variable.
5223 (ispell-format-word-function): Make this the real name.
5224 (ispell-message-text-end): Mark as risky.
5225
5226 * skeleton.el (skeleton-transformation, skeleton-filter)
5227 (skeleton-pair-filter): Make these the aliases for the following
5228 variables.
5229 (skeleton-transformation-function, skeleton-filter-function)
5230 (skeleton-pair-filter-function): Make these the real names.
5231
5232 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
5233 and skeleton-pair-filter-function.
5234
5235 * textmodes/sgml-mode.el (sgml-transformation): Make this the
5236 alias for the following variable.
5237 (sgml-transformation-function): Make this the real name.
5238 (sgml-tag-alist): Mark as risky.
5239
5240 2006-05-21 Richard Stallman <rms@gnu.org>
5241
5242 * simple.el (kill-region): Interactively, pass point, then mark.
5243
5244 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5245
5246 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
5247
5248 2006-05-21 Romain Francoise <romain@orebokech.com>
5249
5250 * dired-x.el (dired-mode-map): Don't bind M-g.
5251
5252 2006-05-20 Richard Stallman <rms@gnu.org>
5253
5254 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
5255 (dired-goto-file): Doc fix.
5256
5257 2006-05-21 Kim F. Storm <storm@cua.dk>
5258
5259 * emulation/cua-base.el: Mention customizing cua-mode as alternative
5260 way to enable built-in cua-mode if user loads older CUA-mode package.
5261
5262 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
5263 if default-filename is specified.
5264
5265 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5266
5267 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
5268
5269 * info.el (info-apropos): Make sure current-file and current-node
5270 have non-nil values. Speed up by using add-to-list instead of
5271 manual consing.
5272
5273 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5274
5275 * progmodes/make-mode.el (makefile-mode): Doc fix.
5276
5277 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5278
5279 * dired-aux.el (dired-do-shell-command): Doc fix.
5280
5281 2006-05-20 Kevin Ryde <user42@zip.com.au>
5282
5283 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
5284 ``(custom-manual :tag "Foo" "(foo)Node")''.
5285
5286 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
5287
5288 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
5289 value is an integer.
5290
5291 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5292
5293 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
5294 "format".
5295 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
5296
5297 2006-05-20 Martin Rudalics <rudalics@gmx.at>
5298
5299 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
5300 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
5301
5302 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
5305 regexp for keywords.
5306
5307 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
5308
5309 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
5310 replace-regexp-in-string.
5311
5312 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
5313 encode, and escape file name on conversion to URL.
5314
5315 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5316
5317 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
5318 Don't unescape URL.
5319 (dnd-get-local-file-name): Unescape URL on conversion to file name.
5320
5321 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
5322 on conversion to URLs.
5323
5324 * net/browse-url.el (browse-url-file-url): Encode file name on
5325 conversion to URL.
5326
5327 * term/mac-win.el (mac-ae-open-documents): Escape file name on
5328 conversion to URL.
5329
5330 2006-05-19 Eli Zaretskii <eliz@gnu.org>
5331
5332 * progmodes/cc-styles.el (c-style-alist): Doc fix.
5333
5334 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5335
5336 * term/mac-win.el (mac-bytes-to-digits): Remove function.
5337 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
5338
5339 2006-05-19 Glenn Morris <rgm@gnu.org>
5340
5341 * calendar/diary-lib.el (diary-bahai-date)
5342 (list-bahai-diary-entries, mark-bahai-diary-entries)
5343 (mark-bahai-calendar-date-pattern): Not interactive.
5344 (add-to-diary-list): New optional arg LITERAL. Doc fix.
5345 (diary-entries-list): Change format of 4th element in each entry.
5346 (diary-list-entries): Use add-to-diary-list.
5347 (diary-goto-entry): Handle the case where the buffer visiting the
5348 diary has been killed.
5349 (fancy-diary-display): Add 'locator to button rather than 'marker.
5350 Only generate temp-face when there are marks to apply.
5351 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
5352 (diary-fancy-date-pattern): New variable.
5353 (diary-time-regexp): Doc fix.
5354 (diary-anniversary, diary-time): New faces.
5355 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
5356 diary-time-regexp. Add font-lock-multiline property where needed.
5357 Use new faces diary-anniversary and diary-time.
5358 (diary-fancy-font-lock-fontify-region-function): New function, to
5359 handle multiline font-lock pattern in fancy diary.
5360 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
5361 (diary-font-lock-keywords): Tweak time regexp. Use new face
5362 diary-time.
5363
5364 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
5365
5366 * international/code-pages.el (mik): Table corrected.
5367
5368 2006-05-18 Kim F. Storm <storm@cua.dk>
5369
5370 * progmodes/grep.el (grep-find): Don't check grep-find-command
5371 before running command (breaks non-interactive usage).
5372
5373 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
5374
5375 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
5376 (ewoc--insert-new-node): Don't insert trailing newline.
5377 Instead, adjust successor nodes's start markers.
5378 (ewoc--refresh-node): Delete all text from current node's start
5379 marker to the next one's; adjust successor nodes's start markers.
5380 (ewoc--create): Doc fixes.
5381 (ewoc--refresh): Don't insert newline.
5382 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
5383 * pcvs.el (cvs-make-cvs-buffer):
5384 Specify extra newline for ewoc's header and footer.
5385 (cvs-update-header): Update initial header recognition.
5386 Append newline to final header and footer values.
5387 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
5388
5389 2006-05-17 Richard Stallman <rms@gnu.org>
5390
5391 * files.el (file-name-extension): Doc fix.
5392
5393 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
5396 we can explicitly enable/disable rather than toggle.
5397 (shell-mode): Use it.
5398 (shell-cd): Don't try to reproduce what `cd' does.
5399
5400 2006-05-17 Kim F. Storm <storm@cua.dk>
5401
5402 * ido.el (ido-read-internal): Use only nondirectory part of
5403 default item.
5404
5405 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
5406
5407 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
5408 (ewoc-nth): Doc fix.
5409
5410 (ewoc-map, ewoc-invalidate): Compute PP before looping.
5411
5412 2006-05-16 Eli Zaretskii <eliz@gnu.org>
5413
5414 * international/mule.el (auto-coding-alist): Add .lha to files
5415 read with no-conversion.
5416
5417 * files.el (auto-mode-alist): Add .lha files to archive file
5418 extensions.
5419
5420 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
5421 Convert csize to integer when computing offsets within the
5422 compressed archive file.
5423
5424 2006-05-16 Kim F. Storm <storm@cua.dk>
5425
5426 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
5427 with read-from-minibuffer.
5428
5429 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5430
5431 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
5432 (byte-compile-warnings): Fix safe-local-variable property.
5433
5434 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
5435
5436 * allout.el (allout-show-bodies, allout-old-style-prefixes)
5437 (allout-stylish-prefixes, allout-numbered-bullet)
5438 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
5439 predicates to qualify `safe-local-variable' property, when
5440 available, else use equivalent lambda.
5441 (allout-current-topic-collapsed-p): Do the right thing regarding
5442 trailing blank lines.
5443
5444 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * server.el (server-start): Only create a directory if needed.
5447 (server-edit, server-unload-hook): server-start => server-mode.
5448 (kill-emacs-hook): Cleanup upon exit.
5449
5450 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * hexl.el (hexlify-buffer): Encode process arguments manually.
5453
5454 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
5455
5456 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
5457 call to gdb-tooltip-print.
5458
5459 2006-05-15 Romain Francoise <romain@orebokech.com>
5460
5461 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
5462 systems, default to "tar" since those systems probably have GNU tar.
5463
5464 2006-05-14 Lars Hansen <larsh@soem.dk>
5465
5466 * desktop.el (desktop-missing-file-warning): Fix docstring.
5467 (desktop-restore-file-buffer): Correct question asked on missing file.
5468
5469 2006-05-14 Kim F. Storm <storm@cua.dk>
5470
5471 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
5472 Add CUA move property.
5473
5474 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
5475
5476 * custom.el (custom-push-theme): Load the variable before checking
5477 its `standard-value'.
5478
5479 2006-05-13 Lars Hansen <larsh@soem.dk>
5480
5481 * desktop.el (desktop-save): Use with-temp-buffer.
5482
5483 2006-05-12 Glenn Morris <rgm@gnu.org>
5484
5485 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
5486 * calendar/calendar.el (calendar-mode-map):
5487 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5488 * calendar/appt.el (appt-check, appt-make-list): Refer to
5489 diary-view-entries, diary-list-entries, diary-show-all-entries
5490 rather than obsolete aliases.
5491
5492 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
5493
5494 * simple.el (line-move-finish): Avoid calling point motion hooks
5495 while processing intangibility.
5496
5497 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5498
5499 * term/xterm.el (terminal-init-xterm): Fix typo.
5500
5501 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
5502
5503 * allout.el (allout-view-change-hook): Mark as being deprecated,
5504 to be replaced by `allout-exposure-change-hook'.
5505 (allout-exposure-change-hook): New, replacing
5506 `allout-view-change-hook'.
5507 (allout-flag-region): Run new hook `allout-exposure-change-hook',
5508 in addition to `allout-view-change-hook'.
5509 (allout-show-bodies, allout-old-style-prefixes)
5510 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
5511 lambda forms to prevent their showing up in variable help
5512 presentations as inscrutable byte-compiled code.
5513 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
5514 Use string-or-null-p to qualify safe-local-variable values.
5515 (allout-reindent-bodies): Use memq to qualify matches against
5516 valid safe-local-variable values. Also, quote the lambda as above.
5517 (allout-use-mode-specific-leader): Add missing candidate-value
5518 symbols, use memq, and quote the lambda.
5519 (allout-overlay-interior-modification-handler): Remove unused
5520 variables `msg' and 'opened'.
5521 (allout-hidden-p): Constrain invisibility consideration to allout's
5522 invisibility spec, disregarding invisibility for other reasons.
5523
5524 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * files.el (version-control): Correct safe values.
5527
5528 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
5529
5530 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
5531
5532 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
5533 (ewoc--insert-new-node): New func.
5534 Update callers of deleted funcs to use it, instead.
5535
5536 2006-05-11 Glenn Morris <rgm@gnu.org>
5537
5538 * calendar/calendar.el (diary-show-all-entries): Do not refer to
5539 obsolete alias `show-all-diary-entries'.
5540 (make-diary-entry): Not interactive.
5541 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
5542 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
5543 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5544 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5545 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5546 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
5547
5548 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5549
5550 * calendar/calendar.el (calendar-french-date-string)
5551 (calendar-mayan-date-string, calendar-chinese-date-string)
5552 (calendar-astro-date-string, calendar-iso-date-string)
5553 (calendar-islamic-date-string, calendar-bahai-date-string)
5554 (calendar-hebrew-date-string, calendar-coptic-date-string)
5555 (calendar-ethiopic-date-string, calendar-persian-date-string):
5556 These functions are not interactive.
5557
5558 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
5559
5560 * files.el: Balance parentheses.
5561
5562 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5563
5564 * files.el, newcomment.el, outline.el, simple.el,
5565 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
5566 progmodes/cc-vars.el, progmodes/compile.el:
5567 Move `safe-local-variable' declarations to the respective files.
5568
5569 * help-fns.el (describe-variable): Don't print safe-var if it is
5570 byte-code. Improve wording as suggested by Luc Teirlinck.
5571
5572 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5573
5574 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
5575 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5576 Use a token for pending-triggers to ensure gdb-var-update
5577 gets called once per user input again for pre-GDB 6.4.
5578 (gdb-var-delete): Match on more complex expressions.
5579 (gdb-var-list-children-handler, gdb-var-create-handler):
5580 Use a token for consistency.
5581
5582 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
5583
5584 * textmodes/org.el (org-read-date, org-goto-calendar)
5585 (org-agenda-goto-calendar):
5586 Bind `view-calendar-holidays-initially' to nil.
5587
5588 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5589
5590 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
5591 Update all callers to do it there, instead.
5592
5593 2006-05-10 Glenn Morris <rgm@gnu.org>
5594
5595 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
5596 prefix arg case, to avoid view-diary-entries-initially error.
5597 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5598 (calendar-date-is-legal-p): Handle dates with no day part.
5599
5600 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5601
5602 * comint.el (comint-insert-input): Just make it when
5603 comint-use-prompt regexp is nil (default) and with the mouse.
5604 (comint-copy-old-input): Reinstate from 2004-06-23.
5605 (comint-mode-map): Bind C-c C-m to it.
5606
5607 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
5608
5609 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5610 Remove spurious move to point-max (new comint behavior fixes).
5611
5612 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
5613 compatibility function (Emacs 18/19).
5614 (idlwave-is-continuation-line): Always return point at start of
5615 previous non-blank continuation line.
5616 (keyword-parameters): Fix continued comment font-lock matcher.
5617 (idlwave-font-lock-fontify-region): Written, use as
5618 font-lock-fontify-region-function, to fix continued keyword
5619 fontification issues.
5620
5621 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5622
5623 * term/mac-win.el (mac-font-panel-mode): Doc fix.
5624 (mac-service-selection, mac-service-open-file)
5625 (mac-service-open-selection, mac-service-mail-selection)
5626 (mac-service-mail-to, mac-service-insert-text): Rename from
5627 mac-services-*. All uses changed.
5628 (mac-apple-event-map): Rename event symbol `services' to `service'.
5629
5630 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
5631
5632 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
5633 (ewoc--node-enter-first, ewoc--node-enter-last)
5634 (ewoc--delete-node-internal): Merge funcs into unique callers.
5635
5636 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5637
5638 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
5639 return value of read-from-minibuffer for empty input.
5640
5641 2006-05-09 Miles Bader <miles@gnu.org>
5642
5643 * comint.el (comint-insert-input): Remove redundant calls to setq
5644 and goto-char.
5645
5646 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
5647
5648 * comint.el (comint-insert-input): Make it work when
5649 comint-use-prompt-regexp is t.
5650
5651 2006-05-10 Miles Bader <miles@gnu.org>
5652
5653 * subr.el (field-at-pos): New function.
5654
5655 * comint.el (comint-insert-input): Use it.
5656
5657 2006-05-09 Juri Linkov <juri@jurta.org>
5658
5659 * battery.el (battery-linux-proc-acpi): Also try
5660 `/proc/acpi/thermal_zone/THR2/temperature'.
5661
5662 * files.el <safe-local-variable>: Remove `eval' and `let' binding
5663 for now unused lambda `string-or-null'.
5664
5665 * add-log.el (change-log-default-name): Put `string-or-null-p'
5666 instead of lambda on `safe-local-variable' property.
5667
5668 * diff-mode.el (diff-context->unified): Use `region-beginning' and
5669 `region-end' instead of `mark' and `point'.
5670 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
5671 Operate on region in Transient Mark mode when the mark is active.
5672 Use `region-beginning' and `region-end' instead of `mark' and
5673 `point'.
5674 (diff-hunk-text, diff-goto-source): Doc fix.
5675
5676 * startup.el (fancy-splash-screens, normal-splash-screen): Use
5677 face `mode-line-buffer-id' for mode-line buffer face instead of
5678 hard-coded `(:weight bold)'.
5679
5680 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
5681 buffer-undo-list to t (undo-ask is reproducible by visiting
5682 nested archives).
5683
5684 2006-05-09 Kim F. Storm <storm@cua.dk>
5685
5686 * progmodes/grep.el (rgrep): Set default directory of *grep*
5687 buffer if we start M-x rgrep in the *grep* buffer and choose
5688 a different base directory.
5689
5690 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
5691
5692 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
5693 completion also when ido is loaded.
5694
5695 2006-05-09 Masatake YAMATO <jet@gyve.org>
5696
5697 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
5698 "warning" and "import".
5699 (cpp-font-lock-keywords): Added "warning".
5700
5701 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5702
5703 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5704
5705 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
5708 pages at a time, if we signal the end, we should indeed reach that end.
5709
5710 2006-05-08 David Reitter <david.reitter@gmail.com>
5711
5712 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
5713 output during execution of the body.
5714
5715 2006-05-08 Kim F. Storm <storm@cua.dk>
5716
5717 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
5718
5719 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
5720
5721 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
5722 Use with-current-buffer.
5723
5724 2006-05-07 Kim F. Storm <storm@cua.dk>
5725
5726 * subr.el (add-to-history): Remove keep-dups arg.
5727
5728 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
5729 to nil around call to add-to-history.
5730
5731 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
5734 than after a buffer modification.
5735
5736 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
5737
5738 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
5739 call to...
5740 (gud-watch): ...here so speedbar is raised for already watched
5741 expressions.
5742 (gdb-speedbar-refresh): Delete function.
5743 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
5744 Use speedbar-timer-fn instead of speedbar-refresh (reverting
5745 earlier change).
5746 (gdb-var-evaluate-expression-handler)
5747 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
5748
5749 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
5750 Update localized contents for all buffers except ignored modes.
5751
5752 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5753
5754 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
5755 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
5756 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
5757 (mac-handle-font-panel-closed, mac-handle-font-selection):
5758 New functions.
5759 (mac-font-panel-mode): New minor mode.
5760 (mac-apple-event-map): Add bindings for toolbar toggle button and
5761 font panel.
5762 (menu-bar-showhide-menu): Add mac-font-panel-mode.
5763
5764 2006-05-07 John Paul Wallington <jpw@pobox.com>
5765
5766 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5767 Avoid `regexp-opt'; simplify regexp for readability.
5768
5769 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5770
5771 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
5772 * files.el (buffer-stale-function):
5773 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5774 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
5775 links to the main manual, not to emacs-xtra.
5776
5777 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5778
5779 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
5780 MacJapanese if text is ASCII-only.
5781
5782 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
5783
5784 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
5785 unless so nil isn't returned.
5786 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
5787
5788 2006-05-06 Kim F. Storm <storm@cua.dk>
5789
5790 * subr.el (add-to-history): New function.
5791
5792 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
5793 (ediff-merge-files-with-ancestor):
5794 * env.el (setenv):
5795 * isearch.el (isearch-update-ring):
5796 * server.el (server-visit-files):
5797 * progmodes/grep.el (lgrep, rgrep):
5798 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
5799 * progmodes/xscheme.el (xscheme-insert-expression):
5800 Use add-to-history.
5801
5802 * kmacro.el (kmacro-push-ring): Use add-to-history.
5803 (kmacro-ring-length): Remove unused defun.
5804 (kmacro-start-macro): Use kmacro-push-ring.
5805
5806 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
5807
5808 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
5809 directly instead of a lambda expression that calls it.
5810
5811 2006-05-06 Kim F. Storm <storm@cua.dk>
5812
5813 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
5814 instead of compute-motion.
5815
5816 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5817
5818 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
5819 change.
5820
5821 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
5822
5823 * startup.el (command-line-1): Refer to "Pure Storage" on
5824 pure-space-overflow.
5825
5826 2006-05-05 Martin Rudalics <rudalics@gmx.at>
5827
5828 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
5829 provided faces once they all have been used up.
5830
5831 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5832
5833 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
5834 reference to the Lisp manual to the warning about pure space
5835 overflow.
5836
5837 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5838
5839 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
5840 argument to avoid the call to `ispell-internal-change-dictionary'
5841 when not needed.
5842 (ispell-change-dictionary): Use this argument and call
5843 `ispell-internal-change-dictionary' after the possible change
5844 to `ispell-local-dictionary'.
5845 (ispell-internal-change-dictionary): Check for a change in
5846 personal dictionary use too.
5847
5848 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5849
5850 * startup.el (command-line): On MS-Windows, probe "~", not
5851 "~USER", for warning about non-existent home directory
5852
5853 * arc-mode.el (archive-l-e): New optional argument `float' means
5854 generate a float value.
5855 (archive-arc-summarize, archive-lzh-summarize)
5856 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
5857 with 3rd argument non-nil when file's size is being computed.
5858 Format the file sizes with %8.0f instead of %8d.
5859
5860 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5861
5862 * cus-start.el (all): Add mac-dnd-known-types.
5863
5864 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
5865 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
5866 (mac-TIFF-to-string): New functions.
5867 (x-get-selection, x-selection-value)
5868 (mac-select-convert-to-string): Use them.
5869 (mac-text-encoding-mac-japanese-basic-variant): New constant.
5870 (mac-dnd-types-alist): New customization variable.
5871 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
5872 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
5873 (mac-dnd-handle-drag-n-drop-event): New functions.
5874 (mac-drag-n-drop): Remove function.
5875 (global-map): Bind drag-n-drop and M-drag-n-drop to
5876 mac-dnd-handle-drag-n-drop-event.
5877
5878 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
5879
5880 * progmodes/perl-mode.el (perl-beginning-of-function):
5881 Skip anonymous subs.
5882
5883 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5884
5885 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
5886 regexp-opt at run time.
5887
5888 * term.el (term-handle-ansi-escape): Fix off by one error.
5889
5890 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
5891
5892 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
5893 (gdb-init-1, gdb-post-prompt): ...and references to it.
5894 (gdb-frame-handler): Strip directory name from filename if present.
5895
5896 * progmodes/gud.el (gdb-force-update): Delete defvar
5897 (gud-speedbar-buttons): ...and references to it. Use window-start
5898 to try to keep positon in watch expression.
5899
5900 2006-05-03 Richard Stallman <rms@gnu.org>
5901
5902 * simple.el (next-history-element, previous-history-element): Doc fix.
5903
5904 * isearch.el (isearch-update-ring): Doc fix.
5905
5906 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 * isearch.el (isearch-update-ring): Take history-delete-duplicates
5909 into consideration. Replace one arm ifs with whens.
5910
5911 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
5912
5913 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
5914 (menu): Fix typo.
5915
5916 2006-05-02 Miles Bader <miles@gnu.org>
5917
5918 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
5919
5920 2006-05-02 Jay Belanger <belanger@truman.edu>
5921
5922 * calc/calc-embed.el (calc-override-minor-modes-map)
5923 (calc-override-minor-modes): New variables.
5924 (calc-do-embedded): Make sure that Calc keystrokes aren't
5925 overwritten by minor modes.
5926
5927 2006-05-02 Chong Yidong <cyd@mit.edu>
5928
5929 * msb.el (msb): If EVENT is a down event, read and discard the up event.
5930
5931 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5932
5933 * startup.el (command-line-1): Refer to Lisp manual when
5934 pure-space-overflow occurs.
5935
5936 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
5937 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
5938 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
5939 (version-control): Don't use `t' for safe-local-variable declarations.
5940
5941 2006-05-01 Richard Stallman <rms@gnu.org>
5942
5943 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
5944 M-r, M-R, M-A, M-SPC or M-DEL.
5945 (diff-mode-map): diff-refine-hunk now on C-c C-w
5946 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
5947
5948 * help-mode.el (help-mode): view-exit-action calls delete-window
5949 only when it is safe and possible.
5950
5951 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
5952 in messages.
5953
5954 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
5955
5956 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
5957 in the default tool-bar-map.
5958
5959 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
5960
5961 * net/tramp.el (tramp-completion-file-name-handler-alist)
5962 (tramp-run-real-handler, tramp-completion-run-real-handler)
5963 (tramp-completion-handle-file-name-all-completions)
5964 (tramp-completion-handle-file-name-completion): Autoload them.
5965 (tramp-completion-handle-file-exists-p)
5966 (tramp-completion-handle-file-name-directory)
5967 (tramp-completion-handle-file-name-nondirectory)
5968 (tramp-completion-handle-expand-file-name): Remove them.
5969 (tramp-handle-file-name-directory): Return the real directory name.
5970 Returning "/" only doesn't need to be necessary any longer.
5971 (tramp-file-name-handler): Make special attention when in hostname
5972 completion mode.
5973 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
5974 (tramp-register-file-name-handlers):
5975 Register `tramp-completion-file-name-handler' only when
5976 `partial-completion-mode' is enabled.
5977 (tramp-completion-handle-file-name-all-completions):
5978 Delete directory part from results.
5979 (tramp-get-completion-methods, tramp-get-completion-user-host):
5980 Discard deleting "/", it doesn't work after the change of
5981 `tramp-handle-file-name-directory' above.
5982
5983 2006-05-01 Kim F. Storm <storm@cua.dk>
5984
5985 * progmodes/grep.el (grep-expand-template): Use save-match-data
5986 and symbol-value.
5987
5988 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5989
5990 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
5991 Use select-frame-set-input-focus instead of raise-frame.
5992 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
5993
5994 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5995
5996 * progmodes/gud.el (gud-def): Add %c case.
5997 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
5998 (gud-format-command): Make match case sensitive. Match on %F.
5999
6000 2006-04-30 Glenn Morris <rgm@gnu.org>
6001
6002 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
6003 (cal-tex-preamble): Use cal-tex-preamble-extra.
6004 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
6005 than alias `list-diary-entries'.
6006
6007 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6008
6009 * help-fns.el (describe-variable): Add info about safe local variables.
6010
6011 2006-04-29 Richard Stallman <rms@gnu.org>
6012
6013 * bindings.el (mode-line-format): help-echo doc fixes.
6014
6015 * net/tramp.el (tramp-file-name-handler-alist): Delete
6016 expand-file-name and other operations that can cause spurious loading.
6017
6018 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * files.el (safe-local-variable-p): Remove support for the special
6021 value t.
6022
6023 * textmodes/paragraphs.el (sentence-end-without-space):
6024 Fix safety predicate.
6025 (sentence-end-double-space, sentence-end-without-period)
6026 (paragraph-ignore-fill-prefix):
6027 * textmodes/fill.el (colon-double-space):
6028 * abbrev.el (abbrev-mode): Tighten the safety predicate.
6029
6030 * subr.el (booleanp): New fun.
6031
6032 * textmodes/reftex-vars.el (reftex-guess-label-type):
6033 Tighten the safety predicate.
6034
6035 2006-04-28 Kim F. Storm <storm@cua.dk>
6036
6037 * progmodes/grep.el (defgroup grep): Doc fix.
6038 (grep-auto-highlight): Remove.
6039 (grep-template): New defcustom.
6040 (grep-find-template): Rename from grep-tree-template.
6041 (grep-files-aliases): Rename from grep-tree-files-aliases.
6042 Remove "all" alias, add "l" alias.
6043 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
6044 (grep-find-ignored-directories): New defcustom to replace
6045 grep-tree-ignore-CVS-directories, to facilitate ignoring
6046 subdirectories for multiple version control systems.
6047 (grep-mode-map): Add Recursive grep item to GREP menu.
6048 (grep-regexp-history, grep-files-history): New defvars.
6049 (grep-probe): New helper function.
6050 (grep-compute-defaults): Use it to simplify code.
6051 Adapt to name changes.
6052 Use `.' as base in grep-find-template rather than <D>.
6053 (grep): Remove superfluous highlight-regexp arg. Fix doc.
6054 Call grep-compute-defaults unconditionally.
6055 (grep-expand-keywords): New defconst.
6056 (grep-expand-template): Rename from grep-expand-command-macros.
6057 Simplify via grep-expand-keywords. Look at case-fold-search instead
6058 of grep-tree-ignore-case to add -i option.
6059 Bind case-fold-search to nil while matching keywords.
6060 (grep-tree-last-regexp, grep-tree-last-files): Remove.
6061 (grep-read-regexp, grep-read-files): New helper functions.
6062 (rgrep): Rename from grep-tree. Rework to use proper histories.
6063 Adapt to changes in defcustoms and functions above.
6064 (lgrep): New command, as grep, but using same interactive UI as rgrep.
6065
6066 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
6067
6068 * net/tramp.el (tramp-completion-file-name-handler):
6069 Disable Tramp's functionality while loading Tramp itself.
6070 (tramp-register-file-name-handlers): That's a defsubst now.
6071 Code from `tramp-repair-jka-compr' moved here. Apply it via
6072 `after-init-hook'.
6073 (tramp-repair-jka-compr): Remove.
6074
6075 2006-04-27 Jay Belanger <belanger@truman.edu>
6076
6077 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
6078 read expression when `math-read-big-expr' doesn't work.
6079
6080 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
6081
6082 * startup.el (command-line-1): Display warning when
6083 pure-space-overflow is non-nil.
6084
6085 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6086
6087 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
6088 risky.
6089
6090 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6091
6092 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
6093 Return the URL or nil if none can be generated.
6094
6095 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
6096
6097 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
6098 byte compiler warnings.
6099 (gud-basic-call, gud-find-expr): Let user select an expression
6100 for printing. Print expression as well as value in GUD buffer.
6101
6102 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
6103
6104 * allout.el: Remove local autoload declaration for
6105 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
6106 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
6107 (allout-plain-bullets-string, allout-distinctive-bullets-string)
6108 (allout-use-mode-specific-leader, allout-old-style-prefixes)
6109 (allout-stylish-prefixes, allout-numbered-bullet)
6110 (allout-file-xref-bullet, allout-presentation-padding)
6111 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
6112 safe-local-variable with suitable value spec, and add autoload
6113 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
6114 (move-beginning-of-line, move-end-of-line): Repair so these compat
6115 functions now actually resituate the point, when appropriate.
6116
6117 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
6120
6121 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
6122 (add-log-iso8601-time-string): Fix call to format-time-string.
6123
6124 2006-04-26 Kim F. Storm <storm@cua.dk>
6125
6126 * subr.el (posn-string, posn-image, posn-object): Doc fix.
6127
6128 2006-04-26 Masatake YAMATO <jet@gyve.org>
6129
6130 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
6131 Add support for "//" style comments. Remove `b' flag
6132 from ?* in `asm-mode-syntax-table'.
6133
6134 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * follow.el: Use (featurep 'xemacs) everywhere.
6137 (follow-mode): Use define-minor-mode.
6138 (follow-mode-map): Move initialization into the declaration.
6139 Use command remapping.
6140 (follow-emacs-version-xemacs-p): Remove.
6141 (follow-submit-feedback): Remove.
6142
6143 * allout.el (allout-layout, allout-passphrase-verifier-string)
6144 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
6145
6146 * textmodes/reftex-vars.el (reftex-vref-is-default)
6147 (reftex-fref-is-default, reftex-guess-label-type):
6148 Tighten up a bit the safety predicate.
6149
6150 * textmodes/paragraphs.el (sentence-end-double-space)
6151 (sentence-end-without-period, sentence-end-without-space)
6152 (page-delimiter, paragraph-ignore-fill-prefix):
6153 Tighten up a bit the safety predicate.
6154
6155 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
6156
6157 * progmodes/python.el (python-continuation-line-p)
6158 (python-beginning-of-statement): syntax-ppss may return
6159 a negative depth.
6160 (python-mode): Don't forcefully enable font-lock.
6161
6162 * time-stamp.el (time-stamp-start, time-stamp-end)
6163 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
6164
6165 * add-log.el: Remove spurious * in docstrings.
6166 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
6167 (add-change-log-entry): Use it here, since it's not specific
6168 to iso8601.
6169 (add-log-iso8601-time-string): Don't use it here any more.
6170 (change-log-indent-text, change-log-indent): Rename from add-log-*.
6171
6172 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
6173
6174 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
6175
6176 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
6177 (rcirc-toggle-low-priority): Doc fix.
6178 (rcirc-handler-NOTICE): Remove beginning of line anchor in
6179 ChanServ regexp.
6180 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
6181 #emacs.
6182 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
6183 (rcirc-decode-coding-system): Use utf-8 as the default.
6184 (rcirc-multiline-minor-mode): Set the fill-column.
6185 (rcirc-format-response-string): Display bright and dim nicks.
6186 (rcirc-browse-url): Update interactive spec to fill ARG.
6187 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
6188 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
6189
6190 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
6191
6192 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
6193 case for @Article, etc.
6194
6195 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
6196
6197 * net/tramp.el (tramp-register-file-name-handlers): New defun.
6198 Added with autoload cookie.
6199 (tramp-unload-file-name-handlers): Rename from
6200 `tramp-unload-file-name-handler-alist'.
6201
6202 2006-04-23 Romain Francoise <romain@orebokech.com>
6203
6204 * comint.el (comint-match-partial-filename): Doc fix.
6205
6206 2006-04-21 Glenn Morris <rgm@gnu.org>
6207
6208 * calendar/cal-menu.el (calendar-mode-map): Refer to
6209 `diary-view-entries' rather than alias `view-diary-entries'.
6210 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
6211
6212 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
6213
6214 * progmodes/antlr-mode.el (antlr-default):
6215 * cus-edit.el (custom-documentation):
6216 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6217 in defface.
6218
6219 2006-04-21 Kim F. Storm <storm@cua.dk>
6220
6221 * image.el (image-type): New defun split out of create-image.
6222 (create-image): Use it.
6223
6224 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6225
6226 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
6227 (org-open-at-point): Remove the "...done" message to keep output
6228 in the echo area visible.
6229 (org-export-as-xoxo): Fix call to `indent-region'.
6230
6231 2006-04-21 Kevin Ryde <user42@zip.com.au>
6232
6233 * international/mule.el (keyboard-coding-system): defcustom
6234 info-link fixes: "Specify Coding" has been split, keyboard now in
6235 "Terminal Coding", and "Single-Byte Character Support" is now
6236 "Unibyte Mode".
6237
6238 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
6239
6240 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
6241 Use font-lock-warning-face for any errors e.g. no stack.
6242 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6243
6244 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6245
6246 * progmodes/sh-script.el (sh-shell): Mark as safe.
6247
6248 * newcomment.el (comment-start, comment-start-skip)
6249 (comment-end-skip, comment-end): Mark as safe.
6250
6251 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6252
6253 * textmodes/org.el (org-deadline-announce): Face removed.
6254 (org-level-faces, org-n-levels): Convert to constant.
6255 (org-compatible-face): New function.
6256 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
6257 (org-level-5, org-level-6, org-level-7, org-level-8)
6258 (org-special-keyword, org-warning, org-headline-done, org-link)
6259 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
6260 (org-scheduled-today, org-scheduled-previously, org-time-grid):
6261 Face definition revised for better color tty support.
6262 (org-bold-re, org-italic-re, org-underline-re): New constants.
6263 (org-set-font-lock-defaults): Use the new constants.
6264 (org-agenda-highlight-todo): New function.
6265 (org-agenda-todo): Fix bug with point at end of line.
6266 (org-agenda-change-all-lines, org-finalize-agenda-entries):
6267 Fontify TODO keywords.
6268 (org-insert-link): Preserve relative path in ../ links.
6269 (org-export-as-html): Convert links pointing to .org files into
6270 links that will work beteen the exported HTML files.
6271 (org-todo-list): Fix bug when arg=0.
6272 (org-insert-heading): More fine-tuning.
6273
6274 2006-04-19 Romain Francoise <romain@orebokech.com>
6275
6276 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
6277 from `rmail-mime-charset-pattern'.
6278
6279 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6280
6281 * progmodes/python.el (python-mode): Fix typo.
6282
6283 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6284
6285 * comint.el (comint-previous-input): Don't clobber input line
6286 when moving off either end of the input history ring.
6287 (comint-delete-input): New function, used by
6288 `comint-previous-input' and others.
6289 (comint-previous-matching-input):
6290 Use `coming-delete-input'. Save the partial input if leaving the
6291 edit line. Goto point-max before deleting input to avoid
6292 partial input fragments hanging around.
6293 (comint-restore-input): New function, used by `comint-previous-input'.
6294
6295 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
6296
6297 * imenu.el (imenu--index-alist): Balance parentheses.
6298
6299 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6300
6301 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
6302
6303 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
6304
6305 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
6306 file is nil.
6307
6308 2006-04-18 Richard Stallman <rms@gnu.org>
6309
6310 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
6311
6312 * imenu.el (imenu-create-index-function, imenu--index-alist)
6313 (imenu--last-menubar-index-alist, imenu--make-index-alist)
6314 (imenu-default-create-index-function, imenu--generic-function):
6315 Doc fixes.
6316
6317 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
6318
6319 * help-mode.el (help-mode): Set view-exit-action to delete window.
6320
6321 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
6322 now works by passing nil as arg.
6323
6324 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
6325
6326 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
6327 (read-abbrev-file): Provide default when reading filename.
6328
6329 * files.el (enable-local-variables): Allow :all as value.
6330 (hack-local-variables): Implement that value.
6331 (safe-local-variable-values, safe-local-eval-forms)
6332 (enable-local-variables): Mark as risky.
6333 (find-file-visit-truename, kept-old-versions): Mark safe.
6334
6335 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
6336 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
6337 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
6338
6339 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
6342 Use forward-line so as to get to BOL even in the presence of fields.
6343 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
6344 in return.
6345 (inferior-tcl): Tell tclsh to work in interactive mode.
6346
6347 * complete.el (partial-completion-mode):
6348 Use 'choose-completion-string-functions to make sure that
6349 choose-completion fills the minibuffer properly.
6350
6351 * complete.el (PC-old-read-file-name-internal): Remove.
6352 (PC-read-include-file-name-internal): Remove. Turn it into an advice
6353 of read-file-name-internal.
6354 (partial-completion-mode): Enable/disable this advice.
6355
6356 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * net/tramp.el (tramp-completion-file-name-handler): Revert change
6359 of 2006-04-17.
6360
6361 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6362
6363 * textmodes/org.el (org-insert-heading): Insert heading before
6364 current if at beginning of line.
6365 (org-todo, org-date): New faces.
6366 (org-table-align): Make sure tooltip window contains full text.
6367 (org-no-properties): New defsubst.
6368 (org-set-font-lock-defaults): Use new faces.
6369
6370 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
6371
6372 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
6373 for root variables.
6374
6375 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
6376 (gdb-frame-address): Re-use to identify frame for watch expression.
6377 (gdb-var-list, gdb-var-create-handler): Add frame address for root
6378 variables.
6379 (gdb-init-1, gdb-source, gdb-post-prompt)
6380 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
6381 (gdb-frame-handler): Get gdb-frame-address.
6382
6383 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6384
6385 Sync with Tramp 2.0.53.
6386
6387 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
6388 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
6389 (tramp-completion-file-name-handler): Add autoload cookie for
6390 adding to `file-name-handler-alist'.
6391
6392 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
6393 the prompt. If it returns earlier (when detecting an error
6394 message), the rest of the output will merge accidently with the
6395 output of the next command. Reported by M Jared Finder
6396 <jared@hpalace.com>.
6397
6398 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6399 for `process-file', in order to let it work for older Emacsen too.
6400
6401 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
6402
6403 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
6404 (tex-font-lock-keywords-3): Use it.
6405
6406 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * newcomment.el (comment-add): New function.
6409 (comment-region-default, comment-dwim): Use it.
6410
6411 2006-04-15 Michael Olson <mwolson@gnu.org>
6412
6413 * emacs-lisp/tq.el: Improve comments.
6414 (tq-queue-head-question): New accessor function.
6415 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
6416 Update for modified queue structure.
6417 (tq-queue-add): Accept `question' argument.
6418 (tq-queue-pop): If a question is pending, send it.
6419 (tq-enqueue): Accept new optional argument `delay-question'.
6420 If this is non-nil, and at least one other question is pending a
6421 response, queue the question rather than sending it immediately.
6422
6423 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6424
6425 * calendar/appt.el (appt-add): Check whether an appointment is
6426 already present in appt-time-msg-list. Simplify code.
6427
6428 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * progmodes/cc-langs.el (c-mode-menu):
6431 Don't presume c-subword-mode is bound.
6432
6433 2006-04-13 Bill Wohler <wohler@newt.com>
6434
6435 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
6436 (customize-package-emacs-version): Use cdr instead of cadr now
6437 that alists use dotted pairs.
6438
6439 * custom.el (defcustom): Fix docstring for :package-version.
6440
6441 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
6442
6443 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
6444 (tramp-handle-shell-command): Display output buffer only when
6445 `tramp-display-shell-command-buffer' is true.
6446 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
6447
6448 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6449
6450 * textmodes/org.el (org-set-autofill-regexps): Set only the local
6451 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
6452
6453 2006-04-13 Romain Francoise <romain@orebokech.com>
6454
6455 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
6456 leaving temporary .cvsignore buffers behind.
6457
6458 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6459
6460 * textmodes/org.el (org-set-regexps-and-options)
6461 (org-get-current-options): Better names for the startup folding
6462 options.
6463
6464 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
6465
6466 * vc.el (vc-annotate): Arrange for point to end up at the same
6467 line number as in the original, but only when using a new buffer.
6468
6469 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
6470
6471 * files.el (hack-one-local-variable-eval-safep):
6472 Recognize `edebug-form-spec' for `put', but only if it passes
6473 `edebug-basic-spec'. Generalize `put' handling.
6474
6475 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
6476 vetting file-local form specs.
6477
6478 * allout.el (allout-layout): Autoload its `safe-local-variable'
6479 property.
6480
6481 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6482
6483 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
6484 (org-agenda-mouse-1-follows-link)
6485 (org-mouse-1-follows-link): New options.
6486 (org-format-agenda-item): Fix bug if TAGS is nil.
6487 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
6488
6489 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
6490
6491 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
6492 GDB 6.1+ gives full filename for "info sources" so use
6493 file-name-nondirectory.
6494
6495 2006-04-12 Romain Francoise <romain@orebokech.com>
6496
6497 * subr.el (read-passwd): Bind `message-log-max' to nil.
6498
6499 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * progmodes/perl-mode.el (perl-indent-new-calculate):
6502 Recompute parse-start after jumping backward by a whole sexp.
6503
6504 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
6507 window configuration.
6508 (vc-annotate-display-select): Select the buffer so that current-buffer
6509 (and selected-window) is the output buffer at the end of vc-annotate.
6510
6511 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6512
6513 * vc.el (vc-annotate-color-map): Add custom TTY color map for
6514 8-color terminals, to use all of the colors in a sensible order.
6515 256-color terminals work well with the standard map.
6516 (vc-annotate-lines): Only strip the first color character if it
6517 is "#", to allow for terminal-style named colors.
6518 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
6519 the correct buffer is scrolled.
6520
6521 2006-04-11 Richard Stallman <rms@gnu.org>
6522
6523 * emacs-lisp/bytecomp.el (byte-compile-file):
6524 Bind enable-local-variables to :safe, and make normal-mode obey it.
6525
6526 * files.el (enable-local-variables): Allow value :safe.
6527 (normal-mode): Doc fix.
6528 (hack-local-variables): Implement enable-local-variables = :safe.
6529 (hack-local-variables-confirm): Don't prevent quitting.
6530
6531 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * loadhist.el (unload-feature): A bit of sanity check of
6534 load-history entries. Cancel timer-vars before unbinding them.
6535
6536 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
6537 quote special chars, and make the trick work on the hex part of the
6538 buffer as well.
6539 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
6540 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
6541
6542 * startup.el (normal-splash-screen): Fix last change so we don't wait
6543 2 minutes if we don't show the splash screen.
6544
6545 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
6546
6547 * textmodes/org.el (org-export-plain-list-max-depth)
6548 (org-table-spaces-around-separators)
6549 (org-radio-targets, org-activate-camels)
6550 (org-table-spaces-around-invisible-separators): Options removed.
6551 (org-time-stamp-rounding-minutes, org-remember-templates)
6552 (org-ellipsis, org-activate-links, org-descriptive-links):
6553 New options.
6554 (org-remember-apply-template, org-current-time)
6555 (org-finish-edit-table-field)
6556 (org-link-unescape, org-link-escape)
6557 (org-string-width, org-table-clean-line, org-html-do-expand)
6558 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
6559 (org-read-agenda-file-list): New functions.
6560 (org-table-edit-field)
6561 (org-table-create-or-convert-from-region): New commands
6562 (org-table-toggle-vline-visibility): Command removed.
6563 (org-table-convert-region): Made a command.
6564 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
6565 Replace with the normal org- functions.
6566 (org-self-insert-command): Don't trigger realign unnecessarily
6567 when blanking a field that is not full.
6568 (org-mode): `Set buffer-invisibility-spec' for links.
6569 (org-activate-links2): Hide link part and only show descriptive
6570 part of the link.
6571 (org-insert-link): Modify for new linking system.
6572 (org-store-link): Store description separately, for use by
6573 `org-insert-link'.
6574 (org-table-align): Use `org-string-width'.
6575 (defgroup): Completely new group structure for custom variables.
6576 (org-agenda-files): Option: Single file name allowed. Function:
6577 Optional argument unrestrited means ignore any restricitons.
6578 (org-install-agenda-files-menu): Find a buffer in Org-mode before
6579 trying to modify the menu. Use generalized access to
6580 `org-agenda-files.'
6581 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
6582 (org-agenda-file-to-front, org-remove-file, org-diary)
6583 (org-tags-view, org-export-icalendar-all-agenda-files)
6584 (org-export-icalendar-combine-agenda-files): Use generalized
6585 access to `org-agenda-files'.
6586 (org-remember-handler): Correctly preserve heading if present.
6587 (org-table-insert-row, org-table-insert-hline): Deal with
6588 invisible characters.
6589
6590 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
6591
6592 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
6593 (vc-annotate-color-map): New 18 element constant
6594 value/saturation, rotating hue colormap, from red->blue.
6595 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
6596 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
6597 (vc-annotate): To avoid killing the required local variables,
6598 set them before the end of `with-output-to-temp-buffer', and
6599 after first switching to annotate-mode.
6600 (vc-annotate-warp-version): Add buffer argument in goto-line to
6601 ensure annotation, not source, is scrolled.
6602
6603 2006-04-10 Bill Wohler <wohler@newt.com>
6604
6605 * custom.el (defcustom, custom-handle-keyword):
6606 Add :package-version keyword.
6607 (custom-add-package-version): New function. Sets value of new
6608 property 'custom-package-version from :package-version keyword.
6609 (defcustom): Create Common Keywords section in docstring.
6610 (defface, defgroup): Replace definitions of a select few keywords
6611 with a reference to the Common Keywords in defcustom.
6612 (defcustom, defface, defgroup): Replace reference to Customization
6613 chapter in manual with hyperlink.
6614
6615 * cus-edit.el (customize-package-emacs-version-alist):
6616 New variable.
6617 (customize-changed-options): Add check for custom-package-version.
6618 (customize-package-emacs-version): New function to look up Emacs
6619 version corresponding to the given package version.
6620
6621 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
6622 defun name, in similar fashion to find-variable-regexp.
6623
6624 2006-04-10 Eli Zaretskii <eliz@gnu.org>
6625
6626 * international/mule-cmds.el (set-locale-environment): Fix last
6627 change for when the locale's preferences don't specify any encoding.
6628
6629 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
6632 so the defined var/fun doesn't need to be quoted.
6633
6634 2006-04-10 Richard Stallman <rms@gnu.org>
6635
6636 * finder.el (finder-mode-map): Add n and p bindings.
6637
6638 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
6639
6640 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
6641 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
6642 (gdb-setup-windows): Put something in source window if we can't find
6643 the source file.
6644 (gdb-frame-handler): Make it work again with just assembly.
6645 (gdb-data-list-register-values-handler): Make it work when there is
6646 no stack.
6647
6648 2006-04-09 Richard Stallman <rms@gnu.org>
6649
6650 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
6651 specs while looking for charset.
6652
6653 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
6654
6655 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6656 Make them faces.
6657 (lm-font-lock-keywords): Update appropriately.
6658
6659 2006-04-10 Kim F. Storm <storm@cua.dk>
6660
6661 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
6662 it can also replace buffer-substring-no-properties.
6663
6664 * emulation/cua-base.el (cua-delete-region, cua-paste)
6665 (cua-repeat-replace-region): Use filter-buffer-substring.
6666
6667 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6668 (cua-cut-region-to-global-mark): Likewise.
6669
6670 * emulation/cua-rect.el (cua--extract-rectangle)
6671 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
6672
6673 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6674
6675 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
6676 entry-type. Add field delimiters to numerical fields if they are
6677 not present.
6678
6679 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6680
6681 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
6682 string-const to return value.
6683 (bibtex-remove-delimiters): Use it.
6684
6685 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
6688 cl-byte-compile-compiler-macro unless it exists.
6689
6690 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6691
6692 * files.el (hack-local-variables-confirm) <offer-save>:
6693 Clarify message text. Suggested by Ralf Angeli.
6694
6695 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
6696
6697 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
6698 (delete-extract-rectangle-line): Use `filter-buffer-substring'
6699 instead of `buffer-substring' and `delete-region'. (Most of the
6700 code actually copied from `kill-region'.)
6701
6702 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
6703
6704 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
6705 (rcirc-default-port): Rename from rcirc-port.
6706 (rcirc-default-nick): Rename from rcirc-nick.
6707 (rcirc-default-user-name): Rename from rcirc-user-name.
6708 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
6709 (rcirc-low-priority-flag): New variable.
6710 (rcirc-decode-coding-system): New defcustom.
6711 (rcirc-encode-coding-system): New defcustom.
6712 (rcirc-coding-system-alist): New defcustom.
6713 (rcirc-multiline-major-mode): New defcustom.
6714 (rcirc-nick): New internal variable.
6715 (rcirc-process): Remove variable.
6716 (rcirc-server-buffer): New variable.
6717 (rcirc): Update to use rcirc-default-* variables above.
6718 (rcirc-connect): Do not add window-configuration-hook-here.
6719 (rcirc-server): New internal variable.
6720 (rcirc-connect): Do not send keepalive pings if
6721 rcirc-keepalive-seconds is nil.
6722 (with-rcirc-server-buffer): New macro.
6723 (rcirc-send-string): Encode with rcirc-encode-coding-system.
6724 (rcirc-server-name): Rename from rcirc-server.
6725 (rcirc-buffer-process): New function.
6726 (rcirc-buffer-nick): New function.
6727 (rcirc-buffer-target): Remove function.
6728 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6729 New commands.
6730 (rcirc-mode-map): Change binding of C-c C-l to
6731 rcirc-toggle-low-priority.
6732 (rcirc-mode): Initialize coding system based on
6733 rcirc-coding-system-alist. New change-major-mode-hook to part the
6734 channel on a mode change. Make kill-buffer-hook buffer-local.
6735 (rcirc-change-major-mode-hook): New function.
6736 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
6737 (rcirc-last-post-time): New variable.
6738 (rcirc-process-message): Store the last time user posted a message
6739 to this target.
6740 (rcirc-multiline-minor-mode): New mode.
6741 (rcirc-multiline-minor-mode-map): New mode map.
6742 (rcirc-edit-multiline): Put multiline-edit buffer in
6743 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
6744 (rcirc-print): Ignore any line starting with an ignored nick.
6745 (rcirc-print): Decode using rcirc-decode-coding-system.
6746 (rcirc-track-minor-mode): Update global-mode-string when disabling
6747 this mode.
6748 (minor-mode-alist): Add LowPri indicator.
6749 (rcirc-toggle-low-priority): New function.
6750 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
6751 next lowpriority buffer with activity.
6752 (rcirc-record-activity): Sort buffers in rcirc-activity by the
6753 last time the user posted a message in to the target.
6754 (rcirc-update-activity-string): New formatting for low priority
6755 buffers.
6756 (rcirc-split-activity): New function.
6757 (rcirc-handler-PART, rcirc-handler-KICK)
6758 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
6759 (rcirc-nick-away-alist): New variable.
6760 (rcirc-handler-301): New handler. Away messages are printed once
6761 per change.
6762
6763 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6764
6765 * info.el (Info-follow-nearest-node): Doc fix.
6766
6767 * international/mule-cmds.el (set-locale-environment): Make sure
6768 the coding-system preferred by the locale's language has the same
6769 EOL conversion type as the original buffer-file-coding-system.
6770 (locale-language-names): Add a few MS Windows language codes.
6771
6772 2006-04-07 Richard Stallman <rms@gnu.org>
6773
6774 * simple.el (eval-expression): Doc fix.
6775
6776 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
6777 (eval-defun): Doc fixes.
6778
6779 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6780
6781 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
6782
6783 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
6786 GDB list command without argument for greater generality.
6787
6788 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6789
6790 * subr.el (string-or-null-p): New function.
6791
6792 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
6793
6794 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
6795
6796 * files.el: Update comment about safe-local-variable declarations.
6797
6798 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6799
6800 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
6801 See idlwave.org.
6802
6803 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
6804 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
6805
6806 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
6807 See idlwave.org.
6808
6809 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
6810 version 6.0 (minimal changes). See idlwave.org.
6811
6812 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
6813 6.0 (minimal changes). See idlwave.org.
6814
6815 * progmodes/idlw-rinfo.el: File obsoleted and removed.
6816
6817 2006-04-06 Romain Francoise <romain@orebokech.com>
6818
6819 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
6820 symmetric encryption features and a new asynchronous interface to
6821 GnuPG. This new version is version 1.4, plus whitespace changes.
6822
6823 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6824
6825 * files.el: Move some `safe-local-variable' declarations to the
6826 respective files.
6827
6828 * textmodes/ispell.el (ispell-check-comments)
6829 (ispell-local-dictionary): Mark as safe.
6830
6831 * abbrev.el (abbrev-mode): Mark as safe.
6832
6833 * add-log.el (change-log-default-name): Mark as safe.
6834
6835 * textmodes/reftex-vars.el (reftex-vref-is-default)
6836 (reftex-fref-is-default, reftex-level-indent)
6837 (reftex-guess-label-type): Mark as safe.
6838
6839 * textmodes/fill.el (colon-double-space): Mark as safe.
6840
6841 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
6842 (sentence-end-double-space, sentence-end-without-period)
6843 (sentence-end-without-space, sentence-end, sentence-end-base)
6844 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
6845
6846 2006-04-06 Kim F. Storm <storm@cua.dk>
6847
6848 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
6849 the :set-after list.
6850 (ido-downcase-unc-hosts): New user option. Default on.
6851 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
6852 when it is set, as regexps are now applied on the fly.
6853 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
6854 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
6855 on the fly, but only when ido-process-ignore-lists is set.
6856 Do case insensitive filtering if ido-downcase-unc-hosts is set.
6857 Only downcase names if ido-downcase-unc-hosts is set.
6858
6859 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
6860
6861 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
6862
6863 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
6864
6865 2006-04-05 Kim F. Storm <storm@cua.dk>
6866
6867 * ido.el (ido-mode): Set after ido-unc-hosts and
6868 ido-ignore-unc-host-regexps.
6869 (ido-save-history): Save ido-unc-hosts-cache.
6870 (ido-load-history): Load ido-unc-hosts-cache.
6871 (ido-reread-directory): Refresh unc hosts cache in // dir.
6872
6873 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
6874 to nil while displaying slash screen.
6875
6876 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6877
6878 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
6879 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6880
6881 2006-04-05 Kenichi Handa <handa@m17n.org>
6882
6883 * international/characters.el: Setup cases of Latin, Greek, and
6884 Cyrillic characters in CJK charsets.
6885
6886 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6887
6888 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6889 default-enable-multibyte-characters. This reverts the change from
6890 revision 6.17 which is no longer necessary because the passphrase
6891 is sent separately now. GnuPG messages are unreadable under
6892 multibyte locales with default-enable-multibyte-characters set to nil.
6893
6894 2006-04-04 Andreas Schwab <schwab@suse.de>
6895
6896 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
6897 and `byte-compile-warnings' as `safe-local-variable'.
6898
6899 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6900
6901 * man.el (Man-mode-map): Restore the \r binding.
6902 (Man-abstract-xref-man-page): If Man-target-string is a function,
6903 call it.
6904 (Man-highlight-references): Use Man-default-man-entry to get the
6905 target. Deal with xrefs too.
6906 (Man-highlight-references0): Don't call the target function.
6907
6908 * woman.el (WoMan-xref-man-page): Strip the section number, woman
6909 cannot deal with it.
6910
6911 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6912
6913 * pgg-gpg.el: Clean up process buffers every time gpg processes
6914 complete.
6915
6916 2006-04-04 Kenichi Handa <handa@m17n.org>
6917
6918 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
6919 here.
6920 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
6921 Temporarily bind inhibit-field-text-motion to t.
6922
6923 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * startup.el (normal-splash-screen): Only set mode-line-format in the
6926 splash buffer, so as not to interfere when debugging the code.
6927 Ignore errors when switching buffer.
6928
6929 2006-04-03 Romain Francoise <romain@orebokech.com>
6930
6931 * dired.el (dired-dnd-protocol-alist): Fix typo.
6932
6933 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6934
6935 * savehist.el (savehist): Add :version.
6936 (savehist-ignored-variables): New variable.
6937 (savehist-minibuffer-hook): Don't save variables listed in
6938 `savehist-ignored-variables'.
6939
6940 * dired.el (dired-dnd-protocol-alist): Mention that change does
6941 only apply to new buffers in doc string.
6942
6943 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6944
6945 * recentf.el (recentf-open-files-item): Include newline in button
6946 field, so opening a file will work, when the point is at the end
6947 of the file name. Allow, for example, to [i]search a file by
6948 extension and just push RET to open it.
6949
6950 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6951
6952 * pgg-gpg.el (pgg-gpg-process-filter)
6953 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6954
6955 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6956 lines, temporary fix.
6957
6958 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6959
6960 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
6961
6962 2006-04-02 Richard Stallman <rms@gnu.org>
6963
6964 * progmodes/compile.el (compilation-message-face): Make it defcustom.
6965
6966 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6967
6968 * ibuf-macs.el (define-ibuffer-column): Add a new key:
6969 header-mouse-map.
6970
6971 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
6972 (ibuffer-mode-header-map): New keymaps.
6973 (ibuffer-update-title-and-summary): Enable mouse face highlighting
6974 and keybindings for column headers.
6975 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
6976 property.
6977
6978 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
6979
6980 * speedbar.el (speedbar-after-create-hook): Doc fix.
6981
6982 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6983
6984 * shell.el (shell-directory-tracker)
6985 (shell-dynamic-complete-command): Doc fixes.
6986
6987 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
6988
6989 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
6990 terminals.
6991
6992 2006-04-01 Kim F. Storm <storm@cua.dk>
6993
6994 * ido.el (ido-unc-hosts-cache): New defvar.
6995 (ido-unc-hosts): If value of defcustom is a function, call it to
6996 get list of UNC hosts. Add function-item choices to specify
6997 ido-unc-hosts-net-view or user function.
6998 (ido-ignore-unc-host-regexps): New defcustom.
6999 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
7000 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
7001 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
7002
7003 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
7006 wwidth.
7007
7008 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
7009
7010 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
7011 (ido-max-work-file-list, ido-switch-buffer)
7012 (ido-read-file-name-as-directory-commands):
7013 Fix typos in docstrings.
7014
7015 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7016
7017 * term/mac-win.el (mac-system-coding-system): Define and use after
7018 Mac-specific coding systems are ready.
7019
7020 2006-03-27 Romain Francoise <romain@orebokech.com>
7021
7022 * net/rcirc.el (rcirc-connect): Add autoload cookie.
7023
7024 * ldefs-boot.el: Update.
7025
7026 2006-03-27 Daiki Ueno <ueno@unixuser.org>
7027
7028 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7029 passphrases when it is not needed.
7030 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7031 passphrase stuff from gpg, should only be necessary when you use
7032 gpg with a smartcard.
7033
7034 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7035
7036 * comint.el (comint-dynamic-list-completions): Allow user to
7037 select *Completions* buffer.
7038
7039 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
7040
7041 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
7042
7043 2006-03-26 Andreas Schwab <schwab@suse.de>
7044
7045 * progmodes/gud.el (gdb): Only complain about multiple debugging
7046 when the gdb process is still running.
7047
7048 2006-03-25 Eli Zaretskii <eliz@gnu.org>
7049
7050 * mail/rmail.el (tool-bar-map): Defvar it.
7051 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
7052 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
7053
7054 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
7055
7056 * help.el (print-help-return-message): Suggest to use
7057 display-buffer instead of switch-to-buffer-other-window to restore
7058 the previous window without selecting it.
7059
7060 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7061
7062 * frame.el (select-frame-by-name): Call x-focus-frame also when
7063 window-system is mac.
7064
7065 * term/mac-win.el: Adjust Courier font specifications in
7066 x-fixed-font-alist.
7067 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
7068 when directly encoding to UTF-16 in native byte order, no BOM.
7069
7070 2006-03-25 Kim F. Storm <storm@cua.dk>
7071
7072 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
7073 (cua--init-keymaps): Use it instead of fixed C-return.
7074 (cua-mode): Set after it.
7075
7076 * emulation/cua-rect.el (cua--init-rectangles):
7077 Use cua-rectangle-mark-key instead of fixed C-return.
7078
7079 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
7080
7081 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
7082 "run" in .gdbinit.
7083 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
7084
7085 2006-03-24 Romain Francoise <romain@orebokech.com>
7086
7087 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
7088 `display-buffer-other-frame'.
7089
7090 2006-03-24 Kim F. Storm <storm@cua.dk>
7091
7092 * apropos.el (apropos-synonyms): Add selection => region.
7093
7094 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
7095
7096 * progmodes/gdb-ui.el (gdb-var-create-regexp)
7097 (gdb-var-list-children-regexp, gdb-var-update-regexp)
7098 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7099 (gdb-data-list-register-values-regexp)
7100 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
7101 Future proof against new fields being added to MI output.
7102 (gdb-send): Don't treat backslashes for program input as
7103 continuations.
7104 (gdb-assembler-handler): Don't use window-start for this handler.
7105 (gdb-frame-handler): Don't change to hollow arrow if overlay
7106 arrow doesn't move to new frame.
7107
7108 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
7109
7110 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
7111 prevent compiler warnings.
7112 (gdb-stopped): Check for gud-last-last-frame (case: signal).
7113 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
7114 (gdb-assembler-custom): Use hollow-right-triangle for assembler
7115 buffer too.
7116
7117 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
7118
7119 * pgg-gpg.el (pgg-gpg-update-agent): Check for
7120 make-network-process, so we can use the same code in Gnus v5-10
7121 too and have this file fully synchronized with that release.
7122
7123 2006-03-23 Romain Francoise <romain@orebokech.com>
7124
7125 * ibuf-ext.el (ibuffer-read-filter-group-name):
7126 Use `ibuffer-generate-filter-groups' to make completion list match
7127 the filter groups that are really displayed in the Ibuffer buffer.
7128 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
7129
7130 2006-03-23 Kenichi Handa <handa@m17n.org>
7131
7132 * international/mule-cmds.el (sort-coding-systems): Describe that
7133 the argument is modified in docstring.
7134
7135 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
7136
7137 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7138 (pgg-gpg-update-agent): New function.
7139 (pgg-gpg-use-agent-p): New function.
7140 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7141 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7142 (pgg-gpg-sign-region): Use it.
7143
7144 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * cus-edit.el (custom-face-set): Call custom-push-theme before
7147 face-spec set so that `changed' theme is correctly saved.
7148 (custom-face-reset-standard): Reset to recalculated face rather
7149 than defface spec.
7150
7151 * custom.el (custom-push-theme): Only save `changed' theme if the
7152 current face does not match the defface specs.
7153
7154 2006-03-21 Simon Josefsson <jas@extundo.com>
7155
7156 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7157 <wilde@sha-bang.de>.
7158 (pgg-gpg-use-agent): New variable.
7159 (pgg-gpg-process-region): Use it.
7160 (pgg-gpg-encrypt-region): Likewise.
7161 (pgg-gpg-encrypt-symmetric-region): Likewise.
7162 (pgg-gpg-decrypt-region): Likewise.
7163 (pgg-gpg-sign-region): Likewise.
7164 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7165
7166 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
7167
7168 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
7169 bracket links.
7170
7171 2006-03-21 Kim F. Storm <storm@cua.dk>
7172
7173 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
7174 fringe-indicator-alist instead of modifying global value.
7175 (gdb-frame-handler): Likewise.
7176
7177 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7178
7179 * diff-mode.el (diff-function): Make it inherit from diff-header
7180 instead of diff-context.
7181
7182 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
7183 bitmap.
7184 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
7185 change names in macro above for consistency.
7186 (gdb-frame-handler): Use hollow-right-triangle for all selected
7187 frames which except the innermost (where execution has stopped).
7188 (gdb-reset): Reset buffer-local values of overlay-arrow.
7189
7190 2006-03-20 Richard Stallman <rms@gnu.org>
7191
7192 * simple.el (set-mark-command): Doc fix.
7193
7194 * files.el (display-buffer-other-frame): New command.
7195 (ctl-x-4-map): Bind C-x 5 C-o to it.
7196
7197 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
7200 rather than just defer-time, in case defer-time has been changed but
7201 the timer isn't running yet.
7202 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
7203
7204 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * help-mode.el (help-follow-symbol): New function.
7207 Essentially identical to the old `help-follow', but do not let
7208 `push-button' do the work when on an xref.
7209 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
7210
7211 2006-03-19 Richard Stallman <rms@gnu.org>
7212
7213 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
7214 preceded by the word `program'.
7215 (help-follow-mouse, help-follow): Throw error if not on xref.
7216 Delete no longer used args.
7217
7218 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
7219
7220 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
7221 annotation ensure gud-overlay-arrow-position is redisplayed.
7222
7223 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7224
7225 * textmodes/bibtex.el (bibtex-include-OPTkey)
7226 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
7227 (bibtex-autokey-name-case-convert)
7228 (bibtex-autokey-titleword-case-convert): Make these the aliases
7229 for the following two variables.
7230 (bibtex-autokey-name-case-convert-function)
7231 (bibtex-autokey-titleword-case-convert-function): Make these the
7232 real names.
7233 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
7234 bibtex-font-lock-crossref sublists.
7235 (bibtex-mode): Revert 2005-12-30 change (which made
7236 completion-ignore-case buffer-local).
7237 (bibtex-url): Simplify.
7238
7239 2006-03-19 Kim F. Storm <storm@cua.dk>
7240
7241 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
7242 cursor property value to 2 (to align with C level change).
7243
7244 2006-03-19 Bill Wohler <wohler@newt.com>
7245
7246 * image.el (image-load-path-for-library): Shorten first line in
7247 docstring.
7248
7249 2006-03-18 Richard Stallman <rms@gnu.org>
7250
7251 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
7252
7253 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
7254
7255 * isearch.el (isearch-other-meta-char): Handle user bindings for
7256 shifted control characters.
7257
7258 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
7259
7260 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
7261 part that matches email addresses, file names, etc.
7262
7263 2006-03-18 Eli Zaretskii <eliz@gnu.org>
7264
7265 * term/w32-win.el (mouse-set-font):
7266 Mention w32-list-proportional-fonts in the doc string.
7267
7268 2006-03-18 Kim F. Storm <storm@cua.dk>
7269
7270 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
7271 (ido-unc-hosts): New user option to explicitly define list of know
7272 UNC-style hosts for completion.
7273 (ido-cache-unc-host-shares-time): New user option.
7274 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
7275 New helper functions for UNC file-name support.
7276 (ido-may-cache-directory): Check for UNC host. Simplify.
7277 (ido-wash-history): Clean out old UNC hosts.
7278 (ido-nonreadable-directory-p): UNC hosts are always readable.
7279 (ido-directory-too-big-p): UNC hosts are never too big.
7280 (ido-set-current-directory): Handle UNC root path.
7281 (ido-file-name-all-completions): Complete UNC host names from
7282 ido-unc-hosts list. Cache UNC host shares.
7283 (ido-make-file-list-1): Don't filter UNC root.
7284 (ido-exhibit): Check for // in root directory, and switch to UNC
7285 mode by setting ido-current-directory to //.
7286
7287 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
7288
7289 * cus-edit.el (customize-changed-options): Mention explicit
7290 version number as default in prompt.
7291
7292 2006-03-17 Bill Wohler <wohler@newt.com>
7293
7294 * image.el (image-load-path-for-library): Minor docstring fix.
7295
7296 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
7297
7298 * textmodes/org.el (org-read-date): Include subgroup 5 into
7299 replacement text.
7300 (org-popup-calendar-for-date-prompt): Fix customization type.
7301
7302 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
7303
7304 * progmodes/gdb-ui.el (gud-watch): Provide completion.
7305 (gdb-continuation): New variable.
7306 (gdb-send): Deal with continuation lines.
7307
7308 * progmodes/gud.el (gud-gdb-complete-command)
7309 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
7310 expressions.
7311 (gud-tooltip-mode): Use buffer-local value.
7312
7313 2006-03-16 Kim F. Storm <storm@cua.dk>
7314
7315 * ido.el (ido-edit-input): Use selected match, if any.
7316
7317 2006-03-16 Bill Wohler <wohler@newt.com>
7318
7319 * image.el (image-load-path-for-library): Prefer user's images in
7320 image-load-path.
7321
7322 2006-03-16 Martin Rudalics <rudalics@gmx.at>
7323
7324 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
7325 when checking for attempt to drag leftmost or rightmost scrollbar.
7326
7327 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
7328
7329 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
7330 (gdb-force-mode-line-update): New function.
7331 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
7332 (gdb-exited): Use them.
7333 (gdb-signal): New function.
7334 (gdb-annotation-rules): Provide a rule for it.
7335
7336 2006-03-16 Kenichi Handa <handa@m17n.org>
7337
7338 * international/mule.el (auto-coding-regexp-alist): Add entries
7339 for Unicode BOM.
7340
7341 * sort.el (sort-build-lists): Temporarily bind
7342 inhibit-field-text-motion to t.
7343
7344 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
7345
7346 * locate.el (locate-command, locate-make-command-line)
7347 (locate-fcodes-file, locate-update-command)
7348 (locate-prompt-for-command, locate, locate-with-filter)
7349 (locate-get-file-positions): Doc fixes.
7350 (locate-buffer-name, locate-header-face): Remove leading `*' in
7351 defcustom.
7352 (locate-filter-output): Use `keep-lines' instead of its alias
7353 `delete-non-matching-lines'.
7354 (locate-get-filename, locate-get-dirname): Add introductory comment.
7355 (locate-find-directory-other-window): Give appropriate error
7356 message if used outside main listing.
7357
7358 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
7361 the new extend-region feature.
7362 (font-lock-after-change-function): Update correspondingly.
7363 * jit-lock.el (jit-lock-after-change): Update correspondingly.
7364 * progmodes/grep.el (font-lock-lines-before): Don't disable.
7365
7366 2006-03-15 Bill Wohler <wohler@newt.com>
7367
7368 * image.el (image-load-path-for-library): Fix example by not
7369 recommending that one binds image-load-path. Just defvar it to
7370 placate compiler and only use it if previously defined.
7371
7372 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7373
7374 * textmodes/org.el (org-insert-centered): Use `string-width' to
7375 make underlining work for wide characters.
7376 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
7377 TAB to `org-cycle', to make sure that no binding in
7378 `outline-mode-map' can supercede it.
7379
7380 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
7381
7382 * allout.el: Increment version to 2.2.1 in file commentary.
7383
7384 (allout-version): Increment to 2.2.1.
7385
7386 (allout-default-layout): New customization variable, used when the
7387 file lacks a specific allout-layout. Uses allout-layout-type for
7388 recursively nested definition.
7389
7390 (allout-layout-type): Widget defining allout layouts, necessary for
7391 self-recursive definition.
7392
7393 (allout-mode): Incorporate allout-default-layout as fallback for
7394 allout-layout.
7395
7396 (allout-layout): Mark as 'safe-local-variable', and refer mention
7397 fallback to `allout-default-layout' in absence of a specified value.
7398 (allout-passphrase-verifier-string)
7399 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
7400
7401 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
7402
7403 (allout-get-encryption-passphrase-verifier): Use correct name of
7404 passphrase verifier in docstring.
7405
7406 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
7409 elements.
7410 (gdb-find-watch-expression): Make it work for arrays too.
7411 Follow change to gdb-var-list.
7412 (gud-watch): Allow the user to enter variable name with a prexix
7413 arg. Create keybindings.
7414 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7415 (gdb-var-list-children-handler, gdb-var-update-handler)
7416 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
7417 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
7418 Follow change to gdb-var-list.
7419 (gdb-starting): Don't show the overlay arrows when program is running.
7420
7421 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
7422 gdb-var-list.
7423
7424 2006-03-14 Bill Wohler <wohler@newt.com>
7425
7426 * image.el (image-load-path-for-library): Pass value of path
7427 rather than symbol. Always return list of directories.
7428 Guarantee that image directory comes first.
7429
7430 2006-03-14 Alan Mackenzie <acm@muc.de>
7431
7432 * font-core.el (font-lock-extend-region\(-function\)?.):
7433 New function/variable.
7434
7435 * font-lock.el (font-lock-after-change-function):
7436 Call font-lock-extend-region. Obey font-lock-lines-before.
7437 (font-lock-default-fontify-region): Remove reference to
7438 font-lock-lines-before.
7439
7440 * jit-lock.el (jit-lock-after-change):
7441 Call font-lock-extend-region. Obey font-lock-lines-before.
7442
7443 2006-03-14 David Ponce <david@dponce.com>
7444
7445 * tree-widget.el (tree-widget-themes-load-path)
7446 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7447
7448 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
7449
7450 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
7451 (rcirc-print): Mark the start of text at the end of the prompt.
7452 (rcirc-track-minor-mode): Add autoload cookie.
7453 (rcirc-update-activity-string): Add space to front of mode-line
7454 indicator.
7455
7456 2006-03-13 Miles Bader <miles@gnu.org>
7457
7458 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
7459 (rcirc-abbrev-nick): Remove function.
7460 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
7461
7462 2006-03-13 David Ponce <david@dponce.com>
7463
7464 * tree-widget.el: Handle themes across all occurrences of the main
7465 themes sub-directory found in tree-widget-themes-load-path.
7466 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7467 (tree-widget--locate-sub-directory): Return all occurrences.
7468 (tree-widget-themes-path): New function.
7469 Replace tree-widget-themes-directory, and return a list of directories.
7470 (tree-widget-set-parent-theme)
7471 (tree-widget-lookup-image): Use it.
7472
7473 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7474
7475 * textmodes/org.el (org-link-search): Avoid self-matching of
7476 links, allow target text to be distributed over several lines.
7477 (org-search-not-link): New function.
7478 (org-set-regexps-and-options, org-get-current-options):
7479 New startup options.
7480 (org-export-as-html): Take odd-level setting from local variable.
7481 (org-fontify-emphasized-text): New option.
7482 (org-set-font-lock-defaults): Include emphasized text.
7483 (org-follow-mhe-link): Allow folder-only links, fix folder name.
7484 (org-font-lock): Customize group renamed from `org-faces'.
7485
7486 2006-03-13 John Paul Wallington <jpw@pobox.com>
7487
7488 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
7489 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
7490
7491 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * cus-start.el (all): Delete :version keyword for members of the
7494 fringe group, since the entire group is new in 22.1.
7495
7496 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
7497
7498 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
7499 map if value is hexadecimal (an address).
7500 (gud-watch): Only search roots for existing watch expressions.
7501 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
7502 prevent caching problems with speedbar-update-directory-contents.
7503
7504 2006-03-12 Juri Linkov <juri@jurta.org>
7505
7506 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
7507 before comparing with `low' and `warn'.
7508
7509 * info.el (Info-dir-remove-duplicates): Move point to the
7510 beginning of the current line after deleting the entries from
7511 redundant heading. Use marker for `limit' and compare it with
7512 point before calling `re-search-forward'.
7513
7514 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7515
7516 * simple.el (yank): Fix typo in docstring.
7517
7518 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
7519
7520 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
7521 messages, where "D" is the 6th character.
7522
7523 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7524
7525 * simple.el (yank): Fix last change.
7526
7527 2006-03-11 David Ponce <david@dponce.com>
7528
7529 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
7530 merging elements from the standard ispell-dictionary-alist.
7531 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
7532 alist, and return the new alist.
7533
7534 2006-03-11 Richard Stallman <rms@gnu.org>
7535
7536 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
7537
7538 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
7539 the way it is implemented is too unclean.
7540
7541 * simple.el (kill-region, yank): Doc fix.
7542
7543 * battery.el (battery-echo-area-format): Doc fix.
7544 (battery-mode-line-format): Likewise.
7545 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
7546 (battery-linux-proc-acpi): Ignore batteries that say "charged".
7547
7548 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7549
7550 * progmodes/octave-mod.el (octave-indent-for-comment):
7551 Behave according to do string.
7552
7553 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
7554
7555 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
7556 Be visible only if major mode is Mail Mode.
7557
7558 * textmodes/flyspell.el (flyspell-external-point-words)
7559 (flyspell-process-localwords): Fix last changes.
7560
7561 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7562
7563 * calendar/holidays.el (list-holidays): Doc fix.
7564
7565 * international/mule.el (auto-coding-alist): Add .odt
7566 (OpenOffice's open document) files.
7567
7568 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
7569 document) files. Mention in the doc string the need to sync with
7570 auto-coding-alist.
7571
7572 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * files.el (hack-local-variables-confirm): Don't prompt for ! if
7575 enable-local-variables is set to always query, or there is no
7576 savable variable.
7577
7578 2006-03-10 Bill Wohler <wohler@newt.com>
7579
7580 * image.el (image-load-path-for-library): Merge at least three
7581 functions from Gnus and MH-E into this one function that can now
7582 be shared.
7583
7584 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
7585
7586 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
7587 gdb-remove-mouse-face and remove help-echo too.
7588 (gdb-enqueue-input): Correct conditional clause.
7589
7590 2006-03-10 Glenn Morris <rgm@gnu.org>
7591
7592 * calendar/calendar.el (calendar-holidays): Doc fix.
7593 * calendar/holidays.el (list-holidays): Doc fix.
7594
7595 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
7596
7597 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
7598 it gets called in gdb-prompt anyway.
7599 (gdb-use-separate-io-buffer): Only restore window arrangement for
7600 gdb-many-windows.
7601 (gdb-enqueue-input): Make it harder to send GDB input when program
7602 is running.
7603 (gdb-buffer-list): New variable.
7604 (gdb-remove-mouse-face): New function.
7605 (gdb-starting): Use it when GDB input won't get sent.
7606
7607 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
7608
7609 * help.el (view-lossage): Remove trailing whitespace before
7610 inserting "\n".
7611
7612 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
7613
7614 * files.el (hack-local-variables-confirm):
7615 Set coding-system-for-read to nil before writing to .emacs.
7616
7617 * arc-mode.el (archive-extract): Check if an existing buffer name
7618 comes from a different archive.
7619
7620 * help.el (describe-key-briefly): If KEY is a down event, read and
7621 discard the up event.
7622
7623 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
7624
7625 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
7626 be edited and use font-lock-warning-face for any changes.
7627
7628 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
7629 (gdb-edit-value): Use it to report any errors.
7630
7631 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
7632
7633 * help.el (describe-key): Remove leftover test code.
7634
7635 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7636
7637 * textmodes/org.el: Move defvars out of eval-when-compile.
7638 Use buffer-file-name variable.
7639 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
7640 arg `file'.
7641 (org-level-faces): Remove startup dependency.
7642 (org-cycle, org-map-tree, org-scan-tags)
7643 (org-remember-handler): Don't call `outline-level' directly.
7644 (org-mhe-search-all-folders): New option.
7645 (org-mhe-get-message-folder-from-index)
7646 (org-mhe-get-message-folder): Fix indexing search.
7647 (org-format-agenda-item): Handle nil TAGS argument.
7648 (org-cleaned-string-for-export, org-activate-target-links)
7649 (org-make-target-link-regexp): Deal with empty radio target list.
7650 (org-tag): New face.
7651 (org-get-level-face): New function.
7652 (org-set-font-lock-defaults): Simplify setup for headlines.
7653 (org-complete): Pass common substring to `display-completion-list'.
7654
7655 2006-03-06 David Ponce <david@dponce.com>
7656
7657 * tree-widget.el: Update Commentary header.
7658 (tree-widget-theme-name): Ignore parent themes.
7659 (tree-widget-set-parent-theme): New function.
7660 (tree-widget-set-theme): Use it.
7661 (tree-widget-set-image-properties): Move definition. Does nothing
7662 if image properties have already been set.
7663 (tree-widget-image-properties): Move definition. Receive an image
7664 name. Set the :pointer property.
7665 (tree-widget-lookup-image): Doc fix. Search in parent themes.
7666 Don't set the :pointer image property.
7667 (tree-widget-convert-widget): New function. Handle :dynargs
7668 compatibility here.
7669 (tree-widget): Use it to :convert-widget. Add the :expander-p
7670 predicate to control when the :expander function is entered.
7671 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
7672 (tree-widget-value-create): Handle :expander-p. widget-apply
7673 :expander.
7674 (tree-widget-expander-p): New function. Default value of the
7675 :expander-p property.
7676
7677 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * help.el (describe-key): Properly handle the return value of
7680 read-key-sequence when grabbing an up-event. Cleanup mouse-1
7681 remaps. Handle string and vector `follow-link' values.
7682
7683 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * complete.el (PC-expand-many-files): Try be more careful when parsing
7686 the shell's output.
7687
7688 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * outline.el (hide-sublevels): Provide better interactive default.
7691
7692 2006-03-06 Kenichi Handa <handa@m17n.org>
7693
7694 * international/fontset.el (create-fontset-from-fontset-spec):
7695 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
7696
7697 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
7698
7699 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
7700 backslashes instead of one in regexp.
7701 (gud-tooltip-dereference): Add missing optional argument.
7702
7703 2006-03-04 John Paul Wallington <jpw@pobox.com>
7704
7705 * wdired.el (toplevel): Require `cl' at compile-time.
7706
7707 2006-03-04 Andreas Schwab <schwab@suse.de>
7708
7709 * server.el (server-process-filter): Handle errors during
7710 evaluation of the argument.
7711
7712 2006-03-03 John Paul Wallington <jpw@pobox.com>
7713
7714 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
7715 escape parentheses at beginning of line.
7716 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
7717 (t-mouse-mode): Remove period from end of error message.
7718
7719 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
7720
7721 * textmodes/flyspell.el (flyspell-process-localwords):
7722 Be case-sensitive.
7723
7724 2006-03-03 Martin Rudalics <rudalics@gmx.at>
7725
7726 * cus-edit.el (custom-quote): Remove function, since it has been
7727 moved to custom.el.
7728
7729 * font-lock.el (lisp-font-lock-keywords-2)
7730 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
7731 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
7732 they have no special meaning.
7733
7734 * midnight.el (clean-buffer-list): Handle case where base-buffer of
7735 indirect buffer gets killed before indirect buffer. Use dolist.
7736
7737 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7738
7739 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
7740 value instead of a literal constant (1) on more pauses.
7741
7742 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7743
7744 * textmodes/flyspell.el (flyspell-external-point-words):
7745 Be case-sensitive.
7746
7747 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
7748
7749 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
7750 with "www".
7751
7752 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7753
7754 * allout.el: Restablish intermediate missing comment header to
7755 preserve outline structure.
7756 (allout-beginning-of-current-entry): Skip invisible text.
7757 (allout-open-topic): Fix opening a topic at end-of-buffer.
7758 (allout-minor-mode): Move nearer to allout-mode function.
7759
7760 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
7761
7762 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
7763
7764 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
7765
7766 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
7767 is nil.
7768
7769 * progmodes/gud.el (gud-speedbar-menu-items):
7770 Use buffer-local-value and add missing :visible keyword.
7771
7772 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
7773
7774 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7775
7776 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
7777 must be `follow-link'.
7778
7779 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
7780
7781 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
7782 formatting: No nested anchors.
7783 (org-all-targets): Fix bug with XEmacs compatibility.
7784 (org-read-date): Add (require 'parse-time).
7785 (org-set-tags): Fix bug with extra inserted space.
7786 (org-export-html-style): Define a style class for targets.
7787 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
7788 (org-hide-leading-stars): New option.
7789 (org-hide): New face.
7790 (org-set-font-lock-defaults): Allow to hide leading stars.
7791 (org-get-legal-level, org-tr-level): New functions.
7792 (org-odd-levels-only): New option.
7793 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
7794 (org-demote, org-promote): Deal with double-star levels.
7795 (org-convert-to-odd-levels): New command.
7796
7797 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
7798
7799 * speedbar.el (speedbar-update-localized-contents): Try to
7800 preserve window-start.
7801 (speedbar-update-directory-contents): Try to preserve window-start
7802 and window-point.
7803 (speedbar-update-special-contents): Don't move back to start of window.
7804
7805 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
7806 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
7807 speedbar-timer-fn.
7808 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
7809 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
7810 instead of gdb-speedbar-timer-fn.
7811
7812 2006-02-28 Jay Belanger <belanger@truman.edu>
7813
7814 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
7815 (math-compose-expr): Use latex option when calling
7816 `math-compose-tex-matrix' for latex mode.
7817
7818 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
7819
7820 * speedbar.el: Re-instate comments about developing for speedbar
7821 [this is what info and gdb-ui use even if better methods exist now].
7822
7823 * t-mouse.el: New file.
7824 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
7825 (t-mouse-lispy-buffer-posn-from-coords): Remove.
7826 (t-mouse-make-event-element): Use posn-at-x-y instead.
7827 (t-mouse-make-event): Deal with Fedora Core 3.
7828 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
7829 (t-mouse-mouse-position-function): New function. Use it instead
7830 of advising mouse-position.
7831 (t-mouse-mode): New minor mode.
7832 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
7833
7834 2006-02-27 Glenn Morris <rgm@gnu.org>
7835
7836 * calendar/calendar.el (calendar-holidays): Doc fix.
7837
7838 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * progmodes/gdb-ui.el (gdb-source-window): New variable.
7841 Re-introduce the concept of a source window.
7842 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
7843 consistency with get-buffer-create.
7844 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7845 (gdb-data-list-register-values-handler)
7846 (gdb-stack-list-locals-handler): Try to preserve window-start as
7847 well as window-point.
7848 (gdb-display-source-buffer): New function (old concept).
7849 (gdb-goto-breakpoint): Use it.
7850
7851 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
7852 for gdb-ui/gdb-mi (old concept).
7853
7854 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
7855
7856 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
7857 binding.
7858
7859 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
7860
7861 * textmodes/reftex-sel.el (reftex-select-label-map)
7862 (reftex-select-bib-map): Add `follow-mouse' binding.
7863
7864 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
7865
7866 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7867 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
7868 Give :set functions to provide automatic updating.
7869 Update docstring. Give compiler defvars early in the file
7870 and move the defcustoms to a later spot where all called functions
7871 are defined.
7872 (jka-compr-file-name-handler-entry): Doc fix.
7873 (jka-compr-compression-info-list--internal)
7874 (jka-compr-mode-alist-additions--internal)
7875 (jka-compr-load-suffixes--internal): New variables.
7876 (jka-compr-install): Set the three above variables.
7877 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7878 (jka-compr-update, jka-compr-set): New functions.
7879 (auto-compression-mode): Doc fix.
7880
7881 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
7882 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7883 Use jka-compr-compression-info-list--internal,
7884 jka-compr-mode-alist-additions--internal and
7885 jka-compr-load-suffixes--internal.
7886
7887 * files.el (load-library):
7888 * loadhist.el (file-loadhist-lookup):
7889 * startup.el (command-line):
7890 * subr.el (locate-library):
7891 * emacs-lisp/autoload.el (update-directory-autoloads):
7892 * emacs-lisp/find-func.el (find-library-suffixes):
7893 Use `get-load-suffixes' instead of `load-suffixes'.
7894
7895 * subr.el (locate-library):
7896 * emacs-lisp/find-func.el (find-library-name):
7897 Use `load-file-rep-suffixes' instead of '("").
7898
7899 2006-02-26 Kim F. Storm <storm@cua.dk>
7900
7901 * ido.el (ido-save-history, ido-load-history): Simplify.
7902 Don't use find-file-noselect to avoid interference from other modes.
7903
7904 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
7905
7906 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
7907 to use the default shell if filename is not available.
7908 Reported by Giorgos Keramidas.
7909
7910 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
7911
7912 * progmodes/etags.el (tags-completion-table): Do completion from
7913 all the tables in the current list, as documented in the manual.
7914
7915 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7916
7917 * CC Mode Update to 5.31.3.
7918
7919 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7920
7921 * progmodes/cc-mode.el (c-postprocess-file-styles):
7922 Bind inhibit-read-only to t, around the call to
7923 c-remove-any-local-eval-or-mode-variables, so that it works on a
7924 RO file.
7925
7926 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7927
7928 * progmodes/cc-awk.el: Correct a typo.
7929
7930 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7931
7932 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
7933 c-hungry-delete-backwards, at the request of RMS. Leave the old
7934 name as an alias.
7935
7936 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7937
7938 * progmodes/cc-mode.el: Correct a typo.
7939
7940 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7941
7942 * progmodes/cc-defs.el: Update the version number to 5.31.3.
7943
7944 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7945
7946 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
7947 brace-else-brace (error due to mbeg, mend being undefined).
7948
7949 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7950
7951 * progmodes/cc-mode.el: File Local variables: Solve the problem
7952 where both `mode' and c-file-offsets are specified: `mode' will
7953 overwrite c-f-o's settings:
7954 (c-remove-any-local-eval-or-mode-variables): New function.
7955 (c-postprocess-file-styles): Call the above new function, within
7956 c-tentative-buffer-change, to splat `mode' and `eval' before the
7957 second hack-local-variables.
7958
7959 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7960
7961 * progmodes/cc-mode.el:
7962 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
7963 (c-after-change): Protect the match data with save-match-data.
7964 It was getting corrupted by c-after-change-check-<>-operators.
7965
7966 * cc-defs.el: [Supersedes patch V1.38]:
7967 (top level): Check for a buggy font-lock-compile-keywords ONLY in
7968 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
7969
7970 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
7971 with save-match-data. It was being corrupted when Font Lock was
7972 not enabled.
7973
7974 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7975
7976 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
7977 Mode and Subword Mode.
7978
7979 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
7980 real labels ("case 1:" or "foo:") from non-labels ("public:").
7981 (c-forward-objc-directive): Replace c-forward-token-2 with crude
7982 coding; c-f-t-2 doesn't move over a token at EOB.
7983
7984 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
7985
7986 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
7987 (c-update-modeline): Concatenate the minor mode indicators
7988 directly onto mode-name, removing c-submode-indicators.
7989 Sometimes, c-s-i got separated from the mode name on the mode line.
7990
7991 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
7992 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
7993
7994 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7995
7996 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
7997 error message when there's an evaluation error to show whether
7998 it's loaded from source or not.
7999 (c-filter-ops): Make it available at runtime too to work when
8000 `c-make-init-lang-vars-fun' needs to evaluate from source.
8001
8002 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
8003
8004 * help.el (help): Revert last part of 2006-02-23 change (deletion
8005 of the `provide' call).
8006
8007 2006-02-23 Juri Linkov <juri@jurta.org>
8008
8009 * compare-w.el (compare-windows-highlight): Add new value
8010 `persistent' and change :type from `boolean' to `choice'.
8011 (compare-windows-overlays1, compare-windows-overlays2):
8012 New internal variables.
8013 (compare-windows-highlight): If compare-windows-highlight is
8014 `persistent', add current overlays to compare-windows-overlays[12]
8015 instead of adding compare-windows-dehighlight to pre-command-hook.
8016 (compare-windows-dehighlight): Delete all overlays from
8017 compare-windows-overlays[12].
8018
8019 * info.el (Info-search): Don't bind search-spaces-regexp to
8020 Info-search-whitespace-regexp in non-regexp isearch mode.
8021
8022 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
8025
8026 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * textmodes/org.el (org-xemacs-p)
8029 (org-export-html-show-new-buffer, org-table-may-need-update)
8030 (org-insert-item, org-mhe-get-message-real-folder)
8031 (org-mhe-get-message-folder-from-index)
8032 (org-mhe-get-message-folder, org-mhe-get-message-num)
8033 (org-mhe-get-header, org-make-org-heading-search-string)
8034 (org-make-org-heading-camel, org-table-sort-lines)
8035 (org-format-org-table-html, org-format-table-table-html):
8036 Fix typos in docstrings.
8037
8038 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
8039
8040 * textmodes/org.el (org-cleaned-string-for-export)
8041 (org-solidify-link-text): New function.
8042 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
8043 XEmacs, just to silence the compiler.
8044 (org-export-as-ascii, org-export-as-html-and-open):
8045 Use `org-cleaned-string-for-export' and create internal links.
8046 (org-follow-mhe-link): Require mh-e, use folder.
8047
8048 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8049
8050 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
8051
8052 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
8053 gdb-debug-log-length.
8054 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
8055 it a real ring but...
8056 (gud-gdba-marker-filter): ...make it work like mark-ring.
8057 (gdb-enable-debug): Rename from gdb-enable-debug-log.
8058 (gdb-mouse-jump): New function. Add bindings.
8059
8060 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8061
8062 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
8063 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
8064 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
8065 (gdb-debug-log-length): Customize it's length.
8066 (gud-watch, gdb-var-create-handler): Display function::var format
8067 but don't use to create variable object.
8068 (gdb-var-create-handler): Use message-box in place of message.
8069 (gdb-stopped): Call gdb-exited if signalled.
8070
8071 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8072
8073 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
8074
8075 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
8076
8077 * textmodes/reftex.el (reftex-locate-file): Search all extensions
8078 if `reftex-try-all-extensions' is set.
8079
8080 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
8081 fail silently when there is no valid argument at point.
8082 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
8083 `fail-silently' argument. From a patch by David Reiter.
8084
8085 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
8086 New commands.
8087 (org-mark-ring): New variable.
8088 (org-mark-ring-length): New option.
8089 (org-open-at-point, org-goto, org-open-file): Push old position
8090 onto the mark ring.
8091 (org-add-hook): New function.
8092 (org-export-table-remove-special-lines): New option.
8093 (org-skip-comments, org-format-org-table-html): Respect new
8094 option `org-export-table-remove-special-lines'.
8095 (org-open-file): Allow special command configuration for
8096 directory link.
8097 (org-file-apps): Fix bugs in customize type, added setting
8098 for directories.
8099 (org-activate-tags, org-format-agenda-item, org-complete)
8100 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
8101 (org-get-tags, org-get-buffer-tags, org-open-at-point)
8102 (org-link-search, org-make-org-heading-search-string)
8103 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
8104 (org-radio-targets, org-file-link-context-use-camel-case)
8105 (org-activate-camels): New options.
8106 (org-update-radio-target-regexp, org-all-targets)
8107 (org-make-target-link-regexp, org-activate-target-links):
8108 New functions.
8109 (org-make-org-heading-search-string): New function.
8110 (org-store-link, org-insert-link): Use new option
8111 `org-file-link-context-use-camel-case'.
8112 (org-activate-camels): Use new option `org-activate-camels'.
8113 (org-link-regexp): Add mhe prefix.
8114 (org-open-at-point, org-store-link): Support for mhe links.
8115 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
8116 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
8117 (org-mhe-get-header, org-follow-mhe-link): New functions.
8118 (org-remove-angle-brackets, org-add-angle-brackets):
8119 New functions.
8120 (org-bracket-link-regexp): New constant.
8121 (org-read-date): Fix bug that was rejecting all typed dates.
8122 (org-link-search): Make hierarchy above visible after a match.
8123 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
8124 (org-store-link): Fix bug with link creation when cursor is in
8125 an empty line.
8126 (org-open-at-point): Fix bug with matching a link.
8127 Fixed buggy argument sequence in call to `org-view-tags'.
8128 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8129 (org-prefix-has-tag): New variable.
8130 (org-format-agenda-item): Remove tags from headline
8131 if appropriate.
8132 (org-agenda-remove-tags-when-in-prefix): New option.
8133
8134 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
8135
8136 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
8137 Fix the regular expressions.
8138
8139 2006-02-21 Richard M. Stallman <rms@gnu.org>
8140
8141 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
8142 if there's no other specific basis.
8143
8144 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
8145 as variables at all.
8146 (unsafep-variable): Rename arg; doc fix.
8147
8148 * abbrevlist.el (list-one-abbrev-table): Add autoload.
8149
8150 * calendar/appt.el (diary-selective-display): Add defvar.
8151
8152 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
8153
8154 * isearch.el (search-whitespace-regexp): Fix custom type.
8155
8156 * help.el (describe-key-briefly): Compute interactive args
8157 in same was as before previous change.
8158
8159 * files.el (enable-local-variables): Doc fix.
8160
8161 2006-02-21 Kim F. Storm <storm@cua.dk>
8162
8163 * fringe.el: Cleanup as file is now pre-loaded.
8164 (fringe-bitmaps): Initialize unconditionally.
8165 (fringe-mode, set-fringe-style): Remove autoload cookies.
8166
8167 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8168
8169 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
8170 `horizontal-bar'.
8171 (fringe-cursor-alist): Use `horizontal-bar'.
8172
8173 2006-02-20 Kim F. Storm <storm@cua.dk>
8174
8175 * fringe.el (fringe-bitmaps): Update to new bitmap names.
8176 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
8177
8178 * loadup.el: Load "fringe" on window systems.
8179
8180 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8181
8182 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
8183 out of scope components.
8184
8185 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
8186 default.
8187
8188 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * custom.el (customize-mark-to-save, customize-mark-as-set):
8191 Load the symbol first.
8192
8193 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8194
8195 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
8196 strech spec so it doesn't display as "^J" on the header line
8197 when `Buffer-menu-use-header-line' is t.
8198
8199 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8200
8201 * speedbar.el (speedbar-make-button): Keep text properties
8202 of string arguments if desired.
8203
8204 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
8205 expessions.
8206
8207 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
8208 of speedbar.
8209
8210 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
8211
8212 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
8213 to value of `read-file-name-completion-ignore-case'.
8214
8215 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
8216
8217 * custom.el (customize-mark-as-set): Push to `user' theme.
8218
8219 * cus-edit.el (custom-save-variables): Allow unthemed values.
8220 (customize-set-variable): Push setting to `user' theme.
8221
8222 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8223
8224 * progmodes/gud.el: Don't require font-lock as it's now
8225 automatically loaded.
8226 (gud-speedbar-buttons): Replace gdb-var-changed with
8227 gdb-force-update.
8228
8229 * progmodes/gdb-ui.el (gdb-force-update): Rename from
8230 gdb-var-changed.
8231 (gdb-post-prompt): Use it.
8232 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8233 (gdb-var-update-handler, gdb-var-delete)
8234 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
8235 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
8236 gdb-force-update in gdb-post-prompt.
8237 (gdb-reset): Clear watch expressions from speedbar when quitting.
8238
8239 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8240
8241 * viper-cmd.el (viper-insert-state-post-command-sentinel)
8242 (viper-change-state-to-vi, viper-change-state-to-emacs):
8243 Make aware of cursor coloring in the Emacs state.
8244 (viper-special-read-and-insert-char): Use read-char-exclusive.
8245 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
8246
8247 * viper-init.el (viper-emacs-state-cursor-color): New variable.
8248
8249 * viper-util.el (viper-save-cursor-color)
8250 (viper-get-saved-cursor-color-in-replace-mode)
8251 (viper-get-saved-cursor-color-in-insert-mode)
8252 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
8253 state.
8254 (viper-get-saved-cursor-color-in-emacs-mode): New function.
8255
8256 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
8257 (ediff-ignore-case-option3, ediff-actual-diff-options)
8258 (ediff-actual-diff3-options): New variables to control case sensitivity.
8259 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
8260 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
8261 (ediff-toggle-ignore-case): New function.
8262 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
8263
8264 * ediff-help.el (ediff-long-help-message-narrow2)
8265 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
8266 (ediff-long-help-message-word-mode): Add ignore-case command.
8267 (ediff-help-for-quick-help): Add ignore-case command.
8268
8269 * ediff-merg.el: Move provide to the end.
8270
8271 * ediff-ptch.el: Move provide to the end.
8272
8273 * ediff-wind.el: Move provide to the end.
8274
8275 * ediff-mult.el: Move provide to the end.
8276 (ediff-set-meta-overlay): Enable follow-link.
8277
8278 * ediff.el: Move provide to the end.
8279 Break recursive load cycle in eval-when-compile.
8280 (ediff-patch-buffer): Better heuristics.
8281
8282 * ediff-util.el: Move provide to the end.
8283 Break recursive load cycle in eval-when-compile.
8284 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
8285 defuns.
8286 (ediff-submit-report): Pass the values of ediff-diff3-program,
8287 ediff-diff3-options.
8288
8289 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
8292 the opening bracket of the following bracketing pairs: {}, [], (), <>,
8293 `' (for example, in the docstring of `windmove-default-keybindings').
8294
8295 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8296
8297 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
8298 shadow face. Don't provide binding to edit variable when it is
8299 out of scope.
8300
8301 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8302 (gdb-var-update-handler): Detect out of scope variables with pre
8303 GDB 6.4 too.
8304 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
8305 Reset status of variable objects to nil in update handlers.
8306 (gdb-var-update-handler-1): Detect when a variable object comes
8307 in scope. setcar on var changes gdb-var-list directly.
8308
8309 2006-02-17 Juri Linkov <juri@jurta.org>
8310
8311 * ffap.el (ffap) <defface>: Add explicit face declaration.
8312 (ffap-highlight): Use face `ffap' directly instead of checking
8313 for its existence.
8314
8315 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
8316 `visible-ok' of `other-buffer' to find the right original buffer.
8317
8318 * info.el (Info-search): Skip `Local Variables' node.
8319
8320 2006-02-17 Juri Linkov <juri@jurta.org>
8321
8322 * info.el (Info-find-file): Check for symbols `apropos', `history',
8323 `toc' in the input filename, and return these symbols as is.
8324 (Info-find-node-2): Set Info-current-file to symbols `apropos',
8325 `history', `toc' instead of strings.
8326 (Info-set-mode-line): For non-string Info-current-file use the
8327 symbol's name inside **.
8328 (Info-isearch-push-state): Add quote before Info-current-file and
8329 Info-current-node.
8330 (Info-isearch-pop-state): Use `equal' instead of `string='.
8331 (Info-extract-pointer, Info-following-node-name): Use
8332 `match-string-no-properties' instead of `match-string'.
8333 (Info-up): Check `old-file' for `stringp'.
8334 (Info-history): Use `equal' instead of `string-equal'.
8335 Check `file' for `stringp'.
8336 (Info-history): Use symbol `history' instead of string as first arg
8337 of `Info-find-node'.
8338 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
8339 `toc' instead of string.
8340 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
8341 instead of `buffer-substring', and `match-string-no-properties'
8342 instead of `match-string'.
8343 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
8344 instead of strings.
8345 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
8346 Use symbol `apropos' instead of string.
8347 (Info-copy-current-node-name): Check `Info-current-file' for
8348 `stringp' and construct a command with `Info-find-node' from it.
8349 (Info-fontify-node): Use `match-string-no-properties' instead of
8350 `match-string' and check file names for `stringp'.
8351 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
8352 `history', `toc' instead of strings.
8353
8354 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
8355
8356 * files.el: Rearrange functions and variables in the file local
8357 variables section.
8358
8359 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
8360
8361 * files.el: Add truncate-lines, ispell-check-comments and
8362 ispell-local-dictionary as safe local variables.
8363
8364 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
8365
8366 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
8367 out of scope variables.
8368 (gud-speedbar-buttons): Use unless.
8369
8370 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
8371 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
8372 (gdb-show-changed-values): Also use for out of scope variables.
8373 (gdb-var-update-handler-1): Note if variable goes out of scope.
8374
8375 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
8376
8377 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
8378 default to global variable values for unsupplied args.
8379 (rcirc-get-buffer-create): Fix bug with setting the target.
8380 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
8381 test for rcirc-always-use-server-buffer-flag here.
8382 (rcirc-response-formats): Add %N, which is a facified nick. %n
8383 uses the default face. Change the ACTION format string. If the
8384 "nick" is the server, don't print anything for that field.
8385 Comment fixes.
8386 (rcirc-target-buffer): Don't test
8387 rcirc-always-use-server-buffer-flag here.
8388 (rcirc-print): Squeeze extra spaces out of the text before message.
8389 (rcirc-put-nick-channel): Strip potential "@" char from nick
8390 before adding them to nick table.
8391 (rcirc-url-regexp): Improve to match address like "foo.com".
8392
8393 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8394
8395 * allout.el (allout-hidden-p): Move this defsubst before
8396 allout-overlay-interior-modification-handler, where it is first
8397 used.
8398
8399 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
8400
8401 * allout.el: Use allout invisible-text overlays instead of
8402 selective display for concealed text. Also, lots of general
8403 cleanup, and improved compatibility code.
8404
8405 (allout-version) Incremented, corrected, revised, and refined
8406 module commentary.
8407
8408 (provide 'allout): Moved to the bottom, added a require of overlay.
8409
8410 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
8411 `except-current'.
8412 (allout-write-file-hook-handler): Minimize delay.
8413 (count-trailing-whitespace-region): New function so
8414 auto-encryption of current topic can resituate cursor exactly.
8415 PGP/GPG encryption trims trailing whitespace from lines, which
8416 must be accounted for across encryption then decryption.
8417
8418 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
8419 just plain "\C-c", to avoid intruding on user's keybinding space.
8420
8421 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
8422 parameter, so user request to provide a new password is done.
8423
8424 (allout-outside-normal-auto-fill-function, allout-auto-fill):
8425 Refined mechanism for auto-filling behavior while in allout mode.
8426
8427 (allout-mode): Explicitly specify the mode map in the docstring.
8428 Clarify provision for various write-file hook var names.
8429 Adjusted for invisible-text overlays instead of selective-display.
8430
8431 (allout-depth): Really return 0 if not within any topic. This
8432 rectifies `allout-beginning-of-level' and sequence numbering
8433 errors that occur when cutting and pasting numbered topics.
8434 Changed from a in-line subst to a regular function, as well.
8435
8436 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
8437
8438 (allout-end-of-subtree, allout-end-of-subtree)
8439 (allout-end-of-entry, allout-end-of-current-heading)
8440 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
8441 (allout-show-children, allout-show-to-offshoot)
8442 (allout-hide-current-entry, allout-show-current-entry): Rectified
8443 handling of trailing blank lines between items.
8444
8445 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
8446 (allout-current-depth, allout-unprotected, allout-hidden-p)
8447 (allout-on-current-heading-p, allout-listify-exposed)
8448 (allout-chart-subtree, allout-goto-prefix)
8449 (allout-back-to-current-heading, allout-get-body-text)
8450 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
8451 (allout-hide-region-body, allout-toggle-subtree-encryption)
8452 (allout-encrypt-string, allout-encrypted-key-info)
8453 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
8454 (allout-file-vars-section-data): Adjusted for use with
8455 invisible-text overlays instead of selective-display.
8456
8457 (allout-kill-line, allout-kill-topic, allout-yank-processing):
8458 Reworked for use with invisible text overlays.
8459
8460 (allout-current-topic-collapsed-p): New function.
8461
8462 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
8463 to know when to close the containing topic.
8464
8465 (allout-pre-command-business, allout-post-command-business):
8466 Simplify undo-batching and dynamic isearch exposure.
8467
8468 (allout-set-overlay-category): New for invisible-text overlays.
8469 Sets properties of allout-overlay-category, used by
8470 allout-flag-region to set invisible-text overlay properties.
8471 (allout-get-invisibility-overlay): Get the first qualifying
8472 invisibility overlay, so we can find the extent of it.
8473 (allout-back-to-visible-text): Get to just before the beginnining
8474 of the current invisibility overlay, if any.
8475
8476 (allout-overlay-insert-in-front-handler)
8477 (allout-overlay-interior-modification-handler)
8478 (allout-before-change-handler, allout-isearch-end-handler): New
8479 functions to handle extraordinary actions affecting concealed
8480 text.
8481
8482 (allout-flag-region): Use overlays instead of selective-display
8483 for invisible text - by inheritence from the properties of
8484 allout-overlay-category in mainline Emacs, and applied
8485 property-by-property in XEmacs, some recent versions of which
8486 don't inherit the properties from the category. Provisions to
8487 respond to concealed-text edits simplified drastically.
8488
8489 (allout-isearch-rectification, allout-isearch-was-font-lock)
8490 (allout-isearch-expose, allout-enwrap-isearch)
8491 (allout-isearch-abort, allout-pre-was-isearching)
8492 (allout-isearch-prior-pos, allout-isearch-did-quit)
8493 (allout-isearch-dynamic-expose)
8494 (allout-hide-current-entry-completely): Functions deleted.
8495
8496 (allout-undo-aggregation): Explicit undo aggregation no longer
8497 necessary due to transition away from selective-display.
8498
8499 (set-allout-regexp, allout-up-current-level)
8500 (allout-next-visible-heading, allout-forward-current-level)
8501 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
8502 (allout-kill-line, allout-yank-processing, allout-show-children)
8503 (allout-expose-topic, allout-old-expose-topic)
8504 (allout-listify-exposed, allout-insert-latex-header)
8505 (allout-toggle-subtree-encryption, allout-encrypt-string)
8506 (remove-from-invisibility-spec, allout-hide-current-subtree):
8507 Ditched unused variables.
8508
8509 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
8510
8511 * textmodes/ispell.el (ispell-change-dictionary): Call
8512 ispell-buffer-local-dict instead of
8513 ispell-accept-buffer-local-defs.
8514 (ispell-local-dictionary-alist): Accept as valid any coding-system
8515 supported by Emacs.
8516 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
8517 changed to iso-8859-3.
8518
8519 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * speedbar.el (speedbar-frame-width): Make an inline function
8522 instead of a macro. Use frame-width.
8523 (speedbar-try-completion, speedbar-update-contents)
8524 (speedbar-timer-fn): Use consp.
8525 (speedbar-update-localized-contents): Try to preserve point.
8526
8527 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
8528 (menu): Re-order menu items.
8529 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
8530 field.
8531 (gdb-var-update-handler-1): Use it for GDB 6.4+.
8532 (gdb-post-prompt): Speed things by not forcing update.
8533
8534 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
8535
8536 * wid-edit.el (widget-button-click): For mouse-1, cancel button
8537 press and perform default action if we get a mouse movement event.
8538
8539 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
8540
8541 * calendar/icalendar.el (icalendar--get-event-property)
8542 (icalendar--get-event-property-attributes): Fix typos in
8543 docstrings.
8544
8545 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
8546 docstring.
8547
8548 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
8549
8550 * bs.el (bs-mode): Use `buffer-disable-undo'.
8551 (bs--get-file-name): Simplify.
8552 (bs-show-in-buffer): Mark the buffer as not modified.
8553
8554 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
8557 widget-button-click.
8558
8559 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
8560 (custom-mode): Update docstring.
8561
8562 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
8563 binding.
8564
8565 * files.el (hack-local-variables-confirm): Allow scrolling if the
8566 file variable list is too long. Kill temp buffer after use.
8567
8568 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
8569
8570 * progmodes/gud.el (gdb): Improve doc string.
8571 (gdb-script-font-lock-keywords): Expand allowed character set.
8572
8573 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
8574 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
8575 (gdb-separate-io-interrupt, gdb-separate-io-quit)
8576 (gdb-separate-io-stop, gdb-separate-io-eof):
8577 Rename from gdb-inferior-* to gdb-separate-*.
8578 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
8579
8580 2006-02-14 Jay Belanger <belanger@truman.edu>
8581
8582 * calc/calc-arith.el (math-check-known-scalarp): Make sure
8583 expression is a symbol before checking that it is bound.
8584
8585 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
8586 test to see if equation can be solved.
8587
8588 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * wid-edit.el (widget-button-click): Use :pressed-face property
8591 for overlay face, if it exists.
8592
8593 * cus-edit.el (custom-manual, custom-add-see-also)
8594 (custom-add-parent-links, custom-group-link): Add :pressed-face
8595 property to links.
8596
8597 * files.el (hack-local-variables): Remove ignored variables before
8598 checking if any variables need setting.
8599
8600 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8601
8602 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
8603
8604 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * help.el (where-is): Fix message for remapped commands.
8607
8608 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
8609 Fix typos in docstrings.
8610
8611 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8612
8613 * files.el (safe-local-variable-values): New option.
8614 (hack-local-variables-prop-line): Return a list of variable-value
8615 pairs if MODE-ONLY is non-nil.
8616 (hack-local-variables): Construct list of variable-value pairs,
8617 and apply or reject them in one go. Ask for confirmation if
8618 variables are not known safe.
8619 (hack-local-variables-confirm): Complete rewrite. Support
8620 `safe-local-variable-values'.
8621 (enable-local-variables): Update docstring to reflect new
8622 behavior.
8623 (ignored-local-variables): Ignore ignored-local-variables and
8624 safe-local-variable-values.
8625 (safe-local-variable-p): New function.
8626 (risky-local-variable-p): `safe-local-variable' property check
8627 moved to safe-local-variable-p.
8628 (hack-one-local-variable): Checks moved to hack-local-variables.
8629
8630 (byte-compile-dynamic, c-basic-offset, c-file-style)
8631 (c-indent-level, comment-column, fill-column, fill-prefix)
8632 (indent-tabs-mode, kept-new-versions, no-byte-compile)
8633 (no-update-autoloads, outline-regexp, page-delimiter)
8634 (paragraph-start, paragraph-separate, sentence-end)
8635 (sentence-end-double-space tab-width, version-control):
8636 Add `safe-local-variable' property.
8637
8638 * find-lisp.el: Delete nonexistent `autocompile' file variable.
8639
8640 * icomplete.el, play/landmark.el: Change nonexistent
8641 `outline-layout' file variable to `allout-layout'.
8642
8643 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
8644
8645 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
8646 (gdb-get-changed-registers): Test value of gud-minor-mode relative
8647 to gud-comint-buffer.
8648 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
8649 gdb-ui.el for gdb-mi.el.
8650 (gdb-post-prompt, gdb-get-changed-registers): Move test for
8651 registers buffer to gdb-get-changed-registers.
8652 (gdb-breakpoint-regexp): New regexp. Allow toggling and
8653 deletion of catchpoints (throw and catch).
8654 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8655 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
8656 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
8657 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
8658 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
8659
8660 2006-02-13 Jay Belanger <belanger@truman.edu>
8661
8662 * calc/calc-arith.el (math-check-known-matrixp): Make sure
8663 expression is a symbol before checking that it is bound.
8664
8665 2006-02-13 Richard M. Stallman <rms@gnu.org>
8666
8667 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
8668 for the minibuffer too, but not if resize-mini-windows will interfere.
8669
8670 * help.el (describe-key-briefly, describe-key): Do all arg-reading
8671 inside `interactive' spec.
8672 (describe-key-briefly-internal, describe-key-internal):
8673 Functions merged back into their callers.
8674
8675 2006-02-13 Martin Rudalics <rudalics@gmx.at>
8676
8677 * info.el (info-xref-visited): Inherit from info-xref too.
8678 (Info-set-mode-line): Replace occurrences of `%' by `%%'
8679 when propertizing Info-current-file and Info-current-node.
8680
8681 2006-02-13 Juri Linkov <juri@jurta.org>
8682
8683 * tumme.el (tumme-thumbnail-storage): Fix docstring.
8684 (tumme-thumb-name): Fix per-directory format.
8685
8686 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
8687
8688 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
8689
8690 2006-02-12 Miles Bader <miles@gnu.org>
8691
8692 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
8693
8694 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
8695
8696 * tumme.el: Remove history section. If someone needs the it, it
8697 can always be found in CVS.
8698
8699 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8700
8701 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
8702 about the Thumbnail Managing Standard option.
8703
8704 2006-02-12 Richard M. Stallman <rms@gnu.org>
8705
8706 * subr.el (substitute-key-definition): Doc fix.
8707
8708 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
8709
8710 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
8711
8712 * info.el (Info-mode): Doc fix.
8713
8714 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
8715
8716 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
8717
8718 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
8719 because on Solaris a POSIX compatible "id" is needed. Reported by
8720 Magnus Henoch <mange@freemail.hu>.
8721
8722 2006-02-12 Juri Linkov <juri@jurta.org>
8723
8724 * tumme.el: Remove todo item about Thumbnail Managing Standard.
8725 (tumme) <defgroup>: Change :group to `multimedia'.
8726 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
8727 Managing Standard.
8728 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
8729 Fix dostring.
8730 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
8731 and %y. Fix docstring.
8732 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
8733 (tumme-cmd-create-standard-thumbnail-command): New user options.
8734 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
8735 is `standard'. Fix docstring.
8736 (tumme-thumb-width, tumme-thumb-height): New user options.
8737 (tumme-external-viewer): Try to find various viewers.
8738 (tumme-get-thumbnail-image): Use `create-image' instead of
8739 constructing the `image' structure.
8740 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
8741 `standard'.
8742 (tumme-thumb-name): Add file name generation for standard storage.
8743 Simplify code for other storages.
8744 (tumme-thumb-name): Use width %w and height %h instead of size %s.
8745 Add modification time %m and thumbnail-nq8 %q.
8746 Use `tumme-cmd-create-standard-thumbnail-command' if
8747 tumme-thumbnail-storage is `standard'.
8748 (tumme-dired-insert-marked-thumbs): New autoload command.
8749 (tumme-dired-after-readin-hook): New function.
8750 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
8751 `tumme-thumb-size'.
8752 (tumme-display-image): Replace size-x %x and size-y %y with
8753 width %w and height %h.
8754
8755 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
8756 `tumme-dired-insert-marked-thumbs'.
8757
8758 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8759
8760 * tumme.el (tumme-write-tag): Fix small bug (file name did not
8761 include path).
8762 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
8763 matching tag.
8764
8765 2006-02-12 Miles Bader <miles@gnu.org>
8766
8767 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
8768 New variables.
8769 (rcirc-abbrev-nick): New function.
8770 (rcirc-format-response-string): Rewrite to use the formats in
8771 `rcirc-response-formats' and expand escape sequences therein.
8772 A text-property `rcirc-text' is added over the actual response
8773 text to make easy to find inside the returned string.
8774 (rcirc-print): When filling, just look for the `rcirc-text'
8775 text-property to find the appropriate fill prefix, instead of
8776 using hardwired patterns.
8777
8778 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8779
8780 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
8781 Managing Standard.
8782
8783 2006-02-11 Kim F. Storm <storm@cua.dk>
8784
8785 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
8786 Don't use insert-buffer; do insert-buffer-substring directly.
8787 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
8788
8789 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8790
8791 * files.el (revert-buffer, recover-file): Replace buffer-read-only
8792 with inhibit-read-only. Suggested by Stefan Monnier.
8793 (revert-buffer): Let insert-file-contents discard
8794 buffer-undo-list. Simplify code.
8795 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
8796
8797 2006-02-11 Eli Zaretskii <eliz@gnu.org>
8798
8799 * menu-bar.el (menu-bar-select-yank): Add a doc string.
8800
8801 * help.el (describe-key-briefly): Now a wrapper for
8802 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8803 to t. Populate yank-menu if empty.
8804 (describe-key-briefly-internal): Renamed from describe-key-briefly.
8805 (describe-key): Now a wrapper for describe-key-internal. Bind
8806 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
8807 (describe-key-internal): Renamed from describe-key.
8808
8809 2006-02-11 Milan Zamazal <pdm@zamazal.org>
8810
8811 * progmodes/glasses.el (glasses-separator): Doc fix.
8812 (glasses-original-separator): New defcustom.
8813 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
8814
8815 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8816
8817 * mwheel.el (mouse-wheel-up-event): Doc fix.
8818
8819 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8820
8821 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
8822 (tumme-dir): New function. Copied from thumbs.el.
8823
8824 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
8825
8826 * desktop.el (desktop-outvar): Fix typo.
8827 (desktop-save-buffer-p): Doc fix.
8828
8829 * subr.el (substitute-key-definition): Fix typo.
8830
8831 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8832
8833 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
8834 when window-system is mac.
8835
8836 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
8837
8838 2006-02-10 Kim F. Storm <storm@cua.dk>
8839
8840 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
8841 indirect-function instead of using condition-case.
8842
8843 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
8844
8845 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
8846 less `colloquial'...
8847
8848 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
8849
8850 * tumme.el: Add a couple of todo items.
8851
8852 2006-02-09 Lars Hansen <larsh@soem.dk>
8853
8854 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
8855 (highlight-changes-mode): Don't change desktop-locals-to-save.
8856
8857 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * image-mode.el (image-toggle-display): Clear image cache if using
8860 filename.
8861
8862 2006-02-09 Masatake YAMATO <jet@gyve.org>
8863
8864 * dired-x.el (dired-guess-shell-alist-default): Add .man as
8865 a `dired-man' target.
8866
8867 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
8868 boundary of symbols.
8869
8870 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
8871
8872 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
8873
8874 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
8875
8876 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
8877 `mapcar'; return nil.
8878
8879 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
8880
8881 * mouse.el (mouse-drag-track): Don't change window if we rebind to
8882 some other event.
8883
8884 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
8885
8886 * net/rcirc.el (rcirc-startup-channels-alist):
8887 Add irc.freenode.net and #emacs as defaults.
8888 (rcirc-ignore-all-activity-flag): Remove variable.
8889 (rcirc-authinfo): New variable.
8890 (rcirc-authinfo-filename): Remove variable.
8891 (rcirc-always-use-server-buffer-flag): New flag.
8892 (rcirc): M-x rcirc will automatically connect without prompting.
8893 C-u M-x rcirc will prompt. Use rcirc-connect to create a
8894 connection in lisp.
8895 (rcirc-process-server-response-1): Remove everything but the nick
8896 portion of the sender so it doesn't need to be done everywhere
8897 else. Update related code.
8898 (global-map): Remove global keybindings.
8899 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
8900 (rcirc-send-input): Split into several functions.
8901 (rcirc-process-input-line, rcirc-process-message)
8902 (rcirc-process-command): New functions.
8903 (rcirc-target-buffer): New function to determine where to route
8904 messages.
8905 (rcirc-user-nick): Save match data.
8906 (rcirc-toggle-ignore-buffer-activity)
8907 (rcirc-update-activity-string): Remove global ignore functionality,
8908 which can be done now by toggling rcirc-track-minor-mode.
8909 (rcirc-track-minor-mode-map): New keymap.
8910 (rcirc-track-minor-mode): New minor-mode.
8911 (ignore): Make the ignore output nicer. Always print it when
8912 adding or removing nicks.
8913 (rcirc-url-regexp): Improve.
8914 (rcirc-mangle-text): Remove properties before using text in the
8915 modeline.
8916 (rcirc-authenticate): Authentication data comes from
8917 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
8918 (rcirc-server-prefix): Inherit from rcirc-server.
8919
8920 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
8921
8922 * Makefile.in (compile): Append "|| true" to the end of the `find'
8923 command, like compile-always does.
8924
8925 2006-02-08 Sam Steingold <sds@gnu.org>
8926
8927 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
8928 output from a dead connection.
8929
8930 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8931
8932 * dired.el (dired-mode-map): Add more bindings for tumme.
8933
8934 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * wdired.el (wdired-mode-map): Use remap.
8937 (wdired-get-filename): Massage.
8938 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
8939 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
8940 `keymap' property rather than `local-map'.
8941
8942 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8943
8944 * tumme.el (tumme-get-thumbnail-image): New utility function.
8945 Suggested by from Chong Yidong.
8946 (tumme-dired-with-window-configuration): Rename from
8947 `tumme-dired'. Add code to save window configuration.
8948 (tumme-restore-window-configuration): New command to restore the
8949 window configuration that `tumme-dired-with-window-configuration'
8950 saves before it changes the window configuration.
8951 (tumme-show-all-from-dir): New command to display thumbnails for
8952 all files in a directory entered by the user, like M-x thumbs.
8953 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
8954 have been created.
8955 (tumme-display-thumbnail-original-image): Call `display-buffer'.
8956 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
8957 Remove obsolete test function.
8958
8959 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
8960
8961 * vc.el (small-temporary-file-directory): Remove defvar; there's
8962 a defcustom for it in files.el.
8963
8964 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
8965 Fix typo in message.
8966 (tumme-gallery-generate): Fix typo in `error' message.
8967 (tumme-display-window-height-correction)
8968 (tumme-display-window-width-correction, tumme-line-up-dynamic)
8969 (tumme-line-up-interactive): Dox fixes.
8970 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
8971 (tumme-restore-window-configuration, tumme-format-properties-string)
8972 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
8973 Fix typos in docstrings.
8974
8975 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
8976
8977 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
8978
8979 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
8980
8981 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
8982 User should use hook if desired.
8983
8984 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
8985 buffer if necessary.
8986 (gdb-delete-frame-or-window): New function.
8987 (gdb-breakpoints-mode-map): Bind "q" to it.
8988
8989 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * textmodes/nroff-mode.el: Clean up name space.
8992 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
8993 (nroff-mode): Obey the global setting of nroff-electric-mode.
8994 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
8995
8996 * calendar/calendar.el (calendar-increment-month): Typo in last change.
8997
8998 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
8999
9000 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
9001
9002 2006-02-06 Lars Hansen <larsh@soem.dk>
9003
9004 * generic-x.el (etc-fstab-generic-mode): Add file system types
9005 cifs and usbdevfs. Allow special chars in file names.
9006
9007 2006-02-05 Jay Belanger <belanger@truman.edu>
9008
9009 Update copyright notices of the files in lisp/calc.
9010
9011 2006-02-05 Romain Francoise <romain@orebokech.com>
9012
9013 Update copyright notices of all files in the lisp/play directory.
9014
9015 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
9016
9017 * ldefs-boot.el: Regenerate.
9018
9019 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
9020
9021 2006-02-05 Kim F. Storm <storm@cua.dk>
9022
9023 * files.el (magic-mode-regexp-match-limit): New defvar.
9024 (set-auto-mode): Use it to limit magic-mode-alist matching.
9025
9026 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
9027
9028 * simple.el (display-message-or-buffer): Compare the number of
9029 characters to the frame width when determining whether a 1-line
9030 message string will fit in the echo area. Count screen lines
9031 instead of buffer lines when determining whether a multi-line
9032 message will fit in the echo area/minibuffer window.
9033
9034 2006-02-04 Eli Zaretskii <eliz@gnu.org>
9035
9036 * info.el (Info-index, Info-mode): Improve the description of the
9037 `i' command.
9038
9039 * ldefs-boot.el: Regenerate.
9040
9041 2006-02-03 Werner Lemberg <wl@gnu.org>
9042
9043 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
9044 greedy to find the closing bracket in \*[...] and similar
9045 expressions. This is a first rough fix -- many additional
9046 refinements are necessary to make nroff mode really usable with groff.
9047
9048 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
9049
9050 * international/mule-cmds.el (set-locale-environment):
9051 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
9052 libX11.
9053
9054 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
9055
9056 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
9057 archive are created in archive-tmpdir.
9058
9059 2006-02-02 John Paul Wallington <jpw@pobox.com>
9060
9061 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
9062 (ibuffer-fontification-alist): Use it.
9063 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
9064 to "* z" and the Ibuffer Mark menu.
9065
9066 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
9067
9068 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * textmodes/table.el (*table--cell-describe-mode)
9071 (*table--cell-describe-bindings): Undo last change since
9072 print-help-return-message is not obsoleted by anything at all.
9073
9074 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * emulation/cua-base.el (cua-mode): Doc fix.
9077
9078 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
9079
9080 * dframe.el (dframe-handle-make-frame-visible)
9081 (dframe-handle-iconify-frame, dframe-get-focus)
9082 (dframe-select-attached-frame, dframe-power-click)
9083 (dframe-frame-mode): Fix typos in docstrings.
9084
9085 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
9086 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
9087 Fix typos in docstrings.
9088
9089 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
9090 (hi-lock-face-buffer, hi-lock-font-lock-hook)
9091 (hi-lock-archaic-interface-message-used)
9092 (hi-lock-file-patterns-range): Fix typos in docstrings.
9093
9094 * savehist.el (savehist-loaded, savehist-load, savehist-install)
9095 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
9096
9097 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
9098 Fix typo in docstring.
9099
9100 * net/newsticker.el (newsticker--decode-iso8601-date)
9101 (newsticker--set-customvar, newsticker--buffer-insert-item)
9102 (newsticker--do-run-auto-mark-filter)
9103 (newsticker--parse-generic-feed): Doc fixes.
9104 (newsticker--retrieval-timer-list, newsticker-url-list)
9105 (newsticker-hide-immortal-items-in-echo-area)
9106 (newsticker-hide-obsolete-items-in-echo-area)
9107 (newsticker-new-item-face, newsticker--enclosure)
9108 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
9109 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
9110 (newsticker--parse-generic-feed, newsticker--cache-contains)
9111 (newsticker--stat-num-items, newsticker-download-enclosures):
9112 Fix typos in docstrings.
9113
9114 * net/rcirc.el (rcirc-debug): Doc fix.
9115 (rcirc-fill-column, rcirc-receive-message-hooks)
9116 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
9117 (rcirc-mode, rcirc-generate-new-buffer-name)
9118 (rcirc-startup-channels, rcirc-ignore-update-automatic)
9119 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
9120 Fix typos in docstrings.
9121 (rcirc-print): "?\ " -> "?\s".
9122 (rcirc-cmd-join): Improve argument/docstring consistency.
9123
9124 2006-02-01 Mark A. Hershberger <mah@everybody.org>
9125
9126 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
9127 before narrow-to-region.
9128
9129 2006-02-01 Richard M. Stallman <rms@gnu.org>
9130
9131 * simple.el (move-beginning-of-line): Scan properly for invis change.
9132
9133 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
9134
9135 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
9136
9137 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
9138 change bit only when id-format is 'integer. Reported by Matt
9139 Hodges <M.P.Hodges@rl.ac.uk>.
9140
9141 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
9142
9143 * hilit-chg.el (highlight-changes-initial-state)
9144 (highlight-changes-global-initial-state): Doc fixes.
9145 (highlight-changes-global-modes, global-highlight-changes):
9146 Fix typos in docstrings.
9147
9148 2006-02-01 Kim F. Storm <storm@cua.dk>
9149
9150 * emulation/cua-base.el (cua-mode): Mention that CUA enables
9151 transient-mark-mode in doc string.
9152
9153 2006-01-31 Richard M. Stallman <rms@gnu.org>
9154
9155 * replace.el (multi-occur): Doc fix.
9156 (multi-occur-in-matching-buffers): Rename from
9157 multi-occur-by-filename-regexp. Prefix arg says match
9158 buffer names instead of file names.
9159
9160 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
9161
9162 * bs.el: Allow non-default values of `bs-header-lines-length'.
9163 (bs--running-in-xemacs): Remove (not needed anymore).
9164 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
9165 instead of `shrink-window', thus avoiding having to compute the
9166 height of the window.
9167 (bs--up): Wrap around even when there's no header.
9168 (bs--down): Use `forward-line' instead of `next-line'.
9169
9170 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
9171
9172 * image-mode.el (image-toggle-display): Use file name if possible,
9173 instead of unnecessarily allocating a (possibly huge) lisp string.
9174
9175 2006-01-30 John Paul Wallington <jpw@pobox.com>
9176
9177 * subr.el (toplevel): Define `cl-assertion-failed' condition here
9178 because the `assert' macro signals it at runtime.
9179
9180 * emacs-lisp/cl.el (toplevel): Remove definition of
9181 `cl-assertion-failed' condition.
9182
9183 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
9184
9185 * thumbs.el (thumbs-marked-list): Make buffer-local and
9186 permanent-local.
9187 (thumbs-insert-thumb): Make help-echo non-sticky.
9188 (thumbs-file-alist): Use eolp as check for (non)-image.
9189
9190 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9191
9192 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
9193 (ediff-before-session-group-setup-hooks)
9194 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
9195 Fix typos in docstrings.
9196
9197 * window.el (bw-dir, bw-eqdir, balance-windows)
9198 (split-window-keep-point): Fix typos in docstrings.
9199
9200 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
9201 (org-quote-string, org-calendar-to-agenda-key)
9202 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
9203 (org-show-following-heading, org-tags-column)
9204 (org-use-tag-inheritance, org, org-allow-space-in-links)
9205 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9206 (org-enable-table-editor, org-calc-default-modes)
9207 (org-table-allow-automatic-line-recalculation)
9208 (org-export-html-style, org-export-with-fixed-width)
9209 (org-export-with-sub-superscripts, org-special-keyword)
9210 (org-formula, org-time-grid, org-table-may-need-update)
9211 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
9212 (org-goto-quit, org-get-indentation, org-end-of-item)
9213 (org-move-item-down, org-move-item-up)
9214 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
9215 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
9216 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
9217 (org-agenda-log-mode, org-agenda-toggle-diary)
9218 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
9219 (org-agenda-file-to-end, org-agenda-no-heading-message)
9220 (org-agenda-get-closed, org-format-agenda-item)
9221 (org-cmp-priority, org-cmp-category, org-cmp-time)
9222 (org-agenda-change-all-lines, org-agenda-diary-entry)
9223 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
9224 (org-link-search, org-camel-to-words, org-open-file)
9225 (org-remember-handler, org-table-convert-region)
9226 (org-table-move-row-down, org-table-move-row-up)
9227 (org-table-copy-region, org-table-wrap-region)
9228 (org-table-toggle-vline-visibility)
9229 (org-table-get-vertical-vector, org-table-modify-formulas)
9230 (org-table-get-specials, org-recalc-commands)
9231 (org-table-rotate-recalc-marks, org-table-eval-formula)
9232 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
9233 (org-level-color-stars-only, org-insert-heading):
9234 Fix typos in docstrings.
9235 (last-arg): Add defvar.
9236
9237 * makefile.w32-in (WINS): Add erc.
9238 (MH_E_SRC): Update (copied from lisp/Makefile.in).
9239
9240 2006-01-29 Bill Wohler <wohler@newt.com>
9241
9242 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
9243 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
9244 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
9245 (mh-autoloads): Don't use comments on otherwise empty lines.
9246
9247 2006-01-29 Edward O'Connor <ted@oconnor.cx>
9248
9249 * emulation/viper.el (viper-major-mode-modifier-list): Add
9250 insert-state and vi-state entries for erc-mode.
9251 (viper-go-away, viper-set-hooks): Add and remove
9252 viper-comint-mode-hook from erc-mode-hook as appropriate.
9253
9254 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
9255
9256 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
9257
9258 * bs.el (bs--format-aux): Implement `middle' alignment as
9259 described in the docstring for `bs-attributes-list'.
9260 (bs--get-name): Simplify. Don't pad the buffer name.
9261
9262 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
9263
9264 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
9265 English aspell dictionary is installed, use the first entry of
9266 ispell-dictionary-alist-1.
9267
9268 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
9269
9270 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9271 Doc fix.
9272
9273 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
9274
9275 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9276 for `process-file', in order to let it work for older Emacsen too.
9277
9278 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9279
9280 * international/latexenc.el: Add a suitable `coding:' tag.
9281 (latexenc-find-file-coding-system): Undo last change.
9282
9283 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9284
9285 * international/latexenc.el (latexenc-find-file-coding-system):
9286 Make sure latexenc-main-file is a regular file and is readable.
9287
9288 2006-01-27 Andre Spiegel <spiegel@gnu.org>
9289
9290 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
9291 Pass FILE to vc-user-login-name.
9292
9293 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
9294
9295 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
9296
9297 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
9298 there are no more images to display.
9299 (thumbs-mark, thumbs-unmark): Revert change so that they move to
9300 the next image.
9301
9302 2006-01-26 Richard M. Stallman <rms@gnu.org>
9303
9304 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
9305
9306 * wid-edit.el (advertised-widget-backward): New alias.
9307 (widget-keymap): Use advertised-widget-backward for S-TAB.
9308
9309 * tumme.el: Correct the keywords.
9310 (tumme-dir-max-size): Use defvar.
9311 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
9312
9313 * simple.el (move-beginning-of-line): Take account of fields.
9314 (clone-indirect-buffer-other-window): Take args like
9315 clone-indirect-buffer, and work like it.
9316
9317 * help-fns.el (describe-function): Don't pass `nil' as default.
9318
9319 * files.el (risky-local-variable-p): Follow var aliases.
9320
9321 * subr.el (lazy-completion-table): Doc fix.
9322
9323 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
9324 global binding of `line'.
9325
9326 2006-01-25 Andre Spiegel <spiegel@gnu.org>
9327
9328 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
9329 Tramp.
9330
9331 * vc.el (vc-default-dired-state-info): Pass FILE to
9332 vc-user-login-name.
9333 (vc-default-update-changelog): Don't use vc-user-login-name, we
9334 don't need it here.
9335
9336 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
9337 no longer necessary.
9338
9339 2006-01-25 Kenichi Handa <handa@m17n.org>
9340
9341 * international/mule.el (decode-char): Avoid the overhead of
9342 calling utf-lookup-subst-table-for-decode if
9343 utf-translate-cjk-mode is nil.
9344 (encode-char): Avoid the overhead of calling
9345 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
9346 nil.
9347
9348 2006-01-22 Kenichi Handa <handa@m17n.org>
9349
9350 * international/mule.el (make-subsidiary-coding-system): Reset
9351 `coding-system-define-form' property of subsidiaries to nil.
9352 Avoid duplicated entry in coding-system-alist.
9353 (make-coding-system): Avoid duplicated entry in
9354 coding-system-alist.
9355 (define-coding-system-alias): Likewise.
9356
9357 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
9358
9359 * completion.el: Minor fixes in introductory comment.
9360 (completion-def-wrapper): Fix alist.
9361
9362 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
9363
9364 * thumbs.el (thumbs-new-image-size): New function.
9365 (thumbs-increment-image-size-element)
9366 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
9367 (thumbs-decrement-image-size): Delete.
9368 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
9369 temp files and use to resize.
9370 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
9371 Use increment argument to enlarge/shrink. Preserve point.
9372 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
9373 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
9374 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
9375 (thumbs-mark, thumbs-unmark): Preserve point.
9376 (thumbs-modify-image): Keep old temp files and use to modify.
9377 Cleanup old temp files at load time. Preserve point.
9378 (thumbs-view-image-mode-map): Use new command names.
9379
9380 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * log-view.el (log-view-minor-wrap): First rev is the one at point.
9383
9384 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
9385 the nastiest part of the cyclic dependency.
9386 (cal-menu-update): Use dotimes and calendar-increment-month.
9387
9388 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
9389 (calendar-week-start-day): Add an :initializer.
9390 (calendar-mode-map): Use suppress-keymap, and command remapping.
9391 (describe-calendar-mode): Setup xref-stack info for the back button.
9392 (calendar-star-date): Insert before delete.
9393 (calendar-set-mode-line): Add file-modified info if applicable.
9394 (calendar-increment-month): New function.
9395
9396 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
9397
9398 * font-lock.el (lisp-font-lock-keywords-2):
9399 Recognize "& keywords" only at word boundaries.
9400
9401 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
9402
9403 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
9404 and permanent-local.
9405 (thumbs-max-image-number): New variable.
9406 (thumbs-do-thumbs-insertion): Use them.
9407 (thumbs-per-line): Change default to 4.
9408 (thumbs-marked-list): Rename from thumbs-markedL.
9409 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
9410 (thumbs-rename-images): Use -list instead of L for internal variables.
9411 (thumbs-call-convert): Use call-process instead of shell-command.
9412 (thumbs-insert-thumb): Add filename as help-echo to each image.
9413 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
9414 Give dir to thumbs-show-thumbs-list.
9415 (thumbs-show-thumbs-list): Set default-directory to that of images.
9416 (thumbs-dired-show): Rename from thumbs-dired-show-all.
9417 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
9418 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
9419 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
9420
9421 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * ses.el (ses-read-cell): Provide a default value.
9424
9425 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
9426
9427 * term/w32-win.el (image-library-alist): Add additional names for
9428 GIF library.
9429
9430 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9431
9432 * international/latexenc.el (latexenc-find-file-coding-system):
9433 Add file-regular-p check.
9434
9435 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * simple.el (clone-buffer): Don't show the new buffer in the same
9438 window.
9439
9440 2006-01-23 Juri Linkov <juri@jurta.org>
9441
9442 * faces.el (link, link-visited): New faces based on default values
9443 of `info-xref' and `info-xref-visited'.
9444
9445 * info.el (info-xref): Inherit from `link'.
9446 (info-xref-visited): Inherit from `link-visited'.
9447
9448 * cus-edit.el (custom-buffer-create-internal): Use widget type
9449 `custom-manual' instead of `info-link' and don't set properties
9450 `button-face' and `mouse-face' explicitly.
9451 (custom-browse-group-tag, custom-browse-variable-tag)
9452 (custom-browse-face-tag): Inherit from widget class
9453 `custom-group-link' instead of `push-button'.
9454 (custom-button-unraised): Inherit from `underline' face.
9455 (custom-link): Inherit from `link' face. Fix doc and group.
9456 (custom-add-parent-links, custom-group-value-create): Don't set
9457 properties `button-face' and `mouse-face' explicitly for
9458 `custom-group-link' widget.
9459 (custom-group-link): Add properties `button-face' and `mouse-face'
9460 to widget definition.
9461 (custom-field-keymap): New variable. Put `custom-field-keymap' to
9462 editable-field's :keymap property.
9463 (custom-mode): Fix docstring: substitute keybindings for
9464 `widget-forward' and `widget-backward' from `widget-keymap',
9465 `widget-complete' from `custom-field-keymap', replace old
9466 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
9467
9468 * desktop.el (desktop-load-file): Check for `fboundp' before
9469 calling `symbol-function'.
9470
9471 * simple.el (clone-buffer, clone-indirect-buffer)
9472 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
9473 `read-string'. Fix prompts.
9474
9475 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
9476
9477 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
9478
9479 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
9480
9481 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
9482
9483 * startup.el (inhibit-splash-screen, initial-scratch-message):
9484 Doc fixes.
9485
9486 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9487
9488 Sync with Tramp 2.0.52.
9489
9490 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
9491 net/tramp-vc.el: Add code for unloading Tramp. See comment before
9492 `tramp-unload-tramp' for checklist.
9493
9494 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
9495 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
9496 (tramp-unload-file-name-handler-alist)
9497 (tramp-unload-tramp): New defuns.
9498 (tramp-advice-PC-expand-many-files): New defadvice.
9499 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
9500 removed.
9501 (tramp-handle-expand-file-name): Remove double slash.
9502 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
9503 It doesn't matter, because it will be converted later on.
9504 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
9505 implementation was just heuristic.
9506 (tramp-post-connection): Set uid and gid properties.
9507 (tramp-convert-file-attributes): Set file's gid change bit.
9508 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
9509 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
9510 in case of su(do)? methods. The home directory of the local user
9511 will be taken else.
9512 (tramp-open-connection-telnet)
9513 (tramp-open-connection-rsh, tramp-open-connection-su)
9514 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
9515 local shell prompt could hurt. Reported by Romain Francoise
9516 <romain@orebokech.com>.
9517 (tramp-let-maybe): Add `edebug-form-spec' property.
9518 (tramp-handle-expand-file-name): Bind `default-directory' locally
9519 to "/" in order to avoid problems with UNC shares or Cygwin
9520 mounts.
9521 (tramp-md5-function): Fix typo in error message.
9522
9523 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
9524
9525 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
9526 for byte-compiler pacification.
9527
9528 2006-01-22 Andre Spiegel <spiegel@gnu.org>
9529
9530 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
9531 ID-FORMAT `string'. This allows us to get rid of
9532 `vc-user-login-name UID'.
9533
9534 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
9535
9536 2006-01-22 John Paul Wallington <jpw@pobox.com>
9537
9538 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
9539
9540 2006-01-21 Martin Rudalics <rudalics@gmx.at>
9541
9542 * emacs-lisp/find-func.el (find-definition-noselect)
9543 (find-variable-noselect): Search variables in C source code too.
9544 (find-function-C-source, find-function-noselect, find-function)
9545 (find-function-other-frame, find-variable-noselect, find-variable)
9546 (find-variable-other-frame, find-variable-at-point):
9547 Fix docstrings.
9548
9549 2006-01-21 Francesco Potorti` <pot@gnu.org>
9550
9551 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
9552
9553 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
9554
9555 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
9556 Default to disabling the "Save affix" question.
9557
9558 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
9559
9560 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
9561 the first arg to run-python.
9562
9563 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9564
9565 * startup.el (command-line-1): Handle --no-desktop if desktop.el
9566 is not loaded.
9567
9568 2006-01-20 Jay Belanger <belanger@truman.edu>
9569
9570 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
9571 limit is 0.
9572
9573 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
9574 the correct variable.
9575
9576 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
9577
9578 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
9579 link. Fixed buggy argument sequence in call to `org-view-tags'.
9580 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9581 (org-prefix-has-tag): New variable.
9582 (org-format-agenda-item): Remove tags from headline if
9583 appropriate.
9584 (org-agenda-remove-tags-when-in-prefix): New option.
9585 (org-get-tags-at): New function.
9586
9587 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
9588
9589 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
9590 (thumbs-find-image): Move image name and number from buffer name
9591 to mode name. Set thumbs-buffer. Preserve point so that large
9592 images remain visible.
9593 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
9594 order.
9595 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
9596 mode name.
9597 (thumbs-next-image, thumbs-previous-image): Make them work.
9598
9599 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
9600
9601 * cus-edit.el (custom-buffer-create-internal): State in the text above
9602 the whole buffer buttons that they do not operate on hidden items.
9603 (custom-face-menu): Use `custom-face-save' instead of
9604 `custom-face-save-command'.
9605 (custom-face-save-command): Make it an alias for `custom-face-save'
9606 and declare it obsolete.
9607 (custom-face-save): Doc fix.
9608
9609 * dired.el (dired-no-confirm): Add quote.
9610 (dired-subdir-alist-pre-R): Add quote in
9611 `make-variable-buffer-local' form and remove unbalanced parenthesis.
9612
9613 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * textmodes/table.el (table-mode-indicator): Typo in last change.
9616
9617 2006-01-19 Richard M. Stallman <rms@gnu.org>
9618
9619 * outline.el (hide-leaves): Don't call outline-end-of-heading.
9620 Fixes bug reported in Nov 2005.
9621
9622 * isearch.el (isearch-forward): Doc fix.
9623
9624 * dired.el (dired-move-to-filename-regexp): Define as alias.
9625 (dired-no-confirm): Use defcustom.
9626 (dired-subdir-alist-pre-R): Put defvar at top level.
9627
9628 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
9629
9630 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9631 Mark as risky.
9632
9633 * simple.el (set-mark-command): Doc fix.
9634 (clone-indirect-buffer-other-window):
9635 Read arg like clone-indirect-buffer.
9636 (move-beginning-of-line): Skip invisible newlines.
9637
9638 2006-01-19 Masatake YAMATO <jet@gyve.org>
9639
9640 * progmodes/cpp.el (cpp-edit-load): Make the order of
9641 listed conditions in a base C code buffer and its associate
9642 CPP Edit buffer the same.
9643
9644 2006-01-19 Kenichi Handa <handa@m17n.org>
9645
9646 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
9647 (rmail-mime-feature): Likewise.
9648 (rmail-require-mime-maybe): Use display-warning to show a warning
9649 message.
9650
9651 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
9652 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
9653
9654 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * array.el: Move defvars out of eval-when-compile.
9657 (array-make-template): Replace undeclared global var with a local one.
9658 (array-mode): Inline initialization functions.
9659 (array-init-local-variables, array-init-max-row)
9660 (array-init-max-column, array-init-columns-per-line)
9661 (array-init-field-width, array-init-rows-numbered)
9662 (array-init-line-length, array-init-lines-per-row): Remove.
9663
9664 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
9665 (doc-mode-map): Define explicitly.
9666 (doctor-txtype): Use mapc.
9667
9668 * textmodes/table.el: Move defvars out of eval-when-compile.
9669 Remove harmful code meant to avoid byte-compiler warnings.
9670 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
9671 specification that checks table-fixed-width-mode directly.
9672 (table-recognize-region, table-recognize-cell):
9673 Use restore-buffer-modified-p.
9674 (table-fixed-width-mode): Remove code that refreshes
9675 table-fixed-mode-indicator.
9676 (*table--cell-describe-bindings, *table--cell-describe-mode):
9677 Avoid obsolete name print-help-return-message.
9678 (table--test-cell-list): Don't use replace-regexp from elisp.
9679 (table--point-entered-cell-function, table--point-left-cell-function):
9680 Don't set table-fixed-mode-indicator, use force-mode-line-update.
9681
9682 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
9683 that was after the end of file. Use buffer-file-name variable.
9684 (org-timestamp-change): Use with-current-buffer.
9685 (org-todo-list): Don't unnecessarily define a new buffer-local var.
9686 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
9687 `file'.
9688
9689 * progmodes/fortran.el: Move defvars out of eval-when-compile.
9690 (fortran-break-line): Remove unused var `opoint'.
9691 (fortran-abbrev-start): Obey help-event-list.
9692
9693 2006-01-18 Jesper Harder <harder@phys.au.dk>
9694
9695 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
9696
9697 2006-01-18 Masatake YAMATO <jet@gyve.org>
9698
9699 * progmodes/make-mode.el (makefile-imake-mode): New mode
9700 derived from makefile-mode.
9701 (makefile-imake-mode-syntax-table): New syntax table
9702 derived from makefile-mode-syntax-table.
9703 (makefile-mode): Write about makefile-imake-mode in doc string.
9704 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
9705 (makefile-imake-font-lock-keywords): New font lock keywords.
9706
9707 * files.el (auto-mode-alist): Add Imakefile.
9708
9709 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
9710
9711 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
9712 loading the file rather than when turning on flyspell-mode.
9713
9714 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
9715
9716 * cus-edit.el (customize-rogue): Minor doc fix.
9717
9718 2006-01-17 Juri Linkov <juri@jurta.org>
9719
9720 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
9721 instead of the file at the mark as default if the file at the mark
9722 is the same as the file at point or if dired-dwim-target-directory
9723 is not the same as the current directory and the mark is not active.
9724
9725 * log-view.el (log-view-minor-wrap): Use the same logic to get
9726 revisions as `log-view-diff'.
9727
9728 * info.el (Info-revert-find-node): Check for Info-current-file
9729 before preserving new-history.
9730
9731 * man.el (Man-heading-regexp): Add `/'.
9732
9733 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
9734 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
9735
9736 2006-01-16 Juri Linkov <juri@jurta.org>
9737
9738 * faces.el (mode-line-faces): New defgroup.
9739 (mode-line-highlight): Move definition after new defgroup.
9740 (mode-line, mode-line-inactive, mode-line-highlight):
9741 Replace :group `modeline' with `mode-line-faces'.
9742 (mode-line-buffer-id): New face.
9743 (modeline-buffer-id): New face alias.
9744 (vertical-border): Remove :group `modeline'.
9745
9746 * bindings.el (propertized-buffer-identification): Use face
9747 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
9748 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
9749 (mode-line-buffer-identification-keymap): For mouse-1 replace
9750 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
9751 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
9752 mouse-3.
9753
9754 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
9755 Buffer-menu-buffer. Doc fix.
9756 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
9757 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
9758 `Buffer-menu-buffer'.
9759
9760 * info.el (Info-mode-line-node-keymap): New defvar.
9761 (Info-set-mode-line): Use `stringp' to check Info-current-file.
9762 Propertize Info-current-node with `mode-line-buffer-id' and
9763 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
9764
9765 * time.el (display-time-mail-face): Replace :group `faces' with
9766 `mode-line-faces'.
9767
9768 2006-01-16 Kenichi Handa <handa@m17n.org>
9769
9770 * international/code-pages.el: Add autoload cookies for cp125[0345678].
9771
9772 * language/european.el (cp1252): New alias for windows-1252.
9773
9774 * international/mule.el (autoload-coding-system): Prepare for EOL
9775 variants.
9776
9777 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
9778
9779 * term.el (term-raw-map): Add mapping for insert.
9780 (term-send-insert): New.
9781 (term-mode): Make variables local here instead of doing it in
9782 `term-emulate-terminal'.
9783 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
9784 Scroll reverse needs to take into account the scroll region.
9785 Saving and restoring the cursor should save the color attributes too.
9786 (term-reset-terminal): Reset the scroll region.
9787 (term-handle-ansi-escape): Cursor up and down should take into
9788 account the scroll region.
9789 (term-set-scroll-region): Rename from `term-scroll-region'.
9790 Move to 0,0 after setting the region.
9791 (term-handle-scroll): Handle scroll up.
9792 (term-down): Fix off by one error.
9793 (term-delete-lines): Do not delete outside the scroll region.
9794 (term-insert-lines): Take into account the scroll region.
9795
9796 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * textmodes/ispell.el (ispell-internal-change-dictionary)
9799 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
9800 (start, end): Move declaration outside of eval-when-compile.
9801
9802 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
9803 (flyspell-mode-on): Use it.
9804
9805 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
9806 ispell-kill-ispell-hook.
9807
9808 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
9809
9810 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9811 (Custom-reset-saved): Do not ask for confirmation in single option
9812 buffers.
9813
9814 2006-01-13 Richard M. Stallman <rms@gnu.org>
9815
9816 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
9817
9818 2006-01-13 Romain Francoise <romain@orebokech.com>
9819
9820 * add-log.el (add-change-log-entry, change-log-merge):
9821 Conditionally use `hard-newline'.
9822
9823 2006-01-13 Martin Rudalics <rudalics@gmx.at>
9824
9825 * wid-edit.el (widget-field-end): If the overlay is no longer
9826 associated with a buffer, behave as if the overlay didn't exist.
9827
9828 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
9829 Make sure the links use the `custom-link' face.
9830
9831 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
9834 (ld-script-mode): Don't set indent-line-function since we don't
9835 have one.
9836
9837 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9838
9839 * textmodes/org.el (org-open-file): Use mailcap for selecting an
9840 application.
9841 (org-file-apps-defaults-gnu): Use mailcap as the default for
9842 selecting an application on a UNIX system.
9843 (org-agenda-show-tags): New command.
9844 (org-table-insert-hline): Keep cursor in current table line.
9845 (org-table-convert): Offset effect of modifying
9846 `org-table-insert-hline'.
9847 (org-format-agenda-item): New optional argument TAG.
9848 (org-compile-prefix-format): Handle %T format for the tag.
9849 (org-expand-wide-chars): New function.
9850 (org-table-insert-row, org-table-insert-hline):
9851 Use `org-expand-wide-chars'.
9852 (org-open-file): Fix bug in program launch.
9853 (org-get-time-of-day): Fix bug with times before 1am.
9854 (org-agenda-menu): Add tags commands.
9855
9856 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
9857
9858 * textmodes/ispell.el (ispell-init-process): Include the used
9859 dictionary in ispell process start message.
9860 (ispell-internal-change-dictionary): When flyspell-mode is active
9861 and dictionary is changed, make sure ispell process is restarted
9862 and flyspell word cache cleared out for the current buffer.
9863 (ispell-change-dictionary): Make sure flyspell word cache is
9864 cleared out in all buffers with active flyspell mode when
9865 dictionary is globally changed.
9866 Call ispell-internal-change-dictionary after dictionary change.
9867
9868 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9869
9870 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9871
9872 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
9873 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
9874 years. Fix small differences wrt Makefile.in.
9875 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
9876 Makefile.in does.
9877
9878 2006-01-12 Bill Wohler <wohler@newt.com>
9879
9880 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
9881 mh-search.el.
9882
9883 2006-01-12 Masatake YAMATO <jet@gyve.org>
9884
9885 * progmodes/ld-script.el: Update copyright year.
9886
9887 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
9888
9889 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
9890 Don't add widget if setting undefined.
9891
9892 2006-01-12 John Paul Wallington <jpw@pobox.com>
9893
9894 * help-fns.el (describe-variable): Remove newlines from void
9895 variable output.
9896
9897 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
9898
9899 * wdired.el (wdired-mode-map): Add help echo for
9900 wdired-abort-changes.
9901
9902 * man.el (Man-file-name-regexp): Adjust for a list of files.
9903
9904 2006-01-12 Masatake YAMATO <jet@gyve.org>
9905
9906 * progmodes/ld-script.el (auto-mode-alist): Support
9907 suffix conventions used in netbsd and eCos.
9908
9909 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
9910
9911 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
9912 (custom-variable-menu, custom-face-menu, custom-group-menu)
9913 (Custom-mode-menu): Change names of menu items. (As discussed on
9914 emacs-devel.)
9915 (custom-face-menu): Add "Undo Edits" item.
9916
9917 * startup.el (init-file-user): defcustom -> defvar.
9918
9919 * tooltip.el (tooltip-mode): Doc fix.
9920
9921 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * reveal.el (reveal-post-command): window-buffer signals an error on
9924 dead windows rather than returning nil.
9925 (reveal-open-new-overlays): An overlay might die while we open others.
9926
9927 2006-01-11 Bill Wohler <wohler@newt.com>
9928
9929 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
9930 phrasing in docstring.
9931
9932 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
9933 can give some systems gas. Add new file mh-buffers.el.
9934
9935 2006-01-06 Masatake YAMATO <jet@gyve.org>
9936
9937 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
9938 C preprocessor forward ported from GNU Emacs 21.2.
9939
9940 * progmodes/asm-mode.el (asm-font-lock-keywords):
9941 Use `cpp-font-lock-keywords'.
9942
9943 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
9944
9945 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
9946 of $ for "\\.ld[s]?".
9947
9948 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
9951 (tcl-indent-line): Return `noindent' if inside a string.
9952
9953 * progmodes/flymake.el (flymake-split-string): Remove more than one
9954 empty string at beg/end of the result.
9955 (flymake-find-buildfile, flymake-find-possible-master-files):
9956 Use expand-file-name.
9957 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
9958 since expand-file-name does it for us. Use directory-file-name.
9959 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
9960 (flymake-ler-get-type, flymake-ler-get-text)
9961 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
9962 (flymake-current-line-no): Remove spurious interactive spec.
9963 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
9964 (flymake-check-include): Remove arg inc-path merged into inc-name.
9965 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
9966 Arg regexp-list replaced by a simple regexp.
9967 (flymake-master-make-header-init, flymake-master-tex-init):
9968 Correspondingly replace regexp-list with a regexp. Fix regexp.
9969
9970 2006-01-10 Simon Josefsson <jas@extundo.com>
9971
9972 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
9973 describing AUTH PLAIN fix.
9974
9975 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9976
9977 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
9978 (report-emacs-bug): Don't record initial prompt text.
9979 Instead, add text properties to prompting text.
9980 (report-emacs-bug-hook): Delete prompting text.
9981
9982 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
9985 `dirs'. Adjust callers.
9986
9987 2006-01-09 John Paul Wallington <jpw@gnu.org>
9988
9989 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
9990
9991 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * reveal.el (reveal-open-new-overlays): New extracted fun.
9994 (reveal-close-old-overlays): Idem. Check overlays's liveness before
9995 using them. Simplify the code.
9996 (reveal-post-command): Use them. Fix up obsolete windows in
9997 reveal-open-spots.
9998
9999 * progmodes/flymake.el: Use `require' rather than autoload for
10000 XEmacs's overlays.
10001 (flymake-get-common-file-prefix, flymake-build-relative-filename):
10002 Delete. Use file-relative-name instead.
10003 (flymake-get-syntax-check-program-args, flymake-perl-init):
10004 Simplify the resulting code.
10005
10006 * log-view.el (log-view-file-re, log-view-message-re): Add support
10007 for DaRCS output.
10008
10009 2006-01-09 Alex Schroeder <alex@gnu.org>
10010
10011 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
10012 identifiers sometimes added in square brackets at the beginning of
10013 subject lines.
10014
10015 2006-01-07 Richard M. Stallman <rms@gnu.org>
10016
10017 * cus-edit.el (Custom-set, Custom-save): Doc fix.
10018 (Custom-reset-current, Custom-reset-saved): Change question text.
10019 (Custom-reset-standard): Likewise.
10020 (custom-variable-reset-saved): Doc fix.
10021
10022 2006-01-07 Eli Zaretskii <eliz@gnu.org>
10023
10024 * startup.el (init-file-user): Doc fix.
10025
10026 2006-01-07 Alex Schroeder <alex@gnu.org>
10027
10028 * mail/rmail.el (rmail-current-subject): New function.
10029 (rmail-current-subject-regexp): New function.
10030 (rmail-next-same-subject): Use it.
10031
10032 * mail/rmailsum.el (rmail-summary-by-topic):
10033 Use rmail-current-subject and rmail-current-subject-regexp.
10034 (rmail-summary-next-same-subject): Ditto.
10035
10036 * net/rcirc.el (rcirc-send-input): No longer check whether the
10037 process is open, since not all commands need an open process.
10038 (rcirc-send-string): Check whether the process is open before
10039 sending anything.
10040 (rcirc-ignore-list): New option.
10041 (rcirc-ignore-list-automatic): New variable.
10042 (rcirc-print): Take rcirc-ignore-list into account.
10043 (rcirc-cmd-ignore): New command.
10044 (rcirc-ignore-update-automatic): New function.
10045 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
10046 list if ignored nicks.
10047 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
10048
10049 2006-01-06 David Reitter <david.reitter@gmail.com>
10050
10051 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
10052 reflect the address to which the report will be sent.
10053
10054 2006-01-06 Eli Zaretskii <eliz@gnu.org>
10055
10056 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
10057 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
10058
10059 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
10060
10061 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
10062
10063 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
10064 the doc string: "functoin" => "function".
10065 * ldefs-boot.el: Likewise.
10066
10067 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
10068 message text: "Duplicat" => "Duplicate".
10069
10070 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
10071
10072 * files.el (basic-save-buffer-2): If backing-up failed, reset
10073 buffer-backed-up to nil.
10074
10075 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * progmodes/gud.el (gdb-script-skip-to-head)
10078 (gdb-script-calculate-indentation): Indent for breakpoint command
10079 lists also.
10080
10081 2006-01-05 Bill Wohler <wohler@newt.com>
10082
10083 * Makefile.in (compile-always): Add mh-autoloads dependency.
10084 (bootstrap): Remove mh-autoloads dependency, as compile dependency
10085 provides it.
10086 (updates): Remove mh-autoloads dependency, since it probably has
10087 already run recently (via recompile).
10088
10089 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
10092 argument `force' to disable the flyspell-last-buffer optimization.
10093 (flyspell-mode-on): Use it.
10094
10095 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
10096 flymake-simple-cleanup.
10097 (flymake-allowed-file-name-masks): Use this new default.
10098 All the functions are now called in the right buffer rather than
10099 passing the buffer as argument.
10100 (flymake-process-sentinel): Switch to buffer before calling cleanup.
10101 (flymake-parse-err-lines): Remove redundant buffer arg.
10102 (flymake-get-program-dir): Comment out unused function.
10103 (flymake-start-syntax-check, flymake-start-syntax-check-process):
10104 Remove redundant buffer argument.
10105 (flymake-get-real-file-name, flymake-simple-java-cleanup)
10106 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
10107
10108 2006-01-05 Richard M. Stallman <rms@gnu.org>
10109
10110 * info.el (Info-find-node): Don't record previous node if have none.
10111 (info): Go to directory only if history is empty.
10112
10113 * simple.el (mark): Doc fix.
10114
10115 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10116
10117 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
10118 already of desired type.
10119 (mac-ae-list): Coerce parameter to "list" type.
10120 (mac-dispatch-apple-event): Replace cadr part of event with a
10121 dummy position so that event-start returns it.
10122
10123 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
10124
10125 * textmodes/org.el (org-end-of-subtree): New function.
10126 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
10127 Use `org-end-of-subtree'.
10128 (org-agenda, org-agenda-convert-date): Protect calls to
10129 `fit-window-to-buffer'.
10130 (org-tags-view): Force matching of sublevels when doing a
10131 todo-only search. Define the correct redo command, including the
10132 arguments.
10133 (org-agenda-redo): Display message.
10134 (org-check-for-org-mode): New function.
10135 (org-agenda-type): New variable.
10136 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10137 Set `org-agenda-type'.
10138 (org-agenda-check-type): New function.
10139 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
10140 (org-agenda-week-view, org-agenda-day-view)
10141 (org-agenda-next-date-line, org-agenda-previous-date-line)
10142 (org-agenda-log-mode, org-agenda-toggle-diary)
10143 (org-agenda-toggle-time-grid, org-agenda-date-later)
10144 (org-agenda-date-prompt, org-agenda-diary-entry)
10145 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
10146 (org-agenda-convert-date, org-agenda-menu):
10147 Use `org-agenda-check-type'.
10148 (org-make-overlay, org-delete-overlay)
10149 (org-detatch-overlay, org-move-overlay, org-overlay-put):
10150 New compatibility functions.
10151 (org-calendar-select-mouse): New command.
10152
10153 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
10156 (Custom-reset-standard): Fix y-or-n-p messages.
10157 (custom-link): New face for links.
10158 (custom-buffer-create-internal, custom-manual): Use it.
10159 (custom-face-save): Push to theme-face before setting face spec.
10160
10161 * wid-edit.el (widget-default-mouse-face-get): New function.
10162 (widget-specify-button): Handle mouse-face like button-face.
10163
10164 * custom.el (load-theme): Clear old theme settings if reloading.
10165
10166 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
10167
10168 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
10169 "Erase Customization" button back to same position it occupies in
10170 the individual State menus.
10171
10172 2006-01-04 Kim F. Storm <storm@cua.dk>
10173
10174 * wid-edit.el (key-sequence): Rework widget to read key binding
10175 using `kbd' syntax. Use C-q to insert literal key, event, or code.
10176 (widget-key-sequence-default-value): Default value for empty sequence.
10177 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
10178 (widget-key-sequence-read-event): New command for C-q.
10179 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
10180 (widget-key-sequence-value-to-external): New functions.
10181
10182 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
10185 Use expand-file-name.
10186 (flymake-delete-temp-directory): Use expand-file-name,
10187 file-name-directory, and directory-file-name.
10188 (flymake-strrchr): Delete.
10189 (flymake-start-syntax-check): Don't pass the redundant buffer argument
10190 to the init-f function.
10191 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
10192 (flymake-init-find-buildfile-dir)
10193 (flymake-init-create-temp-source-and-master-buffer-copy)
10194 (flymake-simple-make-init-impl, flymake-simple-make-init)
10195 (flymake-master-make-init, flymake-master-make-header-init)
10196 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
10197 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
10198 (flymake-xml-init): Remove corresponding redundant buffer argument.
10199 (flymake-allowed-file-name-masks): Remove last elems that are equal to
10200 the default anyway. Clean up regexps.
10201
10202 * progmodes/flymake.el (flymake-temp-source-file-name)
10203 (flymake-master-file-name, flymake-temp-master-file-name)
10204 (flymake-base-dir): New buffer-local vars.
10205 (flymake-buffer-data, flymake-get-buffer-value)
10206 (flymake-set-buffer-value): Replace those hash-tables by the new
10207 buffer-local vars. Update callers.
10208
10209 * progmodes/flymake.el (flymake-check-start-time)
10210 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
10211 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
10212 Move definition, so we can remove redundant earlier declaration.
10213 (flymake-replace-regexp-in-string, flymake-split-string)
10214 (flymake-get-temp-dir): Use defalias.
10215 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
10216 (flymake-xemacs-window-edges): Remove unused function.
10217 (flymake-get-point-pixel-pos): Move.
10218 (flymake-pid-to-names, flymake-reg-names)
10219 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
10220 Replace by a simple list flymake-processes and by process-buffer.
10221 Update callers. Other than simplify the code, it uses buffers rather
10222 than buffer-names so it doesn't get confused by uniquify.
10223 (flymake-buffer-data): The global value should just be nil.
10224
10225 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
10226 Optimize the body of a defalias like any other code.
10227
10228 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
10229 Make sure we've setup font-lock's vars. It may influence which
10230 function we then call.
10231 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
10232 here since it's too late anyway.
10233
10234 2006-01-03 Romain Francoise <romain@orebokech.com>
10235
10236 * startup.el (fancy-splash-tail, normal-splash-screen):
10237 Update copyright year.
10238
10239 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
10240
10241 * mouse.el (mouse-drag-track): Rename, from
10242 `mouse-drag-region-1'. Includes optional argument required to
10243 enable post-drag event processing (e.g. delete region keys).
10244 Can be used without this argument to track a mouse region and operate
10245 on it as soon as the drag completes.
10246 (mouse-drag-region): Use `mouse-drag-track'.
10247
10248 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
10251 Move to `custom-buffer' group.
10252
10253 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
10254 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
10255 (custom-theme-insert-face-marker, custom-theme-variable-menu)
10256 (custom-theme-face-menu): New variables.
10257 (custom-theme-add-variable, custom-theme-variable-action)
10258 (custom-variable-reset-theme, custom-theme-delete-variable)
10259 (custom-face-reset-theme, custom-theme-face-action)
10260 (custom-theme-delete-face, custom-theme-merge-theme)
10261 (custom-theme-add-face, custom-theme-visit-theme): New functions.
10262
10263 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
10264
10265 * custom.el: Move Custom Themes commentary to start of theme code.
10266 (custom-known-themes): Rename `standard' theme to `changed'.
10267 (custom-push-theme): Caller no longer specifies what theme to use
10268 when doing `reset'---the setting is simply removed from the theme.
10269 Delete MODE from `theme-value' and `theme-settings' properties.
10270 (custom-declare-theme): Ignore &rest args since we don't use them.
10271
10272 (custom-loaded-themes): Delete variable.
10273 (custom-theme-load-themes, custom-theme-loaded-p)
10274 (custom-theme-value): Delete functions.
10275
10276 (custom-declare-theme): Signal error on invalid theme names.
10277 (provide-theme): custom-loaded-themes was deleted.
10278 (load-theme): Load the file unconditionally.
10279 (enable-theme): Call `load-theme' if theme is undefined.
10280 (custom-enabled-themes): Only update value for successful loads.
10281 (disable-theme): Complete from enabled themes when interactive.
10282 (custom-variable-theme-value): Calculate theme value directly.
10283
10284 (custom-theme-reset-variables, custom-reset-variables): Mark as
10285 XEmacs compatibility functions. We don't actually use these.
10286
10287 * cus-edit.el (custom-variable-state-set):
10288 Use custom-variable-theme-value instead of custom-theme-value.
10289 (custom-face-state-set): Rename `standard' theme to `changed'.
10290 (custom-save-variables, custom-save-faces): Delete unneeded
10291 references to custom-reset-variables.
10292 (custom-save-resets): Delete function.
10293 (custom-save-variables, custom-save-faces): MODE argument deleted.
10294 (custom-save-variables, custom-save-faces): Ignore theme values.
10295
10296 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
10297 compatibility function.
10298
10299 2006-01-01 Richard M. Stallman <rms@gnu.org>
10300
10301 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
10302 (Custom-reset-current, Custom-reset-saved): Likewise.
10303 (Custom-reset-standard): Show message if aborted.
10304 (custom-mode): Doc fix, describing those commands.
10305
10306 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
10307 put on event-kind property.
10308
10309 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
10310
10311 * custom.el (provide-theme): Ban `user' theme name.
10312 (custom-enabling-themes): New variable.
10313 (enable-theme): Don't enable user if custom-enabling-themes is t.
10314 (custom-enabled-themes): Make it a defcustom.
10315 (custom-theme-recalc-face): No-op if face is undefined.
10316
10317 * cus-edit.el (custom-button-mouse): New variable.
10318 (custom-button-mouse): New face.
10319 (custom-raised-buttons, custom-mode): Use it.
10320
10321 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
10322
10323 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10324
10325 * progmodes/gud.el (gud-display-line): Support hl-line in the
10326 source buffer.
10327
10328 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10329
10330 * mouse.el (mouse-drag-window-above): Verify that the found window
10331 overlaps with the given window in the horizontal dimension.
10332
10333 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10334
10335 * Makefile.in (cvs-update): New target.
10336
10337 * makefile.w32-in (cvs-update): Ditto.
10338
10339 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
10340
10341 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
10342 (custom-new-theme-mode-map): New variable.
10343
10344 2005-12-30 Richard M. Stallman <rms@gnu.org>
10345
10346 * custom.el (custom-load-themes): Function deleted.
10347
10348 * cus-edit.el (custom-save-loaded-themes): Function deleted.
10349 (custom-save-variables): Don't delete or add custom-load-themes call.
10350
10351 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * cus-start.el: Add `visible-cursor'.
10354
10355 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
10356 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
10357 (flymake-process-filter): Switch to buffer before calling it instead.
10358 (flymake-post-syntax-check, flymake-highlight-err-lines)
10359 (flymake-delete-own-overlays, flymake-parse-err-lines)
10360 (flymake-start-syntax-check, flymake-start-syntax-check-process)
10361 (flymake-count-lines, flymake-parse-residual):
10362 Remove constant buffer argument.
10363 (flymake-start-syntax-check-for-current-buffer): Remove.
10364 Update callers to use flymake-start-syntax-check instead.
10365 (flymake-display-err-menu-for-current-line):
10366 Remove unused var `mouse-pos'.
10367 (flymake-restore-formatting): Comment out unused function.
10368 (flymake-report-status, flymake-report-fatal-status): Remove buffer
10369 argument, use current-buffer instead. Update callers.
10370
10371 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10372
10373 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
10374 buffer-local because choose-completion-delete-max-match requires
10375 that we set completion-ignore-case (i.e., binding via let is not
10376 sufficient).
10377 (bibtex-complete): Always set completion-ignore-case and
10378 choose-completion-string-functions. The latter is needed because
10379 choose-completion-string-functions keeps its value if we quit the
10380 *Completions* buffer without requesting a completion.
10381
10382 2005-12-30 Andreas Schwab <schwab@suse.de>
10383
10384 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
10385
10386 2005-12-30 Eli Zaretskii <eliz@gnu.org>
10387
10388 * jit-lock.el (jit-lock-chunk-size): Doc fix.
10389
10390 2005-12-30 Juri Linkov <juri@jurta.org>
10391
10392 * locate.el (locate-fcodes-file, locate-header-face)
10393 * progmodes/delphi.el (delphi-other-face)
10394 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
10395
10396 * paren.el (show-paren-match, show-paren-mismatch): Use existing
10397 group `paren-showing-faces'.
10398
10399 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
10400 (goto-address): Fix docstring.
10401
10402 * net/webjump.el (webjump-sample-sites): Update URLs.
10403
10404 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
10405
10406 * subr.el (cancel-change-group): Add listp around pending-undo-list.
10407
10408 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * font-lock.el (font-lock-compile-keywords): Signal an error when
10411 font-lock-set-defaults hasn't been called.
10412
10413 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
10414
10415 * subr.el (noreturn, 1value): Doc fixes.
10416
10417 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10418
10419 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
10420 that assoc-string returns nil.
10421
10422 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10423
10424 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
10425 (bibtex-entry-type-str, bibtex-empty-field-re)
10426 (bibtex-search-backward-string, bibtex-preamble-prefix)
10427 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
10428 (bibtex-any-valid-entry-type): New variable.
10429 (bibtex-parse-field-name): Simplify.
10430 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
10431 (bibtex-preamble-prefix): Include left delimiter.
10432 (bibtex-search-forward-field, bibtex-search-backward-field):
10433 Allow unbounded search past entry boundaries (required by bibtex-pop).
10434 (bibtex-text-in-field-bounds): Use push.
10435 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
10436 (bibtex-parse-preamble, bibtex-valid-entry)
10437 (bibtex-beginning-first-field): New functions.
10438 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
10439 (bibtex-map-entries): Fix docstring.
10440 (bibtex-flash-head): New arg prompt. Simplify.
10441 (bibtex-enclosing-field): Include code of bibtex-inside-field.
10442 (bibtex-insert-kill): Simplify. Always insert text past the
10443 current field or entry.
10444 (bibtex-format-entry): Use bibtex-parse-field.
10445 (bibtex-pop): Use bibtex-beginning-of-entry and
10446 bibtex-end-of-entry to initiate the search. Insert empty field if
10447 we found ourselves.
10448 (bibtex-print-help-message): New args field and comma.
10449 Handle entry keys.
10450 (bibtex-make-field): Use bibtex-beginning-of-entry.
10451 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
10452 invalid entry.
10453 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
10454 Handle preambles. Simplify code for thorough test.
10455 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
10456 New arg comma. Handle entry heads.
10457 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
10458 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
10459 New arg comma.
10460 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
10461 (bibtex-fill-field): Simplify.
10462 (bibtex-fill-entry): Use bibtex-beginning-first-field and
10463 bibtex-parse-field.
10464 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
10465 (bibtex-complete): Use bibtex-parse-preamble.
10466
10467 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
10468
10469 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
10470 Display name of expression instead of convenience variable.
10471 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
10472
10473 * progmodes/gud.el (gud-tooltip-dereference): Rename from
10474 toggle-gud-tooltip-dereference.
10475 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
10476 (gud-tooltip-tips): ...here when dereferencing.
10477
10478 2005-12-28 Bill Wohler <wohler@newt.com>
10479
10480 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
10481
10482 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
10485 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
10486 (vc-annotate-display-autoscale): Adjust call.
10487 (vc-annotate-display-default): Adjust call. Make arg compulsory.
10488 Fix interactive spec.
10489 (vc-annotate-time-span): Remove.
10490 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
10491 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
10492 (vc-annotate-display-select): Use new name.
10493
10494 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
10495 (vc-annotate-mode-menu): Remove left-over redundant declaration.
10496 Correct the construction of span entries. Simplify.
10497 (vc-annotate-display-select): Fix the nil case.
10498 (vc-annotate): Remove obsolete (and now broken) code.
10499 (vc-annotate-extract-revision-at-line): Remove obsolete code.
10500 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
10501
10502 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
10503
10504 * subr.el (lazy-completion-table): Correct typo in docstring.
10505
10506 * startup.el (command-line): Use `custom-reevaluate-setting' for
10507 `send-mail-function'.
10508
10509 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
10510
10511 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
10512
10513 * mail/smtpmail.el (smtpmail-try-auth-methods):
10514 Send credentials together with "AUTH PLAIN" command.
10515
10516 2005-12-27 Richard M. Stallman <rms@gnu.org>
10517
10518 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
10519 mouse-2, go back to previously selected window, so it's selected
10520 when mouse-2 command runs.
10521
10522 2005-12-27 Juri Linkov <juri@jurta.org>
10523
10524 * descr-text.el (describe-text-sexp): Use square brackets for
10525 button [Show] to distinguish it from the property value `show'.
10526 (describe-property-list): Use `insert-text-button' with
10527 `help-face' type instead of putting face in quotes, because button
10528 is not created automatically for a list of faces.
10529 (describe-text-properties-1): Put button-type value in quotes to
10530 distinguish from plain text "button".
10531 (describe-char): Display code point values in hex. Don't use
10532 `symbol-name' for `current-input-method' because it is a string.
10533 Use `insert-text-button' with `help-face' type instead of putting
10534 hardcoded face in quotes, because button is not created automatically.
10535
10536 2005-12-27 Richard M. Stallman <rms@gnu.org>
10537
10538 * progmodes/glasses.el (glasses-face): More specific custom type.
10539
10540 * files.el (set-visited-file-name): Doc fix.
10541
10542 * textmodes/flyspell.el (flyspell-external-point-words):
10543 Use local var buffer-scan-pos to advance scan for next misspelling.
10544 Advance it only after we find the misspelling.
10545
10546 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
10547
10548 * textmodes/flyspell.el (flyspell-external-point-words):
10549 New criteria for finding the misspelling in the buffer.
10550
10551 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
10552
10553 * help-mode.el (help-insert-string): Set help-xref-stack-item
10554 rather than call help-setup-xref.
10555
10556 * descr-text.el (describe-char): Revert previous changes for
10557 optional buffer argument.
10558
10559 2005-12-27 Juri Linkov <juri@jurta.org>
10560
10561 * help-mode.el (help-insert-string): New function. Save buffer
10562 contents in cases where it is impossible to recompute the old contents.
10563
10564 * descr-text.el (describe-char): Set help-xref-stack-item
10565 explicitly after buffer has been generated.
10566
10567 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10568
10569 * cus-start.el (all): Add x-gtk-show-hidden-files.
10570
10571 2005-12-26 Richard M. Stallman <rms@gnu.org>
10572
10573 * replace.el (perform-replace): Calculate match-again
10574 before skipping read-only matches.
10575
10576 * paren.el (paren-showing-faces): New group.
10577 (show-paren-match, show-paren-mismatch): Move to that group.
10578
10579 * button.el (button): Put into group `basic-faces'.
10580
10581 * progmodes/make-mode.el: Remove faces from group `faces'.
10582
10583 * apropos.el (apropos, apropos-value): Doc fix.
10584 (apropos-documentation): Doc fix.
10585
10586 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * subr.el (lazy-completion-table): Remove argument `args'.
10589
10590 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10591 Don't use the `args' argument of lazy-completion-table.
10592
10593 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
10594
10595 * descr-text.el (describe-char): Add optional argument for buffer.
10596 Set buffer appropriately. Call help-setup-xref.
10597 Suggested by Stefan Monnier.
10598
10599 2005-12-26 Juri Linkov <juri@jurta.org>
10600
10601 * descr-text.el: Require `help-fns' at runtime. Don't require
10602 `button' for byte compilation.
10603 (describe-text-widget): Add `help-echo' for first button.
10604 Use `help-info' for second.
10605 (describe-property-list): Use `help-argument-name' instead of `italic'.
10606 (describe-text-category): Add prompt to interactive spec.
10607 Call `help-setup-xref'.
10608 (describe-char): Use `help-character-set'. Add `help-echo' for
10609 code point. Use `help-input-method'. Remove superfluous insert.
10610
10611 2005-12-25 Richard M. Stallman <rms@gnu.org>
10612
10613 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
10614 at point, in case of narrowing.
10615
10616 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
10617
10618 * locate.el (locate-header-face): Allow nil in type.
10619
10620 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
10621
10622 2005-12-25 Romain Francoise <romain@orebokech.com>
10623
10624 * battery.el (battery-linux-proc-acpi): Also try
10625 `/proc/acpi/thermal_zone/THM0/temperature'.
10626
10627 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
10628
10629 * custom.el (custom-push-theme): Fix docstring.
10630
10631 * cus-edit.el (custom-variable-set, custom-variable-save)
10632 (custom-variable-save): Custom-quote widget values.
10633 (customize-save-variable): Fix custom-push-theme call.
10634
10635 2005-12-24 Eli Zaretskii <eliz@gnu.org>
10636
10637 * w32-fns.el (w32-batch-update-autoloads): New function.
10638
10639 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
10640 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
10641 from the command line.
10642
10643 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
10644
10645 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
10646 reset means to remove setting from theme entirely. Don't keep
10647 expanding theme-settings list; delete old entries if necessary.
10648
10649 * cus-edit.el (custom-buffer-create-internal): Move "Erase
10650 customization" button one line up.
10651 (custom-themed): New face.
10652 (custom-magic-alist): New value, THEMED, for theme settings.
10653 (custom-variable-state-set, custom-face-state-set):
10654 Check theme-value instead of saved-value.
10655 (custom-variable-reset-standard, custom-face-reset-standard):
10656 Remove theme setting entirely. Recalculate new values.
10657 (custom-variable-set, custom-variable-set)
10658 (custom-variable-reset-saved, custom-variable-reset-backup)
10659 (custom-face-set, custom-face-reset-saved): Update `user' theme.
10660 (custom-variable-save): Fix typos.
10661
10662 2005-12-23 Juri Linkov <juri@jurta.org>
10663
10664 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
10665 Add autoload cookies.
10666 (edebug-outside-d-c-i-n-s-w): New variable.
10667 (edebug-display, edebug-outside-excursion): Use it to save the
10668 original value of default-cursor-in-non-selected-windows.
10669 Set default-cursor-in-non-selected-windows to t while Edebug
10670 is active.
10671 (edebug-mode, edebug-eval-mode): Doc fix.
10672
10673 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
10674 with `buffer-substring-no-properties' to remove common substring
10675 highlighting.
10676
10677 * info.el (info-other-window, info): Rename function argument
10678 `file' to `file-or-node'.
10679 (Info-complete-menu-item): Use local variable `complete-nodes' to
10680 keep the global value of `Info-complete-nodes' unchanged for
10681 subsequent completions.
10682 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
10683
10684 * simple.el (get-next-valid-buffer, last-buffer)
10685 (next-error-buffer-p, next-error-find-buffer)
10686 (minibuffer-history-sexp-flag): Doc fix.
10687
10688 * savehist.el (savehist-mode-hook): Add `:group'.
10689
10690 * log-view.el: Call autoload for vc-find-version.
10691 (log-view-current-file): Adjust subgroup numbers.
10692 (log-view-current-tag): Add `length'.
10693
10694 2005-12-23 Richard M. Stallman <rms@gnu.org>
10695
10696 * vc.el (vc-annotate-car-last-cons): Defn moved up.
10697
10698 2005-12-23 Juri Linkov <juri@jurta.org>
10699
10700 * hi-lock.el (hi-lock-archaic-interface-message-used)
10701 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
10702 (hi-lock-mode): Display "Hi" in the mode line only when
10703 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
10704 (hi-lock-write-interactive-patterns):
10705 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
10706 (hi-lock-set-pattern, hi-lock-set-file-patterns)
10707 (hi-lock-font-lock-hook): Set 3rd arg `how' of
10708 font-lock-add-keywords to t.
10709
10710 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
10711
10712 * hi-lock.el (hi-lock-highlight-range): New variable.
10713 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
10714 only if font-lock-fontified is non-nil. Remove overlays.
10715 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
10716 font-lock-fontified is non-nil, otherwise use overlays (instead of
10717 text properties).
10718 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
10719 New variables.
10720 (hi-lock-string-serialize) New function.
10721
10722 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10723
10724 * menu-bar.el (menu-find-file-existing): New function.
10725 (menu-bar-file-menu): Use menu-find-file-existing for Open.
10726
10727 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
10728
10729 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * vc.el: Remove unnecessary leading * in docstrings.
10732 (vc-annotate-mode-map): Move initialization into declaration.
10733 (vc-static-header-alist): Nitpick on the regexp.
10734 (vc-default-init-version): New fun.
10735 (vc-register): Use it.
10736 (vc-insert-headers): Use dolist.
10737 (vc-annotate-get-backend): Remove unused function.
10738 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
10739 (vc-annotate-mode): Remove corresponding call.
10740 (vc-annotate-car-last-cons): Simplify.
10741 (vc-annotate-buffers): Remove var.
10742 (vc-annotate-backend): Make it buffer-local.
10743 (vc-annotate): Move the interaction to the interactive spec.
10744 Add a `buf' argument.
10745 (vc-annotate-warp-version): Use this new `buf' argument to avoid
10746 killing&creating a vc-annotate buffer, which is very disruptive when
10747 the buffers are shown in dedicated frames.
10748
10749 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
10750
10751 * descr-text.el: Add FSF as maintainer.
10752 (describe-text-mode, describe-text-mode-map)
10753 (describe-text-mode-hook, describe-text-done): Delete. Use normal
10754 help-mode.
10755 (describe-text-widget, describe-text-sexp)
10756 (describe-property-list, describe-text-category)
10757 (describe-text-properties, describe-text-properties-1)
10758 (describe-char): Use help buttons instead of widgets.
10759 (describe-char-unicodedata-file): Make URL link in doc string.
10760
10761 2005-12-22 Richard M. Stallman <rms@gnu.org>
10762
10763 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
10764 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
10765 Don't include buttons that write a file when there's no file.
10766 (custom-variable-menu, custom-face-menu, custom-group-menu):
10767 Don't include commands that write a file when there's no file.
10768 (customize-browse): Reword the top-of-buffer help intro.
10769 (custom-buffer-create-internal): Fix previous change.
10770 (customize-changed-options-previous-release): Prev release is 21.1.
10771 (customize-changed-options): Doc fix.
10772 (customize-changed): New alias.
10773 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
10774 Say "standard values".
10775 (Custom-reset-standard): Doc fix.
10776 (custom-face-reset-standard): Doc fix.
10777
10778 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10779
10780 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
10781 even if font-lock-mode is non-nil since it may be t without having
10782 turned on font-lock-mode-internal.
10783 (font-lock-choose-keywords): Minor optimization.
10784 (font-lock-add-keywords, font-lock-remove-keywords)
10785 (font-lock-set-defaults): Don't call make-local-variable on a variable
10786 that we know to already be local.
10787
10788 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10789
10790 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
10791 messages if in the minibuffer.
10792
10793 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
10796 (tex-mode-flyspell-verify, flyspell-get-word)
10797 (flyspell-external-point-words): Don't use point-min/max uselessly.
10798
10799 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
10800 by Kevin Rodgers. Instead, just hide the completions buffer if we
10801 don't need to show it.
10802
10803 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
10804
10805 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
10806
10807 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
10810 delete-windows-on with an inexistent buffer.
10811
10812 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
10813
10814 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10815 Delete defcustom variable :tag names.
10816
10817 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
10820 (log-view-font-lock-keywords): Ajust subgroup numbers.
10821 (log-view-current-tag): Don't hard code the number of subgroups.
10822
10823 2005-12-20 Juri Linkov <juri@jurta.org>
10824
10825 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
10826 (tooltip-x-offset, tooltip-y-offset): Doc fix.
10827
10828 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10829 (menu-bar-non-minibuffer-window-p): Instead of checking
10830 display-multi-frame-p, use selected-frame when menu-updating-frame
10831 is nil.
10832
10833 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
10834
10835 * align.el (align-rules-list): Use [ \t] instead of \s-
10836 for column separators in text mode.
10837
10838 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
10839
10840 * help-mode.el (help-customize-variable, help-customize-face):
10841 Don't pop help-xref-stack as help-follow no longer pushes
10842 anything on to it.
10843
10844 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
10845
10846 * textmodes/org.el (org-agenda-custom-commands): New option.
10847 (org-agenda): Offer custom commands on splash screen.
10848 (org-make-tags-matcher): Parser for Boolean logic added.
10849 (org-agenda-set-tags): New command.
10850 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
10851 (org-set-tags): Efficiency improvements.
10852 (org-auto-align-tags): New option.
10853 (org-todo, org-demote, org-promote): Realign tags.
10854 (org-tags-completion-function): Use also "&" and "|" as separators.
10855 (org-org-menu): Agenda commands simplified.
10856
10857 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
10858
10859 * cus-edit.el (customize-apropos, customize-apropos-options):
10860 Docstring changes.
10861
10862 * font-lock.el (font-lock): Add tags to the links in the defgroup.
10863
10864 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * longlines.el (longlines-mode): Wrap while widened.
10867 (longlines-decode-region, longlines-encode-region): Compute max
10868 just once.
10869
10870 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10871
10872 * cus-edit.el (mac): New group.
10873
10874 * cus-start.el (all): Add user options in macterm.c. Add test for
10875 Mac-related built-ins. Fix test for GTK-related built-ins.
10876
10877 * term/mac-win.el (mac-handle-language-change)
10878 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
10879 (mac-services-open-selection, mac-services-mail-selection)
10880 (mac-services-mail-to, mac-services-insert-text)
10881 (mac-dispatch-apple-event): Add docstrings.
10882 (x-get-selection, mac-select-convert-to-string): Select coding
10883 system from `utf-16be' and `utf-16le' using `byteorder'.
10884
10885 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
10886
10887 * subr.el (lazy-completion-table): Don't be fooled if the var holds
10888 a "list" (lambda ...) rather than a real completion list.
10889
10890 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
10891 lexical-let when encountering ((lambda (...) ...) ...).
10892
10893 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10894
10895 * progmodes/sh-script.el (sh-mode):
10896 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
10897 * textmodes/picture.el (picture-mode): Update docstrings.
10898
10899 2005-12-17 Eli Zaretskii <eliz@gnu.org>
10900
10901 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
10902 commands enclosed in $(ARGQUOTE)s should not be split between two
10903 lines, as that will break with GNU Make >3.80, when sh.exe is used
10904 and arg quoting is with '..'.
10905 (autoloads): Don't break the quoted --eval expression between
10906 several lines.
10907
10908 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
10911 Capture error from printing circular structures.
10912
10913 2005-12-17 Martin Rudalics <rudalics@gmx.at>
10914
10915 * wid-edit.el (widget-checkbox-action): Clear undo info.
10916
10917 2005-12-16 Bill Wohler <wohler@newt.com>
10918
10919 * menu-bar.el (kill-this-buffer): Set a good example by using menu
10920 bar, not menubar in comment.
10921
10922 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
10925 After-change-functions should not clobber the match data.
10926
10927 2005-12-16 Juri Linkov <juri@jurta.org>
10928
10929 * simple.el (choose-completion): Use `buffer-substring-no-properties'
10930 instead of `buffer-substring'.
10931 (completion-common-substring): Doc fix.
10932 (completion-setup-function): Use minibuffer-completion-contents
10933 instead of minibuffer-contents. Don't set common-string-length
10934 initially. Remove special handling of partial-completion-mode.
10935 Move computation of completion-base-size into one cond.
10936 Call completion-base-size-function in mainbuf. In computation of
10937 completion-base-size for file name completion don't move point to
10938 the end of the minibuffer. Move computation of common-string-length
10939 into one cond. Start putting faces only when common-string-length>=0.
10940 Add condition to put completions-common-part when
10941 common-string-length>0.
10942
10943 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
10944 place point at the first different character in the minibuffer
10945 even if this position is at the beginning of the minibuffer.
10946
10947 * info.el (Info-read-node-name-1): In completion-base-size-function's
10948 lambda return 1 if common-substring or minibuffer-completion-contents
10949 starts with (, and 0 otherwise.
10950
10951 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
10952 Use `crm-current-element' for second arg of `display-completion-list'.
10953
10954 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
10955
10956 * files.el (set-auto-mode): Look for an interpreter specified on
10957 the first line also if search for mode specification succeeded,
10958 but the mode is not known.
10959
10960 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
10961
10962 * textmodes/org.el (org-tags-match-list-sublevels): New option.
10963 (org-open-at-point): Implement tag searches as links.
10964 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
10965 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
10966 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10967 (org-agenda-dispatch): New commands.
10968 (org-use-tag-inheritance, org-tags-column): New options.
10969 (org-tab-follows-link, org-return-follows-link): New options.
10970 (org-tags): New customize group.
10971 (org-start-icalendar-file): Get local time zone.
10972 (org-tags-completion-function): New function.
10973 (org-set-font-lock-defaults): Make sure links will also be
10974 highlighted inside headlines.
10975
10976 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
10977
10978 * term.el (term-emulate-terminal):
10979 Let term-handle-ansi-terminal-messages override what Bash says about
10980 its current directory.
10981
10982 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10983
10984 * bindings.el (last-buffer): Move to simple.el.
10985 * simple.el (last-buffer): Move here.
10986 (get-next-valid-buffer): New function.
10987 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
10988 (prev-buffer): Ditto. Rename to `previous-buffer'.
10989
10990 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
10991 * bindings.el (global-map): Ditto.
10992
10993 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
10994
10995 * cus-edit.el: Introductory comment change.
10996 (custom-magic-alist): Change message string for the `rogue' state.
10997
10998 2005-12-15 Richard M. Stallman <rms@gnu.org>
10999
11000 * tooltip.el: Delete defcustom variable :tag names.
11001
11002 * complete.el (partial-completion-mode): Doc fix.
11003
11004 * textmodes/flyspell.el (flyspell-external-point-words):
11005 Use save-excursion to ensure we don't move backward in the
11006 search loop, not even one character.
11007 (flyspell-delete-all-overlays): Use remove-overlays directly.
11008
11009 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
11010 (ispell-start-process): Set that variable.
11011 Clear ispell-buffer-local-name.
11012 (ispell-internal-change-dictionary):
11013 Set ispell-current-dictionary after killing process.
11014 (ispell-buffer-local-dict):
11015 Don't set spell-personal-dictionary after killing process.
11016 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
11017 (ispell-tex-skip-alists, ispell-html-skip-alists)
11018 (ispell-skip-region-alist): Mark as risky.
11019
11020 * net/newsticker.el (newsticker--retrieval-timer-list)
11021 (newsticker--display-timer, newsticker-running-p)
11022 (newsticker-ticker-running-p): Definitions moved up.
11023
11024 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
11025
11026 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
11027
11028 2005-12-15 David Ponce <david@dponce.com>
11029
11030 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
11031 (recentf-edit-list, recentf-open-files): Signal an error when
11032 there is no recent file.
11033
11034 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
11035
11036 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
11037 read-only except for texinfo-format-region evaluation.
11038
11039 2005-12-14 Richard M. Stallman <rms@gnu.org>
11040
11041 * vc.el (vc-default-previous-version, vc-default-next-version)
11042 (vc-do-command): Doc fixes.
11043
11044 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11045
11046 * textmodes/bibtex.el (bibtex-expand-strings)
11047 (bibtex-autokey-expand-string, bibtex-name-part)
11048 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
11049 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
11050 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
11051 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
11052 (bibtex-entry-postfix, bibtex-known-entry-type-re)
11053 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
11054 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
11055 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
11056 (bibtex-beginning-of-last-entry): Remove.
11057 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
11058 message if comma is missing but buffer is read-only.
11059 (bibtex-parse-field-text): Handle whitespaces at the end of field
11060 text. Return 3-element list with beginning and end of field text
11061 and end of field.
11062 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
11063 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
11064 (bibtex-search-forward-field, bibtex-search-backward-field):
11065 Search always delimited by limits of entry. Use more efficient
11066 search algorithms.
11067 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
11068 bibtex-end-of-name-in-field.
11069 (bibtex-text-in-field-bounds): Handle BibTeX strings when
11070 extracting the content of a field.
11071 (bibtex-text-in-field): Use search limits.
11072 (bibtex-parse-string-prefix): Handle empty string keys based on
11073 bibtex-string-empty-key.
11074 (bibtex-parse-string): Fix docstring.
11075 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
11076 (bibtex-preamble-prefix, bibtex-strings): New functions.
11077 (bibtex-skip-to-valid-entry): Include preceding whitespace in
11078 BibTeX entries (consistent with other BibTeX functions).
11079 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
11080 (bibtex-search-entry): Fix docstring. Simplify.
11081 (bibtex-flash-head, bibtex-complete-string-cleanup)
11082 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
11083 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
11084 (bibtex-parse-entry): New optional arg content.
11085 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
11086 Use bibtex-text-in-field-bounds.
11087 (bibtex-print-help-message): Handle BibTeX strings and preambles.
11088 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
11089 bibtex-parse-string-postfix.
11090 (bibtex-find-text-internal): New function.
11091 (bibtex-remove-delimiters): Use it.
11092 (bibtex-find-text): Use it. New optional arg help.
11093 (bibtex-complete): Handle BibTeX string and preamble entries.
11094 (bibtex-Preamble): Fix order of closing delimiters.
11095
11096 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * vc.el (vc-default-revert): New fun.
11099
11100 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
11101
11102 2005-12-14 Romain Francoise <romain@orebokech.com>
11103
11104 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
11105 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
11106 (font-lock-remove-keywords): Likewise.
11107
11108 2005-12-14 Juri Linkov <juri@jurta.org>
11109
11110 * log-view.el (log-view-diff): Doc fix.
11111
11112 * isearch.el (isearch-query-replace): Use (mark) instead of
11113 isearch-opoint if mark is active in transient-mark-mode.
11114
11115 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
11116
11117 * isearch.el (isearch-query-replace): Check for isearch-other-end.
11118
11119 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
11120
11121 * progmodes/cpp.el (cpp-face): New widget.
11122 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
11123
11124 2005-12-14 Juri Linkov <juri@jurta.org>
11125
11126 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
11127 around `erase-buffer' and `insert'.
11128
11129 * descr-text.el (describe-text-properties): Replace buffer name
11130 "*Help-2*" with "*Help*<2>".
11131 (describe-char): Add functions print-help-return-message,
11132 toggle-read-only. Use help-setup-xref with nil to not store
11133 describe-char in help-xref-stack. Use help-make-xrefs to
11134 make [back] button.
11135
11136 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
11137
11138 * wdired.el (wdired-old-point): New internal variable.
11139 (wdired-change-to-wdired-mode): Set it buffer-locally.
11140 (wdired-abort-changes): Restore point after aborting changes.
11141
11142 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * vc.el (vc-do-command): Add a new value t for okstatus.
11145
11146 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
11147 frame in case of errors.
11148
11149 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11150
11151 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
11152 so it comes after "On the Left" in the menu.
11153
11154 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
11155
11156 * cus-edit.el (customize-apropos, customize-apropos-options)
11157 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
11158
11159 2005-12-12 Bill Wohler <wohler@newt.com>
11160
11161 * vc-svn.el (vc-svn-registered): Fix problem of visiting
11162 non-writable Subversion-controlled files by saving window
11163 configuration before calling vc-do-command. vc-do-command calls
11164 pop-to-buffer on error which is unexpected during registration.
11165
11166 2005-12-12 Jay Belanger <belanger@truman.edu>
11167
11168 * calc/README: Update the summary of changes.
11169
11170 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * descr-text.el (describe-char): Rework last fix to solve the problem
11173 is the same way it's solved for everything else in that function
11174 (i.e. by extracting the info before setting up the *Help* buffer).
11175
11176 2005-12-12 Kim F. Storm <storm@cua.dk>
11177
11178 * subr.el (version-regexp-alist): Allow space as separator before
11179 non-numeric part, e.g. "1.0 alpha".
11180 (version-to-list): Interpret .X.Y version as 0.X.Y version.
11181
11182 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
11183
11184 * textmodes/org.el (org-agenda, org-timeline, org-todo):
11185 Implement Logging and the keep-modes setting.
11186 (org-get-category): Make sure a string is returned.
11187 (org-log-done): New function.
11188 (org-log-done, org-closed-string): New options.
11189
11190 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11191
11192 * tooltip.el (tooltip-y-offset): Change default to 20.
11193
11194 2005-12-12 Richard M. Stallman <rms@gnu.org>
11195
11196 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
11197
11198 * frame.el (display-hourglass): Doc fix.
11199
11200 * help.el (help-for-help-internal): Simplify entry for `a'.
11201
11202 * info.el (Info-on-current-buffer): Doc fix.
11203 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11204
11205 * startup.el (inhibit-splash-screen): Make this the real name.
11206 (inhibit-startup-message): Make this the alias.
11207 (command-line): Find only simple.el, and use its directory
11208 to fill in other preloaded files' names.
11209 (command-line): Deactivate the mark if deactivate-mark is set.
11210
11211 * international/mule.el (load-with-code-conversion):
11212 Bind deactivate-mark.
11213
11214 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11215
11216 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
11217
11218 * cus-edit.el (customize-apropos): Avoid listing an option more
11219 than once under different aliases. No longer list user options
11220 that are not defined with defcustom (unless a prefix arg is given).
11221 Doc fix.
11222 (customize-apropos-options): Doc fix.
11223
11224 2005-12-11 Juri Linkov <juri@jurta.org>
11225
11226 * frame.el (set-background-color, set-foreground-color)
11227 (set-cursor-color, set-mouse-color, set-border-color):
11228 Add explicit prompts to read colors by `facemenu-read-color'.
11229 (show-trailing-whitespace, blink-cursor-delay)
11230 (blink-cursor-interval, display-hourglass, hourglass-delay):
11231 Remove tags.
11232 (display-hourglass, hourglass-delay): Doc fix.
11233 (cursor-in-non-selected-windows): Capitalize words in tag.
11234
11235 * faces.el (frame-background-mode): Replace `choice-item' keywords
11236 with `const' to not make [default] button. Change default value tag
11237 from `default' to `automatic'. Doc fix.
11238 (trailing-whitespace) <defface>: Change group `whitespace' to
11239 `whitespace-faces'.
11240
11241 2005-12-11 Richard M. Stallman <rms@gnu.org>
11242
11243 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
11244
11245 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11246
11247 * term/mac-win.el: Create keymap for mac-apple-event-map.
11248
11249 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
11250
11251 * tooltip.el (tooltip-mode): Move to start of file so that it
11252 appears at top of customize buffer.
11253
11254 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11255 Add the gud groupname.
11256 (gud-tooltip-mode): Add the tooltip groupname.
11257 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
11258 avoid conflict with tooltip-use-echo-area.
11259
11260 2005-12-10 Romain Francoise <romain@orebokech.com>
11261
11262 * help.el (help-for-help-internal): Add `r' in doc string.
11263
11264 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11265
11266 * align.el (align-regexp, align-highlight-rule):
11267 Use region-beginning and region-end instead of point and mark, so that
11268 repetition (with `repeat-complex-command') recomputes the region
11269 bounds.
11270
11271 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
11272
11273 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11274 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11275 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
11276 (balance-windows): Rewrite using the above new functions.
11277
11278 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
11279
11280 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
11281 react if global-hi-lock-mode seems intended.
11282 (global-hi-lock-mode) Renamed from hi-lock-mode.
11283 (hi-lock-archaic-interface-message-used)
11284 (hi-lock-archaic-interface-deduce): New variables.
11285 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
11286 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
11287 (hi-lock-find-patterns, hi-lock-font-lock-hook):
11288 Replace hi-lock-buffer-mode with hi-lock-mode.
11289
11290 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
11291
11292 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
11293 completion list, even after a partial completion has been
11294 inserted in the current buffer. If there are more than 1
11295 completion, redisplay the *Completions* buffer; if the
11296 completion is unique, delete the *Completions* window.
11297
11298 2005-12-10 Eli Zaretskii <eliz@gnu.org>
11299
11300 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
11301 strings and long subject lines that were broken into multiple
11302 lines at arbitrary places. Handle subjects that have "Re: " in
11303 the middle.
11304
11305 2005-12-10 John W. Eaton <jwe@octave.org>
11306
11307 * emacs/octave-mod.el (octave-electric-space): Don't indent
11308 comments or strings if octave-auto-indent is nil.
11309
11310 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11311
11312 * term/mac-win.el: Require url when compiling.
11313 Call mac-process-deferred-apple-events after loading init files.
11314 (mac-apple-event-map): New defvar. Define event handlers in it.
11315 (core-event, internet-event): New Apple event class symbols.
11316 (open-application, reopen-application, open-documents)
11317 (print-documents, open-contents, quit-application)
11318 (application-died, show-preferences, autosave-now, get-url):
11319 New Apple event ID symbols.
11320 (about): New HICommand ID symbol.
11321 (mac-event-spec, mac-event-ae): New macros.
11322 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
11323 (mac-ae-selection-range, mac-ae-text-for-search)
11324 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
11325 (mac-application-menu-map): Remove keymap. Handlers for HICommand
11326 and Services menu events are now defined in mac-apple-event-map.
11327 (mac-drag-n-drop): Remove selection range handling.
11328
11329 2005-12-10 Kenichi Handa <handa@m17n.org>
11330
11331 * simple.el (zap-to-char):
11332 * isearch.el (isearch-process-search-char): Translate CHAR by
11333 translation-table-for-input.
11334
11335 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
11336
11337 * foldout.el (foldout-exit-fold): Properly hide subtree.
11338
11339 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11340
11341 * files.el (save-buffer):
11342 * international/ucs-tables.el (ucs-set-table-for-input):
11343 * mail/mail-extr.el (mail-extract-address-components):
11344 * mail/sendmail.el (mail-mode): Reformat doc string.
11345
11346 2005-12-09 Juri Linkov <juri@jurta.org>
11347
11348 * isearch.el (isearch-highlight): Change main overlay priority
11349 from 1 to 1001. Simplify.
11350 (isearch-lazy-highlight-update): Change lazy overlay priority
11351 from 0 to 1000.
11352
11353 * replace.el (replace-highlight): Change overlay priority from
11354 1 to 1001.
11355
11356 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
11357 Change overlay priority from 1 to 1001. Reuse existing overlay.
11358
11359 * compare-w.el (compare-windows-highlight): Change overlay
11360 priority from 1 to 1000.
11361
11362 * menu-bar.el (menu-bar-edit-menu): Add listp around
11363 pending-undo-list to disable menu item "undo" when pending
11364 undo list is empty.
11365
11366 * locate.el (locate): Disable undo in *Locate* buffer.
11367
11368 2005-12-09 Kim F. Storm <storm@cua.dk>
11369
11370 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
11371
11372 2005-12-09 David Ponce <david@dponce.com>
11373
11374 * recentf.el: Improvement of the menu code.
11375 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
11376 instead of menu hook.
11377 (recentf-show-menu, recentf-hide-menu): New functions.
11378 (recentf-menu-customization-changed, recentf-mode): Use them.
11379 (recentf-menu-action, recentf-max-menu-items)
11380 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
11381 (recentf-arrange-by-rule-others)
11382 (recentf-arrange-by-rules-min-items)
11383 (recentf-arrange-by-rule-subfilter) : Don't use
11384 `recentf-menu-customization-changed'.
11385 (recentf-arrange-rules): Likewise. Accept functions to compute
11386 sub-menu titles.
11387 (recentf-menu-filter): Likewise. Doc fix.
11388 (recentf-menu-value-shortcut): Doc fix.
11389 (recentf-dump-variable): Quote atom value.
11390 (recentf-make-menu-items): Update to use it as a menu filter.
11391 (recentf-match-rule): New function.
11392 (recentf-arrange-by-rule): Use it.
11393 (recentf-indirect-mode-rule): New function.
11394 (recentf-build-mode-rules): Use it.
11395 (recentf-dir-rule): New function.
11396 (recentf-arrange-by-dir): Use it.
11397 (recentf-filter-changer-current): Rename from
11398 `recentf-filter-changer-state'. All references updated.
11399 (recentf-filter-changer-alist): Update filter names.
11400 (recentf-filter-changer-select): New function.
11401 (recentf-filter-changer): Use it. Make a sub-menu from filters
11402 available in `recentf-filter-changer-alist'.
11403 (recentf-data-cache, recentf-clear-data)
11404 (recentf-update-menu): Remove. All references updated.
11405 (recentf-match-rule-p, recentf-build-dir-rules)
11406 (recentf-filter-changer-goto-next)
11407 (recentf-filter-changer-get-current)
11408 (recentf-filter-changer-get-next): Remove.
11409
11410 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
11411
11412 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
11413 buffer "Reset" button to "Reset to Current" for consistency with
11414 the State buttons.
11415
11416 2005-12-08 John Paul Wallington <jpw@pobox.com>
11417
11418 * ibuf-ext.el (define-ibuffer-filter filename):
11419 If `dired-directory' is a list then really use its car.
11420
11421 2005-12-08 Kim F. Storm <storm@cua.dk>
11422
11423 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11424 Fix indention of text on right side of replaced rectangle.
11425
11426 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
11427
11428 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
11429 No need to check gud-comint-buffer is bound.
11430 (gdb): Prevent multiple debugging when first session uses gdba.
11431
11432 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11433
11434 CC Mode update to 5.31.
11435
11436 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
11437 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
11438 We might do this function properly in the future).
11439
11440 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
11441 New macros c-sentence-end and c-default-value-sentence end, to cope
11442 with Emacs 22's new function `sentence-end'.
11443
11444 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11445
11446 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
11447 compat issue using `c-put-overlay' and `c-delete-overlay'.
11448
11449 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
11450 New compat macros to handle overlays/extents.
11451
11452 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11453
11454 * progmodes/cc-fix.el: Add definitions of the macros push and pop
11455 (for GNU Emacs 20.4)
11456
11457 * progmodes/cc-defs.el:
11458 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
11459
11460 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
11461 highlighting mechanism so it will work in XEmacs too.
11462
11463 * progmodes/cc-defs.el: Insert c-int-to-char.
11464
11465 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
11466 call to the new macro c-int-to-char. This solves XEmacs's
11467 regarding characters as different from integers.
11468
11469 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11470
11471 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
11472 New internal helper.
11473
11474 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
11475 construct to make the indirect face lookup work in XEmacs.
11476
11477 (c-cpp-matchers): Append the negation char face to the existing
11478 fontification, so that the cpp face doesn't disappear.
11479 Use `c-make-syntactic-matcher' to avoid negation chars in comments
11480 and strings.
11481
11482 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
11483 to map to `font-lock-negation-char-face' in emacsen where it exists.
11484
11485 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11486
11487 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
11488
11489 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
11490 Rename "c-subword-move-mode" as "c-subword-mode".
11491
11492 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
11493 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
11494
11495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11496
11497 * progmodes/cc-mode.el: Added autoload directive for
11498 `c-subword-move-mode' for use in older emacsen.
11499
11500 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11501
11502 * progmodes/cc-mode.el:
11503 (i) Insert a binding for C-c C-backspace into
11504 c-bind-special-erase-keys which works in TTYs.
11505 (ii) Make sure that when file styles are used, any explicitly
11506 given style variables take priority over those in the style.
11507 Do this by calling `hack-local-variables' a second time.
11508
11509 * progmodes/cc-vars.el: Add language specific customization
11510 widgets for AWK to c-doc-comment-style, c-require-final-newline
11511 and c-default-style. Add a defcustom for awk-mode-hook.
11512 Give c-syntactic-element and c-syntactic-context doc-strings by
11513 directly setting their `variable-documentation' propery.
11514 This allows Emacs 22.1 to read these with C-h v.
11515
11516 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
11517
11518 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11519
11520 * progmodes/cc-fonts.el, cc-vars.el
11521 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
11522 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
11523 Masatake YAMATO.
11524
11525 (c-doc-comment-style): Made GtkDoc default in C mode.
11526
11527 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
11528 and C-c C-<delete>.
11529
11530 (c-bind-special-erase-keys): New function for use on
11531 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
11532
11533 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
11534 <delete> key behavior in XEmacs according to `delete-forward-p'.
11535 C.f. `c-electric-delete'.
11536
11537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11538
11539 * progmodes/cc-mode.el: Give c-hungry-backspace and
11540 c-hungry-delete-forward permanent key bindings.
11541
11542 * progmodes/cc-cmds.el (c-electric-semi&comma):
11543 Bind c-syntactic-context for calls to "criteria functions", for
11544 consistency with other calls to user functions.
11545
11546 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
11547 `current-prefix-arg', since this might be the prefix arg to a
11548 command which calls c-indent-command as a function. Change the
11549 interactive spec from "p" to "P".
11550
11551 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
11552 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
11553 was difficult to understand.
11554
11555 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11556
11557 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
11558 first char of an identifier.
11559
11560 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
11561 +" syntax in C++.
11562
11563 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11564
11565 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
11566 auto-fill doesn't split a c-comment's last word from a hanging
11567 "*/" when a space is typed between them after fill-column.
11568
11569 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
11570
11571 * progmodes/cc-styles.el (c-set-style)
11572 (c-setup-paragraph-variables): Abort the command if we're not in a
11573 CC Mode buffer.
11574
11575 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
11576 with blank comment-prefix, and a blank line as the comment's
11577 second line.
11578
11579 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11580
11581 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
11582 Incorporate the patterns added in the Emacs development branch
11583 for the new Emacs 22 face `font-lock-negation-char-face'.
11584
11585 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
11586 of "red" since it stands out better in xterms and DOS terminals.
11587
11588 * progmodes/cc-engine.el (c-literal-faces):
11589 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
11590
11591 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11592
11593 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
11594 forcibly enable c-electric-flag.
11595
11596 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
11597 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
11598 after the comment-prefix of a C-style comment will close that comment.
11599
11600 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11601
11602 * progmodes/cc-fonts.el (c-basic-matchers-before)
11603 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
11604 in Pike.
11605
11606 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
11607 digraphs.
11608
11609 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
11610 (c-cpp-message-directives, c-cpp-include-directives)
11611 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
11612 (c-cpp-expr-directives): Introduce new language constants to
11613 control cpp syntax in a cleaner way.
11614
11615 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
11616
11617 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
11618
11619 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
11620 (c-multiline-string-start-char): New language constants and
11621 variables to specify how newlines in string literals work.
11622
11623 (c-font-lock-invalid-string): Use them.
11624
11625 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
11626 unbalanced close brace is entered. Optimization by avoiding going
11627 back over arbitrarily large blocks. Removed hints that this
11628 function only would be relevant/useful in AWK.
11629
11630 (c-electric-brace): Indent syntactically after the cleanups since
11631 lineup functions might do it differently then.
11632
11633 * progmodes/cc-engine.el, cc-langs.el
11634 (c-opt-op-identifier-prefix): New language constant and variable.
11635
11636 (c-just-after-func-arglist-p, c-after-special-operator-id)
11637 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
11638
11639 * progmodes/cc-align.el, cc-engine.el
11640 (c-after-special-operator-id): New helper to handle C++ operator
11641 identifiers.
11642
11643 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
11644 (c-guess-basic-syntax): Handle C++ operator identifiers in
11645 declarations.
11646
11647 * progmodes/cc-langs.el (c-assignment-operators): Add the
11648 trigraph version of ^= too.
11649
11650 * progmodes/cc-langs.el (c-assignment-operators): Add the
11651 trigraph version of |= in C++.
11652
11653 * progmodes/cc-fonts.el (c-font-lock-declarators):
11654 Handle `c-decl-hangon-kwds' after the identifier name.
11655
11656 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
11657 whether an arglist is "nonempty", ignore a comment after the open
11658 paren if it isn't followed by a non-comment token on the same line.
11659
11660 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
11661 Enable heuristics below the point to cope with classes inside special
11662 brace lists in Pike.
11663
11664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11665
11666 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
11667
11668 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11669
11670 * progmodes/cc-guess.el (cc-guess-install): New function to
11671 install an already guessed style in another buffer.
11672
11673 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
11674 sets `inhibit-read-only' - `c-save-buffer-state' should be used
11675 anyway if the change always is undone.
11676
11677 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11678
11679 Implement togglable electricity:
11680
11681 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
11682 saying when it should be used.
11683
11684 * progmodes/cc-engine.el: Add the new buffer-local variable,
11685 c-electric-flag.
11686
11687 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
11688 c-toggle-auto-newline.
11689
11690 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
11691 c-toggle-auto-newline. Remove the binding for
11692 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
11693 c-toggle-electric-state.
11694
11695 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
11696
11697 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
11698 c-\(forward\|backward\)-subword.
11699 (c-update-modeline): Add the new modeline flag `l' for
11700 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
11701 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
11702 Make the old name an alias of the new name.
11703 (c-toggle-electric-state): New function.
11704 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
11705 Adapt these functions to do electric things only when
11706 c-electric-flag is non-nil.
11707 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
11708 new functions from c-electric-brace.
11709 (c-point-syntax): Add a check for "virtual semicolons" in AWK
11710 mode, so that the tentative extra newline doesn't change the
11711 syntax of the following brace.
11712 (c-electric-brace): Restructure by extracting the above functions.
11713 Tidy up the coding somewhat.
11714 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11715 restructure a bit.
11716
11717 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11718
11719 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
11720 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
11721
11722 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
11723 (c-submode-indicators): Change name from `c-auto-hungry-string'
11724 since it's now used to track another submode.
11725
11726 (c-update-modeline): Convert to function and extended to check
11727 `c-subword-move-mode'.
11728
11729 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11730 Convert to compat aliases for `c-forward-subword' and
11731 `c-backward-subword'.
11732
11733 * progmodes/cc-subword.el: New functions and minor mode to handle
11734 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
11735
11736 (c-forward-subword, c-backward-subword, c-mark-subword)
11737 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
11738 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
11739 Functions corresponding to the standard word handling functions.
11740
11741 (c-subword-move-mode): Minor mode that replaces all the standard
11742 word handling functions with their subword equivalences.
11743
11744 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11745
11746 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
11747 entry for one-liner-defun.
11748
11749 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
11750 name in its def-edebug-spec.
11751
11752 * progmodes/cc-cmds.el (c-electric-brace): Make the
11753 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
11754 compacts space before a comment, if this will make things fit on
11755 one line.
11756
11757 Introduce an "awk" style, mainly for auto-newline and clean-ups.
11758
11759 * progmodes/cc-align.el: New function c-snug-1line-defun-close
11760
11761 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
11762 clean-up one-liner-defun.
11763
11764 * progmodes/cc-styles.el: Add the new "awk" style.
11765
11766 * progmodes/cc-vars.el: Add description of one-liner-defun to
11767 c-cleanup-list's doc-string. New user options,
11768 c-max-one-liner-length. In c-default-style, set the default style
11769 for AWK to "awk".
11770
11771 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11772
11773 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
11774 macros inside labels.
11775
11776 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
11777 `c-at-statement-start-p' and `c-at-expression-start-p'.
11778
11779 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
11780 error if the mark isn't set.
11781
11782 * progmodes/cc-engine.el (c-guess-continued-construct)
11783 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
11784 accurately detect functions inside functions.
11785
11786 * progmodes/cc-engine.el (c-at-expression-start-p): New function
11787 like `c-at-statement-start-p' that additionally recognizes commas
11788 and expression parentheses as delimiters.
11789
11790 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
11791 to avoid heuristics that doesn't work for unclosed blocks.
11792 (c-at-statement-start-p): New function.
11793
11794 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
11795 Objective-C directives, e.g. directives spanning lines should work
11796 reasonably well now.
11797
11798 (c-put-c-type-property, c-clear-c-type-property): New helpers.
11799
11800 (c-forward-objc-directive): New function to move over any ObjC
11801 directive.
11802
11803 (c-just-after-func-arglist-p, c-guess-basic-syntax)
11804 (c-basic-matchers-before): Use it.
11805
11806 (c-font-lock-objc-iip-decl): Remove.
11807
11808 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
11809 in the template arglist recognition.
11810
11811 * progmodes/cc-styles.el (c-style-alist): Fix several
11812 inconsistencies in the Whitesmith style.
11813
11814 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
11815 New lineup function to get lines after Whitesmith style blocks
11816 correctly indented.
11817
11818 (c-lineup-whitesmith-in-block): Back out the compensation for
11819 opening parens since it's done using `add' lists in the style
11820 definition instead. Don't use the anchor position since it varies
11821 too much between the syntactic symbols. :P
11822
11823 * progmodes/cc-vars.el (c-valid-offset): Update.
11824
11825 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
11826 lists where the offsets are combined according to several
11827 different methods: `first', `min', `max', and `add'.
11828 Report offset evaluation errors with `c-benign-error' so that some kind
11829 of reindentation still is done.
11830
11831 * progmodes/cc-engine.el (c-guess-basic-syntax):
11832 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
11833 `arglist-close'.
11834
11835 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
11836 situations for `arglist-cont-nonempty' and `arglist-close'.
11837
11838 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
11839
11840 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
11841 cc-bytecomp-boundp' in a number of places.
11842
11843 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
11844 macro related issue.
11845
11846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11847
11848 * progmodes/cc-awk.el: Change the terminology of regexps: A char
11849 list is now [asdf], a char class [:alpha:].
11850 Include code for char classes.
11851 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
11852 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
11853
11854 Remove (nearly all of) the cruft associated with AWK Mode's former
11855 concept of "virtual semicolons":
11856
11857 Adapt c-beginning-of-statement, c-end-of-statement (together with
11858 subfunctions) to use the new notion of "virtual semicolon" in
11859 place of the old awkward special handling for AWK. There remains
11860 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
11861 * progmodes/cc-cmds.el:
11862 (c-ascertain-adjacent-literal): In the backwards direction, now
11863 recognises AWK regexp delimiters as string delimiters.
11864 (c-after-statement-terminator-p): Adapt for virtual semicolons;
11865 check more rigorously for "end of macro".
11866 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
11867 virtual semicolons;
11868 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
11869 out the code for forward movement into ...
11870 (c-end-of-statement): Now contains the code for forward movement,
11871 adapted for virtual semicolons.
11872
11873 * progmodes/cc-engine.el:
11874 (c-ws*-string-limit-regexp): New regexp.
11875 (c-forward-single-comment, c-backward-single-comment): Comment out
11876 the (now redundant) "special" AWK stuff.
11877
11878 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
11879 c-string-par-start, c-string-par-separate to be more like Text
11880 Mode than Fundamental Mode.
11881
11882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11883
11884 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
11885 to the fontified region so that fontification doesn't occur
11886 outside it (could happen e.g. when fontifying a line with an
11887 unfinished declaration).
11888
11889 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11890
11891 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
11892 start of the file. ^L now separate sections of the file.
11893 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
11894 (c-awk-one-line-possibly-open-string-re)
11895 (c-awk-regexp-one-line-possibly-open-char-class-re)
11896 (c-awk-one-line-possibly-open-regexp-re)
11897 (c-awk-one-line-non-syn-ws*-re): New defonsts.
11898 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
11899
11900 Amend the concept of "virtual semicolons" (in the indentation
11901 engine) for languages like AWK, such that they are now
11902 conceptually attached to end of the last token of a statement, not
11903 the end of the line. (In AWK Mode, however, the pertinent text
11904 property is still physically set on the EOL.) Remove the specific
11905 tests for awk-mode, thus facilitating the introduction of other
11906 language modes where EOLs can end statements.
11907 (Note: The funtionality in cc-cmds.el, specifically
11908 c-beginning/end-of-statement has yet to be amended.)
11909
11910 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
11911 New macros.
11912
11913 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
11914 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
11915 c-vsemi-status-unknown-p-fn (in a new page).
11916
11917 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
11918 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
11919 numerous awkward forms like
11920 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
11921 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
11922 variable before-ws-ip, the place just after char-before-ip appears.
11923
11924 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
11925 a comment.
11926
11927 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11928
11929 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
11930 `c-tentative-buffer-changes'.
11931
11932 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
11933 convert to macro to choose between Emacs and XEmacs at compile time.
11934
11935 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
11936
11937 (c-tentative-buffer-changes): New macro to handle temporary buffer
11938 changes in a convenient way.
11939
11940 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
11941 for `c-tentative-buffer-changes'.
11942
11943 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
11944 the checks for paren sexps between the point and the keyword, to
11945 avoid some false alarms.
11946
11947 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
11948 Fixed a situation where an error could be thrown for unbalanced
11949 parens. Changed to make use of c-keyword-member' to avoid some
11950 repeated regexp matches.
11951
11952 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
11953 These language variable are no longer necessary.
11954
11955 (c-block-stmt-kwds): New language constant used by
11956 c-looking-at-inexpr-block'.
11957
11958 (c-guess-basic-syntax): Remove an optional check that looked at
11959 the existence of the now removed language variables.
11960
11961 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
11962 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
11963 object instantiation expressions as declarations in some contexts.
11964 This bug only affected languages where the declarator can't be
11965 enclosed in parentheses.
11966
11967 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
11968 insert newlines before and after substatement braces.
11969
11970 * progmodes/cc-engine.el: Improved the heuristics for recognizing
11971 function declaration headers and the handling of C++ style member
11972 init lists.
11973
11974 (c-just-after-func-arglist-p): Rewritten to use
11975 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
11976
11977 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
11978
11979 (c-guess-basic-syntax): Adapt case 5B for the new
11980 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
11981 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
11982 covers all cases now).
11983
11984 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
11985
11986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11987
11988 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
11989 c-string-par-start/separate c-sentence-end-with-esc-eol,
11990 initialised in c-setup-paragraph-variables, used in string
11991 scanning subroutines of c-beginning-of-statement.
11992
11993 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11994 which precedes the newly inserted `{'.
11995
11996 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11997
11998 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
11999 function for declaration level blocks. It should now cope with
12000 templates better and also be a lot more comprehensible.
12001
12002 (c-looking-at-decl-block): The new function.
12003
12004 (c-search-uplist-for-classkey): The old one. It's now a wrapper
12005 for compatibility.
12006
12007 (c-add-class-syntax, c-guess-continued-construct)
12008 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
12009
12010 (c-decl-block-key): Change to tell apart ambiguous and
12011 unambiguous keywords. Pike specials are now handled directly in
12012 the code instead.
12013
12014 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
12015 New language constants and variables to make the backward skip in
12016 `c-looking-at-decl-block' as tight as possible.
12017
12018 (c-nonsymbol-token-char-list): New language constant.
12019
12020 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
12021 find balanced template arglists backwards.
12022
12023 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
12024 making char classes for `c-syntactic-skip-backward'.
12025
12026 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
12027 16D - can't be a class-close at that point.
12028
12029 * progmodes/cc-engine.el (c-guess-basic-syntax)
12030 (c-add-class-syntax): Don't narrow out the enclosing declaration
12031 level. This makes everything a lot easier, and it was actually
12032 only four small places that needed it to work. Some places that
12033 previously did `widen' are removed now, which has the effect that
12034 `c-guess-basic-syntax' never will look at things outside the
12035 current narrowment now. The anchor position for `topmost-intro'
12036 is affected by this, but it was so bogus it was basically useless
12037 before, and now it's equally bogus but in a slightly different way.
12038
12039 (c-narrow-out-enclosing-class): Gone.
12040
12041 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
12042 the narrowed region.
12043
12044 (c-least-enclosing-brace): Remove silly optional argument.
12045
12046 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12047 the point could be left directly after an open paren when finding
12048 the beginning of the first decl in the block.
12049
12050 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
12051 Specify which submatch to use.
12052
12053 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
12054
12055 (c-decl-start-re): No longer any need for special treatment of
12056 ObjC due to the above.
12057
12058 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
12059 presumably follows C in that regard.
12060
12061 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
12062 New language constants to specify operator tokens inside
12063 identifiers in a more high level way.
12064
12065 (c-opt-identifier-prefix-key): New internal language constant.
12066
12067 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
12068 (c-identifier-start, c-identifier-key): Now completely calculated
12069 from other constants.
12070
12071 (c-identifier-last-sym-match): Decommission since it's no longer used.
12072
12073 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
12074
12075 * progmodes/cc-engine.el (c-forward-name): Remove the
12076 optimization when c-identifier-key is equal to c-symbol-key since
12077 it doesn't work in byte compiled files. Don't record empty
12078 regions as identifiers.
12079
12080 * progmodes/cc-langs.el (c-filter-ops): New helper function to
12081 simplify access to `c-operators' and its likes.
12082
12083 (c-operator-list, c-all-op-syntax-tokens)
12084 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
12085 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
12086 (c-primary-expr-regexp, c-cast-parens): Use it.
12087
12088 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
12089 an explicit language in functions.
12090
12091 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
12092 variant of adornment.
12093
12094 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
12095 variable.
12096
12097 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
12098 the Pike value.
12099
12100 * progmodes/cc-engine.el (c-on-identifier)
12101 (c-simple-skip-symbol-backward): Small fix for handling "-"
12102 correctly in `skip-chars-backward'. Affected the operator lfun
12103 syntax in Pike.
12104
12105 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
12106 diagnostic message about precompiled language vars not being used.
12107
12108 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
12109 "__attribute__" is followed by a parenthesis.
12110
12111 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
12112 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
12113 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
12114
12115 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
12116 Internal cleanups to properly detect the declared identifiers in
12117 various declarations.
12118
12119 (c-decl-start-kwds): New language constant to recognize
12120 declarations that can start anywhere. Used for class declarations
12121 in Pike.
12122
12123 (c-specifier-key, c-not-decl-init-keywords)
12124 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
12125 (c-find-decl-spots): Implement `c-decl-start-kwds'.
12126
12127 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
12128 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
12129 handling of the compiler specific extension keywords into a new
12130 language constant `c-decl-hangon-kwds' that defines keyword
12131 clauses to be ignored in declarations.
12132
12133 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
12134 past unrecognized tokens when handling `c-colon-type-list-kwds'.
12135 Necessary to stop at the declared identifier in e.g. IDL valuetype
12136 declarations.
12137
12138 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
12139 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
12140 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
12141 (c-forward-decl-or-cast-1): Recognize the declared identifier in
12142 class and enum declarations as such and not as part of the type.
12143
12144 (c-forward-decl-or-cast-1, c-forward-label): Relax the
12145 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
12146
12147 (c-forward-decl-or-cast-1): Don't disregard sure signs of
12148 declarations when there's some syntax error later on.
12149
12150 (c-complex-decl-matchers): Did away with a reference to
12151 `c-specifier-key'.
12152
12153 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
12154 value - this variable is always dynamically bound.
12155
12156 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
12157 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
12158 * cc-cmds.el, cc-defs.el: Change the policy for marking up
12159 functions that might do hidden buffer changes: All such internal
12160 functions are now marked instead of those that don't.
12161
12162 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
12163 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
12164 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
12165 (c-literal-type): Allow these functions to make hidden buffer changes,
12166 so that they are free to use text property caching later on.
12167
12168 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
12169 (c-electric-brace, c-electric-slash, c-electric-star)
12170 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
12171 (c-electric-paren, c-electric-continued-statement, c-indent-command)
12172 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
12173 (c-context-line-break): Add `c-save-buffer-state' calls to comply
12174 with the changed semantics of the functions above.
12175
12176 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
12177 when macros occur in obscure places. Optimized the sexp movement
12178 a bit.
12179
12180 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12181
12182 Enhancements for c-beginning-of-statement to work in AWK Mode:
12183
12184 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
12185 (completed statement) with `}' (statement completed by closing
12186 brace or semicolon) and `$' (statement completed by EOL).
12187
12188 (c-awk-virtual-semicolon-ends-prev-line-p)
12189 (c-awk-virtual-semicolon-ends-line-p)
12190 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
12191 (c-awk-at-statement-end-p): New functions.
12192
12193 * progmodes/cc-cmds.el: Simplify the structure of functions
12194 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
12195 two functions and c-beginning-of-statement to handle AWK Mode.
12196
12197 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
12198 c-backward-single-comment for AWK mode. Attempt to clarify their
12199 doc-strings.
12200
12201 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
12202
12203 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12204
12205 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
12206 label handling. Labels are now recognized in a uniform and more
12207 robust way, regardless of context. Text properties are put on all
12208 labels to recognize the following declarations better.
12209 Multiword labels are handled both in indentation and fontification for
12210 the benefit of language extensions like Qt. For consistency, keywords
12211 in labels are now fontified with the label face instead.
12212 That also applies to "case" and "default".
12213
12214 (c-beginning-of-statement-1): Fix some bugs in the label
12215 handling. Disregard `c-nonlabel-token-key' in labels that begin
12216 with `c-label-kwds'.
12217
12218 (c-find-decl-spots): Support that the callback adds more
12219 `c-decl-end' spots to find.
12220
12221 (c-forward-decl-or-cast-1): Don't treat a list of plain
12222 identifiers followed by a colon as a declaration.
12223
12224 (c-forward-label): New function to recognize labels.
12225
12226 (c-guess-basic-syntax): Replace uses of `c-label-key' with
12227 `c-forward-label'. Moved the label recognition cases (14 and 15)
12228 earlier since they aren't so context sensitive now. Handle labels
12229 on the top level gracefully. Moved access label recognition to
12230 the generic label case (CASE 15) - removed CASE 5E.
12231
12232 (c-font-lock-declarations): Add recognition of labels in the
12233 same round since we need to handle labels in parallell with other
12234 declarations to recognize both accurately. It should also improve
12235 speed.
12236
12237 (c-simple-decl-matchers, c-basic-matchers-after):
12238 Move `c-font-lock-labels' so that it only is used on decoration level 2
12239 since `c-font-lock-declarations' handles it otherwise.
12240
12241 (c-complex-decl-matchers): Remove the simplistic recognition of
12242 access labels.
12243
12244 (c-decl-prefix-re): Remove the kludges that was necessary to cope
12245 with labels earlier.
12246
12247 (c-decl-start-re): New language variable to make
12248 `c-font-lock-declarations' stop for the special protection labels
12249 in Objective-C that start with `@'.
12250
12251 (c-label-key): Remove since it's no longer used.
12252
12253 (c-recognize-colon-labels, c-label-prefix-re): New language
12254 constants to support recognition of generic colon-terminated labels.
12255
12256 (c-type-decl-end-used): `c-decl-end' is now used whenever there
12257 are colon terminated labels.
12258
12259 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12260 first argument starts with a special brace list.
12261
12262 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
12263 (c-font-lock-declarations): Break out the declaration and cast
12264 recognition from `c-font-lock-declarations' to a new function, so
12265 that it can be used in the indentation engine.
12266
12267 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
12268 up to the start of the literal. Fixed bug with the point on the
12269 wrong side of the search limit that could happen when the start
12270 position is inside a literal.
12271
12272 * progmodes/cc-engine.el (c-parse-state)
12273 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
12274 so that it's kept a little bit back to increase the hit rate.
12275
12276 (c-parse-state): Change the macro handling and fixed some
12277 glitches. Macro context is checked more often than necessary now,
12278 but otoh less garbage conses are generated.
12279
12280 * progmodes/cc-engine.el (c-parse-state)
12281 (c-invalidate-state-cache): Cache the last position where
12282 `c-state-cache' applies. This can speed up refontification quite
12283 a bit in blocks where there are many non-brace parens before the point.
12284
12285 (c-state-cache-end): New variable for this.
12286
12287 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
12288 cache variable.
12289
12290 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
12291 get close initial continue positions when the start position is
12292 inside a literal or macro. Do not call the callback for spots
12293 before the start position (which can happen e.g. for `c-decl-end'
12294 spots inside comments). Optimize better in special cases when the
12295 region is a single line inside a literal or macro (typically when
12296 the current line is refontified).
12297
12298 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
12299 to `c-add-stmt-syntax' - there's no need to explicitly whack off
12300 entries from the paren state.
12301
12302 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
12303 special case for "else if" clauses.
12304
12305 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12306 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
12307
12308 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
12309 New language variable to recognize the gcc extension with statement
12310 blocks inside expressions.
12311
12312 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
12313 it somewhat more comprehensible. The argument AT-BLOCK-START is
12314 no longer used and hence removed.
12315
12316 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
12317 to `c-add-stmt-syntax'.
12318
12319 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12320 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
12321 This fixes bogus label recognition.
12322
12323 * progmodes/cc-engine.el (c-add-type, c-check-type)
12324 (c-forward-name, c-forward-type): Improve storage of template
12325 types in `c-found-types' so that they can be recognized better.
12326
12327 (c-syntactic-content): Add option to skip past nested parens.
12328
12329 * progmodes/cc-engine.el (c-forward-name):
12330 Set `c-last-identifier-range' all the time. It's less work that way.
12331 Handle that there might not be an identifier to store in
12332 `c-last-identifier-range'.
12333
12334 (c-forward-type): Handle that `c-last-identifier-range' might be
12335 nil from `c-forward-name'.
12336
12337 * progmodes/cc-defs.el (c-safe-scan-lists)
12338 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
12339
12340 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
12341 to work even if the form fails.
12342
12343 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
12344 down in a large file in one go.
12345
12346 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
12347
12348 * progmodes/cc-align.el (c-lineup-assignments): New lineup
12349 function which is like `c-lineup-math' but returns nil instead of
12350 `c-basic-offset' when it doesn't match.
12351
12352 (c-lineup-math): Change to use `c-lineup-assignments'.
12353
12354 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12355
12356 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
12357 c-beginning-of-statement. New subfunctions
12358 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
12359
12360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12361
12362 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
12363 hardcoded char classes whereever possible. Changed a couple of
12364 places to use skip by syntax instead of skip by char class.
12365
12366 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
12367 Fix a bug in the regexp that caused extreme backtracking.
12368
12369 * progmodes/cc-langs.el (c-block-comment-starter)
12370 (c-block-comment-ender): New language constants to specify in a
12371 single place how block comments look.
12372
12373 (c-comment-start-regexp, c-block-comment-start-regexp)
12374 (comment-start, comment-end, comment-start-skip)
12375 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
12376 (c-syntactic-ws, c-nonempty-syntactic-ws)
12377 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
12378 `c-line-comment-starter', `c-block-comment-starter' and
12379 `c-block-comment-ender'.
12380
12381 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
12382 New language constants to break up things a bit.
12383
12384 (c-simple-ws): New language constant for simple whitespace.
12385
12386 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
12387
12388 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
12389 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
12390 newlines. Allow and ignore nil elements in the list.
12391
12392 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12393
12394 * progmodes/cc-cmds.el: Comment out a (n almost certainly
12395 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
12396
12397 * progmodes/cc-cmds.el: Tidy up the comments in
12398 c-beginning-of-statement and subfunctions.
12399
12400 * progmodes/cc-awk.el: Replace calls to put-text-property to the
12401 more flexible c-put-char-property and c-clear-char-properties.
12402 Add the author's email address.
12403
12404 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
12405
12406 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
12407 closing "*/" of a block comment.
12408
12409 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
12410 subfunctions) so that it works at BOB and EOB.
12411
12412 * progmodes/cc-cmds.el, cc-vars.el: More updating of
12413 c-beginning-of-statement, including new variable
12414 c-block-comment-start-regexp.
12415
12416 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12417
12418 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
12419 symbols from `*-font-lock-extra-types' so that there's no need to
12420 use `regexp-opt' on those lists.
12421
12422 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
12423 `c-type-modifier-kwds' is empty.
12424
12425 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
12426 there are several strings on the same line.
12427
12428 * progmodes/cc-engine.el (c-literal-limits): Remove the
12429 compatibility function for older emacsen. `c-literal-limits-fast'
12430 has now taken the place of this function.
12431
12432 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
12433 with older emacsen: We now require `pps-extended-state'.
12434
12435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12436
12437 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
12438 which obviates the need to hack sentence-end. This now handles
12439 escaped newlines in strings correctly. Correct minor bugs in
12440 c-move-over-sentence and in c-beginning-of-statement.
12441
12442 * progmodes/cc-cmds.el (c-beginning-of-statement (and
12443 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
12444 that movement over macros and code are rigorously separated from
12445 eachother. Correct a few incidental bugs.
12446
12447 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
12448 Improve its doc-string. Improve the handling of certain specific cases.
12449
12450 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12451
12452 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
12453 (c-guess-basic-syntax): Change the way class-level labels are
12454 recognized; they can now contain essentially any symbols.
12455
12456 (c-opt-extra-label-key): New language variable to cope with the
12457 special protection label syntax in Objective-C.
12458
12459 (c-opt-access-key): Remove; this is now handled better by
12460 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
12461
12462 (c-complex-decl-matchers): Update to handle that
12463 `c-opt-access-key' no longer exists.
12464
12465 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
12466 improved label recognition in `c-beginning-of-statement-1'.
12467
12468 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
12469 Recognize bitfields better.
12470
12471 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
12472 Remove some cruft and fixed a bug that could cause it to go to a
12473 position further down.
12474
12475 * progmodes/cc-langs.el, cc-engine.el
12476 (c-beginning-of-statement-1): Improve detection of labels in
12477 declaration contexts.
12478
12479 (c-beginning-of-decl-1): Use it.
12480
12481 (c-nonlabel-token-key): New language constant and variable needed
12482 by `c-beginning-of-statement-1'.
12483
12484 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
12485 manifested itself due to the correction in `c-forward-sexp'.
12486
12487 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
12488 Make these behave as documented when used at the buffer limits.
12489
12490 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
12491 (c-type-decl-end-used): Made this a language variable.
12492
12493 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
12494 correctly when `combine-after-change-calls' is used together with
12495 temporary narrowings.
12496
12497 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12498 Report labels correctly when the start point is immediately after the
12499 colon.
12500
12501 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
12502 Remove since it isn't used anymore.
12503
12504 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
12505 bracket arglists such as template parens in C++.
12506
12507 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
12508 in the last check-in. Some optimization.
12509
12510 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
12511 where it could stop at the same level in a preceding sexp when
12512 PAREN-LEVEL is set.
12513
12514 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
12515 text property lookup only when it's needed.
12516
12517 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
12518 Change the policy for paren marked angle brackets to be more
12519 persistent; once marked they remain marked even when they're found
12520 to be unbalanced in the searched region. This should keep the
12521 paren syntax around even when individual lines are refontified in
12522 multiline template arglists.
12523
12524 (c-parse-and-markup-<>-arglists): New dynamically bound variable
12525 to control markup so that incorrect angle bracket arglists aren't
12526 marked in contexts where the correct value for
12527 `c-disallow-comma-in-<>-arglists' isn't known.
12528
12529 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
12530 argument has become `c-parse-and-markup-<>-arglists'.
12531
12532 (c-remove-<>-arglist-properties): Remove - no longer used.
12533
12534 (c-after-change-check-<>-operators): New function used on
12535 `after-change-functions' to avoid that "<" and ">" characters that
12536 are part of longer operators have paren syntax.
12537
12538 (c-<>-multichar-token-regexp): New language variable used by
12539 `c-after-change-check-<>-operators'.
12540
12541 (c-after-change): Call `c-after-change-check-<>-operators'.
12542
12543 (c-font-lock-<>-arglists): Use the context properties set by
12544 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
12545 correctly to avoid doing invalid markup.
12546
12547 (c-font-lock-declarations): Remove code that undoes the invalid
12548 markup done by `c-font-lock-<>-arglists'.
12549
12550 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
12551 after `c-font-lock-declarations'.
12552
12553 * progmodes/cc-engine.el (c-syntactic-skip-backward):
12554 Add paren-level feature.
12555
12556 (c-guess-basic-syntax): Improve the anchor position for
12557 `template-args-cont' in nested template arglists. There's still
12558 much to be desired in this area, though.
12559
12560 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12561
12562 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
12563 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
12564
12565 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12566
12567 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
12568 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
12569
12570 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
12571 it doesn't work no longer are supported.
12572
12573 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
12574 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
12575 requires support for the syntax-table' text property, which rules
12576 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
12577 cruft associated with those versions.
12578
12579 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
12580 for the `syntax-table' text property, which rules out Emacs 19 and
12581 XEmacs < 21.4. Removed various compatibility cruft associated
12582 with those versions.
12583
12584 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
12585 support for the `syntax-table' text property.
12586
12587 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
12588 variable and use an extra quoted face name instead. All the
12589 emacsen flavors handle that correctly.
12590
12591 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
12592 (c-font-lock-declarators, c-font-lock-declarations)
12593 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
12594 property to mark the items in in declarator lists to handle
12595 refontification inside multiline declarations better.
12596
12597 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
12598 construct like "a * b = c;" as a declaration.
12599
12600 2005-12-08 Kim F. Storm <storm@cua.dk>
12601
12602 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
12603 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
12604 select either meta, hyper, or super modifier for rectangle commands.
12605 (cua--rectangle-modifier-key): New defvar.
12606 (cua--M/H-key): Use it. Remove special case for `space'.
12607 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
12608 on X, to meta otherwise. Always bind C-return to toggle
12609 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
12610
12611 * emulation/cua-rect.el (cua-help-for-rectangle):
12612 Use cua--rectangle-modifier-key. Handle super modifier too.
12613 (cua--init-rectangles): Always bind C-return to toggle rectangle.
12614 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
12615
12616 * ido.el: Move Acknowledgements and History after Commentary.
12617 Minor changes to Commentary.
12618
12619 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
12620 keymap if cua--prefix-override-timer is `shift'.
12621 (cua--shift-control-prefix): New function; emulate "type prefix
12622 key twice" functionality to handle shifted prefix key override.
12623 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
12624 New commands.
12625 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
12626
12627 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
12628
12629 * textmodes/org.el (org-insert-heading): Try to do items before
12630 headings.
12631 (org-agenda-mode): Quote `org-agenda-mode-hook'.
12632 (org-insert-item): New function.
12633 (org-renumber-ordered-list): Don't skip to higher level lists.
12634
12635 2005-12-08 Juri Linkov <juri@jurta.org>
12636
12637 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
12638
12639 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
12640
12641 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
12642
12643 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
12644 the constructed function name fun-1.
12645
12646 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
12647 because such links don't lead to parent documentation.
12648
12649 2005-12-08 Kenichi Handa <handa@m17n.org>
12650
12651 * descr-text.el (describe-char): Use *Help-2* buffer if the
12652 current buffer is *Help*. Call describe-text-properties while
12653 setting the original buffer.
12654
12655 2005-12-07 Bill Wohler <wohler@newt.com>
12656
12657 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
12658 and causes problems with non-MH users (such as Gnus users).
12659
12660 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
12661
12662 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
12663 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
12664 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
12665 command "info sources". Move calls to GDB command "list".
12666 (gdb-find-file-hook): Just use gdb-source-file-list.
12667 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
12668 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
12669 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12670 (gdb-data-list-register-values-handler): Use correct trigger name.
12671
12672 2005-12-07 Kim F. Storm <storm@cua.dk>
12673
12674 * ido.el (ido-completion-map): Rename from ido-mode-map.
12675 (ido-common-completion-map, ido-file-completion-map)
12676 (ido-file-dir-completion-map, ido-buffer-completion-map):
12677 Rename from ido-mode-....-map.
12678 (ido-init-completion-maps): Rename from ido-init-mode-maps.
12679 (ido-setup-completion-map): Rename from ido-define-mode-map.
12680 (ido-read-internal): Bind minibuffer-local-filename-completion-map
12681 to ido-completion-map.
12682
12683 2005-12-07 Kenichi Handa <handa@m17n.org>
12684
12685 * international/mule-cmds.el
12686 (set-display-table-and-terminal-coding-system): If the coding
12687 system specified in `unibyte-display' property is different from
12688 the arg coding-system, don't setup standard-display-table.
12689
12690 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
12693 that comments end at \n, regardless of selective-display.
12694
12695 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
12696
12697 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
12698 (gdb-version): New variables.
12699 (gdb-source-file-list, gdb-register-names)
12700 (gdb-changed-registers): New variables for use with GDB 6.4+.
12701 (gdb-ann3): Replace with...
12702 (gdb-init-1, gdb-init-2): ...two new functions.
12703 (gdba, gdb-prompt): Call gdb-init-1.
12704 (gdb-get-version): New function. Call gdb-init-2 from here.
12705 (gud-watch): Make it work with mouse events too.
12706 (gdb-post-prompt): Don't add to queue until GDB version is known.
12707 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
12708 (gdb-locals-mode): Use gdb-version.
12709 (gdb-memory-format-map, gdb-memory-unit-map)
12710 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
12711 (gdb-locals-font-lock-keywords-1)
12712 (gdb-locals-font-lock-keywords-2): New variables.
12713 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
12714 (gdb-set-gud-minor-mode-existing-buffers-1)
12715 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
12716 (gdb-var-update-1, gdb-var-update-handler-1)
12717 (gdb-data-list-register-values-handler)
12718 (gdb-data-list-register-values-custom)
12719 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
12720 (gdb-stack-list-locals-handler, gdb-get-register-names):
12721 New functions for use with GDB 6.4+.
12722 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
12723 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
12724 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
12725 (gdb-stack-list-locals-regexp)
12726 (gdb-data-list-register-names-regexp): New regexps for use with
12727 GDB 6.4+.
12728
12729 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
12732
12733 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
12734
12735 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
12736 prompts work for AUTH PLAIN. Also reported by Steve Allan
12737 <seallan@verizon.net>.
12738
12739 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12740
12741 * frame.el (set-frame-parameter): Add doc string.
12742
12743 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
12744
12745 * textmodes/org.el (org-occur-highlights): New variable.
12746 (org-highlight-new-match, org-remove-occur-highlights): New functions.
12747 (org-highlight-sparse-tree-matches): New option.
12748 (org-do-occur): New function.
12749 (org-get-heading): Make it work also at beginning of line.
12750 (org-category-table): New variable.
12751 (org-get-category-table, org-get-category)
12752 (org-camel-to-words, org-link-search): New functions.
12753 (org-select-this-todo-keyword): New variable.
12754 (org-todo-list): New command.
12755 (org-shiftright, org-shiftleft): New commands.
12756 (org-agenda-todo): Add prefix argument.
12757 (org-show-hierarchy-above): New option.
12758 (org-show-todo-tree): Numerical prefix creates tree for specific
12759 TODO keyword.
12760 (org-outline-level): New function, to assign a level to plain
12761 lists items.
12762 (org-cycle-include-plain-lists): New option.
12763 (org-mode): Use `org-outline-level' as value of `outline-level'.
12764 (org-cycle): Temporarily switch `outline-regexp' if
12765 `org-cycle-include-plain-lists' is non-nil.
12766 (org-start-icalendar-file): Fix format bug.
12767 (org-agenda-get-day-entries): Create category table.
12768 (org-agenda-get-todos, org-agenda-get-timestamps)
12769 (org-agenda-get-deadlines, org-agenda-get-scheduled)
12770 (org-agenda-get-blocks): Use `org-get-category'.
12771 (org-context-in-file-links): Rename from
12772 `org-line-numbers-in-file-links'.
12773
12774 2005-12-06 Romain Francoise <romain@orebokech.com>
12775
12776 * window.el (balance-windows): Delete extraneous third arg in call
12777 to `enlarge-window'.
12778
12779 2005-12-06 Kenichi Handa <handa@m17n.org>
12780
12781 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
12782
12783 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
12784
12785 * progmodes/gdb-ui.el (gdb-var-create-handler)
12786 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
12787 (gdb-var-list-children-handler, gdb-var-update-handler):
12788 Current buffer is already gdb-partial-output-buffer, don't
12789 make it current again.
12790
12791 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
12792
12793 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
12794 (list-buffers-noselect): Use it.
12795
12796 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
12799 (mail-yank-ignored-headers): Use regexp-opt.
12800 (mail-mode-map): Move initialization into declaration.
12801 (mail-sent-via): Remove unused shadowed var `to-line'.
12802 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
12803 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
12804 (mail-do-fcc): Use dolist and push.
12805 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
12806 (mail-yank-ignored-headers): Don't autoload.
12807
12808 2005-12-05 Kenichi Handa <handa@m17n.org>
12809
12810 * international/mule-cmds.el (set-language-info-internal): New fun.
12811 (set-language-info): Call set-language-info-internal to update
12812 language-info-alist. If LANG-ENV is the current one, call
12813 set-language-environment to make INFO effective now.
12814 (set-language-info-alist): Likewise.
12815 (locale-language-names): With locale "en", use English
12816 lang. env. but set the default codings to iso-8859-1.
12817
12818 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
12819
12820 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
12821 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
12822 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
12823 for plain strings.
12824 (gdb-frames-mode): Remove redundant call to font-lock-mode.
12825 (gdb-all-registers): Rename from toggle-gdb-all-registers.
12826 Create registers buffer if necessary. Echo new state in minibuffer.
12827 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
12828
12829 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
12830
12831 * info.el (Info-fontify-node): Match external links using
12832 non-directory part of filename.
12833
12834 2005-12-04 Juri Linkov <juri@jurta.org>
12835
12836 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
12837 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
12838 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
12839 because there is no customization option for it.
12840
12841 * font-lock.el (lisp-font-lock-keywords-1):
12842 Add define-global-minor-mode.
12843
12844 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
12845
12846 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
12847 properties on the constructed variable names.
12848
12849 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12850 Put `definition-name' properties on the constructed function names
12851 next-sym and prev-sym.
12852
12853 * emacs-lisp/find-func.el (find-function-regexp):
12854 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
12855 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
12856 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
12857 and easy-menu-define.
12858
12859 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
12860 easy-mmode-define-global-mode and define-global-minor-mode.
12861 (lisp-imenu-generic-expression): Add define-global-minor-mode.
12862
12863 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
12864 instead of easy-mmode-define-global-mode.
12865
12866 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12867 Use define-minor-mode instead of easy-mmode-define-minor-mode.
12868
12869 * cus-edit.el (customize-group, customize-group-other-window):
12870 Filter out autoloaded options from the group completion list by
12871 using heuristics that autoloaded groups don't have `custom-autoload'
12872 property on their symbols (they have only `custom-loads').
12873
12874 * simple.el (completion-setup-function): Put completions-common-part
12875 face on complete completion string too (i.e. completion string
12876 without completions-first-difference face).
12877
12878 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
12879
12880 2005-12-03 Eli Zaretskii <eliz@gnu.org>
12881
12882 * view.el (view-mode): Doc fix.
12883
12884 * disp-table.el (standard-display-european): Add to the warning
12885 message a reference to the doc string.
12886
12887 * play/yow.el (apropos-zippy): Call print-help-return-message,
12888 similar to other Help and Apropos commands.
12889
12890 * help.el (print-help-return-message): If pop-up-frames is
12891 non-nil, set up help-return-method to delete the help window and,
12892 possibly, its frame as well, and don't display message about
12893 scrolling the help window. Doc fix.
12894 (help-return-method): Doc fix.
12895
12896 2005-12-03 Martin Rudalics <rudalics@gmx.at>
12897
12898 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
12899 whereby names of length one or names starting with a
12900 symbol-constituent character would not be returned.
12901
12902 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12903
12904 * subr.el (atomic-change-group): Add edebug and indentation spec.
12905
12906 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * completion.el (save-completions-file-name): Fix typo in last change.
12909
12910 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12911
12912 * info.el: Move back/forward history to the beginning of the tool bar.
12913
12914 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
12915
12916 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12917 Add fset of allout-real-isearch-abort during compile to fix
12918 byte-compilation warnings.
12919 (allout-mode-p): Move definition of this macro above all uses, or
12920 byte compilation in barren Emacs (eg, during Emacs build) will
12921 lack the definition.
12922 (allout-mode): Move this variable above any uses, or byte
12923 compilation will fail.
12924 (allout-resolve-xref): Remove use of personal file-reference function.
12925 (allout-toggle-current-subtree-encryption): Do the current (ie,
12926 visible containing) topic, rather than nearest around point. Doc fix.
12927 (allout-toggle-subtree-encryption): New function, workhorse that
12928 works on nearest topic containing point.
12929 (allout-encrypt-string): Signal requirement for newer version of pgg.
12930 (allout-resumptions): Doc fix.
12931
12932 2005-12-02 Eli Zaretskii <eliz@gnu.org>
12933
12934 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
12935
12936 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
12937
12938 * textmodes/flyspell.el (flyspell-external-point-words):
12939 Consider a misspelling as found in the string search if: (a) misspelling
12940 and found string lengths match, or (b) misspelling is found as
12941 element in a boundary-chars separated longer string, or (c)
12942 ispell-program-name is really ispell and misspelling is found as
12943 part of a TeX string. After successful match move beginning of
12944 search region to end of match. Warn about not found misspellings
12945 once the process is done.
12946 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
12947
12948 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
12949
12950 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
12951 tool bar (removed inadvertently).
12952
12953 2005-12-02 Juri Linkov <juri@jurta.org>
12954
12955 * log-view.el (log-view-diff): Clarify doc string.
12956
12957 2005-12-01 Bill Wohler <wohler@newt.com>
12958
12959 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
12960 triggers lm-verify errors.
12961
12962 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
12963
12964 * simple.el (transient-mark-mode, line-number-mode)
12965 (column-number-mode, size-indication-mode): Remove `:require nil'.
12966
12967 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
12968
12969 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
12970 in the margin also.
12971 (gdb-breakpoints-mode-map): Use D instead of d for
12972 gdb-delete-breakpoint.
12973 (gdb-get-frame-number): Require a number to match on.
12974 (gdb-threads-mode-map): Add follow-link binding.
12975
12976 2005-11-30 Jason Rumney <jasonr@gnu.org>
12977
12978 * isearch.el (isearch-mode-map): Avoid exiting search on
12979 language-change event.
12980
12981 2005-11-30 Romain Francoise <romain@orebokech.com>
12982
12983 * speedbar.el (speedbar-default-position): New defcustom.
12984 (speedbar-frame-reposition-smartly): Use it.
12985
12986 * dframe.el (dframe-reposition-frame-emacs): Fix position
12987 computation for `left' location.
12988 Update copyright year.
12989
12990 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * help.el (help-map): Move initialization into declaration.
12993
12994 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
12995
12996 * help-fns.el (help-argument-name): Don't autoload.
12997 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
12998 to be re-loaded when customizing the `help' group.
12999
13000 2005-11-30 John Paul Wallington <jpw@gnu.org>
13001
13002 * help-fns.el (describe-function-1): Fill arglist output.
13003
13004 2005-11-30 Kim F. Storm <storm@cua.dk>
13005
13006 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
13007 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
13008 after revert-buffer (or anything else which kills all local variables).
13009
13010 * apropos.el (apropos-parse-pattern): Doc fix.
13011 Set apropos-regexp directly, rather than expecting callers to do so.
13012 (apropos-command, apropos, apropos-value, apropos-documentation):
13013 Simplify calls to apropos-parse-pattern.
13014
13015 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
13016
13017 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
13018 (hi-lock-face-phrase-buffer): Use hi-yellow face.
13019 (hi-lock-write-interactive-patterns): Use comment-region.
13020
13021 * longlines.el (longlines-mode): Add mail-setup-hook.
13022
13023 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
13024
13025 * simple.el (sendmail-user-agent-compose, next-line):
13026 Conditionally use hard-newline.
13027
13028 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13029
13030 * international/latexenc.el (latex-inputenc-coding-alist):
13031 Reword doc string.
13032
13033 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
13034
13035 * help.el (describe-key-briefly, describe-key): Recognize default
13036 bindings.
13037
13038 2005-11-29 Romain Francoise <romain@orebokech.com>
13039
13040 * view.el (view-inhibit-help-message): New defcustom.
13041 (view-mode-enter): Use it.
13042
13043 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
13044
13045 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
13046 Preserve user position.
13047
13048 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
13049
13050 * font-lock.el: Throw error if facemenu is not loaded to prevent
13051 accidental change of loading order in loadup.el. (Suggested by RMS.)
13052
13053 * loadup.el: Add comment explaining why facemenu must be loaded
13054 before font-lock.
13055
13056 2005-11-28 Jay Belanger <belanger@truman.edu>
13057
13058 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
13059 (calc-dispatch-map): Add more keys for `calc-same-interface'.
13060
13061 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
13062
13063 * calc/calc-embed.el (calc-do-embedded): Update help message.
13064
13065 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
13066
13067 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
13070
13071 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
13072 called-interactively-p.
13073 (elp-profilable-p): Rename from elp-not-profilable-p.
13074 Invert result and take into account macros and autoloaded functions.
13075 (elp-instrument-function): Update call.
13076 (elp-instrument-package): Update call. Add completion.
13077 (elp-pack-number): Use match-string.
13078 (elp-results-jump-to-definition-by-mouse): Merge into
13079 elp-results-jump-to-definition and then remove.
13080 (elp-output-insert-symname): Make help echo text single-line.
13081
13082 * replace.el (query-replace-map): Move initialization into declaration.
13083 (occur-engine): Use with-current-buffer.
13084 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
13085 (occur-mode-mouse-goto): Replace with an alias.
13086
13087 2005-11-28 Juri Linkov <juri@jurta.org>
13088
13089 * simple.el (quoted-insert): Let-bind input-method-function to nil.
13090
13091 * term/w32-win.el: Bind [S-tab] to [backtab].
13092
13093 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
13094 `Info-find-file' to t.
13095
13096 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
13097 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
13098 and same-window-regexps.
13099 (occur-next-error): Don't move point for arg 0.
13100
13101 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
13102
13103 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
13104
13105 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 * log-edit.el (log-edit-changelog-use-first): New var.
13108 (log-edit-changelog-ours-p): Use it.
13109 (log-edit-insert-changelog): Set it with new arg `use-first'.
13110 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
13111 (log-edit-hook): Add them to the list of suggested options.
13112
13113 * textmodes/flyspell.el (flyspell-last-buffer): New var.
13114 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
13115 redundant work.
13116 (flyspell-mode-on): Use add-hook for after-change-functions.
13117 (flyspell-mode-off): Use remove-hook for after-change-functions.
13118 (flyspell-changes): Make it buffer-local.
13119 (flyspell-after-change-function): Make it non-interactive. Use push.
13120 (flyspell-post-command-hook): Check input-pending-p while processing
13121 the potentially long list of buffer changes.
13122
13123 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13124
13125 * buff-menu.el (list-buffers-noselect): Display the selected
13126 frame's buffer list, not the global one.
13127
13128 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13129
13130 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
13131 that (list last-input-event) works as in interactive spec.
13132
13133 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13134
13135 * loadup.el ("facemenu"): Load facemenu before font-lock, because
13136 `facemenu-keymap' needs to be defined when font-lock is loaded.
13137 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
13138
13139 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * completion.el: Remove useless leading * in defcustom docstrings.
13142 (save-completions-file-name): Use ~/.emacs.d if available.
13143 (completion-standard-syntax-table): Rename from
13144 cmpl-standard-syntax-table and fold initialization into declaration,
13145 thus removing cmpl-make-standard-completion-syntax-table.
13146 (completion-lisp-syntax-table, completion-c-syntax-table)
13147 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
13148 (cmpl-saved-syntax, cmpl-saved-point): Remove.
13149 (symbol-under-point, symbol-before-point)
13150 (symbol-under-or-before-point, symbol-before-point-for-complete)
13151 (add-completions-from-c-buffer): Use with-syntax-table.
13152 (make-completion): Don't return a list of completion entries.
13153 Update callers.
13154 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
13155 (completion-initialize): Rename from initialize-completions.
13156 (completion-find-file-hook): Rename from cmpl-find-file-hook.
13157 (kill-emacs-save-completions): Collect stats here.
13158 (save-completions-to-file, load-completions-from-file):
13159 Use with-current-buffer.
13160 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
13161 into a function. Move all calls to toplevel.
13162 (completion-lisp-mode-hook): New fun.
13163 (completion-c-mode-hook, completion-setup-fortran-mode):
13164 Set the syntax-table here. Use local-set-key.
13165 (completion-saved-bindings): New var.
13166 (dynamic-completion-mode): Make it into a proper minor mode.
13167 (load-completions-from-file): Remove unused var `num-uses'.
13168
13169 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
13170 constructor if it is explicitly overridden.
13171
13172 * complete.el (PC-completion-as-file-name-predicate):
13173 Use minibuffer-completing-file-name.
13174 (partial-completion-mode): Use find-file-not-found-functions.
13175 (PC-lisp-complete-symbol): Use with-syntax-table.
13176 (PC-look-for-include-file): Remove dead setq.
13177 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
13178 (PC-complete): Use with-current-buffer.
13179
13180 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
13181 escape single quotes.
13182
13183 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13184
13185 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
13186 of `if' whose condition always returned nil. Doc fix.
13187
13188 * buff-menu.el (Buffer-menu-revert-function): Make the selected
13189 window's buffer the current buffer around the call to
13190 `list-buffers-noselect'. This is necessary to mark that buffer
13191 with a `.' in the Buffer Menu when called from Lisp, for instance
13192 by Auto Revert Mode.
13193
13194 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13195
13196 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
13197 attaching to it.
13198 (gdb-pre-prompt): Make sure gdb-error is reset.
13199
13200 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
13201 with a child process, detect it.
13202 (gud-speedbar-buttons): Match regexp more carefully.
13203
13204 2005-11-27 Richard M. Stallman <rms@gnu.org>
13205
13206 * mouse.el (mouse-drag-move-window-bottom):
13207 Use adjust-window-trailing-edge.
13208
13209 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13210
13211 * simple.el (blink-matching-open): Ignore
13212 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
13213 (blink-matching-paren-on-screen): Update docstring.
13214
13215 * paren.el (show-paren-mode): No longer change
13216 `blink-matching-paren-on-screen'.
13217
13218 2005-11-27 John Paul Wallington <jpw@pobox.com>
13219
13220 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13221 (gdb-threads-select, gdb-edit-register-value):
13222 Use `posn-set-point' instead of `mouse-set-point' because the
13223 latter is not fbound when configured without X.
13224
13225 2005-11-27 Kim F. Storm <storm@cua.dk>
13226
13227 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
13228 existing face when partially highlighting a TAB in a rectangle.
13229
13230 2005-11-26 Kim F. Storm <storm@cua.dk>
13231
13232 * ido.el (ido-mode-map): Doc fix.
13233 (ido-mode-common-map, ido-mode-file-map)
13234 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
13235 (ido-define-mode-map): Rewrite. Select one of the new maps as
13236 parent for ido-mode-map instead of building from scratch.
13237 (ido-init-mode-maps): New defun to initialize new maps.
13238 (ido-mode): Call it.
13239 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
13240 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
13241
13242 2005-11-26 John Paul Wallington <jpw@pobox.com>
13243
13244 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
13245 `mouse-set-point' because the latter is not fbound when configured
13246 without X.
13247
13248 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
13249
13250 * files.el (file-relative-name): Doc fix.
13251
13252 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13253
13254 * progmodes/octave-inf.el (inferior-octave-startup): Force a
13255 non-empty string for secondary prompt PS2.
13256
13257 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13258
13259 * progmodes/compile.el (compilation-setup): Fix last change.
13260
13261 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
13262
13263 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13264 (gdb-mouse-toggle-breakpoint-margin)
13265 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
13266 Add gdb-server-prefix to keep out of command history.
13267 (gdb-edit-register-value): New function.
13268 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
13269 (gdb-info-registers-custom): Use above map.
13270
13271 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * custom.el (enable-theme): Signal error if argument is not a
13274 theme. Don't recalculate a face if it's not loaded yet.
13275
13276 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
13277 the `user' theme is in effect.
13278
13279 * info.el (Info-on-current-buffer): Record actual filename in
13280 Info-current-file, instead of t, or a fake filename if a non-file
13281 buffer. Make autoload.
13282 (Info-find-node, Info-revert-find-node): No need to check for
13283 Info-current-file nil.
13284 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
13285 Info-current-file is now never `t'.
13286 (Info-fontify-node): Many simplifications due to Info-current-file
13287 always being valid. Use Info-find-file to find node filename.
13288
13289 2005-11-25 David Kastrup <dak@gnu.org>
13290
13291 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
13292 new character, then delete" in order to preserve markers.
13293
13294 2005-11-25 David Ponce <david@dponce.com>
13295
13296 * recentf.el (recentf-arrange-by-rule): Handle a special
13297 `auto-mode-alist'-like "strip suffix" rule.
13298 (recentf-build-mode-rules): Handle second level auto-mode entries.
13299
13300 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
13301
13302 * viper-keym.el (viper-ESC-key): Use different values in terminal and
13303 window modes.
13304
13305 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
13306 jde-javadoc-checker-report-mode.
13307
13308 * ediff-wind (ediff-make-wide-display): Slight simplification.
13309
13310 * ediff.el (ediff-date): Change the date of last update.
13311
13312 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
13315 Use define-minor-mode, and make it a local mode. Turn on font-lock.
13316 (hi-lock-mode): New global minor mode.
13317 (turn-on-hi-lock-if-enabled): New function.
13318 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
13319 Change arguments to regexp and face instead of a font-lock pattern.
13320 Directly set face property, instead of refontifying.
13321 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
13322 (hi-lock-find-patterns): Use line-number-at-pos.
13323
13324 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
13325 arguments for hi-lock-set-pattern.
13326 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
13327 Call font-lock-fontify-buffer.
13328 (hi-lock-find-file-hook, hi-lock-current-line)
13329 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
13330
13331 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
13332 turned off.
13333
13334 * progmodes/compile.el (compilation-setup): Don't fiddle with
13335 font-lock-defaults.
13336
13337 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
13338
13339 * progmodes/gdb-ui.el (gdb-var-create-handler)
13340 (gdb-var-list-children-handler): Find values for all variable
13341 objects. gud-speedbar-buttons decides whether to display them.
13342
13343 2005-11-24 Romain Francoise <romain@orebokech.com>
13344
13345 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
13346 buffer name with a space.
13347
13348 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
13349
13350 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
13351 `org-export-local-list-max-depth'. Change default value to 3.
13352 (org-auto-renumber-ordered-lists)
13353 (org-plain-list-ordered-item-terminator): New options.
13354 (org-at-item-p, org-beginning-of-item, org-end-of-item)
13355 (org-get-indentation, org-get-string-indentation)
13356 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
13357 New functions.
13358 (org-move-item-down, org-move-item-up): New commands.
13359 (org-export-as-html): New classes for CSS support. Bug fix in
13360 regular expression detecting fixed-width regions. Respect
13361 `org-local-list-ordered-item-terminator'.
13362 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
13363 also a list item.
13364 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
13365 New item moving functions.
13366
13367 2005-11-24 Juri Linkov <juri@jurta.org>
13368
13369 * isearch.el (isearch-repeat): With empty search ring set
13370 `isearch-error' to the error string instead of signaling error
13371 with the function `error'.
13372
13373 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13374
13375 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
13376
13377 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
13378
13379 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
13380 and variable.
13381 (gdb-var-create-handler, gdb-var-list-children-handler):
13382 Don't match on "char **...".
13383 (gdb-var-update-handler): Find values for all variable objects.
13384 (gdb-info-frames-custom): Identify frames by leading "#".
13385
13386 * progmodes/gud.el (gud-speedbar-menu-items): Add
13387 gdb-speedbar-auto-raise as radio button.
13388 (gud-speedbar-buttons): Raise speedbar if requested.
13389 Don't match on "char **...".
13390 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
13391 Make it editable.
13392
13393 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
13394
13395 * info.el (Info-fontify-node): Handle the case where
13396 Info-current-file is t.
13397
13398 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * simple.el (blink-matching-open): Fix off-by-one in last change.
13401
13402 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13403
13404 * term/mac-win.el: Don't change default directory.
13405
13406 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
13407
13408 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
13409 buffers correctly. (It used to throw an error in such buffers.)
13410 Make it ask for confirmation in group buffers and other Custom
13411 buffers containing more than one customization item.
13412
13413 2005-11-22 John Paul Wallington <jpw@gnu.org>
13414
13415 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
13416 property on mail and url overlays.
13417 (goto-address-at-point): Use `posn-set-point' instead of
13418 `mouse-set-point' because the latter is not fbound when configured
13419 without X.
13420
13421 2005-11-22 Lars Hansen <larsh@soem.dk>
13422
13423 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
13424 (ls-lisp-classify, ls-lisp-format): Delete call to
13425 ls-lisp-parse-symlink.
13426 (ls-lisp-handle-switches): Handle symlinks to directories as
13427 directories when ls-lisp-dirs-first in non-nil.
13428
13429 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
13430
13431 * startup.el (command-line): Make sure that loaddefs.el is handled
13432 correctly in load-history.
13433
13434 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
13435
13436 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
13437 (gdb-struct-string, gdb-array-string): New constants.
13438 (gdb-info-locals-handler): Use them.
13439 (gdb-reset): Reset gdb-var-list to nil.
13440
13441 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
13444 in patterns.
13445
13446 2005-11-21 Juri Linkov <juri@jurta.org>
13447
13448 * custom.el (defcustom): Update link types in docstring.
13449
13450 2005-11-20 Martin Rudalics <rudalics@gmx.at>
13451
13452 * custom.el (defgroup): Add doc-string-elt info.
13453
13454 * widget.el (define-widget): Don't use declare for the doc-string-elt.
13455
13456 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13457
13458 * newcomment.el (comment-enter-backward): Fix last fix.
13459
13460 * simple.el (blink-matching-open):
13461 * paren.el (show-paren-function): Allow new paren-class info.
13462
13463 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
13464
13465 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
13466 handled automagically.
13467
13468 2005-11-20 Andreas Schwab <schwab@suse.de>
13469
13470 * descr-text.el (describe-char): When copying overlays put them
13471 over the full char description instead of just the first character
13472 of it.
13473
13474 2005-11-20 Juri Linkov <juri@jurta.org>
13475
13476 * simple.el (what-cursor-position):
13477 * descr-text.el (describe-char): Use Lisp-readable syntax
13478 for octal and hex. Reorder decimal, octal and hex values.
13479 Remove excess whitespace in the output. Use `=' in `column='
13480 like in `point=' and `Hscroll='.
13481
13482 * international/mule-cmds.el (encoded-string-description):
13483 Use Lisp-readable syntax for hex.
13484
13485 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13486
13487 * newcomment.el (comment-enter-backward): Handle the case where the
13488 comment is closed by EOB.
13489
13490 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13491
13492 * longlines.el (longlines-before-revert-hook)
13493 (longlines-after-revert-hook): New functions.
13494 (longlines-mode): Turn off longlines temporarily when reverting.
13495 Add a message-setup-hook.
13496 (longlines-decode-buffer): New function.
13497 (longlines-wrap-line): Preserve marker positions.
13498
13499 2005-11-19 Andreas Schwab <schwab@suse.de>
13500
13501 * emacs-lisp/shadow.el: Handle compressed files.
13502
13503 2005-11-19 Romain Francoise <romain@orebokech.com>
13504
13505 * net/browse-url.el (browse-url-default-browser): Signal an error
13506 if no usable browser can be found, rather than try to load w3.
13507
13508 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
13509
13510 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
13511 replacing existing properties.
13512 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13513 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
13514 tty specs.
13515 (rcirc-server-prefix, rcirc-server): New faces.
13516 (rcirc-url-regexp): Generate with rx macro.
13517 (rcirc-last-server-message-time): New variable.
13518 (rcirc-filter): Record time of last message.
13519 (rcirc-keepalive): Kill processes that did not send a message
13520 since the last ping.
13521 (rcirc-mode): Give rcirc-topic a local binding here.
13522
13523 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
13524
13525 * subr.el (read-passwd): Fontify the prompt as we do with other
13526 prompts.
13527
13528 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
13529
13530 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
13531 binding buffer-read-only to nil.
13532
13533 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13534
13535 * complete.el (partial-completion-mode):
13536 Mention completion-auto-help in the doc string.
13537
13538 * man.el (Man-highlight-references): Doc fix. Reformat code in a
13539 more Lisp-ish way.
13540
13541 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13542
13543 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
13544 digits, not 8, to avoid misalignment for files larger than 100MB.
13545
13546 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13547
13548 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
13549 Mention "keyboard shortcuts" in the help text.
13550
13551 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13552
13553 * startup.el (fancy-splash-default-action): Discard only
13554 mouse-down and succeeding mouse-up events in the splash screen
13555 window so that drag-n-drop event can be processed.
13556
13557 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
13558
13559 * longlines.el (longlines-mode): Add hacks for mail-mode and
13560 message-mode.
13561
13562 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
13563
13564 * textmodes/org.el (org-table-sort-lines): New command.
13565 (org-tbl-menu): Add entry for `org-table-sort-lines'.
13566 (org-add-file): Command removed, use `org-agenda-file-to-front'
13567 instead.
13568 (org-export-icalendar): Use `org-icalendar-combined-name'.
13569 (org-cycle-agenda-files, org-agenda-file-to-end)
13570 (org-agenda-file-to-front): New commands.
13571 (org-table-tab-jumps-over-hlines, org-export-html-style):
13572 New options.
13573 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
13574 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
13575 New functions.
13576 (org-fill-paragraph): Call `org-table-align' in tables.
13577 (org-mode): Call `org-set-autofill-regexps'.
13578 (org-export-as-html): Support for local handformatted lists.
13579 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
13580 (org-export-local-list-max-depth): New option.
13581 (org-html-expand): Use `org-html-protect'.
13582
13583 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
13584
13585 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
13586 to "p".
13587 (gdb): Move definition of gud-pp to...
13588
13589 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
13590 speedbar.
13591 (gdb-find-watch-expression): New function.
13592
13593 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13594
13595 * faces.el (face-attribute, set-face-attribute): Mention existence
13596 of `:ignore-defface' setting in docstring.
13597
13598 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * simple.el (completion-setup-function): Fix last change.
13601
13602 2005-11-17 John Paul Wallington <jpw@pobox.com>
13603
13604 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
13605 Use `posn-set-point' instead of `mouse-set-point' because the
13606 latter is not fbound when configured without X.
13607
13608 * comint.el (comint-insert-input): Likewise.
13609
13610 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13611
13612 * simple.el (hard-newline): New variable.
13613 (sendmail-user-agent-compose, next-line): Use it.
13614
13615 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
13616 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
13617 (mail-mail-reply-to, mail-mail-followup-to)
13618 (mail-position-on-field, mail-signature, mail-yank-original)
13619 (mail-attach-file): Likewise.
13620
13621 * mail/mailheader.el (mail-header-format)
13622 (mail-header-format-function): Likewise.
13623
13624 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
13625
13626 2005-11-17 Juri Linkov <juri@jurta.org>
13627
13628 * font-lock.el (font-lock-faces): Rename this defgroup from
13629 `font-lock-highlighting-faces'.
13630 (font-lock-comment-face, font-lock-comment-delimiter-face)
13631 (font-lock-string-face, font-lock-doc-face)
13632 (font-lock-keyword-face, font-lock-builtin-face)
13633 (font-lock-function-name-face, font-lock-variable-name-face)
13634 (font-lock-type-face, font-lock-constant-face)
13635 (font-lock-warning-face, font-lock-negation-char-face)
13636 (font-lock-preprocessor-face)
13637 (font-lock-regexp-grouping-backslash)
13638 (font-lock-regexp-grouping-construct): Rename :group from
13639 `font-lock-highlighting-faces' to `font-lock-faces'.
13640
13641 * cus-edit.el (lisp, c, tex):
13642 * progmodes/ada-mode.el (ada):
13643 * progmodes/asm-mode.el (asm):
13644 * progmodes/cperl-mode.el (cperl-faces):
13645 * progmodes/cpp.el (cpp):
13646 * progmodes/dcl-mode.el (dcl):
13647 * progmodes/f90.el (f90):
13648 * progmodes/fortran.el (fortran):
13649 * progmodes/icon.el (icon):
13650 * progmodes/idlwave.el (idlwave-misc):
13651 * progmodes/m4-mode.el (m4):
13652 * progmodes/make-mode.el (makefile):
13653 * progmodes/meta-mode.el (meta-font):
13654 * progmodes/modula2.el (modula2):
13655 * progmodes/octave-mod.el (octave):
13656 * progmodes/pascal.el (pascal):
13657 * progmodes/perl-mode.el (perl):
13658 * progmodes/prolog.el (prolog):
13659 * progmodes/ps-mode.el (PostScript-edit):
13660 * progmodes/scheme.el (scheme):
13661 * progmodes/sh-script.el (sh-script):
13662 * progmodes/simula.el (simula):
13663 * progmodes/tcl.el (tcl):
13664 * textmodes/nroff-mode.el (nroff):
13665 * textmodes/reftex-vars.el (reftex-fontification-configurations):
13666 * textmodes/sgml-mode.el (sgml):
13667 * textmodes/texinfo.el (texinfo):
13668 Add :link (custom-group-link font-lock-faces) to defgroup.
13669
13670 * hi-lock.el (hi-lock): Rename this defgroup from
13671 `hi-lock-interactive-text-highlighting'. Change parent group from
13672 `faces' to `font-lock'. Add link to the manual.
13673 (hi-lock-mode, hi-lock-file-patterns-range)
13674 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
13675 `hi-lock-interactive-text-highlighting' to `hi-lock'.
13676 (hi-lock-faces): Add :group `faces'.
13677
13678 * cus-edit.el (custom-variable-prompt): Clarify the code.
13679
13680 * faces.el (face-read-string): Set the default value arg of
13681 completing-read.
13682
13683 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
13684
13685 * rfn-eshadow.el (file-name-shadow-properties)
13686 (file-name-shadow-tty-properties, file-name-shadow-mode):
13687 Remove autoloads, because the file is now preloaded.
13688
13689 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * printing.el (easy-menu-intern): Don't define.
13692 (pr-get-symbol): Use easy-menu-intern only if defined.
13693
13694 * simple.el (blink-matching-open): Simplify a bit.
13695 (completion-setup-function): Fix the case of partial-completion-mode
13696 when the minibuffer's contents start with "-".
13697 Obey completion-base-size-function even when
13698 minibuffer-completing-file-name is non-nil.
13699
13700 2005-11-16 Richard M. Stallman <rms@gnu.org>
13701
13702 * net/eudcb-ph.el (eudc-ph-open-session):
13703 Use set-process-query-on-exit-flag.
13704
13705 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
13706
13707 * international/ucs-tables.el (ucs-set-table-for-input):
13708 Use make-local-variable, not make-variable-buffer-local.
13709
13710 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13711 Improve warning message text.
13712
13713 * savehist.el (savehist-save-hook): Add :group.
13714
13715 * menu-bar.el (menu-bar-help-menu):
13716 Rename Find Extra Packages to External Packages.
13717
13718 * cus-edit.el (Custom-reset-standard): Verify that
13719 :custom-standard-value prop exists before calling it.
13720
13721 * apropos.el (apropos-calc-scores): Use apropos-pattern.
13722
13723 2005-11-16 Martin Rudalics <rudalics@gmx.at>
13724
13725 * wid-edit.el (color): Enclose %t in %{...%}.
13726
13727 * cus-edit.el (face): Enclose %t in %{...%}.
13728
13729 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
13730
13731 * savehist.el (savehist-mode-hook): Re-add the var.
13732 (savehist-mode): Use it.
13733
13734 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * textmodes/flyspell.el: Fix commenting convention.
13737 Remove unnecessary leading * in custom docstrings.
13738 (flyspell-emacs): Remove unused var.
13739 (flyspell-delete-region-overlays): Use remove-overlays.
13740 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
13741 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
13742 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
13743 (flyspell-debug-signal-word-checked): Use with-current-buffer.
13744 (make-flyspell-overlay): Don't locally reuse a global name.
13745 (flyspell-highlight-incorrect-region)
13746 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
13747 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
13748 (flyspell-notify-misspell): Remove unused args `start' and `end'.
13749 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
13750 Wrap calls to accept-process-output inside with-local-quit since it's
13751 often called from a post-command-hook.
13752 (flyspell-correct-word, flyspell-auto-correct-word):
13753 Use ispell-send-string.
13754 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
13755
13756 * calendar/diary-lib.el (diary-list-entries): Also hide the
13757 terminating newline.
13758
13759 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
13760
13761 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
13762 window-system, to allow fonts on tty.
13763
13764 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
13765
13766 * progmodes/gud.el (gud-speedbar-item-info): New function.
13767 (gud-install-speedbar-variables): Use it to display data type
13768 of watch expression as a tooltip in speedbar.
13769
13770 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
13771
13772 * font-core.el (global-font-lock-mode): Add :version keyword,
13773 because default was changed.
13774
13775 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
13776
13777 * startup.el (command-line): Use `custom-reevaluate-setting' for
13778 `file-name-shadow-mode'.
13779
13780 * loadup.el: Preload rfn-eshadow.
13781
13782 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
13783 Add :version keyword.
13784 (file-name-shadow-properties, file-name-shadow-tty-properties)
13785 (file-name-shadow): Add :version keyword.
13786
13787 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
13788 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
13789 in the custom-group property of the symbol frames and the fringe
13790 group got no link to its parent group frames.
13791 Doc fix.
13792
13793 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13794
13795 * progmodes/gud.el (gud-stop-subjob): New function.
13796 (gud-menu-map, gud-tool-bar-map): Use it.
13797
13798 2005-11-16 Kim F. Storm <storm@cua.dk>
13799
13800 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
13801 than kill it.
13802 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
13803 to a more useful/logical place.
13804
13805 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13806
13807 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
13808 go buttons complementary.
13809
13810 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
13813 (rfn-eshadow-sifn-equal): New function.
13814 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
13815
13816 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
13817
13818 * viper-utils.el (viper-non-word-characters-reformed-vi):
13819 Quote `-' in string.
13820
13821 * viper.el (viper-emacs-state-mode-list): Ensure that
13822 rcirc-mode buffers come up in Emacs state.
13823
13824 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
13825 operation.
13826
13827 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13828
13829 * term.el (term-termcap-format): Fix typos.
13830 (term-down): Fix the negative argument case.
13831
13832 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13833
13834 * progmodes/gdb-ui.el: Remove face-alias left over from change on
13835 2005-08-15.
13836 (gdb-ann3): New command gud-go.
13837 (menu): Accomodate gdb-mi.el.
13838 (gdb-assembler-custom): Make buffer of selected window current
13839 so that set-window-point works.
13840
13841 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
13842 buttons and include new ones.
13843
13844 2005-11-16 Kim F. Storm <storm@cua.dk>
13845
13846 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
13847 (gud-menu-map): Use it.
13848
13849 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
13850
13851 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
13852 that works correctly for Custom and that does not override a user
13853 who disables it.
13854
13855 * help-mode.el (help-make-xrefs, help-xref-on-pp)
13856 (help-xref-interned, help-follow): Make hyperlinks for variables
13857 that are unbound, but have a non-nil variable-documentation property.
13858
13859 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
13860 mode hook. (It conflicted with defcustoms for some mode hooks.)
13861 Use the `variable-documentation' property to give the mode hook a
13862 docstring and expand that docstring.
13863
13864 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
13865
13866 * savehist.el (savehist-mode): Don't bother with
13867 `custom-set-minor-mode'.
13868 (savehist-coding-system): Check XEmacs version.
13869 (history-length): Declare also at run time.
13870 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
13871 Don't set the customize state.
13872 (savehist-minibuffer-hook): Special case for when
13873 minibuffer-history-variable is equal to t.
13874
13875 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13876
13877 * files.el (write-file): Refresh VC status.
13878
13879 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
13880 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
13881 than fundamental-mode to see if the mode was set.
13882
13883 2005-11-14 Romain Francoise <romain@orebokech.com>
13884
13885 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
13886 dummy function in `eval-when-compile' to avoid compiler warning.
13887 Require `man' at compile time.
13888
13889 2005-11-14 Jay Belanger <belanger@truman.edu>
13890
13891 * calc-alg.el (calcFunc-write-out-power): Rename it to
13892 calcFunc-powerexpand.
13893 (math-write-out-power): Rename it to math-powerexpand; have it
13894 handle negative exponents.
13895 (calc-writeoutpower): Rename it to calc-powerexpand.
13896
13897 * calc-ext.el: Change calcFunc-writeoutpower and
13898 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
13899 autoloads.
13900 Add calcFunc-ldiv to autoloads.
13901
13902 * calc-arith.el (calcFunc-ldiv): New function.
13903
13904 * calc.el (calc-left-divide): New function.
13905
13906 2005-11-14 Juri Linkov <juri@jurta.org>
13907
13908 * cus-edit.el (custom-variable-prompt): Set the default value arg
13909 of completing-read.
13910
13911 * cus-dep.el (custom-make-dependencies): Reverse the list of
13912 found dependencies.
13913
13914 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13915
13916 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
13917 Highlighting" entry, it is on by default now.
13918 (menu-bar-options-save): Do not save global-font-lock-mode.
13919
13920 2005-11-13 Richard M. Stallman <rms@gnu.org>
13921
13922 * textmodes/flyspell.el (flyspell-large-region):
13923 Call flyspell-accept-buffer-local-defs.
13924
13925 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
13926
13927 * textmodes/flyspell.el (flyspell-notify-misspell):
13928 Fix misspelling of "Misspelling".
13929 (flyspell-process-localwords): New function.
13930 (flyspell-large-region): Call flyspell-process-localwords and
13931 flyspell-delete-region-overlays.
13932 (flyspell-delete-region-overlays): New function.
13933 (flyspell-delete-all-overlays): Call that.
13934
13935 2005-11-13 Richard M. Stallman <rms@gnu.org>
13936
13937 * help.el (help-for-help-internal): Improve doc of C-h a.
13938 (describe-key): Improve prompt; doc fix.
13939
13940 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * vc-svn.el (vc-svn-registered): Catch all errors.
13943
13944 * cus-dep.el (custom-make-dependencies): Typo.
13945
13946 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
13947
13948 * net/tramp-util.el (top): Fix compilation warning.
13949
13950 2005-11-13 Kim F. Storm <storm@cua.dk>
13951
13952 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
13953
13954 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13955
13956 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
13957 (gud-speedbar-buttons): Match on "const char *" too.
13958
13959 * progmodes/gdb-ui.el (gdb-var-create-handler)
13960 (gdb-var-list-children-handler): Match on "const char *" too.
13961 (gdb-var-evaluate-expression-handler): Match on empty string.
13962 (gdb-var-update-handler): Only call
13963 gdb-var-evaluate-expression-handler when required.
13964
13965 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13966
13967 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
13968 selected window. This still doesn't work for speedbar.
13969 (gud-speedbar-buttons): Handle string expressions properly.
13970
13971 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13972 (gdb-var-create-handler): Handle string expressions properly.
13973 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
13974 Handle string expressions properly. Move "type" field into regexp.
13975
13976 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13977
13978 * bookmark.el (bookmark-maybe-message): New function to reduce
13979 code duplication: invokes `message' iff baud-rate is high enough.
13980 (bookmark-write-file): Use above instead of an inline conditional.
13981 (bookmark-load): Same.
13982
13983 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13984
13985 * bookmark.el (bookmark-write-file): Don't visit the destination
13986 file, just write the data to it using write-region. This is
13987 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
13988 change to avoid visiting the file in the first place.
13989
13990 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
13991
13992 * hi-lock.el (hi-lock-mode): Set the default value of
13993 font-lock-defaults.
13994
13995 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
13996
13997 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
13998 arg to `file-attributes'.
13999 (find-lisp-format): The UID and GID can now be strings.
14000
14001 2005-11-12 Kim F. Storm <storm@cua.dk>
14002
14003 * help.el (help-map): Bind C-h d to apropos-documentation.
14004
14005 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
14006 when point is at end-of-buffer.
14007
14008 * apropos.el (apropos-match-face): Doc fix.
14009 (apropos-sort-by-scores): Add new choice `verbose'.
14010 (apropos-documentation-sort-by-scores): New defcustom.
14011 (apropos-pattern): Now contains the pattern entered by the user.
14012 (apropos-pattern-quoted): New defvar.
14013 (apropos-regexp): New defvar, containing the regexp corresponding
14014 to apropos-pattern.
14015 (apropos-all-words-regexp): Rename from apropos-all-regexp.
14016 (apropos-read-pattern): New defun. Use it to read pattern arg in
14017 interactive calls; returns list of words for a word list, and
14018 string for a regexp.
14019 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
14020 parses a list of words or regexp as returned by apropos-read-pattern.
14021 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
14022 (apropos-score-doc): Return a very high score if the string
14023 entered by the user matches literally.
14024 (apropos-variable): Doc fix. Use apropos-read-pattern.
14025 (apropos-command): Doc fix. Use apropos-read-pattern and
14026 apropos-parse-pattern. Call apropos-print with nosubst=t.
14027 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
14028 apropos-parse-pattern.
14029 (apropos-documentation): Doc fix. Use apropos-read-pattern and
14030 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
14031 apropos-documentation-sort-by-scores. Call apropos-print with
14032 nosubst=t.
14033 (apropos-documentation-internal): Pass doc string through
14034 substitute-key-definition before adding text properties.
14035 Highlight substring matching literal user input if possible.
14036 (apropos-documentation-check-doc-file): Remove locals beg and end.
14037 Fix calculation of score (as added twice). Pass doc string through
14038 substitute-key-definition before adding text properties.
14039 (apropos-documentation-check-elc-file): Pass doc string through
14040 substitute-key-definition before adding text properties.
14041 Highlight substring matching literal user input if possible.
14042 (apropos-print): Add new arg NOSUBST; if set, command and variable
14043 doc strings have already been passed through substitute-key-definition.
14044 Add code to handle apropos-accumulator items without score element
14045 for backwards compatibility (e.g. with woman package).
14046 Only show scores if apropos-sort-by-scores is `verbose'.
14047
14048 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
14051 Add jka-compr-load-suffixes to load-suffixes.
14052
14053 * jka-compr.el: Require jka-cmpr-hook.
14054 (jka-compr-info-compress-message, jka-compr-info-compress-program)
14055 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
14056 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
14057 (jka-compr-info-can-append, jka-compr-info-strip-extension)
14058 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
14059 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
14060 (jka-compr-uninstall): Remove entries from
14061 jka-compr-added-to-file-coding-system-alist after they are used.
14062 (jka-compr-error): Remove unused var `curbuf'.
14063 (jka-compr-file-local-copy): Remove unused var `notfound'.
14064
14065 2005-11-10 Romain Francoise <romain@orebokech.com>
14066
14067 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
14068
14069 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
14070
14071 * progmodes/gud.el (gud-menu-map): Move parentheses.
14072 (gdb): New command gud-pv.
14073
14074 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * tar-mode.el: Remove spurious or unnecessary leading stars
14077 in docstrings.
14078 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
14079 (tar-parse-octal-integer-safe): Use mapc.
14080 (tar-header-block-summarize): Remove unused var `ck'.
14081 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
14082 cleared before. Obey default-enable-multibyte-characters.
14083 Use mapconcat. Simplify setting of tar-header-offset.
14084 (tar-mode-map): Move initialization inside delcaration.
14085 (tar-flag-deleted): Use `abs'.
14086 (tar-expunge-internal): Remove unused var `line'.
14087 (tar-expunge-internal): Don't hardcode point-min==1.
14088 (tar-expunge): Widen while doing set-buffer-multibyte.
14089 (tar-rename-entry): Use file-name-coding-system.
14090 (tar-alter-one-field): Don't hardcode point-min==1.
14091 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
14092 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
14093
14094 2005-11-10 Masatake YAMATO <jet@gyve.org>
14095
14096 * add-log.el (add-log-current-defun): Handle class::method
14097 notation of c++. Fix incorrect comment.
14098
14099 2005-11-10 Alan Mackenzie <acm@muc.de>
14100
14101 * help-fns.el (describe-variable): Make C-h v work when a variable
14102 has variable documentation yet is unbound.
14103
14104 2005-11-10 Masatake YAMATO <jet@gyve.org>
14105
14106 * man.el (Man-highlight-references): Set an empty
14107 string to `Man-arguments' if it is nil.
14108 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
14109
14110 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14111
14112 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
14113 commenting conventions.
14114
14115 * cus-dep.el (custom-make-dependencies): Simplify.
14116 Better follow the commenting conventions.
14117
14118 2005-11-09 Richard M. Stallman <rms@gnu.org>
14119
14120 * apropos.el (apropos-pattern): Rename from apropos-regexp.
14121 (apropos-orig-pattern): Rename from apropos-orig-regexp.
14122 All uses changed.
14123 (apropos-rewrite-regexp): Doc fix.
14124 (apropos-variable, apropos-command, apropos, apropos-value):
14125 Change prompt; carry through the argument renaming.
14126
14127 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
14128
14129 * find-lisp.el: Require dired.
14130 (find-lisp-find-dired-internal): Do not call
14131 `abbreviate-file-name' on DIR.
14132
14133 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
14134
14135 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
14136
14137 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
14138
14139 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
14140 when using the speedbar.
14141 (gdb): New command gud-pp.
14142 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
14143
14144 2005-11-09 Juri Linkov <juri@jurta.org>
14145
14146 * replace.el (occur-excluded-properties): New defcustom.
14147 (occur-1, occur-engine, occur-accumulate-lines): Use it.
14148
14149 2005-11-08 Jay Belanger <belanger@truman.edu>
14150
14151 * calc/calc-units.el (math-convert-units): Replace any composite
14152 unit by its definition.
14153
14154 2005-11-08 Lars Hansen <larsh@soem.dk>
14155
14156 * emacs-lisp/autoload.el (update-directory-autoloads):
14157 Add obsolete function alias.
14158
14159 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14160
14161 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
14162 comment-indent-function.
14163 (lisp-comment-indent): Replace by an alias for comment-indent-default.
14164
14165 * reveal.el (reveal-post-command): Rework the handling of
14166 reveal-open-spots, so as to be more reliable. There were several
14167 tricky corner cases where an open spot might be lost, or where
14168 a closed spot might end up on the list of open spots.
14169 Only reveal text that's ellipsised.
14170
14171 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
14172
14173 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
14174
14175 2005-11-07 John Paul Wallington <jpw@gnu.org>
14176
14177 * ibuffer.el (ibuffer): Search iconified frames too when
14178 getting Ibuffer buffer's window.
14179
14180 2005-11-06 Richard M. Stallman <rms@gnu.org>
14181
14182 * progmodes/compile.el (compilation-internal-error-properties):
14183 save-excursion around the computation of MARKER.
14184
14185 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
14186
14187 * textmodes/flyspell.el (flyspell-external-point-words):
14188 flyspell-get-word returns a list, not just a string.
14189
14190 2005-11-06 John Paul Wallington <jpw@pobox.com>
14191
14192 * ibuffer.el (ibuffer): Search all visible frames when getting
14193 Ibuffer buffer's window.
14194
14195 2005-11-07 Masatake YAMATO <jet@gyve.org>
14196
14197 * man.el (Man-reference-regexp): Accept spaces between
14198 `Man-name-regexp' and `Man-section-regexp'.
14199 (Man-apropos-regexp): New variable.
14200 (Man-abstract-xref-man-page): Use value for `Man-target-string'
14201 if available.
14202 (Man-highlight-references, Man-highlight-references0):
14203 Handle the case when `Man-arguments' includes "-k".
14204 (Man-highlight-references0): Rename the argument `TARGET-POS' to
14205 `TARGET'. `TARGET' can be a number, function or nil.
14206
14207 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
14208
14209 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
14210 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
14211 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
14212 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
14213 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
14214 (gdb-send-item): Use buffer-local-value and simplify.
14215
14216 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
14217
14218 * startup.el (command-line): Use `custom-reevaluate-setting' for
14219 `global-font-lock-mode'.
14220
14221 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
14222 by default, except in batch mode or when the -D option is given.
14223
14224 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
14225 specified keyword args on to `define-minor-mode'. Update docstring.
14226
14227 2005-11-05 Romain Francoise <romain@orebokech.com>
14228
14229 * replace.el (occur-engine): Add marker at end of line, too.
14230
14231 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14232
14233 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14234 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14235 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14236 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14237 argument to all these routines, so the passphrase can be managed
14238 externally and passed in to the system.
14239 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14240 pgg-add-passphrase-to-cache function.
14241
14242 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14243 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14244 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14245 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14246 argument to all these routines, so the passphrase can be managed
14247 externally and passed in to the system.
14248 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14249 function.
14250
14251 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14252
14253 * font-lock.el: Don't deal with font-lock-face-attributes here,
14254 move the code ...
14255
14256 * startup.el (command-line): ... here. Use face-spec-set instead
14257 of custom-declare-face.
14258
14259 * faces.el (face-spec-set): Reset the face if spec is not nil.
14260
14261 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14262
14263 * newcomment.el (comment-region-internal): Box more tightly in the
14264 common case where there's no TAB in the boxed text.
14265
14266 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14267
14268 * info.el (info-tool-bar-map): Use images prev-node, next-node and
14269 up-node.
14270
14271 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
14272
14273 * newsticker.el: Commentary updated. Code formatting changed.
14274 (newsticker-version): Change to "1.9".
14275 (newsticker, newsticker-feed): Doc fix.
14276 (newsticker-url-list): Doc fix. Add option "Weekly".
14277 (newsticker-retrieval-interval): Add option "Weekly".
14278 (newsticker-headline-processing): Doc fix.
14279 (newsticker-auto-mark-filter): Remove.
14280 (newsticker-auto-mark-filter-list): New.
14281 (newsticker-layout, newsticker-sort-method): Doc fix.
14282 (newsticker-hide-old-items-in-newsticker-buffer)
14283 (newsticker-heading-format, newsticker-item-format)
14284 (newsticker-desc-format): Doc fix.
14285 (newsticker-show-all-rss-elements): Remove.
14286 (newsticker-show-all-news-elements): New.
14287 (newsticker-faces, newsticker-ticker): Doc fix.
14288 (remove-from-invisibility-spec): Code formatting.
14289 (newsticker--process-ids): New.
14290 (newsticker-mode): Doc fix.
14291 (newsticker-mode): Change mode-line-format.
14292 (newsticker-start): Remove debug output.
14293 (newsticker-start-ticker): Doc fix. Add autoload cookie.
14294 (newsticker-w3m-show-inline-images): Code formatting.
14295 (newsticker-next-item): Call `force-mode-line-update'.
14296 (newsticker-previous-item): Call `force-mode-line-update'.
14297 (newsticker-next-feed): Call `force-mode-line-update'.
14298 (newsticker-previous-feed): Call `force-mode-line-update'.
14299 (newsticker-mark-all-items-at-point-as-read): Code formatting.
14300 (newsticker-show-old-items): Do not show descs.
14301 (newsticker-hide-entry): Hide too much.
14302 (newsticker-hide-entry, newsticker-show-entry)
14303 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
14304 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
14305 (newsticker-toggle-auto-narrow-to-item): Code formatting.
14306 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
14307 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
14308 (newsticker-get-news): Call `force-mode-line-update'.
14309 Collect process ids.
14310 (newsticker--sentinel): Change coding system handling.
14311 Move image retrieval to new functions newsticker--get-logo-url-*.
14312 Move feed parsing to new functions newsticker--parse-*.
14313 Update list of process ids.
14314 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
14315 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
14316 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
14317 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
14318 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14319 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
14320 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
14321 (newsticker--decode-coding-string): Remove.
14322 (newsticker--decode-numeric-entities): Check input. Format code.
14323 (newsticker--remove-whitespace): Check input.
14324 (newsticker--do-forget-preformatted): Doc fix.
14325 (newsticker--decode-rfc822-date): Allow for missing time.
14326 (newsticker--update-process-ids): New.
14327 (newsticker--image-sentinel): Change comment.
14328 (newsticker--image-read): Change error message.
14329 (newsticker--imenu-goto): Doc fix. Show headline title.
14330 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
14331 (newsticker--buffer-do-insert-text): Clean whitespace in
14332 html-rendered headline title. Code formatting.
14333 Call `newsticker--buffer-print-extra-elements'.
14334 (newsticker--buffer-print-extra-element): Remove.
14335 (newsticker--buffer-print-extra-elements): New.
14336 (newsticker--buffer-do-print-extra-element): New.
14337 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
14338 large sizes.
14339 (newsticker--run-auto-mark-filter)
14340 (newsticker--do-run-auto-mark-filter):
14341 Use `newsticker-auto-mark-filter-list'.
14342
14343 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
14344
14345 * net/rcirc.el: Use split-string OMIT-NULLS argument.
14346 (rcirc-print): Force redisplay before running hooks. Do long
14347 buffer truncation after making new text read-only. Deal with nil
14348 text when decoding strings. If TARGET is nil, use either the
14349 currently selected buffer, if it is an rcirc buffer and of the
14350 same process or the process buffer.
14351 (rcirc-mode): Remove header-line. Recompute short buffer names.
14352 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
14353 (rcirc-short-buffer-name): Add variable.
14354 (rcirc-kill-buffer-hook): Recompute short buffer names.
14355 Remove nick from private channel.
14356 (rcirc-send-input): Send command text to current-buffer.
14357 Don't clear overlay arrow here.
14358 (rcirc-short-buffer-name): Return a short buffer name.
14359 (rcirc-update-short-buffer-names, rcirc-abbreviate)
14360 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
14361 buffer-name abbreviations.
14362 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
14363 Do not touch nick-table when killing a parted channel.
14364 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
14365 Clear arrow from current buffer if it is now hidden.
14366 (rcirc-current-buffer): Add variable.
14367 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14368 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
14369 Remove -face from names.
14370 (rcirc-update-activity-string): Print "DND" when globally ignoring
14371 activity.
14372 (rcirc-ignore-buffer-activity-flag): Rename from
14373 rcirc-ignore-channel-activity.
14374 (rcirc-ignore-all-activity-flag): Doc fix.
14375 (rcirc-channels): Remove variable.
14376 (rcirc-kill-buffer-hook):
14377 (rcirc-get-buffer-create): Add nick to private channel.
14378 (rcirc-multiline-edit-submit): Remove tabs.
14379 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
14380 folded.
14381 (rcirc-remove-nick-channel): Bug fix.
14382 (rcirc-toggle-ignore-buffer-activity): Rename from
14383 rcirc-toggle-ignore-channel-activity.
14384 (rcirc-record-activity): Add buffers to the front of the list.
14385 (rcirc-update-activity): Remove killed buffers from list.
14386 (rcirc-process-server-response-1): Remove last argument if it is
14387 null before calling handler.
14388 (rcirc): Add "rcirc" defcustom prefix.
14389 (rcirc-prompt): Simplify default prompt.
14390 Use custom-initialize-default.
14391 (rcirc-private-chats): Remove variable.
14392 (rcirc-prompt): Change initialization.
14393 (rcirc-version): Remove function.
14394 (rcirc-id-string): Add constant.
14395 (rcirc-last-buffer): Remove variable.
14396 (rcirc-buffer-alist): Add variable.
14397 (rcirc-connect): Update variable setup.
14398 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
14399 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
14400 default.
14401 (rcirc-handler-generic): Trigger activity.
14402 (rcirc-send-message): Create the buffor of the target.
14403 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
14404 (rcirc-get-buffer): Just return nil if there is no matching buffer.
14405 (rcirc-multiline-edit-cancel): Remove function.
14406 (rcirc-set-last-buffer): Remove function.
14407 (rcirc-get-any-buffer): Add function.
14408 (rcirc-join-channels): Don't print /join text.
14409 (rcirc-toggle-ignore-channel-activity): Add and update echo area
14410 messages.
14411 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
14412 (rcirc-handler-NOTICE): Recognize CTCP responses.
14413 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
14414 constructing TOPIC string for buffers we are not JOINed.
14415 (rcirc-handler-CTCP-response): Add handler.
14416 (rcirc-multiline-edit-submit): Restore the window-configuration
14417 before adjusting point.
14418 (rcirc): Add customization group.
14419 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
14420 (rcirc-user-full-name, rcirc-startup-channels-alist)
14421 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
14422 (rcirc-ignore-all-activity-flag, rcirc-time-format)
14423 (rcirc-input-ring-size, rcirc-read-only-flag)
14424 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
14425 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
14426 Change defvar to defcustom.
14427 (rcirc-update-prompt): Add optional ALL arg, which will update
14428 prompts in all rcirc buffers. Regexp quote replacement text.
14429 (rcirc-fill-column): Accept frame-width as a value.
14430 (rcirc-set-changed): Add function.
14431 (rcirc-next-active-buffer): Write more meaningful messages.
14432 (rcirc-faces): Add customization group.
14433 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
14434 (rcirc-nick-in-message-face, rcirc-prompt-face)
14435 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
14436 (with-rcirc-process-buffer): Move before first usage.
14437 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
14438 (rcirc-debug-flag): Rename from `rcirc-log-p'.
14439 (rcirc-debug): Rename from `rcirc-log'.
14440 (rcirc-format-response-string): Do not print `-' chars for a
14441 NOTICE with no sender. Simplify output of server responses.
14442
14443 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14444
14445 (rcirc-browse-url-map, rcirc-browse-url-at-point)
14446 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
14447 Make urls mouse and RET clickable.
14448
14449 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14450
14451 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
14452
14453 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14454
14455 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14456 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14457 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14458 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14459 argument to all these routines, so the passphrase can be managed
14460 externally and passed in to the system.
14461 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14462 pgg-add-passphrase-to-cache function.
14463
14464 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14465 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14466 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14467 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14468 argument to all these routines, so the passphrase can be managed
14469 externally and passed in to the system.
14470 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14471 function.
14472
14473 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
14474
14475 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
14476 from goto-address-url-regexp.
14477
14478 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
14479
14480 * textmodes/org.el (org-read-date, org-goto-calendar)
14481 (org-recenter-calendar, org-agenda-goto-calendar):
14482 Temporarily clear `calendar-move-hook'.
14483
14484 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
14485
14486 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
14487 merging.
14488
14489 * ediff-util.el (ediff-previous-difference): Don't skip regions that
14490 have merge clashes.
14491
14492 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14493
14494 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14495 Undo previous change.
14496
14497 * startup.el (command-line): Use `custom-reevaluate-setting' for
14498 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
14499 tty-register-default-colors on Mac.
14500
14501 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14502
14503 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
14504 (gdb-buffer-type): Make it automatically buffer local...
14505 (gdb-get-create-buffer): ...and set it accordingly.
14506 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
14507 actually work.
14508
14509 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
14510
14511 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
14512 not red.
14513
14514 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14515
14516 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
14517 case GUD buffer is not visible.
14518 (gdb-goto-breakpoint): Try to force display in source buffer.
14519 (gdb-frame-gdb-buffer): Copy other similar functions.
14520 (gdb-restore-windows): Don't display source if not asked for.
14521 (gdb-assembler-buffer-name): Don't capitalise.
14522
14523 2005-11-03 Richard M. Stallman <rms@gnu.org>
14524
14525 * wid-edit.el (key-sequence): New widget type.
14526
14527 * simple.el (set-mark-command-repeat-pop): New variable.
14528 (set-mark-command): Only interpret plan C-@ after a pop as a pop
14529 if set-mark-command-repeat-pop is true.
14530
14531 * info.el (Info-fontify-node): Don't display extra "see" if there
14532 already is one here.
14533
14534 * mouse.el: Fix special handling of DEL after dragging a region:
14535 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
14536 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
14537
14538 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
14539
14540 * textmodes/ispell.el (ispell-command-loop): Change `i' description
14541 not to assume it pertains to an affix.
14542
14543 * textmodes/flyspell.el (flyspell-post-command-hook):
14544 Bind deactivate-mark to prevent deactivation.
14545
14546 2005-11-03 Lars Hansen <larsh@soem.dk>
14547
14548 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
14549 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
14550 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
14551
14552 2005-11-03 Romain Francoise <romain@orebokech.com>
14553
14554 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
14555 Update copyright years.
14556
14557 2005-11-03 Sam Steingold <sds@gnu.org>
14558
14559 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14560 Use system-type instead of window-system because window-system is not
14561 correctly defined during loadup.
14562
14563 2005-11-02 Mark A. Hershberger <mah@everybody.org>
14564
14565 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
14566 (xml-parse-tag): Join strings separated by a comment properly.
14567
14568 2005-11-02 Andreas Schwab <schwab@suse.de>
14569
14570 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
14571
14572 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
14575 (byte-optimize-pure-func): Quote the eval'd value.
14576
14577 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14578 Rename from perl-font-lock-syntactic-face-function.
14579 Change the calling convention so it can be used as a font-lock MATCHER.
14580 Do the parse-partial-sexp loop outselves.
14581 (perl-font-lock-syntactic-keywords): Use it.
14582 (perl-mode): Don't set font-lock-syntactic-face-function any more.
14583
14584 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
14585
14586 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
14587 disassembly buffer too.
14588 (gdb-exited): Remove overlay arrows when execution has finished.
14589 (gdb-info-frames-custom, gdb-info-threads-custom)
14590 (gdb-info-registers-custom): Don't add inappropriate text
14591 properties if inferior is not active.
14592
14593 2005-11-02 Glenn Morris <rgm@gnu.org>
14594
14595 * progmodes/fortran.el (fortran-blink-match):
14596 Use `blink-matching-delay'.
14597
14598 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
14599
14600 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
14601
14602 2005-11-02 Lars Hansen <larsh@soem.dk>
14603
14604 * net/tramp.el (tramp-action-out-of-band): Handle scp message
14605 "Permission denied".
14606
14607 2005-11-01 Richard M. Stallman <rms@gnu.org>
14608
14609 * textmodes/flyspell.el (flyspell-external-point-words):
14610 Pass nil to flyspell-get-word.
14611
14612 2005-11-02 Kim F. Storm <storm@cua.dk>
14613
14614 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
14615 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
14616
14617 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
14620 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
14621 (calendar-mouse-print-dates): Add optional `event' argument.
14622 Update interactive-spec.
14623 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
14624 Use `calendar-event-to-date' instead of `event'.
14625
14626 2005-11-02 Masatake YAMATO <jet@gyve.org>
14627
14628 * progmodes/ld-script.el (ld-script-builtins):
14629 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
14630 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
14631 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
14632
14633 2005-11-01 Romain Francoise <romain@orebokech.com>
14634
14635 * vc-sccs.el: Update copyright year.
14636 * ezimage.el: Likewise.
14637
14638 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
14639
14640 * info.el (Info-fontify-node): Use `string-width' for fontifying
14641 underlined titles.
14642
14643 2005-11-01 Juri Linkov <juri@jurta.org>
14644
14645 * info.el (Info-fontify-node): Downcase node header keywords Node,
14646 Prev, Next, Up before comparison.
14647 (Info-history): Insert absolute directory name, and put invisible
14648 property on it.
14649
14650 2005-11-01 Juri Linkov <juri@jurta.org>
14651
14652 * info.el (Info-file-supports-index-cookies): New variable.
14653 (Info-find-node-2): Check makeinfo version for index cookie support.
14654 (Info-index-nodes): Search for nodes with index cookies only when
14655 Info-file-supports-index-cookies is t. Otherwise, search nodes
14656 with "Index" in the node name.
14657 (Info-index-node): Search index cookie in the current node only when
14658 Info-file-supports-index-cookies is t. Otherwise, check the word
14659 "Index" in the node name.
14660 (Info-find-emacs-command-nodes): Remove code that searches nodes
14661 with "Index" node name in the top menu.
14662
14663 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * progmodes/scheme.el (scheme-mode-variables): Use the default
14666 comment-indent-function.
14667
14668 * faces.el (face-attribute): Handle the case where a face inherits from
14669 a non-existent face.
14670
14671 * simple.el (eval-expression-print-format): Use lisp-readable syntax
14672 for octal and hexa output, and merge the char into the paren.
14673 (kill-new): Use push.
14674 (copy-to-buffer): Use with-current-buffer.
14675 (completion-setup-function): Move code in loop to remove redundancy.
14676 (minibuffer-local-must-match-map): Don't add bindings that duplicate
14677 those inherited from minibuffer-local-completion-map.
14678
14679 * savehist.el (savehist-mode) <defcustom>:
14680 Use custom-set-minor-mode if available.
14681 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
14682 and emit a message if applicable.
14683
14684 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
14685
14686 * savehist.el: Sync up to version 19.
14687 (savehist-mode): New minor mode.
14688 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
14689 (savehist-length): Remove (use history-length instead).
14690 (savehist-file-modes): Rename from savehist-modes.
14691 (savehist-save-hook, savehist-loaded): New vars.
14692 (savehist-load): Use savehist-mode. Try to smooth up transition from
14693 old format to new format.
14694 (savehist-install): Allow savehist-autosave-interval to be nil.
14695 (savehist-save): Run the new hook. Be more careful to only trim the
14696 history variables.
14697 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
14698 (savehist-printable): Print into a buffer rather than char-by-char.
14699
14700 2005-11-01 John Wiegley <johnw@newartisans.com>
14701
14702 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
14703 toggle-ignore keybinding (C-a). The author said it had been
14704 disabled much earlier due to a possible incompatibility, but after
14705 many months of usage I have encountered no problems (and it is a
14706 rather useful option, especially for switching to " *temp*").
14707
14708 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
14709 support for OS/X's AddressBook, by calling out to the open source
14710 program "contacts" (installable through Fink).
14711
14712 * net/eudc.el (eudc-expand-inline): If the
14713 `eudc-multiple-match-handling-method' is set to `all', delete the
14714 query string before inserting the query result.
14715
14716 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
14717 flag, to prevent Eshell from using the system ls when
14718 `eshell-ls-insert-directory' is in used.
14719 (eshell-ls-insert-directory): Disable font-lock in directory
14720 buffer so that Eshell's own fontification is seen. This broke
14721 recently due to changes in font-lock, so this goes back to version
14722 21 behavior.
14723
14724 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
14725
14726 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
14727 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
14728 (gdb-many-windows): Doc fix.
14729
14730 2005-10-31 Romain Francoise <romain@orebokech.com>
14731
14732 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
14733
14734 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14735
14736 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
14737 that global-font-lock-mode can be enabled by default.
14738
14739 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
14740 (font-lock-add-keywords, font-lock-remove-keywords)
14741 (font-lock-fontify-buffer): Remove autoload cookies.
14742
14743 * jit-lock.el (jit-lock-register): Likewise.
14744
14745 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
14746
14747 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14748
14749 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
14750 intact if there is no gud-comint-buffer.
14751
14752 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
14753
14754 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
14755 old prompt comint-prompt-read-only is t and GDB commands are
14756 issued from tool bar etc.
14757
14758 2005-10-31 Masatake YAMATO <jet@gyve.org>
14759
14760 * vc.el (vc-directory-exclusion-list): Add "{arch}".
14761
14762 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14763
14764 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
14765 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
14766
14767 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
14768
14769 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
14770 starting at beginning of line. Fontification is messed up when
14771 `open-paren-in-column-0-is-defun-start' set to t.
14772 Reported by John Paul Wallington <jpw@pobox.com>.
14773
14774 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
14775
14776 * comint.el (comint-send-input): Call `comint-update-fence' when
14777 `comint-process-echoes' and `comint-prompt-read-only' are both
14778 non-nil, to avoid leftover read-only newline.
14779
14780 2005-10-30 Richard M. Stallman <rms@gnu.org>
14781
14782 * textmodes/flyspell.el (flyspell-external-point-words):
14783 Detect when WORD can't be checked properly because
14784 flyspell-get-word finds just part of it, and move on.
14785
14786 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
14787 boundarychar for Polish.
14788 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
14789 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
14790
14791 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14792
14793 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
14794 (gdb-registers-font-lock-keywords): Delete.
14795 (gdb-registers-mode): Don't fontify.
14796 (gdb-info-registers-custom): Use text properties instead as, in
14797 future, changed register values will use font-lock-warning-face.
14798 (gdb-local-font-lock-keywords): Rename to...
14799 (gdb-locals-font-lock-keywords): ...for consistency.
14800
14801 2005-10-30 Andre Spiegel <spiegel@gnu.org>
14802
14803 * vc.el (vc-switch-backend): Better error message if the buffer is
14804 not visiting a file under version control.
14805
14806 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
14807
14808 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
14809
14810 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
14811 ~/.emacs.d/.emacs.
14812
14813 2005-10-29 Richard M. Stallman <rms@gnu.org>
14814
14815 * replace.el (occur-mode-mouse-goto): Always go to other window.
14816 (occur-mode-goto-occurrence): Always switch in same window.
14817
14818 * simple.el (undo): Display message at end, not at start.
14819
14820 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
14821 New arg REUSE-CELL.
14822 (cancel-timer-internal): New function.
14823 (timer-event-handler): Use cancel-timer-internal,
14824 and pass the cell it returns to timer-activate...
14825
14826 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
14827 (jit-lock-deferred-fontify, jit-lock-context-fontify)
14828 (jit-lock-after-change): Test memory-full.
14829
14830 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14831
14832 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14833 part of the decoded armor to find the key-identifier.
14834 (pgg-gpg-lookup-key-owner): New function to return the
14835 human-readable identifier of a key owner.
14836 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14837 key itself.
14838 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14839 the key value) if we have a key and can match it against a secret
14840 key. Also, added a note pointing out fact that the prompt only
14841 indicates the first matching key.
14842
14843 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14844 pgg-decrypt-region.
14845 (pgg-pending-timers): A new hash for tracking the passphrase cache
14846 timers, so that new ones supercede old ones.
14847 (pgg-add-passphrase-to-cache): Rename from
14848 `pgg-add-passphrase-cache' to reduce confusion (all callers
14849 changed). Modified to cancel old timers when new ones are added.
14850 (pgg-remove-passphrase-from-cache): Rename from
14851 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14852 changed). Modified to cancel old timers when their keys are
14853 removed from the cache.
14854 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14855 XEmacs, an indirection to delete-itimer.
14856 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14857 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14858 users can only check cache without risk of prompting. Correct bug in
14859 notruncate behavior.
14860 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14861 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14862 Add informative docstrings.
14863 (pgg-decrypt): Convey provided passphrase in subordinate call to
14864 pgg-decrypt-region.
14865
14866 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14867 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14868 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14869 `passphrase' argument, so the passphrase can be managed externally
14870 and then passed in to the system.
14871
14872 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14873 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14874 so the passphrase cache can be used reliably with identifiers
14875 besides a pgp packet's key id.
14876
14877 * pgg-gpg.el (pgg-pgp-encrypt-region)
14878 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14879 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14880 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14881 argument to all these routines, so the passphrase can be managed
14882 externally and passed in to the system.
14883
14884 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14885 `notruncate' argument, so the passphrase cache can be used
14886 reliably with identifiers besides a pgp packet's key id.
14887
14888 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14889
14890 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14891 symmetric encryption.
14892 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14893 encrypted session key.
14894 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14895 message ask for the passphrase in a proper way.
14896
14897 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14898 New user commands for symmetric encryption.
14899
14900 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
14901
14902 * textmodes/conf-mode.el (conf-assignment-sign)
14903 (conf-assignment-regexp): Fix docstrings.
14904 (conf-mode-initialize): New function.
14905 (conf-mode): Remove optional args. Use delay-mode-hooks to
14906 recognize recursive calls.
14907 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
14908 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
14909 (conf-xdefaults-mode): Use define-derived-mode and
14910 conf-mode-initialize.
14911
14912 2005-10-29 Romain Francoise <romain@orebokech.com>
14913
14914 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
14915
14916 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14917
14918 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14919 part of the decoded armor to find the key-identifier.
14920 (pgg-gpg-lookup-key-owner): New function to return the
14921 human-readable identifier of a key owner.
14922 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14923 key itself.
14924 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14925 the key value) if we have a key and can match it against a secret
14926 key. Also, added a note pointing out fact that the prompt only
14927 indicates the first matching key.
14928
14929 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14930 pgg-decrypt-region.
14931 (pgg-pending-timers): A new hash for tracking the passphrase cache
14932 timers, so that new ones supercede old ones.
14933 (pgg-add-passphrase-to-cache): Rename from
14934 `pgg-add-passphrase-cache' to reduce confusion (all callers
14935 changed). Modified to cancel old timers when new ones are added.
14936 (pgg-remove-passphrase-from-cache): Rename from
14937 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14938 changed). Modified to cancel old timers when their keys are
14939 removed from the cache.
14940 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14941 XEmacs, an indirection to delete-itimer.
14942 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14943 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14944 users can only check cache without risk of prompting. Correct bug in
14945 notruncate behavior.
14946 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14947 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14948 Add informative docstrings.
14949 (pgg-decrypt): Convey provided passphrase in subordinate call to
14950 pgg-decrypt-region.
14951
14952 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
14953
14954 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14955 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14956 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14957 `passphrase' argument, so the passphrase can be managed externally
14958 and then passed in to the system.
14959
14960 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14961 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14962 so the passphrase cache can be used reliably with identifiers
14963 besides a pgp packet's key id.
14964
14965 * pgg-gpg.el (pgg-pgp-encrypt-region)
14966 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14967 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14968 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14969 argument to all these routines, so the passphrase can be managed
14970 externally and passed in to the system.
14971
14972 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14973 `notruncate' argument, so the passphrase cache can be used
14974 reliably with identifiers besides a pgp packet's key id.
14975
14976 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14977
14978 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14979 symmetric encryption.
14980 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14981 encrypted session key.
14982 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14983 message ask for the passphrase in a proper way.
14984
14985 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14986 New user commands for symmetric encryption.
14987
14988 2005-10-28 Bill Wohler <wohler@newt.com>
14989
14990 * help-mode.el (help-url): New button type. Calls browse-url.
14991 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
14992 Similar to Info nodes: URL `url'.
14993 (help-make-xrefs): Create help-url buttons for
14994 help-xref-url-regexp matches.
14995
14996 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
14997
14998 * tool-bar.el (tool-bar-add-item-from-menu)
14999 (tool-bar-local-item-from-menu): Fix doc strings.
15000
15001 2005-10-28 Romain Francoise <romain@orebokech.com>
15002
15003 * ldefs-boot.el: Update.
15004
15005 * subr.el (locate-library): Move from help-fns.el.
15006 * help-fns.el (locate-library): Move to subr.el.
15007
15008 2005-10-28 Richard M. Stallman <rms@gnu.org>
15009
15010 * net/tramp.el (tramp-completion-mode): defvar moved up.
15011
15012 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
15013
15014 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
15015
15016 * files.el (find-file-noselect): Use %d to format large file size.
15017
15018 * bindings.el (mode-line-format): Add %e.
15019
15020 * loadup.el ("facemenu"): Load unconditionally.
15021 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
15022 ("x-dnd"): Load, when appropriate.
15023
15024 * startup.el (command-line): Call before-init-hook earlier.
15025 Warn about some bad characters in -u user name.
15026
15027 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
15028 (flyspell-external-point-words): Error if misspelled word is not found.
15029 Set flyspell-large-region-beg at end of word.
15030
15031 2005-10-28 Andreas Schwab <schwab@suse.de>
15032
15033 * view.el (View-revert-buffer-scroll-page-forward):
15034 Use view-page-size-default.
15035
15036 2005-10-28 Juri Linkov <juri@jurta.org>
15037
15038 * international/quail.el (quail-get-current-str): Translate last
15039 raw character for deterministic input methods.
15040
15041 2005-10-27 Jay Belanger <belanger@truman.edu>
15042
15043 * calc/calc-ext.el: Add functions to autoloads.
15044 (math-identity-matrix-p, math-ident-row-p): New functions.
15045
15046 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
15047 multiplication by an identity matrix; don't turn multiplication by
15048 an inverse matrix into division.
15049 (math-div-symbol-fancy): Replace division by matrices with
15050 multiplication by inverse.
15051
15052 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
15053
15054 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
15055 (calc-writeoutpower): New functions.
15056
15057 2005-10-27 Romain Francoise <romain@orebokech.com>
15058
15059 * replace.el (occur-engine): Include colon in mouse-face highlight.
15060
15061 * dired-x.el: Change Maintainer field.
15062
15063 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
15064
15065 * longlines.el (longlines-mode): Bind after-change-functions to
15066 nil during initial decoding and final encoding.
15067
15068 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15069
15070 * term.el (term-emulate-terminal, term-handle-colors-array)
15071 (term-handle-ansi-escape): Specify the terminfo capabilities
15072 implemented.
15073
15074 2005-10-26 Richard M. Stallman <rms@gnu.org>
15075
15076 * info.el (Info-fontify-node): Fix detection of sentence-break
15077 before *Note.
15078
15079 2005-10-26 Romain Francoise <romain@orebokech.com>
15080
15081 * smerge-mode.el: Add `tools' to file keywords.
15082
15083 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
15084
15085 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
15086 when the fringe is not available.
15087
15088 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
15089 (def-gdb-auto-update-trigger): Simplify construction.
15090 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
15091 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
15092 defined explicitly.
15093 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
15094 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
15095 defined explicitly.
15096 (gdb-info-locals-custom): Remove as it's a no-op.
15097
15098 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
15099
15100 * longlines.el (longlines-mode): Remove narrowing before
15101 performing the initial decoding or final encoding.
15102
15103 2005-10-25 Romain Francoise <romain@orebokech.com>
15104
15105 * emacs-lisp/find-func.el (find-library-name): Also strip
15106 extension if library name ends in .el, to take advantage of
15107 `find-library-suffixes'.
15108
15109 2005-10-25 Richard M. Stallman <rms@gnu.org>
15110
15111 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
15112
15113 2005-10-25 Juri Linkov <juri@jurta.org>
15114
15115 * textmodes/texinfo.el (texinfo-mode): Change charset of one
15116 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
15117
15118 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
15121 (blackbox-redefine-key): Add argument `map'.
15122
15123 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
15124 regions when moving the jit-lock-context-unfontify-pos boundary.
15125
15126 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15127
15128 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
15129
15130 2005-10-25 Masatake YAMATO <jet@gyve.org>
15131
15132 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
15133
15134 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15135
15136 * play/blackbox.el (blackbox-redefine-key): New function.
15137 (blackbox-mode-map): Use it to remap existing bindings for cursor
15138 motion instead of binding literal keys.
15139
15140 2005-10-25 Glenn Morris <rgm@gnu.org>
15141
15142 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
15143 diary does not end in a newline. Do not assume a blank line at
15144 the start of the diary file.
15145
15146 2005-10-25 Kenichi Handa <handa@m17n.org>
15147
15148 * international/quail.el (quail-translate-key): If the input
15149 method is deterministic and failed to handle the last key, restart
15150 the key handling loop from an appropriate key.
15151
15152 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
15153
15154 * vc.el (vc-dired-mode): Extend comment for binding of
15155 `directory-listing-before-filename-regexp'.
15156
15157 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * textmodes/texinfo.el (texinfo-mode):
15160 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
15161 not to unnecessarily expose emacs-mule's internal char codes.
15162
15163 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
15164
15165 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
15166 Display hand pointer and help-echo on disabled icon too.
15167 (gdb-mouse-until): New function.
15168 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
15169
15170 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
15171
15172 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
15173 with 2005-10-23 change to doctor.el.
15174
15175 * finder.el (finder-mode-map): Add follow-link binding.
15176
15177 2005-10-25 Kim F. Storm <storm@cua.dk>
15178
15179 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
15180 to gdb-mouse-toggle-breakpoint-fringe.
15181 (gdb-mouse-toggle-breakpoint-margin): Rename from
15182 gdb-mouse-toggle-breakpoint. Fix doc.
15183 (gdb-mouse-toggle-breakpoint-fringe): New defun.
15184 (gdb-put-string): Add optional SPROPS arg. Add props to string.
15185 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
15186 string properties also for fringe breakpoint bitmaps.
15187
15188 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
15189
15190 * textmodes/org.el (org-start-icalendar-file): Fix format form.
15191
15192 2005-10-25 Masatake YAMATO <jet@gyve.org>
15193
15194 * simple.el (completion-common-substring):
15195 Use `completion-common-substring' prior to `completion-base-size'.
15196
15197 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
15198
15199 * savehist.el: Require CL while compiling.
15200 (savehist-history-variables): Remove.
15201 (savehist-save-minibuffer-history, savehist-additional-variables)
15202 (savehist-minibuffer-history-variables): New vars.
15203 (savehist-save): Use them.
15204 (savehist-uninstall, savehist-minibuffer-hook): New funs.
15205 (savehist-install): New fun, extracted from savehist-load.
15206 (savehist-load): Use them.
15207
15208 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
15211 a dummy doc-string-elt property.
15212 (defalias, defvaralias, define-category): Add a docstring property.
15213
15214 * image.el (defimage):
15215 * widget.el (define-widget):
15216 * custom.el (defface, defcustom): Add `doc-string' declaration.
15217
15218 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
15219 (defadvice): Add `doc-string' declaration.
15220
15221 * emacs-lisp/byte-run.el (macro-declaration-function):
15222 Handle `doc-string' declarations.
15223 (define-obsolete-function-alias, define-obsolete-variable-alias):
15224 Add `doc-string' declaration.
15225
15226 2005-10-24 Kenichi Handa <handa@m17n.org>
15227
15228 * international/utf-7.el (utf-7): Add autoload cookie.
15229
15230 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
15231
15232 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15233
15234 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
15235 list of directories passed to batch-update-autoloads. Add "." to
15236 the list of the echoed directories.
15237
15238 * pgg-def.el:
15239 * pgg-gpg.el:
15240 * pgg-parse.el:
15241 * pgg-pgp.el:
15242 * pgg-pgp5.el:
15243 * pgg.el: Moved here from the gnus subdirectory.
15244
15245 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
15246
15247 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
15248 in case comint-prompt-read-only is set to t.
15249
15250 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
15251 in case comint-prompt-read-only is set to t.
15252
15253 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
15254
15255 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
15256 Now a string.
15257 (icalendar-import-format): Handle CLASS, STATUS, URL.
15258 Rename `subject' to `summary'.
15259 (icalendar-import-format-summary): Rename from
15260 `icalendar-import-format-subject'.
15261 (icalendar-import-format-url, icalendar-import-format-status)
15262 (icalendar-import-format-class): New variables.
15263 (icalendar--rris): Take variable argument list.
15264 (icalendar--datestring-to-isodate): Remove unnecessary
15265 calendar-style check when converting dates with explicit month names.
15266 (icalendar-export-region): Change return type of conversion
15267 subroutines. Bury current buffer unless error occurred.
15268 (icalendar--convert-to-ical)
15269 (icalendar--parse-summary-and-rest): New functions.
15270 (icalendar--convert-ordinary-to-ical)
15271 (icalendar--convert-weekly-to-ical)
15272 (icalendar--convert-yearly-to-ical)
15273 (icalendar--convert-block-to-ical)
15274 (icalendar--convert-cyclic-to-ical)
15275 (icalendar--convert-anniversary-to-ical): Change return type.
15276 Strip trailing blanks from subject.
15277 (icalendar--convert-sexp-to-ical): Change return type.
15278 Strip trailing blanks from subject. Handle simple sexp
15279 entries as generated by icalendar.el.
15280 (icalendar--convert-float-to-ical)
15281 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
15282 (icalendar-import-file): Doc fix.
15283 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
15284 Correct call to icalendar--rris.
15285 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
15286 `summary'.
15287 (icalendar--add-diary-entry): Rename `subject' to `summary'.
15288
15289 2005-10-24 Romain Francoise <romain@orebokech.com>
15290
15291 * server.el (server-sentinel): Set query-on-exit flag to nil on
15292 new client processes (it isn't inherited from the server process).
15293
15294 * replace.el (occur-engine): Rearrange text properties.
15295
15296 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
15299 case-fold-search is nil.
15300 (debug-help-follow): Use help-xref-interned directly.
15301
15302 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15303
15304 * thumbs.el (thumbs-image-type): Add .pbm.
15305
15306 2005-10-23 Richard M. Stallman <rms@gnu.org>
15307
15308 * faces.el (inhibit-face-set-after-frame-default): New variable.
15309 (set-face-attribute): Bind it.
15310 (face-set-after-frame-default): Test it.
15311
15312 * help-fns.el (describe-simplify-lib-file-name): New function.
15313 (describe-function-1, describe-variable): Use it.
15314
15315 * faces.el (describe-face): Use describe-simplify-lib-file-name.
15316
15317 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
15318 Eliminate nil as possible value.
15319 (tooltip-hide-delay): Reduce internal-border-width.
15320
15321 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
15322 (menu-bar-file-menu) <new-file>: Likewise.
15323
15324 * simple.el (line-move-finish): Ignore fields computing LINE-END.
15325
15326 * international/mule.el (load-with-code-conversion):
15327 Pass full file name to `eval-buffer' unless preloading.
15328
15329 * textmodes/flyspell.el (flyspell-large-region):
15330 Call ispell-check-version.
15331
15332 * textmodes/ispell.el (ispell-local-dictionary-overridden):
15333 Fix the make-variable-buffer-local call that was supposed
15334 to be for this variable.
15335 (ispell-aspell-supports-utf8): Doc fix.
15336 (ispell-find-aspell-dictionaries): Preserve elements of
15337 ispell-dictionary-alist for dictionaries that aspell doesn't report.
15338 (ispell-aspell-find-dictionary): Return nil on error.
15339
15340 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
15341 (doctor-symptoms): Likewise.
15342
15343 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
15344
15345 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15346
15347 * cus-edit.el (custom-button, custom-button-pressed): New vars.
15348 (custom-raised-buttons): Add :set spec.
15349 (custom-button-unraised, custom-button-pressed-unraised):
15350 New faces, so that custom-raised-buttons actually does something.
15351 (custom-mode): Use custom-button and custom-button-pressed.
15352
15353 * wid-edit.el (widget-specify-button): Don't ignore
15354 widget-mouse-face on graphic terminals.
15355 (widget-move-and-invoke): Cleanup.
15356
15357 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
15358
15359 * whitespace.el (whitespace-cleanup): Doc fix.
15360
15361 2005-10-23 Romain Francoise <romain@orebokech.com>
15362
15363 * emulation/viper.el (viper-set-hooks): Quote forms passed to
15364 `eval-after-load' to avoid evaluating their result.
15365
15366 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
15367
15368 * files.el (directory-listing-before-filename-regexp):
15369 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
15370
15371 * dired.el (dired-move-to-filename-regexp): Remove.
15372 All occurences replaced by `directory-listing-before-filename-regexp'.
15373
15374 * dired-x.el, locate.el, vc.el:
15375 Replace `dired-move-to-filename-regexp' by
15376 `directory-listing-before-filename-regexp'. In vc.el it is
15377 overwritten locally; maybe this can be handled in files.el too.
15378
15379 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
15380 replaced by `directory-listing-before-filename-regexp'.
15381
15382 2005-10-23 Andreas Schwab <schwab@suse.de>
15383
15384 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
15385 and eval-next-after-load.
15386
15387 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
15388
15389 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
15390 exist, create it.
15391
15392 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
15393
15394 * allout.el: Remove autoloads for mailcrypt and crypt++.
15395 Require pgg, pgg-gpg during compilation.
15396 (allout-version): Increment version number to 2.1, and use a literal
15397 rather than RCS Id.
15398 (allout-default-encryption-scheme): Remove.
15399 (allout-passphrase-verifier-handling)
15400 (allout-passphrase-verifier-string)
15401 (allout-file-passphrase-verifier-string)
15402 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
15403 (allout-passphrase-hint-handling): Rename and simplify.
15404 (allout-init): Use `find-file-hook' if available, otherwise
15405 `find-file-hooks'.
15406 (allout-mode): Use `write-file-functions' if available, otherwise
15407 `local-write-file-hooks' and, instead of making auto-save-hook
15408 buffer local, make the write-file-hook activity contingent to
15409 allout-mode.
15410 (allout-mode): Use key-binding substitution in the docstring.
15411 (allout-kill-line): Spell-out kill ring data structure mutation
15412 instead of using byte-compiler-complaint-provoking `pop'.
15413 (allout-insert-listified): Use `insert' rather than `insert-string'
15414 (allout-toggle-current-subtree-encryption): Update docstring, adjust
15415 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
15416 (allout-encrypt-string): Totally revamped vis new underlying
15417 encryption facilities.
15418 (allout-mc-activate-passwd): Remove.
15419 (allout-obtain-passphrase): New, more or less replaces
15420 allout-mc-activate-passwd.
15421 (allout-encrypted-key-info): More or less replaces
15422 allout-encrypted-text-type.
15423 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
15424 (my-mark-marker): Use `(featurep 'xemacs)'.
15425
15426 2005-10-23 Lars Hansen <larsh@soem.dk>
15427
15428 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
15429 (byte-compile-file-form-defmumble, byte-compile-defun)
15430 (byte-compile-defmacro): Use it.
15431 (byte-compile-form): Don't call byte-compile-set-symbol-position
15432 when a byte-compile handler is called.
15433
15434 2005-10-22 Romain Francoise <romain@orebokech.com>
15435
15436 * savehist.el (savehist-history-variables): Add `grep-find-history'.
15437
15438 * subr.el (eval-after-load): Convert library name to an absolute
15439 file name using locate-library, since load-history no longer has
15440 library names in it.
15441
15442 2005-10-22 Richard M. Stallman <rms@gnu.org>
15443
15444 * files.el (make-temp-file): Move from subr.el.
15445 * subr.el (make-temp-file): Move to files.el.
15446
15447 * window.el (get-buffer-window-list): Move from subr.el.
15448 * subr.el (get-buffer-window-list): Move to window.el.
15449
15450 * image.el (image-load-path): Use eval-at-startup to initialize.
15451
15452 * subr.el (eval-at-startup): New macro.
15453
15454 * subr.el: Much rearrangement of functions and division
15455 into pages. No code changes.
15456
15457 2005-10-22 Kenichi Handa <handa@m17n.org>
15458
15459 * tar-mode.el (tar-extract): Be sure to call
15460 find-operation-coding-system if set-auto-coding doesn't find a
15461 coding system.
15462
15463 2005-10-22 Kim F. Storm <storm@cua.dk>
15464
15465 * image.el (image-type-header-regexps): Rename from image-type-regexps.
15466 Change users.
15467 (image-type-file-name-regexps): New defconst.
15468 (image-type-from-data): Simplify loop.
15469 (image-type-from-buffer): New defun.
15470 (image-type-from-file-header): Use it instead of image-type-from-data.
15471 Use image-search-load-path instead of only looking in data-directory.
15472 (image-type-from-file-name): New defun.
15473 (image-search-load-path): Change `pathname' to `filename'.
15474 Make PATH arg optional, default to image-load-path.
15475
15476 2005-10-21 Richard M. Stallman <rms@gnu.org>
15477
15478 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
15479
15480 * textmodes/paragraphs.el (sentence-end-base): New variable.
15481 (sentence-end): Use sentence-end-base.
15482
15483 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * font-lock.el (font-lock-default-fontify-region): Check the multiline
15486 property independently from the font-lock-multiline variable.
15487
15488 2005-10-21 Richard M. Stallman <rms@gnu.org>
15489
15490 * emacs-lisp/find-func.el (find-library-name): Doc fix.
15491
15492 * startup.el (command-line): Convert library names
15493 in `load-history' to absolute file names.
15494
15495 * subr.el (symbol-file): Doc fix.
15496
15497 * loadhist.el (file-loadhist-lookup): Call locate-library
15498 instead of find-library-name. Don't try converting
15499 abs file names to library names, since load-history no longer
15500 has library names in it.
15501 (file-dependents, file-provides, file-requires): Doc fixes.
15502
15503 2005-10-21 Juri Linkov <juri@jurta.org>
15504
15505 * progmodes/etags.el (tags-table-mode): New function.
15506 (tags-verify-table): Replace initialize-new-tags-table with
15507 tags-table-mode.
15508
15509 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
15510 default value.
15511 (desktop-modes-not-to-save): Add tags-table-mode to the
15512 default value.
15513
15514 * info.el (Info-index-next): Add total number of index
15515 alternatives to the message.
15516
15517 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
15518 backward only space (instead of space and period) before looking
15519 at sentence end.
15520
15521 * simple.el (set-variable): Use user-variable-p instead of symbolp.
15522 Add the old variable value as 4th default-value arg of read-string.
15523
15524 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15525
15526 * cus-face.el (custom-declare-face): Make face from X resources
15527 also on Mac.
15528
15529 * disp-table.el (standard-display-g1, standard-display-graphic):
15530 Refuse to use string glyphs also on Mac.
15531 (standard-display-european): Don't set terminal coding system also
15532 on Mac.
15533
15534 * frame.el (display-screens): Use x-display-screens also on Mac.
15535
15536 2005-10-21 Romain Francoise <romain@orebokech.com>
15537
15538 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
15539
15540 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15541
15542 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
15543 and $? into sexps.
15544
15545 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
15546 warning face on open-paren-in-column-0.
15547
15548 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
15549 boundary case. Fix typo.
15550 Suggested by Martin Rudalics <rudalics@gmx.at>.
15551
15552 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
15553
15554 * textmodes/org.el (org-combined-agenda-icalendar-file)
15555 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
15556 (org-export-icalendar-this-file)
15557 (org-export-icalendar-all-agenda-files)
15558 (org-export-icalendar-combine-agenda-files): New commands.
15559 (org-export-icalendar, org-print-icalendar-entries)
15560 (org-start-icalendar-file, org-finish-icalendar-file)
15561 (org-ical-ts-to-string): New functions.
15562 (org-read-date, org-goto-calendar)
15563 (org-agenda-goto-calendar): Inhibit displaying diary entries by
15564 call to `calendar'.
15565 (orgtbl-setup): Remove the :keys arguments from the menu description.
15566 (org-after-save-iCalendar-file-hook): New variable.
15567
15568 2005-10-21 Kenichi Handa <handa@m17n.org>
15569
15570 * language/vietnamese.el (tcvn-5712): Make it an alias of
15571 vietnamese-tcvn coding-system.
15572
15573 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
15574
15575 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
15576 group id is given.
15577
15578 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * progmodes/sh-script.el (sh-escaped-line-re): New var.
15581 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
15582 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
15583 whose line is either continued or ends with a comment.
15584
15585 2005-10-20 Romain Francoise <romain@orebokech.com>
15586
15587 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
15588
15589 * replace.el (occur-engine): Add follow-link property.
15590
15591 * font-core.el (font-lock-mode): Doc fix.
15592
15593 2005-10-20 Richard M. Stallman <rms@gnu.org>
15594
15595 * net/rcirc.el: New file.
15596
15597 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
15598
15599 * term.el (term-term-name): Initialize to "eterm-color".
15600
15601 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
15602
15603 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
15604 for encryption functionality.
15605 Move allout customization subgroup from `editing' to `outlines' group.
15606 Fix commentary keywords to legitimate ones.
15607 Update author info (using my current email address, obscurified).
15608 (allout-encrypt-string, allout-encryption-produce-work-buffer)
15609 (allout-encrypted-topic-p, allout-encrypted-text-type)
15610 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
15611 (allout-situate-encryption-key-verifier)
15612 (allout-get-encryption-key-verifier, allout-verify-key)
15613 (allout-next-topic-pending-encryption)
15614 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
15615 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
15616 (outline-key-verifier-handling, outline-key-hint-handling)
15617 (outline-encrypt-unencrypted-on-saves): New defcustoms.
15618 (allout-file-key-verifier-string, allout-encryption-scheme)
15619 (allout-key-verifier-string, allout-key-hint-string)
15620 (allout-after-save-decrypt): New variables.
15621 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
15622 (allout-after-saves-handler): New hook functions.
15623 (allout-post-command-business): Do allout-after-save-decrypt.
15624 (allout-enable-file-variable-adjustment): Custom var to enable
15625 mechanism for adding and adjusting settings of Emacs file variables.
15626 (allout-adjust-file-variable, allout-file-vars-section-data):
15627 New functions, implement the mechanism.
15628 (outlineify-sticky): Use the file vars mechanism.
15629 (allout-inhibit-protection, allout-during-write-cue)
15630 (allout-override-protect, allout-before-change-protect): Remove.
15631 (allout-flag-region, allout-open-topic): Adjust read-only text.
15632 (allout-open-line-not-read-only): Add to facilitate read-only
15633 text based protection.
15634 (allout-kill-line): Revise to adjust read-only text, clue the
15635 user about the inhibition.
15636 (allout-unprotected): Use unwind-protect.
15637 (allout-shift-in, allout-shift-out): Disallow manually shifting a
15638 topic deeper than the offspring depth of the previous topic -
15639 avoiding confusing "containment discontinuities".
15640 (allout-reindent-bodies): Fix retention of body relative hanging
15641 indent during promotion of collapsed bodies.
15642 (allout-open-topic): Make it easy to open new topic with same
15643 bullet as current topic - topic creation functions provided with
15644 any universal argument provokes now prompt for bullet, defaulting
15645 to the bullet of the previous topic.
15646 (allout-plain-bullets-string, allout-distinctive-bullets-string):
15647 Plain bullet alternates `.' period and `,' comma only. All other
15648 bullets are relegated to special status (but customizable).
15649 (allout-end-of-entry): Rename from allout-end-of-current-entry
15650 since it actually operates w.r.t. most immediately containing
15651 entry, visible or not.
15652 (allout-hide-current-entry, allout-show-current-entry): Use the
15653 revised version.
15654 (allout-old-expose-topic): Solidify deprecation.
15655 (allout-end-of-subtree): Add so we can span concealed as well
15656 as visible topics.
15657 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
15658 (allout-end-of-current-heading): Tweak to just respect the first line.
15659 (allout-get-body-text): Add.
15660 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
15661 when invoked interactively.
15662 (allout-up-current-level): Use `interactive-p'.
15663 (allout-mode, allout-init): Miscellaneous docstring and
15664 operational refinements, as well as hookups of new encryption stuff.
15665 (allout-beginning-of-current-entry): Now works as advertised.
15666 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
15667 (allout-isearch-rectification): Refine condition for isearching.
15668 (allout-isearch-abort, allout-enwrap-isearch)
15669 (allout-flag-region, my-region-active-p): Relocate some macros.
15670 (allout-title): Fallback title is (buffer-name), not
15671 non-existing (current-buffer-name).
15672 (subst-char-in-string): Define if absent (for some XEmacs versions).
15673
15674 2005-10-20 Jari Aalto <jari.aalto@cante.net>
15675
15676 * mail/sendmail.el (mail-setup-hook, mail-aliases)
15677 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
15678 (mail-citation-prefix-regexp, mail-signature-file)
15679 (mail-default-headers, mail-bury-selects-summary)
15680 (mail-send-nonascii): Add autoload cookies.
15681
15682 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15683
15684 * frame.el (blink-cursor-mode): Add `mac' to the list of
15685 window-system's that support blinking cursor.
15686
15687 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15688
15689 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
15690
15691 2005-10-20 Eli Zaretskii <eliz@gnu.org>
15692
15693 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
15694 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
15695 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
15696
15697 2005-10-20 Kim F. Storm <storm@cua.dk>
15698
15699 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
15700 (ido-set-current-directory): Don't add / after final @.
15701 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
15702 Explicitly handle ange-ftp completion oddities.
15703 (ido-make-file-list): Don't rotate list at tramp root to avoid
15704 triggering tramp file handler for expand-file-name via get-file-buffer.
15705
15706 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
15709
15710 2005-10-19 Jay Belanger <belanger@truman.edu>
15711
15712 * calc/calc-units.el (math-standard-units): Add units, adjust
15713 symbols and update values.
15714 (math-unit-prefixes): Add more prefixes.
15715
15716 2005-10-19 Romain Francoise <romain@orebokech.com>
15717
15718 * bookmark.el (bookmark-menu-heading): New face.
15719 (bookmark-bmenu-list): Use it.
15720 Don't fiddle with `baud-rate' at top-level.
15721
15722 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
15723
15724 * image.el (create-image, find-image): Mention max-image-size in
15725 docstring.
15726
15727 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * savehist.el (savehist-load): Revert to checking XEmacs.
15730
15731 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
15732 Various docstring and line-width fixups.
15733 (conf-mode): Use cond.
15734 Set font-lock-defaults. Don't set comment-use-syntax.
15735
15736 2005-10-18 David Ponce <david@dponce.com>
15737
15738 * tree-widget.el (tree-widget-button-click): New function.
15739 (tree-widget-button-keymap): Use it.
15740
15741 2005-10-18 Romain Francoise <romain@orebokech.com>
15742
15743 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15744 (bookmark-bmenu-hide-filenames): Add follow-link property.
15745 Improve help-echo text.
15746
15747 * ffap.el (find-file-at-point): Doc fix.
15748
15749 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15750
15751 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
15752
15753 2005-10-18 Masatake YAMATO <jet@gyve.org>
15754
15755 Install to the CVS repository what I forgot to install in my
15756 2005-10-16 changes.
15757
15758 * progmodes/python.el (python-complete-symbol): Pass the common
15759 prefix substring of completion to `display-completion-list'.
15760
15761 * textmodes/org.el (org-complete): Ditto.
15762
15763 2005-10-18 Masatake YAMATO <jet@gyve.org>
15764
15765 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
15766
15767 * woman.el (WoMan-xref-man-page): New button type derived
15768 from `Man-abstract-xref-man-page'.
15769 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
15770
15771 * man.el (Man-abstract-xref-man-page): New button type.
15772 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
15773 (Man-highlight-references): Add new optional argument `xref-man-type'.
15774
15775 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15776
15777 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
15778
15779 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15780
15781 * cus-edit.el (Custom-move-and-invoke): Delete.
15782 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
15783
15784 * wid-edit.el (widget-move-and-invoke): New function, from
15785 Custom-move-and-invoke.
15786
15787 2005-10-17 Bill Wohler <wohler@newt.com>
15788
15789 Move all remaining images from lisp/toolbar to etc/images, move
15790 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
15791 the low resolution images in their own directory (low-color).
15792
15793 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
15794 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
15795 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
15796 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
15797 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
15798 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
15799 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
15800
15801 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
15802 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
15803 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
15804 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
15805 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
15806 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
15807 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
15808 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
15809 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
15810 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
15811 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
15812 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
15813 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
15814 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
15815 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
15816
15817 To conform with convention, replace the underscore (_) in the
15818 following image names with dash (-) or (/) as appropriate.
15819
15820 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
15821 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
15822 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
15823 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
15824 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
15825 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
15826 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
15827 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
15828 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
15829 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
15830 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
15831 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
15832 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
15833 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
15834 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
15835
15836 * info.el (info-tool-bar-map): Replace underscores in image names
15837 with dashes.
15838
15839 * makefile.w32-in (WINS): Remove toolbar.
15840
15841 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
15842
15843 * tool-bar.el: Move to lisp from toolbar. Now that
15844 toolbar is empty, it should be deleted when folks run "cvs up -P".
15845
15846 2005-10-18 Jay Belanger <belanger@truman.edu>
15847
15848 * calc/calc-store.el (calc-store-into): Get the proper variable name
15849 to display in message.
15850
15851 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15852
15853 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
15854 expressions display in speedbar for all buffers when debugging.
15855 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
15856
15857 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
15858 (speedbar-insert-button, speedbar-make-button):
15859 Use add-text-properties.
15860 (speedbar-update-localized-contents)
15861 (speedbar-update-directory-contents)
15862 (speedbar-update-special-contents): Use dolist.
15863 (speedbar-buffer-easymenu-definition): Add a menu separator.
15864
15865 2005-10-17 Jason Rumney <jasonr@gnu.org>
15866
15867 * makefile.w32-in: Use $(lisp) consistently.
15868 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
15869 for shell specific generation of mh-autoloads.
15870
15871 2005-10-17 Richard M. Stallman <rms@gnu.org>
15872
15873 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
15874
15875 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * jit-lock.el (jit-lock-fontify-now):
15878 Move jit-lock-context-unfontify-pos to avoid wasted work.
15879
15880 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
15881
15882 * net/tramp.el (tramp-completion-mode): New defvar. Used in
15883 `tramp-completion-mode' for checking if we are in completion mode.
15884 (tramp-completion-handle-file-name-all-completions): Reorder code
15885 in order to complete for file names only in case there are no
15886 method/user/host completions. This is necessary for cooperation
15887 with ido. Reported by Kim F. Storm <storm@cua.dk>.
15888
15889 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
15890
15891 * longlines.el (longlines-search-forward)
15892 (longlines-search-backward): Match any number of spaces.
15893
15894 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
15895
15896 * diff-mode.el (diff-mode): Doc fix.
15897
15898 2005-10-16 David Reitter <david.reitter@gmail.com>
15899
15900 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
15901 as default on darwin and windows systems.
15902
15903 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
15904
15905 * arc-mode.el (archive-zip-extract): Doc fix.
15906
15907 2005-10-16 Romain Francoise <romain@orebokech.com>
15908
15909 * mouse.el (mouse-1-click-follows-link): Doc fix.
15910
15911 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * savehist.el: Don't require CL at runtime.
15914 (savehist-xemacs): Remove.
15915 (savehist-coding-system): Use utf-8 if present, regardless of religion.
15916 (savehist-no-conversion): Use (featurep 'xemacs).
15917 (savehist-load): Check existence of start-itimer rather than XEmacs.
15918 Use an idle timer.
15919 (savehist-process-for-saving): Replace use of CL funs `subseq' and
15920 `delete-if-not'.
15921
15922 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
15923
15924 * savehist.el: Newer version.
15925 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
15926 (savehist-last-checksum, savehist-no-conversion): New vars.
15927 (savehist-autosave, savehist-process-for-saving, savehist-printable):
15928 New functions.
15929 (savehist-load, savehist-save): Use them.
15930 (savehist-delimit): Remove.
15931
15932 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * progmodes/compile.el (compilation-goto-locus): Display the
15935 compilation buffer first and the source buffer second, in case they're
15936 in overlapping frames. Don't raise the compilation frame if it was the
15937 selected window upon entry. Pass the `other-window' arg to
15938 pop-to-buffer.
15939
15940 * info.el (Info-fontify-node): Use dolist.
15941 Change add-text-properties to put-text-property.
15942
15943 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15944
15945 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15946 bound of search.
15947
15948 2005-10-16 Masatake YAMATO <jet@gyve.org>
15949
15950 * dabbrev.el (dabbrev-completion): Pass the common
15951 prefix substring of completion to `display-completion-list'.
15952
15953 * filecache.el (file-cache-minibuffer-complete)
15954 (file-cache-complete): Ditto.
15955
15956 * tempo.el (tempo-display-completions): Ditto.
15957
15958 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
15959
15960 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
15961
15962 * eshell/em-hist.el (eshell-list-history): Ditto.
15963
15964 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
15965
15966 * mail/mailalias.el (mail-complete): Ditto.
15967
15968 * progmodes/etags.el (complete-tag): Ditto.
15969
15970 * progmodes/make-mode.el (makefile-complete): Ditto.
15971
15972 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
15973
15974 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
15975
15976 * progmodes/pascal.el (pascal-complete-word)
15977 (pascal-show-completions): Ditto.
15978
15979 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
15980
15981 * simple.el (completion-common-substring): New variable.
15982 (completion-setup-function): Use `completion-common-substring'
15983 to put faces.
15984
15985 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15986
15987 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
15988 (x-get-selection, mac-select-convert-to-string): Convert from/to
15989 UTF-16 clipboard data as in native byte order, no BOM.
15990
15991 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
15992
15993 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15994 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
15995 (gud-sentinel): Use speedbar-frame to check for speedbar.
15996
15997 2005-10-15 Richard M. Stallman <rms@gnu.org>
15998
15999 * savehist.el: New file.
16000
16001 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
16002
16003 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16004 Fix bug in \bf fontification.
16005
16006 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16007
16008 * pcvs.el (cvs-edit-log-files): New var.
16009 (cvs-mode-edit-log): New arg `file'.
16010 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
16011 Instead force the use of the original file and nothing else.
16012 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
16013 the cvs-minor-wrap-function is set.
16014 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
16015
16016 2005-10-14 Bill Wohler <wohler@newt.com>
16017
16018 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
16019 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
16020 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
16021 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
16022 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
16023 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
16024 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
16025 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
16026 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
16027 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
16028 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
16029 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
16030 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
16031 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
16032 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
16033
16034 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16035 appropriately (for example, gud-break to gud/break).
16036
16037 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
16038
16039 * longlines.el (longlinges-search-function)
16040 (longlines-search-forward, longlines-search-backward): New functions.
16041 (longlines-mode): Set isearch-search-fun-function to
16042 longlinges-search-function.
16043
16044 * mouse.el (mouse-drag-region-1): Handle the case where a
16045 double-click event is bound to an arbitrary function.
16046
16047 2005-10-14 David Ponce <david@dponce.com>
16048
16049 * recentf.el (recentf-track-opened-file)
16050 (recentf-track-closed-file, recentf-update-menu)
16051 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
16052 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
16053 mouse-1-click-follows-link.
16054
16055 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16056
16057 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
16058 Gnome file-manager.png. Suggested by
16059 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
16060
16061 * toolbar/README: Add diropen.xpm.
16062
16063 2005-10-13 Bill Wohler <wohler@newt.com>
16064
16065 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
16066 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
16067
16068 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16069
16070 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
16071 Don't waste the byte-compiler's time on constant data.
16072
16073 2005-10-13 Kenichi Handa <handa@m17n.org>
16074
16075 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
16076 byte with `escape-glyph' face.
16077
16078 * international/fontset.el (ccl-encode-unicode-font):
16079 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
16080 Handle the case that ucs-mule-to-mule-unicode translates a character to
16081 ASCII (usually for IPA characters).
16082
16083 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16084
16085 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
16086 Don't hide the underline of titles if font-lock-mode is disabled.
16087
16088 2005-10-12 Bill Wohler <wohler@newt.com>
16089
16090 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
16091 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16092 files in MH-E-SRC have been updated.
16093 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
16094
16095 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16096
16097 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
16098 (mixal-mode-syntax-table): Add \n as end-comment.
16099 (mixal-operation-codes-alist): Immediately initialize to full value.
16100 (mixal-add-operation-code): Remove.
16101 (mixal-describe-operation-code): Make the arg non-optional.
16102 Use the interactive spec instead.
16103 Use mixal-operation-codes-alist rather than mixal-operation-codes.
16104 (mixal-font-lock-keywords): Don't highlight comments here any more.
16105 (mixal-font-lock-syntactic-keywords): New var.
16106 (mixal-mode): Use it. Fix comment-start-skip.
16107
16108 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16109
16110 * startup.el (command-line-x-option-alist): -nb => -nbi
16111
16112 2005-10-12 Kim F. Storm <storm@cua.dk>
16113
16114 * startup.el (fancy-splash-default-action): Discard mouse click in
16115 the splash screen window, as it has no sensible meaning in the
16116 next window to be selected. Fixes error reported by Jan D.
16117
16118 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16119
16120 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
16121
16122 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
16125 Try to fix up minor layout issues like indentation, line break, etc...
16126 (mixal-mode-syntax-table): Don't try to specify comment syntax,
16127 because it doesn't work.
16128 (mixal-operation-codes): Add some more codes.
16129 (mixal-font-lock-keywords): Process comments here.
16130 (mixal-mode): mixasm no longer needs -g option.
16131
16132 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
16133
16134 * progmodes/sh-script.el (sh-tmp-file):
16135 Use mktemp -t. Finish support for es and rc shells.
16136
16137 2005-10-11 Jay Belanger <belanger@truman.edu>
16138
16139 * calc/calcalg2.el (calc-integral): With an argument, compute the
16140 definite integral.
16141
16142 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
16143
16144 * mouse.el (mouse-drag-region-1): Don't try to catch a
16145 double-click when doing follow-link (it's overridden anyway).
16146
16147 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
16148
16149 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
16150 (autoload-print-form-outbuf): Add docstring.
16151
16152 2005-10-11 Juri Linkov <juri@jurta.org>
16153
16154 * info.el (Info-mode-menu): Delete menu item "Edit".
16155 (Info-mode): Delete description of Info-edit from docstring,
16156 and rearrange descriptions of Info commands in the order
16157 they are documented in the Info manual.
16158
16159 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16160
16161 * calendar/appt.el (appt-check): Use diary-selective-display var.
16162
16163 2005-10-10 Richard M. Stallman <rms@gnu.org>
16164
16165 * net/newsticker.el (newsticker-start, newsticker-show-news):
16166 Add autoload cookies.
16167
16168 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
16169
16170 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
16171
16172 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
16173
16174 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
16175
16176 2005-10-10 Jay Belanger <belanger@truman.edu>
16177
16178 * calc/calc-arith.el (math-check-known-scalarp)
16179 (math-check-known-matrixp): Check the values of arguments that are
16180 variables.
16181 (math-check-known-square-matrixp): New function.
16182 (math-known-square-matrixp): Use math-check-known-square-matrixp.
16183 (math-super-types): Add sqmatrix type.
16184
16185 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
16186 mode name `square' to `sqmatrix'.
16187
16188 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
16189 mode name `square' to `sqmatrix'.
16190
16191 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * progmodes/etags.el (select-tags-table-mode): Don't use
16194 selective-display.
16195 (tags-select-tags-table): Pass `button' to the action function.
16196 (select-tags-table): Place the side-info on button properties rather
16197 than in hidden text. Abbreviate file names.
16198 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
16199 (select-tags-table-select): Add `button' argument.
16200 Get side-info from the button property rather than from hidden text.
16201
16202 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
16203
16204 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
16205 (gud-speedbar-buttons): Preserve point if possible.
16206 (gud-sentinel): Restore previous speedbar display type.
16207
16208 * progmodes/gdb-ui.el (gdba): Improve diagram.
16209 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16210 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
16211 Call get-buffer-window once.
16212
16213 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16214
16215 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
16216 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
16217 (pascal-indent-command): Remove unused var `ind'.
16218 (pascal-indent-case): Remove unused var `oldpos'.
16219 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
16220 since it's now used as a proper minor mode map.
16221 (pascal-outline): Rename to pascal-outline-mode.
16222 (pascal-outline-mode): Use define-minor-mode.
16223 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
16224 selective-display.
16225
16226 2005-10-10 Andreas Schwab <schwab@suse.de>
16227
16228 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
16229 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
16230
16231 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
16232 outside source directory.
16233
16234 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
16235
16236 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
16237 C-x' as a prefix.
16238 (orgtbl-mode-map): Full keymap instead of sparse, because all
16239 `self-insert-command' keys are redefined in this map.
16240 (org-export-as-html): Specify charset for HTML file, by taking it
16241 from the coding system.
16242
16243 2005-10-10 Kenichi Handa <handa@m17n.org>
16244
16245 * textmodes/flyspell.el (flyspell-check-word-p):
16246 If unread-command-events is non-empty, don't call sit-for.
16247
16248 2005-10-09 Richard M. Stallman <rms@gnu.org>
16249
16250 * font-lock.el (font-lock-syntactic-keywords)
16251 (font-lock-keywords): Doc fixes.
16252
16253 * textmodes/flyspell.el (flyspell-external-point-words):
16254 Simplify logic, and don't try to check for consecutive appearances
16255 of one incorrect word.
16256
16257 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
16258
16259 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
16260 separator.
16261
16262 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
16263 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
16264 (gud-expansion-speedbar-buttons): New function.
16265 (gud-speedbar-buttons): Check for gud-comint-buffer.
16266
16267 2005-10-09 Bill Wohler <wohler@newt.com>
16268
16269 * Makefile.in (updates): Add mh-loaddefs dependency.
16270
16271 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
16272
16273 * speedbar.el (speedbar-file-key-map): Fix typo.
16274
16275 2005-10-09 Daniel Brockman <daniel@brockman.se>
16276
16277 * cus-start.el (line-spacing): Add custom spec.
16278
16279 2005-10-09 Romain Francoise <romain@orebokech.com>
16280
16281 * textmodes/ispell.el (ispell-check-version): Fix last change.
16282
16283 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16284
16285 * term/x-win.el: Remove -i, --icon-type from comment.
16286
16287 * startup.el (command-line-x-option-alist): Remove options -i,
16288 -itype, --icon-type, added -nb, --no-bitmap-icon
16289
16290 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
16291
16292 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
16293 instead of :active.
16294
16295 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
16296
16297 * textmodes/ispell.el (ispell-check-version):
16298 Ignore hyphen, and all that follows, in aspell's version text.
16299
16300 2005-10-08 Jay Belanger <belanger@truman.edu>
16301
16302 * calc/calc-arith.el (math-known-square-matrixp): New function.
16303 (math-pow-fancy): Check for matrices before distributing exponent
16304 across products.
16305
16306 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
16307 fullscreen keypad. Suggested by Luc Teirlinck.
16308 (calc-keypad-show-input): Add space for formatting.
16309
16310 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
16311 Add square matrix option.
16312
16313 * calc/calc-poly.el (math-expand-term): Check for matrices instead
16314 of checking calc-matrix-mode when deciding how to expand.
16315
16316 * calc/calc.el (calc-set-mode-line): Add square matrix option.
16317
16318 2005-10-08 Lars Hansen <larsh@soem.dk>
16319
16320 * net/tramp.el (tramp-perl-directory-files-and-attributes):
16321 Add error handling.
16322 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
16323
16324 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
16325
16326 Sync with Tramp 2.0.51.
16327
16328 * net/tramp.el (tramp-handle-set-visited-file-modtime)
16329 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16330 Insert special handling for `last-coding-system-used', again
16331 it still seems to be necessary (unlike stated before).
16332 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
16333 (tramp-password-prompt-regexp): There might be other words before
16334 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
16335 (tramp-chunksize): Improve docstring.
16336 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
16337 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
16338 Christian Joergensen <bugs@razor.dk>.
16339
16340 2005-10-07 Glenn Morris <rgm@gnu.org>
16341
16342 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
16343 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
16344 precision'.
16345
16346 2005-10-07 Romain Francoise <romain@orebokech.com>
16347
16348 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
16349 (ibuffer-do-shell-command-pipe-replace)
16350 (ibuffer-do-shell-command-file, ibuffer-do-eval)
16351 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
16352 (ibuffer-do-revert, ibuffer-do-replace-regexp)
16353 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
16354 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
16355 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
16356 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
16357 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
16358 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
16359 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
16360 Autoload file sans suffix.
16361
16362 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
16363
16364 2005-10-07 David Ponce <david@dponce.com>
16365
16366 * recentf.el (recentf-menu-open-all-flag): New option.
16367 (recentf-digit-shortcut-command-name): New function.
16368 (recentf--shortcuts-keymap): New variable.
16369 (recentf-menu-shortcuts): New variable.
16370 (recentf-make-menu-items): Initialize it. Replace the "More..."
16371 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
16372 (recentf-menu-value-shortcut): New function.
16373 (recentf-make-menu-item): Use it. No more in-lined.
16374 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
16375 (recentf-open-most-recent-file): Rename from
16376 `recentf-open-file-with-key'. Don't depend on key binding.
16377 (recentf-mode-map): New variable.
16378 (recentf-mode): Use it.
16379
16380 2005-10-06 Bill Wohler <wohler@newt.com>
16381
16382 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
16383
16384 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
16385 (MH-E-SRC): New. Used by mh-autoloads.
16386 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16387 files in MH-E-SRC have been updated.
16388 (compile, recompile, bootstrap): Depend on mh-autoloads.
16389
16390 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
16391
16392 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
16393 gud-break and gud-remove icons when the fringe is not available.
16394
16395 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
16396 Typo.
16397
16398 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16399
16400 * play/zone.el (zone): Wrap body with save-window-excursion.
16401
16402 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
16405 Use the new `list-only' arg to diary-list-entries.
16406
16407 * calendar/diary-lib.el: Use overlays rather than selective-display.
16408 (diary-selective-display): New var.
16409 (diary-header-line-format): Use it.
16410 (diary-list-entries): Add argument `list-only'.
16411 Put the buffer in diary-mode. Don't add \^M at beg and end.
16412 Replace \^M by invisible overlays.
16413 (diary-unhide-everything): Replace \^M by invisible overlays.
16414 (print-diary-entries): Look for overlays rather than \^M.
16415 Add a space to the temp buffer name.
16416 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
16417 Put the buffer in diary-mode.
16418 (list-sexp-diary-entries): Replace \^M by invisible overlays.
16419 (diary-anniversary): Make the year arg optional.
16420 (diary-time-regexp): New const.
16421 (diary-font-lock-keywords): Use it to accept a few more time formats.
16422
16423 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
16424
16425 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
16426
16427 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
16428 Fix bug introduced 2005-07-03: Use (car (last ...))
16429 to faithfully reproduce replaced artist-last.
16430 (artist-set-arrow-points-for-poly): Likewise.
16431 Suggested by Johan Bockg\e,Ae\e(Brd.
16432
16433 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
16434
16435 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
16436 * wid-edit.el (widget):
16437 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
16438 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
16439
16440 2005-10-06 Kenichi Handa <handa@m17n.org>
16441
16442 * international/mule-cmds.el (set-language-environment):
16443 Fix setting up of case-table for unibyte mode.
16444
16445 * simple.el (what-cursor-position): If the character is displayed
16446 by some `display' text property, show that. Don't use
16447 single-key-description for eight-bit characters in multibyte mode.
16448
16449 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
16450
16451 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
16452 (gdb-ann3): Set it.
16453 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
16454 (gdb-info-frames-custom): Use inverse-video for first five
16455 characters of selected frame only.
16456 (gdb-get-frame-number): Select frame even when point is on frame
16457 number.
16458
16459 2005-10-06 Masatake YAMATO <jet@gyve.org>
16460
16461 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
16462 Put `font-lock-function-name-face'.
16463 (gdb-info-frames-custom): Put `font-lock-function-name-face'
16464 and `font-lock-variable-name-face'
16465 (gdb-registers-font-lock-keywords): New font lock keywords definition.
16466 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
16467 (gdb-memory-font-lock-keywords): New font lock keywords definition.
16468 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
16469 (gdb-local-font-lock-keywords): New font lock keywords definition.
16470 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
16471 (gdb-threads-font-lock-keywords): New font lock keywords definition.
16472 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
16473
16474 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
16475
16476 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
16477 (ediff-merge-region-is-non-clash-to-skip): Previously called
16478 ediff-merge-region-is-non-clash.
16479
16480 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
16481 Use insert-buffer-substring.
16482
16483 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
16484 selecting files to patch. Also bug fixes.
16485
16486 * ediff-util.el (ediff-setup): Bug fix.
16487 (ediff-next-difference): Never skip clashes that differ in white
16488 space only.
16489
16490 * ediff-wind.el (ediff-setup-control-frame)
16491 (ediff-destroy-control-frame): Check the menubar feature.
16492
16493 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
16494 (viper-refresh-mode-line): Use make-local-variable to localize
16495 some vars instead of make-variable-buffer-local. Suggested by
16496 Stefan Monnier.
16497
16498 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
16499 (viper-restore-cursor-type, viper-set-insert-cursor-type):
16500 Use make-local-variable instead of make-variable-buffer-local.
16501 Suggested by Stefan Monnier.
16502
16503 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
16504 (viper-comint-mode-hook): Use make-local-variable on
16505 require-final-newline.
16506 (viper-non-hook-settings): Don't use make-variable-buffer-local.
16507
16508 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16509
16510 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
16511 also the second char of a comment-start sequence.
16512 (scheme-sexp-comment-syntax-table): New var.
16513 (lambda, define): Set their scheme-doc-string-elt property.
16514 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
16515 Use lisp-font-lock-syntactic-face-function now that it properly
16516 handles |...| symbols.
16517 (scheme-mode-variables): Set lisp-doc-string-elt-property,
16518 parse-sexp-lookup-properties and font-lock-extra-managed-props.
16519
16520 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
16521 bit from # to |.
16522 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
16523
16524 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
16525 (lisp-doc-string-elt-property): New var.
16526 (lisp-font-lock-syntactic-face-function): Use it.
16527 Rewrite to recognize docstrings even for forms not at toplevel.
16528
16529 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
16530 annotation on the | part of #| rather than on the # part.
16531 (scheme-font-lock-syntactic-face-function): New function, to
16532 distinguish strings from |...| symbols.
16533 (scheme-mode-variables): Use it. Also fix up the font-lock-time
16534 syntax-table so that #|...|# is properly highlighted.
16535
16536 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
16537 Don't mark as docstring the 3rd elem of an unknown toplevel form.
16538
16539 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
16542 and C-e.
16543
16544 * emacs-lisp/eldoc.el: Move comments into docstrings.
16545 (eldoc-message-commands): Initialize in its declaration.
16546 Add move-beginning-of-line and move-end-of-line.
16547 (eldoc-add-command, eldoc-add-command-completions)
16548 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
16549
16550 * outline.el (outline-mark-subtree): Activate the mark.
16551
16552 * calendar/appt.el (appt-time-regexp): New var.
16553 (appt-add, appt-make-list): Use it.
16554 (appt-convert-time): Clean up.
16555
16556 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
16557 Don't set any syntax-table property here.
16558 (tex-font-lock-verb): New function. Do it here.
16559 (tex-font-lock-syntactic-keywords): Use it.
16560
16561 2005-10-04 Richard M. Stallman <rms@gnu.org>
16562
16563 * wid-edit.el (widget-file-complete): Get the widget start point
16564 the right way. Default directory to `/' if file has none.
16565
16566 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
16567
16568 * textmodes/flyspell.el (flyspell-mode-on):
16569 Call ispell-maybe-find-aspell-dictionaries.
16570
16571 * textmodes/ispell.el (ispell-word, ispell-region):
16572 Call ispell-maybe-find-aspell-dictionaries.
16573 (ispell-accept-buffer-local-defs):
16574 Don't call ispell-maybe-find-aspell-dictionaries
16575
16576 2005-10-04 Richard M. Stallman <rms@gnu.org>
16577
16578 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
16579
16580 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
16581
16582 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
16583 instead of `fboundp' in order to allow for anonymous functions.
16584
16585 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
16586
16587 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
16588 case the user clicks on the link while another window is selected.
16589 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
16590
16591 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
16592 functionality.
16593 (dframe-help-echo): Save point in case mouse tracking is off.
16594
16595 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
16596
16597 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
16598
16599 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
16602 not change the global value of those vars.
16603
16604 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
16605 make-local-variable which we do not need any more.
16606
16607 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
16608
16609 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
16610 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
16611 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
16612 (speedbar-path-line): Define obsolete aliases.
16613 (speedbar-line-directory): Doc fix.
16614
16615 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
16616 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
16617 instead of speedbar-line-path.
16618
16619 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16620
16621 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
16622 to nil if dropping on a window. Handle dropping on a minibuffer window
16623 like dropping on a non-window part of Emacs.
16624
16625 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * net/ange-ftp.el: Use with-current-buffer.
16628 (ange-ftp-insert-directory): Do not follow symlinks any more.
16629
16630 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16631 Remove interactive spec.
16632
16633 2005-10-03 Kim F. Storm <storm@cua.dk>
16634
16635 * ido.el (ido-mode): Use custom-initialize-set.
16636
16637 2005-10-02 Richard M. Stallman <rms@gnu.org>
16638
16639 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
16640 Use insert-buffer-substring.
16641
16642 * net/tramp.el: Pacify byte compiler warnings in pacification code.
16643 (tramp-handle-file-local-copy): Use insert-buffer-substring.
16644
16645 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16646
16647 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
16648 in last change.
16649 (ange-ftp-insert-directory): Fix up the search for the case where
16650 `file' is absolute.
16651
16652 2005-10-02 Romain Francoise <romain@orebokech.com>
16653
16654 * progmodes/compile.el (compile-goto-error): Delete extra paren.
16655
16656 2005-10-02 Andreas Schwab <schwab@suse.de>
16657
16658 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
16659 directory component in the session info.
16660
16661 2005-10-01 Richard M. Stallman <rms@gnu.org>
16662
16663 * comint.el (comint-redirect-subvert-readonly): Doc fix.
16664
16665 * simple.el (next-error-internal): New function.
16666
16667 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
16668 (compilation-start): Pass new arg to compilation-buffer-name.
16669 (compile-goto-error): Use next-error-internal.
16670
16671 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16672
16673 * speedbar.el: Remove RCS tag.
16674 (speedbar-check-read-only): Handle non-existent files.
16675
16676 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
16677
16678 * info.el (Info-speedbar-hierarchy-buttons)
16679 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
16680
16681 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16682
16683 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
16684 Do not match newline.
16685 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
16686 (bibtex-summary): Remove unnecessary save-excursion.
16687 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
16688
16689 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16690
16691 * term/mac-win.el: Add charset info for "iso10646-1".
16692 Modify default fontset to use ATSUI-compatible fonts for some charsets
16693 if available.
16694
16695 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16696
16697 * speedbar.el: Re-apply arch tag.
16698 (speedbar-version): Rename to version 1.0. Suggested by Eric
16699 M. Ludlam.
16700 Reapply two changes from Emacs CVS' version of speedbar lost
16701 during the merge:
16702 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
16703 (speedbar-frame-parameters): Improve customize type.
16704
16705 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16706
16707 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
16708 (ange-ftp-file-directory-p): Fix the symlink case.
16709 (ange-ftp-insert-directory): When listing a single file, get a list of
16710 the parent buffer and extract the relevant line. Inspired from a patch
16711 by Katsumi Yamaoka <yamaoka@jpl.org>.
16712 (ange-ftp-file-name-sans-versions): Simplify.
16713
16714 2005-09-30 Bill Wohler <wohler@newt.com>
16715
16716 Move MH-E image files from toolbar and mail directories into
16717 etc/images.
16718
16719 * mail/reply2.*: Move to etc/images/mail/reply*.
16720
16721 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
16722 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
16723 etc/images.
16724
16725 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
16726 * toolbar/reply*: Move to etc/images/mail.
16727
16728 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
16729
16730 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
16731
16732 * speedbar.el: New version 1.0pre3.
16733
16734 Frame management code (including timer, and mouse click specifics)
16735 moved to dframe.el:
16736 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
16737 (speedbar-timer): Removed. Use dframe-timer.
16738 (speedbar-close-frame): Removed. Use dframe-close-frame.
16739 (speedbar-activity-change-focus-flag): Removed. Use
16740 dframe-activity-change-focus-flag.
16741 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
16742 dframe-update-speed.
16743
16744 (speedbar-current-frame): New macro. Use this instead of the
16745 variable speedbar-frame.
16746
16747 (speedbar-use-images, speedbar-expand-image-button-alist)
16748 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
16749
16750 (speedbar-find-image-on-load-path): Removed. Replaced by
16751 defezimage in ezimage.el.
16752 (speedbar-expand-image-button-alist): Removed. Replaced by
16753 ezimage-expand-image-button-alist in ezimage.el.
16754
16755 (speedbar-ignored-directory-regexp)
16756 (speedbar-add-ignored-directory-regexp)
16757 (speedbar-ignored-directory-expressions)
16758 (speedbar-line-directory, speedbar-buffers-line-directory)
16759 (speedbar-directory-line, speedbar-buffers-line-directory):
16760 Renamed, replacing `path' with `directory'.
16761
16762 (speedbar-create-directory, speedbar-expand-line-descendants)
16763 (speedbar-toggle-line-expansion)
16764 (speedbar-contract-line-descendants): New commands.
16765
16766 (speedbar-query-confirmation-method, speedbar-select-frame-method)
16767 (speedbar-use-tool-tips-flag): New options.
16768
16769 (speedbar-check-read-only, speedbar-require-version)
16770 (speedbar-insert-separator, speedbar-buffers-tail-notes)
16771 (speedbar-handle-delete-frame, speedbar-try-completion)
16772 (speedbar-update-localized-contents): New functions.
16773
16774 (speedbar-incompatible-version, speedbar-ro-to-do-point)
16775 (speedbar-object-read-only-indicator): New variables.
16776
16777 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
16778 New hooks.
16779
16780 (speedbar-separator-face): New face.
16781
16782 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
16783 (speedbar-ignored-modes): Add fundamental-mode.
16784 (speedbar-directory-unshown-regexp): Add . directories.
16785
16786 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
16787 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
16788 `]' for full expand/close.
16789 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
16790
16791 (speedbar-check-vc): Support hidden files.
16792 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
16793 (speedbar-this-file-in-vc): Use vc-state if available. If VC
16794 state is nil, it is not checked out.
16795
16796 (speedbar-line-text, speedbar-line-token): Support expand buttons
16797 with no text.
16798 (speedbar-refresh): Universal argument acts as power-click.
16799 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
16800 that buffer to get variable values.
16801
16802 And many other bugfixes.
16803
16804 * dframe.el, ezimage.el, sb-image.el: New files.
16805
16806 * sb-*.xpm: Remove files. New image files installed into
16807 etc/images/ezimage.
16808
16809 2005-09-30 Kenichi Handa <handa@m17n.org>
16810
16811 * ps-mule.el (ps-mule-show-warning): If a character is in
16812 ps-print-translation-table, don't treat it as non-printable.
16813
16814 2005-09-30 David Ponce <david@dponce.com>
16815
16816 * tree-widget.el (tree-widget-themes-load-path): New variable.
16817 (tree-widget-themes-directory): Doc fix.
16818 (tree-widget-image-formats) [Emacs]: Doc fix.
16819 (tree-widget--locate-sub-directory): New function.
16820 (tree-widget-themes-directory): Use it.
16821
16822 * recentf.el (recentf-filename-handlers): Rename from
16823 `recentf-filename-handler'. Allow a list of functions.
16824 (recentf-menu-items-for-commands): Fix :help strings.
16825 (recentf-apply-filename-handlers): New function.
16826 (recentf-expand-file-name): Use it.
16827 (recentf-cleanup): Remove duplicates too.
16828
16829 2005-09-29 Juri Linkov <juri@jurta.org>
16830
16831 * faces.el: Rearrange face definitions to be in the same order as
16832 their face descriptions in "(emacs)Standard Faces".
16833
16834 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
16835
16836 * tooltip.el (tooltip): Add group `basic-faces'.
16837
16838 * buff-menu.el (Buffer-menu-buffer): Remove group
16839 `font-lock-highlighting-faces'.
16840
16841 * progmodes/compile.el (compilation-error, compilation-warning)
16842 (compilation-info, compilation-line-number, compilation-column-number):
16843 Change group from `font-lock-highlighting-faces' to `compilation'.
16844
16845 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16846 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
16847 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
16848 (vhdl-font-lock-reserved-words-face)
16849 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
16850 `font-lock-highlighting-faces'.
16851
16852 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
16853
16854 2005-09-28 Kim F. Storm <storm@cua.dk>
16855
16856 * emulation/cua-base.el: Set CUA move property on additional commands:
16857 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
16858 forward-sexp, backward-sexp, forward-list, backward-list.
16859
16860 2005-09-28 Romain Francoise <romain@orebokech.com>
16861
16862 * comint.el (comint-show-output): Really set point at the
16863 beginning of the output when not using `comint-use-prompt-regexp'.
16864
16865 2005-09-27 Jay Belanger <belanger@truman.edu>
16866
16867 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
16868 in TeX mode.
16869
16870 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
16871
16872 * textmodes/org.el (org-table-sum): Fix format string.
16873
16874 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
16875 Quote face names.
16876
16877 2005-09-26 Romain Francoise <romain@orebokech.com>
16878
16879 * isearch.el (isearch-forward-regexp): Close doc string.
16880
16881 2005-09-25 Richard M. Stallman <rms@gnu.org>
16882
16883 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
16884
16885 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
16886
16887 * progmodes/compile.el (compilation-error-properties):
16888 When getting the file from the previous error message,
16889 correctly decode the new data format.
16890
16891 * progmodes/cc-cmds.el (c-electric-paren):
16892 Call old-blink-paren only for close-paren.
16893
16894 2005-09-24 Andreas Schwab <schwab@suse.de>
16895
16896 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16897 condition.
16898
16899 2005-09-25 Romain Francoise <romain@orebokech.com>
16900
16901 * dired-aux.el (dired-copy-file-recursive):
16902 * dired.el (dired-delete-file):
16903 * ediff-mult.el (ediff-dir-diff-copy-file):
16904 * ediff-util.el (ediff-test-save-region):
16905 * forms.el (forms-mode):
16906 * ido.el (ido-file-internal, ido-delete-file-at-head):
16907 * log-edit.el (log-edit-done):
16908 * ses.el (ses-yank-resize):
16909 * play/gomoku.el (gomoku-human-plays, gomoku)
16910 (gomoku-human-resigns, gomoku-prompt-for-other-game)
16911 (gomoku-offer-a-draw):
16912 * play/landmark.el (lm-human-resigns, lm):
16913 * net/eudcb-ldap.el (eudc-ldap-check-base):
16914 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
16915 * progmodes/ebrowse.el (ebrowse-find-pattern):
16916 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
16917 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
16918 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
16919
16920 * vc.el (vc-delete-file):
16921 * play/gomoku.el (gomoku-terminate-game, gomoku)
16922 (gomoku-prompt-for-move, gomoku-human-takes-back):
16923 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
16924 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
16925
16926 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16927
16928 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
16929 color rxvt terminals by using the code xterm.el used to use before
16930 2005-04-09 in order to match the colors used by rxvt.
16931
16932 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16933
16934 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
16935 colors rxvt-unicode terminals by using the same code as xterm.el.
16936
16937 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * textmodes/tex-mode.el (tex-font-lock-append-prop)
16940 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
16941 new symbol used for the tex-verbatim face.
16942
16943 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16944
16945 * woman.el (woman-file-name):
16946 * wid-edit.el (widget-file-prompt-value)
16947 (widget-coding-system-prompt-value):
16948 * w32-fns.el (set-w32-system-coding-system):
16949 * vc.el (vc-version-diff, vc-annotate):
16950 * textmodes/reftex-auc.el (reftex-arg-cite)
16951 (reftex-arg-index-tag):
16952 * textmodes/refer.el (refer-get-bib-files):
16953 * textmodes/artist.el (artist-figlet-choose-font):
16954 * terminal.el (terminal-emulator):
16955 * replace.el (occur-read-primary-args):
16956 * rect.el (string-rectangle, string-insert-rectangle):
16957 * ps-print.el (ps-print-preprint):
16958 * progmodes/pascal.el (pascal-goto-defun):
16959 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
16960 * progmodes/compile.el (compilation-find-file):
16961 * printing.el (pr-interactive-n-up):
16962 * play/animate.el (animate-birthday-present):
16963 * net/rcompile.el (remote-compile):
16964 * man.el (man, Man-goto-section, Man-follow-manual-reference):
16965 * mail/rmailsum.el (rmail-summary-search-backward)
16966 (rmail-summary-search):
16967 * mail/rmailout.el (rmail-output-read-rmail-file-name)
16968 (rmail-output-read-file-name):
16969 * mail/rmail.el (rmail-search, rmail-search-backwards):
16970 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
16971 * locate.el (locate):
16972 * international/quail.el (quail-show-keyboard-layout):
16973 * international/mule.el (set-buffer-file-coding-system)
16974 (revert-buffer-with-coding-system, set-file-name-coding-system)
16975 (set-terminal-coding-system, set-keyboard-coding-system)
16976 (set-next-selection-coding-system):
16977 * international/mule-diag.el (describe-coding-system)
16978 (describe-font, describe-fontset):
16979 * international/mule-cmds.el (universal-coding-system-argument)
16980 (search-unencodable-char, describe-input-method)
16981 (set-language-environment, describe-language-environment):
16982 * international/codepage.el (codepage-setup):
16983 * international/code-pages.el (codepage-setup):
16984 * info.el (Info-search, Info-follow-reference)
16985 (Info-search-backward):
16986 * emacs-lisp/advice.el (ad-read-advised-function)
16987 (ad-read-advice-class, ad-clear-cache, ad-activate)
16988 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
16989 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
16990 (ad-read-regexp):
16991 * ediff-util.el (ediff-toggle-regexp-match):
16992 * ediff-ptch.el (ediff-prompt-for-patch-file):
16993 * dired-aux.el (dired-diff):
16994 * diff.el (diff):
16995 * cus-edit.el (custom-variable-prompt):
16996 * calendar/timeclock.el (timeclock-ask-for-project):
16997 * calc/calcalg3.el (calc-get-fit-variables):
16998 * calc/calc-store.el (calc-edit-variable)
16999 (calc-permanent-variable):
17000 * vc-mcvs.el (vc-mcvs-register):
17001 * shadowfile.el (shadow-define-literal-group):
17002 * woman.el (woman-file-name):
17003 * vc.el (vc-version-diff, vc-merge):
17004 * textmodes/reftex-index.el (reftex-index-complete-tag):
17005 * format.el (format-decode-buffer, format-decode-region):
17006 * emulation/viper-cmd.el (viper-read-string-with-history):
17007 * emacs-lisp/debug.el (cancel-debug-on-entry):
17008 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
17009 * ediff.el (ediff-merge-revisions)
17010 (ediff-merge-revisions-with-ancestor, ediff-revision):
17011 * completion.el (interactive-completion-string-reader):
17012 * calc/calc-prog.el (calc-user-define-formula):
17013 Follow convention for reading with the minibuffer.
17014
17015 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
17016
17017 * progmodes/python.el (python-describe-symbol): Add globals() and
17018 locals() to the arguments of emacs.ehelp.
17019
17020 2005-09-24 Magnus Henoch <mange@freemail.hu>
17021
17022 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
17023 New function, code extracted from ispell-valid-dictionary-list.
17024 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
17025 Call it.
17026
17027 2005-09-24 Eli Zaretskii <eliz@gnu.org>
17028
17029 * subr.el (version-regexp-alist): Extend valid syntax for version
17030 strings: allow any of the characters -,_,+ to separate the
17031 alpha/beta/rc part from the version part. Doc fix.
17032 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
17033
17034 2005-09-23 David Reitter <david.reitter@gmail.com>
17035
17036 * mail/mailclient.el: New file.
17037
17038 2005-09-23 Richard M. Stallman <rms@gnu.org>
17039
17040 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
17041 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
17042 Doc fixes.
17043
17044 * progmodes/cc-mode.el (c-font-lock-init):
17045 Specify font-lock-lines-before.
17046
17047 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17048
17049 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
17050 whole conflict.
17051
17052 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
17053
17054 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
17055 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
17056 of `remap' feature when available. Additional key bindings for
17057 better tty support.
17058 (org-mode-restart, org-force-self-insert): New commands.
17059 (org-time-stamp-inactive): New command.
17060 (org-remap): New function.
17061 (org-table-auto-blank-field, org-level-color-stars-only): New options.
17062 (org-enable-fixed-width-editor): Move to `org-structure'
17063 customization group.
17064 (org-self-insert-command, orgtbl-self-insert-command): Modify to
17065 blank field after field motion commands.
17066
17067 2005-09-23 Kenichi Handa <handa@m17n.org>
17068
17069 * international/mule-cmds.el (set-language-environment):
17070 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
17071 have to call utf-translate-cjk-load-tables.
17072
17073 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * mouse.el (mouse-move-drag-overlay): Fix last change.
17076
17077 2005-09-22 David Ponce <david@dponce.com>
17078
17079 * tree-widget.el (tree-widget-value-create): Fix previous change.
17080
17081 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17082
17083 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
17084
17085 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17086
17087 * mouse.el (mouse-move-drag-overlay): New function.
17088 (mouse-drag-region-1): Use it.
17089 Try to simplify a bit the state handling. Handle clicks on links
17090 inside intangible areas.
17091 (mouse-save-then-kill): Minor simplification.
17092 (mouse-secondary-overlay): Make it always non-nil instead of
17093 recreating it each time.
17094 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
17095 (mouse-kill-secondary, mouse-secondary-save-then-kill):
17096 Simplify accordingly.
17097
17098 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17099
17100 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
17101
17102 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
17103
17104 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
17105 (ediff-file-name-sans-prefix): Treat nil as an empty string.
17106 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
17107 to patch.
17108
17109 * ediff-util.el: Use insert-buffer-substring.
17110
17111 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
17112
17113 * emulation/viper-cmd.el (viper-change-state): Don't move over the
17114 field boundaries in the minibuffer.
17115 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
17116 (viper-minibuffer-post-command-hook): New hook.
17117 (viper-line): Don't move cursor at bolp.
17118
17119 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
17120
17121 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
17122 avoid compiler warnings.
17123
17124 * emulation/viper-macs.el (ex-map): Better messages.
17125
17126 * emulation/viper-utils.el (viper-beginning-of-field): New function.
17127
17128 * emulation/viper.el: Replace make-variable-buffer-local with
17129 viper-make-variable-buffer-local everywhere, to avoid warnings.
17130
17131 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17132
17133 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
17134 Delete unused var `old-selected-window'.
17135 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
17136 (mouse-drag-secondary): Delete unused var `start-frame'.
17137
17138 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17139
17140 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
17141
17142 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
17145 Re-indent within 80 columns. Use inhibit-read-only.
17146
17147 2005-09-19 Romain Francoise <romain@orebokech.com>
17148
17149 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
17150
17151 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * font-lock.el (font-lock-default-fontify-region): Don't add a line
17154 unconditionally, since the after-change-function already did it.
17155
17156 2005-09-19 Miles Bader <miles@gnu.org>
17157
17158 * net/newsticker.el: Get rid of CVS keyword.
17159
17160 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
17161
17162 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
17163 The prompt is formatted later.
17164
17165 2005-09-19 David Ponce <david@dponce.com>
17166
17167 * tree-widget.el (tree-widget-value-create): Save the converted
17168 tree :node widget.
17169
17170 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
17171
17172 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
17173 variable `message'.
17174
17175 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
17176
17177 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
17178 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
17179 <slawomir.nowaczyk.847@student.lu.se>.
17180
17181 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
17182
17183 * image.el (image-load-path): Use symbol `data-directory' instead
17184 of its value, for backward compatibility with packages that bind
17185 it during `find-image'. Suggested by Katsumi Yamaoka.
17186 (image-search-load-path): Handle symbols whose values are strings.
17187
17188 2005-09-18 Romain Francoise <romain@orebokech.com>
17189
17190 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
17191 with-current-buffer form in save-excursion.
17192
17193 2005-09-18 Deepak Goel <deego@gnufans.org>
17194
17195 * apropos.el (apropos-command): Fix `message' call: first arg
17196 should be a format spec. In this and all other cases that appear
17197 below and elsewhere in the source code, I made a change only when
17198 two conditions were satisfied: [1] I can think of a possibility
17199 that the arguments would cause an error, for example, the code in
17200 question relies on external variables such as filenames. [2] I
17201 was sure that the arg to `message' could not have been nil in the code.
17202
17203 * textmodes/tildify.el (tildify-region): Ditto.
17204
17205 * textmodes/reftex-index.el (reftex-index-change-entry)
17206 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
17207 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
17208 * textmodes/org.el (org-complete, org-deadline, org-schedule)
17209 (org-priority, org-table-sum):
17210 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
17211 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
17212 (flyspell-word, flyspell-display-next-corrections):
17213 * textmodes/bibtex.el (bibtex-print-help-message):
17214 * textmodes/artist.el (artist-key-set-point-poly):
17215 * term/mac-win.el (mac-services-insert-text):
17216 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
17217 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
17218 (vhdl-port-paste-testbench, vhdl-compose-new-component)
17219 (vhdl-compose-configuration):
17220 * progmodes/sh-script.el (sh-blink, sh-show-indent)
17221 (sh-set-indent, sh-learn-line-indent):
17222 * progmodes/ps-mode.el (ps-mode-target-column):
17223 * progmodes/idlwave.el (idlwave-make-tags)
17224 (idlwave-scan-library-catalogs):
17225 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
17226 * progmodes/gud.el (gud-jdb-analyze-source):
17227 * progmodes/flymake.el (flymake-log):
17228 * progmodes/ebnf2ps.el (ebnf-generate-region):
17229 * progmodes/cmacexp.el (c-macro-expansion):
17230 * progmodes/ada-xref.el (ada-treat-cmd-string):
17231 * progmodes/ada-mode.el (ada-create-case-exception-substring)
17232 (ada-justified-indent-current, ada-batch-reformat):
17233 * play/zone.el (zone):
17234 * play/landmark.el (lm-move):
17235 * play/decipher.el (decipher-show-alphabet):
17236 * net/newsticker.el (newsticker--display-jump)
17237 (newsticker--display-scroll):
17238 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
17239 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
17240 * mail/feedmail.el (feedmail-dump-message-to-queue):
17241 * eshell/esh-proc.el (eshell-remove-process-entry):
17242 * emulation/ws-mode.el (ws-last-error):
17243 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
17244 (viper-record-kbd-macro):
17245 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
17246 * emacs-lisp/lisp-mnt.el (lm-report-bug):
17247 * emacs-lisp/find-func.el (find-function-noselect):
17248 * calendar/timeclock.el (timeclock-status-string)
17249 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
17250 (timeclock-when-to-leave-string):
17251 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
17252 * calc/calc-units.el (calc-enter-units-table):
17253 * calc/calc-mode.el (calc-mode-record-mode):
17254 * woman.el (woman-mini-help):
17255 * wdired.el (wdired-change-to-wdired-mode):
17256 * vc.el (vc-retrieve-snapshot):
17257 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
17258 * startup.el (display-startup-echo-area-message):
17259 * simple.el (set-goal-column):
17260 * ses.el (ses-command-hook, ses-recalculate-cell):
17261 * server.el (server-process-filter):
17262 * printing.el (pr-interface-txt-print, pr-interface-printify)
17263 (pr-interface-ps):
17264 * pcvs.el (cvs-help):
17265 * log-edit.el (log-edit, log-edit-mode-help):
17266 * iswitchb.el (iswitchb-possible-new-buffer):
17267 * isearch.el (isearch-edit-string):
17268 * image-mode.el (image-mode, image-minor-mode):
17269 * ibuf-macs.el (define-ibuffer-filter):
17270 * hi-lock.el (hi-lock-find-patterns):
17271 * files.el (toggle-read-only):
17272 * ediff-util.el (ediff-copy-diff)
17273 (ediff-write-merge-buffer-and-maybe-kill):
17274 * echistory.el (Electric-history-undefined):
17275 * dnd.el (dnd-insert-text):
17276 * dired-aux.el (dired-query):
17277 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
17278 * bookmark.el (bookmark-bmenu-locate):
17279 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
17280 Fix `message' calls to ensure first arg is a format string.
17281 The change was made only when these two conditions were satisfied:
17282 [1] when there is a possibility that the arguments would cause an error
17283 for example, if the code in question relies on external variables
17284 such as filenames, and
17285 [2] if the arg to `message' could not have been nil in the code.
17286
17287 * pcomplete.el (pcomplete--help): Fix `message' format spec.
17288 Not having a %s would be weird, though not technically wrong.
17289
17290 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17291
17292 * term/mac-win.el (mac-add-charset-info): Doc fix.
17293
17294 2005-09-17 Romain Francoise <romain@orebokech.com>
17295
17296 * shell.el (shell-resync-dirs): Handle echoing processes more
17297 reliably. Don't insert resync command if `comint-process-echoes'
17298 is non-nil.
17299
17300 2005-09-17 Magnus Henoch <mange@freemail.hu>
17301
17302 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
17303 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
17304 aspell versions >= 0.60.
17305 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
17306 only if ispell-aspell-supports-utf8 is non-nil.
17307
17308 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17309
17310 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
17311 buffer-local value to lisp-indent-function.
17312
17313 2005-09-17 Milan Zamazal <pdm@zamazal.org>
17314
17315 * progmodes/glasses.el (glasses-make-readable): If
17316 glasses-separator differs from underscore, put appropriate
17317 overlays over underscore characters.
17318 (glasses-convert-to-unreadable): If glasses-separator differs from
17319 underscore, try to convert glasses-separator characters to
17320 underscores.
17321
17322 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17323
17324 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
17325 Use with-syntax-table and dolist.
17326
17327 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
17328
17329 * textmodes/reftex-auc.el:
17330 * textmodes/reftex-cite.el:
17331 * textmodes/reftex-dcr.el:
17332 * textmodes/reftex-global.el:
17333 * textmodes/reftex-parse.el:
17334 * textmodes/reftex-ref.el:
17335 * textmodes/reftex-sel.el:
17336 * textmodes/reftex-toc.el:
17337 * textmodes/reftex-vars.el:
17338 * textmodes/reftex.el: Small changes to remove compiler warnings.
17339
17340 * textmodes/reftex-index.el: Likewise.
17341 (reftex-query-index-phrase): More efficient use of markers.
17342
17343 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17344
17345 * image.el (image-load-path): New variable.
17346 (image-search-load-path): New function.
17347 (find-image): Search for images in `image-load-path'.
17348
17349 2005-09-15 Richard M. Stallman <rms@gnu.org>
17350
17351 * follow.el: Change Maintainer field.
17352
17353 2005-09-15 David Ponce <david@dponce.com>
17354
17355 * recentf.el (recentf-save-file-modes): New option.
17356 (recentf-save-list): Use it.
17357
17358 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
17359
17360 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
17361 (mode-line-mule-info, mode-line-modified): Move bindings from
17362 mouse-3 to mouse-1.
17363
17364 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17365
17366 * simple.el (sendmail-user-agent-compose): Revert last change.
17367
17368 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
17371 Use with-current-buffer.
17372 (ange-ftp-gwp-start): Remove unused var `gw-user'.
17373 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
17374 (ange-ftp-insert-directory): Remove unused var `short'.
17375 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
17376
17377 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
17378 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
17379
17380 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
17381 (check-calendar-holidays, diary-list-entries): Autoload.
17382 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
17383 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
17384
17385 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
17386 which mistakenly removed a call to display-buffer.
17387
17388 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
17389
17390 * obsolete/iso-insert.el: Move to obsolete/ from international/.
17391
17392 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
17393
17394 * progmodes/hideshow.el
17395 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
17396 (hs-allow-nesting): New user var.
17397 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
17398 (hs-hide-block-at-point): When nesting allowed,
17399 if there is already an overlay in place, delete it.
17400 (hs-safety-is-job-n): Delete func; remove call sites.
17401 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
17402 (hs-overlay-at): New func.
17403 (hs-already-hidden-p, hs-show-block): Use it.
17404 (hs-hide-all): Don't pre-clean if nesting allowed.
17405 (hs-show-all): Temporarily disallow
17406 nesting around call to `hs-discard-overlays'.
17407
17408 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
17409
17410 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
17411 Delete unused local var.
17412
17413 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * help-fns.el (describe-categories): "?\ " -> "?\s".
17416 (help-do-arg-highlight): Recognize also ARG-n, as in
17417 `move-to-left-margin' (ARG+n is already recognized). Simplify.
17418
17419 * international/codepage.el (dos-unsupported-char-glyph):
17420 * net/newsticker.el (tool-bar-map, w3-mode-map)
17421 (w3m-minor-mode-map):
17422 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
17423 (ent-alist):
17424 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
17425
17426 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
17427
17428 * custom.el (custom-push-theme): Handle the case where a symbol is
17429 bound but face properties have not yet been assigned.
17430
17431 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
17432 Fix behavior if noerase is `t' and there is no mail buffer.
17433
17434 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
17435 if `continue' is nil, rather than signal an error.
17436
17437 2005-09-12 Richard M. Stallman <rms@gnu.org>
17438
17439 * font-lock.el (font-lock-keywords): Add autoload.
17440
17441 * help-fns.el (describe-variable): Rearrange to put source link
17442 in a predictable place.
17443
17444 * net/newsticker.el: New file.
17445
17446 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17447
17448 * calendar/calendar.el (calendar-for-loop): Add edebug info.
17449 (calendar-basic-setup): Use the new nil arg.
17450 (number-of-diary-entries): Move to diary-lib.el.
17451
17452 * calendar/diary-lib.el: Use with-current-buffer, match-string.
17453 (diary-list-entries): Use with-syntax-table and dolist.
17454 Rename from list-diary-entries.
17455 Use number-of-diary-entries if `number' is nil.
17456 (diary, diary-view-entries): Use this new name and new nil arg value.
17457 (number-of-diary-entries): Move from calendar.el.
17458 (diary-unhide-everything): New function.
17459 (include-other-diary-files, fancy-diary-display)
17460 (diary-show-all-entries, make-diary-entry): Use it.
17461 (diary-mail-entries): Use buffer-string.
17462 (mark-diary-entries): Fix long standing paren typo.
17463 (diary-sexp-entry): Use count-lines.
17464 (make-diary-entry): Avoid `previous-line'.
17465 (diary-mode-map): New var.
17466 (diary-mode): Redraw cal after saving. Setup header-line.
17467 (fancy-diary-display-mode): Use local-set-key.
17468
17469 * startup.el (command-line): Try calling various terminal-init-foo-bar
17470 functions by stripping hyphenated suffixes from $TERM.
17471
17472 * files.el (normal-mode): Check boundness of font-lock-keywords.
17473
17474 2005-09-12 Richard M. Stallman <rms@gnu.org>
17475
17476 * progmodes/compile.el: Don't decide a file's directory
17477 until the user actually tries to go there.
17478 (compilation-next-error-function):
17479 Pass compilation-find-file the directory from the file-struct.
17480 (compilation-internal-error-properties): Separate local FILE-STRUCT
17481 from FILE. Doc the args better. Rename arg FMT to FMTS.
17482 (compilation-find-file): Arg DIR renamed to DIRECTORY.
17483 Expand it, and if nil, use default-directory.
17484 (compilation-get-file-structure): Don't mix specified directory
17485 with default directory. Put specified directory into
17486 file-struct. Don't make the file name absolute.
17487
17488 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17489 (compile-command): Add autoload.
17490 (compilation-disable-input): Add autoload.
17491
17492 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
17493
17494 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
17495 strings of the variables it can override.
17496 (time-stamp): New (as yet undocumented) time-stamp-format escapes
17497 %Q and %q, for fully-qualified domain name and unqualified host name.
17498
17499 2005-09-11 Kim F. Storm <storm@cua.dk>
17500
17501 * emacs-lisp/authors.el (authors-aliases): Update list.
17502 (authors-fixed-entries): Update mldrag.el entry.
17503
17504 2005-09-10 Alan Mackenzie <acm@muc.de>
17505
17506 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
17507 from the region narrowed to.
17508
17509 2005-09-10 Magnus Henoch <mange@freemail.hu>
17510
17511 * textmodes/ispell.el (ispell-check-version): Signal an error if
17512 aspell version is less than 0.60.
17513
17514 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
17515
17516 * progmodes/octave-inf.el (inferior-octave-startup):
17517 Resync current dir at the end.
17518
17519 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
17520
17521 * woman.el (woman-topic-at-point-default):
17522 Rename to woman-use-topic-at-point-default.
17523 (woman-topic-at-point): Rename to woman-use-topic-at-point.
17524 (woman-file-name): Reflect renames above. Automatically use the
17525 word at point as topic if woman-use-topic-at-point is non-nil.
17526 Otherwise offer it as default but don't insert it in the
17527 minibuffer. Also use `test-completion' instead of `assoc' as
17528 suggested by Stefan Monnier.
17529
17530 2005-09-10 Andre Spiegel <spiegel@gnu.org>
17531
17532 * vc.el (vc-directory, vc-update-change-log): Throw an error on
17533 the attempt to do it over Tramp. This is not yet supported.
17534
17535 2005-09-10 Eli Zaretskii <eliz@gnu.org>
17536
17537 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17538 (menu-bar-non-minibuffer-window-p): New functions.
17539 ("Split Window", "Save As..."): Use them.
17540 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
17541 ("Print Buffer", "Truncate Long Lines in this Buffer"):
17542 Use menu-bar-menu-frame-live-and-visible-p.
17543 ("Save Buffer", "Insert File", "Open Directory...")
17544 ("Open File...", "Visit New File..."):
17545 Use menu-bar-non-minibuffer-window-p.
17546 (kill-this-buffer-enabled-p, dired <menu-enable>):
17547 Use menu-bar-non-minibuffer-window-p.
17548
17549 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17550
17551 * cus-start.el (all): Don't complain about fringe-related
17552 built-ins if fringes are not supported. Ditto about
17553 selection-related built-ins. Fix the test for GTK-related built-ins.
17554
17555 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
17556 ("Postscript Print Buffer", "Print Region", "Save As...")
17557 ("Save", "Insert File...", "Open Directory...")
17558 ("Open File...", "Visit New File..."")
17559 ("Truncate Long Lines in this Buffer"): Don't look at
17560 menu-updating-frame if this display does not support multiple frames.
17561
17562 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17563
17564 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
17565
17566 2005-09-09 Emilio Lopes <eclig@gmx.net>
17567
17568 * woman.el: Format- and whitespace-related changes.
17569
17570 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17571
17572 * woman.el: Fix my email address.
17573
17574 2005-09-08 Richard M. Stallman <rms@gnu.org>
17575
17576 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
17577 (sh-mode): Locally set skeleton-pair-default-alist.
17578
17579 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
17580
17581 * progmodes/flymake.el: Require `compile' unconditionally.
17582
17583 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
17584
17585 * woman.el (woman-file-name): Provide a default, not initial input.
17586
17587 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
17588
17589 * font-lock.el (font-lock-support-mode): Doc fix.
17590
17591 * descr-text.el (describe-property-list): Handle non-symbol prop names.
17592
17593 2005-09-08 Richard M. Stallman <rms@gnu.org>
17594
17595 * simple.el (blink-matching-open): Get rid of text props from
17596 the string shown in echo area. Don't permanently set point.
17597 Some rearrangements.
17598
17599 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17600
17601 * recentf.el (recentf-filename-handler): Add custom choice
17602 `abbreviate-file-name'.
17603
17604 * msb.el (msb--very-many-menus): Fix typo.
17605
17606 * disp-table.el (standard-display-european): Don't set
17607 enable-multibyte-characters to nil.
17608
17609 2005-09-08 David Ponce <david@dponce.com>
17610
17611 * recentf.el (recentf-show-file-shortcuts-flag): New option.
17612 (recentf-expand-file-name): Doc fix.
17613 (recentf-dialog-mode-map): Define digit shortcuts.
17614 (recentf--files-with-key): New variable.
17615 (recentf-show-digit-shortcut-filter): New function.
17616 (recentf-open-files-items): New function.
17617 (recentf-open-files): Use it.
17618 (recentf-open-file-with-key): New command.
17619
17620 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
17621
17622 * buff-menu.el (Buffer-menu-sort-by-column): New function.
17623 Suggested by Kim F. Storm.
17624 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
17625 (Buffer-menu-make-sort-button): Use global keymap.
17626
17627 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
17628
17629 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
17630 (Man-getpage-in-background-advice): Remove defadvice; it isn't
17631 necessary any longer with the remapped command.
17632 (Man-bgproc-sentinel-advice): Remove defadvice which counts
17633 formatting time only.
17634
17635 * net/tramp.el (tramp-action-password)
17636 (tramp-multi-action-password): Compile the password prompt from
17637 `method', `user' and `host'. Sometimes it isn't obvious which
17638 password to enter, for example with remote files offered by
17639 recentf.el, or with multiple steps. Suggested by Robert Marshall
17640 <robert@chezmarshall.freeserve.co.uk>.
17641
17642 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17643
17644 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17645 Fix regexp for when "s///" is at the beginning of line.
17646
17647 2005-09-07 Jay Belanger <belanger@truman.edu>
17648
17649 * calc/calc-poly.el (math-expand-term): Multiply out any powers
17650 when in matrix mode.
17651
17652 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17653
17654 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
17655 non-anonymous functions.
17656
17657 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
17658
17659 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
17660 when using a header line. Otherwise, use mouse-1-click-follows-link.
17661
17662 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
17663 can't be moved; don't signal an error.
17664
17665 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
17666
17667 * cus-theme.el (custom-theme-write-faces): Save the current face
17668 spec, not the defface spec.
17669
17670 * custom.el (custom-known-themes): Clarify meaning of "standard".
17671 (custom-push-theme): Save old values in the standard theme.
17672 (disable-theme): Correct typo.
17673 (custom-face-theme-value) Deleted unused function.
17674 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
17675
17676 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * progmodes/compile.el (compilation-goto-locus): Take into account
17679 iconified frames when determining whether the buffer is
17680 already visible.
17681 Don't reset window height if the window already existed.
17682
17683 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
17684
17685 * custom.el (load-theme): Rename from require-theme.
17686 Add interactive spec.
17687 (enable-theme): Rename from custom-enable-theme.
17688 Add interactive spec.
17689 (disable-theme): Rename from custom-disable-theme.
17690 Add interactive spec.
17691 (custom-make-theme-feature): Doc fix.
17692 (custom-theme-directory): Doc fix.
17693 (provide-theme): Call enable-theme.
17694
17695 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17696
17697 * obsolete/lazy-lock.el (lazy-lock-mode):
17698 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
17699 font-lock-mode if it's off. Print a warning instead.
17700
17701 * progmodes/compile.el (compilation-start): Ignore errors if the
17702 process died before we get to send-eof.
17703
17704 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
17705 Undo last change. Enclosing the result in quotes broke things on Unix
17706 since tex-send-command passes it through shell-quote-argument.
17707 (tex-send-command): Pass `file' through convert-standard-filename
17708 when possible.
17709 (tex-uptodate-p): Handle the case where TeX hasn't put additional
17710 info in a transcript.
17711
17712 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17713
17714 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
17715 fix compilation warning. Reorder the key definitions to group
17716 together keys emitted by the current version of xterm.
17717
17718 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
17719 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
17720 Reorder predicates to correct min-color usage.
17721
17722 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
17723
17724 * longlines.el (longlines-mode): Inhibit read-only when encoding.
17725 Kill local variables when longlines-mode is turned off.
17726
17727 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17728
17729 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
17730
17731 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
17732
17733 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
17734
17735 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
17736 (font-lock-lines-before): Change default to being inactive.
17737 (font-lock-default-fontify-region): Obey font-lock-lines-before.
17738 (font-lock-after-change-function): Don't handle f-l-lines-before here.
17739
17740 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17741
17742 * net/tramp.el (tramp-handle-make-auto-save-file-name):
17743 Deactivate temporarily advice if active (not needed for Emacs 22,
17744 but for backwards compatibility).
17745 (tramp-exists-file-name-handler): Rewrite. First implementation
17746 was too simple.
17747 (tramp-advice-make-auto-save-file-name):
17748 Call `tramp-handle-make-auto-save-file-name' (again, just for
17749 backwards compatibility).
17750
17751 2005-08-31 Reto Zimmermann <reto@gnu.org>
17752
17753 * progmodes/vhdl-mode.el
17754 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
17755 (vhdl-end-p): Fix indentation bug "else" after "-- when".
17756 (vhdl-set-default-project): New function (easier setting of default).
17757 (vhdl-port-copy): Handle extended identifiers for generics.
17758 (vhdl-compiler-alist): Better description for error message regexp.
17759 (vhdl-make): Query for target, use previous as default.
17760 (vhdl-port-copy): Fix port copy for port names starting with "signal".
17761 (vhdl-font-lock-keywords-2): Fix fontification for record
17762 el. assign.
17763 (vhdl-speedbar-make-subpack-line): Add package body link.
17764 (vhdl-generate-makefile-1): Not include itself as dependency.
17765 (vhdl-font-lock-init): Highlight c-preprocessor directives.
17766 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
17767 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
17768 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
17769 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
17770 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
17771 (vhdl-import-project): Add string argument for `error'.
17772 (vhdl-compose-configuration)
17773 (vhdl-compose-configuration-architecture): Add configuration
17774 declaration generation.
17775 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
17776 (vhdl-trailer-re): Add "record" keyword (better indentation).
17777 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
17778 "[^ \t-\"]+".
17779 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
17780 (vhdl-testbench-entity-file-name)
17781 (vhdl-testbench-architecture-file-name): Allow separate
17782 customization of testbench file names.
17783 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
17784 (vhdl-get-visible-signals): Allow newline within alias declaration.
17785 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
17786 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
17787 (member-ignore-case): Alias for missing function in XEmacs.
17788 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
17789 (vhdl-update-sensitivity-list): Ignore case on read signals.
17790 (vhdl-replace-string): Adjust case only for file names.
17791 (vhdl-update-sensitivity-list): Fix search for read signals.
17792 (vhdl-update-sensitivity-list): Exclude formal parameters.
17793 (vhdl-get-visible-signals): Include aliases of signals.
17794 (vhdl-get-visible-signals): Fix signal name searching.
17795 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
17796 (vhdl-fixup-whitespace-region): Fix for character
17797 literals (e.g. `:').
17798
17799 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17800
17801 * ansi-color.el (comint-last-output-start):
17802 * bs.el (font-lock-verbose):
17803 * diff-mode.el (add-log-buffer-file-name-function):
17804 * dired-x.el (vm-folder-directory):
17805 * faces.el (help-xref-stack-item):
17806 * files.el (font-lock-keywords):
17807 * find-lisp.el (dired-buffers, dired-subdir-alist):
17808 * ido.el (cua-inhibit-cua-keys):
17809 * log-view.el (cvs-minor-wrap-function):
17810 * outline.el (font-lock-warning-face):
17811 * simple.el (compilation-current-error):
17812 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
17813 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
17814 * tooltip.el (comint-prompt-regexp):
17815 * w32-fns.el (explicit-shell-file-name):
17816 * term/mac-win.el (mac-charset-info-alist)
17817 (mac-services-selection, mac-system-script-code):
17818 * term/tty-colors.el (msdos-color-values):
17819 * term/w32-win.el (xlfd-regexp-registry-subnum):
17820 * term/x-win.el (x-keysym-table, x-selection-timeout)
17821 (x-session-id, x-session-previous-id):
17822 * textmodes/ispell.el (mail-yank-prefix):
17823 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
17824 * textmodes/org.el (calc-embedded-close-formula)
17825 (calc-embedded-open-formula)
17826 (font-lock-unfontify-region-function):
17827 * textmodes/reftex-global.el (isearch-next-buffer-function)
17828 (TeX-master):
17829 * textmodes/reftex.el (font-lock-keywords):
17830 * textmodes/tex-mode.el (font-lock-comment-face)
17831 (font-lock-doc-face):
17832 * textmodes/texinfo.el (outline-heading-alist):
17833 Add defvars.
17834
17835 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
17836 (artist-spray-chars, artist-mode-init, artist-replace-string)
17837 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
17838 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
17839 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
17840
17841 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
17842 (conf-align-assignments): "?\ " -> "?\s".
17843
17844 * textmodes/reftex-index.el (TeX-master): Add defvar.
17845 (reftex-index-phrases-marker): Move up defvar.
17846
17847 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
17848 (reftex-toc-include-labels-indicator)
17849 (reftex-toc-include-index-indicator)
17850 (reftex-toc-max-level-indicator): Move up declarations.
17851
17852 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
17853 of args to `tramp-run-real-handler', even if it's empty in this case.
17854
17855 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17856
17857 * dired.el (dired-move-to-filename-regexp): Add date format for
17858 Mac OS X 10.3 in East Asian locales.
17859
17860 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17861
17862 * files.el (make-auto-save-file-name): Add file name handler call
17863 if applicable.
17864
17865 * net/tramp.el (tramp-file-name-handler-alist)
17866 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
17867 (tramp-handle-make-auto-save-file-name): Rename from
17868 `tramp-make-auto-save-file-name'.
17869 (tramp-exists-file-name-handler): New defun.
17870 (tramp-advice-make-auto-save-file-name): Make defadvice only when
17871 `make-auto-save-file-name' is not a magic file name operation.
17872
17873 2005-08-30 Richard M. Stallman <rms@gnu.org>
17874
17875 * files.el (risky-local-variable-p):
17876 Match `-predicates' and `-commands.
17877
17878 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
17879 (custom-save-all): Visit the file if necessary;
17880 kill the buffer if we created it.
17881 (custom-save-delete): Don't visit file or kill buffer here.
17882
17883 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
17884
17885 * textmodes/org.el (org-special-keyword): New face.
17886 (org-table-copy-down, org-table-eval-formula)
17887 (org-table-recalculate, org-init-section-numbers):
17888 Use `string-to-number' instead of `string-to-int'.
17889 (org-get-location): Use `insert-buffer-substring' instead of
17890 `insert-buffer'.
17891 (org-modify-diary-entry-string): New function.
17892 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
17893 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
17894 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
17895 active region.
17896 (org-export-as-html): Handle QUOTE keyword.
17897 (org-quote-string): New option.
17898 (org-bookmark-jump-unhide): New function, used for
17899 `bookmark-after-jump-hook'.
17900 (org-diary-default-entry): Apply only when not called through
17901 `org-agenda'.
17902
17903 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
17904
17905 * net/eudc.el (mode-popup-menu):
17906 * play/handwrite.el (ps-printer-name, ps-lpr-command):
17907 * progmodes/ada-mode.el (compile-auto-highlight)
17908 (skeleton-further-elements):
17909 * progmodes/autoconf.el (font-lock-syntactic-keywords):
17910 * progmodes/cmacexp.el (msdos-shells):
17911 * progmodes/compile.el (font-lock-extra-managed-props)
17912 (font-lock-keywords, font-lock-maximum-size)
17913 (font-lock-support-mode):
17914 * progmodes/grep.el (font-lock-lines-before):
17915 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
17916 * progmodes/mixal-mode.el (compile-command):
17917 * progmodes/perl-mode.el (font-lock-comment-face)
17918 (font-lock-doc-face, font-lock-string-face):
17919 * progmodes/prolog.el (comint-prompt-regexp):
17920 * progmodes/sh-script.el (font-lock-comment-face)
17921 (font-lock-set-defaults, font-lock-string-face):
17922 * progmodes/sql.el (font-lock-keyword-face)
17923 (font-lock-set-defaults, font-lock-string-face):
17924 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
17925 (itimer-version, lazy-lock-defer-contextually)
17926 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
17927 Add defvars.
17928
17929 * progmodes/cperl-mode.el (cperl-electric-lbrace)
17930 (cperl-electric-keyword, cperl-electric-pod)
17931 (cperl-electric-backspace, cperl-forward-re)
17932 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
17933 (vc-rcs-header, vc-sccs-header): Add defvars.
17934
17935 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
17936 (font-lock-syntactic-keywords, gud-find-expr-function):
17937 Add defvars.
17938
17939 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
17940 (gdb-frame-parameters): Declare before use.
17941
17942 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
17943 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
17944 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
17945 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
17946
17947 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
17948 (idlwave-help-with-source): Use `insert-buffer-substring', not
17949 `insert-buffer'.
17950
17951 2005-08-29 Juri Linkov <juri@jurta.org>
17952
17953 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
17954 Put outline-back-to-heading function call inside save-excursion.
17955
17956 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
17957
17958 * man.el (Man-init-defvars, Man-translate-references)
17959 (Man-support-local-filenames, Man-highlight-references):
17960 * progmodes/sql.el (sql-interactive-mode):
17961 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
17962
17963 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
17964 (compilation-mode-font-lock-keywords): Add defvars.
17965 (checkdoc-interactive-loop): "?\ " -> "?\s".
17966
17967 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
17968 (font-lock-doc-face, font-lock-string-face)
17969 (font-lock-keywords-case-fold-search): Add defvars.
17970 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
17971
17972 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
17973 Don't pass X and Y (they are ignored anyway).
17974 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
17975 (mouse-delete-window): Make arguments optional.
17976
17977 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
17978 (caesar-translate-table, minor-modes, news-buffer-save)
17979 (news-group-name, news-minor-modes): Add defvars.
17980
17981 * emacs-lisp/lselect.el (mouse-highlight-priority)
17982 (x-lost-selection-functions, zmacs-regions):
17983 * emacs-lisp/pp.el (font-lock-verbose):
17984 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
17985 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
17986 (ses-mode-map):
17987 * emacs-lisp/tcover-unsafep.el (safe-functions):
17988 * international/mule-cmds.el (mac-system-coding-system)
17989 (mac-system-locale):
17990 * language/ethio-util.el (rmail-current-message)
17991 (rmail-message-vector):
17992 * language/thai-util.el (thai-auto-composition-mode):
17993 * mail/metamail.el (rmail-current-message, rmail-message-vector):
17994 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
17995 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
17996 (vm-primary-inbox, vm-spool-files):
17997 * mail/rmail.el (deleted-head, font-lock-fontified)
17998 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
17999 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
18000 (total-messages):
18001 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
18002 (rmail-summary-mode-map):
18003 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
18004 (rmail-last-label, rmail-last-multi-labels)
18005 (rmail-summary-vector, rmail-total-messages):
18006 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
18007 * mail/rmailsum.el (msgnum):
18008 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
18009 (rmail-current-message):
18010 * obsolete/fast-lock.el (font-lock-face-list):
18011 * obsolete/rnewspost.el (mail-reply-buffer):
18012 * obsolete/scribe.el (compile-command):
18013 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
18014
18015 2005-08-28 John Paul Wallington <jpw@gnu.org>
18016
18017 * ibuf-ext.el (ibuffer-auto-update-changed):
18018 Use `frame-or-buffer-changed-p' to check whether we need to update.
18019 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
18020 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
18021 as a `frame-or-buffer-changed-p' state vector instead.
18022
18023 2005-08-27 Romain Francoise <romain@orebokech.com>
18024
18025 * textmodes/makeinfo.el (makeinfo-compile):
18026 Use `compilation-start'. Set `next-error-function' according to
18027 `disable-errors'.
18028 (makeinfo-next-error): New function.
18029 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
18030 (makeinfo-buffer): Likewise.
18031
18032 * progmodes/compile.el (compilation-start): Add autoload cookie.
18033
18034 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
18035 * textmodes/sgml-mode.el: Likewise.
18036 * progmodes/python.el: Likewise.
18037
18038 2005-08-27 Eli Zaretskii <eliz@gnu.org>
18039
18040 * simple.el (blink-matching-paren-distance): Document the meaning
18041 of nil value, and allow to customize to nil.
18042
18043 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
18044 command.com, not command.exe.
18045
18046 2005-08-26 John Wiegley <johnw@newartisans.com>
18047
18048 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
18049 code around a bit so that an extraneous nil argument is not added
18050 to a command when no args are given.
18051
18052 * eshell/esh-arg.el (eshell-parse-double-quote): If a
18053 double-quoted argument resolves to nil, return it as an empty
18054 string rather than as nil. This made it impossible to pass "" to
18055 a shell script as a null string argument.
18056
18057 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * outline.el (outline-invent-heading): New fun.
18060 (outline-promote, outline-demote): Use it.
18061 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
18062 (outline-end-of-subtree): Remove unused var `opoint'.
18063
18064 2005-08-26 David Reitter <david.reitter@gmail.com>
18065
18066 * menu-bar.el (truncate-lines, write-file, print-buffer)
18067 (ps-print-buffer-faces, ps-print-buffer, split-window):
18068 Disable menu items when the frame they refer to is invisible, or when
18069 they refer to a buffer and the minibuffer is selected.
18070
18071 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
18072
18073 * progmodes/flymake.el (flymake-highlight-err-lines):
18074 Use save-excursion around flymake-highlight-line to preserve point.
18075
18076 2005-08-26 Eli Zaretskii <eliz@gnu.org>
18077
18078 * progmodes/octave-mod.el: Change Author and Maintainer address.
18079 (octave-maintainer-address): Change Kurt's email address.
18080 * progmodes/octave-inf.el: Change Author and Maintainer address.
18081 * progmodes/octave-hlp.el: Change Author and Maintainer address.
18082
18083 2005-08-26 Kim F. Storm <storm@cua.dk>
18084
18085 * subr.el (version-list-<, version-list-<=, version-list-=):
18086 Rename from integer-list-*.
18087 (version-list-not-zero): Likewise. Fix while loop.
18088 (version=): Use version-list-= instead of string-equal.
18089
18090 2005-08-26 Richard M. Stallman <rms@gnu.org>
18091
18092 * outline.el (outline-promote): Try shortening the heading.
18093 As last resort, read the heading to use.
18094 (outline-demote): As last resort, read the heading to use.
18095
18096 2005-08-26 Romain Francoise <romain@orebokech.com>
18097
18098 * progmodes/compile.el (compilation-start): Doc fix.
18099
18100 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
18101 (antlr-font-lock-additional-keywords): Fix reference to
18102 `antlr-font-lock-literal-regexp' erroneously changed during the
18103 mass face rename.
18104 (antlr-run-tool): Use `compilation-start'.
18105
18106 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
18107 instead of the obsolete `compile-internal'.
18108
18109 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
18110
18111 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
18112 (number, original-date):
18113 * calendar/cal-china.el (date):
18114 * calendar/cal-coptic.el (date):
18115 * calendar/cal-french.el (date):
18116 * calendar/cal-hebrew.el (date, entry, number, original-date):
18117 * calendar/cal-islam.el (date, number, original-date):
18118 * calendar/cal-iso.el (date):
18119 * calendar/cal-julian.el (date):
18120 * calendar/cal-mayan.el (date):
18121 * calendar/cal-menu.el (date, event):
18122 * calendar/cal-persia.el (date):
18123 * calendar/lunar.el (date):
18124 * calendar/solar.el (date): Add defvars.
18125
18126 * emerge.el:
18127 * ibuffer.el:
18128 * info-xref.el:
18129 * obsolete/bg-mouse.el:
18130 * obsolete/sun-curs.el:
18131 * obsolete/swedish.el: Move the `defvar's to the top level.
18132
18133 * smerge-mode.el (smerge-refined-change): Add :group.
18134
18135 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
18136
18137 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
18138 (smerge-keep-n): Remove props.
18139 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18140 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
18141 now that it's done in smerge-keep-n.
18142 (smerge-refined-change): New face.
18143 (smerge-refine-chopup-region, smerge-refine-highlight-change)
18144 (smerge-refine): New funs.
18145 (smerge-basic-map): Bind smerge-refine.
18146
18147 2005-08-25 Juri Linkov <juri@jurta.org>
18148
18149 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
18150 compilation-process-setup-function and compilation-disable-input
18151 in grep-mode instead of let-bindings in grep.
18152
18153 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
18154 Delete "Automatic File De/compression" (auto-compression-mode).
18155
18156 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
18157
18158 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
18159 Silence warning about non-existent variable.
18160
18161 2005-08-25 Richard M. Stallman <rms@gnu.org>
18162
18163 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
18164 Rename "Describe Key" to "Describe Key or Mouse Operation".
18165
18166 * mail/mailalias.el (build-mail-aliases): Delete comments
18167 from the contents before processing them.
18168
18169 * isearch.el (isearch-edit-string): Erase the Search prompt
18170 if user enters an empty string and there is no default.
18171
18172 * comint.el (comint-file-name-prefix): Add autoload.
18173
18174 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
18175
18176 * subr.el (play-sound): Rearrange to avoid warning.
18177
18178 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
18179
18180 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
18181 New hook.
18182 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
18183
18184 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18185
18186 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
18187
18188 * custom.el (custom-theme-set-variables): Sort minor modes last.
18189
18190 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18191
18192 * subr.el (version-separator, version-regexp-alist): New vars used by
18193 version comparison funs.
18194 (integer-list-<, integer-list-=, integer-list-<=)
18195 (integer-list-not-zero): New funs for integer list comparison.
18196 (version-to-list, version=, version<, version<=): New funs for version
18197 comparison.
18198
18199 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
18200
18201 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
18202 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
18203 time to silence the byte-compiler.
18204
18205 * ibuffer.el (ibuffer-compile-make-eliding-form)
18206 (ibuffer-check-formats): Use `with-no-warnings' to hide references
18207 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
18208 so it's silly to get warnings for it).
18209 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
18210 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
18211 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
18212 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
18213 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
18214 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
18215 Defvar at compile time.
18216 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
18217 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
18218 Declare them before use.
18219
18220 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
18221 (info-xref-good, info-xref-bad): Defvar at compile time.
18222
18223 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
18224 Use `let*' instead of `let'.
18225
18226 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
18227 (*mouse-y*, menu, char): Defvar at compile time.
18228 (sc::menu): Declare it before use.
18229 (sc::pack-one-line): Use `let', not `let*'.
18230
18231 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
18232 (mail-send-hook): Defvar at compile time.
18233
18234 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
18235 Defvar at compile time.
18236
18237 * term/sun-mouse.el (current-global-mousemap)
18238 (current-local-mousemap): Declare them before use.
18239
18240 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
18241
18242 * bookmark.el (bookmark-after-jump-hook): New hook.
18243 (bookmark-jump): Run `bookmark-after-jump-hook'.
18244
18245 2005-08-23 Juri Linkov <juri@jurta.org>
18246
18247 * faces.el (minibuffer-prompt): Doc fix.
18248
18249 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
18250
18251 * progmodes/xscheme.el: Trivial changes to silence warnings.
18252 (xscheme-previous-mode, xscheme-previous-process-state):
18253 Add defvars.
18254 (xscheme-last-input-end, xscheme-process-command-line)
18255 (xscheme-process-name, xscheme-buffer-name)
18256 (xscheme-expressions-ring-max, xscheme-expressions-ring)
18257 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
18258 (xscheme-control-g-synchronization-p)
18259 (xscheme-control-g-disabled-p, xscheme-string-receiver)
18260 (default-xscheme-runlight, xscheme-runlight)
18261 (xscheme-runlight-string, xscheme-process-filter-state)
18262 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
18263 Move to beginning of file.
18264 (scheme-interaction-mode-commands-alist)
18265 (scheme-interaction-mode-map, scheme-debugger-mode-map):
18266 Declare them before use. Note: the initialization code for the
18267 variables has not been moved because it uses functions that reference
18268 the variables.
18269 (xscheme-control-g-message-string, xscheme-process-filter-alist)
18270 (xscheme-prompt-for-expression-map): Declare them before use.
18271 (scheme-debugger-mode-commands): "?\ " -> "?\s".
18272
18273 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
18274
18275 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
18276
18277 2005-08-22 Juri Linkov <juri@jurta.org>
18278
18279 * faces.el (set-face-underline): Delete this duplicate function
18280 and make an obsolete alias to set-face-underline-p.
18281 (set-face-underline-p): Use docstring of set-face-underline.
18282 (describe-face): Create hyperlink to parent face.
18283
18284 * info.el (Info-insert-dir): Use save-excursion around
18285 insert-buffer-substring.
18286 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
18287 (Info-escape-percent): Delete function.
18288 (Info-fontify-node): Replace Info-escape-percent by
18289 replace-regexp-in-string with REP arg set to lambda that
18290 duplicates `%' and preserves text properties.
18291
18292 * progmodes/compile.el (compilation-disable-input): Doc fix.
18293 (define-compilation-mode): Doc fix and refill.
18294 (kill-compilation): Use `mode-name' in the error message.
18295 (compilation-find-file): Use `compilation-error' in the
18296 read-file-name's prompt.
18297
18298 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18299
18300 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
18301 (smerge-auto-leave): Make undo re-enable the mode.
18302 (debug-ignored-errors): Add the user-error of impossible resolution.
18303 (smerge-resolve): Move things around a bit, in preparation for later.
18304 (smerge-diff): Don't fail if the buffer has no associated file.
18305 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
18306 (smerge-conflict-overlay): New function.
18307 (smerge-match-conflict): Don't add text properties here.
18308 (smerge-find-conflict): Instead, add an overlay here.
18309 Also check for the case where we're inside a conflict already, so as to
18310 obviate the need for font-lock-multiline, which is unbearably slow with
18311 large conflicts and ciomplex font-lock patterns.
18312 (smerge-remove-props): Remove overlay rather than text-properties.
18313 (smerge-mode): Don't set font-lock-multiline.
18314 Remove overlays when turned off.
18315
18316 2005-08-21 Kim F. Storm <storm@cua.dk>
18317
18318 * ido.el (ido-ignore-item-p): Use save-match-data.
18319 Bind case-fold-search to ido-case-fold locally.
18320
18321 2005-08-20 Richard M. Stallman <rms@gnu.org>
18322
18323 * files.el (normal-mode): If font lock is on, turn it off and on.
18324
18325 * subr.el (replace-regexp-in-string): Doc fix.
18326
18327 * startup.el (command-line-1): Don't suppress startup screen
18328 due to existing processes.
18329
18330 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
18331
18332 * progmodes/compile.el (compilation-disable-input): Default to nil.
18333
18334 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18335
18336 * progmodes/compile.el (compilation-disable-input): New defcustom.
18337 (compilation-start): If compilation-disable-input is non-nil, send
18338 EOF to the compilation process.
18339
18340 2005-08-20 Eli Zaretskii <eliz@gnu.org>
18341
18342 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
18343 Run the argument of tex-shell-cd-command through
18344 convert-standard-filename, to get the correct style of slashes on
18345 Windows, and enclose the result in quotes, in case the file name
18346 includes whitespace or other special characters.
18347
18348 2005-08-19 Andreas Schwab <schwab@suse.de>
18349
18350 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
18351 process.
18352
18353 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
18354
18355 * cus-start.el (minibuffer-prompt-properties): Correct typo.
18356
18357 2005-08-18 Kim F. Storm <storm@cua.dk>
18358
18359 * scroll-lock.el: Fix errors due to incorrect line wrapping.
18360
18361 2005-08-18 Richard M. Stallman <rms@gnu.org>
18362
18363 * scroll-lock.el: New file.
18364
18365 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
18366
18367 * dired.el (dired-move-to-end-of-filename):
18368 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
18369
18370 2005-08-18 Kim F. Storm <storm@cua.dk>
18371
18372 * ido.el (ido-everywhere): Fix defcustom :set function to disable
18373 rather than toggle mode when custom value is nil.
18374 (ido-everywhere): Fix defun doc string.
18375
18376 2005-08-17 Richard M. Stallman <rms@gnu.org>
18377
18378 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
18379 as tag instead of "Inviolable".
18380
18381 2005-08-17 Kim F. Storm <storm@cua.dk>
18382
18383 * windmove.el (windmove-coordinates-of-position): Remove.
18384 (windmove-coordinates-of-window-position): Remove.
18385 (windmove-reference-loc): Use posn-at-point instead.
18386
18387 * subr.el (insert-for-yank-1): Doc fix.
18388
18389 * ido.el (ido-enter-matching-directory): Rename from
18390 ido-enter-single-matching-directory. Change `slash' choice to
18391 `only'. Add `first' choice.
18392 (ido-exhibit): Adapt to above changes.
18393
18394 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
18395
18396 * Makefile.in: Expand comment about building loaddefs.el.
18397
18398 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
18399
18400 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
18401 Comment use of defadvice.
18402
18403 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
18404
18405 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
18406
18407 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
18408 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
18409 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
18410 * progmodes/idlw-shell.el, progmodes/ld-script.el,
18411 * progmodes/which-func.el, ruler-mode.el, strokes.el,
18412 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
18413 for backward compatibility for faces that did not appear in the
18414 previous Emacs release.
18415
18416 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
18417
18418 2005-08-15 Kim F. Storm <storm@cua.dk>
18419
18420 * emulation/cua-base.el (cua-delete-region): Return t if
18421 deleted region was non-empty.
18422 (cua-replace-region): Inhibit overwrite-mode for
18423 self-insert-command if replaced region was non-empty.
18424 (cua--explicit-region-start, cua--status-string): Make them
18425 buffer-local at top-level...
18426 (cua-mode): ...rather than when mode is enabled.
18427
18428 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
18429
18430 * progmodes/vhdl-mode.el (vhdl-emacs-21):
18431 Set t for Emacs 21, 22, and so on.
18432
18433 2005-08-15 David Ponce <david@dponce.com>
18434
18435 * tree-widget.el: Update Commentary header.
18436 (tree-widget-theme): Doc fix.
18437 (tree-widget-space-width): New option.
18438 (tree-widget-image-properties): Look up in the default theme too.
18439 (tree-widget--cursors): Only for images with arrow pointer shape.
18440 (tree-widget-lookup-image): Pointer shape is hand by default.
18441 (tree-widget-icon): Rename generic icon widget from
18442 `tree-widget-control'.
18443 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
18444 derive from `tree-widget-icon'.
18445 (tree-widget-handle): Improve default look and feel of the text
18446 representation.
18447 (tree-widget): Rename :*-control properties to :*-icon properties.
18448 Add :action and :help-echo properties.
18449 (tree-widget-after-toggle-functions): Move.
18450 (tree-widget-close-node, tree-widget-open-node): Remove.
18451 (tree-widget-before-create-icon-functions): New hook.
18452 (tree-widget-value-create): Update to allow customization of icons
18453 and nodes at run-time via that new hook.
18454 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
18455 (tree-widget-icon-action, tree-widget-icon-help-echo)
18456 (tree-widget-action, tree-widget-help-echo): New functions.
18457
18458 2005-08-15 Kim F. Storm <storm@cua.dk>
18459
18460 * ido.el (ido-buffer-internal): Use with-no-warnings.
18461 (ido-make-merged-file-list): Use while-no-input.
18462
18463 2005-08-15 Richard M. Stallman <rms@gnu.org>
18464
18465 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
18466 (flyspell-large-region): Fix doc and custom type.
18467
18468 2005-08-14 Richard M. Stallman <rms@gnu.org>
18469
18470 * files.el (interpreter-mode-alist): Doc fix.
18471
18472 * mail/rmail.el (rmail-nonignored-headers): New variable.
18473 (rmail-clear-headers): Use it.
18474 (rmail-reply): Better handling of mail-followup-to header.
18475
18476 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18477 Rename variable from sh-font-lock-keywords. In the `shell' entry,
18478 don't try to refer to executable-font-lock-keywords.
18479 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
18480 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
18481 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
18482 (sh-mode): Set comment-start-skip, local-abbrev-table,
18483 imenu-case-fold-search.
18484 (sh-set-shell): Don't set them here.
18485 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
18486 Don't cache the results in the original alist; don't ever modify
18487 that alist.
18488
18489 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
18490
18491 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
18492 empty.
18493
18494 2005-08-15 Andreas Schwab <schwab@suse.de>
18495
18496 * desktop.el: Put autoload cookie at risky-local-variable declarations.
18497
18498 * dired.el, info.el, mail/rmail.el: Revert last change.
18499
18500 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
18501
18502 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
18503 modification in `eval-after-load' form.
18504 * info.el: Likewise.
18505 * mail/rmail.el: Likewise.
18506
18507 2005-08-14 Juri Linkov <juri@jurta.org>
18508
18509 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18510 Remove highlighting of "Compilation started". Highlight only
18511 the word "finished" in "Compilation finished". Add highlighting
18512 of "interrupt", "killed", "terminated" and the exit code.
18513 (compilation-start): Add newline after header. Use exactly the
18514 same time stamp format as the finishing message.
18515 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
18516
18517 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
18518 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
18519 Add highlighting of "interrupt", "killed", "terminated".
18520
18521 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
18522 enabled and the current command is self-insert-command, call it
18523 explicitly with overwrite-mode bound to nil, to not allow it
18524 to delete the character after the selected region.
18525
18526 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
18527
18528 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
18529 move-end-of-line, end-of-line, and beginning-of-line to the list
18530 of commands after which the echo area is updated.
18531
18532 2005-08-12 Eli Zaretskii <eliz@gnu.org>
18533
18534 * cus-edit.el (custom-save-all, custom-save-delete):
18535 Bind recentf-exclude to exclude custom-file.
18536
18537 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
18538
18539 * mail/rmailsum.el (rmail-summary-end-of-message): New command
18540 to go to the bottom of the mail message. Added to
18541 `rmail-summary-mode-map' with key "/".
18542 (rmail-summary-show-message): New (internal) function for use by
18543 both `rmail-summary-beginning/end-of-message'.
18544 (rmail-summary-beginning-of-message): Change to use
18545 rmail-summary-show-message.
18546
18547 * mail/rmail.el (rmail-end-of-message): New command to go to the
18548 end of the current message. Added to `rmail-mode-map' with key "/".
18549 (rmail-beginning-of-message): Fix to work as documented.
18550 (rmail-mode): Change documentation.
18551
18552 * progmodes/compile.el (compilation-start): Add the line
18553 "Compilation started" with compilation start time.
18554 (compilation-mode-font-lock-keywords): Add `started' to keywords.
18555
18556 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
18557
18558 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
18559 of menu items.
18560
18561 2005-08-11 Richard M. Stallman <rms@gnu.org>
18562
18563 * simple.el (pop-global-mark): Reverse test of widen-automatically.
18564
18565 * battery.el (battery-status-function): Don't use ignore-errors.
18566
18567 2005-08-11 Lute Kamstra <lute@gnu.org>
18568
18569 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
18570 define-obsolete-variable-alias.
18571
18572 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
18573
18574 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
18575 (ange-ftp-send-cmd): Revert last change, and expand
18576 the comment explaining the problem.
18577
18578 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
18579
18580 * ldefs-boot.el: Update.
18581
18582 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
18583 item to "Time, Load and Mail". Change help echo text.
18584
18585 * time.el (display-time-use-mail-icon, display-time-format)
18586 (display-time-string-forms): Shorten first line of docstrings.
18587
18588 2005-08-10 Lars Hansen <larsh@soem.dk>
18589
18590 * desktop.el (desktop-buffer-mode-handlers):
18591 Make non-customizable. Add autoload cookie. Change initial value to
18592 nil; add elements in respective modules instead. Fix doc string.
18593 (desktop-load-file): New function.
18594 (desktop-minor-mode-handlers): New autoloaded variable.
18595 (desktop-create-buffer): Call minor mode handlers.
18596 Use desktop-load-file to load major and minor mode modules prior to
18597 checking for a handler.
18598 (desktop-save): Don't add nil to desktop-minor-modes for minor
18599 modes with nil function in desktop-minor-mode-table. Don't delete
18600 desktop file before rewriting it.
18601 (desktop-locals-to-save): Add autoload cookie. Don't make
18602 automatically buffer-local. Add variables column-number-mode,
18603 size-indication-mode, indent-tabs-mode,
18604 indicate-buffer-boundaries, indicate-empty-lines and
18605 show-trailing-whitespace.
18606 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
18607 regexps. Don't use desktop-clear-preserve-buffers-regexp.
18608 (desktop-clear-preserve-buffers-regexp): Delete.
18609 (desktop-clear-preserve-buffers): Update initial value and docstring.
18610 (desktop-save-buffer): Fix doc string.
18611
18612 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
18613 (hilit-chg-desktop-restore): New function.
18614 (highlight-changes-mode): Add highlight-changes-mode to
18615 desktop-locals-to-save.
18616
18617 * dired.el: Add handler to desktop-buffer-mode-handlers.
18618 (dired-restore-desktop-buffer): Remove autoload cookie.
18619 (dired-mode): Add autoload cookie.
18620
18621 * info.el: Add handler to desktop-buffer-mode-handlers.
18622 (Info-restore-desktop-buffer): Remove autoload cookie.
18623 (Info-mode): Add autoload cookie.
18624
18625 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
18626 (mh-restore-desktop-buffer): Remove autoload cookie.
18627 (mh-folder-mode): Add autoload cookie.
18628
18629 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
18630 (rmail-restore-desktop-buffer): Remove autoload cookie.
18631
18632 2005-08-11 Masatake YAMATO <jet@gyve.org>
18633
18634 * hexl.el (hexl-address-region):
18635 (hexl-ascii-region, hexl-font-lock-keywords):
18636 (hexl-highlight-line-range): Use the term "region"
18637 instead of "area" for consistency with the other symbols
18638 defined in hexl.el.
18639
18640 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
18641
18642 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
18643 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
18644 out by Juri Linkov). Add `display-battery-mode'.
18645
18646 2005-08-09 Juri Linkov <juri@jurta.org>
18647
18648 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18649 Remove `-text' from face variable names.
18650 (compilation-error-file-name, compilation-warning-file-name)
18651 (compilation-info-file-name): Delete faces.
18652 (compilation-line-number, compilation-column-number):
18653 Remove face underlining.
18654 (compilation-message-face): Set to `underline' value by default.
18655 (compilation-error-face, compilation-warning-face)
18656 (compilation-info-face): Remove `-file-name' from face names.
18657 (compilation-error-text-face, compilation-warning-text-face)
18658 (compilation-info-text-face): Delete face variables.
18659 (compilation-text-face): Delete function.
18660
18661 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
18662 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
18663 (grep-error-face): Set to `compilation-error' instead of
18664 `compilation-error-face' (which is redefined to `grep-hit-face' in
18665 grep buffers).
18666 (grep-mode-font-lock-keywords): Remove `-text' from face variable
18667 names. Use `grep-error-face' instead of `compilation-error-text-face'.
18668
18669 * dired-aux.el (dired-do-query-replace-regexp):
18670 Use `query-replace-read-args'.
18671
18672 * replace.el (query-replace-read-from, query-replace-read-to)
18673 (query-replace-read-args): Rename arg `string' to `prompt'.
18674
18675 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
18676
18677 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
18678
18679 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
18680 uploading files.
18681 (ange-ftp-canonize-filename): Handle file names beginning with ~
18682 correctly.
18683
18684 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18685
18686 * textmodes/fill.el (canonically-space-region)
18687 (fill-context-prefix, fill-french-nobreak-p)
18688 (fill-delete-newlines, fill-comment-paragraph)
18689 (justify-current-line): "?\ " -> "?\s".
18690
18691 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
18692
18693 * textmodes/fill.el (fill-nonuniform-paragraphs):
18694 Improve argument/docstring consistency.
18695
18696 2005-08-09 Richard M. Stallman <rms@gnu.org>
18697
18698 * textmodes/ispell.el (ispell-word): More fboundp checks.
18699
18700 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
18701 (find-file-noselect-1): Call it here, only if RAWFILE.
18702 (normal-mode): Always set some major mode.
18703 (save-some-buffers-action-alist): Change some explanation strings.
18704 (file-name-non-special): In the `quote' method, use unwind-protect.
18705
18706 2005-08-09 Magnus Henoch <mange@freemail.hu>
18707
18708 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
18709 (ispell-have-aspell-dictionaries): New variable.
18710 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
18711 (ispell-get-aspell-config-value): New function.
18712 (ispell-aspell-find-dictionary): New function.
18713 (ispell-aspell-add-aliases): New function.
18714 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
18715 appropriate. Don't look for ispell dictionaries if we use aspell.
18716 (ispell-menu-map): Don't build a submenu of dictionaries.
18717
18718 2005-08-09 Richard M. Stallman <rms@gnu.org>
18719
18720 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
18721 (sql-read-passwd): Use read-passwd.
18722
18723 * progmodes/idlw-toolbar.el (idlwave-toolbar)
18724 (idlwave-toolbar-is-possible): Add defvars.
18725
18726 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
18727 Avoid warnings.
18728
18729 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
18730 (idlwave-system-class-info, idlwave-executive-commands-alist):
18731 Use defvar.
18732
18733 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
18734
18735 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
18736 Avoid warnings.
18737
18738 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
18739 and content-type: headers.
18740
18741 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
18742
18743 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
18744 and rename some of them to be more self-explanatory.
18745
18746 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
18747
18748 * startup.el (command-line-1): Implement -scriptload.
18749
18750 * replace.el (occur-engine): Initial *Occur* output not undoable.
18751
18752 * menu-bar.el (menu-bar-file-menu): Rename some menu items
18753 and improve help strings.
18754
18755 * isearch.el (isearch-repeat): When changing direction,
18756 mark search successful.
18757
18758 * ediff-init.el: Use (featurep 'xemacs).
18759
18760 * comint.el (send-invisible): Identify buffer, if not selected.
18761
18762 * align.el: Delete autoload for c-guess-basic-syntax.
18763
18764 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18765
18766 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
18767 Improve argument/docstring consistency. Doc fixes.
18768 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
18769 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
18770 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
18771 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
18772 (r2bv-organization, r2bv-pages, r2bv-primary-author)
18773 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
18774 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
18775 Defvar at compile time.
18776
18777 2005-08-09 Juri Linkov <juri@jurta.org>
18778
18779 * info.el: Replace `info' with upper-case `Info' where appropriate.
18780 (info-title-1, info-title-2, info-title-3, info-title-4)
18781 (info-menu-header): Move up face definitions.
18782 (info-menu-star): Rename from `info-menu-5'.
18783 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
18784 (Info-fontify-visited-nodes): Fix docstring.
18785 (Info-hide-note-references): Fix docstring.
18786 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
18787 menu items in the same way as on cross-references.
18788 (info-apropos): Fix sorting order and formatting to be like in the
18789 stand-alone Info browser. Display error messages for 1 sec.
18790 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
18791 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
18792 from the menu bar.
18793 (Info-insert-dir): Restore point after calling
18794 `insert-buffer-substring'.
18795
18796 2005-08-08 Richard M. Stallman <rms@gnu.org>
18797
18798 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
18799 (recompute-lucid-menubar): Add defvars.
18800
18801 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
18802
18803 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
18804
18805 * net/net-utils.el (run-dig): Rename from `dig'.
18806
18807 * play/gametree.el (gametree-mode): Use make-local-variable,
18808 not make-variable-buffer-local.
18809
18810 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
18811
18812 * ansi-color.el (ansi-color-make-extent)
18813 (ansi-color-set-extent-face): Use fboundp, not functionp.
18814
18815 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
18816 not make-variable-buffer-local.
18817
18818 * bookmark.el (Info-current-file): Add defvar.
18819 (bookmark-jump-noselect): Use with-no-warnings.
18820
18821 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
18822
18823 * ebuff-menu.el (Helper-return-blurb): Add defvar.
18824
18825 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
18826
18827 * find-file.el (ada-procedure-start-regexp)
18828 (ada-package-start-regexp): Add defvars.
18829
18830 * info.el (Info-insert-dir): Use insert-buffer-substring.
18831
18832 * xml.el (xml-att-def-re): Add defvar.
18833
18834 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
18835 calling convention.
18836
18837 * subr.el (while-no-input): Return t if there is input.
18838
18839 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
18840
18841 * cus-start.el (all): Add `overflow-newline-into-fringe'.
18842
18843 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
18844
18845 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
18846 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
18847
18848 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
18849
18850 * cmuscheme.el (scheme-start-file): Replace reference to
18851 `user-emacs-directory' by "~/.emacs.d/".
18852
18853 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
18854
18855 * info.el (Info-dir-remove-duplicates): Avoid case folding
18856 in loop; instead, keep downcased strings for comparison.
18857 Suggested by Helmut Eller.
18858
18859 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
18860
18861 Sync with Tramp 2.0.50.
18862
18863 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
18864 XEmacs case; not necessary anymore.
18865 (tramp-user-regexp): Allow "@" as part of user name.
18866 (tramp-handle-set-visited-file-modtime)
18867 (tramp-handle-insert-file-contents)
18868 (tramp-handle-write-region): No special handling for
18869 `last-coding-system-used, because this is done in
18870 `tramp-accept-process-output' now.
18871 (tramp-accept-process-output): New defun.
18872 (tramp-process-one-action, tramp-process-one-multi-action)
18873 (tramp-wait-for-regexp, tramp-wait-for-output)
18874 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
18875 Howells <dhowells@redhat.com>.
18876 (clear-visited-file-modtime): Defadvice removed. The check for
18877 unset buffer's modtime does not need to be based on
18878 `tramp-buffer-file-attributes'. Suggested by RMS.
18879 (tramp-message): Insert "\n" if not being at beginning of line.
18880 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
18881 sequence with same logic.
18882 (tramp-completion-handle-expand-file-name): Discard call of
18883 `tramp-drop-volume-letter'. It is not necessary, and there have
18884 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
18885 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18886 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
18887 should always be visible.
18888 (tramp-handle-insert-directory, tramp-setup-complete)
18889 (tramp-set-process-query-on-exit-flag)
18890 (tramp-append-tramp-buffers): Pacify byte-compiler.
18891 (tramp-bug): Delete non-existing variables from list.
18892 Apply `tramp-load-report-modules' as pre-hook.
18893 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
18894 `shell-prompt-pattern' because of non-7bit characters.
18895 Reported by Sebastian Luque <sluque@mun.ca>.
18896 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
18897 (tramp-match-string-list): Remove function.
18898 (tramp-wait-for-regexp): Remove call of that function.
18899 Suggested by Kim F. Storm <storm@cua.dk>.
18900 (tramp-set-auto-save-file-modes): Use octal integer code #o600
18901 instead of octal character code ?\600. The latter resulted in a
18902 syntax error with XEmacs.
18903
18904 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
18905 XEmacs case; not necessary anymore.
18906 (tramp-smb-handle-write-region): No special handling for
18907 `last-coding-system-used, because this is done in
18908 `tramp-accept-process-output' now.
18909 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
18910
18911 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
18912
18913 * wid-edit.el (widget-choice-value-create):
18914 Unconditionally respect user choice. Set :explicit-choice back to nil
18915 when no longer needed.
18916 (widget-choice-action): Unconditionally respect user choice.
18917 Eliminate :explicit-choice-value.
18918
18919 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
18920
18921 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
18922 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
18923 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
18924 running new function `toggle-indicate-empty-lines'.
18925 Rename "Customize" item to "Customize fringe".
18926 Rename "Indicators" item to "Buffer boundaries" and change help echo.
18927 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
18928 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
18929 Delete "Empty lines only" item.
18930 (menu-bar-showhide-fringe-ind-customize): New function.
18931 (menu-bar-showhide-fringe-ind-mixed)
18932 (menu-bar-showhide-fringe-ind-box)
18933 (menu-bar-showhide-fringe-ind-right)
18934 (menu-bar-showhide-fringe-ind-left)
18935 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
18936 instead of `fringe-indicators'.
18937
18938 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18939
18940 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
18941 Change the date of last update.
18942
18943 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18944
18945 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
18946 (viper-exec-yank, viper-put-back): Don't display modification msg
18947 if in the minibuffer.
18948
18949 * viper-init.el (viper-replace-overlay-cursor-color)
18950 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
18951 Make variables frame local.
18952
18953 * viper-util.el (viper-append-filter-alist): Use append instead of
18954 nconc.
18955
18956 * viper.el (viper-vi-state-mode-list)
18957 (viper-emacs-state-mode-list): Move help-mode and
18958 completion-list-mode from the first list to the second.
18959 (viper-mode): Docstring.
18960 (viper-go-away, viper-non-hook-settings): Don't localize
18961 minor-mode-alist in newer Emacsen. Add advice to
18962 set-cursor-color. Don't bind "\C-c\\".
18963
18964 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
18965
18966 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
18967 (scheme-macro-expand-command): New user options.
18968 (scheme-trace-procedure, scheme-expand-current-form): New commands.
18969 (scheme-form-at-point, scheme-start-file)
18970 (scheme-interactively-start-process): New functions.
18971 (scheme-get-process): New function, extracted from `scheme-proc'.
18972 (run-scheme): Call `scheme-start-file' to get start file, and pass
18973 it to `make-comint'.
18974 (switch-to-scheme, scheme-proc):
18975 Call `scheme-interactively-start-process' if no Scheme buffer/process
18976 is available.
18977
18978 2005-08-06 Juri Linkov <juri@jurta.org>
18979
18980 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18981 Use `compilation-text-face', `compilation-info-text-face' and
18982 `compilation-error-text-face' instead of `font-lock-keyword-face'.
18983 (compilation-error): New face.
18984 (compilation-error-file-name): Inherit from
18985 `compilation-error' instead of `font-lock-warning-face'.
18986 (compilation-warning-file-name): Inherit from
18987 `compilation-warning' instead of `font-lock-warning-face'.
18988 (compilation-info, compilation-error-file-name)
18989 (compilation-warning-file-name, compilation-info-file-name)
18990 (compilation-line-number, compilation-column-number): Doc fix.
18991 (compilation-error-text-face, compilation-warning-text-face)
18992 (compilation-info-text-face): New face variables.
18993 (compilation-line-face, compilation-column-face)
18994 (compilation-enter-directory-face)
18995 (compilation-leave-directory-face): Doc fix.
18996 (compilation-text-face): New function.
18997
18998 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
18999 instead of 1 to display binary file names as info file links.
19000 (grep-error-face): Use `compilation-error-face' instead of
19001 `font-lock-keyword-face'.
19002 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
19003 and `compilation-warning-text-face' instead of
19004 `font-lock-keyword-face'. Use `compilation-error-text-face'
19005 instead of `grep-error-face'.
19006
19007 2005-08-05 Kenichi Handa <handa@m17n.org>
19008
19009 * international/code-pages.el: Add autoload cookies for all coding
19010 systems.
19011
19012 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
19013
19014 * cus-start.el (all): Put undo.c where it alphabetically belongs.
19015
19016 2005-08-04 Juri Linkov <juri@jurta.org>
19017
19018 * progmodes/compile.el (compilation-mode-map):
19019 * progmodes/grep.el (grep-mode-map):
19020 Bind TAB to `compilation-next-error' and [backtab] to
19021 `compilation-previous-error'.
19022
19023 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
19024 matching line numbers, column numbers and their ranges with regexp
19025 matching only line numbers.
19026 (grep-context-face): New face variable.
19027 (grep-mode-font-lock-keywords): Use it.
19028
19029 * faces.el (read-face-name): Delete duplicate faces.
19030
19031 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
19032
19033 * thumbs.el (thumbs-find-image): Don't make variables
19034 automatically buffer local.
19035 (thumbs-current-tmp-filename, thumbs-current-image-filename)
19036 (thumbs-image-num): Make automatically buffer local.
19037 (thumbs-show-thumbs-list): Use `make-local-variable', not
19038 `make-variable-buffer-local'.
19039 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
19040
19041 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
19042 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
19043 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
19044 (bother, bye, canyou, chatlst, continue, deathlst, describe)
19045 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
19046 (feelings-about, foullst, found, hello, history, howareyoulst)
19047 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
19048 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
19049 (neglst, obj, object, owner, please, problems, qlist)
19050 (random-adjective, relation, remlst, repetitive-shortness)
19051 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
19052 (shortlst, something, sportslst, stallmanlst, states, subj)
19053 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
19054 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
19055 Defvar at compile time.
19056
19057 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
19058 not `make-variable-buffer-local'.
19059
19060 2005-08-02 Kim F. Storm <storm@cua.dk>
19061
19062 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
19063 rectangle overlay in selected window.
19064
19065 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
19066
19067 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
19068 instead of display group. Make `indicate-buffer-boundaries'
19069 customizable through Custom.
19070
19071 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
19072
19073 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
19074 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
19075 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
19076 (gdb-put-string): Fix typos in docstrings.
19077
19078 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
19079
19080 Update copyright notices of files in progmodes directory for
19081 release of Emacs 22.1.
19082
19083 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
19084
19085 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
19086 Don't barf if the GUD buffer has been killed.
19087
19088 2005-08-01 Kim F. Storm <storm@cua.dk>
19089
19090 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
19091
19092 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19093
19094 * simple.el (next-error-follow-minor-mode):
19095 make-variable-buffer-local -> make-local-variable.
19096
19097 * emacs-lisp/cl-extra.el: Require CL also when compiling.
19098
19099 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
19100 (byte-compile-form-make-variable-buffer-local): New functions to warn
19101 about misuses of make-variable-buffer-local where make-local-variable
19102 was meant.
19103
19104 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
19105
19106 * bs.el (bs-attributes-list): Doc fix.
19107 (bs): Update url-link.
19108
19109 * desktop.el (desktop-save-buffer): Fix typos in docstring.
19110 (desktop-load-default): Simplify.
19111
19112 * ibuffer.el (ibuffer-columnize-and-insert-list)
19113 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
19114 (ibuffer-unmark-all, ibuffer-toggle-marks)
19115 (ibuffer-unmark-forward, ibuffer-unmark-backward)
19116 (ibuffer-compile-make-format-form, ibuffer-format-column)
19117 (ibuffer-current-buffers-with-marks)
19118 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
19119 (ibuffer): Doc fix.
19120 (ibuffer-mode): Fix typo in docstring.
19121 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
19122 with `define-obsolete-variable-alias'.
19123 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
19124
19125 2005-07-29 Kenichi Handa <handa@m17n.org>
19126
19127 * international/mule-cmds.el (select-message-coding-system):
19128 Be sure to use LF for end-of-line. If no coding system is decided,
19129 return iso-8859-1-unix.
19130
19131 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
19134 (ange-ftp-pending-error-line): New vars.
19135 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
19136 to handle the non-fatal no-route-to-host messages.
19137 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
19138
19139 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
19140
19141 * isearch.el (isearch-mode-map, isearch-other-meta-char)
19142 (isearch-quote-char, isearch-printing-char)
19143 (isearch-text-char-description): "?\ " -> "?\s".
19144 (isearch-lazy-highlight-cleanup)
19145 (isearch-lazy-highlight-initial-delay)
19146 (isearch-lazy-highlight-interval)
19147 (isearch-lazy-highlight-max-at-a-time)
19148 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
19149 Declare with define-obsolete-*-alias macros.
19150 (isearch-forward): Fix typo in docstring.
19151 (search-invisible, search-ring-yank-pointer)
19152 (regexp-search-ring-yank-pointer): Doc fixes.
19153
19154 * recentf.el (recentf-menu-append-commands-p): Declare with
19155 `define-obsolete-variable-alias'.
19156 (recentf-max-saved-items, recentf-menu-filter)
19157 (recentf-arrange-by-rule-subfilter): Doc fixes.
19158 (recentf-menu-append-commands-flag)
19159 (recentf-initialize-file-name-history, recentf-expand-file-name)
19160 (recentf-clear-data): Fix typos in docstrings.
19161
19162 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
19163
19164 * progmodes/gdb-ui.el: Smarten comments.
19165 (gdb-info-breakpoints-custom): Use nowarn when finding file.
19166
19167 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19168
19169 * term/apollo.el (terminal-init-apollo): New function containing
19170 all former top level forms in the file.
19171 * term/bobcat.el (terminal-init-bobcat):
19172 * term/cygwin.el (terminal-init-cygwin):
19173 * term/iris-ansi.el (terminal-init-iris-ansi):
19174 * term/linux.el (terminal-init-linux):
19175 * term/news.el (terminal-init-news):
19176 * term/rxvt.el (terminal-init-rxvt):
19177 * term/sun.el (terminal-init-sun):
19178 * term/tvi970.el (terminal-init-tvi970):
19179 * term/vt100.el (terminal-init-vt100):
19180 * term/vt102.el (terminal-init-vt102):
19181 * term/vt125.el (terminal-init-vt125):
19182 * term/vt200.el (terminal-init-vt200):
19183 * term/vt201.el (terminal-init-vt201):
19184 * term/vt220.el (terminal-init-vt220):
19185 * term/vt240.el (terminal-init-vt240):
19186 * term/vt300.el (terminal-init-vt300):
19187 * term/vt320.el (terminal-init-vt320):
19188 * term/vt400.el (terminal-init-vt400):
19189 * term/vt420.el (terminal-init-vt420):
19190 * term/wyse50.el (terminal-init-wyse50):
19191 * term/xterm.el (terminal-init-xterm): Likewise.
19192
19193 * term/README: Describe the terminal-init-* functionality.
19194
19195 * startup.el (command-line): After loading the terminal initialization
19196 file call the corresponding terminal initialization function.
19197
19198 2005-07-27 Kenichi Handa <handa@m17n.org>
19199
19200 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
19201 negative.
19202
19203 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
19204 (ps-mule-composition-prologue): Fix for the case that
19205 RelativeCompose is false.
19206
19207 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19208
19209 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
19210
19211 * descr-text.el (describe-char): Handle the case where the list of
19212 chars is displayed in a separate frame.
19213 Be a bit more discriminating when looking for the char.
19214
19215 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
19216
19217 * bookmark.el (bookmark-automatically-show-annotations)
19218 (bookmark-read-annotation-text-func): Doc fixes.
19219 (bookmark-save): Improve argument/docstring consistency.
19220 (bookmark-get-bookmark, bookmark-get-bookmark-record)
19221 (bookmark-alist-from-buffer)
19222 (bookmark-upgrade-file-format-from-0)
19223 (bookmark-grok-file-format-version)
19224 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19225 (bookmark-read-annotation-mode)
19226 (bookmark-insert-current-bookmark, bookmark-jump)
19227 (bookmark-exit-hook): Fix typos in docstrings.
19228 (bookmark-exit-hooks): Define as obsolete alias.
19229 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
19230 not `bookmark-exit-hooks'. Fix docstring.
19231 (bookmark-bmenu-select): "?\ " -> "?\s".
19232
19233 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
19234
19235 * startup.el (command-line): Fix typo.
19236
19237 2005-07-24 Richard M. Stallman <rms@gnu.org>
19238
19239 * tooltip.el (tooltip-mode): Test emacs-basic-display,
19240 not emacs-quick-startup.
19241
19242 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
19243
19244 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
19245 (reb-next-match, reb-show-subexp): Use `with-selected-window'
19246 instead of `reb-with-current-window'.
19247 (reb-prev-match): Likewise. Also, don't move left if the search
19248 was unsuccessful.
19249 (reb-initialize-buffer): New function.
19250 (re-builder, reb-change-syntax): Use it.
19251
19252 * man.el (Man-goto-page): Make second argument NOERROR optional.
19253
19254 2005-07-23 Richard M. Stallman <rms@gnu.org>
19255
19256 * man.el (Man-bgproc-sentinel): Check here for failure to find
19257 any man page in the output, and report the error here.
19258 (Man-arguments): Make it permanent local.
19259 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
19260 (Man-mode): Pass t for NOERROR.
19261
19262 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
19263 (grep-mode-font-lock-keywords):
19264 Don't use compilation-...-face for messages that are not file names.
19265
19266 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19267 Don't use compilation-...-face for messages that are not file names.
19268
19269 2005-07-22 Juri Linkov <juri@jurta.org>
19270
19271 * startup.el (normal-splash-screen): Update menu name.
19272
19273 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
19274
19275 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19276
19277 * term/xterm.el: Load term/rxvt if the terminal is actually an
19278 rxvt terminal.
19279 (xterm-rxvt-set-background-mode): Remove, not used anymore.
19280
19281 * term/rxvt.el (function-key-map): Use substitute-key-definition
19282 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19283
19284 * term/cygwin.el: New file.
19285
19286 2005-07-22 Kim F. Storm <storm@cua.dk>
19287
19288 * image-file.el (insert-image-file, image-file-yank-handler):
19289 Fix last change to maintain a (unique) yank-handler on yanked images.
19290
19291 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
19292
19293 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
19294 of the file size (as in "177B" for 177 bytes). This happens with
19295 "ls -lh" on FreeBSD.
19296
19297 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
19298
19299 * hilit-chg.el (highlight-changes-global-initial-state)
19300 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
19301 (hilit-chg-fixup, highlight-changes-mode):
19302 Fix typos in docstrings.
19303 (highlight-changes-global-modes, highlight-changes-rotate-faces):
19304 Doc fixes.
19305
19306 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
19307
19308 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
19309 mode function using `eval-after-load'.
19310
19311 2005-07-21 Kim F. Storm <storm@cua.dk>
19312
19313 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
19314 included when reporting an Emacs crash, and tell about the DEBUG file.
19315
19316 * image-file.el (insert-image-file): Add yank-handler.
19317 (image-file-yank-handler): Yank handler to make unique copies of
19318 images when they are yanked into a buffer next to each other.
19319
19320 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
19321
19322 * comint.el (comint-use-prompt-regexp, comint-send-input)
19323 (comint-source-default, comint-extract-string)
19324 (comint-get-source, comint-word, comint-completion)
19325 (comint-source, comint-prompt-read-only, comint-update-fence):
19326 Fix typos in docstrings.
19327 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
19328 Declare with define-obsolete-*-alias macros.
19329 (comint-previous-matching-input-from-input)
19330 (comint-next-matching-input-from-input)
19331 (comint-previous-matching-input, comint-next-matching-input)
19332 (comint-forward-matching-input):
19333 Improve argument/docstring consistency.
19334
19335 * desktop.el (desktop-clear-preserve-buffers-regexp):
19336 Also preserve the *server* buffer.
19337
19338 * simple.el (clone-indirect-buffer): Doc fix.
19339 (fixup-whitespace, just-one-space)
19340 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
19341 (next-error, next-error-highlight)
19342 (next-error-highlight-no-select, next-error-last-buffer)
19343 (next-error-buffer-p, next-error-find-buffer, next-error)
19344 (previous-error, next-error-no-select, previous-error-no-select)
19345 (open-line, split-line, minibuffer-prompt-width, kill-new)
19346 (binary-overwrite-mode): Fix typos in docstrings.
19347 (set-fill-column): Fix typo in message.
19348
19349 * skeleton.el (skeleton-proxy-new): Doc fix.
19350
19351 * strokes.el (strokes-load-hook): Doc fix.
19352 (strokes-grid-resolution, strokes-get-grid-position)
19353 (strokes-renormalize-to-grid, strokes-read-stroke)
19354 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
19355 (strokes-global-map): Fix typos in docstrings.
19356 (strokes-help): Doc fix. Fix help message and pass it through
19357 `substitute-command-keys'.
19358
19359 * tempo.el (tempo-insert-prompt, tempo-interactive)
19360 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
19361 (tempo-insert-string-functions, tempo-local-tags)
19362 (tempo-define-template, tempo-insert-template)
19363 (tempo-insert-prompt-compat, tempo-is-user-element)
19364 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
19365 Fix typos in docstrings.
19366
19367 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
19368 (vcursor-key-bindings, vcursor-use-vcursor-map)
19369 (vcursor-find-window, vcursor-scroll-down)
19370 (vcursor-disable, vcursor-beginning-of-buffer)
19371 (vcursor-end-of-buffer): Fix typos in docstrings.
19372 (vcursor-relative-move, vcursor-get-char-count):
19373 Improve argument/docstring consistency.
19374
19375 * version.el: "?\ " -> "?\s".
19376
19377 * wid-edit.el (widget-default-create, widget-after-change)
19378 (widget-default-format-handler, widget-checklist-add-item)
19379 (widget-radio-add-item, widget-choose, widget-specify-secret)
19380 (widget-field-value-create, widget-field-value-get)
19381 (widget-editable-list-format-handler)
19382 (widget-editable-list-entry-create, widget-group-value-create)
19383 (widget-documentation-link-add)
19384 (widget-documentation-string-value-create): "?\ " -> "?\s".
19385 (widget-convert-text): Doc fix.
19386 (widget-narrow-to-field, widget-field-find)
19387 (widget-url-link-action, widget-emacs-library-link-action)
19388 (widget-color-notify): Fix typos in docstrings.
19389
19390 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
19391 (x-select-text, set-w32-system-coding-system)
19392 (w32-add-charset-info): Fix typos in docstrings.
19393
19394 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
19395 (cua-enable-cua-keys, cua-use-hyper-key)
19396 (cua-virtual-rectangle-edges): Fix typos in docstrings.
19397 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
19398
19399 * net/tramp.el (tramp-handle-load): Fix typo in error message.
19400
19401 * emacs-lisp/re-builder.el (regexp-builder): Declare with
19402 `defalias' instead of faking it.
19403
19404 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
19405 (eshell-ls-missing, eshell-ls-dired-initial-args)
19406 (eshell-ls-use-in-dired): Fix typos in docstrings.
19407
19408 2005-07-20 Kim F. Storm <storm@cua.dk>
19409
19410 * emulation/cua-base.el (cua-mode): Improve doc string.
19411
19412 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
19413
19414 * abbrev.el (expand-region-abbrevs): Doc fix.
19415 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
19416 Improve argument/docstring consistency.
19417
19418 * arc-mode.el (archive-get-descr, archive-alternate-display):
19419 Doc fixes.
19420 (archive-l-e): Improve argument/docstring consistency.
19421 (archive-tmpdir, archive-unixdate, archive-unixtime)
19422 (archive-chmod-entry): Fix typos in docstrings.
19423 (archive-unflag, archive-unflag-backwards)
19424 (archive-unmark-all-files): "?\ " -> "?\s".
19425
19426 * buff-menu.el (Buffer-menu-unmark): Doc fix.
19427 (Buffer-menu-not-modified, Buffer-menu-execute)
19428 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
19429 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
19430
19431 * composite.el (compose-string, encode-composition-rule)
19432 (compose-last-chars): Fix typos in docstrings.
19433
19434 * desktop.el (desktop-enable, desktop-basefilename):
19435 Declare with `define-obsolete-variable-alias'.
19436 (desktop-internal-v2s): Don't quote keywords.
19437 (desktop-clear): "?\ " -> "?\s".
19438
19439 * dired.el (dired-align-file, dired-flag-backup-files)
19440 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
19441 (dired-listing-switches, dired-ls-F-marks-symlinks)
19442 (dired-dwim-target, dired-load-hook, dired-mode-hook)
19443 (dired-directory, dired-faces, dired, dired-revert)
19444 (dired-mode, dired-summary, dired-view-file)
19445 (dired-copy-filename-as-kill, dired-delete-file)
19446 (dired-no-confirm, dired-unmark-all-marks)
19447 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
19448 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
19449 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
19450 Fix typos in message strings.
19451
19452 * dired-x.el (virtual-dired): Declare with `defalias'.
19453 (dired-mark-unmarked-files, dired-local-variables-file)
19454 (dired-omit-here-always): Doc fix.
19455 (dired-omit-mode, dired-find-subdir)
19456 (dired-enable-local-variables, dired-clean-up-buffers-too)
19457 (dired-extra-startup, dired-mark-extension, dired-jump)
19458 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
19459 (dired-smart-shell-command, dired-guess-shell-alist-user)
19460 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
19461 (dired-x-bind-find-file, dired-x-submit-report):
19462 Fix typos in docstrings.
19463 (dired-mark-unmarked-files): "?\ " -> "?\s".
19464
19465 * dirtrack.el (dirtrack-list): Fix typos in docstring.
19466
19467 * faces.el (describe-face): "?\ " -> "?\s".
19468 (read-all-face-attributes, read-face-font, modify-face)
19469 (face-attr-construct, italic): Fix typos in docstrings.
19470 (frame-update-face-colors): Declare with
19471 `define-obsolete-function-alias'.
19472
19473 * files.el (find-file-noselect, recode-file-name): Doc fixes.
19474 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
19475 (magic-mode-alist, buffer-file-numbers-unique)
19476 (write-file-functions, get-free-disk-space):
19477 Fix typos in docstrings.
19478 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
19479 (write-contents-hooks, write-file-hooks):
19480 Declare with `define-obsolete-variable-alias'.
19481
19482 * forms-d2.el (arch-rj): Fix typo in docstrings.
19483 (arch-tocol): Likewise. "?\ " -> "?\s".
19484
19485 * frame.el (set-frame-font, cursor-in-non-selected-windows):
19486 Fix typo in docstring.
19487 (set-screen-width, set-screen-height): Delete redundant info in
19488 doctrings.
19489 (new-frame, screen-height, screen-width): Declare with
19490 `define-obsolete-function-alias'.
19491 (delete-frame-hook, blink-cursor): Declare with
19492 `define-obsolete-variable-alias'.
19493
19494 * paths.el (prune-directory-list): Fix typos in docstring.
19495
19496 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
19497 (cvs-prefix-get): Fix typos in docstrings.
19498
19499 * ps-print.el (ps-extend-face-list, ps-extend-face)
19500 (ps-print-background-image): Fix typos in docstrings.
19501 (ps-default-fg, ps-default-bg): Doc fixes.
19502
19503 * s-region.el (s-region-bind): Doc fix.
19504 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
19505
19506 * textmodes/org.el (org-table-formula-substitute-names)
19507 (org-table-get-vertical-vector): Doc fixes.
19508 (org-table-recalculate): Remove unused argument to `message'.
19509
19510 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
19511
19512 * textmodes/org.el (org-table-column-names)
19513 (org-table-column-name-regexp)
19514 (org-table-named-field-locations): New variables.
19515 (org-archive-subtree): Protect `this-command' when calling
19516 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
19517 the kill buffer.
19518 (org-complete): Remove fixed-formula completion.
19519 (org-edit-formulas-map): New variable.
19520 (org-table-edit-formulas): New command.
19521 (org-finish-edit-formulas, org-abort-edit-formulas)
19522 (org-show-variable, org-table-get-vertical-vector): New functions.
19523 (org-table-maybe-eval-formula): Handle `:=' fields.
19524 (org-table-get-stored-formulas, org-table-store-formulas)
19525 (org-table-get-formula, org-table-modify-formulas)
19526 (org-table-replace-in-formulas): Handle named field formulas.
19527 (org-table-get-specials): Store locations of named fields.
19528
19529 2005-07-19 Juri Linkov <juri@jurta.org>
19530
19531 * progmodes/grep.el (grep-regexp-alist)
19532 (grep-mode-font-lock-keywords, grep-process-setup):
19533 Use default GNU grep match color "01;31m" instead of "01;41m".
19534 (grep-regexp-alist, grep-mode-font-lock-keywords):
19535 Use `\\[[0-9]*m' instead of `\\[00m'.
19536 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
19537 sgr_start where its handling is more important. Use the real
19538 length of sgr_start instead of constant 8.
19539 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
19540 specially. Delete all remaining escape sequences.
19541 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
19542 (grep-regexp-alist): Make hyperlink only for binary file name
19543 instead of the whole line.
19544 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
19545 (grep-mode): Add autoload.
19546
19547 * emacs-lisp/find-func.el (find-function-regexp):
19548 Add `define-compilation-mode'.
19549
19550 2005-07-19 Juri Linkov <juri@jurta.org>
19551
19552 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
19553 (compare-windows-sync-string-size, compare-windows-recenter)
19554 (compare-windows-highlight, compare-windows): Add version 22.1.
19555 (compare-windows) <defface>: Inherit from lazy-highlight instead
19556 of duplicating its default value.
19557
19558 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
19559 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
19560
19561 * descr-text.el (describe-char): Create link buttons for `charset'
19562 and `code point'. Add the current input method name with a link
19563 button to `to input' field. Print face names of display table
19564 characters in `The display table entry is displayed by' section
19565 instead of printing face-id in the `display' field.
19566 Guess hardcoded faces and create a link button for them.
19567 Skip empty fields when calculating max-width.
19568 Treat `widget-create' specially while inserting strings from the
19569 collected field list.
19570 (describe-char-after): Made obsolete in version 22.1, not 21.5.
19571
19572 * diff-mode.el (diff-file-header): Change foreground color from
19573 yellow to green on light backgrounds.
19574 (diff-context): Inherit from `shadow' only for color/grayscale
19575 with more than 88 colors.
19576 (diff-indicator-removed, diff-indicator-added)
19577 (diff-indicator-changed): New faces.
19578 (diff-font-lock-keywords): Use new faces. Regroup rules.
19579 Add "^---$" for `normal' diff format. Fontify `#' lines with
19580 font-lock-comment-delimiter-face and font-lock-comment-face.
19581 Add `#' to ^[^...] in the rule for `diff-context-face'.
19582
19583 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
19584 a button-like box. Inherit from `highlight' on low colors.
19585 (shadow): Use shades of gray only for color/grayscale with
19586 more than 88 colors. Use green for light backgrounds with
19587 8 colors, and yellow for dark backgrounds with 8 colors.
19588
19589 * font-lock.el (font-lock-regexp-grouping-backslash):
19590 Don't inherit from escape-glyph (use bold for all cases).
19591
19592 * info.el (info-xref-visited): Use light foreground color `violet'
19593 for dark backgrounds instead of dark color `magenta3'.
19594 (info-title-1): Use `yellow' color for dark backgrounds.
19595
19596 * isearch.el (isearch): Use not-too-dark magenta3 instead of
19597 too-light magenta2.
19598
19599 * replace.el (match): Use slightly more light RoyalBlue3 instead
19600 of dark RoyalBlue4.
19601
19602 * wid-edit.el (widget-inactive): Inherit from `shadow'.
19603
19604 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
19605
19606 * novice.el (disabled-command-hook): Declare it with
19607 `define-obsolete-variable-alias'.
19608
19609 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
19610 (desktop-buffer-misc-functions, desktop-buffer-handlers)
19611 (desktop-load-default): Add release to obsolescence info.
19612 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
19613 (desktop-append-buffer-args, desktop-read):
19614 Fix typos in docstrings.
19615 (desktop-kill): Fix typo in message.
19616 (desktop-save): Doc fix.
19617
19618 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
19619
19620 * viper-cmd.el (viper-escape-to-state): Bug fix.
19621 (viper-envelop-ESC-key): Change the definition of fast
19622 keysequence so it'll work with keyboard macros.
19623
19624 * ediff.el (ediff-patch-buffer): Change the docstring.
19625
19626 2005-07-19 Kenichi Handa <handa@m17n.org>
19627
19628 * international/mule-cmds.el (select-safe-coding-system): Try to
19629 use an auto-coding (if any) before anything else. If the found
19630 auto-coding is invalid, show a warning message.
19631
19632 * international/mule.el (find-auto-coding): New function created
19633 by modifying the body of set-auto-coding.
19634 (set-auto-coding): Use find-auto-coding to find a coding.
19635
19636 2005-07-18 Richard M. Stallman <rms@gnu.org>
19637
19638 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
19639 not isearch-mode-end-hook-error.
19640 (allout-before-change-protect): Fix error message.
19641
19642 2005-07-18 Juri Linkov <juri@jurta.org>
19643
19644 * allout.el (allout-mode):
19645 * calculator.el (calculator-copy):
19646 * custom.el (custom-known-themes):
19647 * dired.el (dired-desktop-buffer-misc-data)
19648 (dired-restore-desktop-buffer):
19649 * dired-x.el (dired-omit-marker-char):
19650 * files.el (basic-save-buffer):
19651 * font-core.el (font-lock-mode):
19652 * calendar/calendar.el (calendar-goto-hebrew-date)
19653 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
19654 (calendar-goto-persian-date):
19655 * language/ethio-util.el (ethio-sera-to-fidel-region):
19656 * textmodes/picture.el (picture-mode):
19657 Delete duplicate duplicate words.
19658
19659 2005-07-18 Juri Linkov <juri@jurta.org>
19660
19661 * isearch.el (isearch-mode-map): Remove key bindings for regexp
19662 chars * ? } |.
19663 (isearch-fallback): Don't call `isearch-process-search-char'.
19664 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
19665 (isearch-process-search-char): Call `isearch-fallback' for regexp
19666 chars * ? } |.
19667 (isearch-return-char): Make obsolete with `make-obsolete' instead
19668 of simply documenting it as obsolete in the docstring.
19669 (isearch-fallback): Refill docstring.
19670
19671 * international/isearch-x.el
19672 (isearch-process-search-multibyte-characters): Remove unneeded
19673 `concat'. Add intermediate values to `junk-hist' instead of
19674 `minibuffer-history'. Test the length of `str'.
19675
19676 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
19677
19678 * allout.el (allout-resolve-xref): Fix typos in error strings.
19679 (allout-before-change-protect): Remove unneeded `concat'.
19680
19681 * array.el (array-mode, array-reconfigure-rows)
19682 (untabify-backward): Fix typos in docstrings.
19683 (array-reconfigure-rows): Use `insert-buffer-substring', not
19684 `insert-buffer'.
19685
19686 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
19687 * progmodes/ada-mode.el (ada-make-body):
19688 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
19689
19690 * dired.el (dired-log):
19691 * tar-mode.el (tar-subfile-save-buffer):
19692 * play/zone.el (zone-pgm-stress-destress):
19693 Use `insert-buffer-substring', not `insert-buffer'.
19694
19695 2005-07-17 Simon Josefsson <jas@extundo.com>
19696
19697 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
19698
19699 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
19700
19701 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
19702 Add plain auth method.
19703 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
19704
19705 2005-07-17 Kim F. Storm <storm@cua.dk>
19706
19707 * ido.el (dired-other-window): Add ido property.
19708
19709 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
19710
19711 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19712 Fix typo in docstring.
19713 (byte-compile-interactive-only-functions): Add `insert-buffer' and
19714 `insert-file-literally'.
19715
19716 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
19717 info and delete redundant message. Doc fix.
19718 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
19719 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
19720
19721 2005-07-16 Richard M. Stallman <rms@gnu.org>
19722
19723 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
19724 (byte-compile-and): Use byte-compile-and-recursion.
19725 (byte-compile-or-recursion): New function.
19726 (byte-compile-or): Use that.
19727 (byte-compile-if): Guard the else-clause too.
19728 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
19729
19730 * isearch.el (isearch-mode-end-hook-quit): New variable.
19731 (isearch-done): Bind it.
19732 (isearch-mode-end-hook): Doc fix.
19733
19734 * allout.el (allout-isearch-did-quit): Variable deleted.
19735 (allout-real-isearch-abort): Function name no longer used.
19736 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
19737 (allout-isearch-rectification): isearch-mode always exists.
19738 Don't set allout-isearch-did-quit.
19739 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
19740 allout-isearch-did-quit.
19741 (allout-enwrap-isearch): Just add the hook.
19742 (allout-isearch-abort): Function deleted.
19743 (allout-pre-command-business): Avoid warning.
19744
19745 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
19746 Correctly avoid warnings.
19747 (pascal-outline): Likewise.
19748
19749 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
19750
19751 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
19752
19753 * play/tetris.el (tetris-mode): Avoid warning.
19754
19755 * play/snake.el (snake-mode): Avoid warning.
19756
19757 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
19758 (gamegrid-set-display-table): Avoid warning.
19759 (gamegrid-set-timer): Likewise.
19760 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
19761 (gamegrid-add-score-with-update-game-score-1): Take FILE
19762 as argument.
19763 (gamegrid-add-score-with-update-game-score): Pass that argument.
19764 Rename have-shared-game-dir to gamegrid-shared-game-dir.
19765
19766 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
19767
19768 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
19769 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
19770
19771 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
19772 and insert-file.
19773
19774 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
19775 (sc-ask): Avoid warnings.
19776
19777 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
19778 (eshell-hist-initialize): Use that var the natural way.
19779
19780 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
19781
19782 * emacs-lisp/re-builder.el (reb-cook-regexp):
19783 Avoid warning calling lre-compile-string.
19784 (reb-color-display-p): Avoid warning.
19785
19786 * calculator.el (calculator-last-input): Guard uses
19787 of event-key and key-press-event-p.
19788 (event-key, key-press-event-p): Delete definitions.
19789
19790 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
19791 (find-gc-source-directory, find-gc-subrs-callers)
19792 (find-gc-noreturn-list, find-gc-source-files)
19793 (find-gc-subrs-called): Vars renamed and defvar'd.
19794
19795 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
19796 (checkdoc-overlay-put, checkdoc-delete-overlay)
19797 (checkdoc-overlay-start, checkdoc-overlay-end)
19798 (checkdoc-mode-line-update, checkdoc-char=):
19799 Define such that compiler knows they are defined.
19800 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
19801 (checkdoc-read-event): Delete. Use read-event directly.
19802
19803 * whitespace.el (whitespace-make-overlay)
19804 (whitespace-overlay-put, whitespace-delete-overlay)
19805 (whitespace-overlay-start, whitespace-overlay-end):
19806 Define such that compiler knows they are defined.
19807 (whitespace): Move conditional inside.
19808
19809 * tempo.el (tempo-insert-template): Suppress warning.
19810
19811 * ediff-diff.el (longlines-mode): Add defvar.
19812
19813 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
19814
19815 * server.el: Bind "C-x #" in a way that works even if C-x is
19816 redefined to a command key, not a prefix key.
19817
19818 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19819
19820 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
19821 cl-make-type-test till execution time.
19822
19823 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
19824
19825 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
19826 arg ARG and use it.
19827
19828 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19829
19830 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
19831
19832 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
19833
19834 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19835 a defcustom with two :set or :type keywords.
19836
19837 2005-07-15 Richard M. Stallman <rms@gnu.org>
19838
19839 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19840 Don't give ^M comment-end syntax.
19841
19842 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
19843
19844 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
19845 Don't consider gdbmi (gdb-mi.el has its own update functions).
19846 (gdb-var-delete): Make it work for gdbmi as well.
19847 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
19848
19849 * progmodes/gud.el (etags, sdb): Only require etags when needed.
19850 (gud-speedbar-menu-items): Correct logic for enabling items.
19851
19852 2005-07-15 Kim F. Storm <storm@cua.dk>
19853
19854 * ido.el: Fix commentary.
19855 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
19856 Use with-no-warnings around ffap-guesser.
19857 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
19858 Let bind minibuffer-completing-file-name to t.
19859
19860 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
19861
19862 * startup.el (site-run-file, keyboard-type): Doc fixes.
19863 (command-line): Check for "--basic-display" argument; also for
19864 "--quick", not "--bare-bones" (which was renamed).
19865 (fancy-splash-text): Add missing item "Getting New Versions".
19866 (normal-splash-screen): Fix typos and improve consistency with
19867 `fancy-splash-text'. Update copyright year.
19868
19869 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
19870 valid binding for `help-char'.
19871
19872 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
19873
19874 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
19875
19876 * term.el (term-mode): Disable cua-mode for term buffers.
19877
19878 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
19879
19880 * add-log.el (add-log-mailing-address, change-log-merge):
19881 Doc fixes.
19882 (change-log-get-method-definition): Fix typo in docstring.
19883
19884 2005-07-14 Kim F. Storm <storm@cua.dk>
19885
19886 * emulation/cua-base.el:
19887 (cua--pre-command-handler-1, cua--pre-command-handler)
19888 (cua--post-command-handler-1, cua--post-command-handler):
19889 Split in two. Check (buffer local) value of cua-mode.
19890 (cua-selection-mode): New command.
19891
19892 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
19893
19894 * custom.el (custom-initialize-safe-set)
19895 (custom-initialize-safe-default): Doc fixes.
19896
19897 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19898 and simplify :init-value again.
19899
19900 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19901 and simplify :init-value again. Delete autoload.
19902
19903 * startup.el (command-line): Use `custom-reevaluate-setting' again
19904 for tooltip-mode.
19905
19906 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19907 a defcustom with two :initialize keywords.
19908
19909 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
19910
19911 * allout.el (my-mark-marker, allout-isearch-prior-pos)
19912 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
19913 (allout-post-command-business, allout-flag-region)
19914 (isearch-reenable-font-lock, allout-yank)
19915 (allout-insert-latex-header, allout-insert-latex-trailer)
19916 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
19917 (allout-latex-verb-quote): Fix typos in docstrings.
19918 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
19919 (allout-unprotected, allout-prefix-data):
19920 Improve argument/docstring consistency.
19921 (allout-chart-subtree): Fix argument spec.
19922 (allout-open-topic): Rename `use_sib_bullet' argument to
19923 `use-sib-bullet'. Doc fix.
19924
19925 * whitespace.el (whitespace-check-buffer-leading)
19926 (whitespace-check-buffer-trailing)
19927 (whitespace-check-buffer-indent)
19928 (whitespace-check-buffer-spacetab)
19929 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
19930 (whitespace-check-leading-whitespace)
19931 (whitespace-check-trailing-whitespace)
19932 (whitespace-check-spacetab-whitespace)
19933 (whitespace-check-indent-whitespace)
19934 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
19935 (whitespace-modes): Fix typos in docstrings.
19936 (defgroup, defcustom): Doc fixes.
19937
19938 * winner.el (winner-mode, winner-boring-buffers)
19939 (winner-pending-undo-ring): Doc fixes.
19940 (winner-ring): Remove unneeded `progn'.
19941 (winner-equal): `defsubst' it.
19942 (winner-redo): Fix message.
19943
19944 2005-07-13 Kim F. Storm <storm@cua.dk>
19945
19946 * simple.el (line-move-1): Always use vertical-motion to
19947 do the last (or only) line move to ensure some movement.
19948 Undo 2005-06-23 change--don't check for overlays.
19949
19950 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19951
19952 * term/mac-win.el (ccl-encode-mac-roman-font)
19953 (ccl-encode-mac-centraleurroman-font)
19954 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
19955 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
19956 Change charset-id boundary of dimension to ?\xef.
19957 (mac-char-fontspec-list): New constant.
19958 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
19959 argument. Nil uses itself as family in font-spec. Previous
19960 behavior for nil is now provided by non-nil non-string argument.
19961 All callers changed. Add font-specs for Mac fonts to
19962 "fontset-default" unless iso8859-1 fonts are installed.
19963
19964 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19965
19966 * progmodes/sh-script.el (sh-get-indent-info): Only indent
19967 a continuation line if the \ is preceded by SPC or TAB.
19968 (sh-get-indent-info): Simplify.
19969 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
19970 Use with-current-buffer.
19971
19972 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
19973 when the matched text is empty.
19974
19975 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
19976
19977 * startup.el (command-line): Revert to previous handling of
19978 tooltip-mode. Explain in comment why the complexity is needed.
19979
19980 * tooltip.el (tooltip-mode): Revert to previous implementation of
19981 its defcustom.
19982
19983 * frame.el (blink-cursor-mode): Revert to previous implementation
19984 of its defcustom. Update comment.
19985
19986 2005-07-12 Lars Hansen <larsh@soem.dk>
19987
19988 * desktop.el: Update e-mail address.
19989
19990 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19991
19992 * term/mac-win.el (mac-services-mail-selection)
19993 (mac-services-mail-to): New functions.
19994 (mac-application-menu-map): Bind them.
19995
19996 2005-07-12 wulei <milton@wulei.net> (tiny change)
19997
19998 * progmodes/gdb-ui.el: Add note about buffering with Windows.
19999
20000 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
20001
20002 * custom.el (custom-reevaluate-setting): Doc fix.
20003
20004 2005-07-11 Jay Belanger <belanger@truman.edu>
20005
20006 * calc/calc.el (calc-embedded-announce-formula-alist)
20007 (calc-embedded-open-close-plain-alist)
20008 (calc-embedded-open-close-mode-alist): Add checks for additional
20009 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
20010
20011 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
20012
20013 * custom.el (custom-enable-theme): Don't add theme to
20014 `custom-enabled-themes' with `push' because there is no
20015 setf-method for `delq'.
20016
20017 2005-07-11 Richard M. Stallman <rms@gnu.org>
20018
20019 * custom.el (custom-declare-variable): Doc fix.
20020
20021 * dired-aux.el (dired-compare-directories): Remove "." and ".."
20022 from the alists.
20023
20024 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
20025 Do nothing if edebug-active.
20026
20027 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
20028 (edebug-display): Do it here instead.
20029
20030 2005-07-10 Richard M. Stallman <rms@gnu.org>
20031
20032 * cus-face.el (custom-theme-set-faces): Make it work.
20033 (custom-reset-faces): Doc fix.
20034 (custom-theme-reset-internal-face, custom-theme-face-value):
20035 Functions deleted.
20036
20037 * custom.el (custom-push-theme): Maintain list of the settings
20038 of a given theme in its theme-settings property.
20039 Maintain position of old settings in the theme-value
20040 or theme-face property.
20041 (custom-enabled-themes): New variable.
20042 (custom-theme-enabled-p): New function.
20043 (provide-theme): Update custom-enabled-themes.
20044 Disable and reenable the `user' theme.
20045 (require-theme): Doc fix.
20046 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
20047 (custom-theme-value, custom-theme-variable-value): Likewise.
20048 (custom-theme-reset-internal): Likewise.
20049 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
20050 (custom-enable-theme, custom-disable-theme): New functions.
20051 (custom-variable-theme-value, custom-face-theme-value): Likewise.
20052 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
20053 (custom-theme-reset-variables): Simplify.
20054 (deftheme, custom-declare-theme, custom-make-theme-feature):
20055 Definitions moved.
20056
20057 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
20058
20059 * longlines.el (longlines-show-region)
20060 (longlines-unshow-hard-newlines): Recognize hard newlines by
20061 non-nil hard property, instead of t.
20062
20063 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
20064
20065 * viper-cmd.el (viper--key-maps): New variable.
20066 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
20067 emulation-mode-map-alists.
20068 (viper-envelop-ESC-key): Use viper-subseq.
20069 (viper-search-forward/backward/next): Disable debug-on-error.
20070
20071 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20072 (viper-ESC-key): New defcustoms.
20073
20074 * viper-macs.el (ex-map-read-args): Use viper-subseq.
20075
20076 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
20077 (viper-subseq): Copy of subseq from cl.el.
20078
20079 * viper.el (viper-go-away, viper-set-hooks): Use
20080 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
20081
20082 * viper-mous.el (viper-current-frame-saved): Use defvar.
20083
20084 * viper-init.el: Get rid of -face in face names.
20085
20086 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
20087 Make it work with longlines mode
20088
20089 * ediff-mult.el (ediff-meta-mode-hook): New variable.
20090
20091 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
20092
20093 * ediff-init.el: Get rid of -face in face names.
20094
20095 2005-07-10 Richard M. Stallman <rms@gnu.org>
20096
20097 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
20098 and with-timeout-unsuspend.
20099
20100 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
20101 and with-timeout-unsuspend.
20102
20103 * emacs-lisp/timer.el (with-timeout-timers): New variable.
20104 (with-timeout): Bind that variable to record timers.
20105 (with-timeout-suspend, with-timeout-unsuspend): New functions.
20106
20107 * emacs-lisp/debug.el (debug-help-follow): New function.
20108 (debugger-mode-map): Use that instead of help-follow.
20109 (debugger-setup-buffer): Use eval-buffer-list
20110 to handle eval-buffer frames.
20111
20112 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
20113
20114 * timezone.el (timezone-parse-date): Change first regexp
20115 so it will not mistakenly match dates with no time zone.
20116
20117 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
20118
20119 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
20120
20121 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
20122
20123 * custom.el (custom-initialize-safe-set)
20124 (custom-initialize-safe-default): New functions.
20125
20126 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20127 and simplify :init-value.
20128
20129 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20130 and simplify :init-value. Delete obsolete comment.
20131
20132 * startup.el (command-line): Use `custom-reevaluate-setting' to
20133 handle `tooltip-mode'. Delete obsolete comment.
20134
20135 * files.el (set-visited-file-name): Avoid calling
20136 `file-name-nondirectory' with a nil argument.
20137
20138 2005-07-09 Richard M. Stallman <rms@gnu.org>
20139
20140 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
20141 was called with nil for the buffer, handle the read position right.
20142 Handle read position for eval-region, too.
20143
20144 2005-07-09 Juri Linkov <juri@jurta.org>
20145
20146 * fringe.el (fringe-mode): Add period in docstring.
20147 (fringe-query-style): Build prompt depending on `all-frames' arg.
20148
20149 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
20150 to not create links to unrelated functions in the Help buffer.
20151
20152 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
20153 Doc fix.
20154
20155 * simple.el (next-error-hook): New variable.
20156 (next-error): Use it. Doc fix.
20157
20158 * textmodes/ispell.el (ispell-command-loop): Add current
20159 dictionary name and program name to mode-line-format.
20160 (ispell-region, ispell-process-line): Add current dictionary name
20161 and program name to messages.
20162
20163 2005-07-08 Jay Belanger <belanger@truman.edu>
20164
20165 * calc/calc.el (calc-embedded-announce-formula-alist)
20166 (calc-embedded-open-close-formula-alist)
20167 (calc-embedded-open-close-word-alist)
20168 (calc-embedded-open-close-plain-alist)
20169 (calc-embedded-open-close-new-formula-alist)
20170 (calc-embedded-open-close-mode-alist)
20171 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
20172 (calc-embedded-mode-hook): New variables.
20173
20174 * calc/calc-embed.el (calc-embedded-firsttime)
20175 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
20176 New variables.
20177 (calc-do-embedded): Use calc-embedded-firsttime,
20178 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
20179 determine whether or not to run hooks.
20180 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
20181 calc-embedded-firsttime-formula appropriately.
20182 Set calc-embedded delimiter variables according to mode.
20183
20184 2005-07-08 Richard M. Stallman <rms@gnu.org>
20185
20186 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
20187 Check for "emacs", etc., as entire symbol, not just as word.
20188 (checkdoc-file-comments-engine): Use regexp-quote on FN.
20189
20190 * files.el (set-visited-file-name): Report the error
20191 for "empty filename" earlier.
20192 (kill-some-buffers): Ignore buffers already dead.
20193
20194 * fringe.el (fringe-mode): Doc fix.
20195
20196 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20197 Check for (featurep 'xemacs) and turn off warnings in what it guards.
20198 Use unwind-protect to ensure byte-compile-unresolved-functions
20199 is updated.
20200
20201 * whitespace.el (whitespace-buffer-leading-cleanup):
20202 Simplify w/ skip-chars-forward.
20203 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
20204
20205 * mail/rmail.el (rmail-only-expunge): Fix paren error.
20206 Unconditionally try to leave point at the same old place.
20207
20208 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
20209
20210 * comint.el (comint-postoutput-scroll-to-bottom)
20211 (comint-show-maximum-output): Take scroll-margin into consideration.
20212
20213 2005-07-08 Kim F. Storm <storm@cua.dk>
20214
20215 * ido.el (ido-use-filename-at-point): New choice `guess'.
20216 (ido-file-internal): Try ffap-guesser if selected.
20217
20218 * ido.el (ido-before-fallback-functions): New hook.
20219 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
20220 (ido-read-file-name): Run it.
20221
20222 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20223
20224 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
20225 strings rather than a list of symbols to the completion function.
20226
20227 2005-07-07 Jay Belanger <belanger@truman.edu>
20228
20229 * calc/calc-units.el (math-apply-units): Change the places in
20230 which units are simplified.
20231
20232 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
20233
20234 * cus-edit.el (customize-option, customize-option-other-window):
20235 Make them handle aliases.
20236
20237 * custom.el (custom-variable-p): Make it recursively follow
20238 aliases. Mention that in the docstring.
20239
20240 2005-07-07 Richard M. Stallman <rms@gnu.org>
20241
20242 * cus-start.el (exec-path): Use `directory' instead of `file'.
20243 Fix tag for nil.
20244
20245 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20246
20247 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
20248 when called non-interactively. Doc fix.
20249
20250 2005-07-07 Lute Kamstra <lute@gnu.org>
20251
20252 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
20253 new address as well.
20254
20255 2005-07-07 Kenichi Handa <handa@m17n.org>
20256
20257 * international/mule.el (make-coding-system):
20258 Describe `ascii-incompatible' property in the docstring.
20259 (set-file-name-coding-system): Signal an error if coding-system is
20260 ascii-incompatible.
20261 (set-keyboard-coding-system): Likewise.
20262
20263 * international/mule-cmds.el (set-default-coding-systems):
20264 Don't set default-file-name-coding-system and
20265 default-keyboard-coding-system if coding-system is ASCII-incompatible.
20266
20267 * international/utf-16.el: Declare that all UTF-16-based coding
20268 systems are ASCII-incompatible.
20269
20270 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
20271
20272 * progmodes/gud.el: Require font-lock for displaying errors.
20273 Used by gdb-ui.el.
20274
20275 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20276
20277 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
20278 values for the pattern lists which are `read'able but not
20279 `append'able (like symbols).
20280
20281 2005-07-06 Richard M. Stallman <rms@gnu.org>
20282
20283 * progmodes/flymake.el (flymake-float-time): Instead of
20284 with-no-warnings, test for XEmacs.
20285 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
20286 to avoid warning.
20287
20288 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
20289
20290 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
20291
20292 2005-07-05 Lute Kamstra <lute@gnu.org>
20293
20294 * battery.el: Add support for Darwin (with much debugging help
20295 from Samuel Lauber <sam124@operamail.com>).
20296 (battery-status-function, battery-echo-area-format)
20297 (battery-mode-line-format): Add support for pmset on Darwin.
20298 (battery-load-low, battery-load-critical): New user options.
20299 (battery-pmset): New function.
20300
20301 2005-07-05 Lute Kamstra <lute@gnu.org>
20302
20303 Update FSF's address in GPL notices.
20304
20305 * textmodes/page-ext.el: Update FSF's address.
20306
20307 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20308
20309 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
20310 filling from using prefix when filling a single-line docstring.
20311
20312 * progmodes/flymake.el: Remove useless eval-when-compile.
20313
20314 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
20315
20316 2005-07-04 Richard M. Stallman <rms@gnu.org>
20317
20318 * textmodes/org.el (org-file-apps-defaults-gnu):
20319 Rename from org-file-apps-defaults-linux.
20320 (org-default-apps): Don't test system-type for `linux'.
20321 (org-file-apps): Doc fix.
20322
20323 2005-07-04 David Ponce <david@dponce.com>
20324
20325 * tree-widget.el: Improve header Commentary section.
20326 (tree-widget) [defgroup]
20327 (tree-widget-image-enable, tree-widget-themes-directory)
20328 (tree-widget-theme, tree-widget-image-properties-emacs)
20329 (tree-widget-image-properties-xemacs, tree-widget-create-image)
20330 (tree-widget-image-formats, tree-widget-control)
20331 (tree-widget-empty-control, tree-widget-leaf-control
20332 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
20333 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
20334 (tree-widget-keep, tree-widget-after-toggle-functions)
20335 (tree-widget-open-node, tree-widget-close-node): Doc fix.
20336 (tree-widget-open-control, tree-widget-close-control): Fix doc and
20337 :help-echo message.
20338 (tree-widget-set-theme): Doc fix. Use `string-equal'.
20339 (tree-widget-image-properties): Doc fix. Clearer implementation.
20340 (tree-widget--cursors): New constant.
20341 (tree-widget-lookup-image): New function split from
20342 `tree-widget-find-image'. Clearer implementation.
20343 (tree-widget-find-image): Use it.
20344 (tree-widget-button-keymap): Use `set-keymap-parent'.
20345 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
20346 Define the sub-widgets here.
20347 (tree-widget-node): Check that :node is not a tree-widget.
20348 (tree-widget-get-super, tree-widget-open-control)
20349 (tree-widget-close-control, tree-widget-empty-control)
20350 (tree-widget-leaf-control, tree-widget-guide)
20351 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
20352 (tree-widget-no-handle, tree-widget-value-delete)
20353 (tree-widget-map): Remove.
20354 (tree-widget-children-value-save): Doc fix. Simplified.
20355 (tree-widget-value-create): Update according to previous changes.
20356
20357 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
20358
20359 * textmodes/org.el: Leading space replaced by TABS.
20360 (org-recalc-marks, org-table-rotate-recalc-marks)
20361 (org-table-get-specials): Treat "^" and "_" marks.
20362 (org-table-justify-field-maybe): Optional argument NEW.
20363 (org-table-eval-formula): Parsing of the format simplified.
20364 New modes C,I. Honor the %= parameter in the current table.
20365 Avoid unnecessary re-align by using the NEW argument to
20366 `org-table-justify-field-maybe'.
20367 (org-calc-default-modes): Default for date-format mimicks org-mode.
20368 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
20369
20370 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
20371
20372 * cus-face.el (custom-theme-set-faces): Make it handle face
20373 aliases whose alias declarations are pre- or autoloaded.
20374
20375 2005-07-04 Juri Linkov <juri@jurta.org>
20376
20377 * faces.el (read-face-name): Put the code for getting a face name
20378 from the buffer before adding the faces from the `face' property.
20379 Use `completing-read-multiple' instead of `completing-read'.
20380 Require `crm'. Add default value and post-process the returned
20381 list of faces.
20382
20383 * emacs-lisp/crm.el (crm-find-current-element)
20384 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
20385
20386 * emacs-lisp/lisp-mode.el (eval-defun-1):
20387 * emacs-lisp/edebug.el (edebug-eval-defun):
20388 Remove unnecessary quotes.
20389
20390 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20391
20392 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
20393 (prolog-indent-level): Fix typo in docstring.
20394
20395 * info.el (Info-history, Info-history-forward)
20396 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
20397
20398 * add-log.el (add-change-log-entry):
20399 * comint.el (comint-dynamic-list-input-ring)
20400 (comint-dynamic-list-completions):
20401 * dabbrev.el (dabbrev-expand):
20402 * delim-col.el (delimit-columns-rectangle-line):
20403 * diff-mode.el (diff-context->unified, diff-reverse-direction)
20404 (diff-unified->context):
20405 * ediff-init.el (ediff-abbrev-jobname):
20406 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
20407 (ediff-replace-session-activity-marker-in-meta-buffer):
20408 * info.el (Info-summary):
20409 * lpr.el (printify-region):
20410 * printing.el (pr-create-interface):
20411 * ps-print.el (ps-print-quote):
20412 * ses.el (ses-column-widths, ses-print-cell)
20413 (ses-adjust-print-width, ses-center):
20414 * shell.el (shell-file-name-quote-list):
20415 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
20416 (strokes-fill-current-buffer-with-whitespace)
20417 (strokes-xpm-for-stroke, strokes-list-strokes)
20418 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
20419 * term.el (term-dynamic-list-input-ring)
20420 (term-dynamic-list-completions):
20421 * calc/calc.el (math-format-stack-value):
20422 * emacs-lisp/edebug.el (edebug-display-freq-count):
20423 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
20424 (delphi-new-comment-line):
20425 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
20426 * progmodes/executable.el (executable-set-magic):
20427 * progmodes/python.el (inferior-python-mode):
20428 * progmodes/scheme.el (scheme-mode-syntax-table):
20429 * progmodes/sh-script.el (sh-maybe-here-document):
20430 * progmodes/sql.el (sql-copy-column):
20431 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
20432 * textmodes/bibtex.el (bibtex-mode):
20433 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
20434 (sgml-auto-attributes):
20435 * textmodes/table.el (table-insert, table-shorten-cell)
20436 (table--generate-source-scan-lines, table-delete-row)
20437 (*table--cell-delete-char, table--spacify-frame)
20438 (table--horizontally-shift-above-and-below)
20439 (table--cell-insert-char, table--cell-blank-str)
20440 (table--fill-region-strictly):
20441 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
20442 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
20443
20444 * add-log.el (change-log):
20445 * apropos.el (apropos):
20446 * comint.el (comint-completion, comint-source):
20447 * dabbrev.el (dabbrev):
20448 * delim-col.el (columns):
20449 * diff-mode.el (diff-mode):
20450 * ediff.el (ediff):
20451 * ediff-diff.el (ediff-diff):
20452 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
20453 * ediff-mult.el (ediff-mult):
20454 * ediff-ptch.el (ediff-ptch):
20455 * ediff-wind.el (ediff-window):
20456 * facemenu.el (facemenu):
20457 * indent.el (indent):
20458 * info.el (info):
20459 * jka-cmpr-hook.el (compression, jka-compr):
20460 * lpr.el (lpr):
20461 * outline.el (outlines):
20462 * pcmpl-cvs.el (pcmpl-cvs):
20463 * pcmpl-rpm.el (pcmpl-rpm):
20464 * printing.el (printing):
20465 * ps-print.el (postscript, ps-print, ps-print-horizontal)
20466 (ps-print-vertical, ps-print-headers, ps-print-font)
20467 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
20468 (ps-print-background, ps-print-printer, ps-print-page)
20469 (ps-print-miscellany):
20470 * ses.el (ses):
20471 * shell.el (shell, shell-directories, shell-faces):
20472 * startup.el (initialization):
20473 * strokes.el (strokes):
20474 * term.el (term):
20475 * uniquify.el (uniquify):
20476 * w32-vars.el (w32):
20477 * calc/calc.el (calc):
20478 * emacs-lisp/bytecomp.el (bytecomp):
20479 * emacs-lisp/cl-indent.el (lisp-indent):
20480 * emacs-lisp/edebug.el (edebug):
20481 * emacs-lisp/elp.el (elp):
20482 * emacs-lisp/testcover.el (testcover):
20483 * emacs-lisp/trace.el (trace):
20484 * emulation/viper-ex.el (viper-ex):
20485 * emulation/viper-mous.el (viper-mouse):
20486 * mail/mailalias.el (mailalias):
20487 * mail/supercite.el (supercite, supercite-frames)
20488 (supercite-attr, supercite-cite, supercite-hooks):
20489 * net/rcompile.el (remote-compile):
20490 * net/rlogin.el (rlogin):
20491 * obsolete/ooutline.el (outlines):
20492 * progmodes/delphi.el (delphi):
20493 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
20494 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
20495 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
20496 (ebnf-optimization):
20497 * progmodes/etags.el (etags):
20498 * progmodes/executable.el (executable):
20499 * progmodes/idlwave.el (idlwave):
20500 * progmodes/pascal.el (pascal):
20501 * progmodes/prolog.el (prolog):
20502 * progmodes/python.el (python):
20503 * progmodes/scheme.el (scheme):
20504 * progmodes/sh-script.el (sh, sh-script):
20505 * progmodes/sql.el (SQL):
20506 * progmodes/tcl.el (tcl):
20507 * textmodes/bibtex.el (bibtex, bibtex-autokey):
20508 * textmodes/enriched.el (enriched):
20509 * textmodes/makeinfo.el (makeinfo):
20510 * textmodes/sgml-mode.el (sgml):
20511 * textmodes/table.el (table-hooks):
20512 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
20513 * textmodes/texinfo.el (texinfo):
20514 * textmodes/two-column.el (two-column):
20515 Finish `defgroup' description with period.
20516
20517 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
20518 * eshell/esh-var.el (eshell-var):
20519 * progmodes/vhdl-mode.el (vhdl-testbench):
20520 * textmodes/org.el (org): Fix typos in docstrings.
20521
20522 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
20523 consistency.
20524
20525 * progmodes/flymake.el (flymake-find-file): Remove.
20526 (flymake-float-time): Use `with-no-warnings'.
20527 (flymake-check-start-time, flymake-check-was-interrupted)
20528 (flymake-err-info, flymake-is-running, flymake-last-change-time)
20529 (flymake-new-err-info): `defvar' at compile time.
20530
20531 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
20532
20533 * replace.el (occur-hook): Doc fix.
20534 (occur-1): Don't call `occur-hook' if there are no matches.
20535
20536 2005-07-03 Richard M. Stallman <rms@gnu.org>
20537
20538 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
20539 global-map, save the same map.
20540 (global-map): Don't alter it at top level.
20541 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
20542 Then alter it here instead.
20543 (tpu-edt-off): Set global-map to the saved one.
20544
20545 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
20546 All references simplified.
20547 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
20548 (zmacs-regions): Add defvar.
20549 (repeat-complex-command-map): Everything about that deleted.
20550
20551 * textmodes/artist.el (artist-key-is-drawing)
20552 (artist-key-endpoint1, artist-key-poly-point-list)
20553 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
20554 (artist-key-compl-table, artist-rb-save-data)
20555 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
20556 Don't put them in eval-when-compile.
20557 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
20558
20559 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
20560 Use with-no-warnings.
20561
20562 * net/browse-url.el (dos-windows-version): Add defvar.
20563
20564 * mail/supercite.el (filladapt-prefix-table): Add defvar.
20565
20566 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
20567 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
20568 (rmail-new-summary-line-count): Rename from new-summary-line-count.
20569 Add defvar.
20570 (rmail-summary-beginning-of-message): Use with-no-warnings.
20571 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
20572
20573 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
20574 Use with-no-warnings.
20575
20576 * emulation/vi.el (vi-mark-region): Use c-mark-function.
20577 (c-mark-function): Add point-moving-unit property.
20578 (vi-goto-line): Use with-no-warnings.
20579
20580 * emulation/edt.el (edt-last-copied-word): Add defvar.
20581 (zmacs-region-stays): Likewise.
20582 (edt-mark-section-wisely): Use c-mark-function for C.
20583 Use makr-defun for Fortran.
20584 (time-string): defvar deleted.
20585 (edt-display-the-time): Don't set time-string.
20586
20587 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
20588
20589 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20590 Don't warn when name is not constant
20591 or for defining the group `emacs'.
20592
20593 * tooltip.el (gud-tooltip-mode): Add defvar.
20594
20595 * startup.el (default-frame-background-mode): Add defvar.
20596
20597 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
20598
20599 * info.el (tool-bar-map): Add defvar.
20600
20601 * dired.el (dnd-protocol-alist): Add defvar.
20602
20603 * dired-aux.el (dired-query): Display question with answer, when
20604 the user answers.
20605
20606 * custom.el (custom-add-option): Doc fix.
20607
20608 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
20609
20610 2005-07-03 Eli Zaretskii <eliz@gnu.org>
20611
20612 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
20613 bogus name from the last change.
20614
20615 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
20616
20617 * custom.el (custom-declare-variable): Fix typos in comment.
20618 (custom-known-themes): Doc fix.
20619 (custom-theme-directory): New defcustom.
20620 (require-theme): Make it check `custom-theme-directory'.
20621
20622 * cus-theme.el (custom-new-theme-mode): New function.
20623 (custom-theme-name, custom-theme-variables, custom-theme-faces)
20624 (custom-theme-description): Add compiler defvars.
20625 (customize-create-theme): Add doc to the "*New Custom Theme*"
20626 buffer. Use `custom-new-theme-mode'.
20627 (custom-theme-write): Put the created buffer in emacs-lisp-mode
20628 and save it to the `custom-theme-directory'. Make this the
20629 default directory of the buffer.
20630
20631 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
20632
20633 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
20634 Fix unbalanced parentheses.
20635
20636 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
20639 into flymake-mode and delegate to flymake-mode.
20640
20641 * find-file.el (ff-which-function-are-we-in): Clean up.
20642
20643 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
20644
20645 * replace.el (occur-rename-buffer): Fix docstring.
20646
20647 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
20648 (edt-last-copied-word, edt-learn-macro-count)
20649 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
20650 (edt-rect-start-point, edt-user-global-map, rect-start-point)
20651 (time-string, zmacs-region-stays):
20652 * emulation/edt-mapper.el (edt-save-function-key-map)
20653 (EDT-key-name): `defvar' to silence the byte-compiler.
20654
20655 2005-07-02 Martin Rudalics <rudalics@gmx.at>
20656
20657 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
20658 font-lock-regexp-backslash. Doc fix.
20659 (font-lock-regexp-backslash-grouping-construct): Rename from
20660 font-lock-regexp-backslash-construct. Doc fix.
20661 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
20662 grouping constructs.
20663
20664 2005-07-02 Eli Zaretskii <eliz@gnu.org>
20665
20666 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
20667 updating all the prerequisites.
20668
20669 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
20670
20671 * textmodes/org.el (org-agenda-start-on-weekday)
20672 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
20673 (org-agenda-use-time-grid, org-archive-location)
20674 (org-allow-space-in-links, org-usenet-links-prefer-google)
20675 (org-enable-table-editor, org-export-default-language)
20676 (org-export-html-show-new-buffer, org-fill-paragraph)
20677 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
20678 (org-goto-quit, org-occur, org-eval-in-calendar)
20679 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
20680 (org-agenda-diary-entry, org-remember-help)
20681 (org-table-convert-region, org-at-table-p)
20682 (org-table-move-row-down, org-table-move-row-up)
20683 (org-table-copy-region, org-table-toggle-vline-visibility)
20684 (org-table-get-stored-formulas, org-table-get-specials)
20685 (org-recalc-commands, org-table-eval-formula)
20686 (org-table-formula-substitute-names, orgtbl-make-binding)
20687 (org-format-org-table-html, org-format-table-table-html)
20688 (org-format-table-table-html-using-table-generate-source)
20689 (org-customize): Fix typos in docstrings.
20690 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
20691 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
20692 (org-back-to-heading): Doc fixes.
20693 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
20694 (org-agenda-change-all-lines, org-get-header):
20695 Improve argument/docstring consistency.
20696 (orgtbl-error): Fix error message.
20697
20698 * progmodes/flymake.el (flymake-find-possible-master-files)
20699 (flymake-master-file-compare, flymake-get-line-err-count)
20700 (flymake-highlight-line, flymake-gui-warnings-enabled):
20701 Fix typos in docstrings.
20702 (flymake-parse-line, flymake-get-project-include-dirs-function)
20703 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
20704 Doc fixes.
20705 (flymake-get-project-include-dirs-function)
20706 (flymake-make-err-menu-data):
20707 Improve argument/docstring consistency.
20708
20709 2005-07-01 Lute Kamstra <lute@gnu.org>
20710
20711 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
20712 Catch errors with ignore-errors. Use temporary buffer.
20713 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
20714
20715 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
20716 background color faces.
20717 (facemenu-set-foreground, facemenu-set-background):
20718 Use facemenu-set-face-from-menu.
20719 (facemenu-set-face-from-menu): Treat face names that start with
20720 "fg:" or "bg:" as special.
20721 (facemenu-add-new-color): Don't create faces. Simplify.
20722
20723 2005-06-30 Richard M. Stallman <rms@gnu.org>
20724
20725 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
20726 (crm-find-current-element): Likewise.
20727
20728 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20729
20730 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
20731
20732 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20733
20734 * arc-mode.el (archive-extract): Make it work as a mouse binding.
20735 (archive-mouse-extract): Make it an obsolete alias.
20736 (archive-mode-map): Don't use archive-mouse-extract any more.
20737 (archive-mode, archive-extract): write-contents-hooks ->
20738 write-contents-functions.
20739 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
20740 first arg.
20741 (archive-rename-entry): Update the call.
20742 (archive-zip-summarize): Remove unused var `method'.
20743 (archive-lzh-summarize): Remove unused var `creator'.
20744
20745 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
20746 dedicated frame upon exit.
20747
20748 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
20749 (archive-zip-extract, archive-zip-expunge)
20750 (archive-zip-update, archive-zip-update-case): Use executable-find.
20751 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
20752 Use restore-buffer-modified-p.
20753 (archive-extract, archive-add-new-member, archive-write-file-member):
20754 Use with-current-buffer.
20755 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
20756
20757 2005-06-30 Andreas Schwab <schwab@suse.de>
20758
20759 * progmodes/gud.el (gud-filter): Remove unneeded progn.
20760
20761 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20762
20763 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
20764
20765 2005-06-30 Juri Linkov <juri@jurta.org>
20766
20767 * faces.el (vertical-border): Inherit from mode-line-inactive
20768 only on tty.
20769
20770 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
20771
20772 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
20773 example, -NLINES in the `occur' docstring).
20774
20775 * replace.el (occur-1): When no matches are found, do not set the
20776 `buffer-read-only' and modified flags for the occur buffer,
20777 because it is deleted.
20778
20779 * emulation/cua-base.el (cua-check-pending-input)
20780 (cua-repeat-replace-region, cua-mode, cua-debug)
20781 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
20782 Fix typos in docstrings.
20783
20784 * emulation/cua-gmrk.el (cua-toggle-global-mark)
20785 (cua-cut-region-to-global-mark)
20786 (cua--cut-rectangle-to-global-mark):
20787 Remove period from end of messages.
20788
20789 * emulation/cua-rect.el (cua-do-rectangle-padding):
20790 Remove period from end of messages.
20791 (cua--rectangle-seq-format): Fix typo in docstring.
20792 (cua-sequence-rectangle, cua-fill-char-rectangle):
20793 Improve argument/docstring consistency.
20794
20795 2005-06-29 Juri Linkov <juri@jurta.org>
20796
20797 * faces.el (default-frame-background-mode): New internal variable.
20798 (frame-set-background-mode): Use it.
20799
20800 * startup.el (normal-top-level): Set default-frame-background-mode
20801 instead of frame-background-mode. Before setting it, test for its
20802 nil value. Remove tests for frame-background-mode and frame
20803 parameter `reverse'. Add test for "unspecified-fg".
20804
20805 * term/xterm.el (xterm-rxvt-set-background-mode):
20806 * term/rxvt.el (rxvt-set-background-mode):
20807 Set default-frame-background-mode instead of frame-background-mode.
20808
20809 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
20810
20811 * simple.el (set-variable): Warn about obsolete user variables.
20812
20813 * imenu.el (imenu--completion-buffer):
20814 * mouse.el (mouse-buffer-menu-alist):
20815 * msb.el (msb-invisible-buffer-p):
20816 * calendar/diary-lib.el (diary-header-line-format):
20817 * emacs-lisp/pp.el (pp-buffer):
20818 * progmodes/cperl-mode.el (cperl-do-auto-fill):
20819 * textmodes/picture.el (picture-replace-match):
20820 Change space constants followed by a sexp to "?\s ".
20821
20822 * play/decipher.el (decipher-loop-with-breaks):
20823 * textmodes/texinfo.el (texinfo-insert-@item): Change space
20824 constants "protected" from end of line by a comment to "?\s".
20825
20826 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20827
20828 * font-lock.el (save-buffer-state): Use `declare'.
20829
20830 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
20831 reset the syntax-table to cperl-mode-syntax-table.
20832 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
20833 "foo_print_bar" is not matched as a reserved keyword.
20834
20835 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
20836
20837 * textmodes/org.el (orgtbl-setup): New function, for delayed
20838 setup for the orgtbl commands.
20839 (org-calc-default-modes): New option.
20840 (orgtbl-make-binding): Use `defun' to get better help display.
20841 (org-diary): Call `org-compile-prefix-format'.
20842 (org-table-formula-substitute-names): New function.
20843 (org-agenda-day-view, org-agenda-week-view): New commands.
20844 (org-agenda-toggle-week-view): Command removed.
20845 (org-tbl-menu): Split off from org-org-menu.
20846 (org-mode): Move removal of outline-mode menus to here.
20847 (org-table-formula-debug): New option.
20848 (org-table-insert-row): Keep first field if just "#" or "*".
20849 (org-mode): Paragraph regexps fixed.
20850 (org-table-recalculate-regexp): New constant.
20851 (org-table-justify-field-maybe): Avoid replace if not necessary.
20852 (org-copy-special, org-cut-special): Use `call-interactively'.
20853 (org-table-copy-region): Take region from `interactive' call.
20854 (org-trim): Return string even if no match.
20855 (org-formula): New face.
20856 (org-set-font-lock-defaults): No longer highlight "FIXME".
20857 But highlight formula-related fields in table.
20858 (org-table-p): Use regexp, not fontification.
20859 (org-table-align): Handle white space at end of line.
20860 (org-table-formula-evaluate-inline): New option.
20861 (org-mode): Auto-wrapping in comment lines turned off.
20862 (org-table-copy-down): Evaluate only in copied field, not in
20863 destination.
20864 (org-table-current-formula): Variable removed.
20865 (org-table-store-formulas, org-table-get-stored-formulas)
20866 (org-table-modify-formulas, org-table-replace-in-formulas)
20867 (org-table-maybe-eval-formula): New functions.
20868 (org-table-get-formula): Modify to use stored formulas.
20869 (org-table-insert-column, org-table-delete-column)
20870 (org-table-move-column): Call `org-table-modify-formulas'.
20871 (org-complete): Add completion for keyword formulas.
20872 (orgtbl-mode): Pull orgtbl-mode-map to start of
20873 minor-mode-map-alist.
20874
20875 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * progmodes/python.el (python-check): Require `compile' before
20878 modifying its variables.
20879
20880 * newcomment.el (comment-indent-default): Don't get fooled by an early
20881 end of buffer.
20882
20883 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20884
20885 * ps-print.el (ps-print-version): Fix version number.
20886
20887 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
20888
20889 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
20890
20891 2005-06-28 Richard M. Stallman <rms@gnu.org>
20892
20893 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
20894 (flyspell-local-mouse-map): Declaration deleted.
20895 (flyspell-mouse-map): Bind only mouse-2.
20896 (flyspell-mode-map): Don't test flyspell-use-local-map.
20897 (flyspell-overlay-keymap-property-name): Var deleted.
20898 (flyspell-mode-on): Don't make local bindings for
20899 flyspell-mouse-map and flyspell-mode-map.
20900 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
20901
20902 * textmodes/ispell.el (ispell-word): Do not ignore short words.
20903
20904 * progmodes/compile.el (compilation-next-error-function):
20905 Don't switch buffers; operate on the current buffer.
20906
20907 * progmodes/compile.el (compilation-error-file-name)
20908 (compilation-warning-file-name, compilation-info-file-name)
20909 (compilation-line-number, compilation-column-number): New faces.
20910 (compilation-error-face, compilation-warning-face)
20911 (compilation-info-face, compilation-line-face)
20912 (compilation-column-face): Use them.
20913
20914 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
20915
20916 * comint.el (comint-password-prompt-regexp): Accept ", try again".
20917
20918 * bindings.el (global-map): Bind insertchar and its variants.
20919
20920 2005-06-27 Richard M. Stallman <rms@gnu.org>
20921
20922 * textmodes/artist.el (artist-text-overwrite)
20923 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
20924
20925 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20926
20927 * ps-print.el: It was not working the page selection for printing.
20928 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
20929 (ps-print-version): New version 6.6.7.
20930 (ps-end-sheet): New fun.
20931 (ps-header-sheet, ps-end-job): Call it.
20932
20933 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
20934
20935 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
20936
20937 2005-06-27 Lute Kamstra <lute@gnu.org>
20938
20939 * facemenu.el (facemenu-unlisted-faces): Add foreground and
20940 background color faces.
20941 (facemenu-get-face): Delete function.
20942 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
20943 (facemenu-add-new-color): Make second argument mandatory.
20944 Create the appropriate face and return it. Simplify.
20945 (facemenu-set-foreground, facemenu-set-background): Don't check if
20946 color is defined. Use return value of facemenu-add-new-color.
20947
20948 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
20949
20950 * progmodes/gud.el (gud-filter): Add missing argument to
20951 with-selected-window.
20952
20953 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20954
20955 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
20956 a :require to the defcustom.
20957
20958 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
20959 defcustoms corresponding to minor modes.
20960
20961 2005-06-26 David Ponce <david@dponce.com>
20962
20963 * recentf.el: Require tree-widget instead of wid-edit.
20964 (recentf-filename-handler): Fix widget :type.
20965 (recentf-cancel-dialog, recentf-open-more-files)
20966 (recentf-open-files-action): Doc fix.
20967 (recentf-dialog-goto-first): New function.
20968 (recentf-dialog-mode-map): Set parent keymap first.
20969 (recentf-dialog-mode): Define with define-derived-mode.
20970 Don't display continuation lines in dialogs.
20971 (recentf-edit-list): Rename from recentf-edit-selected-items.
20972 (recentf-edit-list-select): Rename from recentf-edit-list-action.
20973 Simplify.
20974 (recentf-edit-list-validate): New function.
20975 (recentf-edit-list): Update accordingly.
20976 (recentf-open-files-item-shift): Remove.
20977 (recentf-open-files-item): Convert menu elements into tree and
20978 link widgets. Don't create the widgets.
20979 (recentf-open-files): Update accordingly.
20980 (recentf-save-list): Untabify.
20981
20982 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
20983
20984 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
20985 (keep-lines): Add INTERACTIVE arg. Never delete lines only
20986 partially contained in the active region. Do not take active
20987 region into account when called from Lisp, unless INTERACTIVE arg
20988 is non-nil. Use `forward-line' instead of `beginning-of-line' to
20989 avoid trouble with fields. Make marker point nowhere when no
20990 longer used. Always return nil. Doc fix.
20991 (flush-lines): Add INTERACTIVE arg. Do not take active region
20992 into account when called from Lisp, unless INTERACTIVE arg is
20993 non-nil. Use `forward-line' instead of `beginning-of-line' to
20994 avoid trouble with fields. Make marker point nowhere when no
20995 longer used. Always return nil. Doc fix.
20996 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
20997 interchangeable. Do not take active region into account when
20998 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
20999 message in echo area when called from Lisp, unless INTERACTIVE arg
21000 is non-nil. Avoid saying "1 occurrences". Do not use markers.
21001 Return the number of matches. Doc fix.
21002 (occur): Doc fix.
21003 (perform-replace): Make comment follow double space convention for
21004 the sake of `outline-minor-mode'.
21005
21006 * faces.el (facep): Doc fix.
21007
21008 2005-06-25 Richard M. Stallman <rms@gnu.org>
21009
21010 * facemenu.el (facemenu-enable-faces-p): New function.
21011 (facemenu-background-menu, facemenu-foreground-menu)
21012 (facemenu-face-menu): Add menu-enable property.
21013
21014 * jka-compr.el (jka-compr-insert-file-contents):
21015 Special handling if cannot find the uncompression program.
21016
21017 * cus-face.el (custom-face-attributes): Add autoload.
21018
21019 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21020 Bind comment-indent-function locally.
21021
21022 * window.el (save-selected-window): Use save-current-buffer.
21023
21024 * subr.el (with-selected-window): Use save-current-buffer.
21025
21026 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
21027 and with-current-buffer.
21028
21029 2005-06-24 Richard M. Stallman <rms@gnu.org>
21030
21031 * simple.el (line-move-1): Fix previous change.
21032
21033 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
21034
21035 * replace.el (occur-1): Set `buffer-read-only' and the
21036 buffer-modified flag before running `occur-hook' to protect
21037 against unintentional buffer switches that can lead to data loss.
21038
21039 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
21040
21041 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
21042 (gud-gdb-marker-filter): Use font-lock-warning-face for any
21043 initial error.
21044
21045 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
21046 after fresh input.
21047 (gdb-var-create-handler): Put name of expression in quotes.
21048
21049 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
21050
21051 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
21052 elements of RING in order, and without bogus nil elements.
21053
21054 2005-06-23 Richard M. Stallman <rms@gnu.org>
21055
21056 * simple.el (set-variable): Args renamed; doc fix.
21057 (line-move-1): When there are overlays around, use vertical-motion.
21058
21059 * faces.el (escape-glyph): Use brown against light background.
21060 (nobreak-space): Rename from no-break-space.
21061 Fix previous change.
21062
21063 * dired-aux.el (dired-do-copy): Fix arg prompt.
21064
21065 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
21066
21067 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21068
21069 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
21070 rather than "Distributor".
21071
21072 2005-06-23 Lute Kamstra <lute@gnu.org>
21073
21074 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
21075 (debug-on-entry): Use it. New interactive declaration that uses
21076 function-called-at-point.
21077
21078 2005-06-23 Kim F. Storm <storm@cua.dk>
21079
21080 * subr.el (save-match-data): Add comment about using evaporate arg
21081 to set-match-data.
21082
21083 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
21084
21085 * cus-edit.el (customize-face)
21086 (customize-face-other-window): Handle face aliases.
21087
21088 * faces.el (face-documentation, set-face-attribute)
21089 (face-spec-set): Handle face aliases.
21090
21091 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
21092
21093 * help-mode.el (help-make-xrefs): If a symbol representing a face
21094 name is not followed by the word "face", it could still be a
21095 function or variable name, so don't bypass other checks.
21096
21097 2005-06-22 Juri Linkov <juri@jurta.org>
21098
21099 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
21100 Replace aliased functions with calls where second arg `inherit' is t.
21101
21102 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
21103
21104 * progmodes/gdb-ui.el (gdb-error): New variable.
21105 (gdb-error): New function.
21106 (gdb-annotation-rules): Act on error-begin and error annotations.
21107 (gdb-concat-output): Use font-lock-warning-face for errors.
21108
21109 2005-06-22 Miles Bader <miles@gnu.org>
21110
21111 * bindings.el (propertized-buffer-identification): Use renamed
21112 `Buffer-menu-buffer' face.
21113
21114 * faces.el (vertical-border): Rename from `vertical-divider'.
21115 (escape-glyph): Change dark-background color back to `cyan'.
21116
21117 2005-06-21 Juri Linkov <juri@jurta.org>
21118
21119 * faces.el (face-user-default-spec): Try getting `customized-face'
21120 prior to `saved-face'.
21121 (frame-background-mode): Refill docstring.
21122
21123 * emacs-lisp/lisp-mode.el (eval-defun-1):
21124 * emacs-lisp/edebug.el (edebug-eval-defun):
21125 Set `saved-face' temporarily to nil before calling form.
21126 Set `customized-face' to the new spec after that.
21127
21128 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
21129
21130 * subr.el (1value, lambda, key-substitution-in-progress):
21131 Doc fixes.
21132
21133 * autoinsert.el (auto-insert-alist):
21134 * ses.el (ses-call-printer):
21135 * subr.el (noreturn):
21136 * emacs-lisp/lisp.el (check-parens):
21137 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
21138 * net/browse-url.el (browse-url-mosaic):
21139 * progmodes/cc-defs.el (c-safe-scan-lists):
21140 * progmodes/ebnf-abn.el (ebnf-abn-lex):
21141 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
21142 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
21143 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
21144 * progmodes/ebnf-iso.el (ebnf-iso-lex):
21145 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
21146
21147 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
21148
21149 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
21150
21151 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
21152
21153 * calendar/appt.el (appt-make-list): Activate the package, if
21154 not already active (for backwards compatibility).
21155
21156 2005-06-20 Kim F. Storm <storm@cua.dk>
21157
21158 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
21159
21160 2005-06-20 Miles Bader <miles@gnu.org>
21161
21162 * faces.el (vertical-divider): New face.
21163
21164 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
21165
21166 * simple.el (kill-whole-line): Doc fix.
21167 (next-error-buffer-p, next-error-find-buffer)
21168 (clone-indirect-buffer): Fix typos in docstrings.
21169 (comment-line-break-function): Doc fix: don't say variable
21170 is automatically buffer-local (it isn't).
21171
21172 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
21173
21174 * net/tramp-ftp.el (top):
21175 * net/tramp-smb.el (top):
21176 * net/tramp-util.el (top):
21177 * net/tramp-uu.el (top):
21178 * net/tramp-vc.el (top):
21179 * net/tramp.el (top): Revert copyright years back to original
21180 ones. Tramp has a life outside GNU Emacs.
21181
21182 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
21183
21184 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
21185
21186 2005-06-18 Juri Linkov <juri@jurta.org>
21187
21188 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
21189 end of first regexp to limit the match to the position between
21190 line number and source line with same separator character as used
21191 between file name and line number. In the second regexp limit
21192 mouse-face area to file name and line number by adding new group
21193 for them and referring it in HYPERLINK arg.
21194 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
21195 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
21196 previous line where grep markers may be already removed.
21197
21198 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
21199
21200 * progmodes/ps-mode.el: Update version and maintainer's email address.
21201
21202 2005-06-18 Steve Youngs <steve@xemacs.org>
21203
21204 * net/browse-url.el (browse-url-browser-function)
21205 (browse-url-default-browser): Add firefox.
21206 (browse-url-firefox-program, browse-url-firefox-arguments)
21207 (browse-url-firefox-startup-arguments)
21208 (browse-url-firefox-new-window-is-tab): New defcustoms.
21209 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
21210
21211 2005-06-17 Richard M. Stallman <rms@gnu.org>
21212
21213 * startup.el (command-line): Warn if specified user name has
21214 no home directory.
21215
21216 * term.el (term-get-old-input, term-input-filter, term-input-sender)
21217 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
21218
21219 * longlines.el (longlines-mode, longlines-show-hard-newlines):
21220 Doc fixes.
21221
21222 * faces.el (underline): Try bold if terminal doesn't support underline.
21223
21224 * mail/sendmail.el (mail-setup-with-from): New variable.
21225 (mail-insert-from-field): New function.
21226 (sendmail-send-it): Call it.
21227 (mail-setup): Optionally call it here.
21228
21229 * term/linux.el: Call tty-no-underline.
21230
21231 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
21232
21233 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21234
21235 2005-06-17 Miles Bader <miles@gnu.org>
21236
21237 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
21238 (ediff-current-diff-C, ediff-current-diff-Ancestor)
21239 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
21240 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
21241 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
21242 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
21243 Remove "-face" suffix from face names.
21244 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21245 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21246 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21247 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21248 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21249 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21250 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21251 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21252 New backward-compatibility aliases for renamed faces.
21253 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21254 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21255 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21256 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21257 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21258 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21259 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21260 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21261 Use renamed ediff faces.
21262
21263 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
21264 Remove "-face" suffix from face names.
21265 (eshell-test-ok-face, eshell-test-failed-face):
21266 New backward-compatibility aliases for renamed faces.
21267 (eshell-run-test): Use renamed eshell-test faces.
21268
21269 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
21270 face name.
21271 (eshell-prompt-face): New backward-compatibility alias for renamed
21272 face.
21273 (eshell-emit-prompt): Use renamed eshell-prompt face.
21274
21275 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
21276 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
21277 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
21278 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
21279 Remove "-face" suffix from face names.
21280 (eshell-ls-directory-face, eshell-ls-symlink-face)
21281 (eshell-ls-executable-face, eshell-ls-readonly-face)
21282 (eshell-ls-unreadable-face, eshell-ls-special-face)
21283 (eshell-ls-missing-face, eshell-ls-archive-face)
21284 (eshell-ls-backup-face, eshell-ls-product-face)
21285 (eshell-ls-clutter-face):
21286 New backward-compatibility aliases for renamed faces.
21287 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
21288
21289 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
21290 Remove "-face" suffix from face name.
21291 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
21292 instead of literal face.
21293
21294 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
21295
21296 * emacs-lisp/warnings.el (display-warning, lwarn)
21297 (warning-minimum-log-level): Doc fixes.
21298 (warning-minimum-level, warning-minimum-log-level):
21299 Add :debug to :type choices.
21300
21301 * progmodes/ada-mode.el (ada-format-paramlist)
21302 (ada-get-indent-case, ada-check-matching-start)
21303 (ada-check-defun-name, ada-goto-matching-decl-start)
21304 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
21305 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
21306 (ada-make-subprogram-body): Follow error conventions.
21307 (ada-case-exception-file, ada-indent-comment-as-code)
21308 (ada-indent-handle-comment-special, ada-indent-renames)
21309 (ada-indent-return, ada-search-directories-internal)
21310 (ada-tab-policy, ada-case-exception-substring)
21311 (ada-other-file-alist, ada-matching-start-re)
21312 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
21313 (ada-imenu-generic-expression, ada-compile-goto-error)
21314 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
21315 (ada-popup-menu, ada-add-extensions, ada-mode)
21316 (ada-region-selected, ada-create-case-exception)
21317 (ada-create-case-exception-substring, ada-after-keyword-p)
21318 (ada-activate-keys-for-case, ada-adjust-case-region)
21319 (ada-adjust-case-buffer, ada-format-paramlist)
21320 (ada-scan-paramlist, ada-insert-paramlist)
21321 (ada-indent-newline-indent)
21322 (ada-indent-newline-indent-conditional)
21323 (ada-justified-indent-current, ada-goto-previous-word)
21324 (ada-indent-current, ada-get-indent-open-paren)
21325 (ada-get-indent-paramlist, ada-get-indent-end)
21326 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
21327 (ada-get-indent-block-start, ada-get-indent-subprog)
21328 (ada-get-indent-noindent, ada-get-indent-label)
21329 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
21330 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
21331 (ada-goto-stmt-end, ada-goto-next-word)
21332 (ada-check-matching-start, ada-check-defun-name)
21333 (ada-goto-matching-decl-start, ada-goto-matching-start)
21334 (ada-goto-matching-end, ada-search-ignore-string-comment)
21335 (ada-in-decl-p, ada-looking-at-semi-or)
21336 (ada-looking-at-semi-private, ada-in-paramlist-p)
21337 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
21338 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
21339 (ada-next-procedure, ada-previous-procedure, ada-next-package)
21340 (ada-previous-package, ada-create-menu)
21341 (ada-fill-comment-paragraph-justify)
21342 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
21343 (ada-other-file-name, ada-last-which-function-line)
21344 (ada-last-which-function-subprog, ada-which-function)
21345 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
21346 (ada-gen-treat-proc, ada-check-emacs-version)
21347 (ada-continuation-indent, ada-align-region-separate):
21348 Fix typos in docstrings.
21349 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
21350
21351 2005-06-16 Lute Kamstra <lute@gnu.org>
21352
21353 * simple.el (fundamental-mode): Run after-change-major-mode-hook
21354 conditionally.
21355
21356 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
21357
21358 * comint.el (comint-replace-by-expanded-filename)
21359 (comint-prompt-regexp, comint-delimiter-argument-list)
21360 (comint-preinput-scroll-to-bottom):
21361 * info.el (Info-hide-cookies-node):
21362 * ls-lisp.el (ls-lisp-classify):
21363 * find-file.el (ff-search-directories, ff-special-constructs)
21364 (ff-find-other-file):
21365 * font-lock.el (font-lock-keywords):
21366 * shell.el (shell-prompt-pattern)
21367 (shell-dynamic-complete-functions, shell-mode)
21368 (shell-delimiter-argument-list):
21369 * term.el (term-replace-by-expanded-filename)
21370 (term-prompt-regexp, term-delimiter-argument-list):
21371 * woman.el (woman-ignore, woman0-if):
21372 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
21373 * emacs-lisp/elint.el (elint-init-env):
21374 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
21375 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
21376 * language/ethio-util.el (ethio-tilde-escape)
21377 (ethio-use-three-dot-question):
21378 * net/zone-mode.el (zone-mode-load-time-setup):
21379 * progmodes/cc-align.el (c-lineup-argcont):
21380 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
21381 * progmodes/cperl-mode.el (cperl-set-style-back):
21382 * progmodes/inf-lisp.el (inferior-lisp-prompt):
21383 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
21384 Fix spellings in docstrings.
21385
21386 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
21387 * progmodes/modula2.el (m2-for): Fix spellings.
21388
21389 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
21390
21391 * simple.el (undo-more): Don't use `format' on `error' arguments.
21392 Improve argument/docstring consistency.
21393 (pending-undo-list): Doc fix.
21394
21395 * smerge-mode.el (smerge-ensure-match):
21396 * emulation/vip.el (vip-ex):
21397 * net/zone-mode.el (zone-mode-update-serial):
21398 * progmodes/idlwave.el (idlwave-complete):
21399 * progmodes/vhdl-mode.el (vhdl-visit-file)
21400 (vhdl-compose-wire-components):
21401 Don't use `format' on `error' arguments.
21402
21403 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
21404 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
21405 (tooltip-help-tips): Fix typos in docstrings.
21406
21407 2005-06-16 David Ponce <david@dponce.com>
21408
21409 * tree-widget.el (tree-widget-value-create): Simplify last change.
21410
21411 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
21412
21413 * ido.el (ido-incomplete-regexp): New variable.
21414 (ido-set-matches-1): Handle invalid-regexp error and set
21415 ido-incomplete-regexp.
21416 (ido-incomplete-regexp): New face.
21417 (ido-completions): Use it.
21418 (ido-complete, ido-exit-minibuffer, ido-completions):
21419 Handle incomplete regexps.
21420 (ido-completions): Add check for complete match when entering a regexp.
21421
21422 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21423
21424 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
21425
21426 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21427
21428 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
21429 by field delimiters.
21430
21431 2005-06-15 David Ponce <david@dponce.com>
21432
21433 * tree-widget.el: eval-and-compile inlined functions so they will
21434 be available at run-time too.
21435 (tree-widget-super-format-handler)
21436 (tree-widget-format-handler): Remove.
21437 (tree-widget-value-create): Handle the :indent property.
21438
21439 2005-06-15 Miles Bader <miles@gnu.org>
21440
21441 * progmodes/which-func.el (which-func): Only inherit
21442 `font-lock-function-name-face' when that makes sense against the
21443 default mode-line face, otherwise set the face color explicitly.
21444
21445 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
21446 faces instead of (non-existent) variables.
21447
21448 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21449
21450 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
21451 (iswitchb-get-matched-buffers): Likewise. Simplify.
21452
21453 2005-06-14 Miles Bader <miles@gnu.org>
21454
21455 * progmodes/ld-script.el (ld-script-location-counter):
21456 Remove "-face" suffix from face name.
21457 (ld-script-location-counter-face):
21458 New backward-compatibility alias for renamed face.
21459 (ld-script-location-counter-face): Use renamed face.
21460
21461 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
21462 (cperl-hash): Remove "-face" suffix from face names.
21463 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
21464 New backward-compatibility aliases for renamed faces.
21465 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
21466 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
21467
21468 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
21469 name.
21470 (which-func-face): New backward-compatibility alias for renamed face.
21471 (which-func-format): Use renamed which-func face.
21472
21473 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
21474 (vhdl-function, vhdl-directive, vhdl-reserved-word)
21475 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
21476 names.
21477 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
21478 (vhdl-speedbar-configuration, vhdl-speedbar-package)
21479 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
21480 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
21481 (vhdl-speedbar-architecture-selected)
21482 (vhdl-speedbar-configuration-selected)
21483 (vhdl-speedbar-package-selected)
21484 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
21485 names.
21486 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
21487 Use renamed faces.
21488 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
21489 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
21490 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
21491 Use renamed faces.
21492 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
21493 names.
21494 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
21495 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
21496 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
21497 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
21498 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
21499 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
21500
21501 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
21502 face name.
21503 (sh-heredoc-face): New backward-compatibility alias for renamed face.
21504 (sh-heredoc-face): Use renamed sh-heredoc face.
21505
21506 * progmodes/idlw-help.el (idlwave-help-link):
21507 Remove "-face" suffix from face name.
21508 (idlwave-help-link-face):
21509 New backward-compatibility alias for renamed face.
21510 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
21511
21512 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
21513 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
21514 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
21515 New backward-compatibility aliases for renamed faces.
21516 (idlwave-shell-disabled-breakpoint-face)
21517 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
21518
21519 * progmodes/flymake.el (flymake-errline, flymake-warnline):
21520 Remove "-face" suffix from face names.
21521 (flymake-errline-face, flymake-warnline-face):
21522 New backward-compatibility aliases for renamed faces.
21523 (flymake-highlight-line): Use renamed flymake faces.
21524
21525 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
21526 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
21527 (ebrowse-member-class, ebrowse-progress):
21528 Remove "-face" suffix from face names.
21529 (ebrowse-tree-mark-face, ebrowse-root-class-face)
21530 (ebrowse-file-name-face, ebrowse-default-face)
21531 (ebrowse-member-attribute-face, ebrowse-member-class-face)
21532 (ebrowse-progress-face):
21533 New backward-compatibility aliases for renamed faces.
21534 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
21535 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
21536 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
21537 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
21538
21539 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
21540 antlr-syntax)
21541 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
21542 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
21543 names.
21544 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
21545 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
21546 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
21547 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
21548 backward-compatibility aliases for renamed faces.
21549 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
21550 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
21551 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
21552 remove "font-lock-". Use renamed antlr-mode faces.
21553 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
21554 literal face-names with face variable references.
21555
21556 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
21557 face name.
21558 (Buffer-menu-buffer-face): New backward-compatibility alias for
21559 renamed face.
21560 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
21561
21562 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
21563
21564 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
21565 Eliminate "-face" suffix.
21566 (makefile-targets): Inherit from font-lock-function-name-face and
21567 eliminate "-face" suffix.
21568 (makefile-shell): Remove attributes and eliminate "-face" suffix.
21569 (makefile-*-font-lock-keywords): Append makefile-targets in rule
21570 actions, instead of prepending, to make it less visible.
21571 (makefile-previous-dependency, makefile-match-dependency):
21572 Don't match a target on a continuation line.
21573
21574 * files.el (auto-mode-alist): Put Makefile in gmake mode.
21575
21576 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
21577
21578 * progmodes/gdb-ui.el (menu): Re-order menu items.
21579 (gdb-tooltip-print): Respect tooltip-use-echo-area.
21580
21581 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
21582 Define in tooltip.el.
21583 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
21584 (gud-tooltip-tips): Respect tooltip-use-echo-area and
21585 gud-tooltip-echo-area.
21586
21587 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
21588 backward compatibility and make obsolete.
21589 (tooltip-help-tips): Use tooltip-use-echo-area.
21590 (tooltip-show-help-function): Rename to...
21591 (tooltip-show-help): ...this, because it is a function.
21592 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
21593
21594 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
21595
21596 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
21597 (edebug-print-length, edebug-print-level, edebug-print-circle)
21598 (edebug-modify-breakpoint, edebug-eval-last-sexp)
21599 (edebug-eval-print-last-sexp): Doc fixes.
21600
21601 2005-06-14 Kim F. Storm <storm@cua.dk>
21602
21603 * ido.el (ido-mode): Make a new keymap every time we enable ido,
21604 as the coverage buffer/file/both may change.
21605
21606 2005-06-14 Lute Kamstra <lute@gnu.org>
21607
21608 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
21609 and run-mode-hooks. Simplify.
21610
21611 * mail/rmailedit.el (rmail-edit-mode):
21612 * progmodes/octave-inf.el (inferior-octave-mode):
21613 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
21614
21615 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
21616 and run-mode-hooks.
21617 (recentf-edit-list, recentf-open-files): Don't call
21618 kill-all-local-variables directly.
21619
21620 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21621
21622 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
21623
21624 * emacs-lisp/byte-run.el (make-obsolete)
21625 (define-obsolete-function-alias): Rename arguments FUNCTION and
21626 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
21627 (make-obsolete-variable, define-obsolete-variable-alias):
21628 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
21629 respectively.
21630
21631 * isearchb.el (isearchb-activate):
21632 * pcvs.el (cvs-mode):
21633 * ses.el (ses-load):
21634 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
21635 * net/tramp.el (tramp-find-file-exists-command)
21636 (tramp-find-shell):
21637 * progmodes/ada-mode.el (ada-create-case-exception)
21638 (ada-create-case-exception-substring, ada-make-subprogram-body):
21639 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
21640 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
21641 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
21642 * textmodes/org.el (org-promote, org-evaluate-time-range)
21643 (org-agenda-next-date-line, org-agenda-previous-date-line)
21644 (org-agenda-error, org-open-at-point, org-table-move-row)
21645 (org-format-table-table-html-using-table-generate-source)
21646 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
21647 * textmodes/reftex.el (reftex-access-scan-info):
21648 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
21649 (reftex-toc-promote-prepare): Follow error conventions.
21650
21651 * diff-mode.el (diff-mode): Fix typo in docstring.
21652
21653 * forms.el (forms--intuit-from-file): Fix reference to
21654 `forms-number-of-fields' in error message.
21655 (forms-print): Fix quoting in error message.
21656
21657 * forms.el (forms-mode):
21658 * emulation/vi.el (vi-goto-insert-state):
21659 * progmodes/flymake.el (flymake-new-err-info)
21660 (flymake-start-syntax-check-for-current-buffer)
21661 (flymake-simple-cleanup):
21662 * eshell/esh-var.el (eshell/export):
21663 * progmodes/gud.el (xdb):
21664 * textmodes/flyspell.el (flyspell-incorrect-hook)
21665 (flyspell-maybe-correct-transposition)
21666 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
21667
21668 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
21669
21670 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
21671 minibuffer prompt.
21672
21673 2005-06-13 Kim F. Storm <storm@cua.dk>
21674
21675 * subr.el (add-to-ordered-list): New defun.
21676
21677 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
21678 add cua--keymap-alist to emulation-mode-map-alists.
21679
21680 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21681
21682 * subr.el (complete-in-turn): New macro.
21683 (dynamic-completion-table, lazy-completion-table): Add debug info.
21684
21685 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
21686 in preference to face aliases.
21687
21688 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
21689 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
21690 Remove unused vars `start' and `firstline'.
21691 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
21692 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
21693
21694 2005-06-13 Eli Zaretskii <eliz@gnu.org>
21695
21696 * cus-start.el (all): Don't complain about missing GTK-related
21697 variables, unless either `gtk' is boundp or this isn't a
21698 `windows-nt' build.
21699
21700 2005-06-13 Lute Kamstra <lute@gnu.org>
21701
21702 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
21703 run-mode-hooks.
21704
21705 * ediff-mult.el (ediff-meta-mode):
21706 * ediff-util.el (ediff-mode): Use run-mode-hooks.
21707
21708 * ledit.el (ledit-mode): Use delay-mode-hooks.
21709
21710 * woman.el (woman-mode-line-format): Delete constant.
21711 (woman-mode-map): Initialize it properly.
21712 (woman-mode): Set mode-class property to special.
21713 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
21714 Set major-mode and mode-name. Don't set mode-line-format directly.
21715 (Man-getpage-in-background): Don't reference woman-mode-line-format.
21716
21717 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
21718 string argument obsolete.
21719
21720 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
21721
21722 * textmodes/org.el (org-CUA-compatible): New option.
21723 (org-disputed-keys): New variable.
21724 (org-key): New function.
21725 (orgtbl-make-binding): Add docstring to the created function.
21726 (org-mode): Set paragraph start/separate regexps.
21727 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
21728 (org-archive-location, org-archive-mark-done)
21729 (org-archive-stamp-time): New options.
21730 (org-archive-subtree): New command.
21731 (org-fill-paragraph): New function.
21732 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
21733 (org-fake-empty-table-line): Function removed.
21734 (org-format-org-table-html): Do not create empty table lines at
21735 separator lines. Improved table header treatment.
21736 (org-link-format): New option.
21737 (org-make-link): New function.
21738 (org-insert-link, org-store-link): Use org-make-link.
21739 (org-open-file): Quote file name for shell command, to allow
21740 spaces in file names.
21741 (org-link-regexp): Fix bug with mailto link.
21742 (org-link-maybe-angles-regexp, org-protected-link-regexp):
21743 New constants.
21744 (org-export-as-html): Deal with the optional angles around a link.
21745 Better treatment of file: links.
21746 (org-open-at-point): Replace @{ and @} with < and >.
21747 (org-run-mode-hooks): Function removed.
21748 (org-agenda-mode): No longer use `org-run-mode-hooks'.
21749
21750 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
21751
21752 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
21753 MI command -data-list-register-values.
21754 (gdb-post-prompt): Indent properly.
21755
21756 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
21757
21758 * hilit-chg.el (highlight-changes-colors): Rename from
21759 `highlight-changes-colours'.
21760 (highlight-changes-colours): Keep as obsolete alias.
21761 (highlight-changes-face-list): Doc fix.
21762 (hilit-chg-make-list): Use `highlight-changes-colors'.
21763
21764 2005-06-12 Mark A. Hershberger <mah@everybody.org>
21765
21766 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
21767 defun-prompt-regexp.
21768
21769 2005-06-12 Eli Zaretskii <eliz@gnu.org>
21770
21771 * loadup.el: Don't say we are dumping under 2 names on windows-nt
21772 and cygwin.
21773
21774 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
21775 Don't use an old loaddefs.el, as in Makefile.in.
21776
21777 2005-06-12 Lute Kamstra <lute@gnu.org>
21778
21779 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
21780
21781 * man.el (Man-mode-map): Initialize it properly.
21782 (Man-mode): Set mode-class property to special.
21783
21784 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
21785
21786 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
21787
21788 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
21789 A newline is needed in the docstring there.
21790
21791 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
21792 Doc fixes.
21793
21794 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21795
21796 * printing.el: Doc fix. The menubar is no more changed when printing
21797 is loaded, it only changes when pr-menu-bind or pr-update-menus is
21798 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
21799 (pr-version): New version number (6.8.4).
21800 (pr-menu-bind): New command.
21801 (pr-update-menus): Docstring and code fix.
21802 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
21803 Docstring fix.
21804 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
21805 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
21806
21807 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
21808
21809 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
21810 "Returns" to "return", document useful return values, etc.
21811
21812 2005-06-11 Alan Mackenzie <acm@muc.de>
21813
21814 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
21815 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
21816 (adaptive-file-function): Minor amendment to doc-string.
21817
21818 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21819
21820 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
21821 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
21822 Fix :type--it is `integer', not `string'.
21823
21824 * faces.el (modeline-highlight): Rename from (the erroneous)
21825 `modeline-higilight'.
21826
21827 2005-06-11 Lute Kamstra <lute@gnu.org>
21828
21829 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
21830 lisp-interaction-mode-map but make it the parent.
21831 (edebug-eval-mode): Use define-derived-mode.
21832
21833 2005-06-11 Andreas Schwab <schwab@suse.de>
21834
21835 * bindings.el: Add binding of `ESC functionkey' for every
21836 `M-functionkey'.
21837 * hexl.el (hexl-mode-map): Likewise.
21838
21839 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
21840
21841 * progmodes/compile.el (compilation-error-regexp-alist-alist)
21842 [msft]: update regexp for newer msft compilers.
21843
21844 2005-06-10 Mark A. Hershberger <mah@everybody.org>
21845
21846 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
21847 ATTLIST portions of included DTDs.
21848 (xml-parse-dtd): Eliminate use of inefficient match-data.
21849
21850 2005-06-10 Miles Bader <miles@gnu.org>
21851
21852 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
21853 (mpuz-text): Remove "-face" suffix from face names.
21854 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
21855 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
21856 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
21857
21858 * play/gomoku.el (gomoku-O, gomoku-X):
21859 Remove "-face" suffix from face names.
21860 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
21861 New backward-compatibility aliases for renamed faces.
21862 (gomoku-font-lock-keywords): Use renamed gomoku faces.
21863
21864 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21865
21866 * thumbs.el: Fixes for changes of 2005-06-09.
21867 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
21868 as a directory.
21869 (thumbs-thumbname): Remove directory separator from format string;
21870 `thumbs-thumbsdir' now returns a valid directory name.
21871 (thumbs-temp-dir): New defsubst.
21872 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
21873 Use it.
21874
21875 * cus-edit.el (minibuffer):
21876 * files.el (make-backup-file-name-function):
21877 * filesets.el (filesets-external-viewers):
21878 * hilit-chg.el (highlight-changes-colours)
21879 (highlight-changes-face-list, highlight-changes-rotate-faces):
21880 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
21881 * kmacro.el (kmacro-call-macro):
21882 * log-edit.el (log-edit-changelog-full-paragraphs):
21883 * mouse.el (mouse-1-click-follows-link):
21884 * skeleton.el (skeleton-autowrap):
21885 * subr.el (insert-for-yank-1):
21886 * tempo.el (tempo-insert-region):
21887 * terminal.el (terminal-emulator):
21888 * time.el (display-time-mail-face):
21889 * vc.el (vc-annotate):
21890 * vcursor.el (vcursor-copy-line):
21891 * woman.el (woman-bold-headings, woman-ignore)
21892 (woman-default-faces, woman-monochrome-faces):
21893 * calendar/todo-mode.el (todo-insert-threshold):
21894 * emulation/pc-select.el (pc-select-selection-keys-only)
21895 (pc-selection-mode):
21896 * emulation/vip.el (vip-find-char-forward):
21897 * emulation/viper-cmd.el (viper-find-char-forward):
21898 * international/mule-cmds.el
21899 (select-safe-coding-system-accept-default-p)
21900 (input-method-exit-on-invalid-key):
21901 * international/mule-diag.el (describe-coding-system):
21902 * international/ucs-tables.el (unify-8859-on-encoding-mode):
21903 * net/browse-url.el (browse-url-xterm-program):
21904 * obsolete/lazy-lock.el (lazy-lock-mode):
21905 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
21906 (cperl-mode):
21907 * progmodes/cpp.el (cpp-face-light-name-list)
21908 (cpp-face-dark-name-list):
21909 * progmodes/delphi.el (delphi-newline-always-indents):
21910 Fix spellings in docstrings.
21911
21912 * ido.el (ido-mode, ido-file-extensions-order)
21913 (ido-default-file-method, ido-default-buffer-method)
21914 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
21915 (ido-decorations, ido-read-file-name-as-directory-commands)
21916 (ido-read-file-name-non-ido, ido-work-directory-list)
21917 (ido-ignore-item-temp-list, ido-current-directory)
21918 (ido-magic-forward-char, ido-enter-find-file)
21919 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
21920 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
21921
21922 2005-06-10 Lute Kamstra <lute@gnu.org>
21923
21924 * play/dunnet.el (dun-mode): Use define-derived-mode.
21925 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
21926 obsolete alias.
21927
21928 * play/doctor.el (doctor-mode-map): Remove defvar.
21929 (doctor-mode): Use define-derived-mode.
21930
21931 * mail/mspools.el (mspools-mode):
21932 * net/eudc-hotlist.el (eudc-hotlist-mode):
21933 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
21934
21935 2005-06-10 Miles Bader <miles@gnu.org>
21936
21937 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
21938 Remove "-face" suffix from face names.
21939 (flyspell-incorrect-face, flyspell-duplicate-face):
21940 New backward-compatibility aliases for renamed faces.
21941 (flyspell-mode-on, make-flyspell-overlay)
21942 (flyspell-highlight-incorrect-region)
21943 (flyspell-highlight-duplicate-region)
21944 (flyspell-display-next-corrections)
21945 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
21946
21947 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
21948 from face name.
21949 (texinfo-heading-face): New backward-compatibility alias for
21950 renamed face.
21951 (texinfo-heading-face): Use renamed texinfo-heading face.
21952
21953 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
21954 suffix from face names.
21955 (tex-math-face, tex-verbatim-face):
21956 New backward-compatibility aliases for renamed faces.
21957 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
21958 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
21959 literal face name.
21960
21961 * textmodes/table.el (table-cell): Remove "-face" suffix from face
21962 name.
21963 (table-cell-face): New backward-compatibility alias for renamed face.
21964 (table--put-cell-face-property, table--update-cell-face):
21965 Use renamed table-cell face.
21966
21967 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
21968 from face name.
21969 (sgml-namespace-face): New backward-compatibility alias for
21970 renamed face.
21971 (sgml-namespace-face): Use renamed sgml-namespace face.
21972
21973 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
21974 (org-level-4, org-level-5, org-level-6, org-level-7)
21975 (org-level-8, org-warning, org-headline-done)
21976 (org-deadline-announce, org-scheduled-today)
21977 (org-scheduled-previously, org-link, org-done, org-table)
21978 (org-time-grid): Remove "-face" suffix from face names.
21979 (org-level-1-face, org-level-2-face, org-level-3-face)
21980 (org-level-4-face, org-level-5-face, org-level-6-face)
21981 (org-level-7-face, org-level-8-face, org-warning-face)
21982 (org-headline-done-face, org-deadline-announce-face)
21983 (org-scheduled-today-face, org-scheduled-previously-face)
21984 (org-link-face, org-done-face, org-table-face)
21985 (org-time-grid-face):
21986 New backward-compatibility aliases for renamed faces.
21987 (org-level-faces, org-set-font-lock-defaults, org-timeline)
21988 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
21989 (org-agenda-get-timestamps, org-agenda-get-scheduled)
21990 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
21991
21992 * emulation/viper-init.el (viper-search, viper-replace-overlay)
21993 (viper-minibuffer-emacs, viper-minibuffer-insert)
21994 (viper-minibuffer-vi): Remove "-face" suffix from face names.
21995 (viper-search-face, viper-replace-overlay-face)
21996 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21997 (viper-minibuffer-vi-face):
21998 New backward-compatibility aliases for renamed faces.
21999 (viper-search-face, viper-replace-overlay-face)
22000 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22001 (viper-minibuffer-vi-face): Use renamed viper faces.
22002
22003 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
22004 Remove "-face" suffix from face names.
22005 (testcover-nohits-face, testcover-1value-face):
22006 New backward-compatibility aliases for renamed faces.
22007 (testcover-mark): Use renamed testcover faces.
22008
22009 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
22010 face name.
22011 (diary-button-face): New backward-compatibility alias for renamed face.
22012 (diary-entry): Use renamed diary-button face.
22013
22014 * calendar/calendar.el (diary, calendar-today, holiday)
22015 (mark-visible-calendar-date): Remove "-face" suffix from face names.
22016 (diary-face, calendar-today-face, holiday-face):
22017 New backward-compatibility aliases for renamed faces.
22018 (eval-after-load "facemenu", diary-entry-marker)
22019 (calendar-today-marker, calendar-holiday-marker, diary-face):
22020 Use renamed calendar faces.
22021
22022 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
22023 (compare-windows-face): New backward-compatibility alias for
22024 renamed face.
22025 (compare-windows-highlight): Use renamed compare-windows face.
22026
22027 * strokes.el (strokes-char): Remove "-face" suffix from face name.
22028 (strokes-char-face): New backward-compatibility alias for renamed face.
22029 (strokes-encode-buffer): Use renamed strokes-char face.
22030
22031 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
22032 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
22033 Remove "-face" suffix from face names.
22034 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
22035 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
22036 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
22037 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
22038 Use renamed pcvs faces.
22039 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
22040 * pcvs-defs.el (cvs-mode-map): Likewise.
22041 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
22042
22043 * info.el (info-title-1, info-title-2, info-title-3)
22044 (info-title-4): Remove "-face" suffix from and downcase face names.
22045 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
22046 (Info-title-4-face):
22047 New backward-compatibility aliases for renamed faces.
22048 (Info-fontify-node): Use renamed info faces.
22049
22050 * hilit-chg.el (highlight-changes, highlight-changes-delete):
22051 Remove "-face" suffix from face names.
22052 (highlight-changes-face, highlight-changes-delete-face):
22053 New backward-compatibility aliases for renamed faces.
22054 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
22055 (hilit-chg-make-list): Use renamed highlight-changes faces.
22056
22057 * generic-x.el (show-tabs-tab, show-tabs-space):
22058 Remove "-face" suffix from face names.
22059 (show-tabs-tab-face, show-tabs-space-face):
22060 New backward-compatibility aliases for renamed faces.
22061 (show-tabs-generic-mode-font-lock-defaults-1)
22062 (show-tabs-generic-mode-font-lock-defaults-2):
22063 Use renamed show-tabs faces.
22064
22065 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
22066 (smerge-markers): Remove "-face" suffix from face names.
22067 (smerge-mine-face, smerge-other-face, smerge-base-face)
22068 (smerge-markers-face):
22069 New backward-compatibility aliases for renamed faces.
22070 (smerge-mine-face, smerge-other-face, smerge-base-face)
22071 (smerge-markers-face): Use renamed smerge faces.
22072
22073 * log-view.el (log-view-file, log-view-message): Remove "-face"
22074 suffix from face names.
22075 (log-view-file-face, log-view-message-face):
22076 New backward-compatibility aliases for renamed faces.
22077 (log-view-file-face, log-view-message-face): Use renamed log-view
22078 faces.
22079
22080 * paren.el (show-paren-match, show-paren-mismatch):
22081 Remove "-face" suffix from face names.
22082 (show-paren-match-face, show-paren-mismatch-face):
22083 New backward-compatibility aliases for renamed faces.
22084 (show-paren-function): Use renamed show-paren faces.
22085
22086 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
22087 (ruler-mode-margins, ruler-mode-fringes)
22088 (ruler-mode-column-number, ruler-mode-fill-column)
22089 (ruler-mode-comment-column, ruler-mode-goal-column)
22090 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
22091 suffix from face names.
22092 (ruler-mode-default-face, ruler-mode-pad-face)
22093 (ruler-mode-margins-face, ruler-mode-fringes-face)
22094 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
22095 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
22096 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
22097 New backward-compatibility aliases for renamed faces.
22098 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
22099 (ruler-mode-column-number, ruler-mode-fill-column)
22100 (ruler-mode-comment-column, ruler-mode-goal-column)
22101 (ruler-mode-tab-stop, ruler-mode-current-column)
22102 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
22103 faces.
22104
22105 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
22106 face name.
22107 (whitespace-highlight-the-space): Use renamed face.
22108 (whitespace-highlight-face): New backward-compatibility alias for
22109 renamed face.
22110
22111 * woman.el (woman-italic, woman-bold, woman-unknown)
22112 (woman-addition, woman-symbol-face):
22113 Remove "-face" suffix from face names.
22114 (woman-italic-face, woman-bold-face, woman-unknown-face)
22115 (woman-addition-face):
22116 New backward-compatibility aliases for renamed faces.
22117 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
22118 (woman-decode-region, woman-replace-match)
22119 (woman-display-extended-fonts, woman-special-characters)
22120 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
22121 Use renamed woman faces.
22122
22123 * longlines.el (longlines-visible-face): Face removed.
22124
22125 * diff-mode.el (diff-header, diff-file-header, diff-index)
22126 (diff-hunk-header, diff-removed, diff-added, diff-changed)
22127 (diff-function, diff-context, diff-nonexistent): Remove "-face"
22128 suffix from face names.
22129 (diff-header-face, diff-file-header-face, diff-index-face)
22130 (diff-hunk-header-face, diff-removed-face, diff-added-face)
22131 (diff-changed-face, diff-function-face, diff-context-face)
22132 (diff-nonexistent-face): New backward-compatibility aliases for
22133 renamed faces.
22134 (diff-header-face, diff-file-header-face)
22135 (diff-index, diff-index-face, diff-hunk-header)
22136 (diff-hunk-header-face, diff-removed, diff-removed-face)
22137 (diff-added, diff-added-face, diff-changed-face, diff-function)
22138 (diff-function-face, diff-context-face, diff-nonexistent)
22139 (diff-nonexistent-face): Use renamed diff-mode faces.
22140
22141 * progmodes/compile.el (compilation-warning-face)
22142 (compilation-info-face): Remove "-face" suffix from face names.
22143 (compilation-warning-face, compilation-info-face):
22144 New backward-compatibility aliases for renamed faces.
22145 (compilation-warning-face, compilation-info-face):
22146 Use renamed compilation faces.
22147
22148 * add-log.el (change-log-date, change-log-name)
22149 (change-log-email, change-log-file, change-log-list)
22150 (change-log-conditionals, change-log-function)
22151 (change-log-acknowledgement): Remove "-face" suffix from face names.
22152 (change-log-date-face, change-log-name-face)
22153 (change-log-email-face, change-log-file-face)
22154 (change-log-list-face, change-log-conditionals-face)
22155 (change-log-function-face, change-log-acknowledgement-face):
22156 New backward-compatibility aliases for renamed faces.
22157 (change-log-font-lock-keywords): Use renamed change-log faces.
22158
22159 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
22160 (custom-set, custom-changed, custom-saved, custom-button)
22161 (custom-button-pressed, custom-documentation, custom-state)
22162 (custom-comment, custom-comment-tag, custom-variable-tag)
22163 (custom-variable-button, custom-face-tag, custom-group-tag-1)
22164 (custom-group-tag): Remove "-face" suffix from face names.
22165 (custom-magic-alist, custom-magic-value-create)
22166 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
22167 (custom-invalid-face, custom-rogue-face, custom-modified-face)
22168 (custom-set-face, custom-changed-face, custom-saved-face)
22169 (custom-button-face, custom-button-pressed-face)
22170 (custom-documentation-face, custom-state-face)
22171 (custom-comment-face, custom-comment-tag-face)
22172 (custom-variable-tag-face, custom-variable-button-face)
22173 (custom-face-tag-face, custom-group-tag-face-1)
22174 (custom-group-tag-face):
22175 New backward-compatibility aliases for renamed faces.
22176
22177 * wid-edit.el (widget-documentation, widget-button)
22178 (widget-field, widget-single-line-field, widget-inactive)
22179 (widget-button-pressed): "-face" suffix removed from face names.
22180 (widget-documentation-face, widget-button-face)
22181 (widget-field-face, widget-single-line-field-face)
22182 (widget-inactive-face, widget-button-pressed-face):
22183 New backward-compatibility aliases for renamed faces.
22184 (widget-documentation-face, widget-button-face)
22185 (widget-button-pressed-face, widget-specify-field)
22186 (widget-specify-inactive): Use renamed widget faces.
22187
22188 2005-06-10 Kenichi Handa <handa@m17n.org>
22189
22190 * term/x-win.el (x-clipboard-yank): Remove condition-case
22191 wrapping.
22192
22193 2005-06-11 Kenichi Handa <handa@m17n.org>
22194
22195 * add-log.el (change-log-font-lock-keywords): Make the regexp for
22196 date lines stricter.
22197
22198 2005-06-10 Zhang Wei <id.brep@gmail.com>
22199
22200 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
22201 of x-get-selection.
22202
22203 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22204
22205 * comint.el (comint-mode, comint-snapshot-last-prompt):
22206 * frame.el (frame-current-scroll-bars):
22207 * term.el (term-mode, term-check-proc, term-input-sender)
22208 (term-simple-send, term-extract-string, term-word)
22209 (term-match-partial-filename):
22210 * window.el (window-current-scroll-bars):
22211 * emulation/cua-base.el (cua-normal-cursor-color)
22212 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
22213 (cua-global-mark-cursor-color):
22214 * mail/undigest.el (rmail-forward-separator-regex):
22215 Fix typos in docstrings.
22216
22217 * comint.el (comint-check-proc, make-comint-in-buffer)
22218 (comint-source-default): Doc fixes.
22219
22220 * term.el (term-send-string): Improve argument/docstring consistency.
22221
22222 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
22223
22224 * comint.el (comint-send-input): Bind `inhibit-read-only' around
22225 call to `delete-region'.
22226 (comint-mode-hook): Do not enable Font Lock by default.
22227
22228 2005-06-09 Lute Kamstra <lute@gnu.org>
22229
22230 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
22231 could be void.
22232
22233 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
22234
22235 * emacs-lisp/debug.el (debugger-will-be-back): New var.
22236 (debug): Use it.
22237 (debugger-step-through, debugger-continue, debugger-jump)
22238 (debugger-return-value): Set it when needed.
22239 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
22240 Use inhibit-read-only.
22241
22242 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
22243
22244 * window.el (shrink-window-if-larger-than-buffer)
22245 (window-size-fixed): Fix typo in docstring.
22246
22247 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
22248 thumbnails directory on loading.
22249 (thumbs-conversion-program): Use `eq' to check the system type,
22250 not `equal'.
22251 (thumbs-temp-dir): Initialize to `temporary-file-directory',
22252 not "/tmp". Fix docstring.
22253 (thumbs-thumbsdir): New function to return the thumbnails
22254 directory, creating it if needed.
22255 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
22256 (thumbs-temp-file): Delete variable and make it into a function.
22257 (thumbs-resize-image, thumbs-modify-image): Use it.
22258 (thumbs-kill-buffer): Simplify.
22259 (thumbs-gensym): Defalias or duplicate CL `gensym'.
22260 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
22261 docstrings.
22262
22263 2005-06-09 Kim F. Storm <storm@cua.dk>
22264
22265 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
22266 set-match-data to free markers in match-data.
22267
22268 * replace.el (replace-match-data): Pass RESEAT arg `t' to
22269 match-data to unchain markers in match-data.
22270
22271 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22272
22273 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
22274 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
22275 unnecessary now.
22276
22277 2005-06-08 Richard M. Stallman <rms@gnu.org>
22278
22279 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
22280 give the variable a doc string that doesn't say don't set it directly.
22281
22282 * textmodes/ispell.el (ispell-check-version):
22283 Use match-string-no-properties.
22284 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
22285 (ispell-buffer-local-words): Likewise.
22286
22287 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
22288 except on terminals with enough colors to really display it.
22289 (makefile-dependency-regex): Delete spurious `bb'.
22290
22291 * faces.el (escape-glyph): Use blue once again in last case.
22292 (no-break-space): Redefine so that it isn't invisible on a tty.
22293
22294 2005-06-08 Kim F. Storm <storm@cua.dk>
22295
22296 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
22297 also when reading directory name.
22298
22299 2005-06-08 Lute Kamstra <lute@gnu.org>
22300
22301 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
22302 (flyspell-mode-line-string): Remove autoload cookie.
22303 (flyspell-mode): Remove defvar.
22304
22305 2005-06-07 Lute Kamstra <lute@gnu.org>
22306
22307 * textmodes/org.el (org-run-mode-hooks): New function.
22308 (org-agenda-mode): Use it.
22309
22310 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
22311
22312 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
22313
22314 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22315
22316 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
22317
22318 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
22319
22320 * font-lock.el (font-lock-add-keywords): Doc fix.
22321
22322 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22323
22324 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
22325 (tex-compile-default): In the absence of any history, use the order in
22326 tex-compile-alist to choose the preferred command.
22327 (tex-compile-commands): Reorder a bit.
22328
22329 * textmodes/flyspell.el (flyspell-auto-correct-binding)
22330 (flyspell-incorrect-face, flyspell-duplicate-face):
22331 Use (X)Emacs-agnostic code.
22332 (flyspell-mode-map): Don't overwrite at each load. Remove code
22333 redundant with the subsequent add-minor-mode. Merge Emacs and
22334 XEmacs code.
22335 (flyspell-word): Minor simplification.
22336 (flyspell-math-tex-command-p): Quieten the byte-compiler.
22337 (flyspell-external-point-words): Remove unused vars `size' and `start'.
22338 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
22339 Merge the corresponding Emacs code.
22340 (flyspell-correct-word, flyspell-xemacs-popup):
22341 Use flyspell-do-correct.
22342
22343 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
22344 a dedicated window.
22345
22346 * international/latexenc.el (latexenc-find-file-coding-system):
22347 Undo part of last patch, to turn off a compiler warning.
22348
22349 2005-06-06 Juri Linkov <juri@jurta.org>
22350
22351 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
22352 Rename `tmm-inactive-face' to `tmm-inactive'.
22353
22354 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
22355
22356 * iswitchb.el: Rename faces.
22357
22358 2005-06-06 Kim F. Storm <storm@cua.dk>
22359
22360 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
22361 (cua-global-mark): Remove -face suffix from face names.
22362
22363 * emulation/cua-gmrk.el (cua--init-global-mark):
22364 Remove cua-global-mark face setup.
22365
22366 2005-06-06 Richard M. Stallman <rms@gnu.org>
22367
22368 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
22369 just like other allowed characters.
22370 (makefile-match-dependency): Exclude leading and training whitespace
22371 from the range of regexp subexp 1.
22372 (makefile-macroassign-regex): Don't try to match the body,
22373 just the name of the macro being defined.
22374
22375 * info.el (Info-read-node-name-2): New function.
22376 (Info-read-node-name-1): Use that.
22377 Add a completion-base-size-function property.
22378
22379 * simple.el (completion-setup-function): Look for
22380 completion-base-size-function property of minibuffer-completion-table.
22381
22382 * files.el (locate-file-completion): Doc fix.
22383
22384 * printing.el: Don't call pr-update-menus; user must do that.
22385
22386 * emacs-lisp/debug.el (debugger-window): New variable.
22387 (debug): Use debugger-window if it is set and still alive.
22388 Record debugger-window for next entry.
22389
22390 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
22391
22392 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
22393
22394 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
22395 (hack-one-local-variable, hack-local-variables)
22396 (hack-local-variables-prop-line): Pass that arg.
22397
22398 2005-06-06 Kim F. Storm <storm@cua.dk>
22399
22400 * ido.el (ido-first-match, ido-only-match, ido-subdir)
22401 (ido-indicator): Remove -face suffix from face names.
22402
22403 2005-06-06 Juri Linkov <juri@jurta.org>
22404
22405 * font-lock.el (font-lock-regexp-backslash)
22406 (font-lock-regexp-backslash-construct): New faces.
22407 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
22408 after `('. Add `while-no-input' to control structures.
22409
22410 * faces.el (no-break-space, shadow): New faces.
22411 (escape-glyph): Use less loud colors pink2 and red4.
22412
22413 * diff-mode.el (diff-context-face)
22414 * dired.el (dired-ignored)
22415 * rfn-eshadow.el (file-name-shadow)
22416 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
22417
22418 * info.el (Info-title-1-face): Use green instead of yellow because
22419 bold yellow is not readable on light backgrounds.
22420
22421 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
22422 before selecting the desired mode to not spend time fontifying
22423 old contents.
22424
22425 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
22426
22427 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
22428 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
22429
22430 * ps-print.el (ps-default-fg, ps-default-bg):
22431 Fix typos in docstrings.
22432
22433 * isearchb.el (isearchb): Don't pass a spurious second argument to
22434 `iswitchb-completions'.
22435
22436 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
22437
22438 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
22439 to preserve point.
22440 (gdb-find-file-hook): Add doc string.
22441
22442 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
22443 C dereferenced pointer expression.
22444 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
22445
22446 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
22447
22448 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
22449 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
22450 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
22451 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
22452 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
22453 Make background transparent.
22454
22455 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
22456
22457 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
22458 (font-lock-remove-keywords): Doc fix.
22459 (font-lock-mode-major-mode): Compiler defvar.
22460 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
22461
22462 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
22463 (font-lock-mode): Update `font-lock-mode-major-mode'.
22464 (font-lock-set-defaults): Compiler defvar.
22465 (font-lock-default-function): Take `font-lock-mode-major-mode'
22466 into account.
22467
22468 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
22469 keep track of which major mode it enabled the minor mode for.
22470 Use find-file-hook again. Update docstring.
22471
22472 * simple.el (eval-expression-print-level)
22473 (eval-expression-print-length, eval-expression-debug-on-error):
22474 Doc fixes.
22475
22476 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
22477
22478 * iswitchb.el (iswitchb-single-match-face)
22479 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
22480 (iswitchb-invalid-regexp-face): New faces.
22481 (iswitchb-completions): Use them.
22482 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
22483 now marked as an obsolete alias.
22484 (iswitchb-read-buffer): Remove check for bound font variables.
22485 (iswitchb-invalid-regexp): New free variable.
22486 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
22487 set iswitchb-invalid-regexp.
22488 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
22489 invalid regexps.
22490 (iswitchb-completions): Add check for complete match when entering
22491 a regexp.
22492 (iswitchb-completions): Remove require-match argument.
22493 (iswitchb-exhibit): Fix caller.
22494 (iswitchb-common-match-inserted): New variable.
22495 (iswitchb-complete, iswitchb-completion-help): Use it.
22496
22497 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
22498
22499 * url-http.el (url-http-chunked-encoding-after-change-function):
22500 Use `url-http-debug' instead of `message'.
22501
22502 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
22503
22504 * url-http.el (url-http-parse-headers): Pass redirected URL as a
22505 callback argument.
22506
22507 2005-06-04 Kim F. Storm <storm@cua.dk>
22508
22509 * simple.el (line-move): Only call sit-for when moving backwards.
22510
22511 * ido.el (ido-make-merged-file-list-1): New defun split from
22512 ido-make-merged-file-list.
22513 (ido-make-merged-file-list): Bind throw-on-input around call to
22514 ido-make-merged-file-list-1. Return input-pending-p if
22515 interrupted by more input available.
22516 (ido-read-internal): Handle input-pending-p return value from
22517 ido-make-merged-file-list.
22518
22519 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22520
22521 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
22522 compatibility code.
22523
22524 * international/latexenc.el (latexenc-find-file-coding-system):
22525 Don't inherit the EOL part of the coding-system from the
22526 tex-main buffer. Fit within 80 columns.
22527
22528 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
22529
22530 * tmm.el (tmm-inactive-face): New face.
22531 (tmm-remove-inactive-mouse-face): New function.
22532 (tmm-prompt, tmm-add-one-shortcut)
22533 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
22534 but not selectable.
22535
22536 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
22537
22538 * faces.el (face-equal): Improve argument/docstring consistency.
22539
22540 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
22541
22542 * progmodes/make-mode.el (makefile-targets-face)
22543 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
22544 (makefile-bsdmake-dependency-regex)
22545 (makefile-makepp-rule-action-regex)
22546 (makefile-bsdmake-rule-action-regex): New constants.
22547 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
22548
22549 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22550 Allow (...) within `...' for makepp messages.
22551
22552 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
22553
22554 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
22555
22556 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
22557 "." files are deleted from all file lists before comparison.
22558
22559 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22560 (viper-ESC-key): Made them customizable.
22561
22562 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
22563
22564 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
22565
22566 * autorevert.el (auto-revert-buffers): Use save-match-data.
22567
22568 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22569
22570 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
22571 menu items with a nil command binding.
22572
22573 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
22574
22575 * emacs-lisp/cl-macs.el (defsetf):
22576 Improve argument/docstring consistency.
22577
22578 * faces.el (list-faces-display): Improve the formatting by
22579 computing the maximum length required for any face-name (reworked
22580 patch of 1999-01-11, accidentally deleted on 1999-07-21).
22581 (internal-find-face): Remove redundant info in docstring.
22582
22583 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
22584
22585 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
22586 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
22587 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
22588 (gdb-assembler-custom): Improve regexps.
22589 (def-gdb-auto-update-handler): Use window point to preserve point.
22590
22591 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22592
22593 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
22594
22595 2005-05-31 Jay Belanger <belanger@truman.edu>
22596
22597 * calc/calc-embed.el (calc-embedded-word): Change argument passed
22598 to calc-embedded.
22599 (calc-embedded-make-info): Have plain prefix argument select
22600 entire line.
22601
22602 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
22603
22604 * faces.el (list-faces-display): Signal error if passed a regexp
22605 that matches no face name.
22606
22607 * simple.el (filter-buffer-substring): Fix typo in docstring.
22608
22609 2005-05-31 Richard M. Stallman <rms@gnu.org>
22610
22611 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
22612 (vhdl-emacs-21): Doc fix.
22613 (vhdl-mode): Unconditionally set comment-padding.
22614 (vhdl-fixup-whitespace-region): Insert spaces only where
22615 there are none.
22616 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
22617
22618 2005-05-30 John Wiegley <johnw@newartisans.com>
22619
22620 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
22621 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
22622 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
22623 `directory-sep-char' to ?/, and all uses of `string-to-int' to
22624 `string-to-number'.
22625
22626 2005-05-30 Jay Belanger <belanger@truman.edu>
22627
22628 * calc/calc.el (calc-bug-address): Fix docstring.
22629 (calc-window-hook, calc-trail-window-hook): New variables.
22630 (calc-trail-display): Restore use of calc-trail-window-hook.
22631 (calc): Restore use of calc-window-hook.
22632
22633 2005-05-31 Masatake YAMATO <jet@gyve.org>
22634
22635 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
22636
22637 * help-fns.el (help-C-file-name): Add autoload mark for
22638 `find-function-noselect'.
22639
22640 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22641
22642 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
22643 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
22644
22645 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22646
22647 * calendar/diary-lib.el (mark-included-diary-files): Only kill
22648 included diary buffer if it was not already being visited.
22649 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
22650
22651 * calendar/icalendar.el (top-level): Do not require appt.
22652
22653 * mail/supercite.el (sc-select-attribution): Only use a list
22654 element from sc-attrib-selection-list if it returns a string.
22655 Reported by Davide G. M. Salvetti <salve@debian.org>.
22656
22657 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
22658
22659 * thumbs.el (thumbs-thumbname): The resulting thumbname now
22660 includes a hash value to improve its uniqueness, and has a ".jpg"
22661 extension. Also, it is now a valid filename on all systems.
22662 (thumbs-make-thumb): Use `let', not `let*'.
22663 (thumbs-show-thumbs-list): Check for JPEG availability.
22664
22665 2005-05-30 Richard M. Stallman <rms@gnu.org>
22666
22667 * filesets.el (filesets-menu-ensure-use-cached):
22668 Prevent warning when emacs-version>= is undefined.
22669
22670 * printing.el (pr-interactive-n-up): Use string-to-number.
22671
22672 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
22673
22674 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22675 Warn only when name to be defined is quoted.
22676
22677 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
22678
22679 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
22680 Make regexp more robust.
22681 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
22682 Force regeneration of disassembly.
22683
22684 2005-05-29 Jay Belanger <belanger@truman.edu>
22685
22686 * calc/calc.el (calc-user-invocation): Check if
22687 calc-invocation-macro is non-nil.
22688
22689 2005-05-29 Juri Linkov <juri@jurta.org>
22690
22691 * add-log.el (change-log-font-lock-keywords):
22692 Add `+' to e-mail regexp to accept mail address with keywords.
22693
22694 * man.el (Man-name-regexp): Add `:' to accept qualified names.
22695
22696 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
22697
22698 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
22699
22700 * ielm.el (inferior-emacs-lisp-mode): Ditto.
22701
22702 2005-05-29 Richard M. Stallman <rms@gnu.org>
22703
22704 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22705 Undo the change that moves to end of the current word.
22706
22707 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22708
22709 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
22710 Throw error when count <= 0 to ensure input is a number.
22711 (gdb-read-memory-custom): Pick up address from buffer.
22712 (gdb-memory-mode): Allow user to increment and decrement
22713 memory address from header line.
22714
22715 2005-05-29 Richard M. Stallman <rms@gnu.org>
22716
22717 * flyspell.el (flyspell-version): Function deleted.
22718 (flyspell-auto-correct-previous-hook): Doc fix.
22719
22720 * jit-lock.el (jit-lock-function, jit-lock-after-change):
22721 Do nothing if memory is full.
22722
22723 * font-lock.el (font-lock-fontify-syntactically-region):
22724 Pass t for GREEDY to looking-back.
22725
22726 * saveplace.el (save-place-alist-to-file): Write the file
22727 using write-region.
22728
22729 * subr.el (looking-back): New argument GREEDY.
22730
22731 * progmodes/compile.el (compilation-start): Set the mode
22732 before inserting the initial text.
22733
22734 * progmodes/which-func.el (which-func-update-1): Turn the mode
22735 off in case of error by setting which-func-mode.
22736
22737 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
22738
22739 * flyspell.el (flyspell-auto-correct-previous-word):
22740 Narrow down to what's on the screen, and recenter overlays
22741 at the end of the next word.
22742
22743 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
22744
22745 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
22746 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
22747 (flyspell-abbrev-p): Default to nil.
22748 (flyspell-use-global-abbrev-table-p): Doc fix.
22749 (flyspell-large-region): Allow nil as value.
22750 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
22751
22752 (mail-mode-flyspell-verify): More robust handling
22753 of `mail-header-separator'. More efficient signature detection.
22754 Allow for regexp metacharacters in message-header-separator.
22755 Adding `To' not to be checked in mail-mode-flyspell-verify.
22756
22757 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
22758 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
22759 Bind flyspell-auto-correct-binding.
22760 Bind C-. and C-, .
22761 (flyspell-mode-map): Likewise.
22762 (flyspell-mode): Doc fix.
22763 (flyspell-accept-buffer-local-defs): Preserve current buffer.
22764 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
22765 (flyspell-word-cache-result): New var, always local.
22766 (flyspell-check-pre-word-p): Doc fix.
22767 (flyspell-check-changed-word-p): Handle spc like newline.
22768 (flyspell-post-command-hook): Set flyspell-word-cache-result.
22769 (flyspell-word-search-backward, flyspell-word-search-forward):
22770 New functions.
22771 (flyspell-word): Return t if nothing to check.
22772 When parsing TeX code, check for after } or \.
22773 Use flyspell-word-search-backward to find previous word.
22774 Return nil if duplicated word.
22775 For word already checked, return same value as last time.
22776 Set flyspell-word-cache-result after checking.
22777 Don't clobber the return value.
22778 (flyspell-get-word): Major rewrite.
22779 (flyspell-external-point-words): New locals pword, pcount.
22780 Fix size used in progress message.
22781 Find the proper corresponding word in flyspell-large-region-buffer.
22782 (flyspell-region): Check for flyspell-large-region = nil.
22783 (flyspell-highlight-incorrect-region): Clean up overlays in region.
22784 (flyspell-auto-correct-word): Check that WORD is a cons.
22785 (flyspell-correct-word): Likewise.
22786
22787 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
22788
22789 * progmodes/make-mode.el (makefile-rule-action-regex)
22790 (makefile-macroassign-regex, makefile-makepp-mode)
22791 (makefile-bsdmake-mode): Continuation lines may be empty.
22792 Reported by Joshua Varner.
22793 (makefile-makepp-font-lock-keywords): Add $(stem).
22794
22795 2005-05-28 Karl Berry <karl@gnu.org>
22796
22797 * textmodes/tex-mode.el: Now that tex-send-command calls
22798 shell-quote-argument (2005-03-31 change), remove all calls to
22799 shell-quote-argument; they all end up invoking tex-send-command.
22800 The double quoting loses on filenames with non-safe characters,
22801 such as "@". Reported by Frederik Fouvry.
22802
22803 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22804
22805 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
22806 about preserving point.
22807
22808 2005-05-27 Jay Belanger <belanger@truman.edu>
22809
22810 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
22811 Info-goto-node.
22812
22813 * calc/calc-embed.el (calc-embed-arg): New variable.
22814 (calc-do-embedded-activate, calc-embedded-activate-formula)
22815 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
22816 variable by new variable.
22817 (calc-embedded-make-info): Replace undeclared variable by new
22818 variable. When selecting region with positive prefix
22819 argument, use end of previous line instead of beginning of line.
22820
22821 * calc/calc-aent.el (calc-arg-values): Declare it.
22822
22823 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
22824 Declare them.
22825
22826 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
22827
22828 * calc/calc.el (calc-alg-map): Declare it.
22829
22830 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
22831
22832 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
22833
22834 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
22835 (gdb-registers-buffer, toggle-gdb-all-registers):
22836 Toggle display of floating point registers.
22837 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
22838
22839 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
22840 (toggle-gud-tooltip-dereference):
22841 Rename from gud-toggle-tooltip-dereference.
22842
22843 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22844
22845 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
22846
22847 2005-05-27 Jay Belanger <belanger@truman.edu>
22848
22849 * calc/calc-prog.el (calc-kbd-report): Remove.
22850 (calc-kbd-query): Rewrite.
22851
22852 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
22853
22854 * image.el (image-library-alist): Move to image.c.
22855 (image-type-available-p): Doc fix.
22856
22857 2005-05-27 Lute Kamstra <lute@gnu.org>
22858
22859 * calc/calc.el (calc):
22860 * outline.el (outline-1, outline-2, outline-3, outline-4)
22861 (outline-5, outline-6, outline-7, outline-8):
22862 * textmodes/dns-mode.el (dns-mode):
22863 * textmodes/sgml-mode.el (sgml-namespace-face):
22864 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
22865 (tex-verbatim-face, tex-use-reftex):
22866 * textmodes/texinfo.el (texinfo-heading-face):
22867 Specify customization group.
22868
22869 * longlines.el: Don't require easy-mmode.
22870 (longlines-visible-face): Specify customization group.
22871
22872 2005-05-27 Kenichi Handa <handa@m17n.org>
22873
22874 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
22875 encoding table of windows-1251.
22876
22877 * international/ucs-tables.el (ucs-set-table-for-input):
22878 If translation-table-for-input of a coding system is a symbol, get
22879 its translation-table property.
22880
22881 * international/code-pages.el: Don't register a coding system into
22882 non-iso-charset-alist more than once.
22883 (cp-make-coding-system): Likewise.
22884
22885 2005-05-26 John Wiegley <johnw@newartisans.com>
22886
22887 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
22888 `eshell-resume-eval' is wrapped in a list, it indicates that the
22889 command was run asynchronously. In that case, unwrap the value
22890 before checking the delimiter value.
22891
22892 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
22893 character before a space at the end of a line is \, assume the space
22894 is part of the last argument rather than a final argument separator.
22895
22896 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
22897 is in use, and the target is `t' or `nil' (which are the most common
22898 values), don't assume that the symbol target is a buffer.
22899
22900 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
22901
22902 * calendar/calendar.el (calendar-mode-line-format):
22903 Use mode-line-highlight as mouse-face.
22904
22905 * time.el (display-time-string-forms, display-time-update):
22906 Use mode-line-highlight as mouse-face.
22907
22908 2005-05-26 Jay Belanger <belanger@truman.edu>
22909
22910 * calc/calc.el (calc-language-alist): Remove extra defvar.
22911
22912 2005-05-26 Lute Kamstra <lute@gnu.org>
22913
22914 * arc-mode.el (archive-mode):
22915 * bookmark.el (bookmark-read-annotation-mode)
22916 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
22917 * bs.el (bs-mode):
22918 * calc/calc-yank.el (calc-edit-mode):
22919 * calc/calc.el (calc-mode, calc-trail-mode):
22920 * calculator.el (calculator-mode):
22921 * chistory.el (command-history-mode):
22922 * comint.el:
22923 * cus-edit.el (custom-mode):
22924 * descr-text.el (describe-text-mode):
22925 * ebuff-menu.el (Electric-buffer-menu-mode):
22926 * ediff-util.el (ediff-mode):
22927 * emacs-lisp/re-builder.el (reb-mode):
22928 * emulation/vi.el (vi-mode-setup):
22929 * emulation/ws-mode.el (wordstar-mode):
22930 * eshell/esh-mode.el (eshell-mode):
22931 * forms.el (forms-mode):
22932 * help-mode.el (help-mode):
22933 * hexl.el (hexl-mode):
22934 * ibuffer.el (ibuffer-mode):
22935 * ielm.el (inferior-emacs-lisp-mode):
22936 * info.el (Info-mode, Info-edit-mode):
22937 * international/swedish.el:
22938 * ledit.el (ledit-from-lisp-mode):
22939 * locate.el (locate-mode):
22940 * mail/rmail.el (rmail-mode):
22941 * mail/rmailedit.el (rmail-edit-mode):
22942 * mail/rmailsum.el (rmail-summary-mode):
22943 * mail/supercite.el (sc-electric-mode):
22944 * net/eudc.el (eudc-mode):
22945 * net/quickurl.el (quickurl-list-mode):
22946 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
22947 * obsolete/ooutline.el (outline-mode):
22948 * obsolete/options.el (Edit-options-mode):
22949 * obsolete/rnews.el (news-mode):
22950 * obsolete/rnewspost.el (news-reply-mode):
22951 * play/5x5.el (5x5-mode):
22952 * play/decipher.el (decipher-mode, decipher-stats-mode):
22953 * play/gomoku.el (gomoku-mode):
22954 * play/snake.el (snake-mode):
22955 * play/solitaire.el (solitaire-mode):
22956 * play/tetris.el (tetris-mode):
22957 * progmodes/ada-mode.el (ada-mode):
22958 * progmodes/antlr-mode.el (antlr-mode):
22959 * progmodes/autoconf.el (autoconf-mode):
22960 * progmodes/dcl-mode.el (dcl-mode):
22961 * progmodes/delphi.el (delphi-mode):
22962 * progmodes/ebrowse.el (ebrowse-tree-mode)
22963 (ebrowse-electric-list-mode, ebrowse-member-mode)
22964 (ebrowse-electric-position-mode):
22965 * progmodes/f90.el (f90-mode):
22966 * progmodes/fortran.el (fortran-mode):
22967 * progmodes/icon.el (icon-mode):
22968 * progmodes/idlw-help.el (idlwave-help-mode):
22969 * progmodes/idlw-shell.el (idlwave-shell-mode):
22970 * progmodes/idlwave.el (idlwave-mode):
22971 * progmodes/inf-lisp.el (inferior-lisp-mode):
22972 * progmodes/m4-mode.el (m4-mode):
22973 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
22974 * progmodes/modula2.el (modula-2-mode):
22975 * progmodes/octave-inf.el (inferior-octave-mode):
22976 * progmodes/octave-mod.el (octave-mode):
22977 * progmodes/pascal.el (pascal-mode):
22978 * progmodes/sh-script.el (sh-mode):
22979 * progmodes/sql.el (sql-mode, sql-interactive-mode):
22980 * progmodes/vhdl-mode.el (vhdl-mode):
22981 * progmodes/xscheme.el (scheme-interaction-mode):
22982 * replace.el (occur-mode):
22983 * ses.el (ses-mode):
22984 * simple.el (completion-list-mode):
22985 * skeleton.el:
22986 * speedbar.el (speedbar-mode):
22987 * term.el (term-mode):
22988 * terminal.el (terminal-edit-mode):
22989 * textmodes/reftex-index.el (reftex-index-mode)
22990 (reftex-index-phrases-mode):
22991 * textmodes/reftex-sel.el (reftex-select-label-mode)
22992 (reftex-select-bib-mode):
22993 * textmodes/reftex-toc.el (reftex-toc-mode):
22994 * wdired.el (wdired-change-to-wdired-mode):
22995 * wid-browse.el (widget-browse-mode):
22996 Use run-mode-hooks.
22997
22998 * array.el (array-mode):
22999 * calendar/todo-mode.el (todo-mode):
23000 * man.el (Man-mode):
23001 * play/landmark.el (lm-mode):
23002 * play/mpuz.el (mpuz-mode):
23003 Use kill-all-local-variables and run-mode-hooks.
23004
23005 * subr.el (delay-mode-hooks): Specify indentation.
23006
23007 2005-05-26 Mark A. Hershberger <mah@everybody.org>
23008
23009 * xml.el (xml-substitute-special): Don't die for undefined xml
23010 entities.
23011
23012 2005-05-26 Jay Belanger <belanger@truman.edu>
23013
23014 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
23015 of nil.
23016
23017 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
23018
23019 * progmodes/gdb-ui.el (gdb-frame-address):
23020 Rename from gdb-current-address.
23021 (gdb-previous-frame-address): Rename from gdb-previous-address.
23022 (gdb-selected-frame): Rename from gdb-current-frame.
23023 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
23024 (gdb-frame-number): Rename from gdb-current-stack-level.
23025 (gdb-ann3): Match new mode-name for disassembly buffer.
23026 Extend initialization of variables.
23027 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
23028 (gdb-memory-mode): Use mouse-face in header line.
23029 (gdb-assembler-buffer-name): Call it disassembly and give frame
23030 in mode line.
23031 (gdb-source-spec-regexp, gdb-assembler-custom)
23032 (gdb-invalidate-assembler, gdb-frame-handler):
23033 Make robust to leading zeroes in address format.
23034
23035 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
23036
23037 * textmodes/org.el (org-mode): Use `define-derived-mode' to
23038 define `org-mode'.
23039 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
23040
23041 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
23042
23043 * log-edit.el (log-edit-changelog-entries): Distinguish between
23044 filenames like xfns.c and fns.c.
23045
23046 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
23047
23048 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
23049 point after reverting.
23050 (Buffer-menu-make-sort-button): Handle the case where
23051 `Buffer-menu-use-header-line' is nil.
23052
23053 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
23054
23055 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
23056 New funcs. In minibuffer-local-completion-map bind `]', `/'
23057 and `:' to them.
23058
23059 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23060
23061 * startup.el (normal-top-level): Allow modification of load-path while
23062 we're iterating over it.
23063
23064 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
23065
23066 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
23067 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
23068 (thumbs-resize-interactive, thumbs-insert-image)
23069 (thumbs-insert-thumb, thumbs-dired-show-marked)
23070 (thumbs-find-image-at-point, thumbs-delete-images)
23071 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
23072 (thumbs-increment-image-size, thumbs-decrement-image-size):
23073 Fix typos in docstrings.
23074
23075 2005-05-24 Andre Spiegel <spiegel@gnu.org>
23076
23077 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
23078 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
23079 (cperl-mode): Use them.
23080
23081 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
23082
23083 * window.el (quit-window, shrink-window-if-larger-than-buffer):
23084 Doc fixes.
23085
23086 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
23087
23088 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
23089 Bind C-d to gdb-inferior-io-eof.
23090
23091 * dired.el (dired-dnd-popup-notice): Use message-box.
23092
23093 2005-05-23 Masatake YAMATO <jet@gyve.org>
23094
23095 * bindings.el (mode-line-major-mode-keymap):
23096 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
23097
23098 * faces.el (mode-line-highlight): New face.
23099
23100 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
23101 as mouse-face.
23102
23103 * bindings.el (top-level, help-echo, mode-line-modified)
23104 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
23105 as mouse-face.
23106
23107 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
23108
23109 * progmodes/cc-engine.el (c-guess-basic-syntax):
23110 Remove spurious call to `zerop'.
23111
23112 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
23113
23114 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
23115
23116 CC Mode update to 5.30.10:
23117
23118 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
23119 could go past the limit in decoration level 2, thereby causing
23120 errors during interactive fontification.
23121
23122 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
23123 the file is evaluated interactively.
23124
23125 * cc-engine.el (c-guess-basic-syntax): Handle operator
23126 declarations somewhat better in C++.
23127
23128 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
23129 make use of `run-mode-hooks' which has been added in Emacs 21.1.
23130 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
23131 (awk-mode): Use it.
23132 (make-local-hook): Suppress warning about obsoleteness.
23133
23134 * cc-engine.el, cc-align.el, cc-cmds.el
23135 (c-append-backslashes-forward, c-delete-backslashes-forward)
23136 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
23137 Compensate for return value from `forward-line' when it has moved
23138 but not to a different line due to eob.
23139
23140 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
23141 `objc-method-intro' and `objc-method-args-cont'.
23142
23143 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
23144
23145 CC Mode update to 5.30.10:
23146
23147 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
23148 in the copyright statement. Incidentally, change "along with GNU
23149 Emacs" to "along with this program" where it occurs.
23150
23151 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
23152 so that it is interactive, hence can be found by M-x awk-mode
23153 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
23154 <gmorris+emacs@ast.cam.ac.uk>.
23155
23156 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
23157 Mode's regexps.
23158
23159 2005-05-23 Kevin Ryde <user42@zip.com.au>
23160
23161 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
23162 c-parse-state, to avoid a lisp error (on bad code).
23163
23164 2005-05-23 Lute Kamstra <lute@gnu.org>
23165
23166 * subr.el (font-lock-defaults): Remove defvar as it's already
23167 defined in font-core.el.
23168
23169 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
23170
23171 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
23172
23173 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
23174 more general and work when GDB variable "print pretty" is on,
23175 as with Emacs, for example.
23176
23177 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
23178
23179 * font-core.el: Update comment.
23180
23181 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23182 Use `after-change-major-mode-hook' instead of `find-file-hook'.
23183
23184 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
23185
23186 2005-05-22 Eli Zaretskii <eliz@gnu.org>
23187
23188 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
23189 and `yank-handler' in the doc strings.
23190
23191 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23192
23193 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
23194
23195 2005-05-22 Richard M. Stallman <rms@gnu.org>
23196
23197 * help.el (describe-key): Move print-help-return-message call
23198 out of conditional.
23199
23200 * progmodes/etags.el (list-tags): Use with-no-warnings.
23201
23202 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
23203 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
23204 (starttls-extra-args, starttls-extra-arguments): Add defvars.
23205
23206 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
23207
23208 * language/viet-util.el (viet-viscii-nonascii-translation-table):
23209 Add defvar.
23210
23211 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
23212 Use defvar, not defconst.
23213
23214 * hexl.el (hexl-follow-line): Use with-no-warnings.
23215
23216 * emulation/tpu-extras.el: Use write-file-functions instead of
23217 write-file-hooks.
23218
23219 * dired.el (dired-font-lock-keywords): Fontify files with junk
23220 extensions even if marked by -F.
23221
23222 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
23223
23224 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
23225 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
23226 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
23227 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
23228 (concatenate, list-length, get*, getf, cl-remprop):
23229 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
23230 (etypecase, progv, lexical-let, lexical-let*)
23231 (multiple-value-bind, multiple-value-setq, shiftf):
23232 Improve argument/docstring consistency.
23233
23234 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
23235
23236 2005-05-22 Andre Spiegel <spiegel@gnu.org>
23237
23238 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
23239 doesn't exist.
23240
23241 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
23242 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
23243
23244 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
23245
23246 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
23247 already deleted variables: auto-fill-hook, blink-paren-hook,
23248 lisp-indent-hook, inhibit-local-variables, unread-command-event,
23249 suspend-hooks, comment-indent-hook, meta-flag,
23250 before-change-function, after-change-function,
23251 font-lock-doc-string-face.
23252
23253 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
23254
23255 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
23256
23257 2005-05-21 Eli Zaretskii <eliz@gnu.org>
23258
23259 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
23260 rmail-dont-reply-to.
23261
23262 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23263
23264 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
23265 literal blank when splitting new-header-values.
23266
23267 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
23268
23269 * calendar/cal-menu.el (cal-menu-update): Add separator as a
23270 string so that tmm doesn't create a completion entry for it.
23271
23272 * textmodes/table.el (table-disable-menu): Ditto.
23273
23274 2005-05-21 Richard M. Stallman <rms@gnu.org>
23275
23276 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
23277
23278 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
23279
23280 * net/rcompile.el (remote-compile): Use compilation-start.
23281
23282 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
23283
23284 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
23285
23286 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
23287 Default to makefile-bsdmake-mode on BSD systems.
23288
23289 * imenu.el (imenu-generic-expression, imenu--generic-function'):
23290 REGEXP may also be a search function now. The part of doc-string
23291 for describing the structure was 95% identical to that of
23292 `imenu--generic-function'. Unify it there.
23293
23294 * progmodes/make-mode.el (makefile-imenu-generic-expression):
23295 Use function to find dependencies, because regexp alone is so complex,
23296 it easily goes into an endless loop.
23297 (makefile-makepp-mode): Also add submenu for Perl functions
23298 defined in the makefile.
23299 (makefile-bsdmake-mode): Special imenu-generic-expression no
23300 longer needed, due to function call.
23301 (makefile-match-dependency): Take BOUND into account when checking
23302 if we're through.
23303
23304 2005-05-20 Jay Belanger <belanger@truman.edu>
23305
23306 * calc/calc-units.el (calc-invalidate-units-table):
23307 Use inhibit-read-only.
23308 (math-build-units-table-buffer): Use view-mode.
23309
23310 2005-05-20 David Kastrup <dak@gnu.org>
23311
23312 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
23313 easy-menu-add is not a nop on Emacs; and clarify when to call it.
23314
23315 2005-05-20 Lute Kamstra <lute@gnu.org>
23316
23317 * diff-mode.el (diff-header-face, diff-file-header-face)
23318 (diff-index-face, diff-hunk-header-face, diff-removed-face)
23319 (diff-added-face, diff-changed-face, diff-function-face)
23320 (diff-context-face, diff-nonexistent-face): Put them in the
23321 diff-mode customization group.
23322
23323 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23324
23325 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
23326
23327 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
23328
23329 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
23330 Minor regexp-optimization.
23331
23332 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
23333
23334 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
23335 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
23336 (org-agenda-add-time-grid-maybe): New function.
23337 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
23338 (org-table-create): `dotimes' instead of `mapcar'.
23339 (org-xor): Simplify implementation.
23340 (org-agenda): `inhibit-redisplay' turned on.
23341 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
23342 a consistent line after a state change.
23343 (org-agenda-remove-times-when-in-prefix): New option.
23344 (org-prefix-has-time): New variable.
23345 (org-parse-time-string): Optional argument NODEFAULT.
23346 (org-format-agenda-item): Parse items for time-of-day
23347 specifications and move these into the prefix if possible.
23348 (org-agenda-priority): Get current heading, not previous heading
23349 during agenda remote editing.
23350
23351 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
23352
23353 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
23354 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
23355 (remove-duplicates, delete-duplicates, substitute)
23356 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
23357 (nsubstitute-if-not, find, find-if, find-if-not, position)
23358 (position-if, position-if-not, count, count-if, count-if-not)
23359 (mismatch, search, sort*, stable-sort, merge, member*)
23360 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
23361 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
23362 (intersection, nintersection, set-difference, nset-difference)
23363 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
23364 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
23365 (nsublis, tree-equal): Improve argument/docstring consistency.
23366
23367 * subr.el (send-string, send-region): Remove obsolescence declaration.
23368 (window-dot, set-window-dot, read-input, show-buffer)
23369 (eval-current-buffer, string-to-int):
23370 Add release number to obsolescence declarations.
23371
23372 2005-05-19 Kim F. Storm <storm@cua.dk>
23373
23374 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
23375 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
23376
23377 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
23378
23379 * faces.el (list-faces-display): Make back button respect optional
23380 regexp arg.
23381
23382 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
23383
23384 * calculator.el (calculator-radix-grouping-mode)
23385 (calculator-radix-grouping-digits, calculator-displayer)
23386 (calculator-radix-grouping-separator, calculator-copy-displayer):
23387 * dabbrev.el (dabbrev-search-these-buffers-only):
23388 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
23389 (diff-advance-after-apply-hunk, diff-mode-hook)
23390 (diff-minor-mode-prefix):
23391 * imenu.el (imenu-use-popup-menu):
23392 * jit-lock.el (jit-lock-context-time):
23393 * newcomment.el (comment-fill-column, comment-column)
23394 (comment-style, comment-padding, comment-multi-line)
23395 (comment-empty-lines, comment-auto-fill-only-comments):
23396 * reveal.el (reveal-around-mark):
23397 * uniquify.el (uniquify-buffer-name-style)
23398 (uniquify-after-kill-buffer-p)
23399 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
23400 (uniquify-min-dir-content, uniquify-separator)
23401 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
23402 * w32-vars.el (w32-fixed-font-alist):
23403 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
23404 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
23405 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
23406 * progmodes/perl-mode.el (perl-indent-level)
23407 (perl-continued-statement-offset, perl-continued-brace-offset)
23408 (perl-brace-offset, perl-brace-imaginary-offset)
23409 (perl-label-offset, perl-indent-continued-arguments)
23410 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
23411 * progmodes/tcl.el (tcl-indent-level)
23412 (tcl-continued-indent-level, tcl-auto-newline)
23413 (tcl-tab-always-indent, tcl-electric-hash-style)
23414 (tcl-help-directory-list, tcl-use-smart-word-finder)
23415 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
23416 (inferior-tcl-source-command):
23417 * textmodes/fill.el (enable-kinsoku):
23418 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
23419 * textmodes/table.el (table-yank-handler):
23420 Specify missing group (and type, if simple) in defcustom.
23421
23422 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
23423
23424 * progmodes/compile.el (compilation-finish-function): Fix defvar.
23425
23426 2005-05-19 Richard M. Stallman <rms@gnu.org>
23427
23428 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
23429
23430 * subr.el (event-basic-type): Don't get an error.
23431 (left-fringe-p): Function deleted.
23432
23433 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
23434 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
23435
23436 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
23437 in recursive copy.
23438
23439 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
23440
23441 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
23442
23443 * emacs-lisp/bytecomp.el
23444 (byte-compile-file-form-custom-declare-variable):
23445 Call byte-compile-nogroup-warn if appropriate.
23446
23447 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
23448 (compilation-set-window): Don't call left-fringe-p; do it directly.
23449
23450 2005-05-19 Jay Belanger <belanger@truman.edu>
23451
23452 * calc/calc-graph.el (calc-graph-format-data): Make sure
23453 var-PlotRejects is bound before trying to check its value.
23454
23455 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
23456
23457 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
23458 definition of this variable from reftex-global.el to reftex.el,
23459 because it is needed in the menu.
23460
23461 2005-05-19 Lute Kamstra <lute@gnu.org>
23462
23463 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
23464 years are fixed. Don't insert a space after a dash.
23465
23466 2005-05-19 Kim F. Storm <storm@cua.dk>
23467
23468 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
23469
23470 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
23471
23472 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
23473 strings, because (eq ... ?\\) is fairly frequent.
23474
23475 * progmodes/make-mode.el (makefile-add-this-line-targets):
23476 Simplify and integrate into `makefile-pickup-targets'.
23477 (makefile-add-this-line-macro): Simplify and integrate into
23478 `makefile-pickup-macros.
23479 (makefile-pickup-filenames-as-targets): Simplify.
23480 (makefile-previous-dependency, makefile-match-dependency):
23481 Don't stumble over `::'.
23482
23483 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
23484
23485 * subr.el (post-command-idle-hook, post-command-idle-delay):
23486 Remove obsoletion of post-command-idle-hook and
23487 post-command-idle-delay.
23488
23489 * faces.el (list-faces-display): Provide button when describe-face
23490 is called to take user back to the list of faces.
23491
23492 * help-fns.el (describe-variable): Remove hyperlinks in a
23493 variable's value as these are quite frequently inappropriate.
23494
23495 * follow.el (follow-submit-feedback, follow-mode):
23496 Remove references to post-command-idle-hook.
23497
23498 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
23499
23500 * progmodes/make-mode.el (makefile-previous-dependency)
23501 (makefile-match-dependency): Check for := (and in bsd mode also
23502 !=) to give a better result, even when font-lock is not on.
23503
23504 2005-05-18 Jay Belanger <belanger@truman.edu>
23505
23506 * calc/calc-help.el (calc-s-prefix-help):
23507 Add `calc-copy-special-constant' to help string.
23508
23509 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
23510
23511 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23512
23513 2005-05-18 Jay Belanger <belanger@truman.edu>
23514
23515 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
23516 in linear factors are in proper order.
23517
23518 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
23519
23520 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23521 Support for jurabib.
23522
23523 * textmodes/reftex.el (featurep): Define aliases for overlay
23524 commands, for XEmacs compatibility, and use these aliases in
23525 overlay initializations.
23526 (reftex-highlight): Use `reftex-move-overlay'.
23527 (reftex-unhighlight): Use `reftex-delete-overlay'.
23528 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
23529 (reftex-access-search-path): Use `reftex-uniquify' instead of
23530 `reftex-uniq'
23531
23532 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
23533 `before-string' property modification enables for Emacs as well.
23534 (reftex-select-item): Use `reftex-delete-overlay'.
23535 (reftex-select-mark): Use `reftex-make-overlay' and
23536 `reftex-overlay-put'.
23537 (reftex-select-unmark): Use `reftex-delete-overlay' and
23538 `reftex-overlay-put'.
23539
23540 2005-05-18 Lute Kamstra <lute@gnu.org>
23541
23542 * emacs-lisp/lisp.el (check-parens): Fix docstring.
23543
23544 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
23545
23546 * add-log.el (add-change-log-entry):
23547 * array.el (array-make-template, array-reconfigure-rows)
23548 (array-init-max-row, array-init-max-column)
23549 (array-init-columns-per-line, array-init-field-width):
23550 * replace.el (replace-match-maybe-edit, perform-replace):
23551 * textmodes/spell.el (spell-region):
23552 Replace `read-input' by `read-string'.
23553
23554 * forms.el (forms-mode):
23555 * finder.el (finder-compile-keywords):
23556 * shadowfile.el (shadow-read-files):
23557 Replace `eval-current-buffer' by `eval-buffer'.
23558
23559 * terminal.el (te-pass-through):
23560 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
23561 (ange-ftp-raw-send-cmd):
23562 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
23563 (send-process-next-char, telnet-initial-filter, telnet):
23564 Replace `send-string' by `process-send-string'.
23565
23566 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
23567 (prolog-consult-region): Replace `send-string' by
23568 `process-send-string'; replace `send-region' by `process-send-region'.
23569
23570 * progmodes/delphi.el (delphi-log-msg):
23571 Replace `set-window-dot' by `set-window-point'.
23572
23573 * subr.el (window-dot, set-window-dot, read-input, send-string)
23574 (send-region, show-buffer, eval-current-buffer):
23575 Make really obsolete, as the comment says.
23576
23577 2005-05-17 Kim F. Storm <storm@cua.dk>
23578
23579 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
23580 (cua--init-keymaps): Bind C-return instead of S-return to set
23581 rectangle mark.
23582
23583 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
23584 instead of S-return to toggle/clear rectangle mark.
23585
23586 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
23587
23588 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
23589 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
23590 Also fontify plain strings assigned to variables, mostly so that a
23591 colon has a face and is thus not taken as a dependency separator.
23592 (makefile-previous-dependency): Inline the new matcher, because it
23593 is too complex to work in both directions.
23594 (makefile-match-dependency): Eliminate `backward' arg (see above).
23595 Completely reimplemented so as to not sometimes go into an endless
23596 loop. It should also be more efficient, because first it only
23597 searches for `:', instead of applying the very complex regexp.
23598 (makefile-mode): Cancel `font-lock-support-mode', because blocks
23599 to be fontified in one piece can be too long for JIT.
23600 Makefiles are never *that* big.
23601
23602 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
23603
23604 * dired.el (dired-mode): Simplify.
23605
23606 2005-05-17 Lute Kamstra <lute@gnu.org>
23607
23608 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
23609 defcustom for the mode hook variable.
23610
23611 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
23612 Emacs Lisp Reference Manual.
23613
23614 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
23615
23616 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
23617 (evenp, list*):
23618 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
23619 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
23620
23621 * net/tramp-smb.el (tramp-smb-open-connection):
23622 Pass `tramp-chunksize' as fifth (required) argument.
23623
23624 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
23625
23626 * font-lock.el (lisp-font-lock-keywords-1):
23627 Set `font-lock-negation-char-face' for [^...] char group.
23628 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
23629
23630 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
23631 a var, and refine it to mask one more level of nested vars.
23632 (makefile-rule-action-regex): Turn it into a var, and refine it so
23633 it recognizes backslashed continuation lines as belonging to the
23634 same command.
23635 (makefile-macroassign-regex): Refine it so it recognizes
23636 backslashed continuation lines as belonging to the same command.
23637 (makefile-var-use-regex): Don't look at the next char, because it
23638 might be the same one to be skipped by the initial [^$], leading
23639 to an overlooked variable use.
23640 (makefile-make-font-lock-keywords): Remove two parameters, which
23641 are now variables that some of the modes set locally.
23642 Handle dependency and rule action matching through functions, because
23643 regexps alone match too often. Dependency matching now comes
23644 last, so it can check, whether a colon already matched something else.
23645 (makefile-mode): Inform that font-lock improves makefile parsing
23646 capabilities.
23647 (makefile-match-dependency, makefile-match-action): New functions.
23648
23649 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
23650
23651 * emacs-lisp/cl-extra.el (equalp): Doc fix.
23652
23653 * align.el (align-regexp):
23654 * ansi-color.el (ansi-color-get-face):
23655 * array.el (array-reconfigure-rows, array-init-max-row)
23656 (array-init-max-column, array-init-columns-per-line)
23657 (array-init-field-width):
23658 * dired-aux.el (dired-trample-file-versions):
23659 * dired-x.el (dired-mark-sexp):
23660 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
23661 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
23662 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
23663 * faces.el (face-read-integer):
23664 * files.el (backup-extract-version, insert-directory):
23665 * hexl.el (hexl-insert-decimal-char):
23666 * server.el (server-process-filter):
23667 * shell.el (shell-extract-num):
23668 * startup.el (command-line-1):
23669 * term.el (term-command-hook):
23670 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
23671 (time-stamp-do-number):
23672 * time.el (display-time-update):
23673 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
23674 (timezone-fix-time):
23675 * vms-patch.el (vms-suspend-resume-hook):
23676 * calendar/appt.el (appt-convert-time):
23677 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23678 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
23679 * calendar/cal-islam.el (mark-islamic-diary-entries):
23680 * calendar/calendar.el (calendar-cursor-to-date)
23681 (calendar-star-date):
23682 * calendar/diary-lib.el (diary-attrtype-convert)
23683 (mark-diary-entries, diary-entry-time):
23684 * calendar/solar.el (solar-get-number):
23685 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
23686 * emacs-lisp/re-builder.el (reb-display-subexp):
23687 * emulation/edt.el (edt-set-scroll-margins):
23688 * emulation/tpu-extras.el (tpu-set-scroll-margins):
23689 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
23690 (vip-get-ex-count):
23691 * emulation/viper-ex.el (viper-get-ex-token)
23692 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
23693 * international/fontset.el (fontset-plain-name):
23694 * mail/feedmail.el (feedmail-look-at-queue-directory):
23695 * mail/mailalias.el (mail-get-names):
23696 * mail/rmail.el (rmail-convert-to-babyl-format):
23697 * mail/rmailsum.el (rmail-make-basic-summary-line)
23698 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
23699 (rmail-summary-goto-msg):
23700 * mail/smtpmail.el (smtpmail-read-response):
23701 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
23702 (ange-ftp-vms-add-file-entry):
23703 * play/gametree.el (gametree-looking-at-ply)
23704 (gametree-current-branch-score):
23705 * progmodes/ada-xref.el (ada-prj-find-prj-file)
23706 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
23707 * progmodes/cperl-mode.el (condition-case):
23708 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
23709 (ebrowse-set-member-buffer-column-width)
23710 (ebrowse-select-1st-to-9nth):
23711 * progmodes/etags.el (etags-snarf-tag):
23712 * progmodes/flymake.el (flymake-parse-line):
23713 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
23714 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
23715 (idlwave-shell-menu-def):
23716 * progmodes/ps-mode.el (ps-run-goto-error):
23717 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
23718 (vhdl-speedbar-contract-level):
23719 * term/mac-win.el (x-handle-numeric-switch):
23720 * term/sun-mouse.el (sun-get-frame-data):
23721 * term/w32-win.el (x-handle-numeric-switch):
23722 * term/x-win.el (x-handle-numeric-switch):
23723 * textmodes/ispell.el (ispell-parse-output):
23724 * textmodes/nroff-mode.el (nroff-outline-level):
23725 * textmodes/reftex-cite.el (reftex-bib-sort-year)
23726 (reftex-bib-sort-year-reverse, reftex-format-citation):
23727 * textmodes/reftex-parse.el (reftex-init-section-numbers)
23728 (reftex-section-number):
23729 * textmodes/texinfmt.el (texinfo-paragraphindent):
23730 Replace `string-to-int' by `string-to-number'.
23731
23732 * international/latexenc.el: Add page marker to force the "Local
23733 Variables:" string out of the last page.
23734
23735 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23736
23737 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
23738 tooltip-change-major-mode.
23739 (gud-tooltip-print-command): Remove case where gud-minor-mode
23740 is gdb ("--fullname").
23741 (gud-tooltip-tips): Turn GUD tooltips off for this case and
23742 explain to user.
23743
23744 2005-05-16 Jay Belanger <belanger@truman.edu>
23745
23746 * calc/calc-store.el (calc-copy-special-constant): New function.
23747
23748 * calc/calc-ext.el (calc-init-extensions): Add binding for
23749 `calc-copy-special-constant'.
23750
23751 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
23752 for the `calc-copy-special-constant' command.
23753
23754 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23755
23756 * subr.el (left-fringe-p): New function.
23757
23758 * progmodes/compile.el (compilation-setup): Set local value of
23759 overlay-arrow-string to "" always.
23760 (compilation-set-window): Left fringe then don't scroll.
23761 No left fringe then no arrow and scroll message to top.
23762 (compilation-context-lines): Adjust doc string accordingly.
23763
23764 2005-05-16 Kim F. Storm <storm@cua.dk>
23765
23766 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
23767 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
23768 (ido-wide-find-dir-or-delete-dir): New command for M-d.
23769 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
23770 (ido-read-file-name): Handle commands with ido property value
23771 equal to find-file as reading a file name, to allow C-d to enter dired.
23772 (ibuffer-find-file): Add ido property with value find-file.
23773
23774 2005-05-15 Kim F. Storm <storm@cua.dk>
23775
23776 * subr.el (open-network-stream-nowait): Remove.
23777 (open-network-stream-server): Remove.
23778
23779 2005-05-15 Richard M. Stallman <rms@gnu.org>
23780
23781 * faces.el (describe-face): Output a definition link button.
23782
23783 * help-mode.el (help-face-def): New button type.
23784
23785 * emacs-lisp/copyright.el (copyright-fix-years):
23786 Match properly if the first year is 2-digit.
23787 Don't mess up the whitespace after the years by filling.
23788
23789 * dired-aux.el (dired-mark-confirm):
23790 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
23791
23792 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
23793 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
23794 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
23795
23796 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23797 Set font-lock-comment-start-skip.
23798
23799 * font-lock.el (font-lock-comment-start-skip): New variable.
23800 (font-lock-comment-end-skip): New variable.
23801 (font-lock-fontify-syntactically-region): Use them if non-nil.
23802
23803 2005-05-15 Jay Belanger <belanger@truman.edu>
23804
23805 * calc/calc-store.el (calc-store-value): Return a string rather
23806 than display it as a message.
23807 Use calc-var-name for variable name.
23808 (calc-store-into): Add the result of calc-store-value to message.
23809 (calc-copy-variable): Add a message.
23810 (calc-store-exchange): Improve error messages.
23811 (calc-store-binary, calc-store-map): Don't reset the values of
23812 special constants.
23813
23814 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
23815
23816 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
23817 manual to docstring.
23818
23819 * files.el (hack-local-variables-confirm): Add STRING argument.
23820 Make the function handle non file visiting buffers correctly.
23821 (hack-local-variables-prop-line, hack-local-variables)
23822 (hack-one-local-variable): Use STRING arg of
23823 `hack-local-variables-confirm'.
23824
23825 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
23826
23827 Sync with Tramp 2.0.49.
23828
23829 * net/tramp.el (tramp-handle-dired-call-process)
23830 (tramp-handle-insert-directory):`insert-buffer' cannot be used
23831 because the contents of the Tramp buffer is changed before
23832 insertion (`expand-file' and alike).
23833 (tramp-handle-insert-directory): If `localname' has an empty
23834 nondirectory name, it must not be quoted.
23835 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
23836 variable `tramp-chunksize'. Change callees.
23837 (tramp-open-connection-setup-interactive-shell): Check remote host
23838 for buggy `send-process-string' implementation.
23839 Set `tramp-chunksize' if found. Reported by Michael Kifer
23840 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
23841 (tramp-handle-shell-command): `insert-buffer' cannot be used
23842 because the contents of the Tramp buffer is changed before
23843 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
23844 <frederic.bothamy@free.fr>.
23845 (tramp-set-auto-save): Actions should be done for Tramp file name
23846 handler only. Ange-FTP has its own auto-save mechanism.
23847 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23848 (tramp-set-auto-save-file-modes): Set file modes of
23849 `buffer-auto-save-file-name' to ?\600 as fallback solution.
23850 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
23851 (tramp-bug): Remove obsolete variable.
23852 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
23853 for presence of `mml-mode'. Make it running for older Emacsen as well.
23854
23855 2005-05-14 John Paul Wallington <jpw@pobox.com>
23856
23857 * ibuf-ext.el (define-ibuffer-filter filename):
23858 If `dired-directory' is a list, use its car.
23859
23860 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
23861
23862 * ibuffer.el (define-ibuffer-column filename):
23863 If `dired-directory' is a list, use its car.
23864
23865 2005-05-14 Richard M. Stallman <rms@gnu.org>
23866
23867 * subr.el (symbol-file): Doc fix.
23868
23869 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
23870 (byte-compile-form): Call byte-compile-nogroup-warn.
23871 (byte-compile-warning-types): Doc fix.
23872
23873 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
23874
23875 * progmodes/cc-engine.el (c-literal-faces):
23876 Add font-lock-comment-delimiter-face.
23877
23878 * net/net-utils.el (dig): Use with-no-warnings.
23879
23880 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
23881 (sc-recite-frame-alist, sc-default-cite-frame)
23882 (sc-default-uncite-frame, sc-default-recite-frame)
23883 (sc-attrib-selection-list, sc-rewrite-header-list):
23884 Mark as risky-local-variable.
23885
23886 * international/ogonek.el (ogonek-jak, ogonek-how):
23887 Don't use beginning-of-buffer.
23888
23889 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
23890
23891 * calendar/solar.el (solar-data-list): Move definition up.
23892
23893 * dnd.el (dnd-protocol-alist): Add autoload.
23894
23895 * progmodes/sh-script.el: Many doc usage fixes.
23896 (sh-indent-after-do): Change default to match common styles.
23897
23898 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
23899
23900 * files.el (interpreter-mode-alist)
23901 (auto-mode-interpreter-regexp): Doc fixes.
23902
23903 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
23904
23905 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
23906
23907 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
23908
23909 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23910
23911 * dired.el (dired-mode): make-variable-buffer-local =>
23912 make-local-variable.
23913
23914 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23915
23916 * term/mac-win.el (mac-select-convert-to-string): Try coding
23917 systems in mac-script-code-coding-systems if specified one cannot
23918 encode string for `com.apple.traditional-mac-plain-text'.
23919
23920 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
23921
23922 * progmodes/make-mode.el (makefile-targets-face)
23923 (makefile-shell-face, makefile-makepp-perl-face): New faces.
23924 (makefile-dependency-regex): Fix it to not make the colon in
23925 $(var:a=b) special.
23926 (makefile-rule-action-regex): New regexp for highlighting embedded
23927 Shell strings.
23928 (makefile-macroassign-regex): Handle != for highlighting as
23929 embedded Shell strings.
23930 (makefile-var-use-regex): New const.
23931 (makefile-statements, makefile-automake-statements)
23932 (makefile-gmake-statements, makefile-makepp-statements)
23933 (makefile-bsdmake-statements): New consts.
23934 (makefile-make-font-lock-keywords): New function.
23935 (makefile-automake-font-lock-keywords)
23936 (makefile-gmake-font-lock-keywords)
23937 (makefile-makepp-font-lock-keywords)
23938 (makefile-bsdmake-font-lock-keywords): New consts.
23939 (makefile-mode-map): Add switchers between the various submodes.
23940 (makefile-mode): Document the availability of the variants.
23941 (makefile-automake-mode, makefile-gmake-mode)
23942 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
23943
23944 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
23945 new variants of makefile-mode.
23946
23947 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23948
23949 * font-lock.el (font-lock-comment-delimiter-face): Fix up
23950 the inheritance.
23951
23952 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
23953
23954 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
23955 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
23956
23957 * files.el (normal-mode): Extend the scope of the
23958 `enable-local-variables' binding to include the `set-auto-mode' call.
23959 (magic-mode-alist): Doc fix.
23960
23961 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23962
23963 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
23964 font-lock-comment-face rather than copying its setting.
23965
23966 2005-05-12 Andreas Schwab <schwab@suse.de>
23967
23968 * eshell/esh-mode.el (eshell-send-input): Doc fix.
23969
23970 2005-05-12 Lute Kamstra <lute@gnu.org>
23971
23972 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
23973 defcustom for the mode hook variable. Delete the last argument.
23974 * generic-x.el: Fix callers of define-generic-mode.
23975 (generic-x-modes): Delete group.
23976 (show-tabs-tab-face, show-tabs-space-face): Put them in the
23977 generic-x customization group.
23978
23979 2005-05-12 Kim F. Storm <storm@cua.dk>
23980
23981 * font-lock.el (font-lock-negation-char-face): Default to "off".
23982
23983 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
23984 font-lock-negation-char-face to ! in !=.
23985
23986 2005-05-12 Masatake YAMATO <jet@gyve.org>
23987
23988 * add-log.el (find-change-log): Fix typos in the docstring
23989 of function.
23990
23991 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23992
23993 * international/latexenc.el (latexenc-find-file-coding-system):
23994 Avoid `re-search-forward' when looking for input encoding because
23995 of speed and safety. Better regular expressions for recognizing
23996 input encoding. Limit a search for TeX-master/tex-main-file to
23997 the local variable section.
23998
23999 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
24000
24001 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
24002 syntax of $ to "'" (quote).
24003
24004 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
24005
24006 * dnd.el (dnd-protocol-alist): Improve custom type.
24007
24008 * dired.el (dired-dnd-protocol-alist): New variable.
24009 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
24010 `dired-mode-hook' to the end.
24011
24012 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24013
24014 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
24015 comment-end if comment-start-skip is not set.
24016 Obey the font-lock-comment-delimiter-face variables.
24017
24018 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24019
24020 * files.el (executable-find): Move from executable.el. Use
24021 locate-file.
24022 * progmodes/executable.el (executable-find): Move to files.el.
24023
24024 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
24025 when trying to ensure forward progress.
24026
24027 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
24028
24029 * mouse-sel.el (mouse-sel-follow-link-p): New function.
24030 (mouse-select, mouse-select-internal, mouse-extend-internal):
24031 Use it to implement mouse-1-click-follows-link functionality.
24032
24033 2005-05-11 Richard M. Stallman <rms@gnu.org>
24034
24035 * font-lock.el (font-lock-fontify-syntactically-region):
24036 Use font-lock-comment-delimiter-face for comment delimiters.
24037
24038 2005-05-10 Jay Belanger <belanger@truman.edu>
24039
24040 * calc/calc-help.el (calc-m-prefix-help): Add mention of
24041 preserving embedded modes.
24042
24043 2005-05-10 Richard M. Stallman <rms@gnu.org>
24044
24045 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
24046
24047 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
24048 Move from ada-stmt.el.
24049 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
24050
24051 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
24052 Move to ada-mode.el.
24053 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
24054
24055 * cus-edit.el (custom-file): Call file-chase-links.
24056
24057 * files.el (read-directory-name): Fix previous change.
24058 (hack-local-variables-confirm): New function.
24059 (hack-local-variables-prop-line, hack-local-variables)
24060 (hack-one-local-variable): Use it.
24061
24062 2005-05-10 Lute Kamstra <lute@gnu.org>
24063
24064 * font-lock.el (font-lock-keywords-alist)
24065 (font-lock-removed-keywords-alist): Clarify docstrings.
24066
24067 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
24068
24069 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
24070 (gdb-source-info): Check for preprocessor info.
24071 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
24072 a macro for a function.
24073 (gdb-info-breakpoints-custom): Try to find file again if not already
24074 found (user might have used GDB dir command).
24075 (gdb-get-location): Update gdb-location-alist correctly for change
24076 to gdb-info-breakpoints-custom.
24077
24078 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
24079 (gud-tooltip-print-command): Add gdbmi case.
24080 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
24081 preprocessor info.
24082
24083 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
24084
24085 * startup.el (fancy-splash-insert): Fix typo in doc string.
24086
24087 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
24088
24089 * obsolete/float.el (string-to-float):
24090 * obsolete/hilit19.el (hilit-add-pattern):
24091 * obsolete/rnews.el (news-parse-range, news-select-message)
24092 (news-get-pruned-list-of-files): Replace `string-to-int' by
24093 `string-to-number'.
24094
24095 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
24096 `find-file-not-found-hooks'; use `add-hook'.
24097 (uncompress-while-visiting): Set `write-file-functions', not
24098 `write-file-hooks'; use `add-hook'.
24099
24100 2005-05-09 Kim F. Storm <storm@cua.dk>
24101
24102 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
24103 (cua-paste): Handle clipboard action.
24104 (cua--init-keymaps): Remap clipboard-kill-region and
24105 clipboard-kill-ring-save.
24106
24107 2005-05-08 Eli Zaretskii <eliz@gnu.org>
24108
24109 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24110 Improve commentary.
24111
24112 * simple.el (next-error-overlay-arrow-position): Revert the change
24113 made on 2005-04-30.
24114
24115 2005-05-07 Jay Belanger <belanger@truman.edu>
24116
24117 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
24118 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
24119 `calc-sel-reselect'.
24120
24121 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
24122 Calc is in embedded mode.
24123
24124 2005-05-07 Eli Zaretskii <eliz@gnu.org>
24125
24126 * progmodes/compile.el (compilation-setup):
24127 Set overlay-arrow-string to an empty string on text terminals.
24128
24129 * textmodes/ispell.el (ispell-program-name): Try looking for
24130 "aspell" along exec-path, and if found, use it as the default
24131 speller program.
24132
24133 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
24134
24135 * international/mule.el (sgml-xml-auto-coding-function):
24136 Recognize encoding='FOO' in single quotes as well as in double quotes.
24137
24138 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24139
24140 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
24141 as well as `interactive', so that defmacro* would recognize
24142 `declare' forms.
24143
24144 2005-05-07 Eli Zaretskii <eliz@gnu.org>
24145
24146 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24147 Explain more about the LIGHTER arg's usage in the doc string.
24148 Add commentary to clarify what the code does. Fix the regexp that
24149 strips whitespace from LIGHTER. Quote LIGHTER before using it,
24150 since it could have characters special to regular expressions.
24151
24152 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24153
24154 * replace.el (occur-1): Bind inhibit-read-only so that
24155 erase-buffer doesn't barf on read-only text properties (likewise
24156 for add-text-properties in occur-engine). Mark buffer as unmodified.
24157 (occur-engine): Don't set buffer-read-only here.
24158
24159 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24160
24161 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
24162 list-buffers-directory. This caused the *cvs-commit* buffer to be
24163 sometimes mistakenly reused as a *cvs* buffer.
24164
24165 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
24166
24167 * tooltip.el: Move code for GUD tooltips into gud.el.
24168 (require): CL no longer needed to compile case.
24169 (tooltip-mode): Do not toggle functions for GUD tooltips.
24170 (tooltip-gud-tips-p): Remove. Replace with minor mode
24171 gud-tooltip-mode in gud.el.
24172 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
24173 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
24174 tooltip-gud prefix with gud-tooltip and obsolete.
24175 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
24176 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
24177 (tooltip-mouse-motion): Mouse movement functions/variable.
24178 Rename in gud.el by adding gud prefix.
24179 (tooltip-gud-original-filter, tooltip-gud-dereference)
24180 (tooltip-gud-event, tooltip-toggle-gud-tips)
24181 (tooltip-gud-process-output, tooltip-gud-print-command)
24182 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
24183 gud.el by replacing tooltip-gud prefix with gud-tooltip.
24184 (gdb-tooltip-print): Move to gdb-ui.el.
24185
24186 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
24187 (require): CL needed to compile case.
24188 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
24189 tooltip-gud-tips-p. Make it a minor-mode.
24190 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
24191 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
24192 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
24193 (gud-tooltip-change-major-mode)
24194 (gud-tooltip-activate-mouse-motions-if-enabled)
24195 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
24196 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
24197 (gud-tooltip-original-filter, gud-tooltip-dereference)
24198 (gud-tooltip-event, tooltip-toggle-gud-tips)
24199 (gud-tooltip-process-output, gud-tooltip-print-command)
24200 (gud-tooltip-tips): Move from tooltip.el.
24201
24202 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
24203 (gdb-cpp-define-alist-flags): Doc fix.
24204 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
24205 gud-tooltip-mode is t.
24206
24207 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24208
24209 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
24210 evaporate if their text is deleted.
24211 (goto-address-at-point): Make it work as a mouse binding as well.
24212 (goto-address-at-mouse): Obsolete it. Update users.
24213
24214 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24215
24216 * calendar/appt.el (top-level): No longer activate on load.
24217
24218 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
24219
24220 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24221 * net/webjump.el (webjump):
24222 * progmodes/idlw-help.el (idlwave-do-context-help1)
24223 (idlwave-highlight-linked-completions):
24224 * textmodes/po.el (po-find-file-coding-system-guts):
24225 Replace `assoc-ignore-case' by `assoc-string'.
24226
24227 2005-05-06 Eli Zaretskii <eliz@gnu.org>
24228
24229 * files.el (locate-file): Doc fix.
24230
24231 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
24232 Remove the redundant test for ms-dos.
24233
24234 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
24235 look for the preprocessor with exec-suffixes. If not found in
24236 standard places, look in exec-path. Remove most of the tests that
24237 used system-type.
24238
24239 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
24240
24241 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
24242
24243 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
24244 file-name clash with jka-compr.el on 8+3 filesystems.
24245
24246 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24247
24248 * term/mac-win.el: Don't define or bind scroll bar functions if
24249 x-toolkit-scroll-bars is t.
24250 (x-select-text, x-get-selection-value): Clear
24251 x-last-selected-text-clipboard if x-select-enable-clipboard is
24252 nil.
24253 (PRIMARY): Put mac-scrap-name property.
24254 (mac-select-convert-to-file-url): New function.
24255 (public.file-url): New selection target type. Add to
24256 selection-converter-alist.
24257 (x-get-selection, x-selection-value): Handle it.
24258 (x-cut-buffer-or-selection-value): New alias.
24259
24260 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24261
24262 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
24263 entry to avoid calling bibtex-find-entry with arg global
24264 being t. Remove arg key.
24265 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
24266 (bibtex-copy-summary-as-kill): Change accordingly.
24267
24268 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24269
24270 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
24271 (org-agenda-date-later): Use with-current-buffer.
24272
24273 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
24274
24275 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
24276 (define-obsolete-variable-alias): Doc Fixes.
24277
24278 2005-05-06 Kim F. Storm <storm@cua.dk>
24279
24280 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
24281 vertical-motion when selective-display is active.
24282
24283 * ido.el (ido-setup-hook): New hook.
24284 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
24285 (ido-input-stack): New var.
24286 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
24287 ido-next-work-file binding to M-O.
24288 Bind M-f to ido-wide-find-file-or-pop-dir.
24289 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
24290 (ido-read-internal): Run ido-setup-hook.
24291 Catch quit in read-file-name and read-string to cancel edit.
24292 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
24293 Automatically pop-all when completing a directory name (RET).
24294 (ido-file-internal): Add with-no-warnings around ffap and dired code.
24295 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
24296 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
24297 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
24298 New functions for M-b/M-f to move among the directory components.
24299 (ido-make-merged-file-list): Catch quit to cancel merge.
24300 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
24301 (ido-completion-help): No warnings for ido-completion-buffer-full.
24302
24303 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
24304
24305 * font-lock.el (font-lock-negation-char-face): New face and variable.
24306 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
24307 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
24308 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
24309 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
24310
24311 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
24312
24313 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
24314 Fix typo in docstring.
24315
24316 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
24317 (ebrowse-print-statistics-line)
24318 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
24319
24320 * term/w32-win.el (image-library-alist): Add additional name for
24321 Xpm library.
24322
24323 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
24324
24325 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
24326 use gcc instead of cpp.
24327
24328 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
24329 (gdb-create-define-alist): Use it.
24330 (gdb-cpp-define-alist-program): Update for MS-DOS.
24331
24332 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
24333
24334 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
24335
24336 2005-05-04 Richard M. Stallman <rms@gnu.org>
24337
24338 * help.el (describe-key): No error when UNTRANSLATED is nil.
24339
24340 * simple.el (line-move-1): Fix previous change to signal errors
24341 appropriately.
24342
24343 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
24344
24345 * calendar/icalendar.el (icalendar-version): Now at 0.12.
24346 (icalendar-duration-correction): Remove.
24347 (icalendar--get-event-properties): Split result at commas.
24348 (icalendar--decode-isoduration): New optional argument
24349 DURATION-CORRECTION.
24350 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
24351 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
24352 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
24353 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
24354 (icalendar--convert-anniversary-to-ical): New functions, extracted
24355 from icalendar-export-region, with bug fixes.
24356 (icalendar-export-region): Use the above functions.
24357 (icalendar-import-buffer): Check before saving diary file.
24358 (icalendar--convert-recurring-to-diary)
24359 (icalendar--convert-non-recurring-all-day-to-diary)
24360 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
24361 extracted from icalendar--convert-ical-to-diary, with bug fixes.
24362 (icalendar--convert-ical-to-diary): Use the above functions.
24363
24364 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
24365
24366 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
24367 Remove these recent additions.
24368 (c-mode): Restore to before 2005-04-28.
24369
24370 * progmodes/cc-vars.el (cc-define-list-program): Remove this
24371 recent addition.
24372
24373 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
24374 (gdb-define-alist): New variables.
24375 (gdb-create-define-alist): New function.
24376 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
24377 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
24378 with string-to-number.
24379 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
24380
24381 * progmodes/gud.el: Replace string-to-int with string-to-number.
24382 (gud-find-file): Handle gdb-define-alist.
24383
24384 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
24385
24386 2005-05-02 Jay Belanger <belanger@truman.edu>
24387
24388 * calc/calc-aent.el (math-read-token):
24389 * calc/calc-bin.el (calc-word-size):
24390 * calc/calc-ext.el (calc-read-number-fancy):
24391 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
24392 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
24393 * calc/calc-frac.el (calc-over-notation):
24394 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
24395 (calc-graph-num-points, calc-graph-init):
24396 * calc/calc-prog.el (calc-read-parse-table-part)
24397 (calc-edit-macro-repeats):
24398 * calc/calc-yank.el (calc-do-grab-rectangle):
24399 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
24400 Replace `string-to-int' by `string-to-number'.
24401
24402 2005-05-02 Kim F. Storm <storm@cua.dk>
24403
24404 * kmacro.el: Use executing-kbd-macro-index variable.
24405
24406 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
24407
24408 * net/rlogin.el (rlogin-parse-words): Delete func.
24409 (rlogin): Use split-string, not rlogin-parse-words.
24410 Also, if there are option-like elements in the parsed args,
24411 take the host to be the first arg immediately following them.
24412 Suggested by Michael Mauger.
24413
24414 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24415
24416 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
24417
24418 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24419
24420 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
24421 (cc-mode-cpp-program): Rename to cc-define-list-program and
24422 move to cc-vars.el.
24423
24424 * progmodes/cc-vars.el (cc-define-list-program):
24425 Change to "gcc -E -dM -". Make customizable.
24426
24427 2005-05-02 Kim F. Storm <storm@cua.dk>
24428
24429 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
24430
24431 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24432
24433 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
24434
24435 * international/mule-util.el (truncate-string): Remove alias and
24436 obsolete declaration.
24437
24438 * international/mule-cmds.el (update-iso-coding-systems):
24439 Remove alias and obsolete declaration.
24440
24441 * international/mule.el (coding-system-parent): Remove alias and
24442 obsolete declaration.
24443
24444 * subr.el (define-function, sref): Remove aliases and obsolete
24445 declarations.
24446 (chars-in-region): Remove obsolete declaration.
24447
24448 2005-05-01 Richard M. Stallman <rms@gnu.org>
24449
24450 * info.el (Info-mode): Set widen-automatically to nil, locally.
24451
24452 * simple.el (widen-automatically): New variable.
24453 (pop-global-mark): Obey widen-automatically.
24454
24455 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
24456
24457 * term/xterm.el (function-key-map): Call substitute-key-definition
24458 before the keymap size is increased by a lot of define-key calls.
24459
24460 2005-05-01 Richard M. Stallman <rms@gnu.org>
24461
24462 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
24463 Rename ARG to ELEMENT. Doc fix.
24464
24465 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24466
24467 * allout.el (allout-exposure): Remove macro and obsolete declaration.
24468 Remove references to allout-exposure/change to allout-new-exposure.
24469
24470 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
24471 bytecode symbols.
24472
24473 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
24474 (compiled-function-p, focus-frame, unfocus-frame):
24475 Remove aliases and obsolete declarations.
24476 Back out inadvertent changes from previous commit.
24477
24478 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24479
24480 * files.el (require-final-newline): Make Custom tags consistent
24481 with mode-require-final-newline.
24482 (mode-require-final-newline): Doc fix.
24483
24484 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
24485
24486 * international/latexenc.el (latexenc-find-file-coding-system):
24487 Fix regular expressions.
24488
24489 2005-05-01 David Kastrup <dak@gnu.org>
24490
24491 * international/latexenc.el (latexenc-find-file-coding-system):
24492 Fix regular expressions.
24493
24494 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24495
24496 * subr.el (string-to-int): Make obsolete.
24497
24498 2005-04-30 Richard M. Stallman <rms@gnu.org>
24499
24500 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
24501
24502 * loadup.el: load jka-comp-hook.
24503
24504 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
24505 (jka-compr-handler): Add autoload. `put' calls moved
24506 to jka-comp-hook.el.
24507 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
24508 (jka-compr-inhibit): Autoload.
24509
24510 * jka-comp-hook.el: New file.
24511 Enable the mode by default.
24512
24513 * files.el (backup-buffer-copy): Use copy-file instead
24514 of write-region, and put back the 'excl.
24515
24516 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
24517
24518 * progmodes/flymake.el (flymake-split-string)
24519 (flymake-split-string, flymake-log, flymake-pid-to-names)
24520 (flymake-reg-names, flymake-get-source-buffer-name)
24521 (flymake-unreg-names, flymake-add-line-err-info)
24522 (flymake-add-err-info): Clarify docstrings.
24523 (flymake-popup-menu, flymake-make-emacs-menu)
24524 (flymake-make-xemacs-menu): Add docstrings.
24525 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
24526 Set variables directly throughout.
24527
24528 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
24529
24530 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
24531 exists. Initialize cc-define-alist.
24532 (c-mode): Add cc-create-define-alist locally to after-save-hook.
24533 If there is no file (Macroexpansion) don't create an alist.
24534
24535 2005-04-29 Sam Steingold <sds@gnu.org>
24536
24537 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
24538 (cc-create-define-alist): Use it instead of the hard-coded string.
24539
24540 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24541
24542 * international/mule-conf.el (file-coding-system-alist): Fix regexp
24543 for latexenc.
24544
24545 2005-04-29 Lute Kamstra <lute@gnu.org>
24546
24547 * emacs-lisp/generic.el: Improve commentary section.
24548 (define-generic-mode): Improve docstring.
24549
24550 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
24551
24552 * textmodes/org.el (many places): Change to quiet the byte compiler.
24553 (org-prefix-format-compiled): New variable.
24554 (org-compile-prefix-format): New function.
24555 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
24556 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
24557 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
24558 (org-get-entries-from-diary): Use `org-get-time-of-day' for
24559 consistency with entries from `org-mode' files.
24560 (org-get-time-of-day): Fix bug with partial matches early in a line.
24561 (org-non-link-chars): New constant.
24562 (org-link-regexp): Respect `org-non-link-chars'.
24563 (org-agenda-day-view): Remove command.
24564 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
24565 (org-follow-bbdb-link, org-store-link): Search also company field.
24566 (org-highlight-overlay): New variable.
24567 (org-highlight, org-unhighlight): New functions.
24568 (org-agenda-mode): Add pre-command-hook to remove highlight.
24569 (org-evaluate-time-range): Behavior depends upon whether time stamp
24570 contains a time or not.
24571 (org-show-subtree, org-show-entry): New functions.
24572 (org-agenda-cleanup-fancy-diary): Remove empty lines.
24573
24574 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
24575
24576 * comint.el (comint-output-filter-functions): Add autoload cookie.
24577
24578 2005-04-28 Kim F. Storm <storm@cua.dk>
24579
24580 * ido.el (ido-everywhere): Fix last change.
24581
24582 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24583
24584 * international/latexenc.el: New file.
24585 * international/mule-conf.el (file-coding-system-alist): For .tex,
24586 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
24587
24588 2005-04-28 Lute Kamstra <lute@gnu.org>
24589
24590 * font-lock.el (font-lock-add-keywords)
24591 (font-lock-remove-keywords): Clarify docstring.
24592 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
24593 Don't start docstrings with a `*'.
24594 (font-lock-update-removed-keyword-alist): Give it a docstring.
24595
24596 * generic-x.el: Update commentary section.
24597 Only require font-lock when compiling.
24598 Define all modes conditionally.
24599 Place all generic modes in the generic-x-modes customization group.
24600 (generic-x-modes): New customization group.
24601 (generic-default-modes, generic-mswindows-modes)
24602 (generic-unix-modes, generic-other-modes): New constants.
24603 (generic-define-mswindows-modes, generic-define-unix-modes):
24604 Update docstrings. Make them obsolete.
24605 (generic-extras-enable-list): New default value. Update docstring.
24606 Improve :type. Change :set function.
24607 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
24608 Fix docstring.
24609
24610 * emacs-lisp/generic.el (generic-mode-internal):
24611 Simplify font-lock-defaults.
24612 (define-generic-mode): Fix docstring.
24613
24614 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24615
24616 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
24617 font-lock-face property to highlight matches.
24618
24619 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
24620
24621 * progmodes/cc-mode.el (cc-create-define-alist): New function.
24622 (cc-define-alist): New variable.
24623 (c-mode): Make it local and initialize it.
24624
24625 * progmodes/gdb-ui.el (gdb-active-process): New variable.
24626 (gdb-exited): New function.
24627 (gdb-annotation-rules): Use it.
24628 (gdb-starting): Set gdb-active-process to t.
24629 (gdb-stopping): Amend doc string.
24630 (gdb-reset): Set gdb-active-process to nil.
24631
24632 * tooltip.el (tooltip-gud-tips): Show the associated #define
24633 directives when a C program under GDB is not executing.
24634
24635 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24636
24637 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
24638 font-lock-fontify-syntactic-keywords.
24639
24640 * font-lock.el (font-lock-default-fontify-region): Don't force
24641 parse-sexp-lookup-properties to nil.
24642
24643 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24644
24645 * man.el (man-mode-syntax-table): Set up `:' to have
24646 word-constituent syntax.
24647
24648 2005-04-27 Lute Kamstra <lute@gnu.org>
24649
24650 * novice.el (disable-command): Don't add spurious newlines to the
24651 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
24652
24653 2005-04-26 Jay Belanger <belanger@truman.edu>
24654
24655 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
24656 than one window before deleting window.
24657
24658 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
24659
24660 * shell.el (shell-prompt-pattern): Doc fix.
24661 (shell-mode): Set paragraph-separate buffer locally to "\\'".
24662
24663 * comint.el (comint-prompt-regexp, comint-get-old-input)
24664 (comint-use-prompt-regexp)
24665 (comint-use-prompt-regexp-instead-of-fields)
24666 (comint-replace-by-expanded-history, comint-send-input)
24667 (comint-output-filter, comint-get-old-input-default)
24668 (comint-line-beginning-position, comint-bol, comint-show-output)
24669 (comint-backward-matching-input, comint-forward-matching-input)
24670 (comint-next-prompt, comint-previous-prompt):
24671 Rename `comint-use-prompt-regexp-instead-of-fields' to
24672 `comint-use-prompt-regexp'. Keep old name as alias and declare
24673 obsolete.
24674 (comint-use-prompt-regexp): Shorten first line of doc string.
24675
24676 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
24677 Set paragraph-separate buffer locally to "\\'".
24678
24679 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
24680 Adapt to above name change.
24681
24682 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
24683 (smbclient-prompt-regexp): Ditto.
24684
24685 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
24686
24687 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
24688
24689 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
24690 gdb-location-list.
24691 Break lines that are over 80 characters wide.
24692
24693 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24694
24695 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
24696 New fun and var, to preserve compatibility.
24697
24698 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
24699
24700 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
24701
24702 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
24703 name to file-newer-than-file-p.
24704
24705 2005-04-26 Richard M. Stallman <rms@gnu.org>
24706
24707 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
24708
24709 * progmodes/python.el (python-mode):
24710 Use new name eldoc-documentation-function.
24711
24712 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
24713
24714 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24715 (eldoc-documentation-function):
24716 Rename from eldoc-print-current-symbol-info-function. Calls changed.
24717
24718 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
24719
24720 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
24721
24722 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24723
24724 * term/xterm.el (function-key-map): Fix strings for
24725 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
24726 {C,S,A,C-S}-{f1-f12}.
24727
24728 2005-04-26 Kenichi Handa <handa@m17n.org>
24729
24730 * international/mule-cmds.el (select-safe-coding-system):
24731 Fix previous change.
24732
24733 2005-04-26 Lute Kamstra <lute@gnu.org>
24734
24735 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
24736
24737 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
24738 (font-lock-comment-delimiter-face): Ditto.
24739
24740 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
24741
24742 2005-04-25 Jay Belanger <belanger@truman.edu>
24743
24744 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
24745 to t while inserting information; use help-mode.
24746
24747 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24748
24749 * term.el (ansi-term-color-vector): Use the xterm colors.
24750 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
24751
24752 2005-04-25 Lute Kamstra <lute@gnu.org>
24753
24754 * font-core.el (font-lock-defaults): Fix docstring.
24755
24756 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
24757
24758 2005-04-25 Kenichi Handa <handa@m17n.org>
24759
24760 * international/mule-cmds.el (select-safe-coding-system):
24761 Don't check consistency with coding: spec, etc if raw-text or
24762 no-conversion was found to be safe.
24763
24764 2005-04-24 Richard M. Stallman <rms@gnu.org>
24765
24766 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
24767 citation markers at start of each line.
24768
24769 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
24770 citation markers at start of each line.
24771
24772 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
24773
24774 * files.el (mode-require-final-newline): Fix previous change.
24775 (require-final-newline): Fix type label.
24776
24777 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24778
24779 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
24780 statement in buffer (broken by 2004-11-24 change).
24781
24782 2005-04-24 Kim F. Storm <storm@cua.dk>
24783
24784 * ido.el (ido-everywhere): Save and restore old read-buffer-function
24785 and read-file-name-function values. Don't overwrite existing
24786 non-nil values if ido-mode is enabled without ido-everywhere.
24787
24788 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
24789
24790 * files.el (mode-require-final-newline): Minor doc fix.
24791
24792 2005-04-24 Eli Zaretskii <eliz@gnu.org>
24793
24794 * subr.el (syntax-after): Doc fix.
24795 (syntax-class): If argument is nil, return nil. Mask off upper 16
24796 bits, not 8 bits.
24797
24798 * files.el (mode-require-final-newline): Doc fix.
24799 (backup-buffer-copy): Fix last change.
24800
24801 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24802
24803 * term/mac-win.el: Require select. Set selection-coding-system to
24804 mac-system-coding-system. Call menu-bar-enable-clipboard.
24805 (x-last-selected-text-clipboard, x-last-selected-text-primary)
24806 (x-select-enable-clipboard): New variables.
24807 (x-select-text, x-get-selection, x-selection-value)
24808 (x-get-selection-value, mac-select-convert-to-string)
24809 (mac-services-open-file, mac-services-open-selection)
24810 (mac-services-insert-text): New functions.
24811 (CLIPBOARD, FIND): Put mac-scrap-name property.
24812 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
24813 (public.tiff): Put mac-ostype property.
24814 (selection-converter-alist): Add entries for them.
24815 (mac-application-menu-map): New keymap.
24816 (interprogram-cut-function, interprogram-paste-function): Set to
24817 x-select-text and x-get-selection-value, respectively.
24818 (split-window-keep-point): Set to t.
24819
24820 2005-04-23 Richard M. Stallman <rms@gnu.org>
24821
24822 * files.el (read-directory-name): Always pass non-nil
24823 DEFAULT-FILENAME arg to read-file-name.
24824 (backup-buffer-copy, basic-save-buffer-2): Take care against
24825 writing thru an unexpected existing symlink.
24826 (revert-buffer): In indirect buffer, revert the base buffer.
24827 (magic-mode-alist): Doc fix.
24828 (buffer-stale-function): Doc fix.
24829 (minibuffer-with-setup-hook): Avoid warning.
24830 (mode-require-final-newline): Doc and custom fix.
24831
24832 * follow.el (follow-end-of-buffer): Use with-no-warnings.
24833
24834 * font-lock.el (font-lock-comment-face): On terminals with few colors,
24835 use the default appearance.
24836 (font-lock-comment-delimiter-face): New face, new variable.
24837
24838 * imenu.el (imenu--generic-function): The official position of a
24839 definition is the start of the line that BEG is in.
24840
24841 * midnight.el (midnight-timer): Move defvar up.
24842
24843 * mouse.el (mouse-drag-region-1): Delete some debugging code.
24844
24845 * saveplace.el (save-place-to-alist): Use with-no-warnings.
24846
24847 * startup.el (command-line): Use with-no-warnings.
24848
24849 * window.el (window-size-fixed): New defvar.
24850
24851 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
24852
24853 * mail/rmail.el (rmail-font-lock-keywords):
24854 Use font-lock-comment-delimiter-face.
24855
24856 * mail/sendmail.el (mail-font-lock-keywords):
24857 Use font-lock-comment-delimiter-face.
24858
24859 * progmodes/compile.el (next-error-highlight-timer): New defvar.
24860
24861 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24862
24863 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24864 Specify t for LAXMATCH when matching directories.
24865 Save match data around compilation-compat-error-properties form.
24866
24867 2005-04-23 David Kastrup <dak@gnu.org>
24868
24869 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
24870 Mention that the autoloaded aliases should be kept for AUCTeX.
24871
24872 2005-04-23 Andreas Schwab <schwab@suse.de>
24873
24874 * isearch.el (isearch-forward): Doc fix.
24875
24876 2005-04-23 Eli Zaretskii <eliz@gnu.org>
24877
24878 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
24879 (jit-lock-stealth-nice): Change default value to 0.5.
24880
24881 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
24882
24883 * abbrev.el (write-abbrev-file): Write table entries in
24884 alphabetical order by table name.
24885
24886 2005-04-22 Kim F. Storm <storm@cua.dk>
24887
24888 * ido.el (ido-read-internal): Fix `list' completion.
24889
24890 2005-04-22 Kenichi Handa <handa@m17n.org>
24891
24892 * recentf.el (recentf-save-file-coding-system): New variable.
24893 (recentf-save-list): Encode the file by
24894 recentf-save-file-coding-system and add coding: tag.
24895
24896 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
24897
24898 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
24899
24900 2005-04-21 Lute Kamstra <lute@gnu.org>
24901
24902 * loadhist.el (unload-feature): Don't remove a function from hooks
24903 if it is about to be restored to an autoload . Remove functions
24904 that will become unbound from auto-mode-alist. Simplify the code.
24905
24906 * subr.el (assq-delete-all): New implementation that is linear,
24907 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
24908 (rassq-delete-all): New function.
24909
24910 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24911 Add size-indication-mode.
24912
24913 2005-04-21 Kenichi Handa <handa@m17n.org>
24914
24915 * international/mule-cmds.el: Add autoload for widget-value in
24916 eval-when-compile.
24917
24918 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
24919
24920 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24921 Add tooltip-mode.
24922
24923 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
24924
24925 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
24926
24927 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
24928 (inferior-lisp-filter-regexp, inferior-lisp-program)
24929 (inferior-lisp-load-command, inferior-lisp-prompt)
24930 (inferior-lisp-mode-hook, lisp-source-modes)
24931 (inferior-lisp-load-hook): defvar->defcustom.
24932 (inferior-lisp-program, inferior-lisp-prompt)
24933 (inferior-lisp-load-hook): Doc fixes.
24934 (inferior-lisp-install-letter-bindings): Small change in
24935 introductory comment.
24936
24937 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
24938
24939 * vc.el (vc-annotate-color-map): Change some colors so that text
24940 using them as foreground is readable on both white and black
24941 backgrounds.
24942
24943 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24944
24945 * international/mule-conf.el (translation-table-for-input):
24946 Remove redundant declaration.
24947
24948 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24949
24950 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
24951
24952 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
24953 (tooltip-toggle-gud-tips): New function.
24954
24955 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24956
24957 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
24958 right angle brackets.
24959
24960 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24961
24962 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
24963
24964 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24965
24966 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
24967 Remove. Update callers to use expand-file-name instead.
24968
24969 * subr.el (syntax-class): New function.
24970
24971 * simple.el (blink-matching-open): Use it.
24972
24973 * paren.el (show-paren-function): Use it to recognize parens that are
24974 also used in 2-char comment markers.
24975
24976 2005-04-19 Lute Kamstra <lute@gnu.org>
24977
24978 * loadhist.el (unload-feature): Update for new format of
24979 load-history. Simplify the code.
24980
24981 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24982
24983 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
24984 (mac-add-charset-info): New function. Initialize variable
24985 mac-charset-info-alist using it.
24986 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
24987 for translation.
24988 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
24989 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24990 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
24991 New CCL programs.
24992
24993 2005-04-19 Kim F. Storm <storm@cua.dk>
24994
24995 * simple.el (next-buffer, prev-buffer, next-error)
24996 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24997 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
24998
24999 * bindings.el (next-buffer, prev-buffer, next-error)
25000 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25001 (clone-indirect-buffer-other-window): Move bindings from simple.el.
25002 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
25003 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
25004
25005 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
25006
25007 * isearch.el (isearch-edit-string): Make the search-ring available for
25008 minibuffer history commands.
25009 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
25010 the default history commands now work just as well.
25011 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
25012
25013 2005-04-18 Kim F. Storm <storm@cua.dk>
25014
25015 * emulation/cua-base.el (cua--pre-command-handler): Add more
25016 elaborate check for shift modifier on non-window systems.
25017
25018 2005-04-18 Lars Hansen <larsh@math.ku.dk>
25019
25020 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
25021
25022 2005-04-18 Kim F. Storm <storm@cua.dk>
25023
25024 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
25025 and make it optional. Don't test tooltip-gud-echo-area here.
25026 (tooltip-gud-process-output, gdb-tooltip-print):
25027 Pass tooltip-gud-echo-area to tooltip-show.
25028 (tooltip-help-tips): Remove second optional arg to tooltip-show.
25029
25030 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25031
25032 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
25033 `display-graphic-p' may not be bound yet.
25034
25035 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
25036
25037 * startup.el (command-line): No longer enable Xterm Mouse mode by
25038 default in terminals compatible with xterm.
25039
25040 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
25041
25042 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
25043
25044 * tooltip.el (tooltip-gud-echo-area): Rename from
25045 tooltip-use-echo-area.
25046 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
25047 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
25048 area independently of where help tooltips are displayed.
25049
25050 2005-04-17 David Kastrup <dak@gnu.org>
25051
25052 * cus-theme.el (custom-theme-write-variables): Quote variables
25053 where necessary.
25054
25055 2005-04-17 Richard M. Stallman <rms@gnu.org>
25056
25057 * simple.el (yank-excluded-properties): Add follow-link to value.
25058
25059 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
25060
25061 * startup.el (fancy-splash-max-time): Just 30 seconds.
25062 (fancy-splash-delay): Just 7.
25063 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
25064
25065 * loadhist.el (unload-feature): Update for new format of load-history.
25066 Simplify the code.
25067
25068 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
25069 (rmail-font-lock-keywords): Don't fontify the text of a citation.
25070
25071 * mail/sendmail.el (mail-font-lock-keywords):
25072 Don't fontify subject text.
25073 Don't fontify the text of a citation.
25074
25075 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
25076
25077 * comint.el (comint-output-filter): Run comint-output-filter-functions
25078 with point where the user had it.
25079
25080 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
25081
25082 * international/ucs-tables.el (ucs-set-table-for-input):
25083 Disable when using unify-on-decoding.
25084
25085 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
25086
25087 * emulation/cua-base.el (cua-global-mark-face): Add special case
25088 for displays supporting a high number of colors.
25089
25090 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25091
25092 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
25093
25094 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
25095
25096 * filesets.el (filesets-add-buffer): If user supplies a name of a
25097 non-existing fileset, create a new fileset.
25098
25099 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
25100
25101 * textmodes/org.el (org-up-heading-all): Fix bug with
25102 `outline-up-heading-all'.
25103
25104 2005-04-16 Andreas Schwab <schwab@suse.de>
25105
25106 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
25107 /etc/permissions.d/* and /etc/aliases.d/*.
25108
25109 2005-04-16 Kenichi Handa <handa@m17n.org>
25110
25111 * international/code-pages.el (cp-make-coding-system):
25112 Set `translation-table-for-input' property value to the symbol
25113 ucs-mule-to-mule-unicode, not to that value.
25114 (pt154): Escape guillemet by `\'.
25115
25116 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
25117
25118 * loadup.el: Load tooltip if x-show-tip is fboundp.
25119
25120 * startup.el (command-line): Add comment.
25121
25122 * tooltip.el (tooltip-mode): Specify correct standard value for
25123 Custom in init-value.
25124
25125 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
25126
25127 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
25128 possible.
25129
25130 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
25131
25132 * textmodes/org.el (org-agenda-date-prompt): Rename from
25133 `org-agenda-date-today'.
25134 (org-evaluate-time-range): Insert at point instead of directly
25135 after time range.
25136 (org-first-headline-recenter, org-subtree-end-visible-p)
25137 (org-optimize-window-after-visibility-change): New functions
25138 (org-agenda-post-command-hook): Don't allow point at end of line,
25139 to make sure it always hits the text properties.
25140 (org-agenda-next-date-line, org-agenda-previous-date-line):
25141 New commands.
25142 (org-set-regexps-and-options): Category may contain white space.
25143 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25144 Improve marker positions.
25145 (org-agenda-new-marker): Argument POS made optional.
25146 (org-agenda-get-timestamps): Deadlines which are done are listed
25147 in org-done-face now.
25148 (org-agenda-get-todos, org-agenda-get-timestamps)
25149 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25150 Set `undone-face' and `done-face' properties.
25151 (org-last-todo-state-is-todo): New variable.
25152 (org-todo): Set `org-last-todo-state-is-todo'.
25153 (org-agenda-todo): Change face according to
25154 `org-last-todo-state-is-todo'. And change other lines referring to
25155 the same entry.
25156 (org-calendar-goto-agenda): New command.
25157 (org-calendar-to-agenda-key): New option.
25158 (org-startup-folded): New allowed value `content'.
25159 (org-set-regexps-and-options): Accept new value `content' for
25160 `org-startup-folded'.
25161 (org-get-current-options): Handle new value `content' for
25162 `org-startup-folded'.
25163 (org-insert-todo-heading): New command.
25164 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
25165 interactively in empty file and option
25166 `org-insert-mode-line-in-empty-file' has been set.
25167 (org-agenda-todo, org-agenda-priority): Modify to use
25168 `org-agenda-change-all-lines'.
25169 (org-warning-face): Change color on dark background
25170
25171 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25172
25173 * international/mule-cmds.el (set-locale-environment): On Mac OS,
25174 use preferences AppleLocale and AppleLanguages, and variable
25175 mac-system-locale for default locale. On Mac OS Classic, use
25176 mac-system-coding-system for default coding systems.
25177
25178 * term/mac-win.el: Don't set file-name-coding-system.
25179 Decode variables system-name, emacs-build-system, user-login-name, and
25180 user-full-name by mac-system-coding-system on Mac OS Classic.
25181 (mac-system-coding-system): New variable.
25182
25183 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
25184
25185 * startup.el (command-line): Handle `xterm-mouse-mode' before
25186 reading init file.
25187
25188 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
25189
25190 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
25191
25192 * progmodes/sh-script.el (sh-here-document-word): Make it a
25193 defcustom. Doc fix.
25194 (sh-add): Bash uses $(( )) for arithmetic.
25195 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
25196 (sh-maybe-here-document): Remove quotes and leading whitespace
25197 from heredoc word when closing. Indent heredoc with tabs if word
25198 starts with "-".
25199
25200 2005-04-13 Richard M. Stallman <rms@gnu.org>
25201
25202 * simple.el (undo): Fix previous change.
25203
25204 * custom.el (defface): Doc fix.
25205
25206 2005-04-13 Lute Kamstra <lute@gnu.org>
25207
25208 * Makefile.in (DONTCOMPILE): Remove list.
25209 (compile, compile-always): Don't use DONTCOMPILE.
25210 (update-authors): Load the library in which batch-update-authors
25211 is defined.
25212 * makefile.w32-in (DONTCOMPILE): Remove list.
25213 (compile, compile-always): Fix comments.
25214 (update-authors): Load the library in which batch-update-authors
25215 is defined.
25216
25217 * generic-x.el (generic-mode-ini-file-find-file-hook):
25218 Rename to ini-generic-mode-find-file-hook.
25219 Keep generic-mode-ini-file-find-file-hook as an alias.
25220 (ini-generic-mode-find-file-hook): Rename from
25221 generic-mode-ini-file-find-file-hook. Fix docstring.
25222 (ini-generic-mode): Docstring change.
25223 (bat-generic-mode-run-as-comint): Silence the byte compiler.
25224
25225 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
25226 called from lisp.
25227
25228 * generic.el: Move to the emacs-lisp subdir.
25229
25230 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
25231
25232 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
25233 and C-S- function and cursor motion keys.
25234
25235 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
25236
25237 * startup.el (command-line): Enable Xterm Mouse mode by default.
25238 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
25239 for Custom. No longer show "Mouse" in mode line when enabled.
25240 Doc fix.
25241
25242 2005-04-12 Kim F. Storm <storm@cua.dk>
25243
25244 * emulation/cua-base.el (cua-rectangle-face)
25245 (cua-rectangle-noselect-face): Define face attributes here.
25246
25247 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
25248
25249 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25250
25251 * startup.el (command-line): Turn off blinking cursor if
25252 cursorBlink in resources is off or false.
25253
25254 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25255
25256 * term/mac-win.el (dnd): Require dnd.
25257 (mac-drag-n-drop): Call dnd-handle-one-url.
25258 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
25259 (kTextEncodingISOLatin2): Remove constants.
25260 (mac-script-code-coding-systems): New constant.
25261 (mac-handle-language-change): New function.
25262 (special-event-map): Bind it to `language-change' event.
25263 (mac-centraleurroman, mac-cyrillic): New coding systems.
25264 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
25265 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
25266 and mac-cyrillic-encoder to encode-mac-centraleurroman and
25267 encode-mac-cyrillic, respectively.
25268
25269 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25270
25271 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
25272 Don't set overlay-arrow-string to "=>" as this is done
25273 globally in C now.
25274
25275 2005-04-12 Lute Kamstra <lute@gnu.org>
25276
25277 * generic-x.el (rc-generic-mode, rul-generic-mode):
25278 Fix auto-mode-alist entries.
25279 (etc-fstab-generic-mode): Tweak fontification.
25280
25281 * generic.el (generic-make-keywords-list): Fix docstring.
25282 (generic-mode-internal): Simplify generic-font-lock-keywords.
25283
25284 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25285
25286 * whitespace.el (whitespace-buffer-leading)
25287 (whitespace-buffer-trailing): Revert the incorrect test inversion.
25288 However, fix the highlight area for the leading and
25289 trailing whitespaces to show space.
25290
25291 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25292
25293 * whitespace.el (whitespace-version): Bump to 3.5
25294
25295 (whitespace-buffer-leading, whitespace-buffer-trailing):
25296 Invert sense of the test to highlight the whitespace.
25297
25298 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25299
25300 * progmodes/gud.el (gud-display-line): GUD uses its own
25301 overlay arrow now so don't set overlay-arrow-string.
25302 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
25303
25304 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
25305
25306 * term.el (term-ansi-current-bold, term-ansi-current-underline)
25307 (term-ansi-current-reverse, term-ansi-current-invisible)
25308 (term-ansi-face-already-done): Change to boolean.
25309 (term-reset-terminal, term-handle-colors-array): Handle the above
25310 vars accordingly.
25311 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
25312 (term-emulate-terminal): Use the new name.
25313
25314 * faces.el (secondary-selection): Use yellow1, not yellow.
25315 (trailing-whitespace): Use red1, not red.
25316
25317 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25318
25319 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
25320 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
25321 (dired-dnd-handle-file): Call dnd-get-local-file-uri
25322
25323 * cus-edit.el (dnd): New group.
25324
25325 * term/w32-win.el (dnd): Require dnd
25326 (w32-drag-n-drop): Call dnd-handle-one-url.
25327
25328 * x-dnd.el: Require dnd.
25329 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
25330 Call dnd-handle-one-url.
25331 (x-dnd-types-alist, x-dnd-insert-utf8-text)
25332 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
25333 to dnd-insert-text.
25334 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
25335 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
25336 (x-dnd-get-local-file-name, x-dnd-open-local-file)
25337 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
25338
25339 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
25340
25341 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25342
25343 * wdired.el: Doc fixes.
25344 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
25345 (wdired-use-dired-vertical-movement): Rename from
25346 wdired-always-move-to-filename-beginning.
25347 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
25348 (wdired-change-to-wdired-mode): Change mode name.
25349 (wdired-newline): Delete.
25350
25351 2005-04-11 Richard M. Stallman <rms@gnu.org>
25352
25353 * whitespace.el (whitespace-highlight-the-space):
25354 Don't call whitespace-unhighlight-the-space here.
25355
25356 * simple.el (undo): Record t in undo-equiv-table
25357 for the redo record made by an undo-in-region.
25358
25359 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25360
25361 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
25362 (gdb-frame-inferior-io-buffer): New Functions to control
25363 display of separate IO buffer.
25364 (menu): Add them to menu-bar.
25365 (gdb-display-buffer): Check for buffer another frame.
25366 Protect GUD buffer.
25367 (gdb-setup-windows): Create IO buffer if not already there.
25368 (gdb-memory-mode): Remove purecopy noops.
25369
25370 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25371
25372 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
25373 and pass to self-insert-command.
25374
25375 2005-04-11 Lute Kamstra <lute@gnu.org>
25376
25377 * generic.el: Commentary section cleanup.
25378 (generic): Delete.
25379 (generic-use-find-file-hook, generic-lines-to-scan)
25380 (generic-find-file-regexp, generic-ignore-files-regexp)
25381 (default-generic-mode, generic-mode-find-file-hook)
25382 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
25383 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
25384 (generic-use-find-file-hook, generic-lines-to-scan)
25385 (generic-find-file-regexp, generic-ignore-files-regexp)
25386 (default-generic-mode, generic-mode-find-file-hook)
25387 (generic-mode-ini-file-find-file-hook): Move from generic.el.
25388
25389 2005-04-10 Karl Fogel <kfogel@red-bean.com>
25390
25391 * bookmark.el (bookmark-write-file): Catch errors writing file.
25392 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
25393
25394 2005-04-10 Richard M. Stallman <rms@gnu.org>
25395
25396 * startup.el (fancy-splash-tail): Update copyright year.
25397 (command-line): Split part of -Q into -D.
25398 (emacs-basic-display): New defvar.
25399 (fancy-splash-text): Correct name of menu item.
25400
25401 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
25402
25403 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
25404 lines in one node.
25405
25406 * comint.el (comint-send-input): New arg ARTIFICIAL.
25407 Callers in this file changed.
25408
25409 * abbrev.el (define-abbrevs): Read system abbrevs properly.
25410
25411 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
25412
25413 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
25414
25415 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
25416 `ldap-search-internal'.
25417
25418 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25419
25420 * files.el (set-auto-mode-1): Use line-end-position.
25421
25422 * international/latin-1.el:
25423 * international/latin-2.el:
25424 * international/latin-3.el:
25425 * international/latin-4.el:
25426 * international/latin-5.el:
25427 * international/latin-8.el:
25428 * international/latin-9.el: Give punctuation syntax to NBSP.
25429
25430 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
25431 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
25432 Use char-classes to accept non-ascii letters, accepted in some recent
25433 bibtex implementations.
25434
25435 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
25436
25437 * custom.el (custom-set-minor-mode): Any non-nil value for the
25438 variable should enable the mode when set through Custom.
25439
25440 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25441
25442 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
25443 TAB binding so tab-always-indent is obeyed.
25444 (vhdl-minibuffer-local-map): Move initialization into declaration.
25445 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
25446 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
25447 (vhdl-hooked-abbrev): Avoid test for XEmacs.
25448 (vhdl-current-line): Use line-beginning-position.
25449 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
25450 with-output-to-temp-buffer, so the current position can be recorded.
25451
25452 2005-04-10 Masatake YAMATO <jet@gyve.org>
25453
25454 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25455 Add regexp for gcov.
25456
25457 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
25458
25459 * calendar/time-date.el (time-to-seconds, seconds-to-time)
25460 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
25461 syntax which Emacs 20 doesn't support.
25462
25463 2005-04-09 Richard M. Stallman <rms@gnu.org>
25464
25465 * help.el (describe-key-briefly, describe-key):
25466 Replace strings as event types with "(any string)".
25467
25468 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
25469
25470 * arc-mode.el (archive-mode-map): Move initialization into
25471 the declaration. Override *all* bindings of `undo'.
25472 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
25473
25474 2005-04-09 Jay Belanger <belanger@truman.edu>
25475
25476 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
25477
25478 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
25479
25480 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
25481 (xterm-register-default-colors): Update color values computation
25482 to match xterm-200.
25483
25484 2005-04-09 Kenichi Handa <handa@m17n.org>
25485
25486 * international/code-pages.el (iso-latin-7): Fix the map.
25487
25488 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
25489
25490 * emacs-lisp/lisp.el (defun-prompt-regexp)
25491 (parens-require-spaces, buffer-end, end-of-defun)
25492 (insert-parentheses): Doc fixes.
25493
25494 2005-04-08 Kim F. Storm <storm@cua.dk>
25495
25496 * comint.el (comint-highlight-prompt): Fix face spec.
25497 * hi-lock.el (hi-green): Likewise.
25498
25499 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25500
25501 * cus-edit.el (custom-modified-face):
25502 * comint.el (comint-highlight-input): Fix previous changes.
25503 * term.el (term-handle-ansi-escape): Add a comment.
25504
25505 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
25506
25507 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
25508 in the buffer and in whitespace-highlighted-space.
25509 (whitespace-unhighlight-the-space): Simplify.
25510 (whitespace-buffer): Simplify.
25511
25512 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25513
25514 * textmodes/table.el (table-cell-face): Add special case for
25515 displays supporting a high number of colors.
25516 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25517 (vhdl-font-lock-reserved-words-face)
25518 (vhdl-speedbar-architecture-face)
25519 (vhdl-speedbar-instantiation-face)
25520 (vhdl-speedbar-architecture-selected-face)
25521 (vhdl-speedbar-instantiation-selected-face): Likewise.
25522 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
25523 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
25524 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
25525 (ebrowse-root-class-face, ebrowse-member-attribute-face)
25526 (ebrowse-progress-face): Likewise.
25527 * progmodes/compile.el (compilation-info-face): Likewise.
25528 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
25529 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
25530 * calendar/calendar.el (diary-face): Likewise.
25531 * woman.el (woman-italic-face, woman-bold-face)
25532 (woman-unknown-face): Likewise.
25533 * wid-edit.el (widget-button-pressed-face): Likewise.
25534 * whitespace.el (whitespace-highlight-face): Likewise.
25535 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
25536 * pcvs-info.el (cvs-marked-face): Likewise.
25537 * info.el (info-xref): Likewise.
25538 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
25539 * hilit-chg.el (highlight-changes-face)
25540 (highlight-changes-delete-face): Likewise.
25541 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
25542 (hi-red-b): Likewise.
25543 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
25544 * font-lock.el (font-lock-keyword-face)
25545 (font-lock-function-name-face, font-lock-warning-face): Likewise.
25546 * cus-edit.el (custom-invalid-face, custom-modified-face)
25547 (custom-set-face, custom-changed-face, custom-variable-tag-face)
25548 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
25549 * comint.el (comint-highlight-prompt): Likewise.
25550
25551 2005-04-08 Lute Kamstra <lute@gnu.org>
25552
25553 * font-lock.el (font-lock-keywords): Docstring fixes.
25554
25555 2005-04-08 Kenichi Handa <handa@m17n.org>
25556
25557 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
25558 chars are more than a limit, print " and more..." at the tail.
25559
25560 2005-04-08 Kim F. Storm <storm@cua.dk>
25561
25562 * emacs-lisp/authors.el (authors-aliases): Update list.
25563 (authors-ignored-files): New list.
25564 (authors-fixed-entries): Fix typo.
25565 (authors-renamed-files-alist): Update list.
25566 (authors-add): Check authors-ignored-files.
25567
25568 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
25569
25570 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
25571 optional, to ensure backward compatibility.
25572
25573 2005-04-08 Stephen Eglen <stephen@gnu.org>
25574
25575 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
25576
25577 2005-04-08 Kim F. Storm <storm@cua.dk>
25578
25579 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
25580
25581 * mouse.el (mouse-on-link-p): Doc fix.
25582
25583 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
25584
25585 * ielm.el (ielm-prompt-read-only): Doc fix.
25586
25587 * comint.el (comint-prompt-read-only): Doc fix.
25588
25589 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
25590
25591 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
25592 ensure dired always handles wildcards passed to ffap.
25593 (find-file-at-point): Use it.
25594 (ffap-dired-wildcards): Doc fix.
25595
25596 2005-04-07 Juri Linkov <juri@jurta.org>
25597
25598 * simple.el (next-error-overlay-arrow-position): New defvar.
25599 Put "=>" on its property `overlay-arrow-string'. Add it to
25600 `overlay-arrow-variable-list'.
25601
25602 * progmodes/compile.el (compilation-setup):
25603 Set `next-error-overlay-arrow-position' to nil. Also set it to
25604 nil in the local hook `kill-buffer-hook'. Make local variable
25605 `overlay-arrow-string' and set it to "=>".
25606 (compilation-goto-locus): Set BOL position to
25607 `next-error-overlay-arrow-position' instead of
25608 `overlay-arrow-position'.
25609
25610 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
25611 locally instead of adding it to the global hook.
25612 (Info-kill-buffer): Move up.
25613
25614 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
25615
25616 * term/xterm.el (xterm-standard-colors): Update color values from
25617 xterm-200.
25618
25619 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
25620
25621 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
25622
25623 * fast-lock.el:
25624 * lazy-lock.el: Move them to the obsolete subdir.
25625
25626 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25627
25628 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
25629 (wdired-add-replace-advice): Remove.
25630 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
25631
25632 2005-04-06 Kim F. Storm <storm@cua.dk>
25633
25634 * startup.el (command-line): Add --bare-bones alias for -Q.
25635
25636 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25637
25638 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
25639 create the startup fontset if a font specification ends with
25640 `mac-roman'.
25641
25642 2005-04-06 Lute Kamstra <lute@gnu.org>
25643
25644 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
25645 change.
25646
25647 * emacs-lisp/copyright.el (copyright-update-year): Replace the
25648 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
25649
25650 2005-04-05 Lute Kamstra <lute@gnu.org>
25651
25652 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
25653 (define-generic-mode): Ditto. Fix debug declaration.
25654
25655 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
25656 Put them in the generic-x group.
25657
25658 * calendar/timeclock.el (timeclock): Doc fix.
25659
25660 * generic.el (define-generic-mode): Don't use custom-current-group.
25661 Document default :group value.
25662 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
25663 (define-global-minor-mode): Don't use custom-current-group.
25664
25665 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
25666
25667 * startup.el (command-line-1): Display startup-echo-area-message
25668 when fancy splash screen is in use.
25669
25670 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
25671 (sh-escaped-newline): New face.
25672 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
25673 newline, and use sh-escaped-newline face.
25674
25675 * progmodes/tcl.el (tcl-escaped-newline): New face.
25676 (tcl-builtin-list): New variable.
25677 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
25678 newlines. Fix keywords subexpression number.
25679
25680 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
25681
25682 * textmodes/org.el (org-diary-default-entry): Fix call to
25683 `add-to-diary-entry'.
25684
25685 2005-04-05 Kim F. Storm <storm@cua.dk>
25686
25687 * ediff-init.el: Use (featurep 'xemacs).
25688
25689 2005-04-05 David Ponce <david@dponce.com>
25690
25691 * cus-edit.el (face): Derive from symbol widget. Display sample
25692 of the current face on the fly.
25693 (widget-face-sample-face-get, widget-face-notify): New functions.
25694 (widget-face-value-create): Remove.
25695
25696 * wid-edit.el (widget-field-end): Temporarily remove field
25697 narrowing before to call `get-char-property'.
25698
25699 2005-04-04 Jay Belanger <belanger@truman.edu>
25700
25701 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
25702 (math-read-subscripts): New variable.
25703 (math-read-preprocess-string): Process subscripts.
25704
25705 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
25706
25707 * comint.el (comint-prompt-read-only): Doc fix.
25708
25709 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
25710 `-1'. Doc fix.
25711
25712 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
25713
25714 * textmodes/org.el (org-insert-mode-line-in-empty-file):
25715 Change default value to nil.
25716
25717 2005-04-04 Lute Kamstra <lute@gnu.org>
25718
25719 * autorevert.el (auto-revert-mode): Specify :group.
25720 * battery.el (display-battery-mode): Specify :group.
25721 * diff-mode.el (diff-minor-mode): Specify :group.
25722 * font-core.el (font-lock-mode): Specify :group.
25723 * hl-line.el (hl-line-mode): Specify :group.
25724 * iimage.el (iimage): New customization group.
25725 (iimage-mode): Specify :group.
25726 * longlines.el (longlines-mode): Specify :group.
25727 * master.el: Don't require easy-mmode.
25728 (master): New customization group.
25729 (master-mode): Specify :group.
25730 * msb.el (msb-mode): Specify :group.
25731 * reveal.el (reveal-mode): Specify :group.
25732 * simple.el (next-error-follow-minor-mode): Specify :group.
25733 * smerge-mode.el (smerge-mode): Specify :group.
25734 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
25735 * emulation/cua-base.el (cua-mode): Specify :group.
25736 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
25737 * language/thai-util.el (thai-auto-composition-mode)
25738 (thai-word-mode): Specify :group.
25739 * mail/supercite.el (sc-minor-mode): Specify :group.
25740 * progmodes/cwarn.el (cwarn-mode): Specify :group.
25741 * progmodes/flymake.el (flymake-mode): Specify :group.
25742 * progmodes/glasses.el (glasses-mode): Specify :group.
25743 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
25744 * textmodes/enriched.el (enriched-mode): Specify :group.
25745 * textmodes/refill.el (refill-mode): Specify :group.
25746
25747 * add-log.el (change-log-font-lock-keywords): Names in
25748 parenthesized lists can contain spaces.
25749
25750 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
25751
25752 * startup.el (fancy-splash-text): Shorten default text of
25753 "Emacs Tutorial" line. Also, if the current language env
25754 indicates an available tutorial file other than TUTORIAL,
25755 extract its title and append it to the line in parentheses.
25756 (fancy-splash-insert): If arg is a thunk, funcall it.
25757
25758 2005-04-04 Jay Belanger <belanger@truman.edu>
25759
25760 * calc.el (calc-language-alist): Add tags to customization type.
25761
25762 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
25763
25764 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
25765 Doc fix.
25766
25767 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
25768
25769 * add-log.el (change-log-font-lock-keywords): The manual
25770 describing a Change Log entry, says: (...) "Aside from these
25771 header lines, every line in the change log starts with a space or
25772 a tab.". The font-lock was not highlighting lines started with
25773 spaces, added support for it.
25774
25775 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25776
25777 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
25778 (bibtex-generate-url-list): Update docstring accordingly. Put the
25779 complex example in the docstring.
25780 (bibtex-font-lock-url): Use pop.
25781
25782 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
25783
25784 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
25785
25786 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
25787
25788 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25789
25790 * filesets.el (filesets-set-default): Doc fix.
25791
25792 2005-04-03 Lute Kamstra <lute@gnu.org>
25793
25794 * generic.el (define-generic-mode): Add argument to specify
25795 keywords for defcustom.
25796 (default-generic-mode): Specify :group.
25797
25798 * generic-x.el: Specify :group for all generic modes.
25799
25800 * desktop.el (desktop-no-desktop-file-hook)
25801 (desktop-after-read-hook): Doc fix.
25802
25803 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
25804
25805 * simple.el (visible-mode): Use explicit :group keyword.
25806 This changes the group of `visible-mode-hook' from paren-blinking
25807 to editing-basics.
25808
25809 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
25810
25811 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
25812 mailbox specifications as well as URLs.
25813 (rmail-insert-inbox-text): Remove unused conditional branches.
25814
25815 2005-04-01 Jay Belanger <belanger@truman.edu>
25816
25817 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
25818 (calc-gnuplot-print-command): Move definitions to calc.el.
25819
25820 * calc/calc-embed.el (calc-embedded-announce-formula)
25821 (calc-embedded-open-formula, calc-embedded-close-formula)
25822 (calc-embedded-open-word, calc-embedded-close-word)
25823 (calc-embedded-open-plain, calc-embedded-close-plain)
25824 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
25825 (calc-embedded-open-mode, calc-embedded-close-mode):
25826 Move definitions to calc.el.
25827
25828 * calc/calc.el (calc-settings-file, calc-language-alist):
25829 Make customizable.
25830 (calc-embedded-announce-formula, calc-embedded-open-formula)
25831 (calc-embedded-close-formula, calc-embedded-open-word)
25832 (calc-embedded-close-word, calc-embedded-open-plain)
25833 (calc-embedded-close-plain, calc-embedded-open-new-formula)
25834 (calc-embedded-close-new-formula, calc-embedded-open-mode)
25835 (calc-embedded-close-mode, calc-gnuplot-name)
25836 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
25837 from other files and make customizable.
25838
25839 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25840
25841 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
25842 Use buffer-live-p.
25843 (cvs-mode-run): Don't call cvs-update-header here.
25844 (cvs-run-process): Call cvs-update-header.
25845 Use process properties for cvs-postprocess and cvs-buffer so that
25846 the sentinel can behave better if the temp buffer is killed.
25847 Use a pipe rather than a tty, to better handle unexpected prompts.
25848 (cvs-sentinel): Rewrite. Call cvs-update-header.
25849
25850 2005-04-01 Andre Spiegel <spiegel@gnu.org>
25851
25852 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
25853 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
25854
25855 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25856
25857 * generic.el (define-generic-mode): Add indentation rule.
25858
25859 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
25860
25861 * files.el (mode-require-final-newline): Make Custom correctly
25862 report a nil value and allow to set it to nil via Custom.
25863 Doc fix.
25864
25865 2005-04-01 Kenichi Handa <handa@m17n.org>
25866
25867 * international/characters.el: Enable the correct case setting for
25868 dotless-i and dotted-I.
25869
25870 2005-04-01 Kim F. Storm <storm@cua.dk>
25871
25872 * ido.el (ido-file-internal): Fall back to non-ido command if
25873 initial directory is on slow ftp (or tramp) host.
25874
25875 2005-03-31 Richard M. Stallman <rms@gnu.org>
25876
25877 * emacs-lisp/autoload.el (make-autoload):
25878 Handle define-global-minor-mode.
25879
25880 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25881 Rename from easy-mmode-define-global-mode.
25882 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
25883
25884 * progmodes/scheme.el (scheme-mode-syntax-table):
25885 Update syntax of | and # for two-character comment syntax.
25886
25887 2005-03-31 Lute Kamstra <lute@gnu.org>
25888
25889 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
25890 (define-minor-mode): Call custom-current-group at load-time.
25891
25892 * generic.el (define-generic-mode): Add debug declaration.
25893 Add defcustom for the mode hook.
25894 (generic-mode-internal): Use run-mode-hooks.
25895
25896 2005-03-31 Kim F. Storm <storm@cua.dk>
25897
25898 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
25899 (mouse-fixup-help-message): New defun called by show_help_echo
25900 to fixup mouse-2 prefix in help messages when applicable.
25901
25902 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
25903
25904 2005-03-31 Kenichi Handa <handa@m17n.org>
25905
25906 * language/thai-word.el (thai-find-word-ends): Pay attention to
25907 the case that we reach the end of buffer.
25908
25909 * textmodes/fill.el (fill-text-properties-at): New function.
25910 (fill-newline): Use fill-text-properties-at instead of
25911 text-properties-at.
25912
25913 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25914
25915 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
25916 not comint-quote-filename.
25917
25918 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
25919
25920 * help-fns.el (help-with-tutorial): Revert last change.
25921
25922 2005-03-31 Kim F. Storm <storm@cua.dk>
25923
25924 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
25925
25926 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
25927
25928 * calendar/cal-china.el: Update reference to "Calendrical
25929 Calculations" book; there's a new edition.
25930 * calendar/cal-coptic.el: Likewise.
25931 * calendar/cal-french.el: Likewise.
25932 * calendar/cal-hebrew.el: Likewise.
25933 * calendar/cal-islam.el: Likewise.
25934 * calendar/cal-iso.el: Likewise.
25935 * calendar/cal-julian.el: Likewise.
25936 * calendar/cal-mayan.el: Likewise.
25937 * calendar/cal-persia.el: Likewise.
25938 * calendar/calendar.el: Likewise.
25939 * calendar/holidays.el: Likewise.
25940 * calendar/lunar.el: Likewise.
25941 * calendar/solar.el: Likewise.
25942
25943 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
25944 white space from doc string.
25945
25946 2005-03-30 Jay Belanger <belanger@truman.edu>
25947
25948 * calc/calc-help.el (calc-full-help): Remove email address.
25949
25950 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
25951
25952 * help-fns.el (help-with-tutorial): Delete title line.
25953
25954 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25955
25956 * calendar/cal-x.el (calendar-one-frame-setup)
25957 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
25958 rather than `symbol' for set-window-dedicated-p.
25959
25960 * calendar/appt.el (appt-buffer-name): Make it a constant.
25961 (appt-add): Doc fix.
25962
25963 * filesets.el (filesets-menu-path, filesets-menu-before)
25964 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
25965 (filesets-menu-cache-file): Use directory ~/.emacs.d.
25966 (filesets-add-submenu): Delete and use add-submenu instead.
25967
25968 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
25969
25970 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
25971 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
25972 (org-diary-default-entry): New function.
25973 (org-get-entries-from-diary): Better parsing of diary entries.
25974 (org-agenda-check-no-diary): New function.
25975 ("diary-lib"): Advice to function `add-to-diary-list', to allow
25976 linking to diary entries.
25977 (org-agenda-execute-calendar-command): New function.
25978 (org-agenda): Improve visible section in window.
25979 Use `org-fit-agenda-window'.
25980 (org-fit-agenda-window): New option.
25981 (org-move-subtree-down): Better handling of empty lines
25982 at end of subtree.
25983 (org-cycle): Numeric prefix is interpreted now as show-subtree N
25984 levels up.
25985 (org-fontify-done-headline): New option.
25986 (org-headline-done-face): New face.
25987 (org-set-font-lock-defaults): Use `org-headline-done-face'.
25988 (org-table-copy-down): Rename from `org-table-copy-from-above'.
25989 When current field is non-empty, it is copied to next row.
25990 (org-table-copy-from-above): Fix bug which made it
25991 impossible to copy fields containing only a single non-white character.
25992
25993 2005-03-30 Kim F. Storm <storm@cua.dk>
25994
25995 * kmacro.el (kmacro-end-macro): Isearch may store this command
25996 into the macro -- so ignore it when executing keyboard macro.
25997
25998 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25999
26000 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
26001
26002 2005-03-29 Kenichi Handa <handa@m17n.org>
26003
26004 * language/thai.el ("Thai"): Set setup-function and exit-function
26005 for Thai language environment.
26006
26007 * language/thai-util.el: Require thai-word.
26008 (thai-word-mode-map): New variable.
26009 (thai-word-mode): New minor mode.
26010 (setup-thai-language-environment-internal): New function.
26011 (exit-thai-language-environment-internal): New function.
26012
26013 * language/thai-word.el (thai-word-table): Declare it by defvar,
26014 use dolist to initialize it.
26015 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
26016 (thai-fill-find-break-point): New functions.
26017
26018 2005-03-29 Richard M. Stallman <rms@gnu.org>
26019
26020 * simple.el (idle-update-delay): Move definition up.
26021 (set-mark): Doc fix.
26022
26023 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
26024
26025 * longlines.el: New file.
26026
26027 * simple.el (buffer-substring-filters): New variable.
26028 (filter-buffer-substring): New function.
26029 (kill-region, copy-region-as-kill): Use it.
26030
26031 * register.el (copy-to-register, append-to-register)
26032 (prepend-to-register): Use filter-buffer-substring.
26033
26034 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
26035
26036 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
26037 (gud-filter-pending-text): Move in front of gdb.
26038 (gud-overlay-arrow-position): New variable.
26039 (gud-sentinel, gud-display-line): Use it in place of
26040 overlay-arrow-position.
26041
26042 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
26043
26044 * progmodes/fortran.el (fortran-if-indent): Doc fix.
26045 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
26046 (fortran-font-lock-keywords-4): New variable.
26047 (fortran-blocks-re, fortran-end-block-re)
26048 (fortran-start-block-re): New constants, for hideshow.
26049 (hs-special-modes-alist): Add a Fortran entry.
26050 (fortran-mode-map): Bind fortran-end-of-block,
26051 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
26052 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
26053 (fortran-looking-at-if-then, fortran-end-of-block)
26054 (fortran-beginning-of-block): New functions, for hideshow.
26055
26056 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
26057 Doc fix. Tweak regexp.
26058 (f90-beginning-of-block): Push mark first.
26059
26060 2005-03-29 Jay Belanger <belanger@truman.edu>
26061
26062 * calc/calc.el: Update copyright date.
26063 (calc-version): Increase to 2.1.
26064 (calc-version-date): Remove.
26065
26066 * calc/calc-help.el: Update copyright date.
26067 (calc-full-help): Remove reference to calc-version-date.
26068 Update copyright date.
26069
26070 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26071
26072 * vc.el (vc-do-command): Use a pipe for async processes, so password
26073 prompts don't show up at places where the user can't reply.
26074
26075 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26076
26077 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
26078 on the file name we pass to the inferior shell.
26079
26080 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26081
26082 * progmodes/which-func.el (which-function): Be robust in the face of an
26083 imenu--make-index-alist failure.
26084
26085 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26086
26087 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
26088
26089 * progmodes/python.el (python-preoutput-filter): Fix last change.
26090
26091 2005-03-29 Lute Kamstra <lute@gnu.org>
26092
26093 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
26094 functions and compiled macros.
26095 (debug-convert-byte-code): Handle macros too.
26096 (debug-on-entry-1): Don't signal an error when trying to clear a
26097 function that is not set to debug on entry.
26098
26099 2005-03-29 Jay Belanger <belanger@truman.edu>
26100
26101 * calc/calc-lang.el: Add functions to math-function-table
26102 properties of tex and math.
26103
26104 2005-03-29 Kenichi Handa <handa@m17n.org>
26105
26106 * ps-mule.el (ps-mule-plot-string): Translate characters by
26107 ps-print-translation-table.
26108 (ps-mule-begin-job): Call find-charset-region/string with
26109 ps-print-translation-table.
26110 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
26111
26112 * ps-print.el (ps-print-translation-table): New variable.
26113 (ps-plot-region): Translate characters by ps-print-translation-table.
26114
26115 2005-03-29 Juri Linkov <juri@jurta.org>
26116
26117 * simple.el (next-error-highlight-timer): New variable.
26118
26119 * progmodes/compile.el (compilation-goto-locus):
26120 Use `next-error-highlight-timer' instead of `sit-for'.
26121
26122 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26123
26124 * mail/supercite.el (sc-mail-field): Use assoc-string.
26125 (sc-get-address): Simplify regexps.
26126
26127 * files.el (minibuffer-with-setup-hook): New macro.
26128 (find-file-read-args): Use it to avoid let-binding
26129 minibuffer-with-setup-hook (which breaks turning on/off
26130 file-name-shadow-mode while in the prompt).
26131
26132 * complete.el (PC-read-include-file-name-internal):
26133 Use test-completion.
26134
26135 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
26136
26137 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
26138
26139 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26140
26141 * window.el (window-buffer-height): Use count-screen-lines.
26142
26143 * progmodes/python.el (python-preoutput-leftover): New var.
26144 (python-preoutput-filter): Use it.
26145 (python-send-receive): Loop until all the result has been received.
26146
26147 2005-03-28 Juri Linkov <juri@jurta.org>
26148
26149 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
26150
26151 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
26152 "Recover Crashed Session".
26153 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
26154 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
26155 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
26156 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
26157 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
26158 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
26159 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
26160 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
26161
26162 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
26163 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
26164 Ediff Sessions", "Toggle use of separate control buffer frame",
26165 "Use separate frame for Ediff control buffer".
26166
26167 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
26168 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
26169 "Rename Bookmark", "Delete Bookmark".
26170
26171 * info.el (Info-mode-menu): Remove ellipsis from "Index".
26172 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
26173 Add `:active Info-index-alternatives' to "Next Matching Item".
26174
26175 * wdired.el (wdired-change-to-wdired-mode):
26176 Mention `wdired-abort-changes' key in the initial message.
26177
26178 * international/mule.el (auto-coding-alist): Associate non-ascii
26179 image filename extensions with `no-conversion'.
26180
26181 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
26182
26183 * international/iso-acc.el:
26184 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
26185
26186 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
26187
26188 * textmodes/sgml-mode.el (html-mode): Doc update.
26189
26190 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
26191
26192 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
26193
26194 * term.el (term-move-columns): Fix face after extending a line.
26195 (term-insert-spaces): Likewise.
26196 (term-reset-terminal): Fix off by one error.
26197
26198 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26199
26200 * international/mule.el (auto-coding-alist): Add .xpi files.
26201
26202 * files.el (auto-mode-alist): Add .xpi files.
26203
26204 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
26205
26206 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
26207
26208 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26209
26210 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
26211
26212 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
26213
26214 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
26215 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
26216
26217 * calendar/cal-move.el (calendar-beginning-of-year): Move the
26218 cursor to Jan 1 when needed.
26219 (calendar-end-of-year): Fix -/+ typo.
26220 Reported by Chong Yidong <cyd@stupidchicken.com>.
26221
26222 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
26223
26224 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
26225
26226 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
26227 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
26228
26229 2005-03-25 Richard M. Stallman <rms@gnu.org>
26230
26231 * filesets.el (filesets-init): Add autoload.
26232
26233 * mail/mailalias.el (mail-directory): Doc fix.
26234
26235 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26236
26237 * mail/mailalias.el (mail-directory-process): Do nothing if
26238 mail-directory-process is an atom.
26239 (mail-get-names): Ignore mail-directory-names if it is an atom.
26240 (mail-directory-process defvar): Doc fix.
26241 (mail-names): Doc fix.
26242
26243 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
26244
26245 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
26246
26247 2005-03-26 Kenichi Handa <handa@m17n.org>
26248
26249 * international/mule-util.el (detect-coding-with-priority):
26250 Call update-coding-systems-internal before detect-coding-region.
26251
26252 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
26253
26254 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
26255 (gdb-frames-mode-map): Add follow-link property.
26256
26257 2005-03-25 Jay Belanger <belanger@truman.edu>
26258
26259 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
26260 for variables.
26261
26262 2005-03-25 Juri Linkov <juri@jurta.org>
26263
26264 * image-mode.el: Optimize image filename extension regexps in
26265 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
26266 in `auto-mode-alist'.
26267 (image-mode): Add `image-toggle-display-text' to local hook
26268 `change-major-mode-hook'. Display the image as an image by
26269 default. Set `cursor-type' and `truncate-lines' if the image
26270 is already displayed. Take into account the current mode (image
26271 or text) in message.
26272 (image-minor-mode): New minor mode.
26273 (image-mode-maybe, image-toggle-display-text): New functions.
26274 (image-toggle-display): Use called-interactively-p.
26275 Let-bind `inhibit-read-only' to t.
26276
26277 * image-mode.el (image-minor-mode): Set `cursor-type' and
26278 `truncate-lines' if the image is already displayed. Add turning
26279 image-minor-mode off to `change-major-mode-hook'. Add message.
26280 Call `image-toggle-display-text' after turning image-minor-mode off.
26281
26282 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
26283
26284 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
26285 Terminal.app, use utf-8.
26286 (set-display-table-and-terminal-coding-system): Add coding-system arg.
26287 (set-locale-environment): Use it.
26288
26289 * term/xterm.el: Undo last change, better done in mule-cmds.el.
26290
26291 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
26292
26293 * progmodes/python.el (python-close-block-statement-p)
26294 (python-outdent-p, python-current-defun): Use symbol-end.
26295
26296 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26297
26298 * files.el (save-some-buffers): Doc fix.
26299
26300 2005-03-25 Werner Lemberg <wl@gnu.org>
26301
26302 * complete.el, thumbs.el: Replace `legal' with `valid'.
26303 * calendar/calendar.el: Replace `legal' with `valid'.
26304 * emacs-lisp/advice.el: Replace `legal' with `valid'.
26305 * mail/supercite.el: Replace `legal' with `valid'.
26306 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
26307 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
26308 Replace `legal' with `valid'.
26309 * textmodes/reftex-vars.el, textmodes/reftex.el:
26310 Replace `legal' with `valid'.
26311
26312 2005-03-25 Werner Lemberg <wl@gnu.org>
26313
26314 * calc/calc-forms.el, calc/calc-sel.el
26315 * midnight.el, vc-cvs.el
26316 * emacs-lisp/cl-macs.el
26317 * emulation/vip.el
26318 * eshell/esh-io.el, eshell/esh-var.el
26319 * mail/supercite.el
26320 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
26321 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
26322 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
26323 * progmodes/sh-script.el, progmodes/xscheme.el
26324 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
26325 * textmodes/reftex-index.el, textmodes/reftex-parse.el
26326 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
26327 * textmodes/reftex.el, textmodes/org.el:
26328 Replace `illegal' with `invalid'.
26329
26330 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26331
26332 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
26333 (flymake-find-buildfile, flymake-find-possible-master-files)
26334 (flymake-check-include, flymake-parse-line): Replace loops over the
26335 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
26336
26337 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
26338 Substitute file-name-as-directory in the rest of the file.
26339 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
26340 (flymake-replace-region): Remove unused arg `buffer'.
26341 (flymake-check-patch-master-file-buffer): Update calls to it.
26342 (flymake-add-err-info): Remove unused var `count'.
26343 (flymake-mode): Use define-minor-mode.
26344
26345 * progmodes/flymake.el: Use with-current-buffer.
26346 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
26347 flymake-replace-regexp-in-string, flymake-line-beginning-position)
26348 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
26349 Avoid testing for `xemacs'.
26350 (flymake-nop): Move.
26351 (flymake-region-has-flymake-overlays): Return the computed value.
26352 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
26353 Remove unused var `endline'.
26354 (flymake-get-line-count): Remove unused function.
26355 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
26356
26357 * emulation/vi.el:
26358 * generic.el:
26359 * hilit-chg.el (global-highlight-changes):
26360 * hi-lock.el (hi-lock-mode):
26361 * follow.el: find-file-hooks -> find-file-hook.
26362
26363 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
26364
26365 2005-03-24 Juri Linkov <juri@jurta.org>
26366
26367 * dired.el (dired-mode-map): Add menu item "Compare directories"
26368 for dired-compare-directories.
26369
26370 * dired-aux.el (dired-compare-directories): Add autoload cookie.
26371 Doc fix. Replace `read-file-name' with `read-directory-name'.
26372
26373 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26374
26375 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
26376
26377 2005-03-24 Jay Belanger <belanger@truman.edu>
26378
26379 * calc/calc-embed.el (calc-embedded-mode-change): Save all
26380 relevant mode settings in calc-embedded-original-modes when modes
26381 are permanently changed.
26382
26383 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26384
26385 * autoinsert.el: find-file-hooks -> find-file-hook.
26386
26387 2005-03-24 Lute Kamstra <lute@gnu.org>
26388
26389 * generic.el (generic-font-lock-defaults): Make it obsolete.
26390 (generic-font-lock-keywords): New variable to replace
26391 generic-font-lock-defaults.
26392 (generic-mode-set-font-lock): Delete it.
26393 (generic-mode-internal): Don't call generic-mode-set-font-lock.
26394 (generic-bracket-support): Add docstring.
26395
26396 * generic-x.el: Rename generic-font-lock-defaults to
26397 generic-font-lock-keywords throughout.
26398 (mailagent-rules-setup-function): Delete it.
26399 (mailagent-rules-generic-mode): Use anonymous function instead.
26400 (show-tabs-generic-mode-font-lock-defaults-1)
26401 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
26402 Quote faces.
26403 (show-tabs-tab-face, show-tabs-space-face): Specify background,
26404 not foreground.
26405
26406 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
26407 Recognize define-generic-mode.
26408
26409 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
26410
26411 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
26412 if there's no completion table.
26413
26414 2005-03-23 Miles Bader <miles@gnu.org>
26415
26416 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26417 Remove tty-specific variants, as they're no longer needed.
26418
26419 2005-03-23 Lute Kamstra <lute@gnu.org>
26420
26421 * generic-x.el: Code cleanup: make args constant whenever possible.
26422 (installshield-statement-keyword-list)
26423 (installshield-system-functions-list)
26424 (installshield-system-variables-list, installshield-types-list)
26425 (installshield-funarg-constants-list): Make them constants.
26426
26427 * generic.el (generic-make-keywords-list): Add autoload cookie.
26428
26429 * calendar/time-date.el: Add comment on time value formats.
26430 Don't require parse-time.
26431 (with-decoded-time-value): New macro.
26432 (encode-time-value): New function.
26433 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
26434 (days-to-time): Return a valid time value when arg is huge.
26435 (time-since): Use time-subtract.
26436 (time-to-number-of-days): Use time-to-seconds.
26437
26438 2005-03-23 David Ponce <david@dponce.com>
26439
26440 * recentf.el (recentf-keep): New option.
26441 (recentf-menu-action): Default to `find-file'.
26442 (recentf-keep-non-readable-files-flag)
26443 (recentf-keep-non-readable-files-p)
26444 (recentf-file-readable-p, recentf-find-file)
26445 (recentf-cleanup-remote): Remove.
26446 (recentf-include-p): More robust.
26447 (recentf-keep-p): New function.
26448 (recentf-remove-if-non-kept): Rename from
26449 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
26450 All callers updated.
26451 (recentf-menu-items-for-commands): Fix help string.
26452 (recentf-track-closed-file): Update. Doc fix.
26453 (recentf-cleanup): Update. Count removed files. Doc fix.
26454
26455 2005-03-23 Kim F. Storm <storm@cua.dk>
26456
26457 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26458 Don't inherit from fringe face (now happens automatically).
26459
26460 2005-03-22 Kim F. Storm <storm@cua.dk>
26461
26462 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
26463 position values.
26464
26465 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
26466
26467 * menu-bar.el (showhide-date-time): Remove.
26468 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
26469 (menu-bar-make-mm-toggle): Simplify.
26470
26471 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26472
26473 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
26474 Accept qualified variable and function names.
26475
26476 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
26477
26478 * bindings.el (completion-ignored-extensions):
26479 Remove ".lis" for `vax-vms'.
26480
26481 2005-03-22 Andreas Schwab <schwab@suse.de>
26482
26483 * generic-x.el: Revert last change.
26484 * ldefs-boot.el: Update.
26485
26486 2005-03-22 Jay Belanger <belanger@truman.edu>
26487
26488 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
26489 (calc-embedded-save-original-modes)
26490 (calc-embedded-restore-original-modes): New functions.
26491 (calc-do-embedded): Save original modes when entering embedded mode
26492 and restore when leaving embedded mode.
26493 (calc-embedded-modes-change): Change the value of
26494 calc-embedded-original-modes to reflect permanent changes.
26495
26496 2005-03-22 Lute Kamstra <lute@gnu.org>
26497
26498 * generic-x.el: Require generic again.
26499
26500 2005-03-22 Miles Bader <miles@gnu.org>
26501
26502 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26503 Tweak details to look good on both ttys and bitmap displays, light
26504 or dark background, etc.
26505
26506 2005-03-21 Kim F. Storm <storm@cua.dk>
26507
26508 * tooltip.el (tooltip-show-help-function): Check car and cdr of
26509 mouse position.
26510
26511 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26512
26513 * icomplete.el: Don't forcibly turn on the mode upon load.
26514 (icomplete-mode): Use define-minor-mode.
26515 (icomplete-eoinput): Default to nil.
26516 (icomplete-minibuffer-setup): Remove autoload.
26517 (icomplete-tidy): Simplify.
26518 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
26519 in the initial state or if the user has modified the field.
26520 Fix handling of icomplete-max-delay-chars.
26521 Remove code that handles the oddball case where
26522 minibuffer-completion-table is an integer.
26523 Wrap icomplete-completions in while-no-input in case building
26524 completions takes more time than expected.
26525 (icomplete-completions): Simplify.
26526
26527 2005-03-21 Richard M. Stallman <rms@gnu.org>
26528
26529 * jka-compr.el (jka-compr-really-do-compress):
26530 Make variable buffer-local.
26531
26532 * image-mode.el: Handle .xpm files too.
26533 (image-toggle-display): Preserve modification flag.
26534
26535 * help.el (where-is): Don't mention aliases with no key bindings.
26536
26537 2005-03-21 Lute Kamstra <lute@gnu.org>
26538
26539 * generic.el: Fix commentary section. Don't require cl for
26540 compilation.
26541 (generic-mode-list): Add autoload cookie.
26542 (generic-use-find-file-hook, generic-lines-to-scan)
26543 (generic-find-file-regexp, generic-ignore-files-regexp)
26544 (generic-mode, generic-mode-find-file-hook)
26545 (generic-mode-ini-file-find-file-hook): Fix docstrings.
26546 (define-generic-mode): Make it a defmacro. Fix docstring.
26547 (generic-mode-internal): Code cleanup. Add autoload cookie.
26548 (generic-mode-set-comments): Code cleanup.
26549 * generic-x.el: Don't prevent compilation. Don't require generic.
26550 Follow coding conventions. Minor code cleanup.
26551 (etc-fstab-generic-mode): Add some keywords.
26552 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
26553 define-generic-mode like a function declaration.
26554
26555 2005-03-21 Jay Belanger <belanger@truman.edu>
26556
26557 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
26558 changing modes.
26559
26560 2005-03-21 Sam Steingold <sds@gnu.org>
26561
26562 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
26563
26564 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
26565
26566 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
26567 Add underscore to "f$ lexicals" regexp.
26568
26569 2005-03-20 Juri Linkov <juri@jurta.org>
26570
26571 * subr.el (progress-reporter-do-update): When `min-value' is equal
26572 to `max-value', set `percentage' to 0 and prevent division by zero.
26573
26574 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
26575
26576 Sync with Tramp 2.0.48.
26577
26578 * net/tramp.el (all): Change all addresses to .gnu.org.
26579 (tramp-append-tramp-buffers): New defun.
26580 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
26581 Catch `dont-send' signal.
26582 (tramp-set-auto-save-file-modes): Set always permissions, because
26583 there might be an old auto-saved file belonging to another
26584 original file. This could be a security threat. Reported by
26585 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
26586 Check for Emacs 21.3.50 removed.
26587
26588 * net/tramp-smb.el (all): Remove debug construct for
26589 `with-parsed-tramp-file-name'.
26590 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
26591 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
26592 No error message if DIRECTORY or FILENAME doesn't exist.
26593 (tramp-smb-open-connection): Check existence of
26594 `tramp-smb-program'.
26595
26596 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
26597
26598 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
26599 Properly handle the case where the `m' or `s' command's argument is not
26600 yet terminated.
26601 (perl-indent-new-calculate): New function.
26602 (perl-indent-line): Use it.
26603
26604 2005-03-20 Miles Bader <miles@gnu.org>
26605
26606 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
26607 in text-mode too. Change to new face names.
26608 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
26609 Add `:weight bold' attribute.
26610 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
26611
26612 2005-03-19 Juri Linkov <juri@jurta.org>
26613
26614 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
26615
26616 * international/mule.el (auto-coding-alist): Sync with
26617 `auto-mode-alist' by adding upper case archive file extensions
26618 and adding ear/war to jar extension.
26619
26620 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
26621
26622 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
26623 running, restart it.
26624
26625 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
26626
26627 * finder.el (finder-current-item): Throw an error on an empty line.
26628
26629 * man.el (Man-follow-manual-reference): If current-word returns
26630 nil, use "".
26631
26632 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
26633
26634 * simple.el (goto-line): Doc fix.
26635
26636 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
26637
26638 * files.el (save-buffer): Doc fix.
26639
26640 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
26641
26642 * recentf.el (recentf-cleanup-remote): New variable.
26643 (recentf-cleanup): Use it to conditionally check availability of
26644 remote files.
26645
26646 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
26647
26648 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
26649 function names.
26650
26651 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26652
26653 * language/thai-word.el: New file.
26654
26655 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26656
26657 * files.el (backup-buffer): If the file's directory is not
26658 writable, use copy instead of move to backup the file.
26659
26660 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26661
26662 * obsolete/keyswap.el: Moved to obsolete/ from term/.
26663
26664 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26665
26666 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
26667 Use functionp instead of symbolp and fboundp. Reported by Drkm
26668 <darkman_spam@yahoo.fr>.
26669 (ps-print-version): New version 6.6.6.
26670
26671 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
26672
26673 * textmodes/table.el (table--line-column-position): New idiom.
26674 (table--row-column-insertion-point-p): New function to test
26675 validity of row and column insertion operation at a location.
26676 (table-global-menu, table-cell-menu): Use above functions for
26677 deterministic test operation.
26678 (table--editable-cell-p): Behave in deterministic fashion.
26679
26680 2005-03-18 Juri Linkov <juri@jurta.org>
26681
26682 * isearch.el (isearch-lazy-highlight-new-loop):
26683 Make arguments beg and end optional.
26684 (isearch-update): Remove optional arguments nil from
26685 isearch-lazy-highlight-new-loop.
26686 (isearch-lazy-highlight-search): Let-bind case-fold-search to
26687 isearch-lazy-highlight-case-fold-search instead of
26688 isearch-case-fold-search, and let-bind isearch-regexp to
26689 isearch-lazy-highlight-regexp.
26690 Use isearch-lazy-highlight-last-string instead of isearch-string.
26691
26692 * replace.el (perform-replace): Remove bindings of global
26693 variables isearch-string, isearch-regexp, isearch-case-fold-search.
26694 Add three new arguments to `replace-highlight'.
26695 (replace-highlight): Add arguments string, regexp, case-fold.
26696 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
26697 to allow isearch-lazy-highlight-new-loop to use these values
26698 to set corresponding isearch-lazy-highlight-* internal
26699 variables whose values lazy highlighting will use regardless of
26700 changes to global variables isearch-string, isearch-regexp,
26701 isearch-case-fold-search during lazy highlighting loop.
26702 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
26703 to `lazy-highlight-cleanup'.
26704
26705 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
26706 (ispell-highlight-face): Set default face to `isearch' when
26707 lazy highlighting is enabled.
26708 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
26709 priority to 1. Add lazy highlighting.
26710 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
26711 from `isearch-dehighlight'.
26712
26713 2005-03-18 David Ponce <david@dponce.com>
26714
26715 * files.el (hack-local-variables): Do a case-insensitive search
26716 for End.
26717
26718 2005-03-18 Juri Linkov <juri@jurta.org>
26719
26720 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
26721 `isearch-lazy-highlight-cleanup', add alias to old name and
26722 declare obsolete. Add release numbers to other obsolete vars.
26723 (isearch-done, isearch-lazy-highlight-new-loop):
26724 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
26725 (lazy-highlight-cleanup) <variable>: Doc fix.
26726 (isearch-lazy-highlight-update): Rename obsolete
26727 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
26728
26729 2005-03-18 Kenichi Handa <handa@m17n.org>
26730
26731 * language/thai-util.el: Fix categorization of Thai characters in
26732 thai-category-table.
26733 (thai-composition-pattern): Adjust it for the above change.
26734 (thai-self-insert-command, thai-compose-syllable): New functions.
26735 (thai-compose-region): Use thai-compose-syllable.
26736 (thai-compose-string): Likewise.
26737 (thai-composition-function): Likewise.
26738 (thai-auto-composition): New function.
26739 (thai-auto-composition-mode): New minor mode.
26740
26741 * language/thai.el: Fix patterns to be registered in
26742 composition-function-table.
26743
26744 * international/quail.el (quail-input-method): Locally bind
26745 inhibit-modification-hooks to t.
26746
26747 2005-03-17 Richard M. Stallman <rms@gnu.org>
26748
26749 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
26750 (perl-mode): Use run-mode-hooks.
26751
26752 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
26753 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
26754 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
26755
26756 * mail/sendmail.el (sendmail-send-it): Reenable the code
26757 to compute resend-to-address and use it.
26758
26759 * tar-mode.el (tar-mode): Turn off undo unconditionally.
26760
26761 * image-mode.el: New file.
26762
26763 * image.el (insert-sliced-image): Add autoload cookie.
26764
26765 * font-lock.el (font-lock-lines-before): New user option.
26766 (font-lock-after-change-function): Obey it.
26767
26768 * bindings.el (esc-map): Make M-g a prefix.
26769 Bind M-g g and M-g M-g to goto-line.
26770
26771 * faces.el (face-id): Doc fix.
26772
26773 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26774
26775 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
26776 (rmail-show-message): Use rmail-unknown-mail-followup-to.
26777 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
26778
26779 * mail/sendmail.el (mail-yank-ignored-headers)
26780 (mail-font-lock-keywords, mail-mode-fill-paragraph):
26781 Add Mail-Followup-To and Mail-Reply-To headers.
26782 (mail-citation-hook): Add autoload cookie.
26783 (mail-mode): Doc fix.
26784 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
26785 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
26786 (mail-mode-fill-paragraph): Handle those headers.
26787 (mail-mailing-lists): New variable.
26788 (mail-mail-reply-to, mail-mail-followup-to): New functions.
26789
26790 2005-03-17 Juri Linkov <juri@jurta.org>
26791
26792 * isearch.el (isearch-fallback): Check for `(car previous)'
26793 before calling `isearch-other-end-state'.
26794
26795 2005-03-17 Kim F. Storm <storm@cua.dk>
26796
26797 * simple.el (move-beginning-of-line): Move to beginning of buffer
26798 line, as well as beginning of screen line.
26799
26800 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
26801
26802 * calendar/diary-lib.el (mark-diary-entries): Use new optional
26803 argument REDRAW rather than calendar-redrawing variable.
26804 * calendar/calendar.el (calendar-redrawing): Delete.
26805 (redraw-calendar): Do not bind calendar-redrawing.
26806
26807 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
26808
26809 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
26810 diary-file buffer.
26811
26812 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
26813
26814 * help.el (describe-mode): Allow a :minor-mode-function property to
26815 specify a different minor mode toggle function than the variable.
26816 * simple.el (auto-fill-function):
26817 * subr.el (add-minor-mode): Use it.
26818
26819 2005-03-16 Kenichi Handa <handa@m17n.org>
26820
26821 * language/ethio-util.el (sera-being-called-by-w3): New variable.
26822 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
26823 (ethio-fidel-to-sera-buffer): Likewise.
26824
26825 2005-03-16 Juri Linkov <juri@jurta.org>
26826
26827 * emacs-lisp/find-func.el (find-function-regexp):
26828 Add defun-emitting macro `menu-bar-make-toggle'.
26829
26830 * isearch.el: Put `isearch-scroll' property to
26831 `split-window-horizontally'.
26832
26833 * info.el: Update error messages for `debug-ignored-errors'.
26834 (Info-isearch-search): Doc fix.
26835 (Info-find-node): Move up code to go into info buffer before
26836 recording the node to the history.
26837 (Info-fontify-node): Fontify titles only if the next line
26838 has two or more `*', `=', `-', `.'.
26839 Display "go to this node" for empty (match-string 3).
26840
26841 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26842
26843 * term/mac-win.el: Add mouse pointer shape constants.
26844
26845 2005-03-15 Kim F. Storm <storm@cua.dk>
26846
26847 * simple.el (move-beginning-of-line): Use vertical-motion.
26848
26849 2005-03-15 Juri Linkov <juri@jurta.org>
26850
26851 * isearch.el (isearch-error): New variable.
26852 (isearch-invalid-regexp, isearch-within-brackets): Remove.
26853 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
26854 (isearch-within-brackets-state): Remove.
26855 (isearch-case-fold-search-state, isearch-pop-fun-state):
26856 Decrease frame index.
26857 (isearch-mode, isearch-top-state, isearch-push-state)
26858 (isearch-edit-string, isearch-abort, isearch-search-and-update)
26859 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
26860 (isearch-search, isearch-lazy-highlight-new-loop):
26861 Replace `isearch-invalid-regexp' with `isearch-error'.
26862 Remove `isearch-within-brackets'.
26863 (isearch-search): Add `search-failed' handler to `condition-case'.
26864 (isearch-lazy-highlight-search): Add `condition-case' to catch
26865 errors and allow `isearch-lazy-highlight-update' to try
26866 highlighting from the beginning of the window.
26867 (isearch-repeat): Move up code to set isearch-wrapped to t
26868 before calling isearch-wrap-function.
26869
26870 * info.el (Info-isearch-initial-node): New internal variable.
26871 (Info-search): Signal an error in isearch mode when search leaves
26872 the initial node. Signal an error when `bound' is non-nil and
26873 nothing was found in the current subfile.
26874 (Info-isearch-search): Remove `condition-case'.
26875 (Info-isearch-wrap): Don't wrap when search failed during leaving
26876 the initial node. If `Info-isearch-search' is nil, wrap around
26877 the current node.
26878 (Info-isearch-start): New fun.
26879 (Info-mode): Add buffer-local hook `Info-isearch-start' to
26880 `isearch-mode-hook'.
26881
26882 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26883
26884 * simple.el (normal-erase-is-backspace): Set default to t if
26885 running on Mac.
26886
26887 * term/mac-win.el (function-key-map): Sync with x-win.el.
26888
26889 2005-03-15 Kenichi Handa <handa@m17n.org>
26890
26891 * international/mule-cmds.el (locale-language-names): Modify the
26892 format of elements and add more entries.
26893 (locale-preferred-coding-systems): Add more entries.
26894 (set-locale-environment): Adjust for the change of
26895 locale-language-names.
26896
26897 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
26898
26899 * pcvs.el (smerge-ediff): Remove bogus autoload.
26900
26901 2005-03-14 Lute Kamstra <lute@gnu.org>
26902
26903 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
26904 Ignore a `*' at the beginning of a line.
26905
26906 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
26907 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
26908 subr.el.
26909 (dont-compile, eval-when-compile, eval-and-compile): Use declare
26910 to specify indentation.
26911
26912 * generic.el (define-generic-mode): Let generic-mode-list be a
26913 list of strings; test membership with equal.
26914
26915 2005-03-14 Kim F. Storm <storm@cua.dk>
26916
26917 * simple.el (next-line, previous-line): Add optional try-vscroll
26918 arg to recognize interactive use. Pass it on to line-move.
26919 (line-move): Don't perform auto-window-vscroll when defining or
26920 executing keyboard macro to ensure consistent behavior.
26921
26922 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
26923
26924 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
26925
26926 2005-03-13 Lute Kamstra <lute@gnu.org>
26927
26928 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
26929 debugger-setup-buffer so that backtrace marks the frames set to
26930 debug-on-exit and we don't have to do it manually. Set an extra
26931 debug-on-exit for macro's.
26932 (debugger-setup-buffer): Don't mark the top frame manually.
26933
26934 2005-03-12 Lute Kamstra <lute@gnu.org>
26935
26936 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
26937 lisp-indent-function throughout.
26938 (with-no-warnings): Set lisp-indent-function property.
26939
26940 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
26941
26942 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
26943 Add entry for backslash.
26944
26945 2005-03-12 Juri Linkov <juri@jurta.org>
26946
26947 * info.el (Info-search): Four fixes for backward search.
26948
26949 2005-03-11 Jay Belanger <belanger@truman.edu>
26950
26951 * calc/calc.el (calc-language-alist): New variable.
26952 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
26953 (calc-embedded-find-modes): Use calc-language-alist instead of
26954 calc-embedded-language-alist.
26955
26956 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26957
26958 * calendar/calendar.el (calendar-redrawing): New internal
26959 variable.
26960 (redraw-calendar): Remove bogus save-excursion from previous
26961 change. Bind calendar-redrawing to t for mark-diary-entries.
26962 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
26963 calendar if that is why we were called.
26964
26965 2005-03-11 Kenichi Handa <handa@m17n.org>
26966
26967 * international/mule.el (make-coding-system): Set property
26968 coding-system-define-form to nil.
26969 (define-coding-system-alias): Likewise.
26970
26971 2005-03-11 Kenichi Handa <handa@m17n.org>
26972
26973 These changes are suggested by Dave Love <fx@gnu.org>.
26974
26975 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
26976 coding: tag.
26977 (adaptive-fill-regexp): Add more bullets.
26978 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
26979 regexps.
26980
26981 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
26982
26983 * help.el (describe-mode): Properly handle non-trivial lighters.
26984 Don't ignore minor modes that are not listed in minor-mode-list.
26985
26986 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
26987 feature ON when the user requests to turn it OFF.
26988
26989 2005-03-10 Lute Kamstra <lute@gnu.org>
26990
26991 * emacs-lisp/debug.el (debug-entry-code): Delete it.
26992 (implement-debug-on-entry): New function to replace debug-entry-code.
26993 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
26994 second argument as the 2005-03-07 change makes it obsolete.
26995 (debug-on-entry, cancel-debug-on-entry): Update call to
26996 debug-on-entry-1.
26997 (debug, debugger-setup-buffer): Comment update.
26998 (debugger-frame-number): Update to work with implement-debug-on-entry.
26999
27000 2005-03-10 Jay Belanger <belanger@truman.edu>
27001
27002 * calc/calc-embed.el (math-ms-args): Declare it.
27003 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
27004 math-ms-args.
27005 (calc-embedded-subst): Use math-multi-subst-rec to substitute
27006 variables.
27007
27008 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
27009
27010 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
27011 Use message-box.
27012
27013 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
27014 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
27015 (tooltip-gud-tips): Simplify.
27016 (tooltip-gud-tips-p): Remove superfluous :set.
27017 (tooltip-gud-modes): Add fortran-mode.
27018 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
27019
27020 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
27021
27022 2005-03-09 Kim F. Storm <storm@cua.dk>
27023
27024 * play/animate.el (animate-place-char): Use forward-line instead
27025 of next-line to improve performance.
27026
27027 2005-03-09 Simon Josefsson <jas@extundo.com>
27028
27029 * net/browse-url.el (browse-url-default-browser): Doc fix.
27030
27031 2005-03-09 Miles Bader <miles@gnu.org>
27032
27033 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
27034 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
27035
27036 2005-03-09 Kenichi Handa <handa@m17n.org>
27037
27038 * international/latin-1.el: Set case and syntax for 255 only if
27039 set-case-syntax-set-multibyte is nil.
27040
27041 * textmodes/ispell.el (ispell-insert-word): New function.
27042 (ispell-word): Use ispell-insert-word to insert a new word.
27043 (ispell-process-line): Likewise.
27044 (ispell-complete-word): Likewise.
27045
27046 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
27047
27048 * calendar/calendar.el (redraw-calendar): Preserve point.
27049 Reported by Matt Hodges <MPHodges@member.fsf.org>.
27050 (calendar-week-start-day): Move after definition of
27051 redraw-calendar. Delete buffer test, since redraw-calendar has
27052 that now.
27053
27054 * calendar/diary-lib.el (mark-diary-entries): Only call
27055 redraw-calendar in the first of any recursive calls.
27056 Reported by Alan Shutko <ats@acm.org>.
27057
27058 2005-03-08 Juri Linkov <juri@jurta.org>
27059
27060 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
27061 (html-horizontal-rule, html-line, html-image, html-checkboxes)
27062 (html-radio-buttons): Add a space before the trailing `/>' where
27063 sgml-xml-mode is non-nil.
27064 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
27065 the subsequent tag of the empty XML tag.
27066 (html-href-anchor): Don't set initial input to "http:".
27067 (html-image): Ask for the image URL and set point inside alt="".
27068 (html-name-anchor): Duplicate the name in the `id' attribute when
27069 sgml-xml-mode is non-nil.
27070 (html-paragraph): Remove \n before <p>.
27071 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
27072 instead of `checked' when sgml-xml-mode is non-nil.
27073
27074 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
27075 Remove 1 space before #RRGGBB to not truncate it on terminal
27076 windows w/o fringes. Remove 1 space between bg and fg examples
27077 to get more space.
27078 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
27079 avoid byte-compile warnings.
27080
27081 * image-file.el (image-file-handler): Put `safe-magic' property to
27082 `image-file-handler'.
27083
27084 * info.el (Info-isearch-search): Emulate word search in
27085 isearching through multiple Info nodes with Info-search.
27086 (Info-isearch-wrap): Allow isearch-word.
27087
27088 2005-03-08 Lute Kamstra <lute@gnu.org>
27089
27090 * emacs-lisp/debug.el (debugger-step-through): Make sure that
27091 stepping into the debugger's code is not possible.
27092 (debugger-jumping-flag): Docstring update.
27093
27094 2005-03-08 Jay Belanger <belanger@truman.edu>
27095
27096 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
27097 embedded mode begins.
27098 (calc-embedded-language-alist): New variable.
27099 (calc-embedded-find-modes): Use calc-embedded-language-alist to
27100 set default language mode.
27101
27102 2005-03-08 Kenichi Handa <handa@m17n.org>
27103
27104 * international/ccl.el (define-ccl-program): Fix docstring about
27105 extra 256 bytes assured for the output buffer.
27106
27107 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27108 Fix BUFFER_MAGNIFICATION to 2.
27109 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27110
27111 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
27112
27113 * align.el (align-rules-list): Added an alignment rule for CSS
27114 declarations (applies to css-mode and html-mode buffers).
27115
27116 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
27117
27118 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
27119
27120 2005-03-07 Kim F. Storm <storm@cua.dk>
27121
27122 * simple.el (move-beginning-of-line): New command.
27123
27124 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
27125
27126 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
27127
27128 * emulation/cua-base.el: Put CUA move property on move-end-of-line
27129 and move-beginning-of-line.
27130
27131 * apropos.el (apropos-print): Omit command from M-x ... RET.
27132
27133 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
27134
27135 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
27136 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
27137
27138 2005-03-06 Richard M. Stallman <rms@gnu.org>
27139
27140 * bindings.el (esc-map): Bind M-g to goto-line.
27141
27142 * facemenu.el (global-map): Bind M-o, not M-g.
27143
27144 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27145
27146 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
27147 "Open Directory" as for "Open File".
27148
27149 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
27150
27151 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
27152 (push-mark-command): Run activate-mark-hook.
27153
27154 2005-03-06 Richard M. Stallman <rms@gnu.org>
27155
27156 * help-mode.el (help-mode-finish): Don't alter the element
27157 in view-return-to-alist if there already is one.
27158
27159 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
27160 make sure the current buffer is the expected one.
27161
27162 * novice.el (disabled-command-function): Output in *Disabled Command*.
27163 Explicitly ignore non-keyboard events, and explicitly handle C-g.
27164
27165 * textmodes/flyspell.el (flyspell-large-region):
27166 Pass args differently for aspell.
27167
27168 * files.el (mode-require-final-newline): Doc fix.
27169
27170 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27171
27172 * progmodes/which-func.el (which-function):
27173 Specify NOERROR when calling imenu--make-index-alist.
27174
27175 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
27176
27177 * simple.el (normal-erase-is-backspace): Define default value.
27178
27179 * custom.el (custom-theme-set-variables): Remove unused var
27180 `immediate'.
27181 (custom-reevaluate-setting): Simple function to handle variables
27182 that are defined before their default value can really be
27183 computed.
27184
27185 * startup.el (command-line): Use it for temporary-file-directory,
27186 small-emporary-file-directory, auto-save-file-name-transforms,
27187 blink-cursor-mode, and normal-erase-is-backspace.
27188
27189 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
27190 progress, even with buggy anchored keywords.
27191
27192 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
27193
27194 * simple.el (goto-line): Remove unbalanced final parenthesis.
27195
27196 2005-03-05 Richard M. Stallman <rms@gnu.org>
27197
27198 * simple.el (goto-line): Use a number at point as the default.
27199 With C-u as arg, switch buffers.
27200
27201 2005-03-05 Juri Linkov <juri@jurta.org>
27202
27203 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
27204 with `no-blinking-cursor'.
27205
27206 * startup.el (no-blinking-cursor): New defvar.
27207 (command-line): Add `--no-blinking-cursor' to longopts.
27208 Set `no-blinking-cursor' to t for command line arguments
27209 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
27210 with `no-blinking-cursor' in the condition for calling
27211 `blink-cursor-mode'.
27212
27213 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
27214
27215 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
27216 (menu-bar-options-save): Add blink-cursor-mode.
27217 (menu-bar-options-menu): Add blink-cursor-mode.
27218
27219 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
27220
27221 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
27222 (icalendar-export-file, icalendar-export-region)
27223 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
27224 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
27225
27226 2005-03-04 Lute Kamstra <lute@gnu.org>
27227
27228 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
27229 (debug-function-list): Ditto.
27230
27231 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
27232
27233 * textmodes/texinfmt.el (texinfo-append-refill):
27234 Redefine the types of line to which @refill
27235 is not appended by replacing a search for `@refill\\|@bye' with
27236 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
27237 itemize@refill' bug and the unfilled long lines bug.
27238 (texinfmt-version): Update number and date.
27239
27240 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
27241
27242 * international/code-pages.el (windows-1250, windows-125[2-8])
27243 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
27244
27245 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
27246
27247 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
27248 bound yet.
27249
27250 2005-03-02 Romain Francoise <romain@orebokech.com>
27251
27252 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
27253 buffer after removing limits.
27254 (ibuffer-pop-filter): Ditto.
27255 Update copyright.
27256
27257 2005-03-02 Miles Bader <miles@gnu.org>
27258
27259 * button.el (make-text-button): If the user doesn't specify a
27260 type, use the default. Rewrite to use `add-text-properties' and
27261 plist functions.
27262
27263 2005-03-01 Lute Kamstra <lute@gnu.org>
27264
27265 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
27266 (debugger-jumping-flag): New var.
27267 (debug-entry-code): Use it.
27268 (debugger-jump): Use debugger-jumping-flag and add
27269 debugger-reenable to post-command-hook.
27270 (debugger-reenable): Use debugger-jumping-flag and remove itself
27271 from post-command-hook.
27272 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
27273 debugger-reenable.
27274
27275 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
27276
27277 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
27278 inclusion of "itemize\\|", which may be unnecessary, is certainly
27279 inelegant, and stops refilling in itemize lists when formatting
27280 Japanese Texinfo files to Info.
27281 Update copyright to 2005.
27282
27283 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
27284
27285 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
27286 of an error if GDB can't find the source file.
27287
27288 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
27289
27290 * calendar/calendar.el (redraw-calendar): Work from any buffer,
27291 not just the calendar.
27292
27293 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
27294 first.
27295 (diary-redraw-calendar): New function.
27296 (make-diary-entry): Add diary-redraw-calendar to local
27297 write-contents-functions. Turn off selective display before
27298 inserting in diary.
27299
27300 2005-03-01 Kim F. Storm <storm@cua.dk>
27301
27302 * emacs-lisp/copyright.el (copyright-fix-years): New command.
27303
27304 2005-03-01 Lute Kamstra <lute@gnu.org>
27305
27306 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
27307 that debug-entry-code can be safely removed from a function while
27308 this code is being evaluated. Revert the 2005-02-27 change as the
27309 new implementation no longer requires it. Make sure that a
27310 function body containing just a string is not mistaken for a docstring.
27311 (debug): Skip one more frame in case of debug on entry.
27312 (debugger-setup-buffer): Delete one more frame line in case of
27313 debug on entry.
27314 (debugger-frame-number): Update to use the new text introduced by
27315 the 1999-11-03 change. Skip one more frame in case of debug on entry.
27316
27317 2005-02-28 Kim F. Storm <storm@cua.dk>
27318
27319 * double.el (double-translate-key): Call force-window-update after
27320 read-event to avoid crash in redisplay.
27321
27322 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
27323
27324 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
27325 (debug): Use it. Move the inhibit-trace earlier.
27326 (debug-entry-code): New const.
27327 (debug-on-entry-1): Use it.
27328
27329 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
27330
27331 * international/utf-16.el (ccl-encode-mule-utf-16le):
27332 Fix BUFFER_MAGNIFICATION to 2.
27333 (ccl-encode-mule-utf-16be): Likewise.
27334
27335 2005-02-28 Kenichi Handa <handa@m17n.org>
27336
27337 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27338 Fix BUFFER_MAGNIFICATION to 4.
27339 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27340
27341 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
27342
27343 * speedbar.el (speedbar-update-flag): Doc fix.
27344 (speedbar-show-info-under-mouse): Give set-mouse-position the right
27345 argument.
27346
27347 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
27348
27349 * reveal.el (reveal-post-command): Don't try to reveal overlays which
27350 have a non-nil `invisible' property but are actually visible.
27351
27352 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
27353 for perldoc sections.
27354 (perl-outline-regexp, perl-outline-level): New var and function.
27355 (perl-mode): Use them.
27356
27357 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
27358
27359 * calendar/diary-lib.el (diary-remind): Discard any mark portion
27360 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
27361
27362 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
27363
27364 * cus-edit.el: Comment change.
27365 (custom-buffer-create-internal): Slightly reword text at top of
27366 Custom buffers. Mention there that saving an option edits the
27367 init file. Add link to Emacs manual node on `custom-file'.
27368 (custom-magic-alist): Rewrite individual State messages to use
27369 capitalized keywords. Doc fix.
27370
27371 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
27372
27373 * calendar/calendar.el (calendar-buffer): Move above
27374 calendar-week-start-day.
27375 (calendar-week-start-day): Doc fix. Add :set function.
27376 (calendar-minimum-window-height): New variable.
27377 (generate-calendar-window): Only resize window if selected-window
27378 is displaying the calendar buffer. Use new variable
27379 calendar-minimum-window-height.
27380 (generate-calendar): Reword error message.
27381 (calendar-mode-map): Bind DEL to scroll-other-window-down.
27382
27383 2005-02-27 Andreas Schwab <schwab@suse.de>
27384
27385 * vc.el (vc-do-command): Don't run command asynchronously when
27386 operating in a remote directory.
27387
27388 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
27389 change from sync with Tramp 2.0.47.
27390
27391 2005-02-27 Richard M. Stallman <rms@gnu.org>
27392
27393 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
27394
27395 * textmodes/flyspell.el (flyspell-mode-on):
27396 Call ispell-change-dictionary only if necessary.
27397
27398 * emacs-lisp/re-builder.el (regexp-builder): New function.
27399
27400 * register.el (describe-register-1): Explicitly handle
27401 yank-excluded-properties = t.
27402
27403 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
27404 (custom-magic-alist): Change the status descriptions again.
27405 (face widget-type): Total rewrite based on `restricted-sexp'
27406 to eliminate the confusing double hiding levels.
27407
27408 * emacs-lisp/debug.el (debug-on-entry-1):
27409 If function body is empty, add nil as body form.
27410
27411 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
27412
27413 * emacs-lisp/trace.el (inhibit-trace): New var.
27414 (trace-make-advice): Use it.
27415
27416 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
27417
27418 2005-02-26 Kim F. Storm <storm@cua.dk>
27419
27420 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
27421 (mouse-on-link-p, mouse-drag-region-1): Use it.
27422
27423 2005-02-25 Lute Kamstra <lute@gnu.org>
27424
27425 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
27426
27427 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
27428
27429 * frame.el (blink-cursor-mode): Add :group keyword.
27430
27431 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
27432
27433 * calendar/icalendar.el (icalendar--decode-isodatetime):
27434 New optional argument DAY-SHIFT.
27435 (icalendar-export-region): Fix coding-system-for-write.
27436 (icalendar--convert-ical-to-diary): Shift end-day of all-day
27437 events by one.
27438
27439 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
27440
27441 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
27442
27443 2005-02-24 Kim F. Storm <storm@cua.dk>
27444
27445 * international/iso-acc.el (iso-accents-compose): Fix crash
27446 during redisplay. Call force-window-update after read-event
27447 and delete-region to signal that window is not accurate.
27448
27449 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
27450
27451 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
27452 Remove unused and inexistent var `inhibit-trace'.
27453 (debugger-mode): Use run-mode-hooks.
27454 (debugger-list-functions): Add buttons; setup xref stack.
27455
27456 2005-02-23 Richard M. Stallman <rms@gnu.org>
27457
27458 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
27459 appointment says it was explicitly made.
27460 (appt-add): Set the 3rd element.
27461 (appt-make-list): Preserve explicit appointments.
27462
27463 * subr.el (find-tag-default): Catch errors in forward-sexp.
27464
27465 2005-02-23 Juri Linkov <juri@jurta.org>
27466
27467 * info.el (Info-isearch-search): New defcustom.
27468 (Info-isearch-search): Call the default isearch function
27469 when Info-isearch-search is nil.
27470 (Info-isearch-wrap): Use variable Info-isearch-search.
27471
27472 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
27473
27474 * cus-edit.el: Comment change.
27475
27476 2005-02-22 Kim F. Storm <storm@cua.dk>
27477
27478 * progmodes/hideif.el (hide-ifdef-use-define-alist):
27479 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
27480
27481 2005-02-22 Simon Josefsson <jas@extundo.com>
27482
27483 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
27484 New variable.
27485 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
27486 Oskarsson" <myrkraverk@users.sourceforget.net>.
27487
27488 2005-02-22 Kim F. Storm <storm@cua.dk>
27489
27490 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
27491 check that window of that event is the selected window.
27492 (mouse-drag-region-1): Compare mouse event window to selected
27493 window before setting point.
27494
27495 * tooltip.el (tooltip-show-help-function): Pass event to
27496 mouse-on-link-p so it can check selected window.
27497
27498 2005-02-22 Kenichi Handa <handa@m17n.org>
27499
27500 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
27501 (ps-mule-show-warning): New function.
27502 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
27503 characters are found.
27504
27505 * ps-print.el (ps-header-footer-string): Return a list of header
27506 and footer strings.
27507
27508 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
27509
27510 * pcvs.el (cvs-retrieve-revision): Fix thinko.
27511
27512 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
27513
27514 * frame.el (blink-cursor-mode): Use define-minor-mode.
27515
27516 * term/mac-win.el (function-key-map): Use char-names more consistently.
27517 (file-name-coding-system): Only set it for MacOS-9. The other case is
27518 already handled in mule-cmds.el (where it also works when mac-win.el
27519 is not used).
27520
27521 2005-02-21 Kenichi Handa <handa@m17n.org>
27522
27523 * international/mule.el (ctext-pre-write-conversion): Always use
27524 " *code-converting-work*" buffer for work.
27525
27526 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
27527
27528 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
27529
27530 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
27531
27532 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
27533
27534 * ses.el (undo-more): Restore defadvice, but only the part that
27535 allows changes outside the restricted area of the buffer.
27536
27537 2005-02-20 Kim F. Storm <storm@cua.dk>
27538
27539 * simple.el (line-move): Add fourth optional arg try-vscroll which
27540 must be set to perform auto-window-vscroll.
27541 When moving backwards and doing auto-window-vscroll, automatically
27542 vscroll to the last part of lines which are taller than the window.
27543 (next-line, previous-line): Set try-vscroll arg on line-move.
27544
27545 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
27546
27547 * replace.el (query-replace, query-replace-regexp)
27548 (replace-string, replace-regexp): When operating on region, make
27549 the minibuffer prompt say so.
27550
27551 * isearch.el (isearch-forward): Document isearch-query-replace and
27552 isearch-query-replace-regexp keybindings.
27553
27554 2005-02-19 Jay Belanger <belanger@truman.edu>
27555
27556 * calc/calc-aent.el (math-read-token): Add local variable.
27557
27558 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
27559 (calc-edit-top): Move declaration to earlier in file.
27560 (calc-edit-macro-repeats): Add local variables.
27561
27562 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
27563 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
27564 calcFunc-tanh.
27565 Adjust integration rule for calcFunc-tan.
27566
27567 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27568
27569 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
27570 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
27571 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
27572 (viper-skip-separators): Bug fix.
27573 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
27574 particular major mode.
27575 (viper-del-backward-char-in-replace): Don't put deleted char on the
27576 kill ring.
27577
27578 * viper-ex.el (viper-color-display-p): New function.
27579 (viper-has-face-support-p): Use viper-color-display-p.
27580
27581 * viper-keym.el (viper-gnus-modifier-map): New keymap.
27582
27583 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
27584
27585 * viper-util.el (viper-glob-unix-files): Fix shell status check.
27586 (viper-file-remote-p): Make equivalent to file-remote-p.
27587
27588 * viper.el (viper-major-mode-modifier-list):
27589 Use viper-gnus-modifier-map.
27590
27591 2005-02-19 David Kastrup <dak@gnu.org>
27592
27593 * subr.el (subregexp-context-p): Fix garbled doc string by adding
27594 quoting.
27595
27596 2005-02-19 Jay Belanger <belanger@truman.edu>
27597
27598 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
27599 Remove extra definitions.
27600 (calc-coth): New function.
27601 (calcFunc-cot): Fix `let'.
27602
27603 2005-02-19 Eli Zaretskii <eliz@gnu.org>
27604
27605 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
27606 the reasons we use "type pc" in these faces.
27607
27608 * button.el (button): Ditto.
27609
27610 2005-02-19 Michael Mauger <mmaug@yahoo.com>
27611
27612 * replace.el (query-replace-read-from): Set the value of
27613 query-replace-from-history-variable to handle the case of an empty
27614 string entered to accept the suggested default.
27615
27616 * net/tramp.el (tramp-file-name-for-operation):
27617 Use dired-call-process instead of dired-call-process-command.
27618
27619 2005-02-19 Jay Belanger <belanger@truman.edu>
27620
27621 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
27622 (math-div-non-trig): New variables.
27623 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
27624 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
27625 (math-combine-prod, math-div-symb-fancy): Add simplifications for
27626 trig expressions.
27627
27628 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
27629
27630 * progmodes/gdb-ui.el (gdb-var-update-handler)
27631 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
27632 for watch expressions,
27633 (gdb-var-create-handler): Don't set speedbar-update-flag.
27634 (gdb-post-prompt): Simplify test for speedbar.
27635
27636 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27637
27638 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
27639 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
27640 we use the syntax table of the correct buffer.
27641 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
27642 Felix Gatzemeier.
27643
27644 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
27645 (ediff-file-remote-p): Make synonymous with file-remote-p.
27646 In all deffaces ediff-*-face-*, use min-colors.
27647
27648 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
27649 ediff-recurse-to-subdirectories.
27650 (ediff-mark-if-equal): Check that the arguments are strings, use
27651 ediff-same-contents (after to Felix Gatzemeier).
27652
27653 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
27654 nil.
27655
27656 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
27657
27658 * log-view.el (log-view-message-re): Fix up Subversion regexp.
27659
27660 2005-02-18 David Kastrup <dak@gnu.org>
27661
27662 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
27663 use `mark-active' when defined.
27664
27665 2005-02-18 Kenichi Handa <handa@m17n.org>
27666
27667 * ps-print.el (ps-font-info-database): New entry
27668 ZapfChancery-MediumItalic with correct font name. Fix font name
27669 of the entry Zapf-Chancery-MediumItalic.
27670
27671 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
27672
27673 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
27674
27675 2005-02-16 Kim F. Storm <storm@cua.dk>
27676
27677 * ido.el (ido-fallback-command): Pass user input to fallback command.
27678
27679 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
27680
27681 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
27682 (gdb-find-file-hook): Add server prefix.
27683
27684 2005-02-16 Richard M. Stallman <rms@gnu.org>
27685
27686 * replace.el (perform-replace): Pass new args to replace-highlight.
27687 (replace-highlight): Take region args,
27688 and pass them to isearch-lazy-highlight-new-loop.
27689
27690 * novice.el (disabled-command-hook): Autoload the defalias
27691 and the make-obsolete-variable call.
27692
27693 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
27694
27695 * isearch.el (isearch-lazy-highlight-start-limit)
27696 (isearch-lazy-highlight-end-limit): New variables limit
27697 the region for highlighting.
27698 (isearch-lazy-highlight-new-loop): New args BEG and END.
27699 (isearch-lazy-highlight-search): Use the new vars.
27700 (isearch-lazy-highlight-update): Likewise.
27701
27702 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
27703
27704 * cus-start.el (all): Use default-boundp.
27705
27706 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
27707
27708 * menu-bar.el (menu-bar-select-frame): Handle current frame.
27709
27710 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
27711
27712 * autorevert.el (auto-revert-stop-on-user-input)
27713 (auto-revert-verbose): Doc fixes.
27714
27715 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
27716
27717 * international/mule-cmds.el (set-locale-environment): Remove call
27718 to set-selection-coding-system on Windows.
27719
27720 2005-02-15 Jay Belanger <belanger@truman.edu>
27721
27722 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
27723 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
27724 calcFunc-coth.
27725 (math-simplify-sqrt): Add simplifications.
27726
27727 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
27728 to list.
27729
27730 * calc/calc-ext.el: Add functions to autoloads.
27731
27732 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
27733 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
27734 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
27735 (math-csc-raw, math-cot-raw): New functions.
27736
27737 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
27738
27739 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
27740 the variable name in a message.
27741
27742 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
27743 calcFunc-csc, calcFunc-cot.
27744
27745 * calc/calcalg2.el: Add derivative and integration rules for
27746 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
27747 calcFunc-csch, calcFunc-coth.
27748 (math-do-integral-methods): Add to checks for when to use
27749 substitutions.
27750
27751 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
27752
27753 2005-02-15 Lute Kamstra <lute@gnu.org>
27754
27755 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27756 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
27757 <monnier@iro.umontreal.ca>.
27758 (lisp-outline-level): Improve efficiency. Suggested by David
27759 Kastrup <dak@gnu.org>.
27760
27761 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
27762
27763 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
27764 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
27765 (gdb-set-gud-minor-mode-existing-buffers): New functions.
27766 (gdb-find-file-hook): New hook. Add it to find-file-hook.
27767 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
27768
27769 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
27770
27771 * cus-start.el (all): Comment change.
27772
27773 2005-02-14 Lute Kamstra <lute@gnu.org>
27774
27775 * cus-start.el (all): Check if symbol is void.
27776
27777 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
27778
27779 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
27780 optional argument to \cite.
27781
27782 2005-02-14 Richard M. Stallman <rms@gnu.org>
27783
27784 * cus-edit.el (custom-buffer-create-internal): Update help message.
27785 (custom-magic-alist): Update help messages.
27786
27787 * cus-start.el (all): Allow a var to specify a standard value.
27788
27789 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
27790
27791 * custom.el (custom-theme-set-variables): Handle variable aliases.
27792
27793 * frame.el (blink-cursor-timer): Doc fix.
27794 (blink-cursor): Make it an alias for `blink-cursor-mode' and
27795 declare obsolete.
27796 (blink-cursor-mode): Define with defcustom and use correct
27797 standard expression in that defcustom.
27798 * startup.el (command-line): Adapt to above changes in frame.el.
27799
27800 2005-02-11 Lute Kamstra <lute@gnu.org>
27801
27802 * apropos.el (apropos-score-doc): Prevent division by zero.
27803
27804 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
27805
27806 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
27807 (icalendar--get-event-property-attributes)
27808 (icalendar--get-event-properties)
27809 (icalendar--datetime-to-diary-date): New functions.
27810 (icalendar--split-value): Doc fix.
27811 (icalendar--datetime-to-noneuropean-date)
27812 (icalendar--datetime-to-european-date): New optional argument
27813 SEPARATOR. Return result as a string instead of a list.
27814 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
27815 (icalendar--convert-string-for-export): Rename arg S to STRING.
27816 (icalendar-export-region): Doc fix. Change name of error buffer.
27817 Save output buffer.
27818 (icalendar-import-file): Add blank at end of prompt.
27819 (icalendar-import-buffer): Doc fix. Do not switch to error
27820 buffer. Indicate status in return value.
27821 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
27822 buffer. Save output buffer. Handle exception from recurrence
27823 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
27824 events. Fix problems with weekly all-day events.
27825
27826 2005-02-10 Richard M. Stallman <rms@gnu.org>
27827
27828 * simple.el (eval-expression-print-format):
27829 Avoid warning about edebug-active.
27830
27831 * help.el (help-for-help-internal): Rename from help-for-help.
27832 (help-for-help): Define with defalias.
27833
27834 * font-core.el (font-lock-default-function): Use with-no-warnings.
27835
27836 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
27837
27838 * custom.el (defface): Doc fix.
27839
27840 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
27841
27842 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
27843 width 0" to prevent word wrapping problems.
27844
27845 2005-02-09 Kim F. Storm <storm@cua.dk>
27846
27847 * ido.el (ido-file-extensions-order): New defcustom.
27848 (ido-file-extension-lessp, ido-file-extension-aux)
27849 (ido-file-extension-order): New advanced file ordering.
27850 (ido-file-lessp): New simple file ordering.
27851 (ido-sort-list): Remove.
27852 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
27853 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
27854
27855 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
27856
27857 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
27858 that some versions of grep produce.
27859 (grep-mode-font-lock-keywords): Likewise.
27860
27861 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
27862
27863 * progmodes/gdb-ui.el (gdb-location-list): New variable.
27864 (gdb-cdir): Delete.
27865 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
27866 (gdb-source-info): Treat case when source file is in another
27867 directory properly.
27868 (gdb-get-location): New function.
27869
27870 2005-02-07 Jay Belanger <belanger@truman.edu>
27871
27872 * calc/calc-prog.el (calc-write-parse-table-part)
27873 (calc-fix-token-name): Fix a check for language type.
27874
27875 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
27876
27877 2005-02-07 Andre Spiegel <spiegel@gnu.org>
27878
27879 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
27880 as directory not writable.
27881
27882 2005-02-07 Kim F. Storm <storm@cua.dk>
27883
27884 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
27885 (cua--standard-movement-commands): Remove list.
27886 Instead, set CUA property value to move for movement commands.
27887 (cua-movement-commands): Remove. Users must set CUA prop instead.
27888 (cua--pre-command-handler): Check CUA property.
27889 (cua--init-keymaps): Don't remap undo commands.
27890 (cua-mode): Don't call cua--rectangle-on-off.
27891
27892 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
27893 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
27894 (cua--rect-undo-set-point): New var.
27895 (cua--rectangle-undo-boundary): Setup undo apply entry.
27896 (cua--rect-undo-handler): New function for rectangle undo.
27897 (cua--rect-start-position, cua--rect-end-position): Add.
27898 (cua--rectangle-post-command): Call cua--rectangle-set-corners
27899 for restored rectangle. Set point if cua--rect-undo-set-point.
27900
27901 2005-02-06 Jay Belanger <belanger@truman.edu>
27902
27903 * calc/calc-lang.el (calc-tex-language): Display more information
27904 in messages.
27905
27906 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
27907 in TeX mode.
27908
27909 2005-02-06 Richard M. Stallman <rms@gnu.org>
27910
27911 * emacs-lisp/lisp.el (buffer-end): Doc fix.
27912
27913 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
27914
27915 * net/ldap.el (ldap-search-internal): Support attributes with
27916 optional descriptions separated by a semi-colon, as in
27917 "userCertificate;binary".
27918
27919 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27920
27921 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
27922 isn't a cons (i.e. the version is 0).
27923
27924 2005-02-05 Eli Zaretskii <eliz@gnu.org>
27925
27926 * help.el (help-for-help): Doc fix.
27927
27928 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
27929
27930 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
27931 GDB-Windows on the menu-bar as this works better.
27932
27933 2005-02-04 Jay Belanger <belanger@truman.edu>
27934
27935 * calc/calc-embed.el (calc-embedded-update): Don't put in
27936 unnecessary newlines. Adjust the end of formula marker.
27937
27938 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27939 (math-latex-parse-two-args): New function.
27940
27941 2005-02-03 Lute Kamstra <lute@gnu.org>
27942
27943 * help-fns.el (help-with-tutorial): Make sure that users cannot
27944 remove the entire text of the tutorial by means of `undo'.
27945
27946 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
27947
27948 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
27949 in recent changes, where the ispell process was repeatedly
27950 killed & restarted.
27951
27952 * international/mule-cmds.el (set-locale-environment): Set file-name
27953 coding system to utf-8 on Darwin systems.
27954 (set-default-coding-systems): Don't set default-file-name-coding-system
27955 on Darwin systems.
27956
27957 2005-02-03 Richard M. Stallman <rms@gnu.org>
27958
27959 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
27960
27961 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
27962
27963 * faces.el (list-faces-display): Add optional argument.
27964
27965 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
27966
27967 * font-core.el (font-lock-default-function): Handle the rare case where
27968 only font-lock-keywords is set.
27969
27970 2005-02-02 Kenichi Handa <handa@m17n.org>
27971
27972 * international/characters.el: Cancel previous change for
27973 I-WITH-DOT-ABOVE and DOTLESS-i.
27974
27975 * international/latin-5.el: Cancel previous change.
27976
27977 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27978
27979 * progmodes/gud.el: Correction to syntax in gud-menu-map.
27980
27981 2005-02-02 Kenichi Handa <handa@m17n.org>
27982
27983 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
27984 DOTLESS-i.
27985
27986 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
27987 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
27988
27989 * case-table.el (get-upcase-table): New function.
27990 (copy-case-table): Copy upcaes table too if non-nil.
27991 (set-case-syntax-delims): Maintain upcase table too.
27992 (set-case-syntax-pair): Likewise.
27993 (set-upcase-syntax, set-downcase-syntax): New functions.
27994 (set-case-syntax): Maintain upcase table too.
27995
27996 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27997
27998 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
27999
28000 * progmodes/gud.el (gud-goto-info): New function.
28001 (gud-tool-bar-map): Use correct icon.
28002
28003 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28004
28005 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
28006 When delegating, order args in the funcall correctly.
28007
28008 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28009
28010 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
28011
28012 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
28013
28014 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
28015 buffer not visiting a file.
28016
28017 2005-01-31 Jay Belanger <belanger@truman.edu>
28018
28019 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
28020 bound on the line with the formula.
28021
28022 2005-01-31 Kim F. Storm <storm@cua.dk>
28023
28024 * ses.el (ses-create-cell-variable-range)
28025 (ses-destroy-cell-variable-range, ses-reset-header-string)
28026 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
28027 (ses-insert-row): Fix format of apply undo entries.
28028
28029 2005-01-31 Jay Belanger <belanger@truman.edu>
28030
28031 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
28032 parts.
28033
28034 * calc/calc-embed.el (calc-embedded-open-formula)
28035 (calc-embedded-close-formula): Ignore matrix environments.
28036
28037 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
28038 TeX mode.
28039
28040 * calc/calc-lang.el (math-function-table, math-oper-table)
28041 (math-variable-table): Adjust the LaTeX portions.
28042
28043 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
28044 (math-latex-ignore-words): New constant.
28045
28046 2005-01-31 Richard M. Stallman <rms@gnu.org>
28047
28048 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
28049 (ispell-local-dictionary): Doc fix.
28050 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
28051 Don't reinitialize at run time. Don't defcustom.
28052 All uses changed to append ispell-local-dictionary-alist,
28053 or check it first.
28054 (ispell-current-dictionary): New variable for dictionary in use.
28055 (ispell-dictionary): Now used only for global default.
28056 (ispell-start-process): Set ispell-current-dictionary,
28057 not ispell-dictionary.
28058 (ispell-change-dictionary): Use this only for setting
28059 user preferences.
28060 (ispell-internal-change-dictionary): New function
28061 to change the current dictionary in use.
28062 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
28063 Use ispell-current-dictionary.
28064 Handle ispell-local-dictionary-overridden.
28065 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
28066
28067 2005-01-31 Jay Belanger <belanger@truman.edu>
28068
28069 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
28070
28071 * calc/calc-ext.el: Add calc-latex-language to autoloads.
28072 (calc-mode-map): Add calc-latex-language.
28073
28074 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
28075 (math-latex-print-frac): New functions.
28076 (math-oper-table, math-function-table, math-variable-table)
28077 (math-complex-format, math-input-filter): Add latex properties.
28078 (calc-set-language): Set math-expr-special-function-mapping.
28079
28080 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
28081 (calc-write-parse-table-part): Add LaTeX support.
28082
28083 * calc/calc.el (calc-language): Adjust docstring.
28084 (calc-set-mode-line): Add LaTeX support.
28085 (math-expr-special-function-mapping): New variable.
28086 (math-tex-ignore-words): Add to list.
28087
28088 * calc/calccomp.el (math-compose-expr, math-compose-rows):
28089 Add LaTeX support.
28090 (math-compose-expr): Add support for special functions.
28091
28092 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
28093
28094 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
28095
28096 * progmodes/gdb-ui.el (gdb-memory-address)
28097 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
28098 (gdb-memory-mode-map, gdb-memory-format-keymap)
28099 (gdb-memory-format-menu, gdb-memory-unit-keymap)
28100 (gdb-memory-unit-menu): New variables for a buffer
28101 that lets the user examine program memory.
28102 (gdb-memory-set-address, gdb-memory-set-repeat-count)
28103 (gdb-memory-format-binary, gdb-memory-format-octal)
28104 (gdb-memory-format-unsigned, gdb-memory-format-signed)
28105 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
28106 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
28107 (gdb-memory-unit-word, gdb-memory-unit-halfword)
28108 (gdb-memory-unit-byte, gdb-memory-unit-menu)
28109 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
28110 (gdb-memory-mode, gdb-memory-buffer-name)
28111 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
28112 New functions for above buffer.
28113
28114 2005-01-30 Richard M. Stallman <rms@gnu.org>
28115
28116 * cus-edit.el (custom-bury-buffer): Function deleted.
28117 (custom-buffer-done-function): Option deleted.
28118 (custom-buffer-done-kill): New replacement option.
28119 (Custom-buffer-done): Call quit-window.
28120 (custom-buffer-create-internal): Update for above changes.
28121
28122 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
28123
28124 * simple.el (undo-ask-before-discard): New var.
28125 (undo-outer-limit-truncate): Implement it.
28126 (undo-extra-outer-limit): Doc update.
28127
28128 2005-01-29 Richard M. Stallman <rms@gnu.org>
28129
28130 * ses.el (undo-more): Delete defadvice.
28131 (ses-begin-change): Doc fix.
28132
28133 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
28134 instead of rebinding C-x u and C-_.
28135
28136 * files.el (normal-backup-enable-predicate): Return nil for files
28137 in /tmp, regardless of temporary-file-directory.
28138
28139 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
28140
28141 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
28142 (open-rectangle, delete-whitespace-rectangle-line)
28143 (clear-rectangle-line): If FILL, pass t instead of FILL
28144 for move-to-column's 2nd arg.
28145
28146 * simple.el (undo): Fix the test for continuing a series of undos.
28147 (undo-more): Set pending-undo-list to t when we reach end.
28148 (pending-undo-list): Move up defvar.
28149
28150 * wid-edit.el (widget-button-click):
28151 Shorten the range of the track-mouse binding.
28152
28153 * comint.el (comint-insert-input): Undo previous changes;
28154 use last-input-event in interactive spec.
28155
28156 2005-01-29 Eli Zaretskii <eliz@gnu.org>
28157
28158 * progmodes/compile.el (compilation-start): Bind buffer-read-only
28159 to nil before invoking call-process. Reset buffer's modified flag
28160 after fontifying it in the no-async branch.
28161
28162 * wid-edit.el (widget-specify-button): If mouse pointer shape
28163 cannot be changed, use mouse face instead.
28164
28165 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
28166
28167 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
28168 (gdb-goto-breakpoint): Make breakpoint handling work on template
28169 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
28170 (gdb-assembler-custom): Update to recognize breakpoint information
28171 added on 2005-01-19.
28172
28173 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
28174
28175 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
28176 (dsssl-mode): Use define-derived-mode.
28177 (scheme-mode-initialize): Remove.
28178 (scheme-mode): Use run-mode-hooks.
28179
28180 * cus-edit.el (customize-group-other-window)
28181 (custom-buffer-create-other-window): Don't override special-display-*.
28182 (custom-mode-map): Make it dense.
28183
28184 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
28185 sets the default value.
28186
28187 2005-01-28 Eli Zaretskii <eliz@gnu.org>
28188
28189 * descr-text.el: Add more keywords.
28190
28191 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
28192
28193 * speedbar.el: Avoid unnecessary use of locate-library.
28194
28195 * international/mule-cmds.el (standard-display-european-internal):
28196 Don't fiddle with latin-1 non-break space any more since it's now
28197 special cased in the C code.
28198 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
28199
28200 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
28201
28202 * cus-start.el (all): Add `undo-outer-limit'.
28203
28204 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28205
28206 * textmodes/bibtex.el (bibtex-format-entry):
28207 Use `bibtex-empty-field-re' only on the text of fields, not on entire
28208 field lines.
28209 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
28210 not on part of a buffer.
28211
28212 2005-01-25 Lute Kamstra <lute@gnu.org>
28213
28214 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
28215 nonempty field text strings like "{letters\\macro{}more letters}".
28216 Clarify docstring.
28217 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
28218 (bibtex-entry-offset, bibtex-parse-association)
28219 (bibtex-parse-field-name): Fix typos in docstrings.
28220 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
28221
28222 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
28223
28224 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
28225 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
28226 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
28227 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
28228
28229 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
28230 isearch minor mode.
28231
28232 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
28233
28234 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
28235
28236 2005-01-24 Lute Kamstra <lute@gnu.org>
28237
28238 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
28239 CASECHARS and NOT-CASECHARS regular expressions of the
28240 "nederlands" and "nederlands8" dictionaries to prevent a "Range
28241 striding over charsets" error.
28242
28243 2005-01-24 Jay Belanger <belanger@truman.edu>
28244
28245 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
28246 display variable name.
28247
28248 2005-01-24 Kenichi Handa <handa@m17n.org>
28249
28250 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
28251 Fix setting of the element of encoded-kbd-iso2022-invocations.
28252
28253 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
28254
28255 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
28256 (gdb-threads-select): Change to also accept mouse events.
28257 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
28258 (gdb-threads-mouse-select): Delete.
28259
28260 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
28261
28262 * files.el (insert-directory): Take care of empty directory,
28263 listed without -a switch.
28264
28265 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
28266
28267 * textmodes/refill.el (refill-post-command-function):
28268 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
28269 to the list of functions that we should be careful not to undo.
28270 (refill-late-fill-paragraph-function): Remove.
28271 (refill-saved-state): New var.
28272 (refill-mode): Use it to save fill-paragraph-function.
28273 Save also the value of auto-fill-function.
28274
28275 * term/w32-win.el: Simplify code.
28276
28277 2005-01-23 Kim F. Storm <storm@cua.dk>
28278
28279 * simple.el (line-move): Adapt to new return value from
28280 pos-visible-in-window-p.
28281
28282 * simple.el (line-move): Fix last change. Check partial
28283 visibility at point rather than at window-start.
28284
28285 2005-01-22 Jason Rumney <jasonr@gnu.org>
28286
28287 * term/w32-win.el (xw-defined-colors): Remove debug-message.
28288
28289 2005-01-22 David Kastrup <dak@gnu.org>
28290
28291 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
28292
28293 2005-01-22 Eli Zaretskii <eliz@gnu.org>
28294
28295 * type-break.el (type-break-mode): Add a test for
28296 type-break-file-name being non-nil.
28297
28298 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
28299
28300 * net/eudc.el (top level): Call (message "") via progn, so that
28301 eudc-options-file is loaded.
28302
28303 2005-01-22 Kim F. Storm <storm@cua.dk>
28304
28305 * simple.el (line-move-1): Rename from line-move.
28306 (line-move): New function that adjusts vscroll for partially
28307 visible rows, and calls line-move-1 otherwise.
28308
28309 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
28310
28311 * pcomplete.el: Define pcomplete-read-event instead of read-event,
28312 since it's not a complete read-event implementation
28313
28314 2005-01-20 Jay Belanger <belanger@truman.edu>
28315
28316 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
28317 for called function.
28318
28319 2005-01-20 Steven Tamm <steventamm@mac.com>
28320
28321 * term/mac-win.el (process-connection-type): Remove.
28322 Controlled now by s/darwin.h:PTY_ITERATION.
28323
28324 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
28325
28326 * window.el (handle-select-window): Don't switch window when we're
28327 in the minibuffer.
28328
28329 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
28330
28331 * subr.el (dotimes-with-progress-reporter): New macro.
28332
28333 * ses.el (ses-dotimes-msg): Remove macro.
28334 Use `dotimes-with-progress-reporter' instead.
28335
28336 2005-01-19 Steven Tamm <steventamm@mac.com>
28337
28338 * term/mac-win.el (process-connection-type): Use new
28339 operating-system-release variable to use ptys on Darwin 7 (OS X
28340 10.3) when using carbon build.
28341
28342 2005-01-19 Jay Belanger <belanger@truman.edu>
28343
28344 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
28345 flags if the last command was a tab or M-tab.
28346
28347 * calc/calc-prog.el (calc-user-define-edit): Put original formula
28348 in formula editing buffer.
28349
28350 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28351
28352 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
28353 breakpoint image symbol in margin.
28354
28355 2005-01-19 Jay Belanger <belanger@truman.edu>
28356
28357 * calc/calc-prog.el (calc-execute-kbd-macro):
28358 Ignore calc-keep-arg-flag.
28359
28360 2005-01-19 Kenichi Handa <handa@m17n.org>
28361
28362 * textmodes/ispell.el (ispell-looking-at): New function.
28363 (ispell-process-line): Use ispell-looking-at to compare the ispell
28364 output and the buffer contents.
28365
28366 2005-01-18 Jay Belanger <belanger@truman.edu>
28367
28368 * calc/calc.el (calc-display-raw): Fix docstring.
28369
28370 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
28371
28372 * simple.el (blink-matching-open): Strip extra info from syntax.
28373
28374 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
28375 funny chars in the end-of-here-doc marker.
28376
28377 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28378
28379 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
28380 that enable/disabled state of breakpoints is shown correctly in
28381 fringe and on ttys.
28382 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
28383 Add breakpoint information as text properties.
28384 (gdb-mouse-toggle-breakpoint):
28385 Rename to gdb-mouse-set-clear-breakpoint.
28386 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
28387 breakpoints in the margin.
28388 (gdb-remove-strings): Simplify.
28389
28390 2005-01-17 Jay Belanger <belanger@truman.edu>
28391
28392 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
28393 erasing buffer.
28394
28395 2005-01-17 Richard M. Stallman <rms@gnu.org>
28396
28397 * progmodes/grep.el (grep-find): Copy from `grep' the condition
28398 for calling grep-compute-defaults.
28399
28400 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
28401 if buffer is empty.
28402
28403 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
28404
28405 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
28406
28407 * hilit-chg.el (highlight-changes-mode): Don't autoload.
28408
28409 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
28410 non-preloaded variables.
28411
28412 2005-01-17 Steven Tamm <steventamm@mac.com>
28413
28414 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
28415 tex-shell cause to force interactivity when using pipes.
28416
28417 2005-01-17 Kim F. Storm <storm@cua.dk>
28418
28419 * simple.el (just-one-space): Make arg optional.
28420
28421 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
28422
28423 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
28424 posn-at-x-y to t to access left-margin.
28425
28426 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
28427
28428 Sync with Tramp 2.0.47.
28429
28430 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
28431 catching keep-date problems in cp/scp operations.
28432 (tramp-handle-copy-file): Don't call `set-file-modes'
28433 unconditionally. Specialized functions should know better what is
28434 necessary. This improves performance a little bit, and the
28435 functions could catch errors with `cp -p' and `scp -p'.
28436 (tramp-do-copy-or-rename-file-via-buffer)
28437 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
28438 when appropriate.
28439 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
28440 Call `set-file-modes' when appropriate.
28441 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
28442 Johnsson <isak@hypergene.com>.
28443 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
28444 of both Tramp buffer and debug buffer. Reported by Joakim Verona
28445 <joakim@verona.se>.
28446 (tramp-file-name-for-operation): Mark `shell-command' as magic for
28447 Emacs only.
28448
28449 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
28450 `find-file-hooks' and `dired-mode-hook'.
28451 (tramp-minor-mode-map): Respective map. Add remapping for
28452 `compile' and `recompile'.
28453 (tramp-remap-command, tramp-recompile): New defuns.
28454 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
28455 in buffer "*Compilation*". Call the commands asynchronously.
28456
28457 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
28458 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
28459 `shell-command', because it isn't magic in XEmacs. Reported by
28460 Adrian Aichner <adrian@xemacs.org>.
28461
28462 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
28463 `substitute-in-file-name.
28464 (tramp-smb-handle-substitute-in-file-name): New defun.
28465 (tramp-smb-advice-PC-do-completion): Delete advice.
28466
28467 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
28468
28469 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
28470 Fix error in deleting region.
28471
28472 2005-01-15 Richard M. Stallman <rms@gnu.org>
28473
28474 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
28475 In non-temp buffer, switch syntax table temporarily.
28476
28477 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
28478
28479 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
28480
28481 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
28482
28483 * imenu.el (imenu--split-menu): Copy menulist before sorting.
28484 (imenu--generic-function): Use START, not BEG, as pos of definition.
28485
28486 * simple.el (just-one-space): Argument specifies number of spaces.
28487
28488 * simple.el (eval-expression-print-format): Avoid warning
28489 about edebug-active.
28490
28491 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
28492
28493 * progmodes/sh-script.el: Code copied from make-mode.el
28494 with small changes,
28495 (sh-mode-map): Bind C-c C-\.
28496 (sh-backslash-column, sh-backslash-align): New variables.
28497 (sh-backslash-region, sh-append-backslash): New functions.
28498
28499 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
28500
28501 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
28502 (rmail-pop-password, rmail-pop-password-required): Move to
28503 rmail-obsolete group.
28504 (rmail-set-pop-password): Rename to rmail-set-remote-password.
28505 All callers updated.
28506 (rmail-get-pop-password): Rename to rmail-get-remote-password.
28507 Take an argument specifying whether it is POP or IMAP mailbox we
28508 are using. All callers updated.
28509 (rmail-pop-password-error): Rename to
28510 rmail-remote-password-error. Added mailutils-specific error message.
28511 (rmail-movemail-search-path)
28512 (rmail-movemail-variant-in-use): New variables.
28513 (rmail-remote-password, rmail-remote-password-required):
28514 New customization variables.
28515 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
28516 (rmail-parse-url): New function.
28517 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
28518 with GNU mailutils movemail.
28519
28520 2005-01-15 Kevin Ryde <user42@zip.com.au>
28521
28522 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
28523 suffix to space, $ or '$, to correctly position point when going
28524 to @table style constants like DBL_MAX.
28525
28526 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
28527
28528 * type-break.el (type-break-mode, type-break-file-time)
28529 (type-break-file-keystroke-count, type-break-choose-file):
28530 Don't store data in or load data from the file if type-break-file-name
28531 is nil.
28532 (type-break-file-name): Doc update as per the above.
28533
28534 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
28535
28536 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
28537 lookup-key might return nil; handle that.
28538
28539 2005-01-15 Alan Mackenzie <acm@muc.de>
28540
28541 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
28542 rather than the element found, thus enabling the tree to be setcar'd.
28543
28544 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28545
28546 * textmodes/org.el (org-show-following-heading): New option.
28547 (org-show-hierarchy-above): Use `org-show-following-heading'.
28548 (org-cycle): Documentation fix.
28549
28550 * textmodes/org.el (orgtbl-optimized): New option
28551 (orgtbl-mode): New command, a minor mode.
28552 (orgtbl-mode-map): New variable.
28553 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
28554 (orgtbl-error, orgtbl-self-insert-command)
28555 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
28556
28557 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
28558 a local variable in each org-mode buffer.
28559
28560 * textmodes/org.el (org-set-regexps-and-options): Rename from
28561 `org-set-regexps'. Added checking for STARTUP keyword.
28562 (org-get-current-options): Add STARTUP options.
28563 (org-table-insert-row): Make mode intelligent about when
28564 realignment is needed.
28565 (org-self-insert-command, org-delete-backward-char, org-delete-char):
28566 New commands.
28567 (org-enable-table-editor): New default value `optimized'.
28568 (org-table-blank-field): Support blanking regions if active.
28569
28570 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28571
28572 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
28573 if the year is not given.
28574
28575 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
28576 Add new escapes %m and %M, fixed bug with %F by adding
28577 save-match-data.
28578 (reftex-reference): Remove ?. from list of spaces.
28579 (reftex-label-info): Add automatic label prefix recognition.
28580
28581 * textmodes/reftex-index.el (reftex-index-next-phrase):
28582 Add slave parameter to call of `reftex-index-this-phrase'.
28583 (reftex-index-this-phrase): New optional argument.
28584 (reftex-index-region-phrases): Add slave parameter to call of
28585 `reftex-index-this-phrase'.
28586 (reftex-display-index): New argument redo.
28587 (reftex-index-rescan): Add `redo' to arguments of
28588 `reftex-display-index'.
28589 (reftex-index-Rescan, reftex-index-revert)
28590 (reftex-index-switch-index-tag): Add `redo' to arguments of
28591 `reftex-display-index'.
28592 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
28593 indexing. Fix bug with matching is there is a quote before or
28594 after the word.
28595
28596 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
28597 Fix bug when collecting citation keys in lines with comments.
28598 (reftex-citation): Prefix argument no longer rescans the document,
28599 but forces prompting for optional arguments of cite macros.
28600 (reftex-do-citation): Prompting for optional arguments implemented.
28601
28602 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28603 Add optional arguments to most cite commands.
28604 (reftex-cite-cleanup-optional-args): New option
28605 (reftex-cite-prompt-optional-args): New option.
28606 (reftex-trust-label-prefix): New option.
28607
28608 * textmodes/reftex-toc.el (reftex-toc-find-section):
28609 Add push-mark before changing the position in the buffer.
28610
28611 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
28612 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
28613
28614 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
28615
28616 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
28617 more carefully.
28618
28619 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
28620
28621 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
28622 (sgml-mode): Use it.
28623 (sgml-get-context): Better keep track of implicitly closed tags.
28624
28625 2005-01-13 Kenichi Handa <handa@m17n.org>
28626
28627 * textmodes/ispell.el: These changes are to fix misalignment error
28628 caused by equivalent characters of different Emacs charsets.
28629 (ispell-unified-chars-table): New variable.
28630 (ispell-get-decoded-string): New function.
28631 (ispell-get-casechars, ispell-get-not-casechars)
28632 (ispell-get-otherchars): Call ispell-get-decoded-string.
28633
28634 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28635
28636 * custom.el (custom-declare-variable): Just put symbol instead
28637 of (defvar . symbol) in `current-load-list'.
28638
28639 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
28640
28641 * emacs-lisp/elint.el: Fixed typo in Commentary section.
28642
28643 2005-01-12 Jay Belanger <belanger@truman.edu>
28644
28645 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
28646 to create a Calc summary.
28647
28648 2005-01-12 Kim F. Storm <storm@cua.dk>
28649
28650 * mouse.el (mouse-on-link-p): Change functionality and doc
28651 string to comply with latest description in lisp ref.
28652
28653 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
28654
28655 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
28656 Enable mouse clicks on mode-line, header-line and margin.
28657 (event-type): Give mouse event symbols an `event-kind' property
28658 with value `mouse-click'.
28659
28660 2005-01-12 Juri Linkov <juri@jurta.org>
28661
28662 * facemenu.el (list-colors-display): Add new arg buffer-name.
28663 Use it. Fix docstring. Replace code for identifying duplicate
28664 colors by the name with call to `list-colors-duplicates' which
28665 identifies duplicate colors by the value unless the color
28666 is one of special Windows colors. Set truncate-lines to t.
28667 Print sorted duplicate color names on each line. Indent to 22
28668 \(the longest color name in rgb.txt) instead of 20. Optimize.
28669 (list-colors-duplicates): New function.
28670 (facemenu-color-name-equal): Delete function.
28671
28672 * facemenu.el (list-colors-print): New function created from code
28673 in list-colors-display. Print #RRGGBB at the window right edge.
28674 (list-colors-display): When temp-buffer-show-function is not
28675 defined, call list-colors-print from temp-buffer-show-hook
28676 to get the right value of window-width in list-colors-print
28677 after the buffer is displayed.
28678
28679 * simple.el (pop-mark): Move deactivate-mark out of conditional
28680 part to deactivate the active mark regardless of the state of the
28681 mark ring.
28682
28683 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
28684 variables line in desktop files.
28685
28686 2005-01-12 Juri Linkov <juri@jurta.org>
28687
28688 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
28689 Bring together isearch highlight related options.
28690 (lazy-highlight): Replace group `replace' by `matching'.
28691 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28692 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28693 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
28694 and declare them obsolete.
28695 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
28696 (isearch-faces): Remove defgroup.
28697 (isearch-overlay, isearch-highlight, isearch-dehighlight):
28698 Move isearch highlighting code closer to lazy highlighting code.
28699
28700 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
28701 (query-replace-highlight, query-replace-lazy-highlight)
28702 (query-replace): Move definitions to the beginning of the file.
28703
28704 2005-01-11 Juri Linkov <juri@jurta.org>
28705
28706 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
28707 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
28708 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
28709
28710 * info.el (Info-history-forward): New variable.
28711 (Info-select-node): Reset Info-history-forward to nil.
28712 (Info-last): Turn into defalias.
28713 (Info-history-back): Rename from Info-last.
28714 Add current node to Info-history-forward.
28715 (Info-history-forward): New fun.
28716 (Info-mode-map): Replace Info-last by Info-history-back.
28717 Bind Info-history-forward to "r".
28718 (Info-mode-menu): Replace Info-last by Info-history-back.
28719 Fix menu item text. Add menu item for Info-history-forward.
28720 (info-tool-bar-map): Replace Info-last by Info-history-back.
28721 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
28722 for Info-history-forward.
28723 (Info-mode): Replace Info-last by Info-history-back in docstring.
28724 Add local variable Info-history-forward.
28725 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
28726
28727 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
28728
28729 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
28730 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
28731 Ignore select-window events rather than fiddle with
28732 mouse-autoselect-window.
28733
28734 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
28735
28736 * type-break.el (type-break-mode): Fix previous change.
28737
28738 2005-01-10 Jay Belanger <belanger@truman.edu>
28739
28740 * calc/calc-ext.el (calc-reset): Reset when inside embedded
28741 calculator; only reset when point is inside a calculator.
28742 Don't adjust the window height if the window takes up the whole height
28743 of the frame.
28744
28745 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
28746
28747 * ebuff-menu.el (Electric-buffer-menu-mode):
28748 Preserve value of buffer-local var header-line-format.
28749
28750 2005-01-09 Jay Belanger <belanger@truman.edu>
28751
28752 * calc/calc.el (calc-mode-var-list-restore-saved-values):
28753 Make sure settings file exists before accessing it.
28754
28755 * calc/calc-embed.el (calc-embedded-subst):
28756 Replace math-multi-subst-rec, which is only supposed to be called
28757 by math-multi-subst, by math-multi-subst.
28758
28759 2005-01-09 Andre Spiegel <spiegel@gnu.org>
28760
28761 * vc.el (vc-allow-async-revert): New user option.
28762 (vc-disable-async-diff): New internal variable.
28763 (vc-revert-buffer): Use them to disable asynchronous diff.
28764
28765 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
28766 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
28767 asynchronously if vc-disable-async-diff is t.
28768
28769 2005-01-09 Jay Belanger <belanger@truman.edu>
28770
28771 * calc/calc.el (defcalcmodevar): New macro.
28772 (calc-mode-var-list-restore-default-values)
28773 (calc-mode-var-list-restore-saved-values): New functions.
28774 (calc-mode-var-list): Use defcalcmodevar to define it.
28775 (calc-always-load-extensions, calc-line-numbering)
28776 (calc-line-breaking, calc-display-just, calc-display-origin)
28777 (calc-number-radix, calc-leading-zeros, calc-group-digits)
28778 (calc-group-char, calc-point-char, calc-frac-format)
28779 (calc-prefer-frac, calc-hms-format, calc-date-format)
28780 (calc-float-format, calc-full-float-format, calc-complex-format)
28781 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
28782 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
28783 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
28784 (calc-matrix-brackets, calc-language, calc-language-option)
28785 (calc-left-label, calc-right-label, calc-word-size)
28786 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
28787 (calc-display-raw, calc-internal-prec, calc-angle-mode)
28788 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
28789 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
28790 (calc-window-height, calc-display-trail, calc-show-selections)
28791 (calc-use-selections, calc-assoc-selections)
28792 (calc-display-working-message, calc-auto-why, calc-timing)
28793 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
28794 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
28795 (calc-gnuplot-default-device, calc-gnuplot-default-output)
28796 (calc-gnuplot-print-device, calc-gnuplot-print-output)
28797 (calc-gnuplot-geometry, calc-graph-default-resolution)
28798 (calc-graph-default-resolution-3d, calc-invocation-macro)
28799 (calc-show-banner): Use defcalcmodevar to declare them and set
28800 their default values.
28801
28802 * calc/calc-ext.el (calc-reset): Restore saved values of variables
28803 instead of default values (but restore default values if there is
28804 an argument of 0).
28805
28806 2005-01-09 David Kastrup <dak@gnu.org>
28807
28808 * desktop.el (desktop-restore-eager): Fix typo in type.
28809
28810 2005-01-08 Richard M. Stallman <rms@gnu.org>
28811
28812 * cus-edit.el (customize): Delete :link.
28813
28814 2005-01-08 Jay Belanger <belanger@truman.edu>
28815
28816 * calc/calc.el (calc-mode): Remove the extension from the
28817 `calc-settings-file' file name when loading it.
28818
28819 2005-01-08 Kim F. Storm <storm@cua.dk>
28820
28821 * info.el (Info-mode-map, Info-next-link-keymap)
28822 (Info-prev-link-keymap, Info-up-link-keymap):
28823 Map follow-link to mouse-face.
28824 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
28825
28826 2005-01-08 Jay Belanger <belanger@truman.edu>
28827
28828 * calc/calc.el (calc-settings-file): Change default value.
28829 Suggested by cgw in a comment in calc-mode.el.
28830
28831 * calc/calc-mode.el (calc-settings-file-name):
28832 Compare calc-settings-file to user-init-file instead of ~/.emacs.
28833 Replace ~/.emacs in a prompt by calc-settings-file.
28834
28835 2005-01-07 Lars Hansen <larsh@math.ku.dk>
28836
28837 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
28838 (desktop-lazy-idle-delay): New customizable variables.
28839 (desktop-buffer-args-list): New variable.
28840 (desktop-append-buffer-args): New function.
28841 (desktop-save): Call desktop-append-buffer-args for some buffers.
28842 (desktop-lazy-create-buffer): New function.
28843 (desktop-idle-create-buffers): New function.
28844 (desktop-read): Add message about buffers to restore lazily.
28845 (desktop-lazy-abort): New command.
28846 (desktop-clear): Call desktop-lazy-abort.
28847 (desktop-lazy-complete): New command.
28848
28849 2005-01-06 Richard M. Stallman <rms@gnu.org>
28850
28851 * emacs-lisp/find-func.el (find-face-definition):
28852 Rename from find-face.
28853
28854 2005-01-06 Kim F. Storm <storm@cua.dk>
28855
28856 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
28857
28858 * man.el (Man-xref-man-page, Man-xref-header-file)
28859 (Man-xref-normal-file): Add follow-link property.
28860
28861 2005-01-06 Jay Belanger <belanger@truman.edu>
28862
28863 * calc/calc-units.el: Make sure the proper macro definitions are
28864 available when compiling.
28865
28866 2005-01-06 Juri Linkov <juri@jurta.org>
28867
28868 * isearch.el (isearch-lazy-highlight-update):
28869 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
28870
28871 2005-01-06 Miles Bader <miles@gnu.org>
28872
28873 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
28874 (isearch-lazy-highlight-face): Use new name.
28875
28876 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
28877
28878 * uniquify.el (uniquify-rationalize-file-buffer-names):
28879 Re-add an interactive spec.
28880 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
28881 to the same name.
28882
28883 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
28884 (isearch-update, isearch-done): Adjust calls accordingly.
28885
28886 2005-01-05 Richard M. Stallman <rms@gnu.org>
28887
28888 * custom.el (custom-set-variables, custom-theme-set-variables):
28889 Clarify documentation.
28890
28891 * emacs-lisp/find-func.el (find-variable)
28892 (find-variable-other-window, find-variable-other-frame):
28893 Fix the TYPE args to find-function-read and find-function-do-it.
28894 (find-function): Doc fix.
28895 (find-function-at-point): Replace function-at-point alias.
28896
28897 2005-01-04 Richard M. Stallman <rms@gnu.org>
28898
28899 * cus-face.el (custom-declare-face):
28900 Record defface in current-load-list.
28901
28902 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
28903
28904 * emacs-lisp/find-func.el: Doc fixes.
28905 (find-face-regexp): New variable.
28906 (find-function-regexp-alist): New variable.
28907 (find-function-C-source): Third arg is now TYPE.
28908 (find-function-search-for-symbol): Handle general TYPE.
28909 (find-function-read, find-function-do-it): Handle general TYPE.
28910 (find-definition-noselect, find-face): New functions.
28911 (function-at-point): Alias deleted.
28912
28913 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
28914
28915 * battery.el (display-battery-mode): Rename from display-battery.
28916 Handle the case where it gets turned off.
28917
28918 2005-01-04 Richard M. Stallman <rms@gnu.org>
28919
28920 * cus-edit.el (customize): Make :link point to user doc.
28921
28922 * man.el (Man-fontify-manpage): Turn off undo generation.
28923
28924 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
28925
28926 2005-01-04 Andreas Schwab <schwab@suse.de>
28927
28928 * files.el (insert-directory): Only look for error lines in
28929 inserted text. Don't move too far after processing --dired markers.
28930
28931 2005-01-04 Richard M. Stallman <rms@gnu.org>
28932
28933 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
28934 Don't expand if the character is @, period, dash, etc.
28935 (define-mail-abbrev): Quote names that contain problem characters.
28936
28937 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
28938
28939 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
28940
28941 2005-01-03 Richard M. Stallman <rms@gnu.org>
28942
28943 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
28944 (query-replace-highlight, query-replace-lazy-highlight)
28945 (query-replace): Definitions moved up. Doc fix.
28946
28947 2005-01-03 Richard M. Stallman <rms@gnu.org>
28948
28949 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
28950 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28951 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28952 (lazy-highlight-face): Rename from isearch-lazy-...
28953 Change all references to them.
28954
28955 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
28956
28957 * cus-edit.el (custom-file): Doc fix for defcustom.
28958 (custom-file): The function no longer sets the variable
28959 `custom-file' to its return value.
28960
28961 * startup.el (command-line): No longer load `custom-file'.
28962
28963 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
28964
28965 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
28966
28967 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
28968 Don't confuse module-prefixed identifiers for labels.
28969 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
28970
28971 2005-01-02 Richard M. Stallman <rms@gnu.org>
28972
28973 * files.el (basic-save-buffer-1): Fix previous change.
28974
28975 * loadhist.el (file-loadhist-lookup): New function.
28976 (file-provides, file-requires): Use it.
28977
28978 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
28979 instead of calculating the right size.
28980
28981 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28982
28983 * vc-svn.el (vc-svn-diff): Stay local if possible.
28984
28985 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
28986
28987 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
28988
28989 * files.el (hack-local-variables): Fix last change.
28990
28991 2005-01-02 Jay Belanger <belanger@truman.edu>
28992
28993 * calc/calc-yank.el (calc-edit-top): New variable.
28994 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
28995 object. Change header properties.
28996 (calc-edit-finish, calc-edit-finish-stack-object)
28997 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
28998 edited object.
28999 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
29000 for the beginning of the edited object.
29001 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
29002 for the beginning of the edited object.
29003 * calc/calc-prog.el (calc-edit-macro-finish-edit)
29004 (calc-finish-formula-edit, calc-macro-repeats)
29005 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
29006 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
29007 beginning of the edited object.
29008 (calc-user-define-edit): Change the header for editing macros.
29009 Remove unnecessary variable.
29010
29011 2005-01-01 Jay Belanger <belanger@truman.edu>
29012
29013 * calc/calc-yank.el (calc-edit-mode): Change default header.
29014 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
29015 * calc/calc-store.el (calc-edit-variable): Change title to match new
29016 header.
29017 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
29018 mode to match new header.
29019 (calc-user-define-edit): Change titles to include names of commands.
29020 (calc-finish-formula-edit): Adjust to handle new header.
29021 (calc-finish-macro-edit): Remove.
29022 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
29023 (calc-edit-macro-command, calc-edit-macro-command-type)
29024 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
29025 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
29026 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
29027 (calc-edit-macro-finish-edit): New functions.
29028 (calc-user-define-edit): Use new functions to edit named calc macros.
29029
29030 2005-01-01 Stefan <monnier@iro.umontreal.ca>
29031
29032 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
29033
29034 * ses.el (copy-region-as-kill): Deactivate mark.
29035
29036 2005-01-01 Richard M. Stallman <rms@gnu.org>
29037
29038 * replace.el (occur-1): If the output buffer is also an input,
29039 don't kill it, rename it.
29040
29041 * faces.el (set-face-background, set-face-foreground): Doc fix.
29042
29043 * cus-face.el (custom-face-attributes): Fix :help-echo strings
29044 for :foreground and :background.
29045
29046 * dired.el (dired-view-command-alist): Variable deleted.
29047 (dired-view-file, dired-mouse-find-file-other-window):
29048 Delete the code to use it.
29049
29050 2005-01-01 Kim F. Storm <storm@cua.dk>
29051
29052 * image.el (insert-sliced-image): Use t for line-height property.
29053
29054 See ChangeLog.11 for earlier changes.
29055
29056 ;; Local Variables:
29057 ;; coding: iso-2022-7bit
29058 ;; add-log-time-zone-rule: t
29059 ;; End:
29060
29061 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
29062 Copying and distribution of this file, with or without modification,
29063 are permitted provided the copyright notice and this notice are preserved.
29064
29065 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1