]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(bs--redisplay): Fix typo in docstring.
[gnu-emacs] / lisp / ChangeLog
1 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * bs.el (bs--redisplay): Fix typo in docstring.
4 (bs--window-config-coming-from): Make frame-local.
5 (bs--restore-window-config): New function.
6 (bs-kill, bs-select, bs-select-other-window)
7 (bs-select-other-frame): Use it.
8 (bs--window-for-buffer): Return as soon as a matching buffer is found.
9 (bs--show-with-configuration): Save the window configuration as a
10 frame local var, and only if *buffer-selection* is not already
11 visible on this frame.
12
13 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
14
15 * vc-svn.el (vc-svn-admin-directory): New var.
16 (vc-svn-registered, vc-svn-responsible-p)
17 (vc-svn-repository-hostname): Use it.
18 Suggested by arit93@yahoo.com.
19
20 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
21
22 * ldefs-boot.el: Regenerate.
23
24 2006-11-08 Alan Mackenzie <acm@muc.de>
25
26 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
27 case (eq open-paren-in-column-0-is-defun-start nil) by searching
28 for least nested open-paren.
29
30 2006-11-08 Romain Francoise <romain@orebokech.com>
31
32 * subr.el (remove-overlays): Fix typo in last change.
33
34 2006-11-08 Richard Stallman <rms@gnu.org>
35
36 * subr.el (remove-overlays): Call overlay-recenter.
37
38 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
39
40 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
41 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
42 behaviour.
43 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
44 directly.
45
46 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
47
48 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
49 (ido-max-dir-file-cache, ido-decorations)
50 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
51 (ido-magic-backward-char, ido-enter-dired)
52 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
53 (ido-list-directory, ido-first-match, ido-only-match)
54 (ido-subdir, ido-indicator): Fix typos in docstrings.
55 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
56 (ido-read-internal): Fix typo in error message.
57
58 2006-11-08 Kenichi Handa <handa@m17n.org>
59
60 * international/mule-cmds.el (set-default-coding-systems): Always
61 set default-file-name-coding-system to utf-8 for Mac Darwin.
62
63 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
64
65 * makefile.w32-in (setwins): Remove.
66 (WINS_ALMOST): New macro.
67 (WINS): Use it.
68 (autoloads): Don't extract autoloads from files in obsolete/.
69
70 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
71
72 * whitespace.el (whitespace-buffer): Call remove-overlays after
73 overlay-recenter for performance. Suggested by Martin Rudalics.
74
75 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
76
77 * net/tramp.el (tramp-default-method): scp is the default method.
78
79 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
80
81 * server.el (server-start): Save also the Emacs pid in the server file.
82
83 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
84
85 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
86 point when displaying a bibtex cross reference in the echo area.
87
88 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
89
90 * international/mule.el (make-char): Fix typo in docstring.
91 (load-with-code-conversion, charsetp): Doc fixes.
92
93 * international/ja-dic-cnv.el (skkdic-convert):
94 * cus-edit.el (hook): Fix typo in docstring.
95
96 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
97
98 * cus-edit.el (custom-mode-map): Move defvar above code using it.
99 (custom-mode-link-map): New variable.
100 (custom-group-link, custom-manual): Use follow-link.
101
102 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
103
104 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
105 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
106
107 2006-11-06 Richard Stallman <rms@gnu.org>
108
109 * textmodes/flyspell.el (flyspell-correct-word-before-point):
110 New function broken out of flyspell-correct-word.
111 (flyspell-mode-map): Bind it to M-RET.
112 (flyspell-correct-word): Call it.
113
114 * textmodes/fill.el (fill-minibuffer-function): New function.
115 (fill-paragraph): Bind fill-paragraph-function to
116 fill-minibuffer-function.
117
118 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
119 so that they aren't undefined.
120
121 * dired.el (dired-readin): Locally bind file-name-coding-system.
122
123 * bindings.el: Shorten and clarify usual mode line mouse help string.
124
125 * Makefile.in (autoloads): Don't include `obsolete'.
126
127 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
128
129 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
130 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
131 Printing menu if it's not initialized.
132 (pr-menu-bind): Act on menu-bar-file-menu directly.
133
134 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
135
136 * help.el (view-emacs-news): Fix typo in error message.
137
138 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
139
140 * shadowfile.el (shadow-define-regexp-group)
141 (shadow-literal-groups, shadow-insert-var): Doc fixes.
142 (shadow-read-files): Fix typo in message.
143 (shadow-inhibit-overload, shadow-find, shadow-suffix)
144 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
145 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
146 (shadow-file-match): Fix typos in docstrings.
147
148 * terminal.el (terminal-emulator): Fix typo in message.
149
150 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
151
152 * emacs-lisp/lselect.el (x-kill-primary-selection)
153 (x-delete-primary-selection, x-copy-primary-selection):
154 Fix typos in error messages.
155
156 * emulation/edt-mapper.el: Fix typo in interactive message.
157
158 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
159
160 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
161 (ispell-help): Fix typos in docstrings.
162 (ispell-help): Fix typo in output message.
163
164 * allout.el (allout-adjust-file-variable)
165 (allout-passphrase-verifier-string)
166 (allout-passphrase-hint-string)
167 (allout-toggle-current-subtree-encryption):
168 * apropos.el (apropos-synonyms):
169 * cus-edit.el (hook):
170 * emacs-lock.el (emacs-lock-from-exiting):
171 * follow.el (follow-avoid-tail-recenter-p):
172 * hexl.el (hexl-mode):
173 * mouse-copy.el (mouse-copy-work-around-drag-bug):
174 * mouse.el (mouse-set-font):
175 * resume.el (resume-emacs-args-file):
176 * rfn-eshadow.el (file-name-shadow-tty-properties):
177 * t-mouse.el (t-mouse-process, t-mouse-mode):
178 * emacs-lisp/cust-print.el (custom-print-install)
179 (custom-print-uninstall, custom-format):
180 * emacs-lisp/shadow.el (list-load-path-shadows):
181 * emulation/tpu-edt.el (tpu-help-text)
182 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
183 (tpu-reset-control-keys):
184 * emulation/vip.el (vip-emacs-local-map)
185 (vip-change-mode-to-emacs):
186 * emulation/viper.el (viper-mode, viper-set-hooks)
187 (viper-major-mode-modifier-list):
188 * emulation/viper-init.el (viper-emacs-state-cursor-color):
189 * emulation/viper-keym.el (viper-emacs-kbd-map)
190 (viper-toggle-key):
191 * mail/feedmail.el (feedmail-queue-reminder)
192 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
193 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
194 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
195 (feedmail-sender-line, feedmail-force-binary-write)
196 (feedmail-from-line, feedmail-deduce-envelope-from)
197 (feedmail-x-mailer-line, feedmail-message-id-generator)
198 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
199 (feedmail-enable-spray, feedmail-spray-this-address)
200 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
201 (feedmail-queue-runner-confirm-global)
202 (feedmail-ask-before-queue-prompt)
203 (feedmail-ask-before-queue-reprompt)
204 (feedmail-prompt-before-queue-standard-alist)
205 (feedmail-prompt-before-queue-user-alist)
206 (feedmail-prompt-before-queue-help-supplement)
207 (feedmail-queue-use-send-time-for-message-id)
208 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
209 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
210 (feedmail-mail-send-hook-queued)
211 (feedmail-confirm-addresses-hook-example)
212 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
213 (feedmail-queue-runner-mode-setter)
214 (feedmail-queue-alternative-mail-header-separator)
215 (feedmail-queue-runner-message-sender)
216 (feedmail-buffer-eating-function, feedmail-binmail-template)
217 (feedmail-run-the-queue-no-prompts)
218 (feedmail-run-the-queue-global-prompt)
219 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
220 (feedmail-envelope-deducer, feedmail-fiddle-date)
221 (feedmail-default-message-id-generator)
222 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
223 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
224 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
225 (vms-pmail-setup):
226 * play/dunnet.el (dun-help):
227 * play/handwrite.el (handwrite):
228 * play/hanoi.el (hanoi-unix-64):
229 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
230 * textmodes/enriched.el (fixed):
231 * textmodes/org.el (org-file-apps)
232 (org-emphasis-regexp-components, org-emphasis-alist):
233 * textmodes/texinfmt.el (batch-texinfo-format):
234 Fix typos in docstrings.
235
236 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
237
238 * loadhist.el (read-feature): Don't complete features not loaded
239 from a file (which make `unload-feature' to fail).
240
241 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
242
243 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
244
245 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
246
247 * startup.el (command-line-1): Kill emacs if the last frame is
248 deleted while evaluating the command-line arguments.
249
250 2006-11-05 Richard Stallman <rms@gnu.org>
251
252 * startup.el (init-file-had-error): Add doc string.
253 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
254 Use fixed-width font for keyboard key descriptions.
255
256 * cus-edit.el (custom-save-all): Error if saving in .emacs
257 and it had an error when loaded.
258
259 * dired-aux.el (dired-copy-file-recursive): Catch errors
260 from recursive copies in the loop, around the recursive call.
261
262 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
263
264 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
265 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
266 `/proc/acpi/thermal_zone/*'.
267 (battery-search-for-one-match-in-files): New. Search a regexp in
268 the content of some files.
269
270 2006-11-05 Martin Rudalics <rudalics@gmx.at>
271
272 * window.el (mouse-autoselect-window-now): Remove variable.
273 (mouse-autoselect-window-state): New variable.
274 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
275 (mouse-autoselect-window-select, handle-select-window):
276 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
277 Suspend delayed autoselection during menu or popup dialog.
278
279 * info-look.el (info-lookup-guess-custom-symbol): New function
280 for retrieving symbol at point in custom buffers.
281 (top level) <info-lookup-maybe-add-help>: Add backquote and
282 comma to ignored characters in regexps of help specifications
283 for emacs-lisp-mode and lisp-interaction-mode. This permits
284 looking up symbols in `...' and after a comma. Add help
285 specifications for custom-mode and help-mode.
286
287 2006-11-04 Eli Zaretskii <eliz@gnu.org>
288
289 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
290 Don't encode body if RAW is non-nil, or if the old encoding is
291 identical to the new encoding, or if the body contains only
292 eight-bit-* characters.
293
294 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
295
296 * faces.el (faces-sample-overlay, describe-face): Revert last
297 changes.
298 (faces-sample-overlay): Remove variable.
299 (describe-face): Insert sample text in the face being described.
300
301 2006-11-04 Martin Rudalics <rudalics@gmx.at>
302
303 * whitespace.el (whitespace-indent-regexp): Make this match any
304 multiples of eight spaces near the beginning of a line.
305 (whitespace-buffer): Use `remove-overlays' instead of
306 `whitespace-unhighlight-the-space' and `overlay-recenter' to
307 speed up overlay handling.
308 (whitespace-buffer-leading, whitespace-buffer-trailing): Make
309 these functions highlight the text removed by
310 `whitespace-buffer-leading-cleanup' and
311 `whitespace-buffer-trailing-cleanup' respectively.
312 (whitespace-buffer-search): Use `with-local-quit'. Move
313 `format' out of loop to speed up scanning larger buffers.
314 (whitespace-unhighlight-the-space): Remove `remove-hook' since
315 that function is never added to a hook.
316 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
317 (whitespace-buffer-leading-cleanup)
318 (whitespace-refresh-rescan-list): Fix docstrings.
319
320 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
321
322 * allout.el (allout-during-yank-processing): Cue for inhibiting
323 aberrance processing during yanks.
324 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
325 the amount of yanked topics that can be aberrant.
326 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
327 a function, and supplement with inihibition of doublechecking
328 during yanks.
329 (allout-beginning-of-line, allout-next-heading)
330 (allout-previous-heading, allout-goto-prefix-doublechecked)
331 (allout-back-to-current-heading, allout-next-visible-heading)
332 (allout-next-sibling): Use new allout-do-doublecheck function.
333 (allout-next-sibling): Ensure we made progress when returning
334 other than nil.
335 (allout-rebullet-heading): Preserve text property annotations
336 indicating the text was hidden, if it was.
337 (allout-kill-line): Remove any added was-hidden annotations.
338 (allout-kill-topic): Remove any added was-hidden annotations.
339 (allout-annotate-hidden): Inhibit adding was-hidden text
340 properties to the undo list.
341 (allout-deannotate-hidden): New function to remove was-hidden
342 annotation.
343 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
344 (allout-remove-exposure-annotation): Replaced by
345 allout-deannotate-hidden.
346 (allout-yank-processing): Signal that yank processing is happening
347 with allout-during-yank-processing. Also, wrap
348 allout-unprotected's closer to the text changes, for easier
349 debugging. We need to inhibit-field-text-motion explicitly, in
350 lieu of the encompassing allout-unprotected.
351 (outlineify-sticky): Adjust criteria for triggering new outline
352 decorations to presence or absence of any topics, not just a topic
353 at the beginning of the buffer.
354
355 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
356
357 * bs.el (bs--show-all, bs--redisplay):
358 * cus-edit.el (custom-unlispify-menu-entries)
359 (custom-unlispify-tag-names, custom-prompt-variable):
360 * expand.el (expand-pos):
361 * speedbar.el (speedbar-generic-list-tag-p):
362 * wid-edit.el (widget-image-enable):
363 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
364 * emacs-lisp/find-func.el (find-function-noselect)
365 (find-function, find-variable-noselect, find-variable)
366 (find-definition-noselect, find-face-definition):
367 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
368 * net/eudc-vars.el (eudc-expansion-overwrites-query):
369 * progmodes/ada-xref.el (ada-find-in-ali):
370 * textmodes/flyspell.el (flyspell-check-tex-math-command):
371 * textmodes/org.el (org-copy-subtree):
372 * textmodes/table.el (table--row-column-insertion-point-p):
373 Use "non-nil" in docstrings.
374
375 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
376
377 * sort.el (sort-columns): Set the field separator to tab; on
378 NetBSD, sort complains if "\n" is used as field separator.
379
380 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
381
382 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
383
384 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * server.el (server-auth-key): Remove. Replace by a process-property.
387 (server-start): Don't remove the file of the previous process, but
388 instead clear out the place for the new file.
389 (server-start): Set the :auth-key property.
390 (server-process-filter): Use the :auth-key property.
391
392 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
393
394 * textmodes/org.el (org-mode-map): No longer copy
395 `outline-mode-map' explicitly - this is already done by
396 `define-derived-mode'.
397
398 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
399
400 * server.el (server-visit-files): Use `when'.
401 (server-process-filter): When authentication fails, send error
402 message to client. Wrap `process-send-region' in `ignore-errors'
403 instead of `condition-case', and remove misleading comment.
404
405 2006-11-01 Juri Linkov <juri@jurta.org>
406
407 * simple.el (yank): Doc fix.
408
409 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * server.el: Try and fit within 80 columns.
412 (server-start): Make the auth file unreadable by other users.
413
414 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
415
416 * battery.el (battery-linux-proc-acpi): Prevent range error when
417 `full-capacity' is 0.
418
419 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
420
421 * faces.el (faces-sample-overlay): New defvar.
422 (faces-sample-overlay): New function to show face sample text.
423 (describe-face): Use it.
424
425 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
426
427 * progmodes/ada-stmt.el: Change maintainer, apply
428 whitespace-cleanup, checkdoc.
429 (ada-func-or-proc-name): Add doc string.
430
431 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
432 whitespace-cleanup, checkdoc. Minor improvements to many doc
433 strings and comments.
434 (ada-prj-display-page): Change buffer name to more accurately
435 reflect function.
436
437 * progmodes/ada-xref.el: Change maintainer, apply
438 whitespace-cleanup, checkdoc. Minor improvements to many doc
439 strings and comments. Don't look for `gvd' or `ddd' debuggers.
440 (ada-compile-current): Don't add newlines to commands.
441
442 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
443
444 * server.el: Add support for TCP sockets.
445 (server-use-tcp, server-host, server-auth-dir): New options.
446 (server-auth-key): New variable.
447 (server-ensure-safe-dir): Create nonexistent parent dirs.
448 Ignore Unix-style file modes on Windows.
449 (server-start): Crete a TCP or Unix socket according to the value
450 of `server-use-tcp'. For TCP sockets, create the id/auth file in
451 `server-auth-dir' directory.
452 (server-process-filter): Delete process if authentication
453 fails (which never happens for Unix sockets).
454
455 2006-10-30 David Kastrup <dak@gnu.org>
456
457 * subr.el (add-to-list): Don't continue checking if a match has
458 been found.
459
460 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
461
462 * tutorial.el: Move defvars to avoid bytecomp warnings.
463 (tutorial--find-changed-keys): Check if viper-current-state is
464 bound before using it.
465 (help-with-tutorial): Check if viper-tutorial is defined before
466 using it.
467
468 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
469
470 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
471
472 * tutorial.el: New file.
473 (help-with-tutorial): Moved here from help-fns.el. Added help for
474 rebound keys. Fixed resume of tutorial.
475 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
476 (tutorial--find-changed-keys, tutorial--display-changes)
477 (tutorial--saved-dir, tutorial--saved-file)
478 (tutorial--save-tutorial): New functions to support the changes in
479 help-with-tutorial.
480
481 2006-10-30 Kenichi Handa <handa@m17n.org>
482
483 * files.el (revert-buffer): If a unibyte buffer is being reverted
484 with a coding system for multibyte, set buffer multibyte before
485 calling insert-file-contents.
486
487 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * server.el (server-select-display): Use a dummy buffer to detect when
490 the frame is later used.
491 (server-select-display): New function.
492 (server-process-filter): Use it to detect unused temp frames.
493
494 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
495
496 * progmodes/ada-mode.el: Change maintainer, apply
497 whitespace-clean, checkdoc. Minor improvements to many doc strings.
498 (ada-mode-version): New function.
499 (ada-create-menu): Menu operations are available for all supported
500 compilers.
501
502 2006-10-29 Lars Hansen <larsh@soem.dk>
503
504 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
505 Highlight as keyword.
506 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
507 Don't call tramp-method-out-of-band-p for local files.
508 (tramp-touch): Quote file name.
509
510 2006-10-28 Glenn Morris <rgm@gnu.org>
511
512 * calendar/calendar.el (cal-html-cursor-month)
513 (cal-html-cursor-year): Add autoloads for this new package.
514 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
515
516 2006-10-28 Anna Bigatti <bigatti@dima.unige.it>
517
518 * calendar/cal-html.el: New file.
519
520 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
521
522 * emacs-lisp/authors.el (authors-aliases): Update.
523
524 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
525
526 * version.el (emacs-version): Bump version number to 22.0.90.
527
528 2006-10-26 John W. Eaton <jwe@octave.org>
529
530 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
531 New defvar.
532 (inferior-octave-resync-dirs): Check to see whether Octave has
533 built-in variables and set inferior-octave-has-built-in-variables.
534 Check inferior-octave-has-built-in-variables to decide whether to
535 send commands that set built-in variables or call functions to
536 change Octave's behavior.
537 Send "disp (pwd ())" to Octave instead of just "pwd".
538 (inferior-octave-startup): Send "more off" to Octave instead of
539 "page_screen_output = 0".
540
541 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
542
543 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
544 pattern normally.
545
546 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
547
548 * bindings.el (mode-line-mode-menu): Remove bindings for global
549 minor modes (line/column number) as they are on the menubar.
550
551 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
552
553 * term/w32-win.el (x-handle-name-switch): Doc fix.
554 (w32-standard-fontset-spec): Fix typo in docstring.
555
556 * midnight.el (midnight-buffer-display-time): Doc fix.
557 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
558
559 2006-10-22 Martin Rudalics <rudalics@gmx.at>
560
561 * textmodes/flyspell.el (flyspell-check-region-doublons):
562 Fix last fix.
563
564 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
565
566 * bindings.el (mode-line-mode-menu): List global minor modes
567 before local ones.
568
569 2006-10-23 Kim F. Storm <storm@cua.dk>
570
571 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
572 (sit-for): If last command was a prefix arg, add the read-ahead
573 event to unread-command-events as (t . EVENT) so it will be added
574 to this-command-keys by read-key-sequence.
575
576 2006-10-22 Martin Rudalics <rudalics@gmx.at>
577
578 * textmodes/flyspell.el (flyspell-word): Skip past all previous
579 whitespace when checking doublons.
580 (flyspell-check-region-doublons): Fix doublon regexp.
581 (flyspell-highlight-incorrect-region): Highlight doublons using
582 flyspell-duplicate face.
583
584 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
585
586 2006-10-22 John Wiegley <johnw@newartisans.com>
587
588 * progmodes/python.el (python-use-skeletons): python-mode was
589 auto-inserting templates (for those with abbrev-mode on), not only
590 by default -- *but without a configuration variable to disable
591 it*. This rendered python-mode completely useless for me, so I
592 have added `python-use-skeletons', which is now off by default.
593
594 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
595
596 * progmodes/cperl-mode.el (cperl-mode): Don't assume
597 font-lock-multiline is auto-local (it's not).
598 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
599 initialized before calling cperl-init-faces.
600
601 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
602
603 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
604 gdb-stack-position a value when there is no fringe.
605
606 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
607 indicator if not visiting a file.
608
609 2006-10-20 David Kastrup <dak@gnu.org>
610
611 * window.el (kill-buffer-and-window): Fix a bug where an aborted
612 operation would still cause some window to collapse later.
613
614 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * vc.el (vc-switch-backend): Try to be more careful with unwanted
617 side-effect due to mixing various backends's file properties.
618
619 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
620 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
621 Return `filename's status if applicable. Update callers.
622
623 2006-10-19 Kenichi Handa <handa@m17n.org>
624
625 * international/kkc.el (kkc-region): When a key sequence is not
626 defined, append (this-single-command-raw-keys) to
627 unread-input-method-events.
628
629 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
630
631 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
632
633 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
634
635 * version.el (emacs-version): Use mac-carbon-version-string.
636
637 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
638
639 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
640
641 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
642 (by Kenichi Handa).
643 (xselect-convert-to-string): Decline requests for UTF8_STRING if
644 the selection is not UTF-8.
645
646 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
647
648 * progmodes/ada-mode.el (ada-83-string-keywords)
649 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
650 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
651 (ada-looking-at-semi-private, ada-get-body-name):
652 Fix typos in docstrings.
653 (ada-create-case-exception, ada-create-case-exception-substring):
654 Fix typos in error messages.
655 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
656
657 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
658
659 * term/x-win.el (res-geometry): Don't set geometry from Xresources
660 to default-frame-alist if default-frame-alist already contains
661 width/height.
662
663 2006-10-18 Richard Stallman <rms@gnu.org>
664
665 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
666 Non-interactive arg is the value, not the expression.
667
668 * simple.el (read-expression-map): Just set it, no defvar.
669
670 * subr.el (insert-for-yank-1): If last inserted char has
671 properties, mark them as rear-nonsticky.
672
673 * recentf.el (recentf-mode): Doc fix.
674
675 * facemenu.el (facemenu-add-new-face): Defend against symbol
676 that isn't a face name.
677
678 * dired-aux.el (dired-do-copy): Doc fix.
679
680 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
681
682 * simple.el (line-move-1): Ignore fields when moving to the
683 beginning of line to avoid getting point stuck.
684
685 2006-10-18 Martin Rudalics <rudalics@gmx.at>
686
687 * textmodes/flyspell.el (flyspell-word-search-backward):
688 Set inhibit-point-motion-hooks to avoid looping due to intangibile
689 text.
690
691 2006-10-16 Richard Stallman <rms@gnu.org>
692
693 * help-fns.el (describe-function-1): Special case optimization
694 for self-insert-command.
695
696 2006-10-16 Kim F. Storm <storm@cua.dk>
697
698 * ido.el (ido-reread-directory): Work in `dir' mode too.
699
700 2006-10-15 Martin Rudalics <rudalics@gmx.at>
701
702 * textmodes/table.el: Require 'regexp-opt.
703
704 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
705
706 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
707 Use shell-quote-argument.
708
709 * shell.el (explicit-bash-args): Likewise.
710
711 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
712 Use grep -E rather than egrep.
713
714 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
715
716 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
717
718 2006-10-15 Kim F. Storm <storm@cua.dk>
719
720 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
721
722 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
723
724 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
725 to protect whitespace and metacharacters from the shell.
726
727 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
728
729 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
730
731 2006-10-13 Eli Zaretskii <eliz@gnu.org>
732
733 * subr.el (start-process-shell-command): Doc fix.
734
735 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
736
737 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
738 the regexp for Maxima symbols.
739
740 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
743 (vc-find-root): Don't walk higher up than ~.
744
745 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
746
747 * international/utf-8.el (utf-translate-cjk-load-tables):
748 Avoid clobbering last-coding-system-used during load.
749
750 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
751
752 * textmodes/reftex-global.el (reftex-create-tags-file):
753 Quote file arguments.
754
755 2006-10-12 Richard Stallman <rms@gnu.org>
756
757 * files.el (file-name-history): Add defvar.
758 (save-some-buffers-action-alist): Improve description strings.
759
760 2006-10-12 Andreas Schwab <schwab@suse.de>
761
762 * files.el (auto-mode-alist): Match change log file name also with
763 a dash before a numeric extension.
764
765 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
766
767 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
768 After 5.0:
769 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
770
771 After 5.1: Major edit. Summary of most visible changes:
772
773 - Multiple <<HERE per line allowed.
774 - Handles multiline subroutine declaration headers (with comments).
775 (The exception is `cperl-etags' - but it is not used in the rest
776 of the mode.)
777 - Fontifies multiline my/our declarations (even with comments,
778 and with legacy `font-lock').
779 - Major speedup of syntaxification, both immediate and postponed
780 (3.5x to 15x [for different CPUs and versions of Emacs] on the
781 huge real-life document I tested).
782 - New bindings, edits to imenu.
783 - "_" is made into word-char during fontification/syntaxification;
784 some attempts to recognize non-word "_" during other operations too.
785 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
786 - autoload some more perldoc-related stuff
787 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
788 - Attempt to incorporate XEmacs edits which reached me.
789
790 Fine-grained changelog:
791 (cperl-hook-after-change): New configuration variable.
792 (cperl-vc-sccs-header): Likewise.
793 (cperl-vc-sccs-header): Likewise.
794 (cperl-vc-header-alist): Default via two preceding variables.
795 (cperl-invalid-face): Remove double quoting under XEmacs
796 (still needed under 21.2).
797 (cperl-tips): Update URLs for resources.
798 (cperl-problems): Likewise.
799 (cperl-praise): Mention new features.
800 New C-c key bindings: for `cperl-find-bad-style',
801 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
802 `cperl-perdoc', and `cperl-perldoc-at-point'.
803 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
804 moved, new submenu of Tools with Ispell entries and narrowing.
805 (cperl-after-sub-regexp): New defsubst.
806 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
807 Allows heads up to head4.
808 Allow "package;".
809 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
810 (paren-backwards-message): ??? Something for XEmacs???
811 (cperl-mode): Never auto-switch abbrev-mode off.
812 Try to allow '_' be non-word char.
813 Do not use `font-lock-unfontify-region-function' on XEmacs.
814 Reset syntax cache on mode start.
815 Support multiline facification (even on legacy `font-lock').
816 (cperl-facemenu-add-face-function): ??? Some contributed code ???
817 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
818 refuse to inform us whether the fontification is due to lazy
819 calling or due to edit to a buffer, install our own hook
820 (controlled by `cperl-hook-after-change').
821 (cperl-electric-pod): =cut may have been recognized as start.
822 (cperl-block-p): Move, updatedfor attributes.
823 (cperl-calculate-indent): Try to allow '_' be non-word char
824 Support subs with attributes.
825 (cperl-where-am-i): Queit (?) a warning.
826 (cperl-cached-syntax-table) New function.
827 (cperl-forward-re): Use `cperl-cached-syntax-table'.
828 (cperl-unwind-to-safe): Recognize `syntax-type' property
829 changing in a middle of line.
830 (cperl-find-sub-attrs): New function.
831 (cperl-find-pods-heres): Allow many <<EOP per line.
832 Allow subs with attributes.
833 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
834 Recognize "extproc " (OS/2) case-folded and only at start.
835 /x on s///x with empty replacement was not recognized.
836 Better comments.
837 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
838 Allow subs with attributes, labels.
839 Do not confuse "else::foo" with "else".
840 Minor optimizations...
841 (cperl-after-expr-p): Try to allow '_' be non-word char.
842 (cperl-fill-paragraph): Try to detect a major bug in Emacs
843 with `looking-at' inside `narrow' and bulk out if found.
844 (cperl-imenu--create-perl-index): Updates for new
845 `cperl-imenu--function-name-regexp-perl'.
846 (cperl-outline-level): Likewise.
847 (cperl-init-faces): Allow multiline subroutine headers
848 and my/our declarations, and ones with comments.
849 Allow subroutine attributes.
850 (cperl-imenu-on-info): Better docstring.
851 (cperl-etags): Rudimentary support for attributes.
852 Support for packages and "package;".
853 (cperl-add-tags-recurse-noxs): Better (?) docstring.
854 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
855 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
856 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
857 (cperl-perldoc): Add autoload.
858 (cperl-perldoc-at-point): Likewise.
859 (cperl-here-doc-spell): New function.
860 (cperl-pod-spell): Likewise.
861 (cperl-map-pods-heres): Likewise.
862 (cperl-get-here-doc-region): Likewise.
863 (cperl-font-lock-fontify-region-function): Likewise (backward
864 compatibility for legacy `font-lock').
865 (cperl-font-lock-unfontify-region-function): Fix style.
866 (cperl-fontify-syntaxically): Recognize and optimize away deferred
867 calls with no-change. Governed by `cperl-hook-after-change'.
868 (cperl-fontify-update): Recognize that syntaxification region
869 can be larger than fontification one.
870 XXXX we leave `cperl-postpone' property, so this is quadratic...
871 (cperl-fontify-update-bad): Temporary placeholder until
872 it is clear how to implement `cperl-fontify-update'.
873 (cperl-time-fontification): New function.
874 (attrib-group): New text attribute.
875 (multiline): New value: `syntax-type' text attribute.
876
877 After 5.2:
878 (cperl-emulate-lazy-lock): New function.
879 (cperl-fontify-syntaxically): Would skip large regions.
880 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
881 Some globals were declared, but uninitialized.
882
883 After 5.3, 5.4:
884 (cperl-facemenu-add-face-function): Add docs, fix U<>.
885 Copyright message updated.
886 (cperl-init-faces): Work around a bug in `font-lock'. May slow
887 facification down a bit.
888 Misprint for my|our|local for old `font-lock'
889 "our" was not fontified same as "my|local".
890 Highlight variables after "my" etc even in
891 a middle of an expression.
892 Do not facify multiple variables after my etc
893 unless parentheses are present.
894
895 After 5.5, 5.6
896 (cperl-fontify-syntaxically): after-change hook could reset.
897 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
898
899 After 5.7:
900 (cperl-init-faces): Allow highlighting of local ($/).
901 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
902 (cperl-problems): Remove fixed problems.
903 (cperl-find-pods-heres): Recognize #-comments in m##x too.
904 Recognize charclasses (unless delimiter is \).
905 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
906 (cperl-regexp-scan): Update docs.
907 (cperl-beautify-regexp-piece): Use information got from regexp scan.
908
909 After 5.8:
910 Major user visible changes:
911 Recognition and fontification of character classes in RExen.
912 Variable indentation of RExen according to groups.
913
914 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
915 Fontify REx charclasses in variable-name face.
916 Fontify POSIX charclasses in "type" face.
917 Fontify unmatched "]" in function-name face.
918 Mark first-char of HERE-doc as `front-sticky'.
919 Reset `front-sticky' property when needed.
920 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
921 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
922 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
923 constructs. Support `narrow'ed buffers.
924 (cperl-praise): Remove a reservation.
925 (cperl-make-indent): New function.
926 (cperl-indent-for-comment): Use `cperl-make-indent'.
927 (cperl-indent-line): Likewise.
928 (cperl-lineup): Likewise.
929 (cperl-beautify-regexp-piece): Likewise.
930 (cperl-contract-level): Likewise.
931 (cperl-toggle-set-debug-unwind): New function.
932 New menu entry for this.
933 (fill-paragraph-function): Use when `boundp'.
934 (cperl-calculate-indent): Take into account groups when indenting RExen.
935 (cperl-to-comment-or-eol): Recognize # which end a string.
936 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
937 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
938 (cperl-fontify-syntaxically): More clear debugging message.
939 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
940 (cperl-init-faces): More complicated highlight even on XEmacs (new).
941 Merge cosmetic changes from XEmacs.
942
943 After 5.9:
944 (cperl-1+): Move to before the first use.
945 (cperl-1-): Likewise.
946
947 After 5.10:
948
949 This code may lock Emacs hard!!! Use at your own risk!
950
951 (cperl-font-locking): New internal variable.
952 (cperl-beginning-of-property): New function.
953 (cperl-calculate-indent): Use `cperl-beginning-of-property'
954 instead of `previous-single-property-change'.
955 (cperl-unwind-to-safe): Likewise.
956 (cperl-after-expr-p): Likewise.
957 (cperl-get-here-doc-region): Likewise.
958 (cperl-font-lock-fontify-region-function): Likewise.
959 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
960 recursively.
961 Bound `next-single-property-change' via `point-max'.
962 (cperl-unwind-to-safe): Bound likewise
963 (cperl-font-lock-fontify-region-function): Likewise.
964 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
965 Initialization of `cperl-font-lock-multiline-start' could be
966 missed if the "main" fontification did not run due to the
967 keyword being already fontified.
968 (cperl-pod-spell): Return t from do-one-chunk function.
969 (cperl-map-pods-heres): Stop when the worker returns nil.
970 Call `cperl-update-syntaxification'.
971 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
972 (cperl-get-here-doc-delim): Remove unused function.
973
974 After 5.11:
975
976 The possible lockup of Emacs (introduced in 5.10) fixed.
977
978 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
979 (cperl-syntaxify-for-menu): New customization variable.
980 (cperl-select-this-pod-or-here-doc): New function.
981 (cperl-get-here-doc-region): Extra argument.
982 Do not adjust pos by 1.
983
984 New menu entries
985 (Perl/Tools): Selection of current POD or HERE-DOC section.
986 (Debugging CPerl:) backtrace on fontification.
987
988 After 5.12:
989 (cperl-cached-syntax-table): Use `car-safe'.
990 (cperl-forward-re): Remove spurious argument SET-ST.
991 Add documentation.
992 (cperl-forward-group-in-re): New function.
993 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
994 (XXXX Temporary (?) hack is to syntax-mark them as comment).
995
996 After 5.13:
997 (cperl-string-syntax-table): Make { and } not-grouping
998 (Sometimes they ARE grouping in RExen, but matching them would only
999 confuse in many situations when they are not)
1000 (beginning-of-buffer): Replace two occurences with goto-char...
1001 (cperl-calculate-indent): `char-after' could be nil...
1002 (cperl-find-pods-heres): REx can start after "[" too.
1003 Hightlight (??{}) in RExen too.
1004 (cperl-maybe-white-and-comment-rex): New constant
1005 (cperl-white-and-comment-rex): Likewise.
1006 XXXX Not very efficient, but hard to make
1007 better while keeping 1 group.
1008
1009 After 5.13:
1010 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
1011 Likewise for 1 << identifier.
1012
1013 After 5.14:
1014 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
1015 Error-less condition-case could fail.
1016 (cperl-font-lock-fontify-region-function): Likewise.
1017 (cperl-init-faces): Likewise.
1018
1019 After 5.15:
1020 (cperl-find-pods-heres): Support property REx-part2.
1021 (cperl-calculate-indent): Likewise.
1022 Don't special-case REx with non-empty 1st line.
1023 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
1024 Invert highlighting of charclasses:
1025 now the envelop is highlighted.
1026 Highlight many others 0-length builtins.
1027 (cperl-praise): Mention indenting and highlight in RExen.
1028
1029 After 5.15:
1030 (cperl-find-pods-heres): Highlight capturing parens in REx.
1031
1032 After 5.16:
1033 (cperl-find-pods-heres): Highlight '|' for alternation
1034 Initialize `font-lock-warning-face' if not present.
1035 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
1036 `font-lock-function-name-face'.
1037 (cperl-look-at-leading-count): Likewise.
1038 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
1039 `font-lock-keyword-face' (needed for
1040 batch processing), etc...
1041 Use `font-lock-builtin-face' for builtin in REx
1042 Now `font-lock-variable-name-face'
1043 is used for interpolated variables
1044 Use "talking aliases" for faces inside REx
1045 Highlight parts of REx (except in charclasses)
1046 according to the syntax and/or semantic
1047 Syntax-mark a {}-part of (?{}) as "comment"
1048 (it was the ()-part)
1049 Better logic to distinguish what is what in REx
1050 (cperl-tips-faces): Document REx highlighting
1051 (cperl-praise): Mention REx syntax highlight etc.
1052
1053 After 5.17:
1054 (cperl-find-sub-attrs): Would not always manage to print error message.
1055 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
1056
1057 After 5.18:
1058 (cperl-find-pods-heres): Misprint in REx for parsing REx.
1059 Very minor optimization.
1060 `my-cperl-REx-modifiers-face' got quoted.
1061 Recognize "print $foo <<END" as HERE-doc.
1062 Put `REx-interpolated' text attribute if needed.
1063 (cperl-invert-if-unless-modifiers): New function.
1064 (cperl-backward-to-start-of-expr): Likewise.
1065 (cperl-forward-to-end-of-expr): Likewise.
1066 (cperl-invert-if-unless): Works in "the opposite way" too.
1067 Cursor position on return is on the switch-word.
1068 Indents comments better.
1069 (REx-interpolated): New text attribute.
1070 (cperl-next-interpolated-REx): New function.
1071 (cperl-next-interpolated-REx-0): Likewise.
1072 (cperl-next-interpolated-REx-1): Likewise.
1073 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
1074 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
1075 (cperl-praise): Mention finded interpolated RExen.
1076
1077 After 5.19:
1078 (cperl-init-faces): Highlight %$foo, @$foo too.
1079 (cperl-short-docs): Better docs for system, exec.
1080 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
1081 Would not find HERE-doc ended by EOF without NL.
1082 (cperl-short-docs): Correct not-doubled \-escapes.
1083 start block: Put some `defvar' for stuff gone from XEmacs.
1084
1085 After 5.20:
1086 initial comment: Extend copyright, fix email address.
1087 (cperl-indent-comment-at-column-0): New customization variable.
1088 (cperl-comment-indent): Indentation after $#a would increasy by 1.
1089 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
1090 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
1091 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
1092 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
1093 highlight $ in $foo too (UNTESTED).
1094 (cperl-set-style): Docstring missed some available styles.
1095 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
1096 Change "Current" to "Memorize Current".
1097 (cperl-indent-wrt-brace): New customization variable; the default is
1098 as for pre-5.2 version.
1099 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
1100 (cperl-style-alist): Likewise.
1101 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
1102 and `cperl-extra-newline-before-brace' etc
1103 being t
1104 (cperl-indent-exp): Plans B and C to find continuation blocks even
1105 if `cperl-extra-newline-before-brace' is t.
1106
1107 After 5.21:
1108 Improve some docstrings concerning indentation.
1109 (cperl-indent-rules-alist): New variable.
1110 (cperl-sniff-for-indent): New function name
1111 (separated from `cperl-calculate-indent').
1112 (cperl-calculate-indent): Separate the sniffer and the indenter;
1113 uses `cperl-sniff-for-indent' now.
1114 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
1115 was inverted;
1116 Support `comment-column' = 0.
1117
1118 2006-10-11 Martin Rudalics <rudalics@gmx.at>
1119
1120 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
1121 * help-at-pt.el (scan-buf-move-to-region): Likewise.
1122 * longlines.el (longlines-window-change-function): Likewise.
1123 * simple.el (undo-ask-before-discard): Likewise.
1124 * wid-edit.el (widget-field-prompt-internal)
1125 (widget-documentation-link-p): Likewise.
1126
1127 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
1130 for a keyword.
1131
1132 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * newcomment.el (comment-valid-prefix-p): Make the check
1135 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
1136 (comment-indent-new-line): Adjust call.
1137
1138 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
1139
1140 * allout.el (allout-back-to-current-heading): Base on lower-level
1141 routines to get proper disqualification of aberrant topics.
1142
1143 2006-10-09 Richard Stallman <rms@gnu.org>
1144
1145 * textmodes/two-column.el (2C-two-columns): Doc fix.
1146
1147 2006-10-09 Kim F. Storm <storm@cua.dk>
1148
1149 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
1150 about implicit use.
1151
1152 2006-10-08 Richard Stallman <rms@gnu.org>
1153
1154 * textmodes/two-column.el (2C-two-columns): Doc fix.
1155
1156 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1157
1158 * files.el: Mark `buffer-read-only' as safe-local-variable.
1159
1160 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
1161
1162 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
1163 Burp if GUD buffer has been killed.
1164
1165 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * completion.el (add-completions-from-c-buffer):
1168 Don't presume an error's second element is a string.
1169 Use looking-at rather than buffer-substring + member.
1170
1171 2006-10-07 Eli Zaretskii <eliz@gnu.org>
1172
1173 * mail/rmail.el (rmail-redecode-body): If the old encoding is
1174 `undecided', call find-coding-systems-region to find a proper
1175 non-trivial encoding.
1176 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
1177 and "text/plain".
1178
1179 2006-10-07 Kevin Ryde <user42@zip.com.au>
1180
1181 * textmodes/reftex-vars.el (defgroup reftex): Update home page
1182 url-link.
1183
1184 * strokes.el (defgroup strokes): Remove invalid url-link.
1185
1186 2006-10-07 Magnus Henoch <mange@freemail.hu>
1187
1188 * autoinsert.el (auto-insert-alist): Doc fix.
1189
1190 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1191
1192 * mouse-sel.el (mouse-insert-selection-internal):
1193 Use insert-for-yank, so that yank handlers are run.
1194
1195 2006-10-07 Kim F. Storm <storm@cua.dk>
1196
1197 * ido.el (ido-file-extension-aux): Fix comparison.
1198
1199 2006-10-06 Kim F. Storm <storm@cua.dk>
1200
1201 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
1202
1203 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
1206 (ad-make-mapped-call): Use `let', not `let*'.
1207
1208 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * international/mule-cmds.el (coding-system-change-eol-conversion):
1211 Ensure the coding system is initialized before calling
1212 coding-system-eol-type.
1213
1214 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
1215
1216 * textmodes/org.el (org-rm-props, org-activate-plain-links)
1217 (org-activate-angle-links, org-activate-dates)
1218 (org-activate-target-links, org-activate-camels)
1219 (org-activate-tags): Add `rear-nonsticky' text property to avoid
1220 textproperty keymaps from being active beyond the end of a line.
1221 (org-unfontify-region): Also remove `rear-nonsticky' property.
1222
1223 2006-10-04 Kenichi Handa <handa@m17n.org>
1224
1225 * international/code-pages.el (next): Table fixed.
1226
1227 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
1230 that it's been made unnecessary by removing narrowing.
1231
1232 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
1235 control flow a bit, simplify another bit, and add comments.
1236
1237 2006-10-03 David Kastrup <dak@gnu.org>
1238
1239 * help.el (describe-mode): For clicks on mode-line, use "@"
1240 interactive argument to get the major mode of the click instead of
1241 the current buffer.
1242
1243 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
1244 in order to better redirect mouse-2 clicks. Also allow default
1245 bindings to apply.
1246
1247 2006-10-03 Kim F. Storm <storm@cua.dk>
1248
1249 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
1250 (pushnew): Fix last change.
1251
1252 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
1253
1254 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
1255 Use the interactive spec of `eval-expression'.
1256
1257 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
1258
1259 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
1260
1261 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1262
1263 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
1264 2006-09-28 commit.
1265
1266 2006-10-02 Kenichi Handa <handa@m17n.org>
1267
1268 * international/code-pages.el (iso-8859-6): Table fixed.
1269
1270 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1271
1272 * dired.el (dired-build-subdir-alist): Fix previous change.
1273
1274 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
1275
1276 * simple.el (undo-elt-crosses-region): Fix the inequalities.
1277
1278 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1281 "define-button-type".
1282
1283 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
1284 they don't keep accumulating.
1285
1286 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1287
1288 * ffap.el (ffap-rfc-path): Change the address of the RFC
1289 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
1290
1291 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
1292
1293 * allout.el (allout-expose-topic): Rectify implementation of "+"
1294 spec, so that bodies are not exposed with headlines.
1295
1296 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
1297
1298 * allout.el (allout-current-depth): Do aberrent check only at or
1299 below doublecheck depth.
1300 (allout-chart-subtree): Make it explicit that LEVELS being nil
1301 means unlimited depth. Drop undocumented support for LEVELS value
1302 t meaning unlimited depth. (This is consistent with
1303 allout-chart-to-reveal, but contrary to allout-show-children,
1304 which needs to use nil to default to depth of 1.)
1305 (allout-goto-prefix-doublechecked): Wrap long docstring line.
1306 (allout-chart-to-reveal): Be explicit in docstring about meaning
1307 of nil LEVELS, and drop support for LEVELS value t.
1308 (allout-show-children): Translate the level spec used by this
1309 routine to that used by allout-chart-subtree and
1310 allout-chart-to-reveal.
1311 (allout-show-to-offshoot): Retry once when stuck, after opening
1312 subtree - improvements in discontinuity handling likely will
1313 enable progress.
1314
1315 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * wid-edit.el (widget-button-click-moves-point): New variable.
1318 (widget-button-click): If widget-button-click-moves-point is
1319 non-nil, set point after performing the button action
1320
1321 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
1322
1323 2006-09-30 Martin Rudalics <rudalics@gmx.at>
1324
1325 * files.el (find-file-existing): Modify to not allow wildcards.
1326
1327 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1328
1329 * simple.el (undo-more): When undo information for the region is
1330 exhausted, say "No further undo information FOR REGION".
1331
1332 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
1333
1334 * progmodes/sh-script.el (sh-prev-thing):
1335 Take `sh-leading-keywords' into account.
1336
1337 2006-09-29 Glenn Morris <rgm@gnu.org>
1338
1339 * custom.el (defcustom): Doc fix.
1340
1341 * calendar/calendar.el (european-calendar-style):
1342 Call european-calendar or american-calendar as needed when set.
1343 (diary-view-entries, list-calendar-holidays): Move autoloads
1344 before use.
1345
1346 2006-09-29 Juri Linkov <juri@jurta.org>
1347
1348 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
1349 to nil if there is no previous property change.
1350
1351 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1352
1353 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
1354 saving anything to be sure that `forward-sexp' behaves correctly.
1355
1356 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * simple.el (line-move-finish): Ignore field boundaries if the
1359 initial and final points have the same `field' property.
1360
1361 2006-09-29 Kim F. Storm <storm@cua.dk>
1362
1363 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
1364 to t while calling ido-read-internal.
1365
1366 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
1367
1368 * textmodes/org.el (org-file-remote-p): Get regexp from list.
1369 (org-archive-subtree): Remove erraneous `]' from character list.
1370
1371 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
1372
1373 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
1374 (ses-reconstruct-all): Make undo of "insert row" work by keeping
1375 markers for data-area and parameters-area.
1376
1377 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
1380
1381 * font-lock.el (font-lock-after-change-function): Refontify next line
1382 as well if end is at BOL.
1383 (font-lock-extend-jit-lock-region-after-change): Be more careful to
1384 only extend the region as much as needed.
1385
1386 2006-09-28 Richard Stallman <rms@gnu.org>
1387
1388 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
1389
1390 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
1391
1392 * international/mule.el (after-insert-file-set-coding):
1393 If VISIT, don't let set-buffer-multibyte make undo info.
1394
1395 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
1396
1397 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
1398 lines in base64-encoded authentication response.
1399
1400 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1401
1402 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
1403 (ebnf-version): New version 4.3.
1404 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
1405 (ebnf-prologue): Adjust PostScript programming.
1406 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
1407 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
1408
1409 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * jit-lock.el (jit-lock-force-redisplay): Rename from
1412 jit-lock-fontify-again, and undo the mistaken change I've just done.
1413
1414 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
1415 (jit-lock-fontify-again): Don't refontify text that's not displayed.
1416
1417 2006-09-26 Kenichi Handa <handa@m17n.org>
1418
1419 * startup.el (display-splash-screen): Allow a prefix argument.
1420
1421 2006-09-25 Jason Rumney <jasonr@gnu.org>
1422
1423 * subr.el (shell-quote-argument): Use DOS logic for Windows
1424 shells with DOS semantics.
1425
1426 2006-09-24 Richard Stallman <rms@gnu.org>
1427
1428 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
1429 (compilation-goto-locus): Use compilation-goto-locus-delete-o
1430 to delete the overlay. Put it on pre-command-hook.
1431
1432 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
1433
1434 * startup.el (fancy-splash-screens, normal-splash-screen):
1435 Call the splash buffer *About GNU Emacs*.
1436
1437 * simple.el (next-error-highlight, next-error-highlight-no-select):
1438 Default to 0.5.
1439 (yank-excluded-properties): Add `fontified'.
1440
1441 * font-lock.el (font-lock-compile-keywords): Allow value of
1442 syntax-begin-function to enable paren-column-0 highlighting.
1443
1444 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1445
1446 * dired.el (dired-build-subdir-alist): When file ends in colon,
1447 don't exit the loop, just disregard that file.
1448
1449 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * simple.el (line-move-finish): Handle corner case for fields in
1452 continued lines.
1453 (line-move-1): Remove flawed test for that case.
1454
1455 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
1456
1457 * icomplete.el (icomplete-simple-completing-p): Use the correct
1458 name for the new variable, `icomplete-with-completion-tables'.
1459 (file local variables): Remove superfluous setting.
1460
1461 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1462
1463 * calendar/appt.el (appt-check): Fix typo for appointments just
1464 after midnight.
1465
1466 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * help.el (describe-key-briefly, describe-key): Don't expect an
1469 extra up event if a down-event is generated by a popup menu.
1470
1471 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
1472
1473 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
1474 local dictionary when changing the global dictionary.
1475
1476 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
1477
1478 * icomplete.el (icomplete-with-completion-tables): List of
1479 specialized completion tables with which icomplete should
1480 operate. Include the new `internal-complete-buffer', so icomplete
1481 works with interactive buffer-selection.
1482 (icomplete-simple-completing-p): Add acceptance of specialized
1483 completion tables listed in icomplete-with-completion-tables.
1484
1485 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1486
1487 * frame.el (focus-follows-mouse): Set default to nil on Mac.
1488
1489 * startup.el (command-line): Use `custom-reevaluate-setting' for
1490 `focus-follows-mouse'.
1491
1492 2006-09-22 Richard Stallman <rms@gnu.org>
1493
1494 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
1495 explain why Save is not available.
1496
1497 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
1498
1499 * woman.el (woman0-so): Use `let*', not `let'.
1500 (woman-horizontal-line): Remove unbalanced parenthesis.
1501
1502 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * woman.el: Make sure all the end-of-region markers we use have
1505 a non-nil insertion-type.
1506 (woman0-so): Move things around so we can use copy-marker.
1507 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
1508 Adjust marker type.
1509 (woman2-process-escapes): Check marker type.
1510 (woman-horizontal-line): Dispense with the use of a marker.
1511
1512 2006-09-22 Jay Belanger <belanger@truman.edu>
1513
1514 * calc/calc-lang.el: Add Greek letters to math-variable-table
1515 property of tex.
1516
1517 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
1520
1521 2006-09-22 Masatake YAMATO <jet@gyve.org>
1522
1523 * add-log.el (add-log-current-defun): Use `forward-sexp'
1524 instead of `forward-word' to pick c++::symbol.
1525 Reported by Herbert Euler <herberteuler@hotmail.com>.
1526
1527 2006-09-22 Kenichi Handa <handa@m17n.org>
1528
1529 * bindings.el: Fix setting self-insert-command for multibyte
1530 characters in global-map.
1531
1532 2006-09-21 David Kastrup <dak@gnu.org>
1533
1534 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
1535 doc string.
1536
1537 2006-09-21 Kenichi Handa <handa@m17n.org>
1538
1539 * language/european.el ("Latin-1"): Add windows-1252 to
1540 coding-priority.
1541 ("German"): Likewise.
1542
1543 2006-09-21 Kim F. Storm <storm@cua.dk>
1544
1545 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
1546 Suggested by Miles Bader.
1547
1548 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
1549 instead of add-to-list in the simple case.
1550
1551 2006-09-20 Kenichi Handa <handa@m17n.org>
1552
1553 * isearch.el (isearch-process-search-char): Cancel the previous change.
1554 (isearch-search-string): New function.
1555 (isearch-search): Use isearch-search-string.
1556 (isearch-lazy-highlight-search): Likewise.
1557
1558 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1559
1560 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
1561 string to become an option.
1562
1563 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
1566
1567 2006-09-20 Kim F. Storm <storm@cua.dk>
1568
1569 * simple.el (line-move-partial): Call pos-visible-in-window-p with
1570 position t instead of trying both window-end and window-end - 1.
1571
1572 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
1573
1574 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
1575 hidden trees.
1576
1577 2006-09-20 David Kastrup <dak@gnu.org>
1578
1579 * mouse.el (mouse-posn-property): Improve doc string.
1580 (mouse-on-link-p): Change buffers for function calls on links.
1581
1582 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1583 buffer is read-only.
1584
1585 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1586
1587 * allout.el (allout-unprotected): Let inhibit-read-only only when
1588 buffer-read-only isn't set.
1589 (allout-annotate-hidden): Enable topic annotation during copies even
1590 when the buffer is read-only, eg for topic copies. Ensure that the loop
1591 advances, even when the span extends beyond the deletion region.
1592 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1593 rather than allout-exposure-changed-hook, as a stronger assertion.
1594 (allout-keybindings-list): Add bindings for
1595 allout-copy-line-as-kill and allout-copy-topic-as-kill.
1596 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
1597 Copy wrappers for allout-kill-line and allout-kill-topic.
1598 (allout-listify-exposed): Position correctly to accumulate lines.
1599
1600 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * simple.el (line-move-1): Escape field boundaries occurring
1603 exactly at point. Update goal column if constrained to a field.
1604 (line-move-finish): Escape field boundaries occurring exactly at point.
1605
1606 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * mouse.el (mouse-on-link-p): Tentatively fix last change.
1609 (mouse-drag-vertical-line): Remove unused var `wconfig'.
1610
1611 2006-09-19 Kim F. Storm <storm@cua.dk>
1612
1613 * help.el (describe-key-briefly, describe-key): Simplify printing
1614 of descriptions by using format and %S. Fix "is undefined"
1615 messages to say "at that spot" for mouse events.
1616
1617 * simple.el (line-move-partial): Optimize. Try window-line-height
1618 before posn-at-point to get vpos of current line.
1619
1620 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
1621
1622 * viper.el: Bump up version/date of update to reflect the substantial
1623 changes done in August 2006.
1624
1625 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
1626 are defined.
1627
1628 * ediff-util.el (ediff-add-to-history): New function.
1629
1630 * ediff.el: Use ediff-add-to-history instead of add-to-history.
1631
1632 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1633
1634 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
1635 Delete duplicate make-local-variable form.
1636 (conf-space-keywords): Add autoload cookie.
1637 Fix typo (`keywords', not `keyword').
1638
1639 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1640
1641 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
1642 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1643 to x-gtk-use-old-file-dialog
1644
1645 2006-09-18 Richard Stallman <rms@gnu.org>
1646
1647 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
1648 that might come in during mouse tracking.
1649
1650 2006-09-18 Kim F. Storm <storm@cua.dk>
1651
1652 * simple.el (line-move-partial): Rework 2006-09-15 change to use
1653 new window-line-height function. Further optimize by not calling
1654 pos-visible-in-window-p for window-end when window-line-height
1655 returns useful information.
1656
1657 2006-09-16 Richard Stallman <rms@gnu.org>
1658
1659 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
1660 (conf-space-mode): Don't handle prefix arg.
1661 Delete conf-space-keywords-override code.
1662 Use add-hook.
1663 (conf-space-keywords): New command.
1664 (conf-space-mode-internal): Be careful with imenu-generic-expression.
1665 Delete conf-space-keywords-override code.
1666 (conf-space-keywords-alist): Doc fix.
1667 (conf-space-font-lock-keywords): Doc fix.
1668 (conf-space-keywords-override): Var deleted.
1669
1670 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * startup.el (fancy-splash-screens): Don't switch to the scratch
1673 buffer; it may not be the next buffer.
1674
1675 2006-09-16 Romain Francoise <romain@orebokech.com>
1676
1677 * saveplace.el (load-save-place-alist-from-file): Use expanded name
1678 in both messages.
1679
1680 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1681
1682 * progmodes/python.el (python-preoutput-filter):
1683 Fix arg order to string-match.
1684
1685 2006-09-16 Richard Stallman <rms@gnu.org>
1686
1687 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
1688 font-lock-compile-keywords.
1689
1690 * font-lock.el (font-lock-compile-keywords): Rename optional arg
1691 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
1692
1693 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1694
1695 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1696
1697 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1698 and the data doesn't look like UTF8, send STRING instead.
1699
1700 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1701
1702 * textmodes/flyspell.el (flyspell-check-region-doublons):
1703 New function to detect duplicated words.
1704 (flyspell-large-region): Use it.
1705
1706 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * simple.el (line-move-to-column): Revert 2006-08-03 change.
1709
1710 2006-09-16 Eli Zaretskii <eliz@gnu.org>
1711
1712 * help.el (describe-prefix-bindings): Use let, not let*.
1713
1714 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
1715
1716 * allout.el (allout-regexp, allout-line-boundary-regexp)
1717 (allout-bob-regexp): Correct grouping and boundaries to fix
1718 backwards traversal.
1719 (allout-depth-specific-regexp, allout-depth-one-regexp):
1720 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
1721 worse time in allout-ascend.
1722 (allout-doublecheck-at-and-shallower): Identify depth threshold
1723 below which topics are checked for and disqualified by containment
1724 discontinuities.
1725 (allout-hotspot-key-handler): Correctly handle multiple-key
1726 strokes. Remove some unused variables.
1727 (allout-mode-leaders): Clarify that mode-specific comment-start
1728 will be used.
1729 (set-allout-regexp): Correctly regexp-quote allout regexps to
1730 properly accept alternative header-leads and primary bullets with
1731 regexp-specific characters (eg, C "/*", mathematica "(*").
1732 Include new regular expressions among those configured.
1733 (allout-infer-header-lead-and-primary-bullet):
1734 Rename allout-infer-header-lead.
1735 (allout-recent-depth): Manifest as a variable as well as a function.
1736 (allout-prefix-data): Simplify into an inline instead of a macro,
1737 assuming current match data rather than being explicitly passed
1738 it. Establish allout-recent-depth value as well as
1739 allout-recent-prefix-beginning and allout-recent-prefix-end.
1740 (allout-aberrant-container-p): True when an item's immediate
1741 offspring discontinuously contained. Useful for disqualifying
1742 unintended topic prefixes, likely at low depths.
1743 (allout-goto-prefix-doublechecked): Elaborate version of
1744 allout-goto-prefix which disqualifies aberrant pseudo-items.
1745 (allout-pre-next-prefix): Layer on top of lower-level routines, to
1746 get disqualification of aberrant containers.
1747 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
1748 containers.
1749 (allout-beginning-of-current-entry): Position at start of buffer
1750 when in container (depth 0) entry.
1751 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
1752 (allout-current-bullet): Strip text properties.
1753 (allout-get-prefix-bullet): Use right match groups.
1754 (allout-beginning-of-line, allout-next-heading):
1755 Disqualify aberrant containers.
1756 (allout-previous-heading): Disqualify aberrant containers, and
1757 change to regular (rather than inline) function, to allow
1758 self-recursion.
1759 (allout-get-invisibility-overlay): Increment so progress is made
1760 when the first overlay is not the sought one.
1761 (allout-end-of-prefix): Disqualify aberrant containers.
1762 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1763 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1764 outline.el outlines) functional again. Change the primary bullet
1765 along with the header-lead - level 1 new-style bullets now work.
1766 Engage allout-before-change-handler in mainline Emacs, not just
1767 XEmacs, to do undo handling.
1768 (allout-before-change-handler): Expose undo changes occurring in
1769 hidden regions. Use allout-get-invisibility-overlay instead of
1770 reimplementing it inline.
1771 (allout-chart-subtree): Use start rather than end of prefix in
1772 charts. Use allout-recent-depth variable.
1773 (allout-chart-siblings): Disqualify aberrant topics.
1774 (allout-beginning-of-current-entry): Position correctly.
1775 (allout-ascend): Use new allout-depth-specific-regexp and
1776 allout-depth-one-regexp for linear instead of O(N^2) or worse
1777 behavior.
1778 (allout-ascend-to-depth): Depend on allout-ascend, rather than
1779 reimplementing an algorithm.
1780 (allout-up-current-level): Depend on allout-ascend, rather than
1781 reimplementing an algorithm. Return to start-point if we fail.
1782 (allout-descend-to-depth): Use allout-recent-depth variable
1783 instead of function.
1784 (allout-next-sibling): On traversal of numerous intervening
1785 topics, resort to economical allout-next-sibling-leap.
1786 (allout-next-sibling-leap): Specialized version of
1787 allout-next-sibling that uses allout-ascend cleverly, to depend on
1788 a regexp search to leap large numbers of contained topics, rather
1789 than arbitrarily many one-by-one traversals.
1790 (allout-next-visible-heading): Disqualify aberrant topics.
1791 (allout-previous-visible-heading): Position consistently when
1792 interactive.
1793 (allout-forward-current-level): Base on allout-previous-sibling
1794 rather than (differently) reimplmenting the algorithm. Remove some
1795 unused variables.
1796 (allout-solicit-alternate-bullet): Present default choice stripped
1797 of text properties.
1798 (allout-rebullet-heading): Use bullet stripped of text properties.
1799 Register changes using allout-exposure-change-hook.
1800 Disregard aberrant topics.
1801 (allout-shift-in): With universal-argument, make topic a peer of
1802 it's former offspring. Simplify the code by separating out
1803 allout-shift-out functionality.
1804 (allout-shift-out): With universal-argument, make offspring peers
1805 of their former container, and its siblings. Implement the
1806 functionality here, rather than inappropriately muddling the
1807 implementation of allout-shift-in.
1808 (allout-rebullet-topic): Respect additional argument for new
1809 parent-child separation function.
1810 (allout-yank-processing): Use allout-ascend directly.
1811 (allout-show-entry): Disqualify aberrant topics.
1812 (allout-show-children): Handle discontinuous children gracefully,
1813 extending the depth being revealed to expose them and posting a
1814 message indicating the situation.
1815 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
1816 Leave cursor in correct position.
1817 (allout-hide-current-subtree): Use allout-ascend directly.
1818 Disqualify aberrant topics.
1819 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
1820 a way that the yanks can restore it, as used to happen.
1821 (allout-yank-processing): Restore exposure layout as recorded by
1822 allout-kill-*, as used to happen.
1823 (allout-annotate-hidden, allout-hide-by-annotation): New routines
1824 for preseving and restoring exposure layout across kills.
1825 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
1826 (allout-encrypt-string): Strip text properties.
1827 Rearranged order and outline-headings for some of the
1828 miscellaneous functions.
1829 (allout-resolve-xref): No need to quote the error name in the
1830 condition-case handler section.
1831 (allout-flatten): Classic recursive (and recursively intensive,
1832 without tail-recursion) list-flattener, needed by allout-shift-out
1833 when confronted with discontinuous children.
1834
1835 2006-09-16 Jason Rumney <jasonr@gnu.org>
1836
1837 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
1838 on ms-windows.
1839 (dnd-open-unc-file): Remove.
1840 (dnd-open-local-file): Mention in doc string that it also handles
1841 remote files if the system natively supports unc file-names.
1842
1843 2006-09-15 Kim F. Storm <storm@cua.dk>
1844
1845 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
1846 all necessary information about the event before erasing *Help*.
1847
1848 * simple.el (line-move-partial): Use window-line-visiblity to
1849 quickly check whether last line is partially visible, and only do
1850 the hard (and slow) part in that case.
1851
1852 2006-09-15 Jay Belanger <belanger@truman.edu>
1853
1854 * COPYING: Replace "Library Public License" by "Lesser Public
1855 License" throughout.
1856
1857 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1858
1859 * term/x-win.el (x-menu-bar-open): New function for F10.
1860
1861 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1864 Disallow filenames containing " -" to avoid confusion with libtool
1865 compilation messages. Suggested by Stefan Monnier.
1866
1867 2006-09-15 David Kastrup <dak@gnu.org>
1868
1869 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
1870 instead of buffer position for `mouse-on-link-p'.
1871
1872 * mouse.el (mouse-posn-property): New function looking up the
1873 properties at a click position in overlays and text properties in
1874 either buffer or strings.
1875 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
1876 of both `follow-link' as well as `mouse-face' properties.
1877 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
1878 buffer position.
1879
1880 * help.el (describe-key-briefly): When reading a down-event on
1881 mode lines or scroll bar, swallow the following up event, too.
1882 Use the new mouse sensitity of `key-binding' for lookup.
1883 (describe-key): The same here.
1884
1885 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * play/life.el (life-patterns): Add a few more interesting patterns.
1888 (life-setup): Force `show-trailing-whitespace' to nil.
1889
1890 2006-09-14 Richard Stallman <rms@gnu.org>
1891
1892 * startup.el (fancy-splash-text): Change text to improve alignment.
1893 (fancy-splash-screens): Don't set non-standard tab width.
1894 Bind cursor-type temporarily, and make it easy to patch to
1895 preserve the splash buffer.
1896 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
1897 (fancy-splash-screens): Display echo-area message explicitly.
1898 Don't set fancy-splash-help-echo.
1899
1900 * simple.el (line-number-mode): Group mode-line instead of
1901 editing-basics.
1902 (column-number-mode, size-indication-mode): Likewise.
1903
1904 * faces.el (mode-line-faces): Group mode-line instead of modeline.
1905
1906 * time.el (display-time): Group mode-line instead of modeline.
1907
1908 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
1909
1910 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * startup.el (fancy-splash-text): Move editing instructions to
1913 fancy-splash-head.
1914 (fancy-splash-head): Issue editing instructions.
1915 (fancy-splash-screens): Fixup whitespace.
1916
1917 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * bindings.el (mode-line-buffer-identification-keymap):
1920 Remove duplicate line.
1921
1922 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1923
1924 * ido.el (ido-ignore-item-p): Allow any kind of functions in
1925 ignore lists.
1926
1927 2006-09-14 Kim F. Storm <storm@cua.dk>
1928
1929 * jit-lock.el (jit-lock-fontify-again): New function.
1930 (jit-lock-fontify-now): Use it instead of lambda form.
1931
1932 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
1933
1934 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
1935 (flyspell-auto-correct-word): Make ispell-filter local to these
1936 functions. Check that ispell-filter has new stuff before calling
1937 ispell-parse-output.
1938
1939 2006-09-13 Kim F. Storm <storm@cua.dk>
1940
1941 * simple.el (line-move-partial): Optimize.
1942
1943 2006-09-13 Richard Stallman <rms@gnu.org>
1944
1945 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
1946 Delete spurious backquote.
1947
1948 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1949
1950 * net/rcirc.el (rcirc-print): Fix last change.
1951
1952 2006-09-12 Jay Belanger <belanger@truman.edu>
1953
1954 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
1955
1956 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1957
1958 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
1959 rcirc-show-maximum-output.
1960 (rcirc-mode): Remove window-scroll-function hook.
1961 (rcirc-scroll-to-bottom): Remove function.
1962 (rcirc-print): Recenter so point stays at the bottom of the window
1963 if point was already there.
1964
1965 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
1966
1967 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
1968 not to "t".
1969 * progmodes/compile.el (compilation-start): Likewise.
1970 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1971 Don't use expand-file-name on invocation-directory, since this
1972 might mishandle special characters in invocation-directory.
1973
1974 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * pcvs-defs.el: Remove * in defcustom's docstrings.
1977
1978 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
1979
1980 * progmodes/compile.el (compilation-directory-properties):
1981 Doc fix for help-echo.
1982
1983 2006-09-12 Lars Hansen <larsh@soem.dk>
1984
1985 * desktop.el (desktop-read): Add comment.
1986
1987 2006-09-12 Kim F. Storm <storm@cua.dk>
1988
1989 * simple.el (next-error-highlight, next-error-highlight-no-select):
1990 Fix spelling error.
1991
1992 * subr.el (sit-for): Rework to use input-pending-p and cond.
1993 Return nil input is pending on entry also for SECONDS <= 0.
1994 (while-no-input): Use input-pending-p instead of sit-for.
1995
1996 2006-09-11 Richard Stallman <rms@gnu.org>
1997
1998 * simple.el (next-error-highlight, next-error-highlight-no-select):
1999 Fix custom type and doc strings.
2000
2001 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
2004 (diff-apply-hunk): Use it to ask for confirmation.
2005
2006 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
2007
2008 * emacs-lisp/cl.el (pushnew): Add missing `,'.
2009
2010 2006-09-11 David Kastrup <dak@gnu.org>
2011
2012 * help.el (string-key-binding, describe-key-briefly)
2013 (describe-key): Remove `string-key-binding' and its callers since
2014 `key-binding' already caters for the proper lookup now.
2015
2016 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
2019 (cfengine-mode): Use it. Fix \ syntax to be like /.
2020
2021 * bindings.el (mode-line-buffer-identification-keymap):
2022 Move initialization into declaration.
2023
2024 2006-09-10 Kim F. Storm <storm@cua.dk>
2025
2026 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
2027 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
2028 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
2029 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
2030
2031 2006-09-10 Richard Stallman <rms@gnu.org>
2032
2033 * dired-aux.el: Handle errors in recursive copy usefully.
2034 (dired-create-files-failures): New variable.
2035 (dired-copy-file): Remove condition-case.
2036 (dired-copy-file-recursive): Check for errors on all file
2037 operations, and add them to dired-create-files-failures.
2038 Check file file-date-erorr here too.
2039 (dired-create-files): Check dired-create-files-failures
2040 and report those errors too.
2041
2042 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
2043
2044 * subr.el (add-to-list): New argument COMPARE-FN.
2045
2046 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2047
2048 * filecache.el (file-cache-add-directory)
2049 (file-cache-add-directory-list, file-cache-add-file)
2050 (file-cache-add-directory-using-find)
2051 (file-cache-add-directory-using-locate)
2052 (file-cache-add-directory-recursively): Add autoloads.
2053
2054 2006-09-09 Richard Stallman <rms@gnu.org>
2055
2056 * textmodes/conf-mode.el (conf-space-mode):
2057 Use hack-local-variables-hook instead of calling hack-local-variables.
2058 (conf-space-keywords-override): New variable.
2059 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
2060 (conf-space-mode): Always make conf-space-keywords and
2061 conf-space-keywords-override local.
2062 Call conf-space-mode-internal directly as well as via hook.
2063
2064 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2065
2066 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
2067 quasi-keywords.
2068
2069 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
2072 (python-send-string): Be slightly more careful about adding \n.
2073
2074 * startup.el (normal-splash-screen): Don't display the buffer if we'll
2075 kill it right away anyway.
2076
2077 2006-09-09 Eli Zaretskii <eliz@gnu.org>
2078
2079 * international/codepage.el (cp850-decode-table): Fix a few codes.
2080 (cp858-decode-table): New variable.
2081
2082 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2083
2084 * net/ldap.el (ldap-search-internal): Doc fix.
2085
2086 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2087
2088 * play/life.el (life-display-generation): Test for input manually if
2089 `sleeptime' is negative or null.
2090
2091 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
2092 (print-region-1): Substitute `%s' with the page title.
2093
2094 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
2095
2096 * locate.el (locate-current-search): New variable.
2097 (locate): Set buffer local value. Use current buffer if it is
2098 in Locate mode.
2099 (locate-mode): Disable undo here.
2100 (locate-do-setup): Use locate-current-filter from buffer to be killed.
2101 (locate-update): Use locate-current-search and locate-current-filter.
2102
2103 2006-09-08 David Kastrup <dak@gnu.org>
2104
2105 * desktop.el (desktop-read): When loading a desktop, disable
2106 saving it while the load progresses, and switch off a pending lazy
2107 load by calling `desktop-lazy-abort'.
2108
2109 2006-08-27 Martin Rudalics <rudalics@gmx.at>
2110
2111 * window.el (mouse-autoselect-window-timer)
2112 (mouse-autoselect-window-position)
2113 (mouse-autoselect-window-window)
2114 (mouse-autoselect-window-now): New vars.
2115 (mouse-autoselect-window-cancel)
2116 (mouse-autoselect-window-select)
2117 (mouse-autoselect-window-start): New functions.
2118 (handle-select-window): Call `mouse-autoselect-window-start' when
2119 delayed window autoselection is enabled.
2120
2121 * cus-start.el (mouse-autoselect-window): Handle delayed window
2122 autoselection.
2123
2124 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
2125 commands after which it is allowed to print in the echo area.
2126
2127 2006-09-08 Richard Stallman <rms@gnu.org>
2128
2129 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
2130
2131 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
2132 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2133
2134 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
2135 (cancel-timer-internal): Add doc string.
2136 (cancel-function-timers): Doc fix.
2137 (with-timeout-handler, timer-event-last*): Add doc strings.
2138
2139 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
2140
2141 * files.el (risky-local-variable-p): Match ...-bindat-spec.
2142
2143 * dired.el (dired-log-summary): Add doc string.
2144
2145 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
2146 (custom-group-menu-create): Not here.
2147
2148 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
2149
2150 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
2151
2152 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2153
2154 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
2155 (mac-apple-event-map): Define its handler.
2156
2157 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2158
2159 * net/ldap.el (ldap-search-internal): Handle `auth' key.
2160
2161 2006-09-07 Magnus Henoch <mange@freemail.hu>
2162
2163 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
2164 clause.
2165
2166 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2167
2168 * info.el (Info-index): Bind completion-ignore-case.
2169
2170 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
2173 previous commit.
2174 (inferior-prolog-guess-flavor): New fun left out of previous commit.
2175 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
2176 burp in dedicated windows.
2177 (inferior-prolog-self-insert-command): New command.
2178 (inferior-prolog-mode-map): Use it.
2179
2180 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2181
2182 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
2183
2184 * international/code-pages.el: Add cp858.
2185
2186 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2187
2188 * dnd.el: Fix bootstrapping.
2189
2190 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2191
2192 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
2193 (dnd-open-remote-url): New function.
2194 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
2195 not windows-nt.
2196
2197 2006-09-07 Jason Rumney <jasonr@gnu.org>
2198
2199 * dnd.el (dnd-open-remote-file-function): New variable.
2200 (dnd-open-unc-file): New function.
2201 (dnd-open-file): Call dnd-open-remote-file-function if set.
2202
2203 2006-09-06 Daiki Ueno <ueno@unixuser.org>
2204
2205 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
2206 pgg-passphrase-coding-system rather than locale-coding-system.
2207 * pgg-def.el (pgg-passphrase-coding-system): New user option.
2208
2209 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * progmodes/prolog.el: Remove * in docstrings.
2212 (prolog-program-name): Add SWI prolog.
2213 (prolog-mode-menu): New menu.
2214 (prolog-mode): Set comment-add.
2215 (prolog-indent-line): Simplify. Use indent-line-to.
2216 (inferior-prolog-buffer): New var.
2217 (inferior-prolog-run, inferior-prolog-process): New funs.
2218 (run-prolog, switch-to-prolog): Rewrite, using them.
2219 (prolog-consult-region): Use inferior-prolog-buffer.
2220 (inferior-prolog-load-file): New function.
2221 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2222
2223 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
2224 last word, if it's not the end of the paragraph.
2225
2226 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
2227 file name.
2228
2229 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
2230
2231 * frame.el (display-mm-dimensions-alist): New defcustom.
2232 (display-mm-height, display-mm-width): Use it.
2233
2234 2006-09-06 Simon Josefsson <jas@extundo.com>
2235
2236 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2237
2238 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
2239
2240 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2241 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
2242 string values.
2243
2244 2006-09-06 Kim F. Storm <storm@cua.dk>
2245
2246 * simple.el (line-move-partial): New function to do vscrolling for
2247 partially visible images / tall lines. Rewrite based on code
2248 previously in line-move. Simplify backwards vscrolling.
2249 (line-move): Use it. Simplify.
2250
2251 2006-09-05 Kim F. Storm <storm@cua.dk>
2252
2253 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
2254
2255 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2258 Process the `gcc-include' after the `gnu' rule.
2259
2260 2006-09-05 Kim F. Storm <storm@cua.dk>
2261
2262 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
2263
2264 2006-09-05 Daiki Ueno <ueno@unixuser.org>
2265
2266 * pgg.el (pgg-clear-string): Alias to clear-string for backward
2267 compatibility.
2268
2269 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
2270 inhibit-redisplay; encode passphrase with locale-coding-system.
2271
2272 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
2275
2276 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
2277
2278 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2279 (gdb-var-list-children-regexp): Make type field optional.
2280
2281 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
2282 e.g public, protected in C++.
2283
2284 2006-09-04 John Paul Wallington <jpw@pobox.com>
2285
2286 * simple.el (completion-show-help): New defcustom.
2287 (completion-setup-function): Heed it.
2288
2289 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2290
2291 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2292
2293 2006-09-04 Richard Stallman <rms@gnu.org>
2294
2295 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
2296 (rsf-min-region-to-spam-list): Doc fix.
2297 (rsf-add-content-type-field): Doc fix.
2298
2299 * simple.el (kill-region): Explicitly test there is a region.
2300
2301 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
2304 sendmail in several common directories.
2305
2306 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
2307
2308 * paths.el (sendmail-program): Removed.
2309
2310 2006-09-04 Daiki Ueno <ueno@unixuser.org>
2311
2312 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
2313 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
2314 http://article.gmane.org/gmane.emacs.gnus.general/50457
2315
2316 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
2319 mark after running the menu filter.
2320
2321 2006-09-03 Juri Linkov <juri@jurta.org>
2322
2323 * international/quail.el (quail-defrule-internal): Add a check
2324 if a key is a vector.
2325
2326 2006-09-02 Juri Linkov <juri@jurta.org>
2327
2328 * man.el (Man-topic-history): New variable.
2329 (man): Use it.
2330
2331 * woman.el (woman-topic-history): Change defvar to defvaralias
2332 for symbol `Man-topic-history'.
2333
2334 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
2335 `comint-last-output-start' is a marker by using `markerp' and
2336 check if it has a position by using `marker-position', and use
2337 this position for `goto-char'.
2338
2339 * international/quail.el (quail-defrule-internal): Add missing
2340 `error' call for null key.
2341
2342 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
2343
2344 * rcirc.el (rcirc-keywords): New variable.
2345 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
2346 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
2347 variables.
2348 (rcirc-responses-no-activity): New function.
2349 (rcirc-handler-generic): Check for responses in above.
2350 (rcirc-process-command): Add ?: character to arguments of raw
2351 server commands.
2352 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
2353 `rcirc-dim-nicks'.
2354 (rcirc-gray-toggle): Remove unused variable.
2355 (rcirc-print): Remove some tracking logic, which is moved into
2356 markup functions.
2357 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
2358 types.
2359 (rcirc-activity-string): Look for 'keyword in activity-types.
2360 (rcirc-window-configuration-change): Don't erase overlay-arrow
2361 unnecessarily.
2362 (rcirc-add-or-remove): New function.
2363 (rcirc-cmd-ignore): Use it.
2364 (rcirc-message-leader): Remove unused function.
2365 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
2366 (rcirc-add-face): New function.
2367 (rcirc-facify): Use rcirc-add-face.
2368 (rcirc-url-regexp): Add parens.
2369 (rcirc-map-regexp): Remove function.
2370 (rcirc-mangle-regexp): Remove function.
2371 (rcirc-markup-text-functions): New variable.
2372 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
2373 (rcirc-markup-body-text, rcirc-markup-attributes)
2374 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
2375 (rcirc-markup-bright-nicks): New markup handler functions.
2376 (rcirc-nick-in-message-full-line): New face.
2377 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
2378 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
2379
2380 2006-09-02 Martin Rudalics <rudalics@gmx.at>
2381
2382 * cus-start.el (hscroll-margin, hscroll-step)
2383 (mode-line-in-non-selected-windows, mouse-autoselect-window)
2384 (x-use-underline-position-properties): Change version to "22.1"
2385 since they will appear there for the first time.
2386
2387 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
2390
2391 2006-08-31 Richard Stallman <rms@gnu.org>
2392
2393 * cus-edit.el (custom-save-variables): Slight cleanup.
2394 (Custom-no-edit): Renamed from custom-no-edit.
2395 (Custom-newline): Renamed from custom-newline.
2396 (custom-mode-map): Use new names.
2397
2398 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
2399 about customization, rather than M-x customize, in the doc string
2400 made for the defcustom.
2401
2402 * emacs-lisp/trace.el (trace-function-background): Doc fix.
2403
2404 2006-08-31 Romain Francoise <romain@orebokech.com>
2405
2406 * dired-x.el (dired-guess-shell-alist-default): Update.
2407
2408 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2409
2410 * custom.el (custom-theme-set-variables): Autoload packages before
2411 sorting the variables.
2412
2413 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2414
2415 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
2416 chars if XEmacs.
2417 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
2418
2419 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * progmodes/python.el (python-eldoc-function): Re-enable quit while
2422 waiting for process.
2423
2424 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2425
2426 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
2427 results in ASCII-only string, encode original one directly.
2428
2429 2006-08-29 Romain Francoise <romain@orebokech.com>
2430
2431 * startup.el (normal-splash-screen, fancy-splash-screens):
2432 Make buffer read-only and arrange to enter view mode if necessary.
2433
2434 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * hl-line.el (hl-line): New face.
2437 (hl-line-face): Use it.
2438
2439 * image-mode.el (image-mode): Fix last fix.
2440 Suggested by Kim F. Storm.
2441
2442 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
2443
2444 Sync with Tramp 2.0.54.
2445
2446 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
2447 of `=', because `tramp-get-remote-gid' might not always return an
2448 integer when expected.
2449 (tramp-register-file-name-handlers): `partial-completion-mode' is
2450 unknown to XEmacs.
2451 (tramp-time-diff): Don't use `floor', it might fail for large
2452 differences.
2453 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
2454 `tramp-auto-save-directory' if unset in order to guarantee unique
2455 auto-save file names.
2456
2457 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * image-mode.el (image-mode): Display image as text on a terminal.
2460
2461 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * progmodes/python.el (python-send-command): Simplify.
2464 (run-python): Don't generate a new buffer unless `new' was specified.
2465 Make sure we send `import emacs' to the proper process.
2466
2467 * progmodes/python.el (python-send-command): Don't wait for the command
2468 to terminate. Don't fiddle with compilation-parsing-end.
2469
2470 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2473 Insert commentary after first line summary.
2474
2475 * woman.el (woman-follow): New function, based on `man-follow'.
2476 (woman-mode-map): Use it.
2477
2478 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
2479 since ibuffer-do-sort-by-recency does not define a sorter.
2480
2481 2006-08-28 Kim F. Storm <storm@cua.dk>
2482
2483 * find-dired.el (find-dired): Use shell-quote-argument to properly
2484 escape ( and ) args. Also use it on {} and ; args in default
2485 value of find-ls-option string.
2486 (find-grep-dired): Use shell-quote-argument on {} and ; args.
2487
2488 2006-08-27 Michael Olson <mwolson@gnu.org>
2489
2490 * emacs-lisp/tq.el: Small grammar fix in comments.
2491 (tq-enqueue): Check for existence of queue rather than the
2492 head queue item's question, which was a no-op.
2493 (tq-filter, tq-process-buffer): Make sure the process buffer
2494 exists before making it the current buffer.
2495
2496 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2497
2498 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
2499 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
2500 (special-event-map): Apply 2006-08-16 change for x-win.el.
2501
2502 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * progmodes/python.el (python-send-receive): Wait in the
2505 process's buffer so as to check the right buffer-local variables.
2506
2507 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
2510 (defgroup checkdoc): Move to beginning.
2511
2512 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
2513 (python-preoutput-continuation): Remove.
2514 (python-preoutput-filter): Simplify correspondingly.
2515 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
2516 Loop around to catch embedded _emacs_out output.
2517 (run-python): Send the import&print command on a single line.
2518 (python-send-command): Send command&print on a single line.
2519 (python-send-string): Only add double \n if needed.
2520 (python-send-receive): Loop until the result comes.
2521 (python-mode-running): Defvar it.
2522 (python-setup-brm): Remove unused var `menu'.
2523 Only bind py-mode-map and `features' around brm-init.
2524 (python-calculate-indentation): Remove unused var `point'.
2525 (python-beginning-of-defun): Remove unused var `def-line'.
2526
2527 2006-08-25 Richard Stallman <rms@gnu.org>
2528
2529 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
2530
2531 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
2532
2533 * viper.el (viper-set-hooks): Use frame bindings for
2534 viper-vi-state-cursor-color.
2535 (viper-non-hook-settings): Don't set default
2536 mode-line-buffer-identification.
2537
2538 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
2539 (viper-set-cursor-color-according-to-state)
2540 (viper-get-saved-cursor-color-in-replace-mode)
2541 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
2542 viper-emacs-state-cursor-color.
2543
2544 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
2545 (viper-undo): Use point if undo-beg-posn is nil.
2546 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
2547 (viper-after-change-undo-hook): Don't use
2548 viper-emacs-state-cursor-color by default.
2549 (viper-undo): More sensible positioning after undo.
2550
2551 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
2552 (viper-emacs-state-cursor-color): Default to nil, since this feature
2553 doesn't work well yet.
2554
2555 * ediff-mult.el (ediff-intersect-directories)
2556 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
2557 always expand filenames.
2558
2559 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * tumme.el: Remove * in defcustoms's docstrings.
2562
2563 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
2566 Accept internal time format for SECS arg.
2567 (timer-relative-time): Doc fix.
2568
2569 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
2570 adapted from Martin Rudalics.
2571 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
2572 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
2573 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
2574 using sit-for.
2575
2576 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
2577
2578 * cus-start.el (all): Add `overline-margin' and
2579 `x-underline-at-descent-line'.
2580
2581 2006-08-24 Kim F. Storm <storm@cua.dk>
2582
2583 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
2584 to mean "use find -exec"; nil now unambiguously means auto-detect.
2585 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
2586 Use shell-quote-argument to build grep-find-command and
2587 grep-find-template.
2588 (rgrep): Use shell-quote-argument to properly quote arguments to find.
2589 Reported by Tom Seddon.
2590
2591 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * startup.el (fancy-splash-head): Give instructions for dismissing
2594 the splash screen for default startup too.
2595 (display-startup-echo-area-message, fancy-splash-screens)
2596 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
2597 all splash text at once and keep the splash buffer around.
2598 (command-line-1): Give display-startup-echo-area-message a t arg.
2599
2600 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
2601
2602 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
2603 gnus frame is selected.
2604
2605 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
2606
2607 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
2608
2609 2006-08-22 Kim F. Storm <storm@cua.dk>
2610
2611 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
2612 Add suffix matching for subdirs.
2613
2614 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
2615
2616 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
2617 mouse-yank-at-point is non-nil.
2618
2619 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2620
2621 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
2622 a bit wider and remove fringes to fit initial output on line.
2623
2624 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * frame.el (blink-cursor-end): Only ignore the error we care about.
2627 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
2628
2629 2006-08-21 Richard Stallman <rms@gnu.org>
2630
2631 * whitespace.el (whitespace-cleanup): Doc fix.
2632
2633 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
2634
2635 * net/rcirc.el (rcirc-show-maximum-output): New var.
2636 (rcirc-buffer-process): If no buffer argument is supplied, use
2637 current-buffer.
2638 (rcirc-complete-nick): Complete to the last completed nick first.
2639 (rcirc-mode): Preserve the value of `rcirc-urls' across
2640 connections. Setup scroll function.
2641 (rcirc-scroll-to-bottom): New function.
2642 (rcirc-print): Use nick syntax around regexp work.
2643 Notice dim-nicks speaking only if they say our nick.
2644 (rcirc-update-activity-string): Do not show the modeline indicator
2645 if there are no live rcirc processes.
2646 (rcirc-cmd-ignore): Ignore case.
2647 (rcirc-browse-url-at-point): Fix off-by-one error.
2648
2649 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * progmodes/python.el: Remove * in defcustom docstrings.
2652 (run-python, python-proc, python-try-complete): Use derived-mode-p.
2653 (python-mode): Set tab-width and indent-tabs-mode.
2654
2655 2006-08-20 Dave Love <fx@gnu.org>
2656
2657 * progmodes/python.el: Update to Dave Love's latest version.
2658 (python-font-lock-keywords, python-mode): Don't use
2659 font-lock-syntax-table, but match symbol elements explicitly instead.
2660 (python-mode-map): Add help, and a few more key bindings.
2661 (python-skip-comments/blanks): Move out of comments as well.
2662 (python-continuation-line-p): Behave better with unbalanced parens.
2663 (python-blank-line-p): New fun.
2664 (python-open-block-statement-p): Don't use a heuristic.
2665 (python-outdent-p): Better handle blocks-in-the-same-line.
2666 (python-calculate-indentation): Misc improvements.
2667 (python-comment-indent): Remove.
2668 (python-block-pairs): New var.
2669 (python-first-word): New fun.
2670 (python-indentation-levels): Handle more common cases.
2671 (python-indent-line-1): Add `leave' argument.
2672 (python-indent-region): New fun.
2673 (python-skip-out): New fun.
2674 (python-beginning-of-statement, python-end-of-statement): Use it.
2675 (python-next-statement): Return correct count even at eob.
2676 (python-end-of-block): Fix paren-typo.
2677 (python-imenu-create-index): Add module variables.
2678 (run-python): Add `new' arg.
2679 Check we're at a prompt before returning.
2680 (python-send-command): Move to end of buffer.
2681 Wait for prompt to return.
2682 (python-set-proc): New fun.
2683 (python-imports): New var.
2684 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
2685 (python-eldoc-function): Try to move out of arg list.
2686 (python-outline-level): Offset by 1.
2687 (python-find-imports): New fun.
2688 (python-symbol-completions): Use python-imports.
2689 (python-module-path, ffap-alist): Add support for ffap.
2690 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2691 (python-insert-*, python-default-template, python-expand-template):
2692 Add templates/skeletons.
2693 (python-setup-brm): Support for Bicycle Repair Man.
2694 (python-abbrev-syntax-table): New var.
2695 (python-abbrev-pc-hook, python-pea-hook): New funs.
2696
2697 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
2698
2699 * frame.el (blink-cursor-start): Set timer first.
2700 (blink-cursor-end): Ignore timer cancelling errors.
2701 Suggested by Ken Manheimer.
2702
2703 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * newcomment.el (comment-box): Call `comment-normalize-vars'.
2706 Add autoload cookie.
2707
2708 2006-08-20 Richard Stallman <rms@gnu.org>
2709
2710 * simple.el (line-number-at-pos): Doc fix.
2711
2712 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
2713 timer-activate-when-idle, so timer can run before Emacs becomes
2714 non-idle again.
2715
2716 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2717
2718 * whitespace.el (whitespace-cleanup-internal): New optional arg
2719 REGION-ONLY. If it's non-nil, modify the message to the user
2720 accordingly.
2721 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
2722 a non-nil argument.
2723
2724 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
2725
2726 * rect.el (spaces-string): Simplify and add doc string.
2727
2728 2006-08-17 Romain Francoise <romain@orebokech.com>
2729
2730 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
2731
2732 2006-08-17 Richard Stallman <rms@gnu.org>
2733
2734 * compare-w.el (compare-windows): lambda's take an arg and pass
2735 it to compare-windows-skip-whitespace.
2736
2737 2006-08-17 Martin Rudalics <rudalics@gmx.at>
2738
2739 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
2740 the right buffer.
2741
2742 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
2745 removed files.
2746
2747 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * progmodes/gdb-ui.el (gdb-locals-watch-map)
2750 (gdb-locals-watch-map-1): Suppress keymap first.
2751 (gdb-edit-locals-map-1): New variable.
2752 (gdb-edit-locals-value): New function.
2753 (gdb-stack-list-locals-handler): Use them.
2754
2755 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
2758 cursor would normally be drawn in the fringe.
2759
2760 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
2761 Reported by Martin Rudalics <rudalics@gmx.at>.
2762
2763 2006-08-16 Richard Stallman <rms@gnu.org>
2764
2765 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
2766 (special-event-map): Process drag-n-drop events this way.
2767
2768 * simple.el (move-beginning-of-line): Test whether fields
2769 would prevent motion back to line's first visible character.
2770 If so, stop where the fields would stop the motion.
2771
2772 * newcomment.el (comment-indent): Fully update INDENT
2773 before checking to see if it will change the text.
2774
2775 * cus-edit.el (custom-newline): New function.
2776 (custom-mode-map): Bind newline to custom-newline.
2777
2778 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
2779 into ignore-whitespace.
2780 Check each buffer for its skip-function.
2781 Handle compare-windows-skip-whitespace special-case test
2782 by returning t from default skip function.
2783
2784 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2785
2786 * textmodes/org.el (org-clock-special-range)
2787 (org-clock-update-time-maybe): New functions.
2788 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
2789 not only a-z.
2790 (org-agenda-get-blocks): Allow multiple blocks per headline.
2791 (org-timestamp-change): Call `org-clock-update-time-maybe'.
2792 (org-export-html-title-format)
2793 (org-export-html-toplevel-hlevel): New options.
2794 (org-export-language-setup): Add support for Czech.
2795 (org-mode, org-insert-todo-heading, org-find-visible)
2796 (org-find-invisible, org-invisible-p, org-invisible-p2)
2797 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
2798 (org-show-subtree, org-show-entry, org-make-options-regexp):
2799 Remove compatibility support for old outline-mode.
2800 (org-check-occur-regexp): Funtion removed.
2801 (org-on-heading-p, org-back-to-heading): Made defalias.
2802 (org-set-local): New defsubst.
2803 (org-set-regexps-and-options, org-mode)
2804 (org-set-font-lock-defaults, org-edit-agenda-file-list)
2805 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
2806 (org-remember-apply-template, org-table-edit-field)
2807 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
2808 (org-set-autofill-regexps): Use `org-set-local'.
2809 (org-table-eval-formula): Fix bug with parsing of display flags.
2810
2811 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
2814 frame with fringe arrow. Suggested by Simon Marshall
2815 <simon.marshall@misys.com>.
2816 (gdb-stack-position): New variable.
2817 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
2818 (gdb-frames-mode): Set gdb-stack-position to nil.
2819 Add to overlay-arrow-variable-list
2820 (gdb-reset): Delete gdb-stack-position from above list.
2821
2822 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2823
2824 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
2825 read only.
2826
2827 2006-08-13 Romain Francoise <romain@orebokech.com>
2828
2829 * cus-theme.el (customize-create-theme)
2830 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
2831
2832 * filesets.el (filesets-add-buffer): Ditto.
2833
2834 * pcvs.el (cvs-change-cvsroot): Ditto.
2835
2836 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
2837
2838 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
2839 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
2840 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
2841 expressions.
2842 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
2843 Only search till end of line.
2844 Add face to function names in case of no filename.
2845 Add face to variable names of watchpoints.
2846
2847 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2848
2849 * cus-start.el <indent-tabs-mode>: Move to the `indent'
2850 customization group.
2851
2852 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
2853
2854 * allout.el (allout-prior-bindings, allout-added-bindings):
2855 Remove, after long deprecation.
2856 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
2857 Add customization vars controlling allout-beginning-of-line and
2858 allout-end-of-line conveniences.
2859 (allout-header-prefix, allout-use-mode-specific-leader)
2860 (allout-use-mode-specific-leader, allout-mode-leaders):
2861 Revise docstrings.
2862 (allout-infer-header-lead): Change to be an alias for
2863 allout-infer-header-lead-and-primary-bullet.
2864 (allout-infer-header-lead-and-primary-bullet): New version of
2865 allout-infer-header-lead which assigns the primary bullet to the
2866 same as the header lead, when its being changed.
2867 (allout-infer-body-reindent): Apply regexp-quote instead of
2868 unconditionally prepending "\\", so that all literal
2869 allout-header-prefix and allout-primary-bullet strings are
2870 properly handled.
2871 (allout-add-resumptions): Add optional qualifier for extending or
2872 appending to existing values, rather than replacing them.
2873 (allout-view-change-hook): Clarify docstring.
2874 (allout-exposure-change-hook): Take explicit arguments, via
2875 run-hook-with-args.
2876 (allout-structure-added-hook)
2877 (allout-structure-deleted-hook)
2878 (allout-structure-shifted-hook): New hooks analogous to
2879 allout-exposure-change-hook for other kinds of structural outline
2880 edits.
2881 (allout-encryption-plaintext-sanitization-regexps): New encryption
2882 customization variable, by which cooperating modes can provde
2883 massage of the plaintext without actually being passed it.
2884 (allout-encryption-ciphertext-rejection-regexps)
2885 (allout-encryption-ciphertext-rejection-ceiling): New encryption
2886 customization variables, by which cooperating modes can prohibit
2887 rare but possible ciphertext patterns from fouling their
2888 operation, with actually being passed the ciphertext.
2889 (allout-mode): Run activation and deactivation hooks after the
2890 minor-mode variable has been toggled, to clarify the mode
2891 disposition. The new encryption ciphertext rejection variable is
2892 used to ensure that the ciphertext does not contain text that
2893 would be recognized as outline structural elements by allout.
2894 Substite allout-beginning-of-line and allout-end-of-line for
2895 conventionall beginning-of-line and end-of-line bindings.
2896 If allout-old-style-prefixes is non-nil, don't nullify it on mode
2897 activation!
2898 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
2899 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
2900 (allout-chart-subtree): Implement new mode, charting only the
2901 visible items in the subtree, when new 'visible' parameter is non-nil.
2902 (allout-end-of-subtree): Properly handle the last item in the buffer.
2903 (allout-pre-command-business, allout-command-counter):
2904 Increment an advertised counter so that cooperating enhancements can
2905 track revisions of items.
2906 (allout-open-topic): Run allout-structure-added-hook with suitable
2907 arguments.
2908 (allout-shift-in): Run allout-structure-shifted-hook with suitable
2909 arguments.
2910 (allout-shift-out): Fix doubling for negative args and ensure call
2911 of allout-structure-shifted-hook by solely using allout-shift-in.
2912 (allout-kill-line, allout-kill-topic):
2913 Run allout-structure-deleted-hook with suitable arguments.
2914 (allout-yank-processing): Run allout-structure-added-hook with
2915 proper arguments.
2916 (allout-yank): Enclose activity in allout-unprotected.
2917 (allout-flag-region): Run allout-exposure-change-hook with
2918 suitable arguments, instead of making the callee infer the arguments.
2919 (allout-encrypt-string):
2920 Support allout-encryption-plaintext-sanitization-regexps,
2921 allout-encryption-ciphertext-rejection-regexps, and
2922 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
2923 en/de cryption mode in symmetric encryption failure message.
2924 (allout-obtain-passphrase): Use copy-sequence to get a distinct
2925 copy of the passphrase, and don't zero it or we'll corrupt the
2926 stashed copy.
2927 (allout-create-encryption-passphrase-verifier)
2928 (allout-verify-passphrase): Respect the new signature for
2929 allout-encrypt-string.
2930 (allout-get-configvar-values): Convenience for getting a
2931 configuration variable value and handling its absence gracefully.
2932
2933 2006-08-11 Romain Francoise <romain@orebokech.com>
2934
2935 * obsolete/zone-mode.el: Delete.
2936
2937 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
2940
2941 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
2942
2943 * emacs-lisp/bindat.el (bindat-ip-to-string):
2944 Use `format-network-address' if possible.
2945
2946 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2947
2948 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
2949
2950 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
2951
2952 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
2953 restore unread-command-events here.
2954 (edebug-display): Do it here, to detect sit-for interruptions.
2955
2956 2006-08-10 Romain Francoise <romain@orebokech.com>
2957
2958 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
2959 (dns-mode-soa-auto-increment-serial): New user option.
2960 (dns-mode-soa-maybe-increment-serial): New function.
2961 (dns-mode): Add the latter to `write-contents-functions'.
2962
2963 * obsolete/zone-mode.el: Move to obsolete/ from net/.
2964 Delete autoload cookies.
2965
2966 2006-08-10 John Wiegley <johnw@newartisans.com>
2967
2968 * eshell/em-glob.el (eshell-glob-chars-list)
2969 (eshell-glob-translate-alist): Add support for [^g] in character globs.
2970
2971 2006-08-10 Richard Stallman <rms@gnu.org>
2972
2973 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
2974 (facemenu-set-face): Doc fix.
2975 (facemenu-listed-faces): Doc fix.
2976
2977 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
2978
2979 * avoid.el (mouse-avoidance-animating-pointer): New var.
2980 (mouse-avoidance-nudge-mouse): Use it.
2981 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
2982 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
2983 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
2984 Don't activate if currently animating. All callers changed.
2985
2986 2006-08-09 John Wiegley <johnw@newartisans.com>
2987
2988 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
2989 variable, which causes timeclock to report elapsed time worked,
2990 instead of just work remaining.
2991
2992 2006-08-09 Kenichi Handa <handa@m17n.org>
2993
2994 * international/latexenc.el (latexenc-find-file-coding-system):
2995 Fix for the case that the 2nd element of arg-list is a cons.
2996
2997 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * info.el (Info-fontify-node): Handle preceding `in' for note
3000 reference hiding rules.
3001
3002 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
3005 mistake a closing " for an opening one.
3006
3007 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3008
3009 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3010
3011 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * complete.el (PC-do-completion): Filter out completions matching
3014 completion-ignored-extensions before checking whether there are
3015 multiple completions.
3016 Don't use `list' unnecessarily when building completion tables.
3017
3018 2006-08-06 Richard Stallman <rms@gnu.org>
3019
3020 * help.el (describe-mode): Make minor mode list more concise.
3021
3022 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * bindings.el: Give mode-line-format, mode-line-modes, and
3025 mode-line-position `standard-value' properties.
3026
3027 2006-08-05 Eli Zaretskii <eliz@gnu.org>
3028
3029 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3030 "(file)node" instead of the file name.
3031
3032 2006-08-05 Richard Stallman <rms@gnu.org>
3033
3034 * faces.el (escape-glyph): Doc fix.
3035
3036 2006-08-04 Kenichi Handa <handa@m17n.org>
3037
3038 * international/mule-diag.el (describe-font): Improve docstring
3039 and error message. Use frame-parameter (not frame-parameters).
3040
3041 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
3044 Correctly mark the end-of-docstring char.
3045
3046 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * simple.el (line-move-to-column): Constrain move-to-column to
3049 current field.
3050
3051 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * font-lock.el (font-lock-beg, font-lock-end)
3054 (font-lock-extend-region-functions): New vars.
3055 (font-lock-extend-region-multiline)
3056 (font-lock-extend-region-wholelines): New functions.
3057 (font-lock-default-fontify-region): Use them.
3058 (font-lock-extend-jit-lock-region-after-change): Only round up
3059 if font-lock-default-fontify-region will do it as well.
3060
3061 * font-lock.el (font-lock-extend-after-change-region-function):
3062 Rename from font-lock-extend-region-function.
3063 (font-lock-extend-region): Remove by inlining at call sites.
3064 (font-lock-after-change-function): Don't needlessly round up to a whole
3065 number of lines.
3066 (font-lock-extend-jit-lock-region-after-change): Be more careful about
3067 the boundary conditions and the interactions between the various ways
3068 to extend the region.
3069
3070 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
3073 modification status when forcing the second redisplay.
3074
3075 2006-08-03 Kim F. Storm <storm@cua.dk>
3076
3077 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
3078
3079 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
3082 doesn't look like a file name.
3083
3084 * complete.el (PC-expand-many-files): Avoid signalling an error when
3085 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
3086
3087 2006-08-02 Andreas Schwab <schwab@suse.de>
3088
3089 * bindings.el (mode-line-format): Simplify reference to vc-mode.
3090
3091 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3092
3093 * bindings.el (map): Make mode-line-buffer-identification-keymap
3094 before defining propertized-buffer-identification.
3095
3096 2006-08-01 Richard Stallman <rms@gnu.org>
3097
3098 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
3099
3100 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3101
3102 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
3103 default value.
3104 (gdb-find-source-frame): New function.
3105 (menu): Add to menu bar.
3106
3107 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * font-core.el (font-lock-extend-region-function)
3110 (font-lock-extend-region): Move to font-lock.el.
3111
3112 * font-lock.el (font-lock-extend-region-function)
3113 (font-lock-extend-region): Move from font-core.el. Simplify.
3114
3115 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
3116 if needed.
3117 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
3118 (jit-lock-after-change-extend-region-functions): New hook.
3119 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
3120
3121 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
3122 (font-lock-turn-on-thing-lock): Use it.
3123
3124 * longlines.el (longlines-show-region): Make it work on read-only
3125 buffers as well.
3126
3127 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
3128
3129 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
3130
3131 2006-07-31 Richard Stallman <rms@gnu.org>
3132
3133 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
3134 (vhdl-speedbar-display-projects): Update old obsolete
3135 speedbar variable names.
3136
3137 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
3138
3139 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
3140 (gdb-stopped): Use it.
3141
3142 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
3143
3144 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
3147 for load-history elements.
3148
3149 2006-07-29 Eli Zaretskii <eliz@gnu.org>
3150
3151 * files.el (convert-standard-filename): For Cygwin, replace
3152 characters not allowed in Windows file names.
3153 (make-auto-save-file-name): Add Cygwin to the list of systems
3154 where the auto-save file name needs to be run through
3155 convert-standard-filename.
3156
3157 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
3158
3159 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
3160
3161 2006-07-28 Richard Stallman <rms@gnu.org>
3162
3163 * bindings.el (mode-line-frame-identification)
3164 (propertized-buffer-identification): Centralize the code
3165 to initialize the variable.
3166
3167 * progmodes/grep.el (grep-default-command): Catch errors from
3168 wildcard-to-regexp.
3169
3170 2006-07-29 Kim F. Storm <storm@cua.dk>
3171
3172 * progmodes/grep.el (grep-tag-default): New function.
3173 (grep-default-command, grep-read-regexp): Use it.
3174 (grep-read-files): Use car of grep-files-history or grep-files-aliases
3175 as default if nothing else applies.
3176
3177 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
3178
3179 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3180 Throw error if buffer is not in Dired and Wdired mode, respectively.
3181
3182 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
3185 self-insert-command keys don't activate buttons.
3186 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
3187
3188 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
3189
3190 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
3191 faces for enable character.
3192
3193 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3194
3195 * Makefile.in (recompile): Update comment to reflect change
3196 on 2004-04-21.
3197
3198 2006-07-27 Richard Stallman <rms@gnu.org>
3199
3200 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
3201 (customize-package-emacs-version): Change msg when pkg has no entry.
3202 (custom-no-edit): On a button, do like widget-button-press.
3203
3204 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3205
3206 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
3207 S-tab and C-S-tab.
3208
3209 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3210
3211 * progmodes/which-func.el (which-function): Fix documentation/
3212 comment typo.
3213
3214 2006-07-26 Richard Stallman <rms@gnu.org>
3215
3216 * textmodes/ispell.el (ispell-word): If we replace the word,
3217 move point to the end. Insert before deleting.
3218
3219 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
3222 a timer.
3223
3224 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
3225
3226 * tumme.el (tumme-backward-image): Add prefix argument. Add error
3227 when at first image.
3228 (tumme-forward-image): Add prefix argument. Add error when at last
3229 image.
3230
3231 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * tabify.el (tabify-regexp): Use more specific regexps.
3234 (tabify): Avoid modifying the buffer unnecessarily.
3235
3236 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
3237
3238 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
3239 (tumme-format-properties-string): Handle empty `buf'.
3240 (tumme-get-comment): Change variable names inside `let'.
3241 Add missing `let' variable that cause font-lock problems.
3242 (tumme-write-comments): Change variable names inside `let'.
3243 Add missing `let' variable that cause font-lock problems.
3244 (tumme-forward-image): Rename from `tumme-forward-char'.
3245 (tumme-backward-image): Rename from `tumme-backward-char'.
3246
3247 2006-07-25 Masatake YAMATO <jet@gyve.org>
3248
3249 * progmodes/ld-script.el (ld-script-keywords)
3250 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
3251 and add comments.
3252
3253 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
3254
3255 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3256 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
3257 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
3258 for status indicator.
3259
3260 2006-07-24 Richard Stallman <rms@gnu.org>
3261
3262 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
3263
3264 * subr.el (dolist, dotimes): Use interned symbols for locals.
3265 (--dotimes-limit--, --dolist-tail--): New defvars.
3266 (looking-back): Doc fix.
3267
3268 * replace.el (replace-match-string-symbols): Handle dotted lists.
3269
3270 2006-07-24 mathias <mathias@mattis>
3271
3272 * tumme.el (tumme-write-tags): Add.
3273 (tumme-write-comments): Add.
3274 (tumme-tag-files): Change to use `tumme-write-tags'.
3275 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
3276 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
3277 (tumme-save-information-from-widgets): Change to use
3278 `tumme-write-comments' and `tumme-write-tags'.
3279 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
3280 (tumme-write-tag): Remove.
3281 (tumme-write-comment): Remove.
3282 (tumme-display-previous-thumbnail-original): Remove empty line.
3283 (tumme-widget-list): Add punctuation.
3284
3285 2006-07-24 mathias <mathias.dahl@gmail.com>
3286
3287 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
3288
3289 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3290
3291 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3292 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
3293 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3294
3295 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3296
3297 * mouse.el (mouse-on-link-p): Doc fix.
3298
3299 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3302 Handle "C-h f `".
3303
3304 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3305
3306 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
3307 column.
3308
3309 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
3310
3311 * textmodes/table.el: Add move-beginning-of-line and
3312 move-end-of-line to Point Motion Only Group.
3313
3314 2006-07-22 Eric Hanchrow <offby1@blarg.net>
3315
3316 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
3317
3318 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3319
3320 * startup.el (user-mail-address): Initialize from the `EMAIL'
3321 environment variable first. Document this.
3322 (command-line): Ditto.
3323
3324 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
3325
3326 * help-mode.el (help-function-def, help-variable-def)
3327 (help-face-def): Print a message in the minibuffer.
3328
3329 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3330
3331 * term/xterm.el (terminal-init-xterm): Fix key bindings
3332 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
3333
3334 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3335
3336 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
3337 where `(nth 1 command)' is a cons cell. Doc fix.
3338
3339 * textmodes/po.el (po-find-charset): Doc fix.
3340
3341 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
3342
3343 * allout.el (allout-unprotected, allout-e-o-prefix-p)
3344 (allout-beginning-of-current-line, allout-end-of-current-line)
3345 (allout-next-visible-heading, allout-open-topic)
3346 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
3347 (allout-flag-current-subtree, allout-show-to-offshoot)
3348 (allout-hide-current-entry, allout-show-current-branches)
3349 (allout-hide-region-body, allout-old-expose-topic)
3350 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
3351 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
3352 containing `beginning-of-line' and `end-of-line' with
3353 `inhibit-field-text-motion' t.
3354
3355 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3356
3357 * frame.el (focus-follows-mouse): Document that it doesn't have
3358 any effect on MS-Windows.
3359
3360 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
3363
3364 2006-07-20 Jay Belanger <belanger@truman.edu>
3365
3366 * calc.el (calc-previous-alg-entry): Remove variable.
3367
3368 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
3369 New variables.
3370 (calc-alg-entry): Use `calc-alg-entry-history'.
3371 (calc-do-quick-calc): Use `calc-quick-calc-history'.
3372 Remove reference to `calc-previous-alg-entry'.
3373 (calcAlg-edit, calcAlg-enter): Remove reference to
3374 `calc-previous-alg-entry'.
3375 (calcAlg-previous): Use `previous-history-element' instead of
3376 `calc-previous-alg-entry'.
3377 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3378 Change keybinding for `calcAlg-plus-minus', add keybindings for
3379 `previous-history-element' and `next-history-element'.
3380
3381 * calc-rewr.el (calc-match): Remove reference to
3382 `calc-previous-alg-entry'.
3383
3384 * calc-sel.el (calc-selection-history): New variable.
3385 (calc-enter-selection, calc-sel-mult-both-sides)
3386 (calc-sel-add-both-sides): Use `calc-selection-history'.
3387
3388 * calc-map.el (calc-get-operator-history): New variable.
3389 (calc-get-operator): Use `calc-get-operator-history'.
3390
3391 * calcalg3.el (calc-curve-fit-history): New variable.
3392 (calc-curve-fit): Use `calc-curve-fit-history'.
3393
3394 2006-07-20 Kenichi Handa <handa@m17n.org>
3395
3396 * international/mule-cmds.el (select-safe-coding-system): Fix the
3397 way of deciding eol-type of the coding system.
3398
3399 2006-07-20 Alan Mackenzie <acm@muc.de>
3400
3401 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
3402 (c-lang-setvar): New macro.
3403 (c-make-init-lang-vars-fun): Use the initialization forms in
3404 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
3405 (comment-start, comment-end, comment-start-skip): Change these from
3406 c-lang-defvar's to c-lang-setvar's.
3407
3408 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
3409 which calls make-local-variable on the elements of
3410 c-emacs-variable-inits.
3411 (c-init-language-vars-for): Call this new macro.
3412
3413 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3416 Try to rule out false positives due to time stamps.
3417 (compilation-mode-font-lock-keywords): Remove rules made redundant
3418 because of the above change. Add `segmentation fault' to the known and
3419 highlighted compilation termination messages.
3420
3421 2006-07-19 Kim F. Storm <storm@cua.dk>
3422
3423 * progmodes/grep.el (grep-find-ignored-directories):
3424 Add .svn and _darcs to list.
3425
3426 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
3427
3428 * dired.el (dired-mode-map): Add key binding `C-te' for
3429 `tumme-dired-edit-comment-and-tags'.
3430
3431 * tumme.el (tumme-display-thumbnail-original-image): Make sure
3432 image display buffer is displayed before call to
3433 `tumme-display-image.
3434 (tumme-dired-display-image): Make sure image display buffer is
3435 displayed before call to `tumme-display-image.
3436 (tumme-mouse-display-image): Make sure image display buffer is
3437 displayed before call to `tumme-display-image.
3438 (tumme-widget-list): Add.
3439 (tumme-dired-edit-comment-and-tags): Add.
3440 (tumme-save-information-from-widgets): Add.
3441
3442 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
3445
3446 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * progmodes/sh-script.el (sh-font-lock-keywords-1):
3449 Revert inadvertently installed patch hunk.
3450
3451 * progmodes/compile.el (compilation-find-file): Handle the
3452 cases where the user selects a non-existent file.
3453
3454 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3455
3456 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
3457
3458 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * subr.el (sit-for): Just sleep-for if noninteractive.
3461
3462 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * emacs-lisp/autoload.el (make-autoload): Use new arg.
3465
3466 * custom.el (custom-autoload): Add `noset' argument.
3467 (custom-push-theme): Don't autoload the variable, let callers do it.
3468 (custom-theme-set-variables): Autoload the variable if necessary.
3469
3470 * cus-edit.el (custom-variable-state-set): If the variable was
3471 originally set outside custom, but to the same value as the default,
3472 consider it to be standard.
3473
3474 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
3475 file *before* telling Emacs to add the autoloads, in case it fails.
3476
3477 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
3478 Use `cond', push', and `dolist'.
3479
3480 2006-07-17 Richard Stallman <rms@gnu.org>
3481
3482 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
3483 Add defvars to silence warnings.
3484
3485 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3488 Don't highlight "Compiling file" messages as error.
3489
3490 * dired-aux.el (dired-compress-file): Confirm again if gzipped
3491 file already exists.
3492
3493 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
3494
3495 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
3496 entry, don't assign to free var; simply return the extracted filename.
3497 (ff-treat-as-special): Incorporate common preamble from callers.
3498 (ff-other-file-name, ff-find-the-other-file):
3499 Update call to ff-treat-as-special.
3500
3501 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
3502
3503 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
3504
3505 * tumme.el (tumme-get-comment): Fix bug.
3506
3507 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * files.el: Remove spurious * in docstrings.
3510
3511 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3512
3513 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
3514 grammar.
3515 (allout-beginning-of-current-line): Beware beginning of buffer.
3516 Also, a comment is simplified.
3517 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
3518 when appropriate. (This fix enables use for other than
3519 bullet-hotspot operation.)
3520 (allout-hide-current-subtree): While escalating to sibling-close,
3521 make sure to situate on a topic.
3522
3523 2006-07-14 Kim F. Storm <storm@cua.dk>
3524
3525 * emulation/cua-base.el (cua-delete-selection)
3526 (cua-toggle-set-mark): New defcustoms.
3527 (cua-rectangle-modifier-key): Add `alt' modifier.
3528 (cua-replace-region): Don't delete if cua-delete-selection is nil.
3529 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
3530 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
3531
3532 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
3533
3534 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3535
3536 * allout.el: Require 'cl during byte-compilation/interactive load,
3537 for the `assert' macro.
3538 (allout-mode-deactivate-hook): New hook, run when allout mode
3539 deactivates.
3540 (allout-developer): New allout customization subgroup.
3541 (allout-run-unit-tests-on-load): New allout-developer
3542 customization variable, when true allout unit tests are run towards
3543 end of file load/eval.
3544 (allout-inhibit-auto-fill): Disable auto-fill activity even during
3545 auto-fill-mode.
3546 (allout-resumptions): Remove, to be replaced by...
3547 (allout-add-resumptions): Register variable settings to be
3548 reinstated by `allout-do-resumptions'. The settings are made
3549 buffer-local, but the locality/globality of the suspended setting
3550 is restored on resumption.
3551 (allout-do-resumptions): Reinstate all settings suspended using
3552 `allout-add-resumptions'.
3553 (allout-test-resumptions): Unit tests (and intermediate variables)
3554 for resumptions.
3555 (allout-tests-globally-unbound, allout-tests-globally-true)
3556 (allout-tests-locally-true): Intermediate variables for
3557 resumptions unit tests.
3558 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
3559 (allout-exposure-category): Replaces 'allout-overlay-category variable.
3560 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
3561 instead of retired `allout-resumptions'. For hook functions, use
3562 `local' parameter so hook settings are created and removed as
3563 buffer-local settings. Revise (resumptions) setting
3564 auto-fill-function so it is set only if already active. (The
3565 related fill-function settings are all made in either case, so
3566 that activating auto-fill-mode activity will have the custom
3567 allout-mode behaviors (hanging indent on topics, if configured for it).
3568 Remove all allout-exposure-category overlays on mode deactivation.
3569 (allout-hotspot-key-handler): New function extracted from
3570 `allout-pre-command-business', so the functionality can be used
3571 for other purposes, eg as a binding in an overlay.
3572 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
3573 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
3574 customization variable.
3575 (allout-run-unit-tests): Run the (currently quite small)
3576 repertoire of unit tests. Called just before the provide iff user
3577 has customized `allout-run-unit-tests-on-load' non-nil.
3578
3579 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3580
3581 * emacs-lisp/authors.el (authors-aliases): Update.
3582
3583 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3584
3585 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
3586 gdb-source-window. Add dedicated argument.
3587 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
3588 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
3589 (gdb-display-threads-buffer, gdb-display-memory-buffer)
3590 (gdb-display-locals-buffer): Use it.
3591
3592 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
3593 Set gdb-source-window.
3594
3595 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
3598 minor modes, redundant with the custom-autoload line above.
3599
3600 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * longlines.el (longlines-post-command-function): Handle open-line too.
3603
3604 2006-07-12 Richard Stallman <rms@gnu.org>
3605
3606 * progmodes/grep.el (grep-last-buffer): Doc fix.
3607
3608 * info.el (Info-try-follow-nearest-node): Doc fix.
3609
3610 * emacs-lisp/edebug.el (edebug-instrument-function):
3611 Err if find-function-noselect gives no position.
3612
3613 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3614 If can't find definition, return nil for position.
3615 (find-function-do-it): Handle new return value
3616 of find-definition-noselect.
3617 (find-definition-noselect, find-variable-noselect): Doc fix.
3618 (find-function-noselect): Doc fix.
3619
3620 * help-mode.el (help-variable-def): Handle find-variable-noselect
3621 returning no position.
3622 (help-function-def): Likewise for find-function-search-for-symbol.
3623 (help-face-def): Likewise.
3624
3625 * help-fns.el (describe-variable): Handle find-variable-noselect
3626 returning no position.
3627
3628 * files.el (locate-file-completion): Avoid duplicates in result.
3629
3630 * cus-edit.el (custom-no-edit): New command.
3631 (custom-mode-map): Remap to custom-no-edit instead of
3632 using suppress-keymap.
3633
3634 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
3635
3636 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3637 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3638 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
3639
3640 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
3641
3642 2006-07-11 Kim F. Storm <storm@cua.dk>
3643
3644 * ido.el (ido-copy-current-file-name): Use buffer-name if
3645 buffer-file-name is nil.
3646
3647 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * simple.el (undo-ask-before-discard): Set to nil.
3650
3651 * vc.el (vc-exec-after): Don't delete process manually.
3652 (vc-print-log): Run log-view-mode in process sentinel inside
3653 inhibit-read-only. Don't shrink window due to timing issues.
3654
3655 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
3656 Avoid using with-output-to-temp-buffer, which clobbers local vars.
3657
3658 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3661 Fix ambiguity introduced by last change.
3662 (compilation-find-file): Move save-excursion to where it may
3663 make sense. Fix a left over `find-file'.
3664
3665 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
3666
3667 * textmodes/texinfmt.el (texinfo-format-separate-node):
3668 Insert a string before point, which fits documentation, not after.
3669 (texinfo-multitable-item): In a multitable row, insert any
3670 additional needed @tabs and spaces.
3671
3672 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
3673
3674 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3675 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3676 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
3677 instead of shell-command.
3678 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
3679 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
3680 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
3681 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
3682 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
3683 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
3684
3685 2006-07-11 Kim F. Storm <storm@cua.dk>
3686
3687 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
3688 Remove special case for seconds < 0. Use (redisplay t) instead.
3689
3690 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
3693 avoid compilation error.
3694
3695 * subr.el (sit-for): New function.
3696
3697 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
3698
3699 2006-07-10 Richard Stallman <rms@gnu.org>
3700
3701 * ldefs-boot.el (edebug): Update page.
3702
3703 2006-07-10 Kim F. Storm <storm@cua.dk>
3704
3705 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
3706 to FOR-RELEASE and TODO.
3707
3708 2006-07-10 Romain Francoise <romain@orebokech.com>
3709
3710 * emacs-lisp/authors.el (authors-aliases): Update.
3711
3712 2006-07-10 Alan Mackenzie <acm@muc.de>
3713
3714 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
3715 * cc-mode.el: Changes to eradicate eval-after-load.
3716
3717 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
3720 on non-char events.
3721
3722 2006-07-09 Romain Francoise <romain@orebokech.com>
3723
3724 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3725 Don't highlight start/end markers as compilation messages.
3726
3727 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
3728 to t.
3729
3730 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
3733
3734 2006-07-08 Richard Stallman <rms@gnu.org>
3735
3736 * term/x-win.el (x-handle-display): Add doc string.
3737
3738 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3739
3740 * subr.el (def-edebug-spec): Move here.
3741 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3742
3743 * imenu.el (imenu-choose-buffer-index): Doc fix.
3744
3745 2006-07-08 Romain Francoise <romain@orebokech.com>
3746
3747 * term/x-win.el (x-display-name): Fix typo.
3748
3749 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3750
3751 * hexl.el (hexl-find-file): Doc fix.
3752
3753 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3754
3755 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
3756
3757 * term/x-win.el (x-display-name): Doc fix.
3758
3759 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
3762 long prefixes.
3763 (fill-region-as-paragraph): Don't round up to a whole line.
3764 (fill-comment-paragraph): Don't include the code-before-the-comment
3765 when calling fill-region-as-paragraph.
3766
3767 * international/mule.el (make-char): Remove redundancy.
3768
3769 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
3770 property may contain an anonymous function rather than a symbol.
3771
3772 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
3773
3774 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3775 Use shy regexp. Fix incorrect backref to potentially unmatched group.
3776
3777 * dirtrack.el (dirtrack-default-directory-function): Remove.
3778 (dirtrack-directory-function): Use file-name-as-directory.
3779 (dirtrack-windows-directory-function): Simplify.
3780 (dirtrack-forward-slash, dirtrack-backward-slash)
3781 (dirtrack-replace-slash): Remove.
3782 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
3783 (dirtrack): Fix wrong parenthesizing; use match-string.
3784
3785 * progmodes/octave-inf.el: Remove spurious * in docstrings.
3786 (inferior-octave-mode): Only change the buffer-local value of
3787 comint-dynamic-complete-functions.
3788 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
3789 Move the initialization to the declaration.
3790 (inferior-octave-complete): Remove unused var `filter'.
3791
3792 * shell.el (shell-mode): Only change the buffer-local value of
3793 comint-dynamic-complete-functions.
3794
3795 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3796
3797 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
3798 entry is skipped because it has been scheduled.
3799 (org-prepare-agenda-buffers): Don't mark buffers as modified when
3800 changing `:org-archived' and `:org-comment' properties.
3801
3802 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * server.el (server-select-display): Don't make the temp frame
3805 minibuffer-only, in case it's not a temp frame.
3806 (server-process-filter): Don't delete the temp frame if it's the
3807 only one we have on that display.
3808
3809 * files.el (find-alternate-file): Doc fix.
3810
3811 2006-07-05 Richard Stallman <rms@gnu.org>
3812
3813 * files.el (abbreviate-file-name): Add save-match-data.
3814
3815 2006-07-03 Richard Stallman <rms@gnu.org>
3816
3817 * faces.el (read-face-name): Doc fix.
3818
3819 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * net/goto-addr.el (goto-address): Mark as safe for local evals.
3822
3823 2006-07-05 Andre Spiegel <spiegel@gnu.org>
3824
3825 * vc.el (vc-diff-internal): Fix prev change.
3826
3827 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3828
3829 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
3830 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
3831
3832 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
3835 fails if the symbol contains chars like ( or '.
3836 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
3837 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
3838 `short'.
3839
3840 2006-07-04 Kenichi Handa <handa@m17n.org>
3841
3842 * international/mule-cmds.el (set-language-info): If LANG-ENV is
3843 the current one, don't call set-language-environment, but call one
3844 of set-language-environment-XXX to make INFO effective now.
3845 (set-language-environment): Call set-language-environment-XXX
3846 functions instead of doing the various setups directly.
3847 (set-language-environment-coding-systems): Delete argument eol-type.
3848 (set-language-environment-input-method)
3849 (set-language-environment-nonascii-translation)
3850 (set-language-environment-charset)
3851 (set-language-environment-fontset)
3852 (set-language-environment-unibyte): New functions.
3853
3854 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
3855
3856 * locate.el (locate-update-when-revert): New option.
3857 (locate-update-path): New option (suggested by Michael Albinus).
3858 (locate-prompt-for-command): Whitespace change.
3859 (locate-update): No longer offer to update the locate database by
3860 default. Implement the two new options.
3861
3862 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
3863
3864 * tooltip.el: Move comment about track-mouse...
3865
3866 * progmodes/gud.el: ...to here.
3867
3868 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * facemenu.el (facemenu-listed-faces): New var.
3871 (facemenu-unlisted-faces): Variable deleted.
3872 (facemenu-add-new-face): Use facemenu-listed-faces.
3873
3874 * emulation/viper-init.el, calendar/calendar.el:
3875 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
3876
3877 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
3878
3879 * textmodes/org.el (org-mode): Remove no invalid settings for
3880 calc embedded mode.
3881 (org-mode-p): New defsubst.
3882 (org-save-all-org-buffers): New function.
3883 (org-first-headline-recenter): Enclose outline-regexp in group
3884 delimiters.
3885 (org-set-tags): Keep single space after stars.
3886
3887 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * window.el (set-window-text-height): Only set window-min-height to
3890 1 if that's the requested size.
3891
3892 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
3893 (diff-unified->context, diff-context->unified)
3894 (diff-reverse-direction): Make sure the end marker stays at the end.
3895 (diff-mode): Add the keymap table at the end of docstring.
3896 Use lexical-let rather than constructing a closure manually.
3897
3898 * files.el (find-file-noselect-1): Remove unused var assignment.
3899 (hack-local-variables-confirm): Print lists of strings as lists of
3900 strings rather than lists of symbols.
3901 (abbreviate-file-name, hack-local-variables-prop-line):
3902 Use match-string.
3903 (hack-one-local-variable): Move `make-local-variable' nearer its use.
3904 (recover-session-finish): Use line-end-position.
3905
3906 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
3907
3908 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
3909
3910 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
3911
3912 * progmodes/make-mode.el (makefile-macroassign-regex):
3913 Accept preceding keyword.
3914 (makefile-gmake-statements): Reorganize, now that makepp has
3915 "override" and also handle forgotten "override define".
3916 (makefile-makepp-statements): Add new "global", "override export"
3917 and "override global".
3918
3919 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
3920
3921 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
3922 (ada-compile-mouse-goto-error, ada-deactivate-properties)
3923 (ada-no-auto-case): Fix typos in docstrings.
3924
3925 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
3926
3927 * info.el (Info-find-node-2): Search for makeinfo version more
3928 carefully.
3929
3930 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
3931
3932 * textmodes/org.el (org-prepare-agenda-buffers):
3933 Use `invisible-OK' argument for `org-end-of-subtree'.
3934 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
3935 (org-beginning-of-item): Fix bug in regular expression for white line.
3936 (org-export-as-html): Enforce space after bullet in plain list items.
3937 (org-set-autofill-regexps): Require space after plain list bullet
3938 for paragraph-start.
3939 (org-ts-regexp3): New constant.
3940 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
3941 (org-timestamp-up-day, org-timestamp-down-day)
3942 (org-timestamp-change): Work with inactive timestamps.
3943 (org-ts-regexp1): Don't allow brackets in time stamps.
3944
3945 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
3946
3947 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
3948 for ignoring links.
3949
3950 * faces.el (read-face-name): Use it.
3951
3952 2006-06-28 Juri Linkov <juri@jurta.org>
3953
3954 * buff-menu.el (list-buffers-noselect): Compare Info file
3955 with the string "dir" to detect Info directory.
3956
3957 * complete.el (partial-completion-mode): In lambda for
3958 `choose-completion-string-functions' use full function signature
3959 with 4 args, and move point to the end of the minibuffer only if arg
3960 `mini-p' is non-nil.
3961
3962 2006-06-28 John Paul Wallington <jpw@pobox.com>
3963
3964 * ibuffer.el (ibuffer-mode): Doc fix.
3965
3966 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
3967
3968 * textmodes/org.el (org-context): New contexts :item-bullet,
3969 :latex-fragment, :latex-preview.
3970 (org-overlays-at, org-overlay-start, org-overlay-end):
3971 New compatibility functions.
3972 (org-inside-LaTeX-fragment-p): More accurate matching, using the
3973 exact regexp that will be used during export.
3974 (org-latex-regexps): New variable.
3975 (org-cdlatex-mode): Improve advice for `texmathp'.
3976 (turn-on-org-cdlatex): New function.
3977
3978 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3979
3980 * term/mac-win.el (mac-handle-font-selection): Change keys of
3981 mac-atsu-font-table from strings to numbers.
3982 (mac-ts-caret-position): Use also when cursor-type is nil.
3983 (mac-ts-update-active-input-area): Add Mac OS Classic support.
3984 Relax condition for using overlay strings.
3985 Use mac-ts-caret-position face when cursor-type is nil.
3986
3987 2006-06-26 Kim F. Storm <storm@cua.dk>
3988
3989 * help.el (view-emacs-news): Declare `res' in the right let* form.
3990
3991 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
3992
3993 * net/rcompile.el (remote-compile): Replace ange-ftp based
3994 implementation by Tramp functions.
3995 Suggested by Marc Abramowitz <msabramo@gmail.com>.
3996
3997 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
3998
3999 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
4000
4001 * international/fontset.el (setup-default-fontset): Fix a typo in
4002 the "Oriya-Akruti" registry name.
4003
4004 2006-06-23 Lars Hansen <larsh@soem.dk>
4005
4006 * desktop.el (desktop-full-file-name): New function.
4007 (desktop-kill, desktop-save, desktop-remove, desktop-read)
4008 (desktop-revert): Use it.
4009 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
4010 (desktop-after-read-hook): Add option list-buffers.
4011 (desktop-locals-to-save): Add tab-width.
4012 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
4013 Fix docstring.
4014
4015 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
4016
4017 * textmodes/org.el (org-cdlatex-mode-map)
4018 (org-cdlatex-texmathp-advice-is-done): New variables.
4019 (org-cdlatex-mode): New minor mode.
4020 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
4021 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
4022 (org-export-with-archived-trees): New option.
4023 (org-open-file): Remove the call to `convert-standard-filename'.
4024 (org-archive-tag, org-agenda-skip-archived-trees)
4025 (org-cycle-open-archived-trees)
4026 (org-sparse-tree-open-archived-trees): New options.
4027 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
4028 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
4029 New functions.
4030 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
4031 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
4032 (org-mode-map): Add binding for `org-toggle-archive-tag'.
4033 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4034 Call `org-prepare-agenda-buffers'.
4035 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
4036 (org-file-apps, org-file-apps-defaults-gnu)
4037 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
4038 Handle remote files by forcing them to be opened in Emacs.
4039
4040 2006-06-23 Andre Spiegel <spiegel@gnu.org>
4041
4042 * vc.el (vc-diff-knows-L): New variable.
4043 (vc-diff-internal): Use it to handle "diff" programs that don't
4044 understand -L. This works automatically, no user action is necessary.
4045
4046 2006-06-23 Daniel Brockman <daniel@brockman.se>
4047
4048 * net/rcirc.el (rcirc-default-user-full-name): Default to
4049 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
4050 longer exists).
4051 (rcirc-process-list): Check `buffer-live-p' before attempting to
4052 switch to a buffer.
4053
4054 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
4055
4056 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
4057 based on rcirc-coding-system-alist.
4058
4059 2006-06-23 Martin Rudalics <rudalics@gmx.at>
4060
4061 * cus-edit.el (customize-apropos): A better error message.
4062 (top level) <debug-ignored-errors>: Extend and update the list of
4063 ignored error messages.
4064
4065 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
4066
4067 * complete.el (PC-do-completion): Retain capitalization of user
4068 input, when possible, even if completion-ignore-case is set.
4069
4070 2006-06-23 Eli Zaretskii <eliz@gnu.org>
4071
4072 * generic-x.el (bat-generic-mode): Support .cmd files.
4073
4074 * dos-w32.el (top level): Use find-file-not-found-functions
4075 instead of the obsolete find-file-not-found-hooks.
4076
4077 2006-06-22 Kim F. Storm <storm@cua.dk>
4078
4079 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
4080 to recognize mode name containing submodes, such as Grep/lw.
4081
4082 2006-06-21 Kim F. Storm <storm@cua.dk>
4083
4084 * simple.el (line-move-1): Check for move-end-of-line instead of
4085 end-of-line when setting temporary-goal-column.
4086
4087 2006-06-21 Miles Bader <miles@gnu.org>
4088
4089 * play/cookie1.el (cookie): Work properly when there's only one entry.
4090
4091 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
4092
4093 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
4094 (gdb-frame-handler): Generalize frame regexp for templates.
4095
4096 2006-06-20 Glenn Morris <rgm@gnu.org>
4097
4098 * calendar/appt.el (appt-display-format): Default value must be
4099 one of the customize options.
4100
4101 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
4102
4103 * term/xterm.el (terminal-init-xterm): Update key availability info.
4104 Bind C-return.
4105
4106 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
4107
4108 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * files.el (hack-local-variables): Run `hack-local-variables-hook'
4111 whether or not a local variables list is defined.
4112
4113 * msb.el (msb): Move `sit-for' hack here to handle both
4114 "mouse-down and drag" and "mouse-up and select" situations.
4115 (mouse-select-buffer): Move `sit-for' hack to `msb'.
4116
4117 2006-06-20 Kenichi Handa <handa@m17n.org>
4118
4119 * international/characters.el (word-combining-categories):
4120 Add entries for 2-byte Han characters.
4121
4122 2006-06-19 Richard Stallman <rms@gnu.org>
4123
4124 * bindings.el (mode-line-format): Save some mode line space.
4125
4126 * files.el (find-file-noselect): Improve the question wording.
4127 (basic-save-buffer-2): Mask UMASK against 666.
4128
4129 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
4130 (mouse-drag-vertical-line): Call it.
4131
4132 * cus-edit.el (customize-option, customize-option-other-window):
4133 Error if SYMBOL is nil.
4134
4135 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
4136
4137 * textmodes/org.el: Require noutline, also on XEmacs.
4138 (org-end-of-subtree): Return point.
4139 (org-dblock-start-re, org-dblock-end-re): New constants.
4140 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
4141 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
4142 (org-update-all-dblocks, org-find-dblock): New functions.
4143 (org-collect-clock-time-entries): New function.
4144 (org-html-handle-time-stamps): Never export CLOCK timeranges.
4145 (org-fixup-indentation): Modify to deal correctly with lines
4146 starting with TAB. Only one argument DIFF now.
4147 (org-demote, org-promote): Call `org-fixup-indentation' with just
4148 one argument, DIFF.
4149 (org-mode): Don't mark buffer as modified when aligning tables.
4150 (org-clock-sum): Don't mark buffer modified when adding time sum
4151 properties.
4152 (org-export-as-html): Add support for a link validation function.
4153 (org-archive-all-done): New function.
4154 (org-archive-subtree): New prefix argument. When set, archive all
4155 done subtrees in this buffer.
4156 (org-remove-clock-overlays)
4157 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
4158 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
4159 (org-put-clock-overlay): Don't swallow last headline character
4160 when displaying overlay.
4161 (org-store-link): Link to `image-mode' with just the file name.
4162
4163 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
4164
4165 * viper-cmd.el (viper-special-read-and-insert-char):
4166 Use read-key-sequence.
4167 (viper-after-change-undo-hook): Misc enhancements.
4168 (viper-after-change-undo-hook): New hook.
4169 (viper-undo): Use viper-after-change-undo-hook.
4170 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
4171 (viper-next-line-at-bol): If point is on a widget or a button, simulate
4172 clicking on that widget/button.
4173
4174 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
4175
4176 * ediff-diff (ediff-test-patch-utility): Catch errors.
4177 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
4178 (ediff-set-actual-diff-options): New function.
4179 (ediff-reset-diff-options, ediff-toggle-ignore-case):
4180 Use ediff-set-actual-diff-options.
4181 (ediff-extract-diffs): Catch errors.
4182 (ediff-whitespace): Add non-breakable space.
4183 (ediff-same-file-contents): Catch errors.
4184
4185 * ediff-mult.el (ediff-collect-custom-diffs):
4186 Save coding-system-for-read.
4187
4188 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
4189 (ediff-vc-internal, ediff-vc-merge-internal):
4190 Use ediff-delete-version-file.
4191 (ediff-delete-version-file): New function.
4192
4193 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
4194
4195 * ediff.el (ediff-directories, ediff-directory-revisions)
4196 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
4197 (ediff-directories-internal, ediff-merge-directory-revisions)
4198 (ediff-merge-directory-revisions-with-ancestor)
4199 (ediff-directories3): Use read-directory-name.
4200
4201 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
4202
4203 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
4204 Remove superfluous part of regexp for brace matching which is handled
4205 by `scan-lists' call.
4206
4207 2006-06-16 Richard Stallman <rms@gnu.org>
4208
4209 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
4210
4211 * files.el (basic-save-buffer-2): For a new precious file,
4212 use the default modes in the return value.
4213
4214 * facemenu.el (facemenu-color-alist): Doc fix.
4215
4216 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
4217
4218 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4219
4220 * cus-start.el (all): Add mac-ts-script-language-on-focus.
4221
4222 * term/mac-win.el (mac-text-encoding-ascii): New constant.
4223 (mac-utxt-to-string): Use it.
4224 (mac-ts-update-active-input-area): Use mac-ae-number.
4225
4226 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4227
4228 * term.el (term-handle-scroll, term-delete-lines)
4229 (term-insert-lines): Fix off by one errors.
4230
4231 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4232
4233 * net/tramp.el (tramp-touch): Use UTC to express time.
4234
4235 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
4236
4237 * mail/sendmail.el (mail-send): Search explicitly for
4238 mail-header-separator when checking for corrupted header lines.
4239
4240 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
4241
4242 * progmodes/gdb-ui.el (gdb-same-frame): New option.
4243 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
4244 (gdb-init-1): Initialise them.
4245 (gdb-starting): Reset gdb-printing
4246 (gdb-starting): Save value of gud-overlay-arrow-position.
4247 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
4248 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
4249 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
4250 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
4251
4252 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
4255
4256 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
4257
4258 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
4259 (ldap-search-internal): Keep error messages, and a regexp fix.
4260
4261 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
4262
4263 * files.el (hack-local-variables-confirm):
4264 Display string value using its printed representation.
4265
4266 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * server.el (server-edit): No-op if no server buffers exist.
4269
4270 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
4271
4272 * textmodes/page-ext.el (pages-directory-for-addresses):
4273 Including `pages-directory-address-mode' in the function results
4274 in the message "Buffer in which pages were found is deleted".
4275
4276 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
4277
4278 * textmodes/org.el (org-agenda-mode-map): Add bindings for
4279 clocking functions.
4280
4281 (org-agenda-clock-in, org-check-running-clock)
4282 (org-clock-out-if-current, org-remove-clock-overlays)
4283 (org-put-clock-overlay): New functions.
4284 (org-clock-marker, org-clock-file-total-minutes)
4285 (org-clock-overlays): New variables.
4286 (org-clock-display, org-clock-sum, org-clock-cancel)
4287 (org-clock-out, org-clock-in): New commands.
4288 (org-export): New function.
4289 (org-emph-re): New constant.
4290 (org-set-emph-re, org-do-emphasis-faces): New functions.
4291 (org-emphasis-regexp-components, org-emphasis-alist): New options.
4292 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
4293 (org-export-html-convert-emphasize): Use the configurable emphasis.
4294 (org-cleaned-string-for-export): Make multiline emphasis visible
4295 to the exporter. New optional argument PARAMETERS.
4296 (org-export-as-html): Specify :emph-multiline parameter to
4297 `org-cleaned-string-for-export'.
4298
4299 2006-06-10 Richard Stallman <rms@gnu.org>
4300
4301 * help.el (help-for-help-internal): Clean up help text.
4302
4303 2006-06-10 Andreas Schwab <schwab@suse.de>
4304
4305 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
4306 in doc string.
4307
4308 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
4309
4310 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
4311
4312 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4313 spaces after the comment start.
4314
4315 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4316
4317 * play/pong.el (pong-init-buffer):
4318 Fill buffer with spaces instead of ^A.
4319
4320 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
4321 launched asynchronously, delete its process instead of being cool.
4322 (ispell-async-processp): Check for `delete-process' existence
4323 instead of `kill-process' one for consistency.
4324
4325 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
4326
4327 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
4328 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
4329 in mode line at startup.
4330
4331 2006-06-08 Kim F. Storm <storm@cua.dk>
4332
4333 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
4334 (ido-init-completion-maps): Bind them to M-SPC and M-v.
4335 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
4336 (ido-file-internal): Pass full file name to write-file.
4337 (ido-read-internal): Only pop stack elements automatically if they
4338 actually match an existing directory or file name.
4339
4340 2006-06-07 Kenichi Handa <handa@m17n.org>
4341
4342 * international/mule.el (find-auto-coding): Don't handle the short
4343 name `char-trans'.
4344
4345 * files.el (hack-local-variables-prop-line)
4346 (hack-local-variables): Cancel the previous change.
4347
4348 2006-06-06 Jesper Harder <harder@phys.au.dk>
4349
4350 * ediff-diff.el (ediff-test-utility): Protect against file-error.
4351
4352 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * diff-mode.el (diff-mode): Set buffer-read-only to t when
4355 diff-default-read-only is non-nil.
4356 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
4357 (diff-refine-hunk): Set inhibit-read-only to t.
4358
4359 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
4360 modifying the *Diff* buffer.
4361 (diff-process-filter): New filter function for diff process that
4362 sets inhibit-read-only to t when modifying the *Diff* buffer.
4363
4364 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
4365
4366 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
4367 insertion point and control the number of empty lines.
4368 (org-paste-subtree): Limit the number of empty lines at the end of
4369 the inserted tree.
4370 (org-agenda): Use buffer name of current file for narrowing.
4371 (org-export-as-xml): Command removed.
4372 (org-export-xml-type): Option removed.
4373 (org-mode-map): Call `org-export-as-xoxo' directly.
4374 (org-get-indentation): New optional argument LINE.
4375 (org-fix-indentation, org-remove-tabs): New functions.
4376 (org-export-as-ascii, org-ascii-level-start): Determine and apply
4377 correct indentation for headlines that are converted it items.
4378 (org-skip-comments): Remove table lines that contain narrowing
4379 cookies but no other non-empty fields.
4380 (org-set-tags): Allow groups of mutually exclusive tags.
4381 (org-cmp-time): Sort 24:21 before items without time.
4382 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
4383 (org-open-at-point): Require double colon also for numbers.
4384
4385 2006-06-06 Kim F. Storm <storm@cua.dk>
4386
4387 * ido.el (ido-default-file-method, ido-default-buffer-method):
4388 Make choice values consistent with corresponding command names.
4389 (ido-visit-buffer): Update accordingly. Default to selected-window.
4390
4391 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
4392
4393 * progmodes/gud.el (gud-running): Fix doc string.
4394 (gud-menu-map): Use :visible instead fo :enable for debugger test.
4395 (gud-tooltip-modes): Add python-mode.
4396 (gud-tooltip-print-command): Add pdb. Remove perldb.
4397
4398 2006-06-05 Eli Zaretskii <eliz@gnu.org>
4399
4400 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
4401 Quote $(EMACS).
4402
4403 2006-06-05 Richard Stallman <rms@gnu.org>
4404
4405 * faces.el (defined-colors): Doc fix.
4406
4407 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
4408
4409 * vc.el (vc-process-filter): Inhibit undo info collection around
4410 call to insert.
4411 (vc-setup-buffer): Likewise for call to erase-buffer.
4412 (vc-do-command): Likewise for call to process-file.
4413
4414 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4415
4416 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
4417 for gud-go.
4418 (gud-common-init): Other debuggers may trigger error.
4419
4420 2006-06-05 Kenichi Handa <handa@m17n.org>
4421
4422 * international/mule.el (find-auto-coding):
4423 Handle enable-character-translation in file header.
4424
4425 2006-06-04 Kim F. Storm <storm@cua.dk>
4426
4427 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
4428 (authors-fixed-entries): Fix spelling.
4429 (authors-canonical-file-name): Don't report error for wildcards.
4430
4431 * help.el (view-emacs-news): Rewrite to support new NEWS,
4432 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
4433 e.g. version 10 matches 1.10, and don't be confused by version 1.1
4434 being a prefix of 1.12 (etc). A numeric prefix arg also works.
4435
4436 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
4437
4438 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4439 exec constructs like `foo bar`.
4440 (sh-quoted-subshell): New helper function to search for a possibly
4441 nested subshell (like `` or $()) within a "" quoted string.
4442 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
4443 (sh-apply-quoted-subshell): Flag quote characters inside a
4444 subshell, which is itself already in a quoted region, as
4445 punctuation, since this is the closest to what they actually are.
4446 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
4447 sh-apply-quoted-subshell.
4448 (sh-font-lock-syntactic-face-function): Apply the new face for
4449 text inside `` instead of the old font-lock-string-face.
4450
4451 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4452
4453 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
4454 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
4455 (mac-bytes-to-text-range, mac-ae-text-range-array)
4456 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
4457 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
4458 (mac-ts-unicode-for-key-event): New functions.
4459 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
4460 (mac-handle-font-selection): Use mac-ae-number.
4461 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
4462 New variables.
4463 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
4464 (mac-ts-converted-text, mac-ts-selected-converted-text)
4465 (mac-ts-block-fill-text, mac-ts-outline-text)
4466 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
4467 (mac-ts-hilite-style-faces): New constant.
4468 (mac-apple-event-map): Bind text input events.
4469 (mac-dispatch-apple-event): Use command-execute instead of
4470 call-interactively.
4471 (global-map): Don't bind mac-apple-event.
4472 (special-event-map): Bind mac-apple-event.
4473
4474 2006-06-02 Eli Zaretskii <eliz@gnu.org>
4475
4476 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
4477 file name.
4478 (emacs): Enclose the value of $(EMACS) in quotes.
4479
4480 2006-06-02 Juri Linkov <juri@jurta.org>
4481
4482 * international/mule.el (sgml-html-meta-auto-coding-function):
4483 Remove the condition `(search-forward "<html" size t)'.
4484 Replace `\"' with `[\"']?' in `re-search-forward'.
4485
4486 2006-06-02 Kenichi Handa <handa@m17n.org>
4487
4488 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
4489 as well as `coding'.
4490 (hack-local-variables): Likewise.
4491
4492 * international/mule.el (enable-character-translation):
4493 Put permanent-local and safe-local-variable properties.
4494 (find-auto-coding): Handle char-trans: tag.
4495
4496 2006-06-02 Juri Linkov <juri@jurta.org>
4497
4498 * international/mule.el (sgml-html-meta-auto-coding-function):
4499 Limit the search by the end of the HTML header (if any).
4500
4501 2006-06-01 Richard Stallman <rms@gnu.org>
4502
4503 * subr.el (with-current-buffer): Doc fix.
4504
4505 2006-06-02 Masatake YAMATO <jet@gyve.org>
4506
4507 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
4508 Almost rewrite. Underlines over all lines of gcov output are too
4509 uncomfortable to read. Suggested by Dan Nicolaescu.
4510
4511 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4512
4513 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
4514
4515 * shell.el (shell-mode): Use shell-mode-map in docstring.
4516
4517 * comint.el (comint-send-input): Do not add help-echo and
4518 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
4519
4520 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4521
4522 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
4523
4524 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4525
4526 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
4527 (gdb-stopped, gdb-info-stack-custom): If there is no source info
4528 look up the stack and pop up GUD buffer if necessary.
4529 (gdb-frames-select): Remove redundant call to gud-display-frame.
4530 (gdb-info-threads-custom): Keep point at start of buffer.
4531 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
4532
4533 2006-05-31 Juri Linkov <juri@jurta.org>
4534
4535 * replace.el (query-replace-read-from, query-replace-read-to):
4536 Bind `history-add-new-input' to nil. Call `add-to-history'.
4537
4538 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
4539
4540 * textmodes/table.el: Convert all HTML tags to lower case for
4541 XHTML compatibility.
4542
4543 2006-05-31 Masatake YAMATO <jet@gyve.org>
4544
4545 * progmodes/compile.el:
4546 (compilation-error-regexp-alist-alist::gcov-called-line):
4547 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
4548
4549 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
4550
4551 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
4552 Revert inadvertent changes made with last commit.
4553
4554 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
4555
4556 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
4557 New functions.
4558
4559 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
4560
4561 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
4562
4563 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
4564 only matches in the right place.
4565 (org-upcoming-deadline): New face.
4566 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
4567 (org-export-ascii-underline): Rename constant `org-ascii-underline'
4568 and make it an option.
4569 (org-export-ascii-bullets): New option.
4570 (org-export-as-html): Many changes to emit valid XHTML.
4571 (org-par-open): New variable.
4572 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
4573 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
4574 (org-timeline): Pass `org-timeline-show-empty-dates' to
4575 `org-get-all-dates'. Interpret empty dates returned by
4576 `org-get-all-dates'.
4577 (org-get-all-dates): New argument EMPTY. Add dates without
4578 entries to the list, mark large ranges of empty dates.
4579 (org-point-in-group, org-context): New functions.
4580
4581 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
4582
4583 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
4584
4585 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
4586 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
4587 to C-mouse-3 (for 2 button mice).
4588 (gdb-send): Do the right thing for C-d.
4589
4590 * speedbar.el (speedbar-detach): Delete.
4591 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
4592 it breaks things.
4593 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
4594
4595 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
4596
4597 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
4598 Makeppfile.
4599
4600 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4601 Add makepp diagnostic.
4602
4603 2006-05-29 Richard Stallman <rms@gnu.org>
4604
4605 * window.el (fit-window-to-buffer): Doc fix.
4606
4607 * help.el (temp-buffer-max-height): Doc fix.
4608
4609 * subr.el (with-current-buffer): Doc fix.
4610
4611 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4612
4613 * term/x-win.el: Bind F10 to menu-bar-start if available.
4614
4615 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
4616
4617 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
4618 uses with a simple test.
4619 (term-set-escape-char, term-mode, term-check-kill-echo-list)
4620 (term-send-raw-string, term-send-raw, term-mouse-paste)
4621 (term-char-mode, term-line-mode, term-exec, term-sentinel)
4622 (term-handle-exit, term-read-input-ring)
4623 (term-previous-matching-input-string)
4624 (term-previous-matching-input-string-position)
4625 (term-previous-matching-input-from-input)
4626 (term-replace-by-expanded-history, term-send-input)
4627 (term-skip-prompt, term-bol, term-send-invisible)
4628 (term-kill-input, term-delchar-or-maybe-eof)
4629 (term-backward-matching-input, term-check-source)
4630 (term-proc-query, term-emulate-terminal)
4631 (term-handle-colors-array, term-process-pager, term-pager-line)
4632 (term-pager-bob, term-unwrap-line, term-word)
4633 (term-dynamic-complete-filename)
4634 (term-dynamic-complete-as-filename)
4635 (term-dynamic-simple-complete): Replace one arm ifs with whens or
4636 unlesses.
4637
4638 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4641 during bootstrapping.
4642
4643 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4644 Basically undo the change of 2006-05-26: use extra arguments instead of
4645 dynamic scoping.
4646 (ewoc-locate): Remove unused var `footer'.
4647
4648 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
4651
4652 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4653 (generate-file-autoloads): Obey it. Return whether autoloads were
4654 added at point or not.
4655 (update-file-autoloads): Use this new return value.
4656 Remove redundant test for the presence of an autoload cookie.
4657
4658 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4659 This one calls hack-local-variables.
4660 (generate-file-autoloads, update-file-autoloads): Use it.
4661
4662 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4663 (bibtex-sort-entry-class): Add safe-local-variable predicate.
4664 (bibtex-sort-entry-class-alist): Don't set the global value.
4665 (bibtex-init-sort-entry-class-alist): New fun.
4666 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
4667 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
4668 of bibtex-init-sort-entry-class.
4669
4670 2006-05-28 Richard Stallman <rms@gnu.org>
4671
4672 * subr.el (load-history-regexp): If FILE is relative, insist
4673 entire last name component must match it.
4674 (load-history-filename-element, load-history-regexp): Doc fixes.
4675
4676 2006-05-29 Kim F. Storm <storm@cua.dk>
4677
4678 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
4679 `pos' and `raw-data' for clarity, as eval forms may access these.
4680
4681 2006-05-28 Kim F. Storm <storm@cua.dk>
4682
4683 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
4684
4685 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * progmodes/make-mode.el (makefile-browser-map)
4688 (makefile-mode-syntax-table): Move initialization inside declaration.
4689 (makefile-fill-paragraph): Use the default comment-filling code.
4690
4691 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * replace.el (query-replace-defaults): New variable.
4694 (query-replace-read-from): Use `query-replace-defaults' for
4695 default value, instead of history list.
4696 (query-replace-read-to): Update `query-replace-defaults'.
4697
4698 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4701 with no X toolkit.
4702
4703 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
4704
4705 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4706 (tumme-show-all-from-dir): Add autoload.
4707
4708 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4709
4710 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
4711 (tumme-remove-tag): Fix bug.
4712
4713 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4714
4715 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
4716 FOOTER args. Update unique caller.
4717 (ewoc-delete): Compute last node once before looping.
4718 (ewoc--node-branch): Merge into unique caller.
4719 (ewoc--node): Don't define constructor make-ewoc--node for this
4720 structure.
4721 (ewoc): Add member `hf-pp' to this structure.
4722 (ewoc--wrap): New func.
4723 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
4724 header/footer pretty-printers. Save header/footer pretty-printer.
4725 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
4726
4727 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
4728
4729 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4730
4731 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4732 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
4733 Tag'. Change "Compare directories..." to "Change Directories...".
4734 Move tumme commands to Operate, Regexp and Immediate menus.
4735 Change "Add Comment" to "Add Image Comment". Change "Add Image
4736 Tag" to "Add Image Tags".
4737
4738 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
4739 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
4740 `tumme-delete-tag'.
4741
4742 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
4743
4744 * shell.el (shell-mode): Call shell-dirtrack-mode after
4745 list-buffers-directory is made a local variable, to avoid setting
4746 the default value.
4747
4748 2006-05-26 Kevin Ryde <user42@zip.com.au>
4749
4750 * info.el (Info-index-next): Use where-is-internal to report
4751 actual binding of Info-index-next, rather than hard-coded `,'.
4752
4753 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4754
4755 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
4756 and "Find Command in Manual" to here.
4757
4758 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4759 Info-current-file as the file name.
4760
4761 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
4762
4763 * ses.el (defadvice undo-more): Delete this defadvice. The undo
4764 overrides will now be done a different way.
4765 (ses-set-parameter): Reapply this function for undo.
4766 (ses-set-header-row): Reconstruct header row during undo.
4767 (ses-widen): New function.
4768 (ses-goto-data, ses-reconstruct-all): Use new function.
4769 (ses-command-hook): Widen buffer during undo, before unupdating
4770 the cells.
4771 (ses-insert-row, ses-delete-row): Widen buffer during undo.
4772 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
4773 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
4774 formula hasn't been executed yet.
4775
4776 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4777
4778 * comint.el (comint-kill-whole-line): Rename arg to count.
4779 Fix doc string.
4780
4781 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
4784 to copy-file.
4785
4786 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4787
4788 * simple.el (toggle-truncate-lines): Make arg optional for
4789 backward compatibility.
4790
4791 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
4792
4793 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4794 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
4795 DLL arg. Instead, use ewoc--current-dll. Update all callers.
4796 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
4797 (ewoc--adjust): Use ewoc--current-dll.
4798 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
4799
4800 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
4801
4802 * textmodes/org.el (org-next-item, org-previous-item): Emit more
4803 compact error message.
4804 (org-tags-view): Refresh category table in each file.
4805 (org-table-justify-field-maybe): Remove superfluous arguments to
4806 `format'.
4807 (org-export-as-html): Insert "<p>" before postamble.
4808 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
4809
4810 2006-05-26 Kenichi Handa <handa@m17n.org>
4811
4812 * textmodes/po.el (po-find-charset): Pay attention to the case
4813 FILENAME is a cons (NAME . BUFFER).
4814 (po-find-file-coding-system-guts): Likewise.
4815
4816 * arc-mode.el (archive-set-buffer-as-visiting-file):
4817 Call find-operation-coding-system with (FILENAME . BUFFER).
4818
4819 * tar-mode.el (tar-extract): Call find-operation-coding-system
4820 with (FILENAME . BUFFER).
4821
4822 * international/mule.el (decode-coding-inserted-region):
4823 Call find-operation-coding-system with (FILENAME . BUFFER).
4824
4825 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4826
4827 * image-mode.el (image-toggle-display): Use buffer contents to
4828 generate image for a remote file.
4829
4830 2006-05-25 Juri Linkov <juri@jurta.org>
4831
4832 * replace.el (query-replace-read-from, query-replace-read-to):
4833 Remove 8th arg KEEP-ALL in read-from-minibuffer.
4834
4835 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
4836
4837 * whitespace.el (whitespace-cleanup): Change to cleanup
4838 region if one is active.
4839 * whitespace.el (whitespace-cleanup-internal): New internal method.
4840
4841 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4842
4843 * dired.el (dired-mode-map): Add help-echo strings to tumme
4844 commands. Bind `tumme-dired-display-image' to C-t i.
4845
4846 * tumme.el (tumme-display-image): Change documentation string slightly.
4847 (tumme-dired-display-image): Add call to `display-buffer'.
4848
4849 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4850
4851 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
4852 Signal error if RAW-DATA is a multibyte string.
4853
4854 2006-05-24 Richard Stallman <rms@gnu.org>
4855
4856 * subr.el (with-local-quit): When handling `quit' signal,
4857 make a chance for quit-flag to cause a quit.
4858
4859 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
4860 (ad-disable-advice): Add autoloads.
4861
4862 * subr.el (read-passwd): Copy PROMPT before changing its properties.
4863
4864 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4865
4866 * dired.el (dired-mode-map): Change menu items for tumme as per
4867 suggestions in emacs-devel.
4868
4869 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4870
4871 * dired.el (dired-mode-map): Fix breakage.
4872
4873 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4874
4875 * tumme.el (tumme-display-dired-image): Rename to...
4876 (tumme-dired-display-image): ...this.
4877 (tumme-track-movement): Change default value to t.
4878 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
4879 used from `tumme-next-line-and-display' and similar commands.
4880
4881 * dired.el (dired-mode-map): Add Thumbnail submenu under the
4882 Immediate menu. Add some tumme commands there.
4883
4884 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
4887
4888 2006-05-24 Chong Yidong <cyd@mit.edu>
4889
4890 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
4891 menu entries that open submenus.
4892
4893 2006-05-24 Alan Mackenzie <acm@muc.de>
4894
4895 * startup.el (command-line): For names of preloaded files, don't
4896 append ".elc" (now done in Fload), and call file-truename on the
4897 lisp directory.
4898
4899 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
4900 match ANY loaded file with the right name, not just those in
4901 load-path. Put a regexp matching the file name into
4902 after-load-alist, rather than the name itself.
4903
4904 * subr.el: New functions load-history-regexp,
4905 load-history-filename-element, do-after-load-evaluation.
4906
4907 * international/mule.el (load-with-code-conversion): Do the
4908 eval-after-load stuff by calling do-after-load-evaluation.
4909
4910 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4911
4912 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
4913 has not been killed.
4914
4915 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4916
4917 * term/mac-win.el: Set idle timer to clean up expired Apple events.
4918 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
4919 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
4920 Optionally set error message in reply.
4921
4922 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
4923
4924 * textmodes/org.el (org-open-at-point): Use renamed variable
4925 `org-confirm-shell-link-function'.
4926 (org-confirm-shell-link-function): Rename from
4927 `org-confirm-shell-links'.
4928 (org-export-directory): New function.
4929 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
4930 (org-export-icalendar): Use `org-export-directory'.
4931 (org-indent-item): Keep cursor position.
4932 (org-link-file-path-type): New option.
4933 (org-export-as-html): Fix bug with plain lists starting in
4934 column 0.
4935 (org-export-as-html): Remove deadline formatting, this happens
4936 now already in `org-html-handle-time-stamps'.
4937 (org-export-html-style): Deadline class removed.
4938 (org-insert-labeled-timestamps-at-point): New option.
4939 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
4940 of `hide-sublevels 1', in case the first headline is not level 1.
4941 (org-overview, org-content): New fuction.
4942 (org-cycle-global-status, org-cycle-subtree-status): Make these
4943 variables buffer-local.
4944 (org-global-cycle): New command.
4945 (org-shifttab): Use `org-global-cycle'.
4946 (org-insert-heading, org-insert-item): Go to end of new
4947 headline/item after creating it.
4948 (org-export-visible): Rename from `org-export-copy-visible'.
4949 Now creates a temporary org-file and applies an exporting command
4950 to it.
4951 (org-table-eval-formula): Support for lisp forms.
4952 (org-agenda-todo-ignore-scheduled): New option.
4953 (org-agenda-get-todos): Use new option
4954 `org-agenda-todo-ignore-scheduled'.
4955 (org-export-html-inline-images): New value `maybe'.
4956 (org-export-as-html): Inlining of images dependent on link description.
4957 (org-archive-subtree): Check for end-of-buffer before trying
4958 `kill-line'.
4959 (org-agenda-follow-mode): New option.
4960 (org-export-with-tags, org-export-with-timestamps): New options.
4961 (org-html-handle-time-stamps): New function.
4962 (org-keyword-time-regexp): New variable.
4963 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
4964 (org-agenda-todo-list-sublevels): New option.
4965 (org-html-level-start): When TITLE is nil, just close all levels.
4966 (org-parse-key-lines, org-parse-export-options): Remove functions,
4967 replaced by `org-infile-export-plist'.
4968 (org-combine-plists, org-infile-export-plist)
4969 (org-default-export-plist): New functions.
4970 (org-export-html-preamble, org-export-html-postamble)
4971 (org-export-html-auto-preamble, org-export-html-auto-postamble):
4972 New variables.
4973 (org-export-publishing-directory): New option.
4974 (org-export-as-html, org-export-as-ascii): Use the new property
4975 lists for settings.
4976 (org-export-copy-visible, org-export-as-xoxo):
4977 Respect `org-export-publishing-directory'.
4978 (org-link-search, org-store-link, org-file-apps): Support for
4979 links to BibTeX database entries..
4980 (org-get-current-options, org-set-regexps-and-options):
4981 Implement logging as a startup option.
4982 (org-store-link): Make sure context string is never empty
4983 (org-insert-link): Use relative path when possible.
4984 (org-at-item-checklet-p): New function.
4985 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
4986 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
4987 (org-metaright, org-metaup, org-metadown, org-shiftup)
4988 (org-shiftdown, org-shiftright, org-shiftleft)
4989 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
4990 Dispatch using `call-interactively'.
4991 (org-call-with-arg): New defsubst.
4992 (org-tag-alist, org-use-fast-tag-selection): New options.
4993 (org-complete): Use `org-tag-alist'.
4994 (org-fast-tag-insert, org-fast-tag-selection): New functions.
4995 (org-next-item, org-previous-item): New commands.
4996 (org-beginning-of-item, org-end-of-item): Add (interactive) to
4997 make command.
4998 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
4999
5000 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
5001
5002 * emacs-lisp/ewoc.el (ewoc-delete): New function.
5003 (ewoc-filter): Use `ewoc-delete'.
5004
5005 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
5006
5007 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
5010 Signal more user-friendly error messages.
5011
5012 * complete.el (PC-do-completion): Undo the addition of implicit
5013 wildcards if they did not lead to finding any match.
5014 (read-file-name-internal): Don't add the final > if the completion is
5015 not finished.
5016
5017 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5018
5019 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
5020 Quote safe-local-variable predicate.
5021
5022 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5023
5024 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
5025
5026 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5027
5028 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
5029
5030 * progmodes/make-mode.el (makefile-special-targets-list)
5031 (makefile-macro-table, makefile-target-table): Mark as risky.
5032 (makefile-query-one-target-method): Make this the alias for the
5033 following variable.
5034 (makefile-query-one-target-method-function): Make this the real name.
5035
5036 * textmodes/artist.el (artist-text-renderer): Make this the alias
5037 for the following variable.
5038 (artist-text-renderer-function): Make this the real name.
5039
5040 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
5041 the alias for the following variable.
5042 (flyspell-generic-check-word-predicate): Make this the real name.
5043
5044 * textmodes/ispell.el (ispell-format-word): Make this the alias
5045 for the following variable.
5046 (ispell-format-word-function): Make this the real name.
5047 (ispell-message-text-end): Mark as risky.
5048
5049 * skeleton.el (skeleton-transformation, skeleton-filter)
5050 (skeleton-pair-filter): Make these the aliases for the following
5051 variables.
5052 (skeleton-transformation-function, skeleton-filter-function)
5053 (skeleton-pair-filter-function): Make these the real names.
5054
5055 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
5056 and skeleton-pair-filter-function.
5057
5058 * textmodes/sgml-mode.el (sgml-transformation): Make this the
5059 alias for the following variable.
5060 (sgml-transformation-function): Make this the real name.
5061 (sgml-tag-alist): Mark as risky.
5062
5063 2006-05-21 Richard Stallman <rms@gnu.org>
5064
5065 * simple.el (kill-region): Interactively, pass point, then mark.
5066
5067 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5068
5069 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
5070
5071 2006-05-21 Romain Francoise <romain@orebokech.com>
5072
5073 * dired-x.el (dired-mode-map): Don't bind M-g.
5074
5075 2006-05-20 Richard Stallman <rms@gnu.org>
5076
5077 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
5078 (dired-goto-file): Doc fix.
5079
5080 2006-05-21 Kim F. Storm <storm@cua.dk>
5081
5082 * emulation/cua-base.el: Mention customizing cua-mode as alternative
5083 way to enable built-in cua-mode if user loads older CUA-mode package.
5084
5085 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
5086 if default-filename is specified.
5087
5088 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5089
5090 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
5091
5092 * info.el (info-apropos): Make sure current-file and current-node
5093 have non-nil values. Speed up by using add-to-list instead of
5094 manual consing.
5095
5096 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5097
5098 * progmodes/make-mode.el (makefile-mode): Doc fix.
5099
5100 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5101
5102 * dired-aux.el (dired-do-shell-command): Doc fix.
5103
5104 2006-05-20 Kevin Ryde <user42@zip.com.au>
5105
5106 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
5107 ``(custom-manual :tag "Foo" "(foo)Node")''.
5108
5109 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
5110
5111 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
5112 value is an integer.
5113
5114 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5115
5116 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
5117 "format".
5118 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
5119
5120 2006-05-20 Martin Rudalics <rudalics@gmx.at>
5121
5122 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
5123 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
5124
5125 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
5128 regexp for keywords.
5129
5130 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
5131
5132 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
5133 replace-regexp-in-string.
5134
5135 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
5136 encode, and escape file name on conversion to URL.
5137
5138 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5139
5140 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
5141 Don't unescape URL.
5142 (dnd-get-local-file-name): Unescape URL on conversion to file name.
5143
5144 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
5145 on conversion to URLs.
5146
5147 * net/browse-url.el (browse-url-file-url): Encode file name on
5148 conversion to URL.
5149
5150 * term/mac-win.el (mac-ae-open-documents): Escape file name on
5151 conversion to URL.
5152
5153 2006-05-19 Eli Zaretskii <eliz@gnu.org>
5154
5155 * progmodes/cc-styles.el (c-style-alist): Doc fix.
5156
5157 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5158
5159 * term/mac-win.el (mac-bytes-to-digits): Remove function.
5160 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
5161
5162 2006-05-19 Glenn Morris <rgm@gnu.org>
5163
5164 * calendar/diary-lib.el (diary-bahai-date)
5165 (list-bahai-diary-entries, mark-bahai-diary-entries)
5166 (mark-bahai-calendar-date-pattern): Not interactive.
5167 (add-to-diary-list): New optional arg LITERAL. Doc fix.
5168 (diary-entries-list): Change format of 4th element in each entry.
5169 (diary-list-entries): Use add-to-diary-list.
5170 (diary-goto-entry): Handle the case where the buffer visiting the
5171 diary has been killed.
5172 (fancy-diary-display): Add 'locator to button rather than 'marker.
5173 Only generate temp-face when there are marks to apply.
5174 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
5175 (diary-fancy-date-pattern): New variable.
5176 (diary-time-regexp): Doc fix.
5177 (diary-anniversary, diary-time): New faces.
5178 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
5179 diary-time-regexp. Add font-lock-multiline property where needed.
5180 Use new faces diary-anniversary and diary-time.
5181 (diary-fancy-font-lock-fontify-region-function): New function, to
5182 handle multiline font-lock pattern in fancy diary.
5183 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
5184 (diary-font-lock-keywords): Tweak time regexp. Use new face
5185 diary-time.
5186
5187 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
5188
5189 * international/code-pages.el (mik): Table corrected.
5190
5191 2006-05-18 Kim F. Storm <storm@cua.dk>
5192
5193 * progmodes/grep.el (grep-find): Don't check grep-find-command
5194 before running command (breaks non-interactive usage).
5195
5196 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
5197
5198 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
5199 (ewoc--insert-new-node): Don't insert trailing newline.
5200 Instead, adjust successor nodes's start markers.
5201 (ewoc--refresh-node): Delete all text from current node's start
5202 marker to the next one's; adjust successor nodes's start markers.
5203 (ewoc--create): Doc fixes.
5204 (ewoc--refresh): Don't insert newline.
5205 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
5206 * pcvs.el (cvs-make-cvs-buffer):
5207 Specify extra newline for ewoc's header and footer.
5208 (cvs-update-header): Update initial header recognition.
5209 Append newline to final header and footer values.
5210 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
5211
5212 2006-05-17 Richard Stallman <rms@gnu.org>
5213
5214 * files.el (file-name-extension): Doc fix.
5215
5216 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
5219 we can explicitly enable/disable rather than toggle.
5220 (shell-mode): Use it.
5221 (shell-cd): Don't try to reproduce what `cd' does.
5222
5223 2006-05-17 Kim F. Storm <storm@cua.dk>
5224
5225 * ido.el (ido-read-internal): Use only nondirectory part of
5226 default item.
5227
5228 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
5229
5230 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
5231 (ewoc-nth): Doc fix.
5232
5233 (ewoc-map, ewoc-invalidate): Compute PP before looping.
5234
5235 2006-05-16 Eli Zaretskii <eliz@gnu.org>
5236
5237 * international/mule.el (auto-coding-alist): Add .lha to files
5238 read with no-conversion.
5239
5240 * files.el (auto-mode-alist): Add .lha files to archive file
5241 extensions.
5242
5243 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
5244 Convert csize to integer when computing offsets within the
5245 compressed archive file.
5246
5247 2006-05-16 Kim F. Storm <storm@cua.dk>
5248
5249 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
5250 with read-from-minibuffer.
5251
5252 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5253
5254 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
5255 (byte-compile-warnings): Fix safe-local-variable property.
5256
5257 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
5258
5259 * allout.el (allout-show-bodies, allout-old-style-prefixes)
5260 (allout-stylish-prefixes, allout-numbered-bullet)
5261 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
5262 predicates to qualify `safe-local-variable' property, when
5263 available, else use equivalent lambda.
5264 (allout-current-topic-collapsed-p): Do the right thing regarding
5265 trailing blank lines.
5266
5267 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * server.el (server-start): Only create a directory if needed.
5270 (server-edit, server-unload-hook): server-start => server-mode.
5271 (kill-emacs-hook): Cleanup upon exit.
5272
5273 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * hexl.el (hexlify-buffer): Encode process arguments manually.
5276
5277 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
5278
5279 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
5280 call to gdb-tooltip-print.
5281
5282 2006-05-15 Romain Francoise <romain@orebokech.com>
5283
5284 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
5285 systems, default to "tar" since those systems probably have GNU tar.
5286
5287 2006-05-14 Lars Hansen <larsh@soem.dk>
5288
5289 * desktop.el (desktop-missing-file-warning): Fix docstring.
5290 (desktop-restore-file-buffer): Correct question asked on missing file.
5291
5292 2006-05-14 Kim F. Storm <storm@cua.dk>
5293
5294 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
5295 Add CUA move property.
5296
5297 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * custom.el (custom-push-theme): Load the variable before checking
5300 its `standard-value'.
5301
5302 2006-05-13 Lars Hansen <larsh@soem.dk>
5303
5304 * desktop.el (desktop-save): Use with-temp-buffer.
5305
5306 2006-05-12 Glenn Morris <rgm@gnu.org>
5307
5308 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
5309 * calendar/calendar.el (calendar-mode-map):
5310 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5311 * calendar/appt.el (appt-check, appt-make-list): Refer to
5312 diary-view-entries, diary-list-entries, diary-show-all-entries
5313 rather than obsolete aliases.
5314
5315 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
5316
5317 * simple.el (line-move-finish): Avoid calling point motion hooks
5318 while processing intangibility.
5319
5320 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5321
5322 * term/xterm.el (terminal-init-xterm): Fix typo.
5323
5324 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
5325
5326 * allout.el (allout-view-change-hook): Mark as being deprecated,
5327 to be replaced by `allout-exposure-change-hook'.
5328 (allout-exposure-change-hook): New, replacing
5329 `allout-view-change-hook'.
5330 (allout-flag-region): Run new hook `allout-exposure-change-hook',
5331 in addition to `allout-view-change-hook'.
5332 (allout-show-bodies, allout-old-style-prefixes)
5333 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
5334 lambda forms to prevent their showing up in variable help
5335 presentations as inscrutable byte-compiled code.
5336 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
5337 Use string-or-null-p to qualify safe-local-variable values.
5338 (allout-reindent-bodies): Use memq to qualify matches against
5339 valid safe-local-variable values. Also, quote the lambda as above.
5340 (allout-use-mode-specific-leader): Add missing candidate-value
5341 symbols, use memq, and quote the lambda.
5342 (allout-overlay-interior-modification-handler): Remove unused
5343 variables `msg' and 'opened'.
5344 (allout-hidden-p): Constrain invisibility consideration to allout's
5345 invisibility spec, disregarding invisibility for other reasons.
5346
5347 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
5348
5349 * files.el (version-control): Correct safe values.
5350
5351 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
5352
5353 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
5354
5355 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
5356 (ewoc--insert-new-node): New func.
5357 Update callers of deleted funcs to use it, instead.
5358
5359 2006-05-11 Glenn Morris <rgm@gnu.org>
5360
5361 * calendar/calendar.el (diary-show-all-entries): Do not refer to
5362 obsolete alias `show-all-diary-entries'.
5363 (make-diary-entry): Not interactive.
5364 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
5365 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
5366 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5367 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5368 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5369 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
5370
5371 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5372
5373 * calendar/calendar.el (calendar-french-date-string)
5374 (calendar-mayan-date-string, calendar-chinese-date-string)
5375 (calendar-astro-date-string, calendar-iso-date-string)
5376 (calendar-islamic-date-string, calendar-bahai-date-string)
5377 (calendar-hebrew-date-string, calendar-coptic-date-string)
5378 (calendar-ethiopic-date-string, calendar-persian-date-string):
5379 These functions are not interactive.
5380
5381 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
5382
5383 * files.el: Balance parentheses.
5384
5385 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5386
5387 * files.el, newcomment.el, outline.el, simple.el,
5388 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
5389 progmodes/cc-vars.el, progmodes/compile.el:
5390 Move `safe-local-variable' declarations to the respective files.
5391
5392 * help-fns.el (describe-variable): Don't print safe-var if it is
5393 byte-code. Improve wording as suggested by Luc Teirlinck.
5394
5395 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5396
5397 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
5398 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5399 Use a token for pending-triggers to ensure gdb-var-update
5400 gets called once per user input again for pre-GDB 6.4.
5401 (gdb-var-delete): Match on more complex expressions.
5402 (gdb-var-list-children-handler, gdb-var-create-handler):
5403 Use a token for consistency.
5404
5405 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
5406
5407 * textmodes/org.el (org-read-date, org-goto-calendar)
5408 (org-agenda-goto-calendar):
5409 Bind `view-calendar-holidays-initially' to nil.
5410
5411 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5412
5413 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
5414 Update all callers to do it there, instead.
5415
5416 2006-05-10 Glenn Morris <rgm@gnu.org>
5417
5418 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
5419 prefix arg case, to avoid view-diary-entries-initially error.
5420 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5421 (calendar-date-is-legal-p): Handle dates with no day part.
5422
5423 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5424
5425 * comint.el (comint-insert-input): Just make it when
5426 comint-use-prompt regexp is nil (default) and with the mouse.
5427 (comint-copy-old-input): Reinstate from 2004-06-23.
5428 (comint-mode-map): Bind C-c C-m to it.
5429
5430 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
5431
5432 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5433 Remove spurious move to point-max (new comint behavior fixes).
5434
5435 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
5436 compatibility function (Emacs 18/19).
5437 (idlwave-is-continuation-line): Always return point at start of
5438 previous non-blank continuation line.
5439 (keyword-parameters): Fix continued comment font-lock matcher.
5440 (idlwave-font-lock-fontify-region): Written, use as
5441 font-lock-fontify-region-function, to fix continued keyword
5442 fontification issues.
5443
5444 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5445
5446 * term/mac-win.el (mac-font-panel-mode): Doc fix.
5447 (mac-service-selection, mac-service-open-file)
5448 (mac-service-open-selection, mac-service-mail-selection)
5449 (mac-service-mail-to, mac-service-insert-text): Rename from
5450 mac-services-*. All uses changed.
5451 (mac-apple-event-map): Rename event symbol `services' to `service'.
5452
5453 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
5454
5455 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
5456 (ewoc--node-enter-first, ewoc--node-enter-last)
5457 (ewoc--delete-node-internal): Merge funcs into unique callers.
5458
5459 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5460
5461 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
5462 return value of read-from-minibuffer for empty input.
5463
5464 2006-05-09 Miles Bader <miles@gnu.org>
5465
5466 * comint.el (comint-insert-input): Remove redundant calls to setq
5467 and goto-char.
5468
5469 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
5470
5471 * comint.el (comint-insert-input): Make it work when
5472 comint-use-prompt-regexp is t.
5473
5474 2006-05-10 Miles Bader <miles@gnu.org>
5475
5476 * subr.el (field-at-pos): New function.
5477
5478 * comint.el (comint-insert-input): Use it.
5479
5480 2006-05-09 Juri Linkov <juri@jurta.org>
5481
5482 * battery.el (battery-linux-proc-acpi): Also try
5483 `/proc/acpi/thermal_zone/THR2/temperature'.
5484
5485 * files.el <safe-local-variable>: Remove `eval' and `let' binding
5486 for now unused lambda `string-or-null'.
5487
5488 * add-log.el (change-log-default-name): Put `string-or-null-p'
5489 instead of lambda on `safe-local-variable' property.
5490
5491 * diff-mode.el (diff-context->unified): Use `region-beginning' and
5492 `region-end' instead of `mark' and `point'.
5493 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
5494 Operate on region in Transient Mark mode when the mark is active.
5495 Use `region-beginning' and `region-end' instead of `mark' and
5496 `point'.
5497 (diff-hunk-text, diff-goto-source): Doc fix.
5498
5499 * startup.el (fancy-splash-screens, normal-splash-screen): Use
5500 face `mode-line-buffer-id' for mode-line buffer face instead of
5501 hard-coded `(:weight bold)'.
5502
5503 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
5504 buffer-undo-list to t (undo-ask is reproducible by visiting
5505 nested archives).
5506
5507 2006-05-09 Kim F. Storm <storm@cua.dk>
5508
5509 * progmodes/grep.el (rgrep): Set default directory of *grep*
5510 buffer if we start M-x rgrep in the *grep* buffer and choose
5511 a different base directory.
5512
5513 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
5514
5515 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
5516 completion also when ido is loaded.
5517
5518 2006-05-09 Masatake YAMATO <jet@gyve.org>
5519
5520 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
5521 "warning" and "import".
5522 (cpp-font-lock-keywords): Added "warning".
5523
5524 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5525
5526 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5527
5528 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
5531 pages at a time, if we signal the end, we should indeed reach that end.
5532
5533 2006-05-08 David Reitter <david.reitter@gmail.com>
5534
5535 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
5536 output during execution of the body.
5537
5538 2006-05-08 Kim F. Storm <storm@cua.dk>
5539
5540 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
5541
5542 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
5543
5544 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
5545 Use with-current-buffer.
5546
5547 2006-05-07 Kim F. Storm <storm@cua.dk>
5548
5549 * subr.el (add-to-history): Remove keep-dups arg.
5550
5551 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
5552 to nil around call to add-to-history.
5553
5554 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
5557 than after a buffer modification.
5558
5559 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
5560
5561 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
5562 call to...
5563 (gud-watch): ...here so speedbar is raised for already watched
5564 expressions.
5565 (gdb-speedbar-refresh): Delete function.
5566 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
5567 Use speedbar-timer-fn instead of speedbar-refresh (reverting
5568 earlier change).
5569 (gdb-var-evaluate-expression-handler)
5570 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
5571
5572 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
5573 Update localized contents for all buffers except ignored modes.
5574
5575 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5576
5577 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
5578 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
5579 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
5580 (mac-handle-font-panel-closed, mac-handle-font-selection):
5581 New functions.
5582 (mac-font-panel-mode): New minor mode.
5583 (mac-apple-event-map): Add bindings for toolbar toggle button and
5584 font panel.
5585 (menu-bar-showhide-menu): Add mac-font-panel-mode.
5586
5587 2006-05-07 John Paul Wallington <jpw@pobox.com>
5588
5589 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5590 Avoid `regexp-opt'; simplify regexp for readability.
5591
5592 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5593
5594 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
5595 * files.el (buffer-stale-function):
5596 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5597 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
5598 links to the main manual, not to emacs-xtra.
5599
5600 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5601
5602 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
5603 MacJapanese if text is ASCII-only.
5604
5605 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
5606
5607 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
5608 unless so nil isn't returned.
5609 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
5610
5611 2006-05-06 Kim F. Storm <storm@cua.dk>
5612
5613 * subr.el (add-to-history): New function.
5614
5615 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
5616 (ediff-merge-files-with-ancestor):
5617 * env.el (setenv):
5618 * isearch.el (isearch-update-ring):
5619 * server.el (server-visit-files):
5620 * progmodes/grep.el (lgrep, rgrep):
5621 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
5622 * progmodes/xscheme.el (xscheme-insert-expression):
5623 Use add-to-history.
5624
5625 * kmacro.el (kmacro-push-ring): Use add-to-history.
5626 (kmacro-ring-length): Remove unused defun.
5627 (kmacro-start-macro): Use kmacro-push-ring.
5628
5629 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
5630
5631 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
5632 directly instead of a lambda expression that calls it.
5633
5634 2006-05-06 Kim F. Storm <storm@cua.dk>
5635
5636 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
5637 instead of compute-motion.
5638
5639 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5640
5641 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
5642 change.
5643
5644 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
5645
5646 * startup.el (command-line-1): Refer to "Pure Storage" on
5647 pure-space-overflow.
5648
5649 2006-05-05 Martin Rudalics <rudalics@gmx.at>
5650
5651 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
5652 provided faces once they all have been used up.
5653
5654 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5655
5656 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
5657 reference to the Lisp manual to the warning about pure space
5658 overflow.
5659
5660 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5661
5662 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
5663 argument to avoid the call to `ispell-internal-change-dictionary'
5664 when not needed.
5665 (ispell-change-dictionary): Use this argument and call
5666 `ispell-internal-change-dictionary' after the possible change
5667 to `ispell-local-dictionary'.
5668 (ispell-internal-change-dictionary): Check for a change in
5669 personal dictionary use too.
5670
5671 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5672
5673 * startup.el (command-line): On MS-Windows, probe "~", not
5674 "~USER", for warning about non-existent home directory
5675
5676 * arc-mode.el (archive-l-e): New optional argument `float' means
5677 generate a float value.
5678 (archive-arc-summarize, archive-lzh-summarize)
5679 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
5680 with 3rd argument non-nil when file's size is being computed.
5681 Format the file sizes with %8.0f instead of %8d.
5682
5683 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5684
5685 * cus-start.el (all): Add mac-dnd-known-types.
5686
5687 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
5688 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
5689 (mac-TIFF-to-string): New functions.
5690 (x-get-selection, x-selection-value)
5691 (mac-select-convert-to-string): Use them.
5692 (mac-text-encoding-mac-japanese-basic-variant): New constant.
5693 (mac-dnd-types-alist): New customization variable.
5694 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
5695 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
5696 (mac-dnd-handle-drag-n-drop-event): New functions.
5697 (mac-drag-n-drop): Remove function.
5698 (global-map): Bind drag-n-drop and M-drag-n-drop to
5699 mac-dnd-handle-drag-n-drop-event.
5700
5701 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
5702
5703 * progmodes/perl-mode.el (perl-beginning-of-function):
5704 Skip anonymous subs.
5705
5706 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5707
5708 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
5709 regexp-opt at run time.
5710
5711 * term.el (term-handle-ansi-escape): Fix off by one error.
5712
5713 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
5714
5715 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
5716 (gdb-init-1, gdb-post-prompt): ...and references to it.
5717 (gdb-frame-handler): Strip directory name from filename if present.
5718
5719 * progmodes/gud.el (gdb-force-update): Delete defvar
5720 (gud-speedbar-buttons): ...and references to it. Use window-start
5721 to try to keep positon in watch expression.
5722
5723 2006-05-03 Richard Stallman <rms@gnu.org>
5724
5725 * simple.el (next-history-element, previous-history-element): Doc fix.
5726
5727 * isearch.el (isearch-update-ring): Doc fix.
5728
5729 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
5730
5731 * isearch.el (isearch-update-ring): Take history-delete-duplicates
5732 into consideration. Replace one arm ifs with whens.
5733
5734 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
5737 (menu): Fix typo.
5738
5739 2006-05-02 Miles Bader <miles@gnu.org>
5740
5741 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
5742
5743 2006-05-02 Jay Belanger <belanger@truman.edu>
5744
5745 * calc/calc-embed.el (calc-override-minor-modes-map)
5746 (calc-override-minor-modes): New variables.
5747 (calc-do-embedded): Make sure that Calc keystrokes aren't
5748 overwritten by minor modes.
5749
5750 2006-05-02 Chong Yidong <cyd@mit.edu>
5751
5752 * msb.el (msb): If EVENT is a down event, read and discard the up event.
5753
5754 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5755
5756 * startup.el (command-line-1): Refer to Lisp manual when
5757 pure-space-overflow occurs.
5758
5759 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
5760 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
5761 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
5762 (version-control): Don't use `t' for safe-local-variable declarations.
5763
5764 2006-05-01 Richard Stallman <rms@gnu.org>
5765
5766 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
5767 M-r, M-R, M-A, M-SPC or M-DEL.
5768 (diff-mode-map): diff-refine-hunk now on C-c C-w
5769 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
5770
5771 * help-mode.el (help-mode): view-exit-action calls delete-window
5772 only when it is safe and possible.
5773
5774 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
5775 in messages.
5776
5777 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
5778
5779 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
5780 in the default tool-bar-map.
5781
5782 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
5783
5784 * net/tramp.el (tramp-completion-file-name-handler-alist)
5785 (tramp-run-real-handler, tramp-completion-run-real-handler)
5786 (tramp-completion-handle-file-name-all-completions)
5787 (tramp-completion-handle-file-name-completion): Autoload them.
5788 (tramp-completion-handle-file-exists-p)
5789 (tramp-completion-handle-file-name-directory)
5790 (tramp-completion-handle-file-name-nondirectory)
5791 (tramp-completion-handle-expand-file-name): Remove them.
5792 (tramp-handle-file-name-directory): Return the real directory name.
5793 Returning "/" only doesn't need to be necessary any longer.
5794 (tramp-file-name-handler): Make special attention when in hostname
5795 completion mode.
5796 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
5797 (tramp-register-file-name-handlers):
5798 Register `tramp-completion-file-name-handler' only when
5799 `partial-completion-mode' is enabled.
5800 (tramp-completion-handle-file-name-all-completions):
5801 Delete directory part from results.
5802 (tramp-get-completion-methods, tramp-get-completion-user-host):
5803 Discard deleting "/", it doesn't work after the change of
5804 `tramp-handle-file-name-directory' above.
5805
5806 2006-05-01 Kim F. Storm <storm@cua.dk>
5807
5808 * progmodes/grep.el (grep-expand-template): Use save-match-data
5809 and symbol-value.
5810
5811 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5812
5813 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
5814 Use select-frame-set-input-focus instead of raise-frame.
5815 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
5816
5817 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5818
5819 * progmodes/gud.el (gud-def): Add %c case.
5820 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
5821 (gud-format-command): Make match case sensitive. Match on %F.
5822
5823 2006-04-30 Glenn Morris <rgm@gnu.org>
5824
5825 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
5826 (cal-tex-preamble): Use cal-tex-preamble-extra.
5827 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
5828 than alias `list-diary-entries'.
5829
5830 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5831
5832 * help-fns.el (describe-variable): Add info about safe local variables.
5833
5834 2006-04-29 Richard Stallman <rms@gnu.org>
5835
5836 * bindings.el (mode-line-format): help-echo doc fixes.
5837
5838 * net/tramp.el (tramp-file-name-handler-alist): Delete
5839 expand-file-name and other operations that can cause spurious loading.
5840
5841 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * files.el (safe-local-variable-p): Remove support for the special
5844 value t.
5845
5846 * textmodes/paragraphs.el (sentence-end-without-space):
5847 Fix safety predicate.
5848 (sentence-end-double-space, sentence-end-without-period)
5849 (paragraph-ignore-fill-prefix):
5850 * textmodes/fill.el (colon-double-space):
5851 * abbrev.el (abbrev-mode): Tighten the safety predicate.
5852
5853 * subr.el (booleanp): New fun.
5854
5855 * textmodes/reftex-vars.el (reftex-guess-label-type):
5856 Tighten the safety predicate.
5857
5858 2006-04-28 Kim F. Storm <storm@cua.dk>
5859
5860 * progmodes/grep.el (defgroup grep): Doc fix.
5861 (grep-auto-highlight): Remove.
5862 (grep-template): New defcustom.
5863 (grep-find-template): Rename from grep-tree-template.
5864 (grep-files-aliases): Rename from grep-tree-files-aliases.
5865 Remove "all" alias, add "l" alias.
5866 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
5867 (grep-find-ignored-directories): New defcustom to replace
5868 grep-tree-ignore-CVS-directories, to facilitate ignoring
5869 subdirectories for multiple version control systems.
5870 (grep-mode-map): Add Recursive grep item to GREP menu.
5871 (grep-regexp-history, grep-files-history): New defvars.
5872 (grep-probe): New helper function.
5873 (grep-compute-defaults): Use it to simplify code.
5874 Adapt to name changes.
5875 Use `.' as base in grep-find-template rather than <D>.
5876 (grep): Remove superfluous highlight-regexp arg. Fix doc.
5877 Call grep-compute-defaults unconditionally.
5878 (grep-expand-keywords): New defconst.
5879 (grep-expand-template): Rename from grep-expand-command-macros.
5880 Simplify via grep-expand-keywords. Look at case-fold-search instead
5881 of grep-tree-ignore-case to add -i option.
5882 Bind case-fold-search to nil while matching keywords.
5883 (grep-tree-last-regexp, grep-tree-last-files): Remove.
5884 (grep-read-regexp, grep-read-files): New helper functions.
5885 (rgrep): Rename from grep-tree. Rework to use proper histories.
5886 Adapt to changes in defcustoms and functions above.
5887 (lgrep): New command, as grep, but using same interactive UI as rgrep.
5888
5889 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * net/tramp.el (tramp-completion-file-name-handler):
5892 Disable Tramp's functionality while loading Tramp itself.
5893 (tramp-register-file-name-handlers): That's a defsubst now.
5894 Code from `tramp-repair-jka-compr' moved here. Apply it via
5895 `after-init-hook'.
5896 (tramp-repair-jka-compr): Remove.
5897
5898 2006-04-27 Jay Belanger <belanger@truman.edu>
5899
5900 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
5901 read expression when `math-read-big-expr' doesn't work.
5902
5903 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
5904
5905 * startup.el (command-line-1): Display warning when
5906 pure-space-overflow is non-nil.
5907
5908 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5909
5910 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
5911 risky.
5912
5913 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5914
5915 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
5916 Return the URL or nil if none can be generated.
5917
5918 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
5919
5920 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
5921 byte compiler warnings.
5922 (gud-basic-call, gud-find-expr): Let user select an expression
5923 for printing. Print expression as well as value in GUD buffer.
5924
5925 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
5926
5927 * allout.el: Remove local autoload declaration for
5928 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
5929 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
5930 (allout-plain-bullets-string, allout-distinctive-bullets-string)
5931 (allout-use-mode-specific-leader, allout-old-style-prefixes)
5932 (allout-stylish-prefixes, allout-numbered-bullet)
5933 (allout-file-xref-bullet, allout-presentation-padding)
5934 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
5935 safe-local-variable with suitable value spec, and add autoload
5936 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
5937 (move-beginning-of-line, move-end-of-line): Repair so these compat
5938 functions now actually resituate the point, when appropriate.
5939
5940 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
5943
5944 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
5945 (add-log-iso8601-time-string): Fix call to format-time-string.
5946
5947 2006-04-26 Kim F. Storm <storm@cua.dk>
5948
5949 * subr.el (posn-string, posn-image, posn-object): Doc fix.
5950
5951 2006-04-26 Masatake YAMATO <jet@gyve.org>
5952
5953 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
5954 Add support for "//" style comments. Remove `b' flag
5955 from ?* in `asm-mode-syntax-table'.
5956
5957 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * follow.el: Use (featurep 'xemacs) everywhere.
5960 (follow-mode): Use define-minor-mode.
5961 (follow-mode-map): Move initialization into the declaration.
5962 Use command remapping.
5963 (follow-emacs-version-xemacs-p): Remove.
5964 (follow-submit-feedback): Remove.
5965
5966 * allout.el (allout-layout, allout-passphrase-verifier-string)
5967 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
5968
5969 * textmodes/reftex-vars.el (reftex-vref-is-default)
5970 (reftex-fref-is-default, reftex-guess-label-type):
5971 Tighten up a bit the safety predicate.
5972
5973 * textmodes/paragraphs.el (sentence-end-double-space)
5974 (sentence-end-without-period, sentence-end-without-space)
5975 (page-delimiter, paragraph-ignore-fill-prefix):
5976 Tighten up a bit the safety predicate.
5977
5978 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
5979
5980 * progmodes/python.el (python-continuation-line-p)
5981 (python-beginning-of-statement): syntax-ppss may return
5982 a negative depth.
5983 (python-mode): Don't forcefully enable font-lock.
5984
5985 * time-stamp.el (time-stamp-start, time-stamp-end)
5986 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
5987
5988 * add-log.el: Remove spurious * in docstrings.
5989 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
5990 (add-change-log-entry): Use it here, since it's not specific
5991 to iso8601.
5992 (add-log-iso8601-time-string): Don't use it here any more.
5993 (change-log-indent-text, change-log-indent): Rename from add-log-*.
5994
5995 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
5996
5997 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
5998
5999 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
6000 (rcirc-toggle-low-priority): Doc fix.
6001 (rcirc-handler-NOTICE): Remove beginning of line anchor in
6002 ChanServ regexp.
6003 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
6004 #emacs.
6005 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
6006 (rcirc-decode-coding-system): Use utf-8 as the default.
6007 (rcirc-multiline-minor-mode): Set the fill-column.
6008 (rcirc-format-response-string): Display bright and dim nicks.
6009 (rcirc-browse-url): Update interactive spec to fill ARG.
6010 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
6011 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
6012
6013 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
6014
6015 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
6016 case for @Article, etc.
6017
6018 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp.el (tramp-register-file-name-handlers): New defun.
6021 Added with autoload cookie.
6022 (tramp-unload-file-name-handlers): Rename from
6023 `tramp-unload-file-name-handler-alist'.
6024
6025 2006-04-23 Romain Francoise <romain@orebokech.com>
6026
6027 * comint.el (comint-match-partial-filename): Doc fix.
6028
6029 2006-04-21 Glenn Morris <rgm@gnu.org>
6030
6031 * calendar/cal-menu.el (calendar-mode-map): Refer to
6032 `diary-view-entries' rather than alias `view-diary-entries'.
6033 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
6034
6035 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
6036
6037 * progmodes/antlr-mode.el (antlr-default):
6038 * cus-edit.el (custom-documentation):
6039 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6040 in defface.
6041
6042 2006-04-21 Kim F. Storm <storm@cua.dk>
6043
6044 * image.el (image-type): New defun split out of create-image.
6045 (create-image): Use it.
6046
6047 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6048
6049 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
6050 (org-open-at-point): Remove the "...done" message to keep output
6051 in the echo area visible.
6052 (org-export-as-xoxo): Fix call to `indent-region'.
6053
6054 2006-04-21 Kevin Ryde <user42@zip.com.au>
6055
6056 * international/mule.el (keyboard-coding-system): defcustom
6057 info-link fixes: "Specify Coding" has been split, keyboard now in
6058 "Terminal Coding", and "Single-Byte Character Support" is now
6059 "Unibyte Mode".
6060
6061 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
6062
6063 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
6064 Use font-lock-warning-face for any errors e.g. no stack.
6065 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6066
6067 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6068
6069 * progmodes/sh-script.el (sh-shell): Mark as safe.
6070
6071 * newcomment.el (comment-start, comment-start-skip)
6072 (comment-end-skip, comment-end): Mark as safe.
6073
6074 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6075
6076 * textmodes/org.el (org-deadline-announce): Face removed.
6077 (org-level-faces, org-n-levels): Convert to constant.
6078 (org-compatible-face): New function.
6079 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
6080 (org-level-5, org-level-6, org-level-7, org-level-8)
6081 (org-special-keyword, org-warning, org-headline-done, org-link)
6082 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
6083 (org-scheduled-today, org-scheduled-previously, org-time-grid):
6084 Face definition revised for better color tty support.
6085 (org-bold-re, org-italic-re, org-underline-re): New constants.
6086 (org-set-font-lock-defaults): Use the new constants.
6087 (org-agenda-highlight-todo): New function.
6088 (org-agenda-todo): Fix bug with point at end of line.
6089 (org-agenda-change-all-lines, org-finalize-agenda-entries):
6090 Fontify TODO keywords.
6091 (org-insert-link): Preserve relative path in ../ links.
6092 (org-export-as-html): Convert links pointing to .org files into
6093 links that will work beteen the exported HTML files.
6094 (org-todo-list): Fix bug when arg=0.
6095 (org-insert-heading): More fine-tuning.
6096
6097 2006-04-19 Romain Francoise <romain@orebokech.com>
6098
6099 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
6100 from `rmail-mime-charset-pattern'.
6101
6102 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6103
6104 * progmodes/python.el (python-mode): Fix typo.
6105
6106 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6107
6108 * comint.el (comint-previous-input): Don't clobber input line
6109 when moving off either end of the input history ring.
6110 (comint-delete-input): New function, used by
6111 `comint-previous-input' and others.
6112 (comint-previous-matching-input):
6113 Use `coming-delete-input'. Save the partial input if leaving the
6114 edit line. Goto point-max before deleting input to avoid
6115 partial input fragments hanging around.
6116 (comint-restore-input): New function, used by `comint-previous-input'.
6117
6118 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
6119
6120 * imenu.el (imenu--index-alist): Balance parentheses.
6121
6122 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6123
6124 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
6125
6126 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
6127
6128 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
6129 file is nil.
6130
6131 2006-04-18 Richard Stallman <rms@gnu.org>
6132
6133 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
6134
6135 * imenu.el (imenu-create-index-function, imenu--index-alist)
6136 (imenu--last-menubar-index-alist, imenu--make-index-alist)
6137 (imenu-default-create-index-function, imenu--generic-function):
6138 Doc fixes.
6139
6140 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
6141
6142 * help-mode.el (help-mode): Set view-exit-action to delete window.
6143
6144 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
6145 now works by passing nil as arg.
6146
6147 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
6148
6149 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
6150 (read-abbrev-file): Provide default when reading filename.
6151
6152 * files.el (enable-local-variables): Allow :all as value.
6153 (hack-local-variables): Implement that value.
6154 (safe-local-variable-values, safe-local-eval-forms)
6155 (enable-local-variables): Mark as risky.
6156 (find-file-visit-truename, kept-old-versions): Mark safe.
6157
6158 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
6159 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
6160 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
6161
6162 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
6165 Use forward-line so as to get to BOL even in the presence of fields.
6166 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
6167 in return.
6168 (inferior-tcl): Tell tclsh to work in interactive mode.
6169
6170 * complete.el (partial-completion-mode):
6171 Use 'choose-completion-string-functions to make sure that
6172 choose-completion fills the minibuffer properly.
6173
6174 * complete.el (PC-old-read-file-name-internal): Remove.
6175 (PC-read-include-file-name-internal): Remove. Turn it into an advice
6176 of read-file-name-internal.
6177 (partial-completion-mode): Enable/disable this advice.
6178
6179 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
6180
6181 * net/tramp.el (tramp-completion-file-name-handler): Revert change
6182 of 2006-04-17.
6183
6184 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6185
6186 * textmodes/org.el (org-insert-heading): Insert heading before
6187 current if at beginning of line.
6188 (org-todo, org-date): New faces.
6189 (org-table-align): Make sure tooltip window contains full text.
6190 (org-no-properties): New defsubst.
6191 (org-set-font-lock-defaults): Use new faces.
6192
6193 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
6194
6195 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
6196 for root variables.
6197
6198 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
6199 (gdb-frame-address): Re-use to identify frame for watch expression.
6200 (gdb-var-list, gdb-var-create-handler): Add frame address for root
6201 variables.
6202 (gdb-init-1, gdb-source, gdb-post-prompt)
6203 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
6204 (gdb-frame-handler): Get gdb-frame-address.
6205
6206 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6207
6208 Sync with Tramp 2.0.53.
6209
6210 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
6211 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
6212 (tramp-completion-file-name-handler): Add autoload cookie for
6213 adding to `file-name-handler-alist'.
6214
6215 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
6216 the prompt. If it returns earlier (when detecting an error
6217 message), the rest of the output will merge accidently with the
6218 output of the next command. Reported by M Jared Finder
6219 <jared@hpalace.com>.
6220
6221 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6222 for `process-file', in order to let it work for older Emacsen too.
6223
6224 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
6225
6226 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
6227 (tex-font-lock-keywords-3): Use it.
6228
6229 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * newcomment.el (comment-add): New function.
6232 (comment-region-default, comment-dwim): Use it.
6233
6234 2006-04-15 Michael Olson <mwolson@gnu.org>
6235
6236 * emacs-lisp/tq.el: Improve comments.
6237 (tq-queue-head-question): New accessor function.
6238 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
6239 Update for modified queue structure.
6240 (tq-queue-add): Accept `question' argument.
6241 (tq-queue-pop): If a question is pending, send it.
6242 (tq-enqueue): Accept new optional argument `delay-question'.
6243 If this is non-nil, and at least one other question is pending a
6244 response, queue the question rather than sending it immediately.
6245
6246 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6247
6248 * calendar/appt.el (appt-add): Check whether an appointment is
6249 already present in appt-time-msg-list. Simplify code.
6250
6251 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * progmodes/cc-langs.el (c-mode-menu):
6254 Don't presume c-subword-mode is bound.
6255
6256 2006-04-13 Bill Wohler <wohler@newt.com>
6257
6258 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
6259 (customize-package-emacs-version): Use cdr instead of cadr now
6260 that alists use dotted pairs.
6261
6262 * custom.el (defcustom): Fix docstring for :package-version.
6263
6264 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
6265
6266 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
6267 (tramp-handle-shell-command): Display output buffer only when
6268 `tramp-display-shell-command-buffer' is true.
6269 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
6270
6271 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6272
6273 * textmodes/org.el (org-set-autofill-regexps): Set only the local
6274 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
6275
6276 2006-04-13 Romain Francoise <romain@orebokech.com>
6277
6278 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
6279 leaving temporary .cvsignore buffers behind.
6280
6281 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6282
6283 * textmodes/org.el (org-set-regexps-and-options)
6284 (org-get-current-options): Better names for the startup folding
6285 options.
6286
6287 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
6288
6289 * vc.el (vc-annotate): Arrange for point to end up at the same
6290 line number as in the original, but only when using a new buffer.
6291
6292 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
6293
6294 * files.el (hack-one-local-variable-eval-safep):
6295 Recognize `edebug-form-spec' for `put', but only if it passes
6296 `edebug-basic-spec'. Generalize `put' handling.
6297
6298 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
6299 vetting file-local form specs.
6300
6301 * allout.el (allout-layout): Autoload its `safe-local-variable'
6302 property.
6303
6304 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6305
6306 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
6307 (org-agenda-mouse-1-follows-link)
6308 (org-mouse-1-follows-link): New options.
6309 (org-format-agenda-item): Fix bug if TAGS is nil.
6310 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
6311
6312 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
6313
6314 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
6315 GDB 6.1+ gives full filename for "info sources" so use
6316 file-name-nondirectory.
6317
6318 2006-04-12 Romain Francoise <romain@orebokech.com>
6319
6320 * subr.el (read-passwd): Bind `message-log-max' to nil.
6321
6322 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6323
6324 * progmodes/perl-mode.el (perl-indent-new-calculate):
6325 Recompute parse-start after jumping backward by a whole sexp.
6326
6327 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
6330 window configuration.
6331 (vc-annotate-display-select): Select the buffer so that current-buffer
6332 (and selected-window) is the output buffer at the end of vc-annotate.
6333
6334 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6335
6336 * vc.el (vc-annotate-color-map): Add custom TTY color map for
6337 8-color terminals, to use all of the colors in a sensible order.
6338 256-color terminals work well with the standard map.
6339 (vc-annotate-lines): Only strip the first color character if it
6340 is "#", to allow for terminal-style named colors.
6341 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
6342 the correct buffer is scrolled.
6343
6344 2006-04-11 Richard Stallman <rms@gnu.org>
6345
6346 * emacs-lisp/bytecomp.el (byte-compile-file):
6347 Bind enable-local-variables to :safe, and make normal-mode obey it.
6348
6349 * files.el (enable-local-variables): Allow value :safe.
6350 (normal-mode): Doc fix.
6351 (hack-local-variables): Implement enable-local-variables = :safe.
6352 (hack-local-variables-confirm): Don't prevent quitting.
6353
6354 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * loadhist.el (unload-feature): A bit of sanity check of
6357 load-history entries. Cancel timer-vars before unbinding them.
6358
6359 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
6360 quote special chars, and make the trick work on the hex part of the
6361 buffer as well.
6362 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
6363 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
6364
6365 * startup.el (normal-splash-screen): Fix last change so we don't wait
6366 2 minutes if we don't show the splash screen.
6367
6368 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
6369
6370 * textmodes/org.el (org-export-plain-list-max-depth)
6371 (org-table-spaces-around-separators)
6372 (org-radio-targets, org-activate-camels)
6373 (org-table-spaces-around-invisible-separators): Options removed.
6374 (org-time-stamp-rounding-minutes, org-remember-templates)
6375 (org-ellipsis, org-activate-links, org-descriptive-links):
6376 New options.
6377 (org-remember-apply-template, org-current-time)
6378 (org-finish-edit-table-field)
6379 (org-link-unescape, org-link-escape)
6380 (org-string-width, org-table-clean-line, org-html-do-expand)
6381 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
6382 (org-read-agenda-file-list): New functions.
6383 (org-table-edit-field)
6384 (org-table-create-or-convert-from-region): New commands
6385 (org-table-toggle-vline-visibility): Command removed.
6386 (org-table-convert-region): Made a command.
6387 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
6388 Replace with the normal org- functions.
6389 (org-self-insert-command): Don't trigger realign unnecessarily
6390 when blanking a field that is not full.
6391 (org-mode): `Set buffer-invisibility-spec' for links.
6392 (org-activate-links2): Hide link part and only show descriptive
6393 part of the link.
6394 (org-insert-link): Modify for new linking system.
6395 (org-store-link): Store description separately, for use by
6396 `org-insert-link'.
6397 (org-table-align): Use `org-string-width'.
6398 (defgroup): Completely new group structure for custom variables.
6399 (org-agenda-files): Option: Single file name allowed. Function:
6400 Optional argument unrestrited means ignore any restricitons.
6401 (org-install-agenda-files-menu): Find a buffer in Org-mode before
6402 trying to modify the menu. Use generalized access to
6403 `org-agenda-files.'
6404 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
6405 (org-agenda-file-to-front, org-remove-file, org-diary)
6406 (org-tags-view, org-export-icalendar-all-agenda-files)
6407 (org-export-icalendar-combine-agenda-files): Use generalized
6408 access to `org-agenda-files'.
6409 (org-remember-handler): Correctly preserve heading if present.
6410 (org-table-insert-row, org-table-insert-hline): Deal with
6411 invisible characters.
6412
6413 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
6414
6415 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
6416 (vc-annotate-color-map): New 18 element constant
6417 value/saturation, rotating hue colormap, from red->blue.
6418 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
6419 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
6420 (vc-annotate): To avoid killing the required local variables,
6421 set them before the end of `with-output-to-temp-buffer', and
6422 after first switching to annotate-mode.
6423 (vc-annotate-warp-version): Add buffer argument in goto-line to
6424 ensure annotation, not source, is scrolled.
6425
6426 2006-04-10 Bill Wohler <wohler@newt.com>
6427
6428 * custom.el (defcustom, custom-handle-keyword):
6429 Add :package-version keyword.
6430 (custom-add-package-version): New function. Sets value of new
6431 property 'custom-package-version from :package-version keyword.
6432 (defcustom): Create Common Keywords section in docstring.
6433 (defface, defgroup): Replace definitions of a select few keywords
6434 with a reference to the Common Keywords in defcustom.
6435 (defcustom, defface, defgroup): Replace reference to Customization
6436 chapter in manual with hyperlink.
6437
6438 * cus-edit.el (customize-package-emacs-version-alist):
6439 New variable.
6440 (customize-changed-options): Add check for custom-package-version.
6441 (customize-package-emacs-version): New function to look up Emacs
6442 version corresponding to the given package version.
6443
6444 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
6445 defun name, in similar fashion to find-variable-regexp.
6446
6447 2006-04-10 Eli Zaretskii <eliz@gnu.org>
6448
6449 * international/mule-cmds.el (set-locale-environment): Fix last
6450 change for when the locale's preferences don't specify any encoding.
6451
6452 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
6455 so the defined var/fun doesn't need to be quoted.
6456
6457 2006-04-10 Richard Stallman <rms@gnu.org>
6458
6459 * finder.el (finder-mode-map): Add n and p bindings.
6460
6461 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
6462
6463 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
6464 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
6465 (gdb-setup-windows): Put something in source window if we can't find
6466 the source file.
6467 (gdb-frame-handler): Make it work again with just assembly.
6468 (gdb-data-list-register-values-handler): Make it work when there is
6469 no stack.
6470
6471 2006-04-09 Richard Stallman <rms@gnu.org>
6472
6473 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
6474 specs while looking for charset.
6475
6476 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
6477
6478 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6479 Make them faces.
6480 (lm-font-lock-keywords): Update appropriately.
6481
6482 2006-04-10 Kim F. Storm <storm@cua.dk>
6483
6484 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
6485 it can also replace buffer-substring-no-properties.
6486
6487 * emulation/cua-base.el (cua-delete-region, cua-paste)
6488 (cua-repeat-replace-region): Use filter-buffer-substring.
6489
6490 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6491 (cua-cut-region-to-global-mark): Likewise.
6492
6493 * emulation/cua-rect.el (cua--extract-rectangle)
6494 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
6495
6496 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6497
6498 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
6499 entry-type. Add field delimiters to numerical fields if they are
6500 not present.
6501
6502 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6503
6504 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
6505 string-const to return value.
6506 (bibtex-remove-delimiters): Use it.
6507
6508 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
6511 cl-byte-compile-compiler-macro unless it exists.
6512
6513 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6514
6515 * files.el (hack-local-variables-confirm) <offer-save>:
6516 Clarify message text. Suggested by Ralf Angeli.
6517
6518 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
6519
6520 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
6521 (delete-extract-rectangle-line): Use `filter-buffer-substring'
6522 instead of `buffer-substring' and `delete-region'. (Most of the
6523 code actually copied from `kill-region'.)
6524
6525 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
6526
6527 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
6528 (rcirc-default-port): Rename from rcirc-port.
6529 (rcirc-default-nick): Rename from rcirc-nick.
6530 (rcirc-default-user-name): Rename from rcirc-user-name.
6531 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
6532 (rcirc-low-priority-flag): New variable.
6533 (rcirc-decode-coding-system): New defcustom.
6534 (rcirc-encode-coding-system): New defcustom.
6535 (rcirc-coding-system-alist): New defcustom.
6536 (rcirc-multiline-major-mode): New defcustom.
6537 (rcirc-nick): New internal variable.
6538 (rcirc-process): Remove variable.
6539 (rcirc-server-buffer): New variable.
6540 (rcirc): Update to use rcirc-default-* variables above.
6541 (rcirc-connect): Do not add window-configuration-hook-here.
6542 (rcirc-server): New internal variable.
6543 (rcirc-connect): Do not send keepalive pings if
6544 rcirc-keepalive-seconds is nil.
6545 (with-rcirc-server-buffer): New macro.
6546 (rcirc-send-string): Encode with rcirc-encode-coding-system.
6547 (rcirc-server-name): Rename from rcirc-server.
6548 (rcirc-buffer-process): New function.
6549 (rcirc-buffer-nick): New function.
6550 (rcirc-buffer-target): Remove function.
6551 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6552 New commands.
6553 (rcirc-mode-map): Change binding of C-c C-l to
6554 rcirc-toggle-low-priority.
6555 (rcirc-mode): Initialize coding system based on
6556 rcirc-coding-system-alist. New change-major-mode-hook to part the
6557 channel on a mode change. Make kill-buffer-hook buffer-local.
6558 (rcirc-change-major-mode-hook): New function.
6559 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
6560 (rcirc-last-post-time): New variable.
6561 (rcirc-process-message): Store the last time user posted a message
6562 to this target.
6563 (rcirc-multiline-minor-mode): New mode.
6564 (rcirc-multiline-minor-mode-map): New mode map.
6565 (rcirc-edit-multiline): Put multiline-edit buffer in
6566 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
6567 (rcirc-print): Ignore any line starting with an ignored nick.
6568 (rcirc-print): Decode using rcirc-decode-coding-system.
6569 (rcirc-track-minor-mode): Update global-mode-string when disabling
6570 this mode.
6571 (minor-mode-alist): Add LowPri indicator.
6572 (rcirc-toggle-low-priority): New function.
6573 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
6574 next lowpriority buffer with activity.
6575 (rcirc-record-activity): Sort buffers in rcirc-activity by the
6576 last time the user posted a message in to the target.
6577 (rcirc-update-activity-string): New formatting for low priority
6578 buffers.
6579 (rcirc-split-activity): New function.
6580 (rcirc-handler-PART, rcirc-handler-KICK)
6581 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
6582 (rcirc-nick-away-alist): New variable.
6583 (rcirc-handler-301): New handler. Away messages are printed once
6584 per change.
6585
6586 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6587
6588 * info.el (Info-follow-nearest-node): Doc fix.
6589
6590 * international/mule-cmds.el (set-locale-environment): Make sure
6591 the coding-system preferred by the locale's language has the same
6592 EOL conversion type as the original buffer-file-coding-system.
6593 (locale-language-names): Add a few MS Windows language codes.
6594
6595 2006-04-07 Richard Stallman <rms@gnu.org>
6596
6597 * simple.el (eval-expression): Doc fix.
6598
6599 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
6600 (eval-defun): Doc fixes.
6601
6602 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6603
6604 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
6605
6606 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
6607
6608 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
6609 GDB list command without argument for greater generality.
6610
6611 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6612
6613 * subr.el (string-or-null-p): New function.
6614
6615 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
6616
6617 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
6618
6619 * files.el: Update comment about safe-local-variable declarations.
6620
6621 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6622
6623 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
6624 See idlwave.org.
6625
6626 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
6627 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
6628
6629 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
6630 See idlwave.org.
6631
6632 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
6633 version 6.0 (minimal changes). See idlwave.org.
6634
6635 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
6636 6.0 (minimal changes). See idlwave.org.
6637
6638 * progmodes/idlw-rinfo.el: File obsoleted and removed.
6639
6640 2006-04-06 Romain Francoise <romain@orebokech.com>
6641
6642 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
6643 symmetric encryption features and a new asynchronous interface to
6644 GnuPG. This new version is version 1.4, plus whitespace changes.
6645
6646 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6647
6648 * files.el: Move some `safe-local-variable' declarations to the
6649 respective files.
6650
6651 * textmodes/ispell.el (ispell-check-comments)
6652 (ispell-local-dictionary): Mark as safe.
6653
6654 * abbrev.el (abbrev-mode): Mark as safe.
6655
6656 * add-log.el (change-log-default-name): Mark as safe.
6657
6658 * textmodes/reftex-vars.el (reftex-vref-is-default)
6659 (reftex-fref-is-default, reftex-level-indent)
6660 (reftex-guess-label-type): Mark as safe.
6661
6662 * textmodes/fill.el (colon-double-space): Mark as safe.
6663
6664 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
6665 (sentence-end-double-space, sentence-end-without-period)
6666 (sentence-end-without-space, sentence-end, sentence-end-base)
6667 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
6668
6669 2006-04-06 Kim F. Storm <storm@cua.dk>
6670
6671 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
6672 the :set-after list.
6673 (ido-downcase-unc-hosts): New user option. Default on.
6674 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
6675 when it is set, as regexps are now applied on the fly.
6676 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
6677 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
6678 on the fly, but only when ido-process-ignore-lists is set.
6679 Do case insensitive filtering if ido-downcase-unc-hosts is set.
6680 Only downcase names if ido-downcase-unc-hosts is set.
6681
6682 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
6683
6684 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
6685
6686 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
6687
6688 2006-04-05 Kim F. Storm <storm@cua.dk>
6689
6690 * ido.el (ido-mode): Set after ido-unc-hosts and
6691 ido-ignore-unc-host-regexps.
6692 (ido-save-history): Save ido-unc-hosts-cache.
6693 (ido-load-history): Load ido-unc-hosts-cache.
6694 (ido-reread-directory): Refresh unc hosts cache in // dir.
6695
6696 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
6697 to nil while displaying slash screen.
6698
6699 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6700
6701 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
6702 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6703
6704 2006-04-05 Kenichi Handa <handa@m17n.org>
6705
6706 * international/characters.el: Setup cases of Latin, Greek, and
6707 Cyrillic characters in CJK charsets.
6708
6709 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6710
6711 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6712 default-enable-multibyte-characters. This reverts the change from
6713 revision 6.17 which is no longer necessary because the passphrase
6714 is sent separately now. GnuPG messages are unreadable under
6715 multibyte locales with default-enable-multibyte-characters set to nil.
6716
6717 2006-04-04 Andreas Schwab <schwab@suse.de>
6718
6719 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
6720 and `byte-compile-warnings' as `safe-local-variable'.
6721
6722 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6723
6724 * man.el (Man-mode-map): Restore the \r binding.
6725 (Man-abstract-xref-man-page): If Man-target-string is a function,
6726 call it.
6727 (Man-highlight-references): Use Man-default-man-entry to get the
6728 target. Deal with xrefs too.
6729 (Man-highlight-references0): Don't call the target function.
6730
6731 * woman.el (WoMan-xref-man-page): Strip the section number, woman
6732 cannot deal with it.
6733
6734 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6735
6736 * pgg-gpg.el: Clean up process buffers every time gpg processes
6737 complete.
6738
6739 2006-04-04 Kenichi Handa <handa@m17n.org>
6740
6741 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
6742 here.
6743 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
6744 Temporarily bind inhibit-field-text-motion to t.
6745
6746 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * startup.el (normal-splash-screen): Only set mode-line-format in the
6749 splash buffer, so as not to interfere when debugging the code.
6750 Ignore errors when switching buffer.
6751
6752 2006-04-03 Romain Francoise <romain@orebokech.com>
6753
6754 * dired.el (dired-dnd-protocol-alist): Fix typo.
6755
6756 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6757
6758 * savehist.el (savehist): Add :version.
6759 (savehist-ignored-variables): New variable.
6760 (savehist-minibuffer-hook): Don't save variables listed in
6761 `savehist-ignored-variables'.
6762
6763 * dired.el (dired-dnd-protocol-alist): Mention that change does
6764 only apply to new buffers in doc string.
6765
6766 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6767
6768 * recentf.el (recentf-open-files-item): Include newline in button
6769 field, so opening a file will work, when the point is at the end
6770 of the file name. Allow, for example, to [i]search a file by
6771 extension and just push RET to open it.
6772
6773 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6774
6775 * pgg-gpg.el (pgg-gpg-process-filter)
6776 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6777
6778 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6779 lines, temporary fix.
6780
6781 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6782
6783 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
6784
6785 2006-04-02 Richard Stallman <rms@gnu.org>
6786
6787 * progmodes/compile.el (compilation-message-face): Make it defcustom.
6788
6789 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6790
6791 * ibuf-macs.el (define-ibuffer-column): Add a new key:
6792 header-mouse-map.
6793
6794 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
6795 (ibuffer-mode-header-map): New keymaps.
6796 (ibuffer-update-title-and-summary): Enable mouse face highlighting
6797 and keybindings for column headers.
6798 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
6799 property.
6800
6801 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
6802
6803 * speedbar.el (speedbar-after-create-hook): Doc fix.
6804
6805 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6806
6807 * shell.el (shell-directory-tracker)
6808 (shell-dynamic-complete-command): Doc fixes.
6809
6810 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
6811
6812 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
6813 terminals.
6814
6815 2006-04-01 Kim F. Storm <storm@cua.dk>
6816
6817 * ido.el (ido-unc-hosts-cache): New defvar.
6818 (ido-unc-hosts): If value of defcustom is a function, call it to
6819 get list of UNC hosts. Add function-item choices to specify
6820 ido-unc-hosts-net-view or user function.
6821 (ido-ignore-unc-host-regexps): New defcustom.
6822 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
6823 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
6824 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
6825
6826 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
6829 wwidth.
6830
6831 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
6832
6833 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
6834 (ido-max-work-file-list, ido-switch-buffer)
6835 (ido-read-file-name-as-directory-commands):
6836 Fix typos in docstrings.
6837
6838 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6839
6840 * term/mac-win.el (mac-system-coding-system): Define and use after
6841 Mac-specific coding systems are ready.
6842
6843 2006-03-27 Romain Francoise <romain@orebokech.com>
6844
6845 * net/rcirc.el (rcirc-connect): Add autoload cookie.
6846
6847 * ldefs-boot.el: Update.
6848
6849 2006-03-27 Daiki Ueno <ueno@unixuser.org>
6850
6851 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6852 passphrases when it is not needed.
6853 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6854 passphrase stuff from gpg, should only be necessary when you use
6855 gpg with a smartcard.
6856
6857 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * comint.el (comint-dynamic-list-completions): Allow user to
6860 select *Completions* buffer.
6861
6862 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
6863
6864 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
6865
6866 2006-03-26 Andreas Schwab <schwab@suse.de>
6867
6868 * progmodes/gud.el (gdb): Only complain about multiple debugging
6869 when the gdb process is still running.
6870
6871 2006-03-25 Eli Zaretskii <eliz@gnu.org>
6872
6873 * mail/rmail.el (tool-bar-map): Defvar it.
6874 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
6875 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
6876
6877 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
6878
6879 * help.el (print-help-return-message): Suggest to use
6880 display-buffer instead of switch-to-buffer-other-window to restore
6881 the previous window without selecting it.
6882
6883 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6884
6885 * frame.el (select-frame-by-name): Call x-focus-frame also when
6886 window-system is mac.
6887
6888 * term/mac-win.el: Adjust Courier font specifications in
6889 x-fixed-font-alist.
6890 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
6891 when directly encoding to UTF-16 in native byte order, no BOM.
6892
6893 2006-03-25 Kim F. Storm <storm@cua.dk>
6894
6895 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
6896 (cua--init-keymaps): Use it instead of fixed C-return.
6897 (cua-mode): Set after it.
6898
6899 * emulation/cua-rect.el (cua--init-rectangles):
6900 Use cua-rectangle-mark-key instead of fixed C-return.
6901
6902 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
6903
6904 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
6905 "run" in .gdbinit.
6906 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
6907
6908 2006-03-24 Romain Francoise <romain@orebokech.com>
6909
6910 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
6911 `display-buffer-other-frame'.
6912
6913 2006-03-24 Kim F. Storm <storm@cua.dk>
6914
6915 * apropos.el (apropos-synonyms): Add selection => region.
6916
6917 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6918
6919 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6920 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6921 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6922 (gdb-data-list-register-values-regexp)
6923 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
6924 Future proof against new fields being added to MI output.
6925 (gdb-send): Don't treat backslashes for program input as
6926 continuations.
6927 (gdb-assembler-handler): Don't use window-start for this handler.
6928 (gdb-frame-handler): Don't change to hollow arrow if overlay
6929 arrow doesn't move to new frame.
6930
6931 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6932
6933 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
6934 prevent compiler warnings.
6935 (gdb-stopped): Check for gud-last-last-frame (case: signal).
6936 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
6937 (gdb-assembler-custom): Use hollow-right-triangle for assembler
6938 buffer too.
6939
6940 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
6941
6942 * pgg-gpg.el (pgg-gpg-update-agent): Check for
6943 make-network-process, so we can use the same code in Gnus v5-10
6944 too and have this file fully synchronized with that release.
6945
6946 2006-03-23 Romain Francoise <romain@orebokech.com>
6947
6948 * ibuf-ext.el (ibuffer-read-filter-group-name):
6949 Use `ibuffer-generate-filter-groups' to make completion list match
6950 the filter groups that are really displayed in the Ibuffer buffer.
6951 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
6952
6953 2006-03-23 Kenichi Handa <handa@m17n.org>
6954
6955 * international/mule-cmds.el (sort-coding-systems): Describe that
6956 the argument is modified in docstring.
6957
6958 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
6959
6960 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6961 (pgg-gpg-update-agent): New function.
6962 (pgg-gpg-use-agent-p): New function.
6963 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6964 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6965 (pgg-gpg-sign-region): Use it.
6966
6967 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
6968
6969 * cus-edit.el (custom-face-set): Call custom-push-theme before
6970 face-spec set so that `changed' theme is correctly saved.
6971 (custom-face-reset-standard): Reset to recalculated face rather
6972 than defface spec.
6973
6974 * custom.el (custom-push-theme): Only save `changed' theme if the
6975 current face does not match the defface specs.
6976
6977 2006-03-21 Simon Josefsson <jas@extundo.com>
6978
6979 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6980 <wilde@sha-bang.de>.
6981 (pgg-gpg-use-agent): New variable.
6982 (pgg-gpg-process-region): Use it.
6983 (pgg-gpg-encrypt-region): Likewise.
6984 (pgg-gpg-encrypt-symmetric-region): Likewise.
6985 (pgg-gpg-decrypt-region): Likewise.
6986 (pgg-gpg-sign-region): Likewise.
6987 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6988
6989 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
6990
6991 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
6992 bracket links.
6993
6994 2006-03-21 Kim F. Storm <storm@cua.dk>
6995
6996 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
6997 fringe-indicator-alist instead of modifying global value.
6998 (gdb-frame-handler): Likewise.
6999
7000 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7001
7002 * diff-mode.el (diff-function): Make it inherit from diff-header
7003 instead of diff-context.
7004
7005 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
7006 bitmap.
7007 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
7008 change names in macro above for consistency.
7009 (gdb-frame-handler): Use hollow-right-triangle for all selected
7010 frames which except the innermost (where execution has stopped).
7011 (gdb-reset): Reset buffer-local values of overlay-arrow.
7012
7013 2006-03-20 Richard Stallman <rms@gnu.org>
7014
7015 * simple.el (set-mark-command): Doc fix.
7016
7017 * files.el (display-buffer-other-frame): New command.
7018 (ctl-x-4-map): Bind C-x 5 C-o to it.
7019
7020 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
7023 rather than just defer-time, in case defer-time has been changed but
7024 the timer isn't running yet.
7025 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
7026
7027 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * help-mode.el (help-follow-symbol): New function.
7030 Essentially identical to the old `help-follow', but do not let
7031 `push-button' do the work when on an xref.
7032 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
7033
7034 2006-03-19 Richard Stallman <rms@gnu.org>
7035
7036 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
7037 preceded by the word `program'.
7038 (help-follow-mouse, help-follow): Throw error if not on xref.
7039 Delete no longer used args.
7040
7041 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
7042
7043 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
7044 annotation ensure gud-overlay-arrow-position is redisplayed.
7045
7046 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7047
7048 * textmodes/bibtex.el (bibtex-include-OPTkey)
7049 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
7050 (bibtex-autokey-name-case-convert)
7051 (bibtex-autokey-titleword-case-convert): Make these the aliases
7052 for the following two variables.
7053 (bibtex-autokey-name-case-convert-function)
7054 (bibtex-autokey-titleword-case-convert-function): Make these the
7055 real names.
7056 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
7057 bibtex-font-lock-crossref sublists.
7058 (bibtex-mode): Revert 2005-12-30 change (which made
7059 completion-ignore-case buffer-local).
7060 (bibtex-url): Simplify.
7061
7062 2006-03-19 Kim F. Storm <storm@cua.dk>
7063
7064 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
7065 cursor property value to 2 (to align with C level change).
7066
7067 2006-03-19 Bill Wohler <wohler@newt.com>
7068
7069 * image.el (image-load-path-for-library): Shorten first line in
7070 docstring.
7071
7072 2006-03-18 Richard Stallman <rms@gnu.org>
7073
7074 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
7075
7076 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
7077
7078 * isearch.el (isearch-other-meta-char): Handle user bindings for
7079 shifted control characters.
7080
7081 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
7082
7083 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
7084 part that matches email addresses, file names, etc.
7085
7086 2006-03-18 Eli Zaretskii <eliz@gnu.org>
7087
7088 * term/w32-win.el (mouse-set-font):
7089 Mention w32-list-proportional-fonts in the doc string.
7090
7091 2006-03-18 Kim F. Storm <storm@cua.dk>
7092
7093 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
7094 (ido-unc-hosts): New user option to explicitly define list of know
7095 UNC-style hosts for completion.
7096 (ido-cache-unc-host-shares-time): New user option.
7097 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
7098 New helper functions for UNC file-name support.
7099 (ido-may-cache-directory): Check for UNC host. Simplify.
7100 (ido-wash-history): Clean out old UNC hosts.
7101 (ido-nonreadable-directory-p): UNC hosts are always readable.
7102 (ido-directory-too-big-p): UNC hosts are never too big.
7103 (ido-set-current-directory): Handle UNC root path.
7104 (ido-file-name-all-completions): Complete UNC host names from
7105 ido-unc-hosts list. Cache UNC host shares.
7106 (ido-make-file-list-1): Don't filter UNC root.
7107 (ido-exhibit): Check for // in root directory, and switch to UNC
7108 mode by setting ido-current-directory to //.
7109
7110 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * cus-edit.el (customize-changed-options): Mention explicit
7113 version number as default in prompt.
7114
7115 2006-03-17 Bill Wohler <wohler@newt.com>
7116
7117 * image.el (image-load-path-for-library): Minor docstring fix.
7118
7119 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
7120
7121 * textmodes/org.el (org-read-date): Include subgroup 5 into
7122 replacement text.
7123 (org-popup-calendar-for-date-prompt): Fix customization type.
7124
7125 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
7126
7127 * progmodes/gdb-ui.el (gud-watch): Provide completion.
7128 (gdb-continuation): New variable.
7129 (gdb-send): Deal with continuation lines.
7130
7131 * progmodes/gud.el (gud-gdb-complete-command)
7132 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
7133 expressions.
7134 (gud-tooltip-mode): Use buffer-local value.
7135
7136 2006-03-16 Kim F. Storm <storm@cua.dk>
7137
7138 * ido.el (ido-edit-input): Use selected match, if any.
7139
7140 2006-03-16 Bill Wohler <wohler@newt.com>
7141
7142 * image.el (image-load-path-for-library): Prefer user's images in
7143 image-load-path.
7144
7145 2006-03-16 Martin Rudalics <rudalics@gmx.at>
7146
7147 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
7148 when checking for attempt to drag leftmost or rightmost scrollbar.
7149
7150 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
7151
7152 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
7153 (gdb-force-mode-line-update): New function.
7154 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
7155 (gdb-exited): Use them.
7156 (gdb-signal): New function.
7157 (gdb-annotation-rules): Provide a rule for it.
7158
7159 2006-03-16 Kenichi Handa <handa@m17n.org>
7160
7161 * international/mule.el (auto-coding-regexp-alist): Add entries
7162 for Unicode BOM.
7163
7164 * sort.el (sort-build-lists): Temporarily bind
7165 inhibit-field-text-motion to t.
7166
7167 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
7168
7169 * locate.el (locate-command, locate-make-command-line)
7170 (locate-fcodes-file, locate-update-command)
7171 (locate-prompt-for-command, locate, locate-with-filter)
7172 (locate-get-file-positions): Doc fixes.
7173 (locate-buffer-name, locate-header-face): Remove leading `*' in
7174 defcustom.
7175 (locate-filter-output): Use `keep-lines' instead of its alias
7176 `delete-non-matching-lines'.
7177 (locate-get-filename, locate-get-dirname): Add introductory comment.
7178 (locate-find-directory-other-window): Give appropriate error
7179 message if used outside main listing.
7180
7181 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
7184 the new extend-region feature.
7185 (font-lock-after-change-function): Update correspondingly.
7186 * jit-lock.el (jit-lock-after-change): Update correspondingly.
7187 * progmodes/grep.el (font-lock-lines-before): Don't disable.
7188
7189 2006-03-15 Bill Wohler <wohler@newt.com>
7190
7191 * image.el (image-load-path-for-library): Fix example by not
7192 recommending that one binds image-load-path. Just defvar it to
7193 placate compiler and only use it if previously defined.
7194
7195 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7196
7197 * textmodes/org.el (org-insert-centered): Use `string-width' to
7198 make underlining work for wide characters.
7199 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
7200 TAB to `org-cycle', to make sure that no binding in
7201 `outline-mode-map' can supercede it.
7202
7203 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
7204
7205 * allout.el: Increment version to 2.2.1 in file commentary.
7206
7207 (allout-version): Increment to 2.2.1.
7208
7209 (allout-default-layout): New customization variable, used when the
7210 file lacks a specific allout-layout. Uses allout-layout-type for
7211 recursively nested definition.
7212
7213 (allout-layout-type): Widget defining allout layouts, necessary for
7214 self-recursive definition.
7215
7216 (allout-mode): Incorporate allout-default-layout as fallback for
7217 allout-layout.
7218
7219 (allout-layout): Mark as 'safe-local-variable', and refer mention
7220 fallback to `allout-default-layout' in absence of a specified value.
7221 (allout-passphrase-verifier-string)
7222 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
7223
7224 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
7225
7226 (allout-get-encryption-passphrase-verifier): Use correct name of
7227 passphrase verifier in docstring.
7228
7229 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
7232 elements.
7233 (gdb-find-watch-expression): Make it work for arrays too.
7234 Follow change to gdb-var-list.
7235 (gud-watch): Allow the user to enter variable name with a prexix
7236 arg. Create keybindings.
7237 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7238 (gdb-var-list-children-handler, gdb-var-update-handler)
7239 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
7240 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
7241 Follow change to gdb-var-list.
7242 (gdb-starting): Don't show the overlay arrows when program is running.
7243
7244 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
7245 gdb-var-list.
7246
7247 2006-03-14 Bill Wohler <wohler@newt.com>
7248
7249 * image.el (image-load-path-for-library): Pass value of path
7250 rather than symbol. Always return list of directories.
7251 Guarantee that image directory comes first.
7252
7253 2006-03-14 Alan Mackenzie <acm@muc.de>
7254
7255 * font-core.el (font-lock-extend-region\(-function\)?.):
7256 New function/variable.
7257
7258 * font-lock.el (font-lock-after-change-function):
7259 Call font-lock-extend-region. Obey font-lock-lines-before.
7260 (font-lock-default-fontify-region): Remove reference to
7261 font-lock-lines-before.
7262
7263 * jit-lock.el (jit-lock-after-change):
7264 Call font-lock-extend-region. Obey font-lock-lines-before.
7265
7266 2006-03-14 David Ponce <david@dponce.com>
7267
7268 * tree-widget.el (tree-widget-themes-load-path)
7269 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7270
7271 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
7272
7273 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
7274 (rcirc-print): Mark the start of text at the end of the prompt.
7275 (rcirc-track-minor-mode): Add autoload cookie.
7276 (rcirc-update-activity-string): Add space to front of mode-line
7277 indicator.
7278
7279 2006-03-13 Miles Bader <miles@gnu.org>
7280
7281 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
7282 (rcirc-abbrev-nick): Remove function.
7283 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
7284
7285 2006-03-13 David Ponce <david@dponce.com>
7286
7287 * tree-widget.el: Handle themes across all occurrences of the main
7288 themes sub-directory found in tree-widget-themes-load-path.
7289 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7290 (tree-widget--locate-sub-directory): Return all occurrences.
7291 (tree-widget-themes-path): New function.
7292 Replace tree-widget-themes-directory, and return a list of directories.
7293 (tree-widget-set-parent-theme)
7294 (tree-widget-lookup-image): Use it.
7295
7296 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7297
7298 * textmodes/org.el (org-link-search): Avoid self-matching of
7299 links, allow target text to be distributed over several lines.
7300 (org-search-not-link): New function.
7301 (org-set-regexps-and-options, org-get-current-options):
7302 New startup options.
7303 (org-export-as-html): Take odd-level setting from local variable.
7304 (org-fontify-emphasized-text): New option.
7305 (org-set-font-lock-defaults): Include emphasized text.
7306 (org-follow-mhe-link): Allow folder-only links, fix folder name.
7307 (org-font-lock): Customize group renamed from `org-faces'.
7308
7309 2006-03-13 John Paul Wallington <jpw@pobox.com>
7310
7311 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
7312 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
7313
7314 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
7315
7316 * cus-start.el (all): Delete :version keyword for members of the
7317 fringe group, since the entire group is new in 22.1.
7318
7319 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
7320
7321 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
7322 map if value is hexadecimal (an address).
7323 (gud-watch): Only search roots for existing watch expressions.
7324 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
7325 prevent caching problems with speedbar-update-directory-contents.
7326
7327 2006-03-12 Juri Linkov <juri@jurta.org>
7328
7329 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
7330 before comparing with `low' and `warn'.
7331
7332 * info.el (Info-dir-remove-duplicates): Move point to the
7333 beginning of the current line after deleting the entries from
7334 redundant heading. Use marker for `limit' and compare it with
7335 point before calling `re-search-forward'.
7336
7337 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * simple.el (yank): Fix typo in docstring.
7340
7341 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
7342
7343 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
7344 messages, where "D" is the 6th character.
7345
7346 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7347
7348 * simple.el (yank): Fix last change.
7349
7350 2006-03-11 David Ponce <david@dponce.com>
7351
7352 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
7353 merging elements from the standard ispell-dictionary-alist.
7354 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
7355 alist, and return the new alist.
7356
7357 2006-03-11 Richard Stallman <rms@gnu.org>
7358
7359 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
7360
7361 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
7362 the way it is implemented is too unclean.
7363
7364 * simple.el (kill-region, yank): Doc fix.
7365
7366 * battery.el (battery-echo-area-format): Doc fix.
7367 (battery-mode-line-format): Likewise.
7368 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
7369 (battery-linux-proc-acpi): Ignore batteries that say "charged".
7370
7371 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7372
7373 * progmodes/octave-mod.el (octave-indent-for-comment):
7374 Behave according to do string.
7375
7376 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
7377
7378 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
7379 Be visible only if major mode is Mail Mode.
7380
7381 * textmodes/flyspell.el (flyspell-external-point-words)
7382 (flyspell-process-localwords): Fix last changes.
7383
7384 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7385
7386 * calendar/holidays.el (list-holidays): Doc fix.
7387
7388 * international/mule.el (auto-coding-alist): Add .odt
7389 (OpenOffice's open document) files.
7390
7391 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
7392 document) files. Mention in the doc string the need to sync with
7393 auto-coding-alist.
7394
7395 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * files.el (hack-local-variables-confirm): Don't prompt for ! if
7398 enable-local-variables is set to always query, or there is no
7399 savable variable.
7400
7401 2006-03-10 Bill Wohler <wohler@newt.com>
7402
7403 * image.el (image-load-path-for-library): Merge at least three
7404 functions from Gnus and MH-E into this one function that can now
7405 be shared.
7406
7407 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
7408
7409 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
7410 gdb-remove-mouse-face and remove help-echo too.
7411 (gdb-enqueue-input): Correct conditional clause.
7412
7413 2006-03-10 Glenn Morris <rgm@gnu.org>
7414
7415 * calendar/calendar.el (calendar-holidays): Doc fix.
7416 * calendar/holidays.el (list-holidays): Doc fix.
7417
7418 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
7419
7420 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
7421 it gets called in gdb-prompt anyway.
7422 (gdb-use-separate-io-buffer): Only restore window arrangement for
7423 gdb-many-windows.
7424 (gdb-enqueue-input): Make it harder to send GDB input when program
7425 is running.
7426 (gdb-buffer-list): New variable.
7427 (gdb-remove-mouse-face): New function.
7428 (gdb-starting): Use it when GDB input won't get sent.
7429
7430 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
7431
7432 * help.el (view-lossage): Remove trailing whitespace before
7433 inserting "\n".
7434
7435 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * files.el (hack-local-variables-confirm):
7438 Set coding-system-for-read to nil before writing to .emacs.
7439
7440 * arc-mode.el (archive-extract): Check if an existing buffer name
7441 comes from a different archive.
7442
7443 * help.el (describe-key-briefly): If KEY is a down event, read and
7444 discard the up event.
7445
7446 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
7447
7448 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
7449 be edited and use font-lock-warning-face for any changes.
7450
7451 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
7452 (gdb-edit-value): Use it to report any errors.
7453
7454 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * help.el (describe-key): Remove leftover test code.
7457
7458 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7459
7460 * textmodes/org.el: Move defvars out of eval-when-compile.
7461 Use buffer-file-name variable.
7462 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
7463 arg `file'.
7464 (org-level-faces): Remove startup dependency.
7465 (org-cycle, org-map-tree, org-scan-tags)
7466 (org-remember-handler): Don't call `outline-level' directly.
7467 (org-mhe-search-all-folders): New option.
7468 (org-mhe-get-message-folder-from-index)
7469 (org-mhe-get-message-folder): Fix indexing search.
7470 (org-format-agenda-item): Handle nil TAGS argument.
7471 (org-cleaned-string-for-export, org-activate-target-links)
7472 (org-make-target-link-regexp): Deal with empty radio target list.
7473 (org-tag): New face.
7474 (org-get-level-face): New function.
7475 (org-set-font-lock-defaults): Simplify setup for headlines.
7476 (org-complete): Pass common substring to `display-completion-list'.
7477
7478 2006-03-06 David Ponce <david@dponce.com>
7479
7480 * tree-widget.el: Update Commentary header.
7481 (tree-widget-theme-name): Ignore parent themes.
7482 (tree-widget-set-parent-theme): New function.
7483 (tree-widget-set-theme): Use it.
7484 (tree-widget-set-image-properties): Move definition. Does nothing
7485 if image properties have already been set.
7486 (tree-widget-image-properties): Move definition. Receive an image
7487 name. Set the :pointer property.
7488 (tree-widget-lookup-image): Doc fix. Search in parent themes.
7489 Don't set the :pointer image property.
7490 (tree-widget-convert-widget): New function. Handle :dynargs
7491 compatibility here.
7492 (tree-widget): Use it to :convert-widget. Add the :expander-p
7493 predicate to control when the :expander function is entered.
7494 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
7495 (tree-widget-value-create): Handle :expander-p. widget-apply
7496 :expander.
7497 (tree-widget-expander-p): New function. Default value of the
7498 :expander-p property.
7499
7500 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
7501
7502 * help.el (describe-key): Properly handle the return value of
7503 read-key-sequence when grabbing an up-event. Cleanup mouse-1
7504 remaps. Handle string and vector `follow-link' values.
7505
7506 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * complete.el (PC-expand-many-files): Try be more careful when parsing
7509 the shell's output.
7510
7511 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * outline.el (hide-sublevels): Provide better interactive default.
7514
7515 2006-03-06 Kenichi Handa <handa@m17n.org>
7516
7517 * international/fontset.el (create-fontset-from-fontset-spec):
7518 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
7519
7520 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
7521
7522 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
7523 backslashes instead of one in regexp.
7524 (gud-tooltip-dereference): Add missing optional argument.
7525
7526 2006-03-04 John Paul Wallington <jpw@pobox.com>
7527
7528 * wdired.el (toplevel): Require `cl' at compile-time.
7529
7530 2006-03-04 Andreas Schwab <schwab@suse.de>
7531
7532 * server.el (server-process-filter): Handle errors during
7533 evaluation of the argument.
7534
7535 2006-03-03 John Paul Wallington <jpw@pobox.com>
7536
7537 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
7538 escape parentheses at beginning of line.
7539 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
7540 (t-mouse-mode): Remove period from end of error message.
7541
7542 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
7543
7544 * textmodes/flyspell.el (flyspell-process-localwords):
7545 Be case-sensitive.
7546
7547 2006-03-03 Martin Rudalics <rudalics@gmx.at>
7548
7549 * cus-edit.el (custom-quote): Remove function, since it has been
7550 moved to custom.el.
7551
7552 * font-lock.el (lisp-font-lock-keywords-2)
7553 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
7554 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
7555 they have no special meaning.
7556
7557 * midnight.el (clean-buffer-list): Handle case where base-buffer of
7558 indirect buffer gets killed before indirect buffer. Use dolist.
7559
7560 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7561
7562 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
7563 value instead of a literal constant (1) on more pauses.
7564
7565 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7566
7567 * textmodes/flyspell.el (flyspell-external-point-words):
7568 Be case-sensitive.
7569
7570 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
7571
7572 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
7573 with "www".
7574
7575 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7576
7577 * allout.el: Restablish intermediate missing comment header to
7578 preserve outline structure.
7579 (allout-beginning-of-current-entry): Skip invisible text.
7580 (allout-open-topic): Fix opening a topic at end-of-buffer.
7581 (allout-minor-mode): Move nearer to allout-mode function.
7582
7583 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
7584
7585 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
7586
7587 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
7588
7589 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
7590 is nil.
7591
7592 * progmodes/gud.el (gud-speedbar-menu-items):
7593 Use buffer-local-value and add missing :visible keyword.
7594
7595 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
7596
7597 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7598
7599 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
7600 must be `follow-link'.
7601
7602 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
7603
7604 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
7605 formatting: No nested anchors.
7606 (org-all-targets): Fix bug with XEmacs compatibility.
7607 (org-read-date): Add (require 'parse-time).
7608 (org-set-tags): Fix bug with extra inserted space.
7609 (org-export-html-style): Define a style class for targets.
7610 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
7611 (org-hide-leading-stars): New option.
7612 (org-hide): New face.
7613 (org-set-font-lock-defaults): Allow to hide leading stars.
7614 (org-get-legal-level, org-tr-level): New functions.
7615 (org-odd-levels-only): New option.
7616 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
7617 (org-demote, org-promote): Deal with double-star levels.
7618 (org-convert-to-odd-levels): New command.
7619
7620 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
7621
7622 * speedbar.el (speedbar-update-localized-contents): Try to
7623 preserve window-start.
7624 (speedbar-update-directory-contents): Try to preserve window-start
7625 and window-point.
7626 (speedbar-update-special-contents): Don't move back to start of window.
7627
7628 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
7629 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
7630 speedbar-timer-fn.
7631 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
7632 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
7633 instead of gdb-speedbar-timer-fn.
7634
7635 2006-02-28 Jay Belanger <belanger@truman.edu>
7636
7637 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
7638 (math-compose-expr): Use latex option when calling
7639 `math-compose-tex-matrix' for latex mode.
7640
7641 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
7642
7643 * speedbar.el: Re-instate comments about developing for speedbar
7644 [this is what info and gdb-ui use even if better methods exist now].
7645
7646 * t-mouse.el: New file.
7647 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
7648 (t-mouse-lispy-buffer-posn-from-coords): Remove.
7649 (t-mouse-make-event-element): Use posn-at-x-y instead.
7650 (t-mouse-make-event): Deal with Fedora Core 3.
7651 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
7652 (t-mouse-mouse-position-function): New function. Use it instead
7653 of advising mouse-position.
7654 (t-mouse-mode): New minor mode.
7655 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
7656
7657 2006-02-27 Glenn Morris <rgm@gnu.org>
7658
7659 * calendar/calendar.el (calendar-holidays): Doc fix.
7660
7661 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
7662
7663 * progmodes/gdb-ui.el (gdb-source-window): New variable.
7664 Re-introduce the concept of a source window.
7665 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
7666 consistency with get-buffer-create.
7667 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7668 (gdb-data-list-register-values-handler)
7669 (gdb-stack-list-locals-handler): Try to preserve window-start as
7670 well as window-point.
7671 (gdb-display-source-buffer): New function (old concept).
7672 (gdb-goto-breakpoint): Use it.
7673
7674 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
7675 for gdb-ui/gdb-mi (old concept).
7676
7677 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
7678
7679 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
7680 binding.
7681
7682 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
7683
7684 * textmodes/reftex-sel.el (reftex-select-label-map)
7685 (reftex-select-bib-map): Add `follow-mouse' binding.
7686
7687 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7690 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
7691 Give :set functions to provide automatic updating.
7692 Update docstring. Give compiler defvars early in the file
7693 and move the defcustoms to a later spot where all called functions
7694 are defined.
7695 (jka-compr-file-name-handler-entry): Doc fix.
7696 (jka-compr-compression-info-list--internal)
7697 (jka-compr-mode-alist-additions--internal)
7698 (jka-compr-load-suffixes--internal): New variables.
7699 (jka-compr-install): Set the three above variables.
7700 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7701 (jka-compr-update, jka-compr-set): New functions.
7702 (auto-compression-mode): Doc fix.
7703
7704 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
7705 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7706 Use jka-compr-compression-info-list--internal,
7707 jka-compr-mode-alist-additions--internal and
7708 jka-compr-load-suffixes--internal.
7709
7710 * files.el (load-library):
7711 * loadhist.el (file-loadhist-lookup):
7712 * startup.el (command-line):
7713 * subr.el (locate-library):
7714 * emacs-lisp/autoload.el (update-directory-autoloads):
7715 * emacs-lisp/find-func.el (find-library-suffixes):
7716 Use `get-load-suffixes' instead of `load-suffixes'.
7717
7718 * subr.el (locate-library):
7719 * emacs-lisp/find-func.el (find-library-name):
7720 Use `load-file-rep-suffixes' instead of '("").
7721
7722 2006-02-26 Kim F. Storm <storm@cua.dk>
7723
7724 * ido.el (ido-save-history, ido-load-history): Simplify.
7725 Don't use find-file-noselect to avoid interference from other modes.
7726
7727 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
7728
7729 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
7730 to use the default shell if filename is not available.
7731 Reported by Giorgos Keramidas.
7732
7733 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
7734
7735 * progmodes/etags.el (tags-completion-table): Do completion from
7736 all the tables in the current list, as documented in the manual.
7737
7738 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7739
7740 * CC Mode Update to 5.31.3.
7741
7742 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7743
7744 * progmodes/cc-mode.el (c-postprocess-file-styles):
7745 Bind inhibit-read-only to t, around the call to
7746 c-remove-any-local-eval-or-mode-variables, so that it works on a
7747 RO file.
7748
7749 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7750
7751 * progmodes/cc-awk.el: Correct a typo.
7752
7753 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7754
7755 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
7756 c-hungry-delete-backwards, at the request of RMS. Leave the old
7757 name as an alias.
7758
7759 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7760
7761 * progmodes/cc-mode.el: Correct a typo.
7762
7763 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7764
7765 * progmodes/cc-defs.el: Update the version number to 5.31.3.
7766
7767 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7768
7769 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
7770 brace-else-brace (error due to mbeg, mend being undefined).
7771
7772 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7773
7774 * progmodes/cc-mode.el: File Local variables: Solve the problem
7775 where both `mode' and c-file-offsets are specified: `mode' will
7776 overwrite c-f-o's settings:
7777 (c-remove-any-local-eval-or-mode-variables): New function.
7778 (c-postprocess-file-styles): Call the above new function, within
7779 c-tentative-buffer-change, to splat `mode' and `eval' before the
7780 second hack-local-variables.
7781
7782 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7783
7784 * progmodes/cc-mode.el:
7785 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
7786 (c-after-change): Protect the match data with save-match-data.
7787 It was getting corrupted by c-after-change-check-<>-operators.
7788
7789 * cc-defs.el: [Supersedes patch V1.38]:
7790 (top level): Check for a buggy font-lock-compile-keywords ONLY in
7791 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
7792
7793 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
7794 with save-match-data. It was being corrupted when Font Lock was
7795 not enabled.
7796
7797 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7798
7799 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
7800 Mode and Subword Mode.
7801
7802 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
7803 real labels ("case 1:" or "foo:") from non-labels ("public:").
7804 (c-forward-objc-directive): Replace c-forward-token-2 with crude
7805 coding; c-f-t-2 doesn't move over a token at EOB.
7806
7807 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
7808
7809 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
7810 (c-update-modeline): Concatenate the minor mode indicators
7811 directly onto mode-name, removing c-submode-indicators.
7812 Sometimes, c-s-i got separated from the mode name on the mode line.
7813
7814 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
7815 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
7816
7817 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7818
7819 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
7820 error message when there's an evaluation error to show whether
7821 it's loaded from source or not.
7822 (c-filter-ops): Make it available at runtime too to work when
7823 `c-make-init-lang-vars-fun' needs to evaluate from source.
7824
7825 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
7826
7827 * help.el (help): Revert last part of 2006-02-23 change (deletion
7828 of the `provide' call).
7829
7830 2006-02-23 Juri Linkov <juri@jurta.org>
7831
7832 * compare-w.el (compare-windows-highlight): Add new value
7833 `persistent' and change :type from `boolean' to `choice'.
7834 (compare-windows-overlays1, compare-windows-overlays2):
7835 New internal variables.
7836 (compare-windows-highlight): If compare-windows-highlight is
7837 `persistent', add current overlays to compare-windows-overlays[12]
7838 instead of adding compare-windows-dehighlight to pre-command-hook.
7839 (compare-windows-dehighlight): Delete all overlays from
7840 compare-windows-overlays[12].
7841
7842 * info.el (Info-search): Don't bind search-spaces-regexp to
7843 Info-search-whitespace-regexp in non-regexp isearch mode.
7844
7845 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
7848
7849 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * textmodes/org.el (org-xemacs-p)
7852 (org-export-html-show-new-buffer, org-table-may-need-update)
7853 (org-insert-item, org-mhe-get-message-real-folder)
7854 (org-mhe-get-message-folder-from-index)
7855 (org-mhe-get-message-folder, org-mhe-get-message-num)
7856 (org-mhe-get-header, org-make-org-heading-search-string)
7857 (org-make-org-heading-camel, org-table-sort-lines)
7858 (org-format-org-table-html, org-format-table-table-html):
7859 Fix typos in docstrings.
7860
7861 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
7862
7863 * textmodes/org.el (org-cleaned-string-for-export)
7864 (org-solidify-link-text): New function.
7865 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
7866 XEmacs, just to silence the compiler.
7867 (org-export-as-ascii, org-export-as-html-and-open):
7868 Use `org-cleaned-string-for-export' and create internal links.
7869 (org-follow-mhe-link): Require mh-e, use folder.
7870
7871 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7872
7873 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
7874
7875 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
7876 gdb-debug-log-length.
7877 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
7878 it a real ring but...
7879 (gud-gdba-marker-filter): ...make it work like mark-ring.
7880 (gdb-enable-debug): Rename from gdb-enable-debug-log.
7881 (gdb-mouse-jump): New function. Add bindings.
7882
7883 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7884
7885 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
7886 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
7887 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
7888 (gdb-debug-log-length): Customize it's length.
7889 (gud-watch, gdb-var-create-handler): Display function::var format
7890 but don't use to create variable object.
7891 (gdb-var-create-handler): Use message-box in place of message.
7892 (gdb-stopped): Call gdb-exited if signalled.
7893
7894 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7895
7896 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
7897
7898 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
7899
7900 * textmodes/reftex.el (reftex-locate-file): Search all extensions
7901 if `reftex-try-all-extensions' is set.
7902
7903 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
7904 fail silently when there is no valid argument at point.
7905 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
7906 `fail-silently' argument. From a patch by David Reiter.
7907
7908 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
7909 New commands.
7910 (org-mark-ring): New variable.
7911 (org-mark-ring-length): New option.
7912 (org-open-at-point, org-goto, org-open-file): Push old position
7913 onto the mark ring.
7914 (org-add-hook): New function.
7915 (org-export-table-remove-special-lines): New option.
7916 (org-skip-comments, org-format-org-table-html): Respect new
7917 option `org-export-table-remove-special-lines'.
7918 (org-open-file): Allow special command configuration for
7919 directory link.
7920 (org-file-apps): Fix bugs in customize type, added setting
7921 for directories.
7922 (org-activate-tags, org-format-agenda-item, org-complete)
7923 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
7924 (org-get-tags, org-get-buffer-tags, org-open-at-point)
7925 (org-link-search, org-make-org-heading-search-string)
7926 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
7927 (org-radio-targets, org-file-link-context-use-camel-case)
7928 (org-activate-camels): New options.
7929 (org-update-radio-target-regexp, org-all-targets)
7930 (org-make-target-link-regexp, org-activate-target-links):
7931 New functions.
7932 (org-make-org-heading-search-string): New function.
7933 (org-store-link, org-insert-link): Use new option
7934 `org-file-link-context-use-camel-case'.
7935 (org-activate-camels): Use new option `org-activate-camels'.
7936 (org-link-regexp): Add mhe prefix.
7937 (org-open-at-point, org-store-link): Support for mhe links.
7938 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
7939 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
7940 (org-mhe-get-header, org-follow-mhe-link): New functions.
7941 (org-remove-angle-brackets, org-add-angle-brackets):
7942 New functions.
7943 (org-bracket-link-regexp): New constant.
7944 (org-read-date): Fix bug that was rejecting all typed dates.
7945 (org-link-search): Make hierarchy above visible after a match.
7946 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
7947 (org-store-link): Fix bug with link creation when cursor is in
7948 an empty line.
7949 (org-open-at-point): Fix bug with matching a link.
7950 Fixed buggy argument sequence in call to `org-view-tags'.
7951 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7952 (org-prefix-has-tag): New variable.
7953 (org-format-agenda-item): Remove tags from headline
7954 if appropriate.
7955 (org-agenda-remove-tags-when-in-prefix): New option.
7956
7957 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
7958
7959 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
7960 Fix the regular expressions.
7961
7962 2006-02-21 Richard M. Stallman <rms@gnu.org>
7963
7964 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
7965 if there's no other specific basis.
7966
7967 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
7968 as variables at all.
7969 (unsafep-variable): Rename arg; doc fix.
7970
7971 * abbrevlist.el (list-one-abbrev-table): Add autoload.
7972
7973 * calendar/appt.el (diary-selective-display): Add defvar.
7974
7975 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
7976
7977 * isearch.el (search-whitespace-regexp): Fix custom type.
7978
7979 * help.el (describe-key-briefly): Compute interactive args
7980 in same was as before previous change.
7981
7982 * files.el (enable-local-variables): Doc fix.
7983
7984 2006-02-21 Kim F. Storm <storm@cua.dk>
7985
7986 * fringe.el: Cleanup as file is now pre-loaded.
7987 (fringe-bitmaps): Initialize unconditionally.
7988 (fringe-mode, set-fringe-style): Remove autoload cookies.
7989
7990 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7991
7992 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
7993 `horizontal-bar'.
7994 (fringe-cursor-alist): Use `horizontal-bar'.
7995
7996 2006-02-20 Kim F. Storm <storm@cua.dk>
7997
7998 * fringe.el (fringe-bitmaps): Update to new bitmap names.
7999 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
8000
8001 * loadup.el: Load "fringe" on window systems.
8002
8003 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8004
8005 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
8006 out of scope components.
8007
8008 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
8009 default.
8010
8011 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * custom.el (customize-mark-to-save, customize-mark-as-set):
8014 Load the symbol first.
8015
8016 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
8019 strech spec so it doesn't display as "^J" on the header line
8020 when `Buffer-menu-use-header-line' is t.
8021
8022 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8023
8024 * speedbar.el (speedbar-make-button): Keep text properties
8025 of string arguments if desired.
8026
8027 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
8028 expessions.
8029
8030 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
8031 of speedbar.
8032
8033 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
8034
8035 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
8036 to value of `read-file-name-completion-ignore-case'.
8037
8038 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * custom.el (customize-mark-as-set): Push to `user' theme.
8041
8042 * cus-edit.el (custom-save-variables): Allow unthemed values.
8043 (customize-set-variable): Push setting to `user' theme.
8044
8045 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8046
8047 * progmodes/gud.el: Don't require font-lock as it's now
8048 automatically loaded.
8049 (gud-speedbar-buttons): Replace gdb-var-changed with
8050 gdb-force-update.
8051
8052 * progmodes/gdb-ui.el (gdb-force-update): Rename from
8053 gdb-var-changed.
8054 (gdb-post-prompt): Use it.
8055 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8056 (gdb-var-update-handler, gdb-var-delete)
8057 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
8058 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
8059 gdb-force-update in gdb-post-prompt.
8060 (gdb-reset): Clear watch expressions from speedbar when quitting.
8061
8062 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8063
8064 * viper-cmd.el (viper-insert-state-post-command-sentinel)
8065 (viper-change-state-to-vi, viper-change-state-to-emacs):
8066 Make aware of cursor coloring in the Emacs state.
8067 (viper-special-read-and-insert-char): Use read-char-exclusive.
8068 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
8069
8070 * viper-init.el (viper-emacs-state-cursor-color): New variable.
8071
8072 * viper-util.el (viper-save-cursor-color)
8073 (viper-get-saved-cursor-color-in-replace-mode)
8074 (viper-get-saved-cursor-color-in-insert-mode)
8075 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
8076 state.
8077 (viper-get-saved-cursor-color-in-emacs-mode): New function.
8078
8079 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
8080 (ediff-ignore-case-option3, ediff-actual-diff-options)
8081 (ediff-actual-diff3-options): New variables to control case sensitivity.
8082 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
8083 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
8084 (ediff-toggle-ignore-case): New function.
8085 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
8086
8087 * ediff-help.el (ediff-long-help-message-narrow2)
8088 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
8089 (ediff-long-help-message-word-mode): Add ignore-case command.
8090 (ediff-help-for-quick-help): Add ignore-case command.
8091
8092 * ediff-merg.el: Move provide to the end.
8093
8094 * ediff-ptch.el: Move provide to the end.
8095
8096 * ediff-wind.el: Move provide to the end.
8097
8098 * ediff-mult.el: Move provide to the end.
8099 (ediff-set-meta-overlay): Enable follow-link.
8100
8101 * ediff.el: Move provide to the end.
8102 Break recursive load cycle in eval-when-compile.
8103 (ediff-patch-buffer): Better heuristics.
8104
8105 * ediff-util.el: Move provide to the end.
8106 Break recursive load cycle in eval-when-compile.
8107 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
8108 defuns.
8109 (ediff-submit-report): Pass the values of ediff-diff3-program,
8110 ediff-diff3-options.
8111
8112 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
8113
8114 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
8115 the opening bracket of the following bracketing pairs: {}, [], (), <>,
8116 `' (for example, in the docstring of `windmove-default-keybindings').
8117
8118 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8119
8120 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
8121 shadow face. Don't provide binding to edit variable when it is
8122 out of scope.
8123
8124 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8125 (gdb-var-update-handler): Detect out of scope variables with pre
8126 GDB 6.4 too.
8127 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
8128 Reset status of variable objects to nil in update handlers.
8129 (gdb-var-update-handler-1): Detect when a variable object comes
8130 in scope. setcar on var changes gdb-var-list directly.
8131
8132 2006-02-17 Juri Linkov <juri@jurta.org>
8133
8134 * ffap.el (ffap) <defface>: Add explicit face declaration.
8135 (ffap-highlight): Use face `ffap' directly instead of checking
8136 for its existence.
8137
8138 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
8139 `visible-ok' of `other-buffer' to find the right original buffer.
8140
8141 * info.el (Info-search): Skip `Local Variables' node.
8142
8143 2006-02-17 Juri Linkov <juri@jurta.org>
8144
8145 * info.el (Info-find-file): Check for symbols `apropos', `history',
8146 `toc' in the input filename, and return these symbols as is.
8147 (Info-find-node-2): Set Info-current-file to symbols `apropos',
8148 `history', `toc' instead of strings.
8149 (Info-set-mode-line): For non-string Info-current-file use the
8150 symbol's name inside **.
8151 (Info-isearch-push-state): Add quote before Info-current-file and
8152 Info-current-node.
8153 (Info-isearch-pop-state): Use `equal' instead of `string='.
8154 (Info-extract-pointer, Info-following-node-name): Use
8155 `match-string-no-properties' instead of `match-string'.
8156 (Info-up): Check `old-file' for `stringp'.
8157 (Info-history): Use `equal' instead of `string-equal'.
8158 Check `file' for `stringp'.
8159 (Info-history): Use symbol `history' instead of string as first arg
8160 of `Info-find-node'.
8161 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
8162 `toc' instead of string.
8163 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
8164 instead of `buffer-substring', and `match-string-no-properties'
8165 instead of `match-string'.
8166 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
8167 instead of strings.
8168 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
8169 Use symbol `apropos' instead of string.
8170 (Info-copy-current-node-name): Check `Info-current-file' for
8171 `stringp' and construct a command with `Info-find-node' from it.
8172 (Info-fontify-node): Use `match-string-no-properties' instead of
8173 `match-string' and check file names for `stringp'.
8174 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
8175 `history', `toc' instead of strings.
8176
8177 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
8178
8179 * files.el: Rearrange functions and variables in the file local
8180 variables section.
8181
8182 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * files.el: Add truncate-lines, ispell-check-comments and
8185 ispell-local-dictionary as safe local variables.
8186
8187 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
8188
8189 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
8190 out of scope variables.
8191 (gud-speedbar-buttons): Use unless.
8192
8193 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
8194 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
8195 (gdb-show-changed-values): Also use for out of scope variables.
8196 (gdb-var-update-handler-1): Note if variable goes out of scope.
8197
8198 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
8199
8200 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
8201 default to global variable values for unsupplied args.
8202 (rcirc-get-buffer-create): Fix bug with setting the target.
8203 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
8204 test for rcirc-always-use-server-buffer-flag here.
8205 (rcirc-response-formats): Add %N, which is a facified nick. %n
8206 uses the default face. Change the ACTION format string. If the
8207 "nick" is the server, don't print anything for that field.
8208 Comment fixes.
8209 (rcirc-target-buffer): Don't test
8210 rcirc-always-use-server-buffer-flag here.
8211 (rcirc-print): Squeeze extra spaces out of the text before message.
8212 (rcirc-put-nick-channel): Strip potential "@" char from nick
8213 before adding them to nick table.
8214 (rcirc-url-regexp): Improve to match address like "foo.com".
8215
8216 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8217
8218 * allout.el (allout-hidden-p): Move this defsubst before
8219 allout-overlay-interior-modification-handler, where it is first
8220 used.
8221
8222 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
8223
8224 * allout.el: Use allout invisible-text overlays instead of
8225 selective display for concealed text. Also, lots of general
8226 cleanup, and improved compatibility code.
8227
8228 (allout-version) Incremented, corrected, revised, and refined
8229 module commentary.
8230
8231 (provide 'allout): Moved to the bottom, added a require of overlay.
8232
8233 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
8234 `except-current'.
8235 (allout-write-file-hook-handler): Minimize delay.
8236 (count-trailing-whitespace-region): New function so
8237 auto-encryption of current topic can resituate cursor exactly.
8238 PGP/GPG encryption trims trailing whitespace from lines, which
8239 must be accounted for across encryption then decryption.
8240
8241 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
8242 just plain "\C-c", to avoid intruding on user's keybinding space.
8243
8244 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
8245 parameter, so user request to provide a new password is done.
8246
8247 (allout-outside-normal-auto-fill-function, allout-auto-fill):
8248 Refined mechanism for auto-filling behavior while in allout mode.
8249
8250 (allout-mode): Explicitly specify the mode map in the docstring.
8251 Clarify provision for various write-file hook var names.
8252 Adjusted for invisible-text overlays instead of selective-display.
8253
8254 (allout-depth): Really return 0 if not within any topic. This
8255 rectifies `allout-beginning-of-level' and sequence numbering
8256 errors that occur when cutting and pasting numbered topics.
8257 Changed from a in-line subst to a regular function, as well.
8258
8259 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
8260
8261 (allout-end-of-subtree, allout-end-of-subtree)
8262 (allout-end-of-entry, allout-end-of-current-heading)
8263 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
8264 (allout-show-children, allout-show-to-offshoot)
8265 (allout-hide-current-entry, allout-show-current-entry): Rectified
8266 handling of trailing blank lines between items.
8267
8268 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
8269 (allout-current-depth, allout-unprotected, allout-hidden-p)
8270 (allout-on-current-heading-p, allout-listify-exposed)
8271 (allout-chart-subtree, allout-goto-prefix)
8272 (allout-back-to-current-heading, allout-get-body-text)
8273 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
8274 (allout-hide-region-body, allout-toggle-subtree-encryption)
8275 (allout-encrypt-string, allout-encrypted-key-info)
8276 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
8277 (allout-file-vars-section-data): Adjusted for use with
8278 invisible-text overlays instead of selective-display.
8279
8280 (allout-kill-line, allout-kill-topic, allout-yank-processing):
8281 Reworked for use with invisible text overlays.
8282
8283 (allout-current-topic-collapsed-p): New function.
8284
8285 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
8286 to know when to close the containing topic.
8287
8288 (allout-pre-command-business, allout-post-command-business):
8289 Simplify undo-batching and dynamic isearch exposure.
8290
8291 (allout-set-overlay-category): New for invisible-text overlays.
8292 Sets properties of allout-overlay-category, used by
8293 allout-flag-region to set invisible-text overlay properties.
8294 (allout-get-invisibility-overlay): Get the first qualifying
8295 invisibility overlay, so we can find the extent of it.
8296 (allout-back-to-visible-text): Get to just before the beginnining
8297 of the current invisibility overlay, if any.
8298
8299 (allout-overlay-insert-in-front-handler)
8300 (allout-overlay-interior-modification-handler)
8301 (allout-before-change-handler, allout-isearch-end-handler): New
8302 functions to handle extraordinary actions affecting concealed
8303 text.
8304
8305 (allout-flag-region): Use overlays instead of selective-display
8306 for invisible text - by inheritence from the properties of
8307 allout-overlay-category in mainline Emacs, and applied
8308 property-by-property in XEmacs, some recent versions of which
8309 don't inherit the properties from the category. Provisions to
8310 respond to concealed-text edits simplified drastically.
8311
8312 (allout-isearch-rectification, allout-isearch-was-font-lock)
8313 (allout-isearch-expose, allout-enwrap-isearch)
8314 (allout-isearch-abort, allout-pre-was-isearching)
8315 (allout-isearch-prior-pos, allout-isearch-did-quit)
8316 (allout-isearch-dynamic-expose)
8317 (allout-hide-current-entry-completely): Functions deleted.
8318
8319 (allout-undo-aggregation): Explicit undo aggregation no longer
8320 necessary due to transition away from selective-display.
8321
8322 (set-allout-regexp, allout-up-current-level)
8323 (allout-next-visible-heading, allout-forward-current-level)
8324 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
8325 (allout-kill-line, allout-yank-processing, allout-show-children)
8326 (allout-expose-topic, allout-old-expose-topic)
8327 (allout-listify-exposed, allout-insert-latex-header)
8328 (allout-toggle-subtree-encryption, allout-encrypt-string)
8329 (remove-from-invisibility-spec, allout-hide-current-subtree):
8330 Ditched unused variables.
8331
8332 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
8333
8334 * textmodes/ispell.el (ispell-change-dictionary): Call
8335 ispell-buffer-local-dict instead of
8336 ispell-accept-buffer-local-defs.
8337 (ispell-local-dictionary-alist): Accept as valid any coding-system
8338 supported by Emacs.
8339 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
8340 changed to iso-8859-3.
8341
8342 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * speedbar.el (speedbar-frame-width): Make an inline function
8345 instead of a macro. Use frame-width.
8346 (speedbar-try-completion, speedbar-update-contents)
8347 (speedbar-timer-fn): Use consp.
8348 (speedbar-update-localized-contents): Try to preserve point.
8349
8350 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
8351 (menu): Re-order menu items.
8352 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
8353 field.
8354 (gdb-var-update-handler-1): Use it for GDB 6.4+.
8355 (gdb-post-prompt): Speed things by not forcing update.
8356
8357 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * wid-edit.el (widget-button-click): For mouse-1, cancel button
8360 press and perform default action if we get a mouse movement event.
8361
8362 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
8363
8364 * calendar/icalendar.el (icalendar--get-event-property)
8365 (icalendar--get-event-property-attributes): Fix typos in
8366 docstrings.
8367
8368 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
8369 docstring.
8370
8371 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
8372
8373 * bs.el (bs-mode): Use `buffer-disable-undo'.
8374 (bs--get-file-name): Simplify.
8375 (bs-show-in-buffer): Mark the buffer as not modified.
8376
8377 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8378
8379 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
8380 widget-button-click.
8381
8382 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
8383 (custom-mode): Update docstring.
8384
8385 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
8386 binding.
8387
8388 * files.el (hack-local-variables-confirm): Allow scrolling if the
8389 file variable list is too long. Kill temp buffer after use.
8390
8391 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
8392
8393 * progmodes/gud.el (gdb): Improve doc string.
8394 (gdb-script-font-lock-keywords): Expand allowed character set.
8395
8396 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
8397 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
8398 (gdb-separate-io-interrupt, gdb-separate-io-quit)
8399 (gdb-separate-io-stop, gdb-separate-io-eof):
8400 Rename from gdb-inferior-* to gdb-separate-*.
8401 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
8402
8403 2006-02-14 Jay Belanger <belanger@truman.edu>
8404
8405 * calc/calc-arith.el (math-check-known-scalarp): Make sure
8406 expression is a symbol before checking that it is bound.
8407
8408 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
8409 test to see if equation can be solved.
8410
8411 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8412
8413 * wid-edit.el (widget-button-click): Use :pressed-face property
8414 for overlay face, if it exists.
8415
8416 * cus-edit.el (custom-manual, custom-add-see-also)
8417 (custom-add-parent-links, custom-group-link): Add :pressed-face
8418 property to links.
8419
8420 * files.el (hack-local-variables): Remove ignored variables before
8421 checking if any variables need setting.
8422
8423 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8424
8425 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
8426
8427 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8428
8429 * help.el (where-is): Fix message for remapped commands.
8430
8431 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
8432 Fix typos in docstrings.
8433
8434 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8435
8436 * files.el (safe-local-variable-values): New option.
8437 (hack-local-variables-prop-line): Return a list of variable-value
8438 pairs if MODE-ONLY is non-nil.
8439 (hack-local-variables): Construct list of variable-value pairs,
8440 and apply or reject them in one go. Ask for confirmation if
8441 variables are not known safe.
8442 (hack-local-variables-confirm): Complete rewrite. Support
8443 `safe-local-variable-values'.
8444 (enable-local-variables): Update docstring to reflect new
8445 behavior.
8446 (ignored-local-variables): Ignore ignored-local-variables and
8447 safe-local-variable-values.
8448 (safe-local-variable-p): New function.
8449 (risky-local-variable-p): `safe-local-variable' property check
8450 moved to safe-local-variable-p.
8451 (hack-one-local-variable): Checks moved to hack-local-variables.
8452
8453 (byte-compile-dynamic, c-basic-offset, c-file-style)
8454 (c-indent-level, comment-column, fill-column, fill-prefix)
8455 (indent-tabs-mode, kept-new-versions, no-byte-compile)
8456 (no-update-autoloads, outline-regexp, page-delimiter)
8457 (paragraph-start, paragraph-separate, sentence-end)
8458 (sentence-end-double-space tab-width, version-control):
8459 Add `safe-local-variable' property.
8460
8461 * find-lisp.el: Delete nonexistent `autocompile' file variable.
8462
8463 * icomplete.el, play/landmark.el: Change nonexistent
8464 `outline-layout' file variable to `allout-layout'.
8465
8466 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
8467
8468 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
8469 (gdb-get-changed-registers): Test value of gud-minor-mode relative
8470 to gud-comint-buffer.
8471 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
8472 gdb-ui.el for gdb-mi.el.
8473 (gdb-post-prompt, gdb-get-changed-registers): Move test for
8474 registers buffer to gdb-get-changed-registers.
8475 (gdb-breakpoint-regexp): New regexp. Allow toggling and
8476 deletion of catchpoints (throw and catch).
8477 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8478 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
8479 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
8480 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
8481 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
8482
8483 2006-02-13 Jay Belanger <belanger@truman.edu>
8484
8485 * calc/calc-arith.el (math-check-known-matrixp): Make sure
8486 expression is a symbol before checking that it is bound.
8487
8488 2006-02-13 Richard M. Stallman <rms@gnu.org>
8489
8490 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
8491 for the minibuffer too, but not if resize-mini-windows will interfere.
8492
8493 * help.el (describe-key-briefly, describe-key): Do all arg-reading
8494 inside `interactive' spec.
8495 (describe-key-briefly-internal, describe-key-internal):
8496 Functions merged back into their callers.
8497
8498 2006-02-13 Martin Rudalics <rudalics@gmx.at>
8499
8500 * info.el (info-xref-visited): Inherit from info-xref too.
8501 (Info-set-mode-line): Replace occurrences of `%' by `%%'
8502 when propertizing Info-current-file and Info-current-node.
8503
8504 2006-02-13 Juri Linkov <juri@jurta.org>
8505
8506 * tumme.el (tumme-thumbnail-storage): Fix docstring.
8507 (tumme-thumb-name): Fix per-directory format.
8508
8509 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
8510
8511 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
8512
8513 2006-02-12 Miles Bader <miles@gnu.org>
8514
8515 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
8516
8517 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
8518
8519 * tumme.el: Remove history section. If someone needs the it, it
8520 can always be found in CVS.
8521
8522 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8523
8524 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
8525 about the Thumbnail Managing Standard option.
8526
8527 2006-02-12 Richard M. Stallman <rms@gnu.org>
8528
8529 * subr.el (substitute-key-definition): Doc fix.
8530
8531 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
8532
8533 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
8534
8535 * info.el (Info-mode): Doc fix.
8536
8537 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
8538
8539 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
8542 because on Solaris a POSIX compatible "id" is needed. Reported by
8543 Magnus Henoch <mange@freemail.hu>.
8544
8545 2006-02-12 Juri Linkov <juri@jurta.org>
8546
8547 * tumme.el: Remove todo item about Thumbnail Managing Standard.
8548 (tumme) <defgroup>: Change :group to `multimedia'.
8549 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
8550 Managing Standard.
8551 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
8552 Fix dostring.
8553 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
8554 and %y. Fix docstring.
8555 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
8556 (tumme-cmd-create-standard-thumbnail-command): New user options.
8557 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
8558 is `standard'. Fix docstring.
8559 (tumme-thumb-width, tumme-thumb-height): New user options.
8560 (tumme-external-viewer): Try to find various viewers.
8561 (tumme-get-thumbnail-image): Use `create-image' instead of
8562 constructing the `image' structure.
8563 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
8564 `standard'.
8565 (tumme-thumb-name): Add file name generation for standard storage.
8566 Simplify code for other storages.
8567 (tumme-thumb-name): Use width %w and height %h instead of size %s.
8568 Add modification time %m and thumbnail-nq8 %q.
8569 Use `tumme-cmd-create-standard-thumbnail-command' if
8570 tumme-thumbnail-storage is `standard'.
8571 (tumme-dired-insert-marked-thumbs): New autoload command.
8572 (tumme-dired-after-readin-hook): New function.
8573 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
8574 `tumme-thumb-size'.
8575 (tumme-display-image): Replace size-x %x and size-y %y with
8576 width %w and height %h.
8577
8578 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
8579 `tumme-dired-insert-marked-thumbs'.
8580
8581 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8582
8583 * tumme.el (tumme-write-tag): Fix small bug (file name did not
8584 include path).
8585 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
8586 matching tag.
8587
8588 2006-02-12 Miles Bader <miles@gnu.org>
8589
8590 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
8591 New variables.
8592 (rcirc-abbrev-nick): New function.
8593 (rcirc-format-response-string): Rewrite to use the formats in
8594 `rcirc-response-formats' and expand escape sequences therein.
8595 A text-property `rcirc-text' is added over the actual response
8596 text to make easy to find inside the returned string.
8597 (rcirc-print): When filling, just look for the `rcirc-text'
8598 text-property to find the appropriate fill prefix, instead of
8599 using hardwired patterns.
8600
8601 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8602
8603 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
8604 Managing Standard.
8605
8606 2006-02-11 Kim F. Storm <storm@cua.dk>
8607
8608 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
8609 Don't use insert-buffer; do insert-buffer-substring directly.
8610 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
8611
8612 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8613
8614 * files.el (revert-buffer, recover-file): Replace buffer-read-only
8615 with inhibit-read-only. Suggested by Stefan Monnier.
8616 (revert-buffer): Let insert-file-contents discard
8617 buffer-undo-list. Simplify code.
8618 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
8619
8620 2006-02-11 Eli Zaretskii <eliz@gnu.org>
8621
8622 * menu-bar.el (menu-bar-select-yank): Add a doc string.
8623
8624 * help.el (describe-key-briefly): Now a wrapper for
8625 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8626 to t. Populate yank-menu if empty.
8627 (describe-key-briefly-internal): Renamed from describe-key-briefly.
8628 (describe-key): Now a wrapper for describe-key-internal. Bind
8629 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
8630 (describe-key-internal): Renamed from describe-key.
8631
8632 2006-02-11 Milan Zamazal <pdm@zamazal.org>
8633
8634 * progmodes/glasses.el (glasses-separator): Doc fix.
8635 (glasses-original-separator): New defcustom.
8636 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
8637
8638 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8639
8640 * mwheel.el (mouse-wheel-up-event): Doc fix.
8641
8642 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8643
8644 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
8645 (tumme-dir): New function. Copied from thumbs.el.
8646
8647 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
8648
8649 * desktop.el (desktop-outvar): Fix typo.
8650 (desktop-save-buffer-p): Doc fix.
8651
8652 * subr.el (substitute-key-definition): Fix typo.
8653
8654 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8655
8656 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
8657 when window-system is mac.
8658
8659 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
8660
8661 2006-02-10 Kim F. Storm <storm@cua.dk>
8662
8663 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
8664 indirect-function instead of using condition-case.
8665
8666 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
8667
8668 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
8669 less `colloquial'...
8670
8671 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
8672
8673 * tumme.el: Add a couple of todo items.
8674
8675 2006-02-09 Lars Hansen <larsh@soem.dk>
8676
8677 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
8678 (highlight-changes-mode): Don't change desktop-locals-to-save.
8679
8680 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
8681
8682 * image-mode.el (image-toggle-display): Clear image cache if using
8683 filename.
8684
8685 2006-02-09 Masatake YAMATO <jet@gyve.org>
8686
8687 * dired-x.el (dired-guess-shell-alist-default): Add .man as
8688 a `dired-man' target.
8689
8690 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
8691 boundary of symbols.
8692
8693 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
8694
8695 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
8696
8697 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
8698
8699 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
8700 `mapcar'; return nil.
8701
8702 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
8703
8704 * mouse.el (mouse-drag-track): Don't change window if we rebind to
8705 some other event.
8706
8707 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
8708
8709 * net/rcirc.el (rcirc-startup-channels-alist):
8710 Add irc.freenode.net and #emacs as defaults.
8711 (rcirc-ignore-all-activity-flag): Remove variable.
8712 (rcirc-authinfo): New variable.
8713 (rcirc-authinfo-filename): Remove variable.
8714 (rcirc-always-use-server-buffer-flag): New flag.
8715 (rcirc): M-x rcirc will automatically connect without prompting.
8716 C-u M-x rcirc will prompt. Use rcirc-connect to create a
8717 connection in lisp.
8718 (rcirc-process-server-response-1): Remove everything but the nick
8719 portion of the sender so it doesn't need to be done everywhere
8720 else. Update related code.
8721 (global-map): Remove global keybindings.
8722 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
8723 (rcirc-send-input): Split into several functions.
8724 (rcirc-process-input-line, rcirc-process-message)
8725 (rcirc-process-command): New functions.
8726 (rcirc-target-buffer): New function to determine where to route
8727 messages.
8728 (rcirc-user-nick): Save match data.
8729 (rcirc-toggle-ignore-buffer-activity)
8730 (rcirc-update-activity-string): Remove global ignore functionality,
8731 which can be done now by toggling rcirc-track-minor-mode.
8732 (rcirc-track-minor-mode-map): New keymap.
8733 (rcirc-track-minor-mode): New minor-mode.
8734 (ignore): Make the ignore output nicer. Always print it when
8735 adding or removing nicks.
8736 (rcirc-url-regexp): Improve.
8737 (rcirc-mangle-text): Remove properties before using text in the
8738 modeline.
8739 (rcirc-authenticate): Authentication data comes from
8740 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
8741 (rcirc-server-prefix): Inherit from rcirc-server.
8742
8743 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
8744
8745 * Makefile.in (compile): Append "|| true" to the end of the `find'
8746 command, like compile-always does.
8747
8748 2006-02-08 Sam Steingold <sds@gnu.org>
8749
8750 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
8751 output from a dead connection.
8752
8753 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8754
8755 * dired.el (dired-mode-map): Add more bindings for tumme.
8756
8757 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * wdired.el (wdired-mode-map): Use remap.
8760 (wdired-get-filename): Massage.
8761 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
8762 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
8763 `keymap' property rather than `local-map'.
8764
8765 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8766
8767 * tumme.el (tumme-get-thumbnail-image): New utility function.
8768 Suggested by from Chong Yidong.
8769 (tumme-dired-with-window-configuration): Rename from
8770 `tumme-dired'. Add code to save window configuration.
8771 (tumme-restore-window-configuration): New command to restore the
8772 window configuration that `tumme-dired-with-window-configuration'
8773 saves before it changes the window configuration.
8774 (tumme-show-all-from-dir): New command to display thumbnails for
8775 all files in a directory entered by the user, like M-x thumbs.
8776 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
8777 have been created.
8778 (tumme-display-thumbnail-original-image): Call `display-buffer'.
8779 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
8780 Remove obsolete test function.
8781
8782 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
8783
8784 * vc.el (small-temporary-file-directory): Remove defvar; there's
8785 a defcustom for it in files.el.
8786
8787 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
8788 Fix typo in message.
8789 (tumme-gallery-generate): Fix typo in `error' message.
8790 (tumme-display-window-height-correction)
8791 (tumme-display-window-width-correction, tumme-line-up-dynamic)
8792 (tumme-line-up-interactive): Dox fixes.
8793 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
8794 (tumme-restore-window-configuration, tumme-format-properties-string)
8795 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
8796 Fix typos in docstrings.
8797
8798 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
8799
8800 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
8801
8802 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
8803
8804 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
8805 User should use hook if desired.
8806
8807 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
8808 buffer if necessary.
8809 (gdb-delete-frame-or-window): New function.
8810 (gdb-breakpoints-mode-map): Bind "q" to it.
8811
8812 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * textmodes/nroff-mode.el: Clean up name space.
8815 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
8816 (nroff-mode): Obey the global setting of nroff-electric-mode.
8817 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
8818
8819 * calendar/calendar.el (calendar-increment-month): Typo in last change.
8820
8821 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
8822
8823 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
8824
8825 2006-02-06 Lars Hansen <larsh@soem.dk>
8826
8827 * generic-x.el (etc-fstab-generic-mode): Add file system types
8828 cifs and usbdevfs. Allow special chars in file names.
8829
8830 2006-02-05 Jay Belanger <belanger@truman.edu>
8831
8832 Update copyright notices of the files in lisp/calc.
8833
8834 2006-02-05 Romain Francoise <romain@orebokech.com>
8835
8836 Update copyright notices of all files in the lisp/play directory.
8837
8838 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
8839
8840 * ldefs-boot.el: Regenerate.
8841
8842 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
8843
8844 2006-02-05 Kim F. Storm <storm@cua.dk>
8845
8846 * files.el (magic-mode-regexp-match-limit): New defvar.
8847 (set-auto-mode): Use it to limit magic-mode-alist matching.
8848
8849 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
8850
8851 * simple.el (display-message-or-buffer): Compare the number of
8852 characters to the frame width when determining whether a 1-line
8853 message string will fit in the echo area. Count screen lines
8854 instead of buffer lines when determining whether a multi-line
8855 message will fit in the echo area/minibuffer window.
8856
8857 2006-02-04 Eli Zaretskii <eliz@gnu.org>
8858
8859 * info.el (Info-index, Info-mode): Improve the description of the
8860 `i' command.
8861
8862 * ldefs-boot.el: Regenerate.
8863
8864 2006-02-03 Werner Lemberg <wl@gnu.org>
8865
8866 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
8867 greedy to find the closing bracket in \*[...] and similar
8868 expressions. This is a first rough fix -- many additional
8869 refinements are necessary to make nroff mode really usable with groff.
8870
8871 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
8872
8873 * international/mule-cmds.el (set-locale-environment):
8874 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
8875 libX11.
8876
8877 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8878
8879 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
8880 archive are created in archive-tmpdir.
8881
8882 2006-02-02 John Paul Wallington <jpw@pobox.com>
8883
8884 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
8885 (ibuffer-fontification-alist): Use it.
8886 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
8887 to "* z" and the Ibuffer Mark menu.
8888
8889 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
8890
8891 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * textmodes/table.el (*table--cell-describe-mode)
8894 (*table--cell-describe-bindings): Undo last change since
8895 print-help-return-message is not obsoleted by anything at all.
8896
8897 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
8898
8899 * emulation/cua-base.el (cua-mode): Doc fix.
8900
8901 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
8902
8903 * dframe.el (dframe-handle-make-frame-visible)
8904 (dframe-handle-iconify-frame, dframe-get-focus)
8905 (dframe-select-attached-frame, dframe-power-click)
8906 (dframe-frame-mode): Fix typos in docstrings.
8907
8908 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
8909 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
8910 Fix typos in docstrings.
8911
8912 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
8913 (hi-lock-face-buffer, hi-lock-font-lock-hook)
8914 (hi-lock-archaic-interface-message-used)
8915 (hi-lock-file-patterns-range): Fix typos in docstrings.
8916
8917 * savehist.el (savehist-loaded, savehist-load, savehist-install)
8918 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
8919
8920 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
8921 Fix typo in docstring.
8922
8923 * net/newsticker.el (newsticker--decode-iso8601-date)
8924 (newsticker--set-customvar, newsticker--buffer-insert-item)
8925 (newsticker--do-run-auto-mark-filter)
8926 (newsticker--parse-generic-feed): Doc fixes.
8927 (newsticker--retrieval-timer-list, newsticker-url-list)
8928 (newsticker-hide-immortal-items-in-echo-area)
8929 (newsticker-hide-obsolete-items-in-echo-area)
8930 (newsticker-new-item-face, newsticker--enclosure)
8931 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
8932 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
8933 (newsticker--parse-generic-feed, newsticker--cache-contains)
8934 (newsticker--stat-num-items, newsticker-download-enclosures):
8935 Fix typos in docstrings.
8936
8937 * net/rcirc.el (rcirc-debug): Doc fix.
8938 (rcirc-fill-column, rcirc-receive-message-hooks)
8939 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
8940 (rcirc-mode, rcirc-generate-new-buffer-name)
8941 (rcirc-startup-channels, rcirc-ignore-update-automatic)
8942 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
8943 Fix typos in docstrings.
8944 (rcirc-print): "?\ " -> "?\s".
8945 (rcirc-cmd-join): Improve argument/docstring consistency.
8946
8947 2006-02-01 Mark A. Hershberger <mah@everybody.org>
8948
8949 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
8950 before narrow-to-region.
8951
8952 2006-02-01 Richard M. Stallman <rms@gnu.org>
8953
8954 * simple.el (move-beginning-of-line): Scan properly for invis change.
8955
8956 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
8957
8958 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
8959
8960 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
8961 change bit only when id-format is 'integer. Reported by Matt
8962 Hodges <M.P.Hodges@rl.ac.uk>.
8963
8964 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
8965
8966 * hilit-chg.el (highlight-changes-initial-state)
8967 (highlight-changes-global-initial-state): Doc fixes.
8968 (highlight-changes-global-modes, global-highlight-changes):
8969 Fix typos in docstrings.
8970
8971 2006-02-01 Kim F. Storm <storm@cua.dk>
8972
8973 * emulation/cua-base.el (cua-mode): Mention that CUA enables
8974 transient-mark-mode in doc string.
8975
8976 2006-01-31 Richard M. Stallman <rms@gnu.org>
8977
8978 * replace.el (multi-occur): Doc fix.
8979 (multi-occur-in-matching-buffers): Rename from
8980 multi-occur-by-filename-regexp. Prefix arg says match
8981 buffer names instead of file names.
8982
8983 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
8984
8985 * bs.el: Allow non-default values of `bs-header-lines-length'.
8986 (bs--running-in-xemacs): Remove (not needed anymore).
8987 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
8988 instead of `shrink-window', thus avoiding having to compute the
8989 height of the window.
8990 (bs--up): Wrap around even when there's no header.
8991 (bs--down): Use `forward-line' instead of `next-line'.
8992
8993 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
8994
8995 * image-mode.el (image-toggle-display): Use file name if possible,
8996 instead of unnecessarily allocating a (possibly huge) lisp string.
8997
8998 2006-01-30 John Paul Wallington <jpw@pobox.com>
8999
9000 * subr.el (toplevel): Define `cl-assertion-failed' condition here
9001 because the `assert' macro signals it at runtime.
9002
9003 * emacs-lisp/cl.el (toplevel): Remove definition of
9004 `cl-assertion-failed' condition.
9005
9006 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
9007
9008 * thumbs.el (thumbs-marked-list): Make buffer-local and
9009 permanent-local.
9010 (thumbs-insert-thumb): Make help-echo non-sticky.
9011 (thumbs-file-alist): Use eolp as check for (non)-image.
9012
9013 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9014
9015 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
9016 (ediff-before-session-group-setup-hooks)
9017 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
9018 Fix typos in docstrings.
9019
9020 * window.el (bw-dir, bw-eqdir, balance-windows)
9021 (split-window-keep-point): Fix typos in docstrings.
9022
9023 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
9024 (org-quote-string, org-calendar-to-agenda-key)
9025 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
9026 (org-show-following-heading, org-tags-column)
9027 (org-use-tag-inheritance, org, org-allow-space-in-links)
9028 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9029 (org-enable-table-editor, org-calc-default-modes)
9030 (org-table-allow-automatic-line-recalculation)
9031 (org-export-html-style, org-export-with-fixed-width)
9032 (org-export-with-sub-superscripts, org-special-keyword)
9033 (org-formula, org-time-grid, org-table-may-need-update)
9034 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
9035 (org-goto-quit, org-get-indentation, org-end-of-item)
9036 (org-move-item-down, org-move-item-up)
9037 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
9038 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
9039 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
9040 (org-agenda-log-mode, org-agenda-toggle-diary)
9041 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
9042 (org-agenda-file-to-end, org-agenda-no-heading-message)
9043 (org-agenda-get-closed, org-format-agenda-item)
9044 (org-cmp-priority, org-cmp-category, org-cmp-time)
9045 (org-agenda-change-all-lines, org-agenda-diary-entry)
9046 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
9047 (org-link-search, org-camel-to-words, org-open-file)
9048 (org-remember-handler, org-table-convert-region)
9049 (org-table-move-row-down, org-table-move-row-up)
9050 (org-table-copy-region, org-table-wrap-region)
9051 (org-table-toggle-vline-visibility)
9052 (org-table-get-vertical-vector, org-table-modify-formulas)
9053 (org-table-get-specials, org-recalc-commands)
9054 (org-table-rotate-recalc-marks, org-table-eval-formula)
9055 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
9056 (org-level-color-stars-only, org-insert-heading):
9057 Fix typos in docstrings.
9058 (last-arg): Add defvar.
9059
9060 * makefile.w32-in (WINS): Add erc.
9061 (MH_E_SRC): Update (copied from lisp/Makefile.in).
9062
9063 2006-01-29 Bill Wohler <wohler@newt.com>
9064
9065 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
9066 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
9067 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
9068 (mh-autoloads): Don't use comments on otherwise empty lines.
9069
9070 2006-01-29 Edward O'Connor <ted@oconnor.cx>
9071
9072 * emulation/viper.el (viper-major-mode-modifier-list): Add
9073 insert-state and vi-state entries for erc-mode.
9074 (viper-go-away, viper-set-hooks): Add and remove
9075 viper-comint-mode-hook from erc-mode-hook as appropriate.
9076
9077 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
9078
9079 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
9080
9081 * bs.el (bs--format-aux): Implement `middle' alignment as
9082 described in the docstring for `bs-attributes-list'.
9083 (bs--get-name): Simplify. Don't pad the buffer name.
9084
9085 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
9086
9087 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
9088 English aspell dictionary is installed, use the first entry of
9089 ispell-dictionary-alist-1.
9090
9091 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
9092
9093 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9094 Doc fix.
9095
9096 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
9097
9098 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9099 for `process-file', in order to let it work for older Emacsen too.
9100
9101 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9102
9103 * international/latexenc.el: Add a suitable `coding:' tag.
9104 (latexenc-find-file-coding-system): Undo last change.
9105
9106 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9107
9108 * international/latexenc.el (latexenc-find-file-coding-system):
9109 Make sure latexenc-main-file is a regular file and is readable.
9110
9111 2006-01-27 Andre Spiegel <spiegel@gnu.org>
9112
9113 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
9114 Pass FILE to vc-user-login-name.
9115
9116 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
9117
9118 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
9119
9120 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
9121 there are no more images to display.
9122 (thumbs-mark, thumbs-unmark): Revert change so that they move to
9123 the next image.
9124
9125 2006-01-26 Richard M. Stallman <rms@gnu.org>
9126
9127 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
9128
9129 * wid-edit.el (advertised-widget-backward): New alias.
9130 (widget-keymap): Use advertised-widget-backward for S-TAB.
9131
9132 * tumme.el: Correct the keywords.
9133 (tumme-dir-max-size): Use defvar.
9134 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
9135
9136 * simple.el (move-beginning-of-line): Take account of fields.
9137 (clone-indirect-buffer-other-window): Take args like
9138 clone-indirect-buffer, and work like it.
9139
9140 * help-fns.el (describe-function): Don't pass `nil' as default.
9141
9142 * files.el (risky-local-variable-p): Follow var aliases.
9143
9144 * subr.el (lazy-completion-table): Doc fix.
9145
9146 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
9147 global binding of `line'.
9148
9149 2006-01-25 Andre Spiegel <spiegel@gnu.org>
9150
9151 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
9152 Tramp.
9153
9154 * vc.el (vc-default-dired-state-info): Pass FILE to
9155 vc-user-login-name.
9156 (vc-default-update-changelog): Don't use vc-user-login-name, we
9157 don't need it here.
9158
9159 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
9160 no longer necessary.
9161
9162 2006-01-25 Kenichi Handa <handa@m17n.org>
9163
9164 * international/mule.el (decode-char): Avoid the overhead of
9165 calling utf-lookup-subst-table-for-decode if
9166 utf-translate-cjk-mode is nil.
9167 (encode-char): Avoid the overhead of calling
9168 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
9169 nil.
9170
9171 2006-01-22 Kenichi Handa <handa@m17n.org>
9172
9173 * international/mule.el (make-subsidiary-coding-system): Reset
9174 `coding-system-define-form' property of subsidiaries to nil.
9175 Avoid duplicated entry in coding-system-alist.
9176 (make-coding-system): Avoid duplicated entry in
9177 coding-system-alist.
9178 (define-coding-system-alias): Likewise.
9179
9180 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
9181
9182 * completion.el: Minor fixes in introductory comment.
9183 (completion-def-wrapper): Fix alist.
9184
9185 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
9186
9187 * thumbs.el (thumbs-new-image-size): New function.
9188 (thumbs-increment-image-size-element)
9189 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
9190 (thumbs-decrement-image-size): Delete.
9191 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
9192 temp files and use to resize.
9193 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
9194 Use increment argument to enlarge/shrink. Preserve point.
9195 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
9196 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
9197 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
9198 (thumbs-mark, thumbs-unmark): Preserve point.
9199 (thumbs-modify-image): Keep old temp files and use to modify.
9200 Cleanup old temp files at load time. Preserve point.
9201 (thumbs-view-image-mode-map): Use new command names.
9202
9203 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * log-view.el (log-view-minor-wrap): First rev is the one at point.
9206
9207 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
9208 the nastiest part of the cyclic dependency.
9209 (cal-menu-update): Use dotimes and calendar-increment-month.
9210
9211 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
9212 (calendar-week-start-day): Add an :initializer.
9213 (calendar-mode-map): Use suppress-keymap, and command remapping.
9214 (describe-calendar-mode): Setup xref-stack info for the back button.
9215 (calendar-star-date): Insert before delete.
9216 (calendar-set-mode-line): Add file-modified info if applicable.
9217 (calendar-increment-month): New function.
9218
9219 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
9220
9221 * font-lock.el (lisp-font-lock-keywords-2):
9222 Recognize "& keywords" only at word boundaries.
9223
9224 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
9225
9226 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
9227 and permanent-local.
9228 (thumbs-max-image-number): New variable.
9229 (thumbs-do-thumbs-insertion): Use them.
9230 (thumbs-per-line): Change default to 4.
9231 (thumbs-marked-list): Rename from thumbs-markedL.
9232 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
9233 (thumbs-rename-images): Use -list instead of L for internal variables.
9234 (thumbs-call-convert): Use call-process instead of shell-command.
9235 (thumbs-insert-thumb): Add filename as help-echo to each image.
9236 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
9237 Give dir to thumbs-show-thumbs-list.
9238 (thumbs-show-thumbs-list): Set default-directory to that of images.
9239 (thumbs-dired-show): Rename from thumbs-dired-show-all.
9240 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
9241 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
9242 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
9243
9244 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9245
9246 * ses.el (ses-read-cell): Provide a default value.
9247
9248 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
9249
9250 * term/w32-win.el (image-library-alist): Add additional names for
9251 GIF library.
9252
9253 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9254
9255 * international/latexenc.el (latexenc-find-file-coding-system):
9256 Add file-regular-p check.
9257
9258 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * simple.el (clone-buffer): Don't show the new buffer in the same
9261 window.
9262
9263 2006-01-23 Juri Linkov <juri@jurta.org>
9264
9265 * faces.el (link, link-visited): New faces based on default values
9266 of `info-xref' and `info-xref-visited'.
9267
9268 * info.el (info-xref): Inherit from `link'.
9269 (info-xref-visited): Inherit from `link-visited'.
9270
9271 * cus-edit.el (custom-buffer-create-internal): Use widget type
9272 `custom-manual' instead of `info-link' and don't set properties
9273 `button-face' and `mouse-face' explicitly.
9274 (custom-browse-group-tag, custom-browse-variable-tag)
9275 (custom-browse-face-tag): Inherit from widget class
9276 `custom-group-link' instead of `push-button'.
9277 (custom-button-unraised): Inherit from `underline' face.
9278 (custom-link): Inherit from `link' face. Fix doc and group.
9279 (custom-add-parent-links, custom-group-value-create): Don't set
9280 properties `button-face' and `mouse-face' explicitly for
9281 `custom-group-link' widget.
9282 (custom-group-link): Add properties `button-face' and `mouse-face'
9283 to widget definition.
9284 (custom-field-keymap): New variable. Put `custom-field-keymap' to
9285 editable-field's :keymap property.
9286 (custom-mode): Fix docstring: substitute keybindings for
9287 `widget-forward' and `widget-backward' from `widget-keymap',
9288 `widget-complete' from `custom-field-keymap', replace old
9289 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
9290
9291 * desktop.el (desktop-load-file): Check for `fboundp' before
9292 calling `symbol-function'.
9293
9294 * simple.el (clone-buffer, clone-indirect-buffer)
9295 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
9296 `read-string'. Fix prompts.
9297
9298 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
9299
9300 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
9301
9302 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
9303
9304 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
9305
9306 * startup.el (inhibit-splash-screen, initial-scratch-message):
9307 Doc fixes.
9308
9309 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9310
9311 Sync with Tramp 2.0.52.
9312
9313 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
9314 net/tramp-vc.el: Add code for unloading Tramp. See comment before
9315 `tramp-unload-tramp' for checklist.
9316
9317 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
9318 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
9319 (tramp-unload-file-name-handler-alist)
9320 (tramp-unload-tramp): New defuns.
9321 (tramp-advice-PC-expand-many-files): New defadvice.
9322 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
9323 removed.
9324 (tramp-handle-expand-file-name): Remove double slash.
9325 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
9326 It doesn't matter, because it will be converted later on.
9327 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
9328 implementation was just heuristic.
9329 (tramp-post-connection): Set uid and gid properties.
9330 (tramp-convert-file-attributes): Set file's gid change bit.
9331 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
9332 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
9333 in case of su(do)? methods. The home directory of the local user
9334 will be taken else.
9335 (tramp-open-connection-telnet)
9336 (tramp-open-connection-rsh, tramp-open-connection-su)
9337 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
9338 local shell prompt could hurt. Reported by Romain Francoise
9339 <romain@orebokech.com>.
9340 (tramp-let-maybe): Add `edebug-form-spec' property.
9341 (tramp-handle-expand-file-name): Bind `default-directory' locally
9342 to "/" in order to avoid problems with UNC shares or Cygwin
9343 mounts.
9344 (tramp-md5-function): Fix typo in error message.
9345
9346 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
9347
9348 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
9349 for byte-compiler pacification.
9350
9351 2006-01-22 Andre Spiegel <spiegel@gnu.org>
9352
9353 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
9354 ID-FORMAT `string'. This allows us to get rid of
9355 `vc-user-login-name UID'.
9356
9357 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
9358
9359 2006-01-22 John Paul Wallington <jpw@pobox.com>
9360
9361 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
9362
9363 2006-01-21 Martin Rudalics <rudalics@gmx.at>
9364
9365 * emacs-lisp/find-func.el (find-definition-noselect)
9366 (find-variable-noselect): Search variables in C source code too.
9367 (find-function-C-source, find-function-noselect, find-function)
9368 (find-function-other-frame, find-variable-noselect, find-variable)
9369 (find-variable-other-frame, find-variable-at-point):
9370 Fix docstrings.
9371
9372 2006-01-21 Francesco Potorti` <pot@gnu.org>
9373
9374 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
9375
9376 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
9377
9378 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
9379 Default to disabling the "Save affix" question.
9380
9381 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
9382
9383 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
9384 the first arg to run-python.
9385
9386 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9387
9388 * startup.el (command-line-1): Handle --no-desktop if desktop.el
9389 is not loaded.
9390
9391 2006-01-20 Jay Belanger <belanger@truman.edu>
9392
9393 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
9394 limit is 0.
9395
9396 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
9397 the correct variable.
9398
9399 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
9400
9401 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
9402 link. Fixed buggy argument sequence in call to `org-view-tags'.
9403 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9404 (org-prefix-has-tag): New variable.
9405 (org-format-agenda-item): Remove tags from headline if
9406 appropriate.
9407 (org-agenda-remove-tags-when-in-prefix): New option.
9408 (org-get-tags-at): New function.
9409
9410 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
9411
9412 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
9413 (thumbs-find-image): Move image name and number from buffer name
9414 to mode name. Set thumbs-buffer. Preserve point so that large
9415 images remain visible.
9416 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
9417 order.
9418 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
9419 mode name.
9420 (thumbs-next-image, thumbs-previous-image): Make them work.
9421
9422 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
9423
9424 * cus-edit.el (custom-buffer-create-internal): State in the text above
9425 the whole buffer buttons that they do not operate on hidden items.
9426 (custom-face-menu): Use `custom-face-save' instead of
9427 `custom-face-save-command'.
9428 (custom-face-save-command): Make it an alias for `custom-face-save'
9429 and declare it obsolete.
9430 (custom-face-save): Doc fix.
9431
9432 * dired.el (dired-no-confirm): Add quote.
9433 (dired-subdir-alist-pre-R): Add quote in
9434 `make-variable-buffer-local' form and remove unbalanced parenthesis.
9435
9436 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * textmodes/table.el (table-mode-indicator): Typo in last change.
9439
9440 2006-01-19 Richard M. Stallman <rms@gnu.org>
9441
9442 * outline.el (hide-leaves): Don't call outline-end-of-heading.
9443 Fixes bug reported in Nov 2005.
9444
9445 * isearch.el (isearch-forward): Doc fix.
9446
9447 * dired.el (dired-move-to-filename-regexp): Define as alias.
9448 (dired-no-confirm): Use defcustom.
9449 (dired-subdir-alist-pre-R): Put defvar at top level.
9450
9451 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
9452
9453 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9454 Mark as risky.
9455
9456 * simple.el (set-mark-command): Doc fix.
9457 (clone-indirect-buffer-other-window):
9458 Read arg like clone-indirect-buffer.
9459 (move-beginning-of-line): Skip invisible newlines.
9460
9461 2006-01-19 Masatake YAMATO <jet@gyve.org>
9462
9463 * progmodes/cpp.el (cpp-edit-load): Make the order of
9464 listed conditions in a base C code buffer and its associate
9465 CPP Edit buffer the same.
9466
9467 2006-01-19 Kenichi Handa <handa@m17n.org>
9468
9469 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
9470 (rmail-mime-feature): Likewise.
9471 (rmail-require-mime-maybe): Use display-warning to show a warning
9472 message.
9473
9474 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
9475 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
9476
9477 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * array.el: Move defvars out of eval-when-compile.
9480 (array-make-template): Replace undeclared global var with a local one.
9481 (array-mode): Inline initialization functions.
9482 (array-init-local-variables, array-init-max-row)
9483 (array-init-max-column, array-init-columns-per-line)
9484 (array-init-field-width, array-init-rows-numbered)
9485 (array-init-line-length, array-init-lines-per-row): Remove.
9486
9487 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
9488 (doc-mode-map): Define explicitly.
9489 (doctor-txtype): Use mapc.
9490
9491 * textmodes/table.el: Move defvars out of eval-when-compile.
9492 Remove harmful code meant to avoid byte-compiler warnings.
9493 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
9494 specification that checks table-fixed-width-mode directly.
9495 (table-recognize-region, table-recognize-cell):
9496 Use restore-buffer-modified-p.
9497 (table-fixed-width-mode): Remove code that refreshes
9498 table-fixed-mode-indicator.
9499 (*table--cell-describe-bindings, *table--cell-describe-mode):
9500 Avoid obsolete name print-help-return-message.
9501 (table--test-cell-list): Don't use replace-regexp from elisp.
9502 (table--point-entered-cell-function, table--point-left-cell-function):
9503 Don't set table-fixed-mode-indicator, use force-mode-line-update.
9504
9505 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
9506 that was after the end of file. Use buffer-file-name variable.
9507 (org-timestamp-change): Use with-current-buffer.
9508 (org-todo-list): Don't unnecessarily define a new buffer-local var.
9509 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
9510 `file'.
9511
9512 * progmodes/fortran.el: Move defvars out of eval-when-compile.
9513 (fortran-break-line): Remove unused var `opoint'.
9514 (fortran-abbrev-start): Obey help-event-list.
9515
9516 2006-01-18 Jesper Harder <harder@phys.au.dk>
9517
9518 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
9519
9520 2006-01-18 Masatake YAMATO <jet@gyve.org>
9521
9522 * progmodes/make-mode.el (makefile-imake-mode): New mode
9523 derived from makefile-mode.
9524 (makefile-imake-mode-syntax-table): New syntax table
9525 derived from makefile-mode-syntax-table.
9526 (makefile-mode): Write about makefile-imake-mode in doc string.
9527 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
9528 (makefile-imake-font-lock-keywords): New font lock keywords.
9529
9530 * files.el (auto-mode-alist): Add Imakefile.
9531
9532 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
9533
9534 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
9535 loading the file rather than when turning on flyspell-mode.
9536
9537 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
9538
9539 * cus-edit.el (customize-rogue): Minor doc fix.
9540
9541 2006-01-17 Juri Linkov <juri@jurta.org>
9542
9543 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
9544 instead of the file at the mark as default if the file at the mark
9545 is the same as the file at point or if dired-dwim-target-directory
9546 is not the same as the current directory and the mark is not active.
9547
9548 * log-view.el (log-view-minor-wrap): Use the same logic to get
9549 revisions as `log-view-diff'.
9550
9551 * info.el (Info-revert-find-node): Check for Info-current-file
9552 before preserving new-history.
9553
9554 * man.el (Man-heading-regexp): Add `/'.
9555
9556 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
9557 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
9558
9559 2006-01-16 Juri Linkov <juri@jurta.org>
9560
9561 * faces.el (mode-line-faces): New defgroup.
9562 (mode-line-highlight): Move definition after new defgroup.
9563 (mode-line, mode-line-inactive, mode-line-highlight):
9564 Replace :group `modeline' with `mode-line-faces'.
9565 (mode-line-buffer-id): New face.
9566 (modeline-buffer-id): New face alias.
9567 (vertical-border): Remove :group `modeline'.
9568
9569 * bindings.el (propertized-buffer-identification): Use face
9570 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
9571 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
9572 (mode-line-buffer-identification-keymap): For mouse-1 replace
9573 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
9574 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
9575 mouse-3.
9576
9577 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
9578 Buffer-menu-buffer. Doc fix.
9579 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
9580 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
9581 `Buffer-menu-buffer'.
9582
9583 * info.el (Info-mode-line-node-keymap): New defvar.
9584 (Info-set-mode-line): Use `stringp' to check Info-current-file.
9585 Propertize Info-current-node with `mode-line-buffer-id' and
9586 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
9587
9588 * time.el (display-time-mail-face): Replace :group `faces' with
9589 `mode-line-faces'.
9590
9591 2006-01-16 Kenichi Handa <handa@m17n.org>
9592
9593 * international/code-pages.el: Add autoload cookies for cp125[0345678].
9594
9595 * language/european.el (cp1252): New alias for windows-1252.
9596
9597 * international/mule.el (autoload-coding-system): Prepare for EOL
9598 variants.
9599
9600 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
9601
9602 * term.el (term-raw-map): Add mapping for insert.
9603 (term-send-insert): New.
9604 (term-mode): Make variables local here instead of doing it in
9605 `term-emulate-terminal'.
9606 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
9607 Scroll reverse needs to take into account the scroll region.
9608 Saving and restoring the cursor should save the color attributes too.
9609 (term-reset-terminal): Reset the scroll region.
9610 (term-handle-ansi-escape): Cursor up and down should take into
9611 account the scroll region.
9612 (term-set-scroll-region): Rename from `term-scroll-region'.
9613 Move to 0,0 after setting the region.
9614 (term-handle-scroll): Handle scroll up.
9615 (term-down): Fix off by one error.
9616 (term-delete-lines): Do not delete outside the scroll region.
9617 (term-insert-lines): Take into account the scroll region.
9618
9619 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * textmodes/ispell.el (ispell-internal-change-dictionary)
9622 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
9623 (start, end): Move declaration outside of eval-when-compile.
9624
9625 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
9626 (flyspell-mode-on): Use it.
9627
9628 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
9629 ispell-kill-ispell-hook.
9630
9631 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
9632
9633 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9634 (Custom-reset-saved): Do not ask for confirmation in single option
9635 buffers.
9636
9637 2006-01-13 Richard M. Stallman <rms@gnu.org>
9638
9639 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
9640
9641 2006-01-13 Romain Francoise <romain@orebokech.com>
9642
9643 * add-log.el (add-change-log-entry, change-log-merge):
9644 Conditionally use `hard-newline'.
9645
9646 2006-01-13 Martin Rudalics <rudalics@gmx.at>
9647
9648 * wid-edit.el (widget-field-end): If the overlay is no longer
9649 associated with a buffer, behave as if the overlay didn't exist.
9650
9651 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
9652 Make sure the links use the `custom-link' face.
9653
9654 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
9657 (ld-script-mode): Don't set indent-line-function since we don't
9658 have one.
9659
9660 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9661
9662 * textmodes/org.el (org-open-file): Use mailcap for selecting an
9663 application.
9664 (org-file-apps-defaults-gnu): Use mailcap as the default for
9665 selecting an application on a UNIX system.
9666 (org-agenda-show-tags): New command.
9667 (org-table-insert-hline): Keep cursor in current table line.
9668 (org-table-convert): Offset effect of modifying
9669 `org-table-insert-hline'.
9670 (org-format-agenda-item): New optional argument TAG.
9671 (org-compile-prefix-format): Handle %T format for the tag.
9672 (org-expand-wide-chars): New function.
9673 (org-table-insert-row, org-table-insert-hline):
9674 Use `org-expand-wide-chars'.
9675 (org-open-file): Fix bug in program launch.
9676 (org-get-time-of-day): Fix bug with times before 1am.
9677 (org-agenda-menu): Add tags commands.
9678
9679 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
9680
9681 * textmodes/ispell.el (ispell-init-process): Include the used
9682 dictionary in ispell process start message.
9683 (ispell-internal-change-dictionary): When flyspell-mode is active
9684 and dictionary is changed, make sure ispell process is restarted
9685 and flyspell word cache cleared out for the current buffer.
9686 (ispell-change-dictionary): Make sure flyspell word cache is
9687 cleared out in all buffers with active flyspell mode when
9688 dictionary is globally changed.
9689 Call ispell-internal-change-dictionary after dictionary change.
9690
9691 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9692
9693 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9694
9695 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
9696 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
9697 years. Fix small differences wrt Makefile.in.
9698 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
9699 Makefile.in does.
9700
9701 2006-01-12 Bill Wohler <wohler@newt.com>
9702
9703 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
9704 mh-search.el.
9705
9706 2006-01-12 Masatake YAMATO <jet@gyve.org>
9707
9708 * progmodes/ld-script.el: Update copyright year.
9709
9710 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
9711
9712 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
9713 Don't add widget if setting undefined.
9714
9715 2006-01-12 John Paul Wallington <jpw@pobox.com>
9716
9717 * help-fns.el (describe-variable): Remove newlines from void
9718 variable output.
9719
9720 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
9721
9722 * wdired.el (wdired-mode-map): Add help echo for
9723 wdired-abort-changes.
9724
9725 * man.el (Man-file-name-regexp): Adjust for a list of files.
9726
9727 2006-01-12 Masatake YAMATO <jet@gyve.org>
9728
9729 * progmodes/ld-script.el (auto-mode-alist): Support
9730 suffix conventions used in netbsd and eCos.
9731
9732 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
9735 (custom-variable-menu, custom-face-menu, custom-group-menu)
9736 (Custom-mode-menu): Change names of menu items. (As discussed on
9737 emacs-devel.)
9738 (custom-face-menu): Add "Undo Edits" item.
9739
9740 * startup.el (init-file-user): defcustom -> defvar.
9741
9742 * tooltip.el (tooltip-mode): Doc fix.
9743
9744 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * reveal.el (reveal-post-command): window-buffer signals an error on
9747 dead windows rather than returning nil.
9748 (reveal-open-new-overlays): An overlay might die while we open others.
9749
9750 2006-01-11 Bill Wohler <wohler@newt.com>
9751
9752 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
9753 phrasing in docstring.
9754
9755 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
9756 can give some systems gas. Add new file mh-buffers.el.
9757
9758 2006-01-06 Masatake YAMATO <jet@gyve.org>
9759
9760 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
9761 C preprocessor forward ported from GNU Emacs 21.2.
9762
9763 * progmodes/asm-mode.el (asm-font-lock-keywords):
9764 Use `cpp-font-lock-keywords'.
9765
9766 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
9767
9768 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
9769 of $ for "\\.ld[s]?".
9770
9771 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
9774 (tcl-indent-line): Return `noindent' if inside a string.
9775
9776 * progmodes/flymake.el (flymake-split-string): Remove more than one
9777 empty string at beg/end of the result.
9778 (flymake-find-buildfile, flymake-find-possible-master-files):
9779 Use expand-file-name.
9780 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
9781 since expand-file-name does it for us. Use directory-file-name.
9782 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
9783 (flymake-ler-get-type, flymake-ler-get-text)
9784 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
9785 (flymake-current-line-no): Remove spurious interactive spec.
9786 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
9787 (flymake-check-include): Remove arg inc-path merged into inc-name.
9788 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
9789 Arg regexp-list replaced by a simple regexp.
9790 (flymake-master-make-header-init, flymake-master-tex-init):
9791 Correspondingly replace regexp-list with a regexp. Fix regexp.
9792
9793 2006-01-10 Simon Josefsson <jas@extundo.com>
9794
9795 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
9796 describing AUTH PLAIN fix.
9797
9798 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9799
9800 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
9801 (report-emacs-bug): Don't record initial prompt text.
9802 Instead, add text properties to prompting text.
9803 (report-emacs-bug-hook): Delete prompting text.
9804
9805 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9806
9807 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
9808 `dirs'. Adjust callers.
9809
9810 2006-01-09 John Paul Wallington <jpw@gnu.org>
9811
9812 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
9813
9814 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * reveal.el (reveal-open-new-overlays): New extracted fun.
9817 (reveal-close-old-overlays): Idem. Check overlays's liveness before
9818 using them. Simplify the code.
9819 (reveal-post-command): Use them. Fix up obsolete windows in
9820 reveal-open-spots.
9821
9822 * progmodes/flymake.el: Use `require' rather than autoload for
9823 XEmacs's overlays.
9824 (flymake-get-common-file-prefix, flymake-build-relative-filename):
9825 Delete. Use file-relative-name instead.
9826 (flymake-get-syntax-check-program-args, flymake-perl-init):
9827 Simplify the resulting code.
9828
9829 * log-view.el (log-view-file-re, log-view-message-re): Add support
9830 for DaRCS output.
9831
9832 2006-01-09 Alex Schroeder <alex@gnu.org>
9833
9834 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
9835 identifiers sometimes added in square brackets at the beginning of
9836 subject lines.
9837
9838 2006-01-07 Richard M. Stallman <rms@gnu.org>
9839
9840 * cus-edit.el (Custom-set, Custom-save): Doc fix.
9841 (Custom-reset-current, Custom-reset-saved): Change question text.
9842 (Custom-reset-standard): Likewise.
9843 (custom-variable-reset-saved): Doc fix.
9844
9845 2006-01-07 Eli Zaretskii <eliz@gnu.org>
9846
9847 * startup.el (init-file-user): Doc fix.
9848
9849 2006-01-07 Alex Schroeder <alex@gnu.org>
9850
9851 * mail/rmail.el (rmail-current-subject): New function.
9852 (rmail-current-subject-regexp): New function.
9853 (rmail-next-same-subject): Use it.
9854
9855 * mail/rmailsum.el (rmail-summary-by-topic):
9856 Use rmail-current-subject and rmail-current-subject-regexp.
9857 (rmail-summary-next-same-subject): Ditto.
9858
9859 * net/rcirc.el (rcirc-send-input): No longer check whether the
9860 process is open, since not all commands need an open process.
9861 (rcirc-send-string): Check whether the process is open before
9862 sending anything.
9863 (rcirc-ignore-list): New option.
9864 (rcirc-ignore-list-automatic): New variable.
9865 (rcirc-print): Take rcirc-ignore-list into account.
9866 (rcirc-cmd-ignore): New command.
9867 (rcirc-ignore-update-automatic): New function.
9868 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
9869 list if ignored nicks.
9870 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
9871
9872 2006-01-06 David Reitter <david.reitter@gmail.com>
9873
9874 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
9875 reflect the address to which the report will be sent.
9876
9877 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9878
9879 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
9880 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
9881
9882 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
9883
9884 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
9885
9886 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
9887 the doc string: "functoin" => "function".
9888 * ldefs-boot.el: Likewise.
9889
9890 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
9891 message text: "Duplicat" => "Duplicate".
9892
9893 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
9894
9895 * files.el (basic-save-buffer-2): If backing-up failed, reset
9896 buffer-backed-up to nil.
9897
9898 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
9899
9900 * progmodes/gud.el (gdb-script-skip-to-head)
9901 (gdb-script-calculate-indentation): Indent for breakpoint command
9902 lists also.
9903
9904 2006-01-05 Bill Wohler <wohler@newt.com>
9905
9906 * Makefile.in (compile-always): Add mh-autoloads dependency.
9907 (bootstrap): Remove mh-autoloads dependency, as compile dependency
9908 provides it.
9909 (updates): Remove mh-autoloads dependency, since it probably has
9910 already run recently (via recompile).
9911
9912 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
9915 argument `force' to disable the flyspell-last-buffer optimization.
9916 (flyspell-mode-on): Use it.
9917
9918 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
9919 flymake-simple-cleanup.
9920 (flymake-allowed-file-name-masks): Use this new default.
9921 All the functions are now called in the right buffer rather than
9922 passing the buffer as argument.
9923 (flymake-process-sentinel): Switch to buffer before calling cleanup.
9924 (flymake-parse-err-lines): Remove redundant buffer arg.
9925 (flymake-get-program-dir): Comment out unused function.
9926 (flymake-start-syntax-check, flymake-start-syntax-check-process):
9927 Remove redundant buffer argument.
9928 (flymake-get-real-file-name, flymake-simple-java-cleanup)
9929 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
9930
9931 2006-01-05 Richard M. Stallman <rms@gnu.org>
9932
9933 * info.el (Info-find-node): Don't record previous node if have none.
9934 (info): Go to directory only if history is empty.
9935
9936 * simple.el (mark): Doc fix.
9937
9938 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9939
9940 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
9941 already of desired type.
9942 (mac-ae-list): Coerce parameter to "list" type.
9943 (mac-dispatch-apple-event): Replace cadr part of event with a
9944 dummy position so that event-start returns it.
9945
9946 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9947
9948 * textmodes/org.el (org-end-of-subtree): New function.
9949 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
9950 Use `org-end-of-subtree'.
9951 (org-agenda, org-agenda-convert-date): Protect calls to
9952 `fit-window-to-buffer'.
9953 (org-tags-view): Force matching of sublevels when doing a
9954 todo-only search. Define the correct redo command, including the
9955 arguments.
9956 (org-agenda-redo): Display message.
9957 (org-check-for-org-mode): New function.
9958 (org-agenda-type): New variable.
9959 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9960 Set `org-agenda-type'.
9961 (org-agenda-check-type): New function.
9962 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9963 (org-agenda-week-view, org-agenda-day-view)
9964 (org-agenda-next-date-line, org-agenda-previous-date-line)
9965 (org-agenda-log-mode, org-agenda-toggle-diary)
9966 (org-agenda-toggle-time-grid, org-agenda-date-later)
9967 (org-agenda-date-prompt, org-agenda-diary-entry)
9968 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
9969 (org-agenda-convert-date, org-agenda-menu):
9970 Use `org-agenda-check-type'.
9971 (org-make-overlay, org-delete-overlay)
9972 (org-detatch-overlay, org-move-overlay, org-overlay-put):
9973 New compatibility functions.
9974 (org-calendar-select-mouse): New command.
9975
9976 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
9977
9978 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
9979 (Custom-reset-standard): Fix y-or-n-p messages.
9980 (custom-link): New face for links.
9981 (custom-buffer-create-internal, custom-manual): Use it.
9982 (custom-face-save): Push to theme-face before setting face spec.
9983
9984 * wid-edit.el (widget-default-mouse-face-get): New function.
9985 (widget-specify-button): Handle mouse-face like button-face.
9986
9987 * custom.el (load-theme): Clear old theme settings if reloading.
9988
9989 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
9990
9991 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
9992 "Erase Customization" button back to same position it occupies in
9993 the individual State menus.
9994
9995 2006-01-04 Kim F. Storm <storm@cua.dk>
9996
9997 * wid-edit.el (key-sequence): Rework widget to read key binding
9998 using `kbd' syntax. Use C-q to insert literal key, event, or code.
9999 (widget-key-sequence-default-value): Default value for empty sequence.
10000 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
10001 (widget-key-sequence-read-event): New command for C-q.
10002 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
10003 (widget-key-sequence-value-to-external): New functions.
10004
10005 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
10008 Use expand-file-name.
10009 (flymake-delete-temp-directory): Use expand-file-name,
10010 file-name-directory, and directory-file-name.
10011 (flymake-strrchr): Delete.
10012 (flymake-start-syntax-check): Don't pass the redundant buffer argument
10013 to the init-f function.
10014 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
10015 (flymake-init-find-buildfile-dir)
10016 (flymake-init-create-temp-source-and-master-buffer-copy)
10017 (flymake-simple-make-init-impl, flymake-simple-make-init)
10018 (flymake-master-make-init, flymake-master-make-header-init)
10019 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
10020 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
10021 (flymake-xml-init): Remove corresponding redundant buffer argument.
10022 (flymake-allowed-file-name-masks): Remove last elems that are equal to
10023 the default anyway. Clean up regexps.
10024
10025 * progmodes/flymake.el (flymake-temp-source-file-name)
10026 (flymake-master-file-name, flymake-temp-master-file-name)
10027 (flymake-base-dir): New buffer-local vars.
10028 (flymake-buffer-data, flymake-get-buffer-value)
10029 (flymake-set-buffer-value): Replace those hash-tables by the new
10030 buffer-local vars. Update callers.
10031
10032 * progmodes/flymake.el (flymake-check-start-time)
10033 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
10034 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
10035 Move definition, so we can remove redundant earlier declaration.
10036 (flymake-replace-regexp-in-string, flymake-split-string)
10037 (flymake-get-temp-dir): Use defalias.
10038 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
10039 (flymake-xemacs-window-edges): Remove unused function.
10040 (flymake-get-point-pixel-pos): Move.
10041 (flymake-pid-to-names, flymake-reg-names)
10042 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
10043 Replace by a simple list flymake-processes and by process-buffer.
10044 Update callers. Other than simplify the code, it uses buffers rather
10045 than buffer-names so it doesn't get confused by uniquify.
10046 (flymake-buffer-data): The global value should just be nil.
10047
10048 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
10049 Optimize the body of a defalias like any other code.
10050
10051 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
10052 Make sure we've setup font-lock's vars. It may influence which
10053 function we then call.
10054 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
10055 here since it's too late anyway.
10056
10057 2006-01-03 Romain Francoise <romain@orebokech.com>
10058
10059 * startup.el (fancy-splash-tail, normal-splash-screen):
10060 Update copyright year.
10061
10062 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
10063
10064 * mouse.el (mouse-drag-track): Rename, from
10065 `mouse-drag-region-1'. Includes optional argument required to
10066 enable post-drag event processing (e.g. delete region keys).
10067 Can be used without this argument to track a mouse region and operate
10068 on it as soon as the drag completes.
10069 (mouse-drag-region): Use `mouse-drag-track'.
10070
10071 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
10072
10073 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
10074 Move to `custom-buffer' group.
10075
10076 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
10077 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
10078 (custom-theme-insert-face-marker, custom-theme-variable-menu)
10079 (custom-theme-face-menu): New variables.
10080 (custom-theme-add-variable, custom-theme-variable-action)
10081 (custom-variable-reset-theme, custom-theme-delete-variable)
10082 (custom-face-reset-theme, custom-theme-face-action)
10083 (custom-theme-delete-face, custom-theme-merge-theme)
10084 (custom-theme-add-face, custom-theme-visit-theme): New functions.
10085
10086 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
10087
10088 * custom.el: Move Custom Themes commentary to start of theme code.
10089 (custom-known-themes): Rename `standard' theme to `changed'.
10090 (custom-push-theme): Caller no longer specifies what theme to use
10091 when doing `reset'---the setting is simply removed from the theme.
10092 Delete MODE from `theme-value' and `theme-settings' properties.
10093 (custom-declare-theme): Ignore &rest args since we don't use them.
10094
10095 (custom-loaded-themes): Delete variable.
10096 (custom-theme-load-themes, custom-theme-loaded-p)
10097 (custom-theme-value): Delete functions.
10098
10099 (custom-declare-theme): Signal error on invalid theme names.
10100 (provide-theme): custom-loaded-themes was deleted.
10101 (load-theme): Load the file unconditionally.
10102 (enable-theme): Call `load-theme' if theme is undefined.
10103 (custom-enabled-themes): Only update value for successful loads.
10104 (disable-theme): Complete from enabled themes when interactive.
10105 (custom-variable-theme-value): Calculate theme value directly.
10106
10107 (custom-theme-reset-variables, custom-reset-variables): Mark as
10108 XEmacs compatibility functions. We don't actually use these.
10109
10110 * cus-edit.el (custom-variable-state-set):
10111 Use custom-variable-theme-value instead of custom-theme-value.
10112 (custom-face-state-set): Rename `standard' theme to `changed'.
10113 (custom-save-variables, custom-save-faces): Delete unneeded
10114 references to custom-reset-variables.
10115 (custom-save-resets): Delete function.
10116 (custom-save-variables, custom-save-faces): MODE argument deleted.
10117 (custom-save-variables, custom-save-faces): Ignore theme values.
10118
10119 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
10120 compatibility function.
10121
10122 2006-01-01 Richard M. Stallman <rms@gnu.org>
10123
10124 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
10125 (Custom-reset-current, Custom-reset-saved): Likewise.
10126 (Custom-reset-standard): Show message if aborted.
10127 (custom-mode): Doc fix, describing those commands.
10128
10129 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
10130 put on event-kind property.
10131
10132 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
10133
10134 * custom.el (provide-theme): Ban `user' theme name.
10135 (custom-enabling-themes): New variable.
10136 (enable-theme): Don't enable user if custom-enabling-themes is t.
10137 (custom-enabled-themes): Make it a defcustom.
10138 (custom-theme-recalc-face): No-op if face is undefined.
10139
10140 * cus-edit.el (custom-button-mouse): New variable.
10141 (custom-button-mouse): New face.
10142 (custom-raised-buttons, custom-mode): Use it.
10143
10144 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
10145
10146 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10147
10148 * progmodes/gud.el (gud-display-line): Support hl-line in the
10149 source buffer.
10150
10151 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10152
10153 * mouse.el (mouse-drag-window-above): Verify that the found window
10154 overlaps with the given window in the horizontal dimension.
10155
10156 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10157
10158 * Makefile.in (cvs-update): New target.
10159
10160 * makefile.w32-in (cvs-update): Ditto.
10161
10162 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
10163
10164 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
10165 (custom-new-theme-mode-map): New variable.
10166
10167 2005-12-30 Richard M. Stallman <rms@gnu.org>
10168
10169 * custom.el (custom-load-themes): Function deleted.
10170
10171 * cus-edit.el (custom-save-loaded-themes): Function deleted.
10172 (custom-save-variables): Don't delete or add custom-load-themes call.
10173
10174 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * cus-start.el: Add `visible-cursor'.
10177
10178 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
10179 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
10180 (flymake-process-filter): Switch to buffer before calling it instead.
10181 (flymake-post-syntax-check, flymake-highlight-err-lines)
10182 (flymake-delete-own-overlays, flymake-parse-err-lines)
10183 (flymake-start-syntax-check, flymake-start-syntax-check-process)
10184 (flymake-count-lines, flymake-parse-residual):
10185 Remove constant buffer argument.
10186 (flymake-start-syntax-check-for-current-buffer): Remove.
10187 Update callers to use flymake-start-syntax-check instead.
10188 (flymake-display-err-menu-for-current-line):
10189 Remove unused var `mouse-pos'.
10190 (flymake-restore-formatting): Comment out unused function.
10191 (flymake-report-status, flymake-report-fatal-status): Remove buffer
10192 argument, use current-buffer instead. Update callers.
10193
10194 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10195
10196 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
10197 buffer-local because choose-completion-delete-max-match requires
10198 that we set completion-ignore-case (i.e., binding via let is not
10199 sufficient).
10200 (bibtex-complete): Always set completion-ignore-case and
10201 choose-completion-string-functions. The latter is needed because
10202 choose-completion-string-functions keeps its value if we quit the
10203 *Completions* buffer without requesting a completion.
10204
10205 2005-12-30 Andreas Schwab <schwab@suse.de>
10206
10207 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
10208
10209 2005-12-30 Eli Zaretskii <eliz@gnu.org>
10210
10211 * jit-lock.el (jit-lock-chunk-size): Doc fix.
10212
10213 2005-12-30 Juri Linkov <juri@jurta.org>
10214
10215 * locate.el (locate-fcodes-file, locate-header-face)
10216 * progmodes/delphi.el (delphi-other-face)
10217 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
10218
10219 * paren.el (show-paren-match, show-paren-mismatch): Use existing
10220 group `paren-showing-faces'.
10221
10222 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
10223 (goto-address): Fix docstring.
10224
10225 * net/webjump.el (webjump-sample-sites): Update URLs.
10226
10227 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
10228
10229 * subr.el (cancel-change-group): Add listp around pending-undo-list.
10230
10231 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * font-lock.el (font-lock-compile-keywords): Signal an error when
10234 font-lock-set-defaults hasn't been called.
10235
10236 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
10237
10238 * subr.el (noreturn, 1value): Doc fixes.
10239
10240 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10241
10242 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
10243 that assoc-string returns nil.
10244
10245 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10246
10247 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
10248 (bibtex-entry-type-str, bibtex-empty-field-re)
10249 (bibtex-search-backward-string, bibtex-preamble-prefix)
10250 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
10251 (bibtex-any-valid-entry-type): New variable.
10252 (bibtex-parse-field-name): Simplify.
10253 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
10254 (bibtex-preamble-prefix): Include left delimiter.
10255 (bibtex-search-forward-field, bibtex-search-backward-field):
10256 Allow unbounded search past entry boundaries (required by bibtex-pop).
10257 (bibtex-text-in-field-bounds): Use push.
10258 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
10259 (bibtex-parse-preamble, bibtex-valid-entry)
10260 (bibtex-beginning-first-field): New functions.
10261 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
10262 (bibtex-map-entries): Fix docstring.
10263 (bibtex-flash-head): New arg prompt. Simplify.
10264 (bibtex-enclosing-field): Include code of bibtex-inside-field.
10265 (bibtex-insert-kill): Simplify. Always insert text past the
10266 current field or entry.
10267 (bibtex-format-entry): Use bibtex-parse-field.
10268 (bibtex-pop): Use bibtex-beginning-of-entry and
10269 bibtex-end-of-entry to initiate the search. Insert empty field if
10270 we found ourselves.
10271 (bibtex-print-help-message): New args field and comma.
10272 Handle entry keys.
10273 (bibtex-make-field): Use bibtex-beginning-of-entry.
10274 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
10275 invalid entry.
10276 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
10277 Handle preambles. Simplify code for thorough test.
10278 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
10279 New arg comma. Handle entry heads.
10280 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
10281 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
10282 New arg comma.
10283 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
10284 (bibtex-fill-field): Simplify.
10285 (bibtex-fill-entry): Use bibtex-beginning-first-field and
10286 bibtex-parse-field.
10287 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
10288 (bibtex-complete): Use bibtex-parse-preamble.
10289
10290 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
10291
10292 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
10293 Display name of expression instead of convenience variable.
10294 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
10295
10296 * progmodes/gud.el (gud-tooltip-dereference): Rename from
10297 toggle-gud-tooltip-dereference.
10298 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
10299 (gud-tooltip-tips): ...here when dereferencing.
10300
10301 2005-12-28 Bill Wohler <wohler@newt.com>
10302
10303 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
10304
10305 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
10308 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
10309 (vc-annotate-display-autoscale): Adjust call.
10310 (vc-annotate-display-default): Adjust call. Make arg compulsory.
10311 Fix interactive spec.
10312 (vc-annotate-time-span): Remove.
10313 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
10314 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
10315 (vc-annotate-display-select): Use new name.
10316
10317 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
10318 (vc-annotate-mode-menu): Remove left-over redundant declaration.
10319 Correct the construction of span entries. Simplify.
10320 (vc-annotate-display-select): Fix the nil case.
10321 (vc-annotate): Remove obsolete (and now broken) code.
10322 (vc-annotate-extract-revision-at-line): Remove obsolete code.
10323 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
10324
10325 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
10326
10327 * subr.el (lazy-completion-table): Correct typo in docstring.
10328
10329 * startup.el (command-line): Use `custom-reevaluate-setting' for
10330 `send-mail-function'.
10331
10332 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
10333
10334 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
10335
10336 * mail/smtpmail.el (smtpmail-try-auth-methods):
10337 Send credentials together with "AUTH PLAIN" command.
10338
10339 2005-12-27 Richard M. Stallman <rms@gnu.org>
10340
10341 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
10342 mouse-2, go back to previously selected window, so it's selected
10343 when mouse-2 command runs.
10344
10345 2005-12-27 Juri Linkov <juri@jurta.org>
10346
10347 * descr-text.el (describe-text-sexp): Use square brackets for
10348 button [Show] to distinguish it from the property value `show'.
10349 (describe-property-list): Use `insert-text-button' with
10350 `help-face' type instead of putting face in quotes, because button
10351 is not created automatically for a list of faces.
10352 (describe-text-properties-1): Put button-type value in quotes to
10353 distinguish from plain text "button".
10354 (describe-char): Display code point values in hex. Don't use
10355 `symbol-name' for `current-input-method' because it is a string.
10356 Use `insert-text-button' with `help-face' type instead of putting
10357 hardcoded face in quotes, because button is not created automatically.
10358
10359 2005-12-27 Richard M. Stallman <rms@gnu.org>
10360
10361 * progmodes/glasses.el (glasses-face): More specific custom type.
10362
10363 * files.el (set-visited-file-name): Doc fix.
10364
10365 * textmodes/flyspell.el (flyspell-external-point-words):
10366 Use local var buffer-scan-pos to advance scan for next misspelling.
10367 Advance it only after we find the misspelling.
10368
10369 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
10370
10371 * textmodes/flyspell.el (flyspell-external-point-words):
10372 New criteria for finding the misspelling in the buffer.
10373
10374 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
10375
10376 * help-mode.el (help-insert-string): Set help-xref-stack-item
10377 rather than call help-setup-xref.
10378
10379 * descr-text.el (describe-char): Revert previous changes for
10380 optional buffer argument.
10381
10382 2005-12-27 Juri Linkov <juri@jurta.org>
10383
10384 * help-mode.el (help-insert-string): New function. Save buffer
10385 contents in cases where it is impossible to recompute the old contents.
10386
10387 * descr-text.el (describe-char): Set help-xref-stack-item
10388 explicitly after buffer has been generated.
10389
10390 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10391
10392 * cus-start.el (all): Add x-gtk-show-hidden-files.
10393
10394 2005-12-26 Richard M. Stallman <rms@gnu.org>
10395
10396 * replace.el (perform-replace): Calculate match-again
10397 before skipping read-only matches.
10398
10399 * paren.el (paren-showing-faces): New group.
10400 (show-paren-match, show-paren-mismatch): Move to that group.
10401
10402 * button.el (button): Put into group `basic-faces'.
10403
10404 * progmodes/make-mode.el: Remove faces from group `faces'.
10405
10406 * apropos.el (apropos, apropos-value): Doc fix.
10407 (apropos-documentation): Doc fix.
10408
10409 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * subr.el (lazy-completion-table): Remove argument `args'.
10412
10413 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10414 Don't use the `args' argument of lazy-completion-table.
10415
10416 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
10417
10418 * descr-text.el (describe-char): Add optional argument for buffer.
10419 Set buffer appropriately. Call help-setup-xref.
10420 Suggested by Stefan Monnier.
10421
10422 2005-12-26 Juri Linkov <juri@jurta.org>
10423
10424 * descr-text.el: Require `help-fns' at runtime. Don't require
10425 `button' for byte compilation.
10426 (describe-text-widget): Add `help-echo' for first button.
10427 Use `help-info' for second.
10428 (describe-property-list): Use `help-argument-name' instead of `italic'.
10429 (describe-text-category): Add prompt to interactive spec.
10430 Call `help-setup-xref'.
10431 (describe-char): Use `help-character-set'. Add `help-echo' for
10432 code point. Use `help-input-method'. Remove superfluous insert.
10433
10434 2005-12-25 Richard M. Stallman <rms@gnu.org>
10435
10436 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
10437 at point, in case of narrowing.
10438
10439 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
10440
10441 * locate.el (locate-header-face): Allow nil in type.
10442
10443 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
10444
10445 2005-12-25 Romain Francoise <romain@orebokech.com>
10446
10447 * battery.el (battery-linux-proc-acpi): Also try
10448 `/proc/acpi/thermal_zone/THM0/temperature'.
10449
10450 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
10451
10452 * custom.el (custom-push-theme): Fix docstring.
10453
10454 * cus-edit.el (custom-variable-set, custom-variable-save)
10455 (custom-variable-save): Custom-quote widget values.
10456 (customize-save-variable): Fix custom-push-theme call.
10457
10458 2005-12-24 Eli Zaretskii <eliz@gnu.org>
10459
10460 * w32-fns.el (w32-batch-update-autoloads): New function.
10461
10462 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
10463 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
10464 from the command line.
10465
10466 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
10467
10468 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
10469 reset means to remove setting from theme entirely. Don't keep
10470 expanding theme-settings list; delete old entries if necessary.
10471
10472 * cus-edit.el (custom-buffer-create-internal): Move "Erase
10473 customization" button one line up.
10474 (custom-themed): New face.
10475 (custom-magic-alist): New value, THEMED, for theme settings.
10476 (custom-variable-state-set, custom-face-state-set):
10477 Check theme-value instead of saved-value.
10478 (custom-variable-reset-standard, custom-face-reset-standard):
10479 Remove theme setting entirely. Recalculate new values.
10480 (custom-variable-set, custom-variable-set)
10481 (custom-variable-reset-saved, custom-variable-reset-backup)
10482 (custom-face-set, custom-face-reset-saved): Update `user' theme.
10483 (custom-variable-save): Fix typos.
10484
10485 2005-12-23 Juri Linkov <juri@jurta.org>
10486
10487 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
10488 Add autoload cookies.
10489 (edebug-outside-d-c-i-n-s-w): New variable.
10490 (edebug-display, edebug-outside-excursion): Use it to save the
10491 original value of default-cursor-in-non-selected-windows.
10492 Set default-cursor-in-non-selected-windows to t while Edebug
10493 is active.
10494 (edebug-mode, edebug-eval-mode): Doc fix.
10495
10496 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
10497 with `buffer-substring-no-properties' to remove common substring
10498 highlighting.
10499
10500 * info.el (info-other-window, info): Rename function argument
10501 `file' to `file-or-node'.
10502 (Info-complete-menu-item): Use local variable `complete-nodes' to
10503 keep the global value of `Info-complete-nodes' unchanged for
10504 subsequent completions.
10505 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
10506
10507 * simple.el (get-next-valid-buffer, last-buffer)
10508 (next-error-buffer-p, next-error-find-buffer)
10509 (minibuffer-history-sexp-flag): Doc fix.
10510
10511 * savehist.el (savehist-mode-hook): Add `:group'.
10512
10513 * log-view.el: Call autoload for vc-find-version.
10514 (log-view-current-file): Adjust subgroup numbers.
10515 (log-view-current-tag): Add `length'.
10516
10517 2005-12-23 Richard M. Stallman <rms@gnu.org>
10518
10519 * vc.el (vc-annotate-car-last-cons): Defn moved up.
10520
10521 2005-12-23 Juri Linkov <juri@jurta.org>
10522
10523 * hi-lock.el (hi-lock-archaic-interface-message-used)
10524 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
10525 (hi-lock-mode): Display "Hi" in the mode line only when
10526 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
10527 (hi-lock-write-interactive-patterns):
10528 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
10529 (hi-lock-set-pattern, hi-lock-set-file-patterns)
10530 (hi-lock-font-lock-hook): Set 3rd arg `how' of
10531 font-lock-add-keywords to t.
10532
10533 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
10534
10535 * hi-lock.el (hi-lock-highlight-range): New variable.
10536 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
10537 only if font-lock-fontified is non-nil. Remove overlays.
10538 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
10539 font-lock-fontified is non-nil, otherwise use overlays (instead of
10540 text properties).
10541 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
10542 New variables.
10543 (hi-lock-string-serialize) New function.
10544
10545 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10546
10547 * menu-bar.el (menu-find-file-existing): New function.
10548 (menu-bar-file-menu): Use menu-find-file-existing for Open.
10549
10550 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
10551
10552 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * vc.el: Remove unnecessary leading * in docstrings.
10555 (vc-annotate-mode-map): Move initialization into declaration.
10556 (vc-static-header-alist): Nitpick on the regexp.
10557 (vc-default-init-version): New fun.
10558 (vc-register): Use it.
10559 (vc-insert-headers): Use dolist.
10560 (vc-annotate-get-backend): Remove unused function.
10561 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
10562 (vc-annotate-mode): Remove corresponding call.
10563 (vc-annotate-car-last-cons): Simplify.
10564 (vc-annotate-buffers): Remove var.
10565 (vc-annotate-backend): Make it buffer-local.
10566 (vc-annotate): Move the interaction to the interactive spec.
10567 Add a `buf' argument.
10568 (vc-annotate-warp-version): Use this new `buf' argument to avoid
10569 killing&creating a vc-annotate buffer, which is very disruptive when
10570 the buffers are shown in dedicated frames.
10571
10572 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
10573
10574 * descr-text.el: Add FSF as maintainer.
10575 (describe-text-mode, describe-text-mode-map)
10576 (describe-text-mode-hook, describe-text-done): Delete. Use normal
10577 help-mode.
10578 (describe-text-widget, describe-text-sexp)
10579 (describe-property-list, describe-text-category)
10580 (describe-text-properties, describe-text-properties-1)
10581 (describe-char): Use help buttons instead of widgets.
10582 (describe-char-unicodedata-file): Make URL link in doc string.
10583
10584 2005-12-22 Richard M. Stallman <rms@gnu.org>
10585
10586 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
10587 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
10588 Don't include buttons that write a file when there's no file.
10589 (custom-variable-menu, custom-face-menu, custom-group-menu):
10590 Don't include commands that write a file when there's no file.
10591 (customize-browse): Reword the top-of-buffer help intro.
10592 (custom-buffer-create-internal): Fix previous change.
10593 (customize-changed-options-previous-release): Prev release is 21.1.
10594 (customize-changed-options): Doc fix.
10595 (customize-changed): New alias.
10596 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
10597 Say "standard values".
10598 (Custom-reset-standard): Doc fix.
10599 (custom-face-reset-standard): Doc fix.
10600
10601 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
10604 even if font-lock-mode is non-nil since it may be t without having
10605 turned on font-lock-mode-internal.
10606 (font-lock-choose-keywords): Minor optimization.
10607 (font-lock-add-keywords, font-lock-remove-keywords)
10608 (font-lock-set-defaults): Don't call make-local-variable on a variable
10609 that we know to already be local.
10610
10611 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10612
10613 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
10614 messages if in the minibuffer.
10615
10616 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
10619 (tex-mode-flyspell-verify, flyspell-get-word)
10620 (flyspell-external-point-words): Don't use point-min/max uselessly.
10621
10622 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
10623 by Kevin Rodgers. Instead, just hide the completions buffer if we
10624 don't need to show it.
10625
10626 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
10627
10628 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
10629
10630 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
10633 delete-windows-on with an inexistent buffer.
10634
10635 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
10636
10637 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10638 Delete defcustom variable :tag names.
10639
10640 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
10643 (log-view-font-lock-keywords): Ajust subgroup numbers.
10644 (log-view-current-tag): Don't hard code the number of subgroups.
10645
10646 2005-12-20 Juri Linkov <juri@jurta.org>
10647
10648 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
10649 (tooltip-x-offset, tooltip-y-offset): Doc fix.
10650
10651 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10652 (menu-bar-non-minibuffer-window-p): Instead of checking
10653 display-multi-frame-p, use selected-frame when menu-updating-frame
10654 is nil.
10655
10656 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
10657
10658 * align.el (align-rules-list): Use [ \t] instead of \s-
10659 for column separators in text mode.
10660
10661 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
10662
10663 * help-mode.el (help-customize-variable, help-customize-face):
10664 Don't pop help-xref-stack as help-follow no longer pushes
10665 anything on to it.
10666
10667 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
10668
10669 * textmodes/org.el (org-agenda-custom-commands): New option.
10670 (org-agenda): Offer custom commands on splash screen.
10671 (org-make-tags-matcher): Parser for Boolean logic added.
10672 (org-agenda-set-tags): New command.
10673 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
10674 (org-set-tags): Efficiency improvements.
10675 (org-auto-align-tags): New option.
10676 (org-todo, org-demote, org-promote): Realign tags.
10677 (org-tags-completion-function): Use also "&" and "|" as separators.
10678 (org-org-menu): Agenda commands simplified.
10679
10680 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
10681
10682 * cus-edit.el (customize-apropos, customize-apropos-options):
10683 Docstring changes.
10684
10685 * font-lock.el (font-lock): Add tags to the links in the defgroup.
10686
10687 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
10688
10689 * longlines.el (longlines-mode): Wrap while widened.
10690 (longlines-decode-region, longlines-encode-region): Compute max
10691 just once.
10692
10693 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10694
10695 * cus-edit.el (mac): New group.
10696
10697 * cus-start.el (all): Add user options in macterm.c. Add test for
10698 Mac-related built-ins. Fix test for GTK-related built-ins.
10699
10700 * term/mac-win.el (mac-handle-language-change)
10701 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
10702 (mac-services-open-selection, mac-services-mail-selection)
10703 (mac-services-mail-to, mac-services-insert-text)
10704 (mac-dispatch-apple-event): Add docstrings.
10705 (x-get-selection, mac-select-convert-to-string): Select coding
10706 system from `utf-16be' and `utf-16le' using `byteorder'.
10707
10708 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * subr.el (lazy-completion-table): Don't be fooled if the var holds
10711 a "list" (lambda ...) rather than a real completion list.
10712
10713 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
10714 lexical-let when encountering ((lambda (...) ...) ...).
10715
10716 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10717
10718 * progmodes/sh-script.el (sh-mode):
10719 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
10720 * textmodes/picture.el (picture-mode): Update docstrings.
10721
10722 2005-12-17 Eli Zaretskii <eliz@gnu.org>
10723
10724 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
10725 commands enclosed in $(ARGQUOTE)s should not be split between two
10726 lines, as that will break with GNU Make >3.80, when sh.exe is used
10727 and arg quoting is with '..'.
10728 (autoloads): Don't break the quoted --eval expression between
10729 several lines.
10730
10731 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10732
10733 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
10734 Capture error from printing circular structures.
10735
10736 2005-12-17 Martin Rudalics <rudalics@gmx.at>
10737
10738 * wid-edit.el (widget-checkbox-action): Clear undo info.
10739
10740 2005-12-16 Bill Wohler <wohler@newt.com>
10741
10742 * menu-bar.el (kill-this-buffer): Set a good example by using menu
10743 bar, not menubar in comment.
10744
10745 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
10748 After-change-functions should not clobber the match data.
10749
10750 2005-12-16 Juri Linkov <juri@jurta.org>
10751
10752 * simple.el (choose-completion): Use `buffer-substring-no-properties'
10753 instead of `buffer-substring'.
10754 (completion-common-substring): Doc fix.
10755 (completion-setup-function): Use minibuffer-completion-contents
10756 instead of minibuffer-contents. Don't set common-string-length
10757 initially. Remove special handling of partial-completion-mode.
10758 Move computation of completion-base-size into one cond.
10759 Call completion-base-size-function in mainbuf. In computation of
10760 completion-base-size for file name completion don't move point to
10761 the end of the minibuffer. Move computation of common-string-length
10762 into one cond. Start putting faces only when common-string-length>=0.
10763 Add condition to put completions-common-part when
10764 common-string-length>0.
10765
10766 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
10767 place point at the first different character in the minibuffer
10768 even if this position is at the beginning of the minibuffer.
10769
10770 * info.el (Info-read-node-name-1): In completion-base-size-function's
10771 lambda return 1 if common-substring or minibuffer-completion-contents
10772 starts with (, and 0 otherwise.
10773
10774 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
10775 Use `crm-current-element' for second arg of `display-completion-list'.
10776
10777 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
10778
10779 * files.el (set-auto-mode): Look for an interpreter specified on
10780 the first line also if search for mode specification succeeded,
10781 but the mode is not known.
10782
10783 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
10784
10785 * textmodes/org.el (org-tags-match-list-sublevels): New option.
10786 (org-open-at-point): Implement tag searches as links.
10787 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
10788 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
10789 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10790 (org-agenda-dispatch): New commands.
10791 (org-use-tag-inheritance, org-tags-column): New options.
10792 (org-tab-follows-link, org-return-follows-link): New options.
10793 (org-tags): New customize group.
10794 (org-start-icalendar-file): Get local time zone.
10795 (org-tags-completion-function): New function.
10796 (org-set-font-lock-defaults): Make sure links will also be
10797 highlighted inside headlines.
10798
10799 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
10800
10801 * term.el (term-emulate-terminal):
10802 Let term-handle-ansi-terminal-messages override what Bash says about
10803 its current directory.
10804
10805 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10806
10807 * bindings.el (last-buffer): Move to simple.el.
10808 * simple.el (last-buffer): Move here.
10809 (get-next-valid-buffer): New function.
10810 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
10811 (prev-buffer): Ditto. Rename to `previous-buffer'.
10812
10813 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
10814 * bindings.el (global-map): Ditto.
10815
10816 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
10817
10818 * cus-edit.el: Introductory comment change.
10819 (custom-magic-alist): Change message string for the `rogue' state.
10820
10821 2005-12-15 Richard M. Stallman <rms@gnu.org>
10822
10823 * tooltip.el: Delete defcustom variable :tag names.
10824
10825 * complete.el (partial-completion-mode): Doc fix.
10826
10827 * textmodes/flyspell.el (flyspell-external-point-words):
10828 Use save-excursion to ensure we don't move backward in the
10829 search loop, not even one character.
10830 (flyspell-delete-all-overlays): Use remove-overlays directly.
10831
10832 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
10833 (ispell-start-process): Set that variable.
10834 Clear ispell-buffer-local-name.
10835 (ispell-internal-change-dictionary):
10836 Set ispell-current-dictionary after killing process.
10837 (ispell-buffer-local-dict):
10838 Don't set spell-personal-dictionary after killing process.
10839 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
10840 (ispell-tex-skip-alists, ispell-html-skip-alists)
10841 (ispell-skip-region-alist): Mark as risky.
10842
10843 * net/newsticker.el (newsticker--retrieval-timer-list)
10844 (newsticker--display-timer, newsticker-running-p)
10845 (newsticker-ticker-running-p): Definitions moved up.
10846
10847 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
10848
10849 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
10850
10851 2005-12-15 David Ponce <david@dponce.com>
10852
10853 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
10854 (recentf-edit-list, recentf-open-files): Signal an error when
10855 there is no recent file.
10856
10857 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10858
10859 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
10860 read-only except for texinfo-format-region evaluation.
10861
10862 2005-12-14 Richard M. Stallman <rms@gnu.org>
10863
10864 * vc.el (vc-default-previous-version, vc-default-next-version)
10865 (vc-do-command): Doc fixes.
10866
10867 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10868
10869 * textmodes/bibtex.el (bibtex-expand-strings)
10870 (bibtex-autokey-expand-string, bibtex-name-part)
10871 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
10872 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
10873 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
10874 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
10875 (bibtex-entry-postfix, bibtex-known-entry-type-re)
10876 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
10877 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
10878 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
10879 (bibtex-beginning-of-last-entry): Remove.
10880 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
10881 message if comma is missing but buffer is read-only.
10882 (bibtex-parse-field-text): Handle whitespaces at the end of field
10883 text. Return 3-element list with beginning and end of field text
10884 and end of field.
10885 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
10886 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
10887 (bibtex-search-forward-field, bibtex-search-backward-field):
10888 Search always delimited by limits of entry. Use more efficient
10889 search algorithms.
10890 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
10891 bibtex-end-of-name-in-field.
10892 (bibtex-text-in-field-bounds): Handle BibTeX strings when
10893 extracting the content of a field.
10894 (bibtex-text-in-field): Use search limits.
10895 (bibtex-parse-string-prefix): Handle empty string keys based on
10896 bibtex-string-empty-key.
10897 (bibtex-parse-string): Fix docstring.
10898 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
10899 (bibtex-preamble-prefix, bibtex-strings): New functions.
10900 (bibtex-skip-to-valid-entry): Include preceding whitespace in
10901 BibTeX entries (consistent with other BibTeX functions).
10902 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
10903 (bibtex-search-entry): Fix docstring. Simplify.
10904 (bibtex-flash-head, bibtex-complete-string-cleanup)
10905 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
10906 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
10907 (bibtex-parse-entry): New optional arg content.
10908 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
10909 Use bibtex-text-in-field-bounds.
10910 (bibtex-print-help-message): Handle BibTeX strings and preambles.
10911 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
10912 bibtex-parse-string-postfix.
10913 (bibtex-find-text-internal): New function.
10914 (bibtex-remove-delimiters): Use it.
10915 (bibtex-find-text): Use it. New optional arg help.
10916 (bibtex-complete): Handle BibTeX string and preamble entries.
10917 (bibtex-Preamble): Fix order of closing delimiters.
10918
10919 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 * vc.el (vc-default-revert): New fun.
10922
10923 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
10924
10925 2005-12-14 Romain Francoise <romain@orebokech.com>
10926
10927 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
10928 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
10929 (font-lock-remove-keywords): Likewise.
10930
10931 2005-12-14 Juri Linkov <juri@jurta.org>
10932
10933 * log-view.el (log-view-diff): Doc fix.
10934
10935 * isearch.el (isearch-query-replace): Use (mark) instead of
10936 isearch-opoint if mark is active in transient-mark-mode.
10937
10938 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
10939
10940 * isearch.el (isearch-query-replace): Check for isearch-other-end.
10941
10942 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
10943
10944 * progmodes/cpp.el (cpp-face): New widget.
10945 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
10946
10947 2005-12-14 Juri Linkov <juri@jurta.org>
10948
10949 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
10950 around `erase-buffer' and `insert'.
10951
10952 * descr-text.el (describe-text-properties): Replace buffer name
10953 "*Help-2*" with "*Help*<2>".
10954 (describe-char): Add functions print-help-return-message,
10955 toggle-read-only. Use help-setup-xref with nil to not store
10956 describe-char in help-xref-stack. Use help-make-xrefs to
10957 make [back] button.
10958
10959 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
10960
10961 * wdired.el (wdired-old-point): New internal variable.
10962 (wdired-change-to-wdired-mode): Set it buffer-locally.
10963 (wdired-abort-changes): Restore point after aborting changes.
10964
10965 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * vc.el (vc-do-command): Add a new value t for okstatus.
10968
10969 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
10970 frame in case of errors.
10971
10972 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10973
10974 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
10975 so it comes after "On the Left" in the menu.
10976
10977 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
10978
10979 * cus-edit.el (customize-apropos, customize-apropos-options)
10980 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
10981
10982 2005-12-12 Bill Wohler <wohler@newt.com>
10983
10984 * vc-svn.el (vc-svn-registered): Fix problem of visiting
10985 non-writable Subversion-controlled files by saving window
10986 configuration before calling vc-do-command. vc-do-command calls
10987 pop-to-buffer on error which is unexpected during registration.
10988
10989 2005-12-12 Jay Belanger <belanger@truman.edu>
10990
10991 * calc/README: Update the summary of changes.
10992
10993 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * descr-text.el (describe-char): Rework last fix to solve the problem
10996 is the same way it's solved for everything else in that function
10997 (i.e. by extracting the info before setting up the *Help* buffer).
10998
10999 2005-12-12 Kim F. Storm <storm@cua.dk>
11000
11001 * subr.el (version-regexp-alist): Allow space as separator before
11002 non-numeric part, e.g. "1.0 alpha".
11003 (version-to-list): Interpret .X.Y version as 0.X.Y version.
11004
11005 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
11006
11007 * textmodes/org.el (org-agenda, org-timeline, org-todo):
11008 Implement Logging and the keep-modes setting.
11009 (org-get-category): Make sure a string is returned.
11010 (org-log-done): New function.
11011 (org-log-done, org-closed-string): New options.
11012
11013 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11014
11015 * tooltip.el (tooltip-y-offset): Change default to 20.
11016
11017 2005-12-12 Richard M. Stallman <rms@gnu.org>
11018
11019 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
11020
11021 * frame.el (display-hourglass): Doc fix.
11022
11023 * help.el (help-for-help-internal): Simplify entry for `a'.
11024
11025 * info.el (Info-on-current-buffer): Doc fix.
11026 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11027
11028 * startup.el (inhibit-splash-screen): Make this the real name.
11029 (inhibit-startup-message): Make this the alias.
11030 (command-line): Find only simple.el, and use its directory
11031 to fill in other preloaded files' names.
11032 (command-line): Deactivate the mark if deactivate-mark is set.
11033
11034 * international/mule.el (load-with-code-conversion):
11035 Bind deactivate-mark.
11036
11037 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11038
11039 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
11040
11041 * cus-edit.el (customize-apropos): Avoid listing an option more
11042 than once under different aliases. No longer list user options
11043 that are not defined with defcustom (unless a prefix arg is given).
11044 Doc fix.
11045 (customize-apropos-options): Doc fix.
11046
11047 2005-12-11 Juri Linkov <juri@jurta.org>
11048
11049 * frame.el (set-background-color, set-foreground-color)
11050 (set-cursor-color, set-mouse-color, set-border-color):
11051 Add explicit prompts to read colors by `facemenu-read-color'.
11052 (show-trailing-whitespace, blink-cursor-delay)
11053 (blink-cursor-interval, display-hourglass, hourglass-delay):
11054 Remove tags.
11055 (display-hourglass, hourglass-delay): Doc fix.
11056 (cursor-in-non-selected-windows): Capitalize words in tag.
11057
11058 * faces.el (frame-background-mode): Replace `choice-item' keywords
11059 with `const' to not make [default] button. Change default value tag
11060 from `default' to `automatic'. Doc fix.
11061 (trailing-whitespace) <defface>: Change group `whitespace' to
11062 `whitespace-faces'.
11063
11064 2005-12-11 Richard M. Stallman <rms@gnu.org>
11065
11066 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
11067
11068 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11069
11070 * term/mac-win.el: Create keymap for mac-apple-event-map.
11071
11072 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
11073
11074 * tooltip.el (tooltip-mode): Move to start of file so that it
11075 appears at top of customize buffer.
11076
11077 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11078 Add the gud groupname.
11079 (gud-tooltip-mode): Add the tooltip groupname.
11080 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
11081 avoid conflict with tooltip-use-echo-area.
11082
11083 2005-12-10 Romain Francoise <romain@orebokech.com>
11084
11085 * help.el (help-for-help-internal): Add `r' in doc string.
11086
11087 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11088
11089 * align.el (align-regexp, align-highlight-rule):
11090 Use region-beginning and region-end instead of point and mark, so that
11091 repetition (with `repeat-complex-command') recomputes the region
11092 bounds.
11093
11094 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
11095
11096 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11097 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11098 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
11099 (balance-windows): Rewrite using the above new functions.
11100
11101 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
11102
11103 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
11104 react if global-hi-lock-mode seems intended.
11105 (global-hi-lock-mode) Renamed from hi-lock-mode.
11106 (hi-lock-archaic-interface-message-used)
11107 (hi-lock-archaic-interface-deduce): New variables.
11108 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
11109 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
11110 (hi-lock-find-patterns, hi-lock-font-lock-hook):
11111 Replace hi-lock-buffer-mode with hi-lock-mode.
11112
11113 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
11114
11115 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
11116 completion list, even after a partial completion has been
11117 inserted in the current buffer. If there are more than 1
11118 completion, redisplay the *Completions* buffer; if the
11119 completion is unique, delete the *Completions* window.
11120
11121 2005-12-10 Eli Zaretskii <eliz@gnu.org>
11122
11123 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
11124 strings and long subject lines that were broken into multiple
11125 lines at arbitrary places. Handle subjects that have "Re: " in
11126 the middle.
11127
11128 2005-12-10 John W. Eaton <jwe@octave.org>
11129
11130 * emacs/octave-mod.el (octave-electric-space): Don't indent
11131 comments or strings if octave-auto-indent is nil.
11132
11133 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11134
11135 * term/mac-win.el: Require url when compiling.
11136 Call mac-process-deferred-apple-events after loading init files.
11137 (mac-apple-event-map): New defvar. Define event handlers in it.
11138 (core-event, internet-event): New Apple event class symbols.
11139 (open-application, reopen-application, open-documents)
11140 (print-documents, open-contents, quit-application)
11141 (application-died, show-preferences, autosave-now, get-url):
11142 New Apple event ID symbols.
11143 (about): New HICommand ID symbol.
11144 (mac-event-spec, mac-event-ae): New macros.
11145 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
11146 (mac-ae-selection-range, mac-ae-text-for-search)
11147 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
11148 (mac-application-menu-map): Remove keymap. Handlers for HICommand
11149 and Services menu events are now defined in mac-apple-event-map.
11150 (mac-drag-n-drop): Remove selection range handling.
11151
11152 2005-12-10 Kenichi Handa <handa@m17n.org>
11153
11154 * simple.el (zap-to-char):
11155 * isearch.el (isearch-process-search-char): Translate CHAR by
11156 translation-table-for-input.
11157
11158 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
11159
11160 * foldout.el (foldout-exit-fold): Properly hide subtree.
11161
11162 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11163
11164 * files.el (save-buffer):
11165 * international/ucs-tables.el (ucs-set-table-for-input):
11166 * mail/mail-extr.el (mail-extract-address-components):
11167 * mail/sendmail.el (mail-mode): Reformat doc string.
11168
11169 2005-12-09 Juri Linkov <juri@jurta.org>
11170
11171 * isearch.el (isearch-highlight): Change main overlay priority
11172 from 1 to 1001. Simplify.
11173 (isearch-lazy-highlight-update): Change lazy overlay priority
11174 from 0 to 1000.
11175
11176 * replace.el (replace-highlight): Change overlay priority from
11177 1 to 1001.
11178
11179 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
11180 Change overlay priority from 1 to 1001. Reuse existing overlay.
11181
11182 * compare-w.el (compare-windows-highlight): Change overlay
11183 priority from 1 to 1000.
11184
11185 * menu-bar.el (menu-bar-edit-menu): Add listp around
11186 pending-undo-list to disable menu item "undo" when pending
11187 undo list is empty.
11188
11189 * locate.el (locate): Disable undo in *Locate* buffer.
11190
11191 2005-12-09 Kim F. Storm <storm@cua.dk>
11192
11193 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
11194
11195 2005-12-09 David Ponce <david@dponce.com>
11196
11197 * recentf.el: Improvement of the menu code.
11198 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
11199 instead of menu hook.
11200 (recentf-show-menu, recentf-hide-menu): New functions.
11201 (recentf-menu-customization-changed, recentf-mode): Use them.
11202 (recentf-menu-action, recentf-max-menu-items)
11203 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
11204 (recentf-arrange-by-rule-others)
11205 (recentf-arrange-by-rules-min-items)
11206 (recentf-arrange-by-rule-subfilter) : Don't use
11207 `recentf-menu-customization-changed'.
11208 (recentf-arrange-rules): Likewise. Accept functions to compute
11209 sub-menu titles.
11210 (recentf-menu-filter): Likewise. Doc fix.
11211 (recentf-menu-value-shortcut): Doc fix.
11212 (recentf-dump-variable): Quote atom value.
11213 (recentf-make-menu-items): Update to use it as a menu filter.
11214 (recentf-match-rule): New function.
11215 (recentf-arrange-by-rule): Use it.
11216 (recentf-indirect-mode-rule): New function.
11217 (recentf-build-mode-rules): Use it.
11218 (recentf-dir-rule): New function.
11219 (recentf-arrange-by-dir): Use it.
11220 (recentf-filter-changer-current): Rename from
11221 `recentf-filter-changer-state'. All references updated.
11222 (recentf-filter-changer-alist): Update filter names.
11223 (recentf-filter-changer-select): New function.
11224 (recentf-filter-changer): Use it. Make a sub-menu from filters
11225 available in `recentf-filter-changer-alist'.
11226 (recentf-data-cache, recentf-clear-data)
11227 (recentf-update-menu): Remove. All references updated.
11228 (recentf-match-rule-p, recentf-build-dir-rules)
11229 (recentf-filter-changer-goto-next)
11230 (recentf-filter-changer-get-current)
11231 (recentf-filter-changer-get-next): Remove.
11232
11233 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
11234
11235 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
11236 buffer "Reset" button to "Reset to Current" for consistency with
11237 the State buttons.
11238
11239 2005-12-08 John Paul Wallington <jpw@pobox.com>
11240
11241 * ibuf-ext.el (define-ibuffer-filter filename):
11242 If `dired-directory' is a list then really use its car.
11243
11244 2005-12-08 Kim F. Storm <storm@cua.dk>
11245
11246 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11247 Fix indention of text on right side of replaced rectangle.
11248
11249 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
11250
11251 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
11252 No need to check gud-comint-buffer is bound.
11253 (gdb): Prevent multiple debugging when first session uses gdba.
11254
11255 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11256
11257 CC Mode update to 5.31.
11258
11259 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
11260 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
11261 We might do this function properly in the future).
11262
11263 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
11264 New macros c-sentence-end and c-default-value-sentence end, to cope
11265 with Emacs 22's new function `sentence-end'.
11266
11267 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11268
11269 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
11270 compat issue using `c-put-overlay' and `c-delete-overlay'.
11271
11272 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
11273 New compat macros to handle overlays/extents.
11274
11275 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11276
11277 * progmodes/cc-fix.el: Add definitions of the macros push and pop
11278 (for GNU Emacs 20.4)
11279
11280 * progmodes/cc-defs.el:
11281 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
11282
11283 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
11284 highlighting mechanism so it will work in XEmacs too.
11285
11286 * progmodes/cc-defs.el: Insert c-int-to-char.
11287
11288 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
11289 call to the new macro c-int-to-char. This solves XEmacs's
11290 regarding characters as different from integers.
11291
11292 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11293
11294 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
11295 New internal helper.
11296
11297 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
11298 construct to make the indirect face lookup work in XEmacs.
11299
11300 (c-cpp-matchers): Append the negation char face to the existing
11301 fontification, so that the cpp face doesn't disappear.
11302 Use `c-make-syntactic-matcher' to avoid negation chars in comments
11303 and strings.
11304
11305 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
11306 to map to `font-lock-negation-char-face' in emacsen where it exists.
11307
11308 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11309
11310 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
11311
11312 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
11313 Rename "c-subword-move-mode" as "c-subword-mode".
11314
11315 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
11316 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
11317
11318 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11319
11320 * progmodes/cc-mode.el: Added autoload directive for
11321 `c-subword-move-mode' for use in older emacsen.
11322
11323 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11324
11325 * progmodes/cc-mode.el:
11326 (i) Insert a binding for C-c C-backspace into
11327 c-bind-special-erase-keys which works in TTYs.
11328 (ii) Make sure that when file styles are used, any explicitly
11329 given style variables take priority over those in the style.
11330 Do this by calling `hack-local-variables' a second time.
11331
11332 * progmodes/cc-vars.el: Add language specific customization
11333 widgets for AWK to c-doc-comment-style, c-require-final-newline
11334 and c-default-style. Add a defcustom for awk-mode-hook.
11335 Give c-syntactic-element and c-syntactic-context doc-strings by
11336 directly setting their `variable-documentation' propery.
11337 This allows Emacs 22.1 to read these with C-h v.
11338
11339 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
11340
11341 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11342
11343 * progmodes/cc-fonts.el, cc-vars.el
11344 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
11345 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
11346 Masatake YAMATO.
11347
11348 (c-doc-comment-style): Made GtkDoc default in C mode.
11349
11350 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
11351 and C-c C-<delete>.
11352
11353 (c-bind-special-erase-keys): New function for use on
11354 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
11355
11356 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
11357 <delete> key behavior in XEmacs according to `delete-forward-p'.
11358 C.f. `c-electric-delete'.
11359
11360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11361
11362 * progmodes/cc-mode.el: Give c-hungry-backspace and
11363 c-hungry-delete-forward permanent key bindings.
11364
11365 * progmodes/cc-cmds.el (c-electric-semi&comma):
11366 Bind c-syntactic-context for calls to "criteria functions", for
11367 consistency with other calls to user functions.
11368
11369 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
11370 `current-prefix-arg', since this might be the prefix arg to a
11371 command which calls c-indent-command as a function. Change the
11372 interactive spec from "p" to "P".
11373
11374 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
11375 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
11376 was difficult to understand.
11377
11378 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11379
11380 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
11381 first char of an identifier.
11382
11383 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
11384 +" syntax in C++.
11385
11386 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11387
11388 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
11389 auto-fill doesn't split a c-comment's last word from a hanging
11390 "*/" when a space is typed between them after fill-column.
11391
11392 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
11393
11394 * progmodes/cc-styles.el (c-set-style)
11395 (c-setup-paragraph-variables): Abort the command if we're not in a
11396 CC Mode buffer.
11397
11398 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
11399 with blank comment-prefix, and a blank line as the comment's
11400 second line.
11401
11402 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11403
11404 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
11405 Incorporate the patterns added in the Emacs development branch
11406 for the new Emacs 22 face `font-lock-negation-char-face'.
11407
11408 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
11409 of "red" since it stands out better in xterms and DOS terminals.
11410
11411 * progmodes/cc-engine.el (c-literal-faces):
11412 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
11413
11414 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11415
11416 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
11417 forcibly enable c-electric-flag.
11418
11419 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
11420 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
11421 after the comment-prefix of a C-style comment will close that comment.
11422
11423 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11424
11425 * progmodes/cc-fonts.el (c-basic-matchers-before)
11426 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
11427 in Pike.
11428
11429 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
11430 digraphs.
11431
11432 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
11433 (c-cpp-message-directives, c-cpp-include-directives)
11434 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
11435 (c-cpp-expr-directives): Introduce new language constants to
11436 control cpp syntax in a cleaner way.
11437
11438 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
11439
11440 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
11441
11442 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
11443 (c-multiline-string-start-char): New language constants and
11444 variables to specify how newlines in string literals work.
11445
11446 (c-font-lock-invalid-string): Use them.
11447
11448 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
11449 unbalanced close brace is entered. Optimization by avoiding going
11450 back over arbitrarily large blocks. Removed hints that this
11451 function only would be relevant/useful in AWK.
11452
11453 (c-electric-brace): Indent syntactically after the cleanups since
11454 lineup functions might do it differently then.
11455
11456 * progmodes/cc-engine.el, cc-langs.el
11457 (c-opt-op-identifier-prefix): New language constant and variable.
11458
11459 (c-just-after-func-arglist-p, c-after-special-operator-id)
11460 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
11461
11462 * progmodes/cc-align.el, cc-engine.el
11463 (c-after-special-operator-id): New helper to handle C++ operator
11464 identifiers.
11465
11466 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
11467 (c-guess-basic-syntax): Handle C++ operator identifiers in
11468 declarations.
11469
11470 * progmodes/cc-langs.el (c-assignment-operators): Add the
11471 trigraph version of ^= too.
11472
11473 * progmodes/cc-langs.el (c-assignment-operators): Add the
11474 trigraph version of |= in C++.
11475
11476 * progmodes/cc-fonts.el (c-font-lock-declarators):
11477 Handle `c-decl-hangon-kwds' after the identifier name.
11478
11479 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
11480 whether an arglist is "nonempty", ignore a comment after the open
11481 paren if it isn't followed by a non-comment token on the same line.
11482
11483 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
11484 Enable heuristics below the point to cope with classes inside special
11485 brace lists in Pike.
11486
11487 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11488
11489 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
11490
11491 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11492
11493 * progmodes/cc-guess.el (cc-guess-install): New function to
11494 install an already guessed style in another buffer.
11495
11496 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
11497 sets `inhibit-read-only' - `c-save-buffer-state' should be used
11498 anyway if the change always is undone.
11499
11500 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11501
11502 Implement togglable electricity:
11503
11504 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
11505 saying when it should be used.
11506
11507 * progmodes/cc-engine.el: Add the new buffer-local variable,
11508 c-electric-flag.
11509
11510 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
11511 c-toggle-auto-newline.
11512
11513 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
11514 c-toggle-auto-newline. Remove the binding for
11515 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
11516 c-toggle-electric-state.
11517
11518 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
11519
11520 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
11521 c-\(forward\|backward\)-subword.
11522 (c-update-modeline): Add the new modeline flag `l' for
11523 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
11524 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
11525 Make the old name an alias of the new name.
11526 (c-toggle-electric-state): New function.
11527 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
11528 Adapt these functions to do electric things only when
11529 c-electric-flag is non-nil.
11530 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
11531 new functions from c-electric-brace.
11532 (c-point-syntax): Add a check for "virtual semicolons" in AWK
11533 mode, so that the tentative extra newline doesn't change the
11534 syntax of the following brace.
11535 (c-electric-brace): Restructure by extracting the above functions.
11536 Tidy up the coding somewhat.
11537 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11538 restructure a bit.
11539
11540 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11541
11542 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
11543 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
11544
11545 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
11546 (c-submode-indicators): Change name from `c-auto-hungry-string'
11547 since it's now used to track another submode.
11548
11549 (c-update-modeline): Convert to function and extended to check
11550 `c-subword-move-mode'.
11551
11552 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11553 Convert to compat aliases for `c-forward-subword' and
11554 `c-backward-subword'.
11555
11556 * progmodes/cc-subword.el: New functions and minor mode to handle
11557 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
11558
11559 (c-forward-subword, c-backward-subword, c-mark-subword)
11560 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
11561 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
11562 Functions corresponding to the standard word handling functions.
11563
11564 (c-subword-move-mode): Minor mode that replaces all the standard
11565 word handling functions with their subword equivalences.
11566
11567 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11568
11569 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
11570 entry for one-liner-defun.
11571
11572 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
11573 name in its def-edebug-spec.
11574
11575 * progmodes/cc-cmds.el (c-electric-brace): Make the
11576 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
11577 compacts space before a comment, if this will make things fit on
11578 one line.
11579
11580 Introduce an "awk" style, mainly for auto-newline and clean-ups.
11581
11582 * progmodes/cc-align.el: New function c-snug-1line-defun-close
11583
11584 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
11585 clean-up one-liner-defun.
11586
11587 * progmodes/cc-styles.el: Add the new "awk" style.
11588
11589 * progmodes/cc-vars.el: Add description of one-liner-defun to
11590 c-cleanup-list's doc-string. New user options,
11591 c-max-one-liner-length. In c-default-style, set the default style
11592 for AWK to "awk".
11593
11594 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11595
11596 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
11597 macros inside labels.
11598
11599 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
11600 `c-at-statement-start-p' and `c-at-expression-start-p'.
11601
11602 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
11603 error if the mark isn't set.
11604
11605 * progmodes/cc-engine.el (c-guess-continued-construct)
11606 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
11607 accurately detect functions inside functions.
11608
11609 * progmodes/cc-engine.el (c-at-expression-start-p): New function
11610 like `c-at-statement-start-p' that additionally recognizes commas
11611 and expression parentheses as delimiters.
11612
11613 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
11614 to avoid heuristics that doesn't work for unclosed blocks.
11615 (c-at-statement-start-p): New function.
11616
11617 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
11618 Objective-C directives, e.g. directives spanning lines should work
11619 reasonably well now.
11620
11621 (c-put-c-type-property, c-clear-c-type-property): New helpers.
11622
11623 (c-forward-objc-directive): New function to move over any ObjC
11624 directive.
11625
11626 (c-just-after-func-arglist-p, c-guess-basic-syntax)
11627 (c-basic-matchers-before): Use it.
11628
11629 (c-font-lock-objc-iip-decl): Remove.
11630
11631 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
11632 in the template arglist recognition.
11633
11634 * progmodes/cc-styles.el (c-style-alist): Fix several
11635 inconsistencies in the Whitesmith style.
11636
11637 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
11638 New lineup function to get lines after Whitesmith style blocks
11639 correctly indented.
11640
11641 (c-lineup-whitesmith-in-block): Back out the compensation for
11642 opening parens since it's done using `add' lists in the style
11643 definition instead. Don't use the anchor position since it varies
11644 too much between the syntactic symbols. :P
11645
11646 * progmodes/cc-vars.el (c-valid-offset): Update.
11647
11648 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
11649 lists where the offsets are combined according to several
11650 different methods: `first', `min', `max', and `add'.
11651 Report offset evaluation errors with `c-benign-error' so that some kind
11652 of reindentation still is done.
11653
11654 * progmodes/cc-engine.el (c-guess-basic-syntax):
11655 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
11656 `arglist-close'.
11657
11658 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
11659 situations for `arglist-cont-nonempty' and `arglist-close'.
11660
11661 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
11662
11663 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
11664 cc-bytecomp-boundp' in a number of places.
11665
11666 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
11667 macro related issue.
11668
11669 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11670
11671 * progmodes/cc-awk.el: Change the terminology of regexps: A char
11672 list is now [asdf], a char class [:alpha:].
11673 Include code for char classes.
11674 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
11675 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
11676
11677 Remove (nearly all of) the cruft associated with AWK Mode's former
11678 concept of "virtual semicolons":
11679
11680 Adapt c-beginning-of-statement, c-end-of-statement (together with
11681 subfunctions) to use the new notion of "virtual semicolon" in
11682 place of the old awkward special handling for AWK. There remains
11683 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
11684 * progmodes/cc-cmds.el:
11685 (c-ascertain-adjacent-literal): In the backwards direction, now
11686 recognises AWK regexp delimiters as string delimiters.
11687 (c-after-statement-terminator-p): Adapt for virtual semicolons;
11688 check more rigorously for "end of macro".
11689 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
11690 virtual semicolons;
11691 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
11692 out the code for forward movement into ...
11693 (c-end-of-statement): Now contains the code for forward movement,
11694 adapted for virtual semicolons.
11695
11696 * progmodes/cc-engine.el:
11697 (c-ws*-string-limit-regexp): New regexp.
11698 (c-forward-single-comment, c-backward-single-comment): Comment out
11699 the (now redundant) "special" AWK stuff.
11700
11701 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
11702 c-string-par-start, c-string-par-separate to be more like Text
11703 Mode than Fundamental Mode.
11704
11705 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11706
11707 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
11708 to the fontified region so that fontification doesn't occur
11709 outside it (could happen e.g. when fontifying a line with an
11710 unfinished declaration).
11711
11712 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11713
11714 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
11715 start of the file. ^L now separate sections of the file.
11716 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
11717 (c-awk-one-line-possibly-open-string-re)
11718 (c-awk-regexp-one-line-possibly-open-char-class-re)
11719 (c-awk-one-line-possibly-open-regexp-re)
11720 (c-awk-one-line-non-syn-ws*-re): New defonsts.
11721 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
11722
11723 Amend the concept of "virtual semicolons" (in the indentation
11724 engine) for languages like AWK, such that they are now
11725 conceptually attached to end of the last token of a statement, not
11726 the end of the line. (In AWK Mode, however, the pertinent text
11727 property is still physically set on the EOL.) Remove the specific
11728 tests for awk-mode, thus facilitating the introduction of other
11729 language modes where EOLs can end statements.
11730 (Note: The funtionality in cc-cmds.el, specifically
11731 c-beginning/end-of-statement has yet to be amended.)
11732
11733 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
11734 New macros.
11735
11736 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
11737 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
11738 c-vsemi-status-unknown-p-fn (in a new page).
11739
11740 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
11741 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
11742 numerous awkward forms like
11743 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
11744 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
11745 variable before-ws-ip, the place just after char-before-ip appears.
11746
11747 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
11748 a comment.
11749
11750 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11751
11752 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
11753 `c-tentative-buffer-changes'.
11754
11755 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
11756 convert to macro to choose between Emacs and XEmacs at compile time.
11757
11758 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
11759
11760 (c-tentative-buffer-changes): New macro to handle temporary buffer
11761 changes in a convenient way.
11762
11763 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
11764 for `c-tentative-buffer-changes'.
11765
11766 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
11767 the checks for paren sexps between the point and the keyword, to
11768 avoid some false alarms.
11769
11770 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
11771 Fixed a situation where an error could be thrown for unbalanced
11772 parens. Changed to make use of c-keyword-member' to avoid some
11773 repeated regexp matches.
11774
11775 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
11776 These language variable are no longer necessary.
11777
11778 (c-block-stmt-kwds): New language constant used by
11779 c-looking-at-inexpr-block'.
11780
11781 (c-guess-basic-syntax): Remove an optional check that looked at
11782 the existence of the now removed language variables.
11783
11784 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
11785 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
11786 object instantiation expressions as declarations in some contexts.
11787 This bug only affected languages where the declarator can't be
11788 enclosed in parentheses.
11789
11790 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
11791 insert newlines before and after substatement braces.
11792
11793 * progmodes/cc-engine.el: Improved the heuristics for recognizing
11794 function declaration headers and the handling of C++ style member
11795 init lists.
11796
11797 (c-just-after-func-arglist-p): Rewritten to use
11798 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
11799
11800 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
11801
11802 (c-guess-basic-syntax): Adapt case 5B for the new
11803 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
11804 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
11805 covers all cases now).
11806
11807 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
11808
11809 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11810
11811 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
11812 c-string-par-start/separate c-sentence-end-with-esc-eol,
11813 initialised in c-setup-paragraph-variables, used in string
11814 scanning subroutines of c-beginning-of-statement.
11815
11816 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11817 which precedes the newly inserted `{'.
11818
11819 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11820
11821 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
11822 function for declaration level blocks. It should now cope with
11823 templates better and also be a lot more comprehensible.
11824
11825 (c-looking-at-decl-block): The new function.
11826
11827 (c-search-uplist-for-classkey): The old one. It's now a wrapper
11828 for compatibility.
11829
11830 (c-add-class-syntax, c-guess-continued-construct)
11831 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
11832
11833 (c-decl-block-key): Change to tell apart ambiguous and
11834 unambiguous keywords. Pike specials are now handled directly in
11835 the code instead.
11836
11837 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
11838 New language constants and variables to make the backward skip in
11839 `c-looking-at-decl-block' as tight as possible.
11840
11841 (c-nonsymbol-token-char-list): New language constant.
11842
11843 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
11844 find balanced template arglists backwards.
11845
11846 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
11847 making char classes for `c-syntactic-skip-backward'.
11848
11849 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
11850 16D - can't be a class-close at that point.
11851
11852 * progmodes/cc-engine.el (c-guess-basic-syntax)
11853 (c-add-class-syntax): Don't narrow out the enclosing declaration
11854 level. This makes everything a lot easier, and it was actually
11855 only four small places that needed it to work. Some places that
11856 previously did `widen' are removed now, which has the effect that
11857 `c-guess-basic-syntax' never will look at things outside the
11858 current narrowment now. The anchor position for `topmost-intro'
11859 is affected by this, but it was so bogus it was basically useless
11860 before, and now it's equally bogus but in a slightly different way.
11861
11862 (c-narrow-out-enclosing-class): Gone.
11863
11864 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
11865 the narrowed region.
11866
11867 (c-least-enclosing-brace): Remove silly optional argument.
11868
11869 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11870 the point could be left directly after an open paren when finding
11871 the beginning of the first decl in the block.
11872
11873 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
11874 Specify which submatch to use.
11875
11876 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
11877
11878 (c-decl-start-re): No longer any need for special treatment of
11879 ObjC due to the above.
11880
11881 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
11882 presumably follows C in that regard.
11883
11884 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
11885 New language constants to specify operator tokens inside
11886 identifiers in a more high level way.
11887
11888 (c-opt-identifier-prefix-key): New internal language constant.
11889
11890 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
11891 (c-identifier-start, c-identifier-key): Now completely calculated
11892 from other constants.
11893
11894 (c-identifier-last-sym-match): Decommission since it's no longer used.
11895
11896 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
11897
11898 * progmodes/cc-engine.el (c-forward-name): Remove the
11899 optimization when c-identifier-key is equal to c-symbol-key since
11900 it doesn't work in byte compiled files. Don't record empty
11901 regions as identifiers.
11902
11903 * progmodes/cc-langs.el (c-filter-ops): New helper function to
11904 simplify access to `c-operators' and its likes.
11905
11906 (c-operator-list, c-all-op-syntax-tokens)
11907 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
11908 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
11909 (c-primary-expr-regexp, c-cast-parens): Use it.
11910
11911 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
11912 an explicit language in functions.
11913
11914 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
11915 variant of adornment.
11916
11917 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
11918 variable.
11919
11920 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
11921 the Pike value.
11922
11923 * progmodes/cc-engine.el (c-on-identifier)
11924 (c-simple-skip-symbol-backward): Small fix for handling "-"
11925 correctly in `skip-chars-backward'. Affected the operator lfun
11926 syntax in Pike.
11927
11928 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
11929 diagnostic message about precompiled language vars not being used.
11930
11931 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
11932 "__attribute__" is followed by a parenthesis.
11933
11934 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
11935 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
11936 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
11937
11938 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
11939 Internal cleanups to properly detect the declared identifiers in
11940 various declarations.
11941
11942 (c-decl-start-kwds): New language constant to recognize
11943 declarations that can start anywhere. Used for class declarations
11944 in Pike.
11945
11946 (c-specifier-key, c-not-decl-init-keywords)
11947 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
11948 (c-find-decl-spots): Implement `c-decl-start-kwds'.
11949
11950 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
11951 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
11952 handling of the compiler specific extension keywords into a new
11953 language constant `c-decl-hangon-kwds' that defines keyword
11954 clauses to be ignored in declarations.
11955
11956 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
11957 past unrecognized tokens when handling `c-colon-type-list-kwds'.
11958 Necessary to stop at the declared identifier in e.g. IDL valuetype
11959 declarations.
11960
11961 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
11962 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
11963 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
11964 (c-forward-decl-or-cast-1): Recognize the declared identifier in
11965 class and enum declarations as such and not as part of the type.
11966
11967 (c-forward-decl-or-cast-1, c-forward-label): Relax the
11968 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
11969
11970 (c-forward-decl-or-cast-1): Don't disregard sure signs of
11971 declarations when there's some syntax error later on.
11972
11973 (c-complex-decl-matchers): Did away with a reference to
11974 `c-specifier-key'.
11975
11976 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
11977 value - this variable is always dynamically bound.
11978
11979 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
11980 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
11981 * cc-cmds.el, cc-defs.el: Change the policy for marking up
11982 functions that might do hidden buffer changes: All such internal
11983 functions are now marked instead of those that don't.
11984
11985 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
11986 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
11987 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
11988 (c-literal-type): Allow these functions to make hidden buffer changes,
11989 so that they are free to use text property caching later on.
11990
11991 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
11992 (c-electric-brace, c-electric-slash, c-electric-star)
11993 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
11994 (c-electric-paren, c-electric-continued-statement, c-indent-command)
11995 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
11996 (c-context-line-break): Add `c-save-buffer-state' calls to comply
11997 with the changed semantics of the functions above.
11998
11999 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
12000 when macros occur in obscure places. Optimized the sexp movement
12001 a bit.
12002
12003 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12004
12005 Enhancements for c-beginning-of-statement to work in AWK Mode:
12006
12007 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
12008 (completed statement) with `}' (statement completed by closing
12009 brace or semicolon) and `$' (statement completed by EOL).
12010
12011 (c-awk-virtual-semicolon-ends-prev-line-p)
12012 (c-awk-virtual-semicolon-ends-line-p)
12013 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
12014 (c-awk-at-statement-end-p): New functions.
12015
12016 * progmodes/cc-cmds.el: Simplify the structure of functions
12017 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
12018 two functions and c-beginning-of-statement to handle AWK Mode.
12019
12020 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
12021 c-backward-single-comment for AWK mode. Attempt to clarify their
12022 doc-strings.
12023
12024 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
12025
12026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12027
12028 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
12029 label handling. Labels are now recognized in a uniform and more
12030 robust way, regardless of context. Text properties are put on all
12031 labels to recognize the following declarations better.
12032 Multiword labels are handled both in indentation and fontification for
12033 the benefit of language extensions like Qt. For consistency, keywords
12034 in labels are now fontified with the label face instead.
12035 That also applies to "case" and "default".
12036
12037 (c-beginning-of-statement-1): Fix some bugs in the label
12038 handling. Disregard `c-nonlabel-token-key' in labels that begin
12039 with `c-label-kwds'.
12040
12041 (c-find-decl-spots): Support that the callback adds more
12042 `c-decl-end' spots to find.
12043
12044 (c-forward-decl-or-cast-1): Don't treat a list of plain
12045 identifiers followed by a colon as a declaration.
12046
12047 (c-forward-label): New function to recognize labels.
12048
12049 (c-guess-basic-syntax): Replace uses of `c-label-key' with
12050 `c-forward-label'. Moved the label recognition cases (14 and 15)
12051 earlier since they aren't so context sensitive now. Handle labels
12052 on the top level gracefully. Moved access label recognition to
12053 the generic label case (CASE 15) - removed CASE 5E.
12054
12055 (c-font-lock-declarations): Add recognition of labels in the
12056 same round since we need to handle labels in parallell with other
12057 declarations to recognize both accurately. It should also improve
12058 speed.
12059
12060 (c-simple-decl-matchers, c-basic-matchers-after):
12061 Move `c-font-lock-labels' so that it only is used on decoration level 2
12062 since `c-font-lock-declarations' handles it otherwise.
12063
12064 (c-complex-decl-matchers): Remove the simplistic recognition of
12065 access labels.
12066
12067 (c-decl-prefix-re): Remove the kludges that was necessary to cope
12068 with labels earlier.
12069
12070 (c-decl-start-re): New language variable to make
12071 `c-font-lock-declarations' stop for the special protection labels
12072 in Objective-C that start with `@'.
12073
12074 (c-label-key): Remove since it's no longer used.
12075
12076 (c-recognize-colon-labels, c-label-prefix-re): New language
12077 constants to support recognition of generic colon-terminated labels.
12078
12079 (c-type-decl-end-used): `c-decl-end' is now used whenever there
12080 are colon terminated labels.
12081
12082 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12083 first argument starts with a special brace list.
12084
12085 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
12086 (c-font-lock-declarations): Break out the declaration and cast
12087 recognition from `c-font-lock-declarations' to a new function, so
12088 that it can be used in the indentation engine.
12089
12090 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
12091 up to the start of the literal. Fixed bug with the point on the
12092 wrong side of the search limit that could happen when the start
12093 position is inside a literal.
12094
12095 * progmodes/cc-engine.el (c-parse-state)
12096 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
12097 so that it's kept a little bit back to increase the hit rate.
12098
12099 (c-parse-state): Change the macro handling and fixed some
12100 glitches. Macro context is checked more often than necessary now,
12101 but otoh less garbage conses are generated.
12102
12103 * progmodes/cc-engine.el (c-parse-state)
12104 (c-invalidate-state-cache): Cache the last position where
12105 `c-state-cache' applies. This can speed up refontification quite
12106 a bit in blocks where there are many non-brace parens before the point.
12107
12108 (c-state-cache-end): New variable for this.
12109
12110 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
12111 cache variable.
12112
12113 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
12114 get close initial continue positions when the start position is
12115 inside a literal or macro. Do not call the callback for spots
12116 before the start position (which can happen e.g. for `c-decl-end'
12117 spots inside comments). Optimize better in special cases when the
12118 region is a single line inside a literal or macro (typically when
12119 the current line is refontified).
12120
12121 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
12122 to `c-add-stmt-syntax' - there's no need to explicitly whack off
12123 entries from the paren state.
12124
12125 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
12126 special case for "else if" clauses.
12127
12128 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12129 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
12130
12131 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
12132 New language variable to recognize the gcc extension with statement
12133 blocks inside expressions.
12134
12135 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
12136 it somewhat more comprehensible. The argument AT-BLOCK-START is
12137 no longer used and hence removed.
12138
12139 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
12140 to `c-add-stmt-syntax'.
12141
12142 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12143 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
12144 This fixes bogus label recognition.
12145
12146 * progmodes/cc-engine.el (c-add-type, c-check-type)
12147 (c-forward-name, c-forward-type): Improve storage of template
12148 types in `c-found-types' so that they can be recognized better.
12149
12150 (c-syntactic-content): Add option to skip past nested parens.
12151
12152 * progmodes/cc-engine.el (c-forward-name):
12153 Set `c-last-identifier-range' all the time. It's less work that way.
12154 Handle that there might not be an identifier to store in
12155 `c-last-identifier-range'.
12156
12157 (c-forward-type): Handle that `c-last-identifier-range' might be
12158 nil from `c-forward-name'.
12159
12160 * progmodes/cc-defs.el (c-safe-scan-lists)
12161 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
12162
12163 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
12164 to work even if the form fails.
12165
12166 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
12167 down in a large file in one go.
12168
12169 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
12170
12171 * progmodes/cc-align.el (c-lineup-assignments): New lineup
12172 function which is like `c-lineup-math' but returns nil instead of
12173 `c-basic-offset' when it doesn't match.
12174
12175 (c-lineup-math): Change to use `c-lineup-assignments'.
12176
12177 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12178
12179 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
12180 c-beginning-of-statement. New subfunctions
12181 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
12182
12183 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12184
12185 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
12186 hardcoded char classes whereever possible. Changed a couple of
12187 places to use skip by syntax instead of skip by char class.
12188
12189 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
12190 Fix a bug in the regexp that caused extreme backtracking.
12191
12192 * progmodes/cc-langs.el (c-block-comment-starter)
12193 (c-block-comment-ender): New language constants to specify in a
12194 single place how block comments look.
12195
12196 (c-comment-start-regexp, c-block-comment-start-regexp)
12197 (comment-start, comment-end, comment-start-skip)
12198 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
12199 (c-syntactic-ws, c-nonempty-syntactic-ws)
12200 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
12201 `c-line-comment-starter', `c-block-comment-starter' and
12202 `c-block-comment-ender'.
12203
12204 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
12205 New language constants to break up things a bit.
12206
12207 (c-simple-ws): New language constant for simple whitespace.
12208
12209 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
12210
12211 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
12212 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
12213 newlines. Allow and ignore nil elements in the list.
12214
12215 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12216
12217 * progmodes/cc-cmds.el: Comment out a (n almost certainly
12218 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
12219
12220 * progmodes/cc-cmds.el: Tidy up the comments in
12221 c-beginning-of-statement and subfunctions.
12222
12223 * progmodes/cc-awk.el: Replace calls to put-text-property to the
12224 more flexible c-put-char-property and c-clear-char-properties.
12225 Add the author's email address.
12226
12227 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
12228
12229 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
12230 closing "*/" of a block comment.
12231
12232 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
12233 subfunctions) so that it works at BOB and EOB.
12234
12235 * progmodes/cc-cmds.el, cc-vars.el: More updating of
12236 c-beginning-of-statement, including new variable
12237 c-block-comment-start-regexp.
12238
12239 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12240
12241 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
12242 symbols from `*-font-lock-extra-types' so that there's no need to
12243 use `regexp-opt' on those lists.
12244
12245 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
12246 `c-type-modifier-kwds' is empty.
12247
12248 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
12249 there are several strings on the same line.
12250
12251 * progmodes/cc-engine.el (c-literal-limits): Remove the
12252 compatibility function for older emacsen. `c-literal-limits-fast'
12253 has now taken the place of this function.
12254
12255 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
12256 with older emacsen: We now require `pps-extended-state'.
12257
12258 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12259
12260 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
12261 which obviates the need to hack sentence-end. This now handles
12262 escaped newlines in strings correctly. Correct minor bugs in
12263 c-move-over-sentence and in c-beginning-of-statement.
12264
12265 * progmodes/cc-cmds.el (c-beginning-of-statement (and
12266 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
12267 that movement over macros and code are rigorously separated from
12268 eachother. Correct a few incidental bugs.
12269
12270 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
12271 Improve its doc-string. Improve the handling of certain specific cases.
12272
12273 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12274
12275 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
12276 (c-guess-basic-syntax): Change the way class-level labels are
12277 recognized; they can now contain essentially any symbols.
12278
12279 (c-opt-extra-label-key): New language variable to cope with the
12280 special protection label syntax in Objective-C.
12281
12282 (c-opt-access-key): Remove; this is now handled better by
12283 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
12284
12285 (c-complex-decl-matchers): Update to handle that
12286 `c-opt-access-key' no longer exists.
12287
12288 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
12289 improved label recognition in `c-beginning-of-statement-1'.
12290
12291 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
12292 Recognize bitfields better.
12293
12294 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
12295 Remove some cruft and fixed a bug that could cause it to go to a
12296 position further down.
12297
12298 * progmodes/cc-langs.el, cc-engine.el
12299 (c-beginning-of-statement-1): Improve detection of labels in
12300 declaration contexts.
12301
12302 (c-beginning-of-decl-1): Use it.
12303
12304 (c-nonlabel-token-key): New language constant and variable needed
12305 by `c-beginning-of-statement-1'.
12306
12307 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
12308 manifested itself due to the correction in `c-forward-sexp'.
12309
12310 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
12311 Make these behave as documented when used at the buffer limits.
12312
12313 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
12314 (c-type-decl-end-used): Made this a language variable.
12315
12316 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
12317 correctly when `combine-after-change-calls' is used together with
12318 temporary narrowings.
12319
12320 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12321 Report labels correctly when the start point is immediately after the
12322 colon.
12323
12324 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
12325 Remove since it isn't used anymore.
12326
12327 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
12328 bracket arglists such as template parens in C++.
12329
12330 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
12331 in the last check-in. Some optimization.
12332
12333 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
12334 where it could stop at the same level in a preceding sexp when
12335 PAREN-LEVEL is set.
12336
12337 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
12338 text property lookup only when it's needed.
12339
12340 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
12341 Change the policy for paren marked angle brackets to be more
12342 persistent; once marked they remain marked even when they're found
12343 to be unbalanced in the searched region. This should keep the
12344 paren syntax around even when individual lines are refontified in
12345 multiline template arglists.
12346
12347 (c-parse-and-markup-<>-arglists): New dynamically bound variable
12348 to control markup so that incorrect angle bracket arglists aren't
12349 marked in contexts where the correct value for
12350 `c-disallow-comma-in-<>-arglists' isn't known.
12351
12352 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
12353 argument has become `c-parse-and-markup-<>-arglists'.
12354
12355 (c-remove-<>-arglist-properties): Remove - no longer used.
12356
12357 (c-after-change-check-<>-operators): New function used on
12358 `after-change-functions' to avoid that "<" and ">" characters that
12359 are part of longer operators have paren syntax.
12360
12361 (c-<>-multichar-token-regexp): New language variable used by
12362 `c-after-change-check-<>-operators'.
12363
12364 (c-after-change): Call `c-after-change-check-<>-operators'.
12365
12366 (c-font-lock-<>-arglists): Use the context properties set by
12367 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
12368 correctly to avoid doing invalid markup.
12369
12370 (c-font-lock-declarations): Remove code that undoes the invalid
12371 markup done by `c-font-lock-<>-arglists'.
12372
12373 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
12374 after `c-font-lock-declarations'.
12375
12376 * progmodes/cc-engine.el (c-syntactic-skip-backward):
12377 Add paren-level feature.
12378
12379 (c-guess-basic-syntax): Improve the anchor position for
12380 `template-args-cont' in nested template arglists. There's still
12381 much to be desired in this area, though.
12382
12383 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12384
12385 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
12386 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
12387
12388 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12389
12390 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
12391 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
12392
12393 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
12394 it doesn't work no longer are supported.
12395
12396 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
12397 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
12398 requires support for the syntax-table' text property, which rules
12399 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
12400 cruft associated with those versions.
12401
12402 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
12403 for the `syntax-table' text property, which rules out Emacs 19 and
12404 XEmacs < 21.4. Removed various compatibility cruft associated
12405 with those versions.
12406
12407 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
12408 support for the `syntax-table' text property.
12409
12410 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
12411 variable and use an extra quoted face name instead. All the
12412 emacsen flavors handle that correctly.
12413
12414 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
12415 (c-font-lock-declarators, c-font-lock-declarations)
12416 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
12417 property to mark the items in in declarator lists to handle
12418 refontification inside multiline declarations better.
12419
12420 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
12421 construct like "a * b = c;" as a declaration.
12422
12423 2005-12-08 Kim F. Storm <storm@cua.dk>
12424
12425 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
12426 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
12427 select either meta, hyper, or super modifier for rectangle commands.
12428 (cua--rectangle-modifier-key): New defvar.
12429 (cua--M/H-key): Use it. Remove special case for `space'.
12430 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
12431 on X, to meta otherwise. Always bind C-return to toggle
12432 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
12433
12434 * emulation/cua-rect.el (cua-help-for-rectangle):
12435 Use cua--rectangle-modifier-key. Handle super modifier too.
12436 (cua--init-rectangles): Always bind C-return to toggle rectangle.
12437 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
12438
12439 * ido.el: Move Acknowledgements and History after Commentary.
12440 Minor changes to Commentary.
12441
12442 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
12443 keymap if cua--prefix-override-timer is `shift'.
12444 (cua--shift-control-prefix): New function; emulate "type prefix
12445 key twice" functionality to handle shifted prefix key override.
12446 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
12447 New commands.
12448 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
12449
12450 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
12451
12452 * textmodes/org.el (org-insert-heading): Try to do items before
12453 headings.
12454 (org-agenda-mode): Quote `org-agenda-mode-hook'.
12455 (org-insert-item): New function.
12456 (org-renumber-ordered-list): Don't skip to higher level lists.
12457
12458 2005-12-08 Juri Linkov <juri@jurta.org>
12459
12460 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
12461
12462 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
12463
12464 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
12465
12466 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
12467 the constructed function name fun-1.
12468
12469 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
12470 because such links don't lead to parent documentation.
12471
12472 2005-12-08 Kenichi Handa <handa@m17n.org>
12473
12474 * descr-text.el (describe-char): Use *Help-2* buffer if the
12475 current buffer is *Help*. Call describe-text-properties while
12476 setting the original buffer.
12477
12478 2005-12-07 Bill Wohler <wohler@newt.com>
12479
12480 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
12481 and causes problems with non-MH users (such as Gnus users).
12482
12483 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
12484
12485 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
12486 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
12487 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
12488 command "info sources". Move calls to GDB command "list".
12489 (gdb-find-file-hook): Just use gdb-source-file-list.
12490 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
12491 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
12492 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12493 (gdb-data-list-register-values-handler): Use correct trigger name.
12494
12495 2005-12-07 Kim F. Storm <storm@cua.dk>
12496
12497 * ido.el (ido-completion-map): Rename from ido-mode-map.
12498 (ido-common-completion-map, ido-file-completion-map)
12499 (ido-file-dir-completion-map, ido-buffer-completion-map):
12500 Rename from ido-mode-....-map.
12501 (ido-init-completion-maps): Rename from ido-init-mode-maps.
12502 (ido-setup-completion-map): Rename from ido-define-mode-map.
12503 (ido-read-internal): Bind minibuffer-local-filename-completion-map
12504 to ido-completion-map.
12505
12506 2005-12-07 Kenichi Handa <handa@m17n.org>
12507
12508 * international/mule-cmds.el
12509 (set-display-table-and-terminal-coding-system): If the coding
12510 system specified in `unibyte-display' property is different from
12511 the arg coding-system, don't setup standard-display-table.
12512
12513 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
12516 that comments end at \n, regardless of selective-display.
12517
12518 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
12519
12520 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
12521 (gdb-version): New variables.
12522 (gdb-source-file-list, gdb-register-names)
12523 (gdb-changed-registers): New variables for use with GDB 6.4+.
12524 (gdb-ann3): Replace with...
12525 (gdb-init-1, gdb-init-2): ...two new functions.
12526 (gdba, gdb-prompt): Call gdb-init-1.
12527 (gdb-get-version): New function. Call gdb-init-2 from here.
12528 (gud-watch): Make it work with mouse events too.
12529 (gdb-post-prompt): Don't add to queue until GDB version is known.
12530 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
12531 (gdb-locals-mode): Use gdb-version.
12532 (gdb-memory-format-map, gdb-memory-unit-map)
12533 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
12534 (gdb-locals-font-lock-keywords-1)
12535 (gdb-locals-font-lock-keywords-2): New variables.
12536 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
12537 (gdb-set-gud-minor-mode-existing-buffers-1)
12538 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
12539 (gdb-var-update-1, gdb-var-update-handler-1)
12540 (gdb-data-list-register-values-handler)
12541 (gdb-data-list-register-values-custom)
12542 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
12543 (gdb-stack-list-locals-handler, gdb-get-register-names):
12544 New functions for use with GDB 6.4+.
12545 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
12546 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
12547 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
12548 (gdb-stack-list-locals-regexp)
12549 (gdb-data-list-register-names-regexp): New regexps for use with
12550 GDB 6.4+.
12551
12552 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
12555
12556 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
12557
12558 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
12559 prompts work for AUTH PLAIN. Also reported by Steve Allan
12560 <seallan@verizon.net>.
12561
12562 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12563
12564 * frame.el (set-frame-parameter): Add doc string.
12565
12566 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
12567
12568 * textmodes/org.el (org-occur-highlights): New variable.
12569 (org-highlight-new-match, org-remove-occur-highlights): New functions.
12570 (org-highlight-sparse-tree-matches): New option.
12571 (org-do-occur): New function.
12572 (org-get-heading): Make it work also at beginning of line.
12573 (org-category-table): New variable.
12574 (org-get-category-table, org-get-category)
12575 (org-camel-to-words, org-link-search): New functions.
12576 (org-select-this-todo-keyword): New variable.
12577 (org-todo-list): New command.
12578 (org-shiftright, org-shiftleft): New commands.
12579 (org-agenda-todo): Add prefix argument.
12580 (org-show-hierarchy-above): New option.
12581 (org-show-todo-tree): Numerical prefix creates tree for specific
12582 TODO keyword.
12583 (org-outline-level): New function, to assign a level to plain
12584 lists items.
12585 (org-cycle-include-plain-lists): New option.
12586 (org-mode): Use `org-outline-level' as value of `outline-level'.
12587 (org-cycle): Temporarily switch `outline-regexp' if
12588 `org-cycle-include-plain-lists' is non-nil.
12589 (org-start-icalendar-file): Fix format bug.
12590 (org-agenda-get-day-entries): Create category table.
12591 (org-agenda-get-todos, org-agenda-get-timestamps)
12592 (org-agenda-get-deadlines, org-agenda-get-scheduled)
12593 (org-agenda-get-blocks): Use `org-get-category'.
12594 (org-context-in-file-links): Rename from
12595 `org-line-numbers-in-file-links'.
12596
12597 2005-12-06 Romain Francoise <romain@orebokech.com>
12598
12599 * window.el (balance-windows): Delete extraneous third arg in call
12600 to `enlarge-window'.
12601
12602 2005-12-06 Kenichi Handa <handa@m17n.org>
12603
12604 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
12605
12606 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
12607
12608 * progmodes/gdb-ui.el (gdb-var-create-handler)
12609 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
12610 (gdb-var-list-children-handler, gdb-var-update-handler):
12611 Current buffer is already gdb-partial-output-buffer, don't
12612 make it current again.
12613
12614 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
12615
12616 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
12617 (list-buffers-noselect): Use it.
12618
12619 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
12622 (mail-yank-ignored-headers): Use regexp-opt.
12623 (mail-mode-map): Move initialization into declaration.
12624 (mail-sent-via): Remove unused shadowed var `to-line'.
12625 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
12626 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
12627 (mail-do-fcc): Use dolist and push.
12628 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
12629 (mail-yank-ignored-headers): Don't autoload.
12630
12631 2005-12-05 Kenichi Handa <handa@m17n.org>
12632
12633 * international/mule-cmds.el (set-language-info-internal): New fun.
12634 (set-language-info): Call set-language-info-internal to update
12635 language-info-alist. If LANG-ENV is the current one, call
12636 set-language-environment to make INFO effective now.
12637 (set-language-info-alist): Likewise.
12638 (locale-language-names): With locale "en", use English
12639 lang. env. but set the default codings to iso-8859-1.
12640
12641 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
12642
12643 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
12644 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
12645 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
12646 for plain strings.
12647 (gdb-frames-mode): Remove redundant call to font-lock-mode.
12648 (gdb-all-registers): Rename from toggle-gdb-all-registers.
12649 Create registers buffer if necessary. Echo new state in minibuffer.
12650 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
12651
12652 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
12653
12654 * info.el (Info-fontify-node): Match external links using
12655 non-directory part of filename.
12656
12657 2005-12-04 Juri Linkov <juri@jurta.org>
12658
12659 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
12660 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
12661 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
12662 because there is no customization option for it.
12663
12664 * font-lock.el (lisp-font-lock-keywords-1):
12665 Add define-global-minor-mode.
12666
12667 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
12668
12669 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
12670 properties on the constructed variable names.
12671
12672 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12673 Put `definition-name' properties on the constructed function names
12674 next-sym and prev-sym.
12675
12676 * emacs-lisp/find-func.el (find-function-regexp):
12677 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
12678 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
12679 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
12680 and easy-menu-define.
12681
12682 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
12683 easy-mmode-define-global-mode and define-global-minor-mode.
12684 (lisp-imenu-generic-expression): Add define-global-minor-mode.
12685
12686 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
12687 instead of easy-mmode-define-global-mode.
12688
12689 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12690 Use define-minor-mode instead of easy-mmode-define-minor-mode.
12691
12692 * cus-edit.el (customize-group, customize-group-other-window):
12693 Filter out autoloaded options from the group completion list by
12694 using heuristics that autoloaded groups don't have `custom-autoload'
12695 property on their symbols (they have only `custom-loads').
12696
12697 * simple.el (completion-setup-function): Put completions-common-part
12698 face on complete completion string too (i.e. completion string
12699 without completions-first-difference face).
12700
12701 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
12702
12703 2005-12-03 Eli Zaretskii <eliz@gnu.org>
12704
12705 * view.el (view-mode): Doc fix.
12706
12707 * disp-table.el (standard-display-european): Add to the warning
12708 message a reference to the doc string.
12709
12710 * play/yow.el (apropos-zippy): Call print-help-return-message,
12711 similar to other Help and Apropos commands.
12712
12713 * help.el (print-help-return-message): If pop-up-frames is
12714 non-nil, set up help-return-method to delete the help window and,
12715 possibly, its frame as well, and don't display message about
12716 scrolling the help window. Doc fix.
12717 (help-return-method): Doc fix.
12718
12719 2005-12-03 Martin Rudalics <rudalics@gmx.at>
12720
12721 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
12722 whereby names of length one or names starting with a
12723 symbol-constituent character would not be returned.
12724
12725 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12726
12727 * subr.el (atomic-change-group): Add edebug and indentation spec.
12728
12729 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * completion.el (save-completions-file-name): Fix typo in last change.
12732
12733 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12734
12735 * info.el: Move back/forward history to the beginning of the tool bar.
12736
12737 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
12738
12739 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12740 Add fset of allout-real-isearch-abort during compile to fix
12741 byte-compilation warnings.
12742 (allout-mode-p): Move definition of this macro above all uses, or
12743 byte compilation in barren Emacs (eg, during Emacs build) will
12744 lack the definition.
12745 (allout-mode): Move this variable above any uses, or byte
12746 compilation will fail.
12747 (allout-resolve-xref): Remove use of personal file-reference function.
12748 (allout-toggle-current-subtree-encryption): Do the current (ie,
12749 visible containing) topic, rather than nearest around point. Doc fix.
12750 (allout-toggle-subtree-encryption): New function, workhorse that
12751 works on nearest topic containing point.
12752 (allout-encrypt-string): Signal requirement for newer version of pgg.
12753 (allout-resumptions): Doc fix.
12754
12755 2005-12-02 Eli Zaretskii <eliz@gnu.org>
12756
12757 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
12758
12759 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
12760
12761 * textmodes/flyspell.el (flyspell-external-point-words):
12762 Consider a misspelling as found in the string search if: (a) misspelling
12763 and found string lengths match, or (b) misspelling is found as
12764 element in a boundary-chars separated longer string, or (c)
12765 ispell-program-name is really ispell and misspelling is found as
12766 part of a TeX string. After successful match move beginning of
12767 search region to end of match. Warn about not found misspellings
12768 once the process is done.
12769 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
12770
12771 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
12772
12773 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
12774 tool bar (removed inadvertently).
12775
12776 2005-12-02 Juri Linkov <juri@jurta.org>
12777
12778 * log-view.el (log-view-diff): Clarify doc string.
12779
12780 2005-12-01 Bill Wohler <wohler@newt.com>
12781
12782 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
12783 triggers lm-verify errors.
12784
12785 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
12786
12787 * simple.el (transient-mark-mode, line-number-mode)
12788 (column-number-mode, size-indication-mode): Remove `:require nil'.
12789
12790 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
12791
12792 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
12793 in the margin also.
12794 (gdb-breakpoints-mode-map): Use D instead of d for
12795 gdb-delete-breakpoint.
12796 (gdb-get-frame-number): Require a number to match on.
12797 (gdb-threads-mode-map): Add follow-link binding.
12798
12799 2005-11-30 Jason Rumney <jasonr@gnu.org>
12800
12801 * isearch.el (isearch-mode-map): Avoid exiting search on
12802 language-change event.
12803
12804 2005-11-30 Romain Francoise <romain@orebokech.com>
12805
12806 * speedbar.el (speedbar-default-position): New defcustom.
12807 (speedbar-frame-reposition-smartly): Use it.
12808
12809 * dframe.el (dframe-reposition-frame-emacs): Fix position
12810 computation for `left' location.
12811 Update copyright year.
12812
12813 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * help.el (help-map): Move initialization into declaration.
12816
12817 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
12818
12819 * help-fns.el (help-argument-name): Don't autoload.
12820 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
12821 to be re-loaded when customizing the `help' group.
12822
12823 2005-11-30 John Paul Wallington <jpw@gnu.org>
12824
12825 * help-fns.el (describe-function-1): Fill arglist output.
12826
12827 2005-11-30 Kim F. Storm <storm@cua.dk>
12828
12829 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
12830 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
12831 after revert-buffer (or anything else which kills all local variables).
12832
12833 * apropos.el (apropos-parse-pattern): Doc fix.
12834 Set apropos-regexp directly, rather than expecting callers to do so.
12835 (apropos-command, apropos, apropos-value, apropos-documentation):
12836 Simplify calls to apropos-parse-pattern.
12837
12838 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12839
12840 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
12841 (hi-lock-face-phrase-buffer): Use hi-yellow face.
12842 (hi-lock-write-interactive-patterns): Use comment-region.
12843
12844 * longlines.el (longlines-mode): Add mail-setup-hook.
12845
12846 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
12847
12848 * simple.el (sendmail-user-agent-compose, next-line):
12849 Conditionally use hard-newline.
12850
12851 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12852
12853 * international/latexenc.el (latex-inputenc-coding-alist):
12854 Reword doc string.
12855
12856 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12857
12858 * help.el (describe-key-briefly, describe-key): Recognize default
12859 bindings.
12860
12861 2005-11-29 Romain Francoise <romain@orebokech.com>
12862
12863 * view.el (view-inhibit-help-message): New defcustom.
12864 (view-mode-enter): Use it.
12865
12866 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
12867
12868 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
12869 Preserve user position.
12870
12871 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
12872
12873 * font-lock.el: Throw error if facemenu is not loaded to prevent
12874 accidental change of loading order in loadup.el. (Suggested by RMS.)
12875
12876 * loadup.el: Add comment explaining why facemenu must be loaded
12877 before font-lock.
12878
12879 2005-11-28 Jay Belanger <belanger@truman.edu>
12880
12881 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
12882 (calc-dispatch-map): Add more keys for `calc-same-interface'.
12883
12884 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
12885
12886 * calc/calc-embed.el (calc-do-embedded): Update help message.
12887
12888 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
12889
12890 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12891
12892 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
12893
12894 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
12895 called-interactively-p.
12896 (elp-profilable-p): Rename from elp-not-profilable-p.
12897 Invert result and take into account macros and autoloaded functions.
12898 (elp-instrument-function): Update call.
12899 (elp-instrument-package): Update call. Add completion.
12900 (elp-pack-number): Use match-string.
12901 (elp-results-jump-to-definition-by-mouse): Merge into
12902 elp-results-jump-to-definition and then remove.
12903 (elp-output-insert-symname): Make help echo text single-line.
12904
12905 * replace.el (query-replace-map): Move initialization into declaration.
12906 (occur-engine): Use with-current-buffer.
12907 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
12908 (occur-mode-mouse-goto): Replace with an alias.
12909
12910 2005-11-28 Juri Linkov <juri@jurta.org>
12911
12912 * simple.el (quoted-insert): Let-bind input-method-function to nil.
12913
12914 * term/w32-win.el: Bind [S-tab] to [backtab].
12915
12916 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
12917 `Info-find-file' to t.
12918
12919 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
12920 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
12921 and same-window-regexps.
12922 (occur-next-error): Don't move point for arg 0.
12923
12924 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
12925
12926 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
12927
12928 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * log-edit.el (log-edit-changelog-use-first): New var.
12931 (log-edit-changelog-ours-p): Use it.
12932 (log-edit-insert-changelog): Set it with new arg `use-first'.
12933 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
12934 (log-edit-hook): Add them to the list of suggested options.
12935
12936 * textmodes/flyspell.el (flyspell-last-buffer): New var.
12937 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
12938 redundant work.
12939 (flyspell-mode-on): Use add-hook for after-change-functions.
12940 (flyspell-mode-off): Use remove-hook for after-change-functions.
12941 (flyspell-changes): Make it buffer-local.
12942 (flyspell-after-change-function): Make it non-interactive. Use push.
12943 (flyspell-post-command-hook): Check input-pending-p while processing
12944 the potentially long list of buffer changes.
12945
12946 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12947
12948 * buff-menu.el (list-buffers-noselect): Display the selected
12949 frame's buffer list, not the global one.
12950
12951 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12952
12953 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
12954 that (list last-input-event) works as in interactive spec.
12955
12956 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12957
12958 * loadup.el ("facemenu"): Load facemenu before font-lock, because
12959 `facemenu-keymap' needs to be defined when font-lock is loaded.
12960 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
12961
12962 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * completion.el: Remove useless leading * in defcustom docstrings.
12965 (save-completions-file-name): Use ~/.emacs.d if available.
12966 (completion-standard-syntax-table): Rename from
12967 cmpl-standard-syntax-table and fold initialization into declaration,
12968 thus removing cmpl-make-standard-completion-syntax-table.
12969 (completion-lisp-syntax-table, completion-c-syntax-table)
12970 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
12971 (cmpl-saved-syntax, cmpl-saved-point): Remove.
12972 (symbol-under-point, symbol-before-point)
12973 (symbol-under-or-before-point, symbol-before-point-for-complete)
12974 (add-completions-from-c-buffer): Use with-syntax-table.
12975 (make-completion): Don't return a list of completion entries.
12976 Update callers.
12977 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
12978 (completion-initialize): Rename from initialize-completions.
12979 (completion-find-file-hook): Rename from cmpl-find-file-hook.
12980 (kill-emacs-save-completions): Collect stats here.
12981 (save-completions-to-file, load-completions-from-file):
12982 Use with-current-buffer.
12983 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
12984 into a function. Move all calls to toplevel.
12985 (completion-lisp-mode-hook): New fun.
12986 (completion-c-mode-hook, completion-setup-fortran-mode):
12987 Set the syntax-table here. Use local-set-key.
12988 (completion-saved-bindings): New var.
12989 (dynamic-completion-mode): Make it into a proper minor mode.
12990 (load-completions-from-file): Remove unused var `num-uses'.
12991
12992 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
12993 constructor if it is explicitly overridden.
12994
12995 * complete.el (PC-completion-as-file-name-predicate):
12996 Use minibuffer-completing-file-name.
12997 (partial-completion-mode): Use find-file-not-found-functions.
12998 (PC-lisp-complete-symbol): Use with-syntax-table.
12999 (PC-look-for-include-file): Remove dead setq.
13000 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
13001 (PC-complete): Use with-current-buffer.
13002
13003 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
13004 escape single quotes.
13005
13006 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13007
13008 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
13009 of `if' whose condition always returned nil. Doc fix.
13010
13011 * buff-menu.el (Buffer-menu-revert-function): Make the selected
13012 window's buffer the current buffer around the call to
13013 `list-buffers-noselect'. This is necessary to mark that buffer
13014 with a `.' in the Buffer Menu when called from Lisp, for instance
13015 by Auto Revert Mode.
13016
13017 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13018
13019 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
13020 attaching to it.
13021 (gdb-pre-prompt): Make sure gdb-error is reset.
13022
13023 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
13024 with a child process, detect it.
13025 (gud-speedbar-buttons): Match regexp more carefully.
13026
13027 2005-11-27 Richard M. Stallman <rms@gnu.org>
13028
13029 * mouse.el (mouse-drag-move-window-bottom):
13030 Use adjust-window-trailing-edge.
13031
13032 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13033
13034 * simple.el (blink-matching-open): Ignore
13035 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
13036 (blink-matching-paren-on-screen): Update docstring.
13037
13038 * paren.el (show-paren-mode): No longer change
13039 `blink-matching-paren-on-screen'.
13040
13041 2005-11-27 John Paul Wallington <jpw@pobox.com>
13042
13043 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13044 (gdb-threads-select, gdb-edit-register-value):
13045 Use `posn-set-point' instead of `mouse-set-point' because the
13046 latter is not fbound when configured without X.
13047
13048 2005-11-27 Kim F. Storm <storm@cua.dk>
13049
13050 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
13051 existing face when partially highlighting a TAB in a rectangle.
13052
13053 2005-11-26 Kim F. Storm <storm@cua.dk>
13054
13055 * ido.el (ido-mode-map): Doc fix.
13056 (ido-mode-common-map, ido-mode-file-map)
13057 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
13058 (ido-define-mode-map): Rewrite. Select one of the new maps as
13059 parent for ido-mode-map instead of building from scratch.
13060 (ido-init-mode-maps): New defun to initialize new maps.
13061 (ido-mode): Call it.
13062 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
13063 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
13064
13065 2005-11-26 John Paul Wallington <jpw@pobox.com>
13066
13067 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
13068 `mouse-set-point' because the latter is not fbound when configured
13069 without X.
13070
13071 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
13072
13073 * files.el (file-relative-name): Doc fix.
13074
13075 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13076
13077 * progmodes/octave-inf.el (inferior-octave-startup): Force a
13078 non-empty string for secondary prompt PS2.
13079
13080 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13081
13082 * progmodes/compile.el (compilation-setup): Fix last change.
13083
13084 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
13085
13086 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13087 (gdb-mouse-toggle-breakpoint-margin)
13088 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
13089 Add gdb-server-prefix to keep out of command history.
13090 (gdb-edit-register-value): New function.
13091 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
13092 (gdb-info-registers-custom): Use above map.
13093
13094 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13095
13096 * custom.el (enable-theme): Signal error if argument is not a
13097 theme. Don't recalculate a face if it's not loaded yet.
13098
13099 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
13100 the `user' theme is in effect.
13101
13102 * info.el (Info-on-current-buffer): Record actual filename in
13103 Info-current-file, instead of t, or a fake filename if a non-file
13104 buffer. Make autoload.
13105 (Info-find-node, Info-revert-find-node): No need to check for
13106 Info-current-file nil.
13107 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
13108 Info-current-file is now never `t'.
13109 (Info-fontify-node): Many simplifications due to Info-current-file
13110 always being valid. Use Info-find-file to find node filename.
13111
13112 2005-11-25 David Kastrup <dak@gnu.org>
13113
13114 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
13115 new character, then delete" in order to preserve markers.
13116
13117 2005-11-25 David Ponce <david@dponce.com>
13118
13119 * recentf.el (recentf-arrange-by-rule): Handle a special
13120 `auto-mode-alist'-like "strip suffix" rule.
13121 (recentf-build-mode-rules): Handle second level auto-mode entries.
13122
13123 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
13124
13125 * viper-keym.el (viper-ESC-key): Use different values in terminal and
13126 window modes.
13127
13128 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
13129 jde-javadoc-checker-report-mode.
13130
13131 * ediff-wind (ediff-make-wide-display): Slight simplification.
13132
13133 * ediff.el (ediff-date): Change the date of last update.
13134
13135 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
13136
13137 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
13138 Use define-minor-mode, and make it a local mode. Turn on font-lock.
13139 (hi-lock-mode): New global minor mode.
13140 (turn-on-hi-lock-if-enabled): New function.
13141 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
13142 Change arguments to regexp and face instead of a font-lock pattern.
13143 Directly set face property, instead of refontifying.
13144 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
13145 (hi-lock-find-patterns): Use line-number-at-pos.
13146
13147 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
13148 arguments for hi-lock-set-pattern.
13149 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
13150 Call font-lock-fontify-buffer.
13151 (hi-lock-find-file-hook, hi-lock-current-line)
13152 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
13153
13154 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
13155 turned off.
13156
13157 * progmodes/compile.el (compilation-setup): Don't fiddle with
13158 font-lock-defaults.
13159
13160 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
13161
13162 * progmodes/gdb-ui.el (gdb-var-create-handler)
13163 (gdb-var-list-children-handler): Find values for all variable
13164 objects. gud-speedbar-buttons decides whether to display them.
13165
13166 2005-11-24 Romain Francoise <romain@orebokech.com>
13167
13168 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
13169 buffer name with a space.
13170
13171 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
13172
13173 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
13174 `org-export-local-list-max-depth'. Change default value to 3.
13175 (org-auto-renumber-ordered-lists)
13176 (org-plain-list-ordered-item-terminator): New options.
13177 (org-at-item-p, org-beginning-of-item, org-end-of-item)
13178 (org-get-indentation, org-get-string-indentation)
13179 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
13180 New functions.
13181 (org-move-item-down, org-move-item-up): New commands.
13182 (org-export-as-html): New classes for CSS support. Bug fix in
13183 regular expression detecting fixed-width regions. Respect
13184 `org-local-list-ordered-item-terminator'.
13185 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
13186 also a list item.
13187 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
13188 New item moving functions.
13189
13190 2005-11-24 Juri Linkov <juri@jurta.org>
13191
13192 * isearch.el (isearch-repeat): With empty search ring set
13193 `isearch-error' to the error string instead of signaling error
13194 with the function `error'.
13195
13196 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13197
13198 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
13199
13200 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
13201
13202 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
13203 and variable.
13204 (gdb-var-create-handler, gdb-var-list-children-handler):
13205 Don't match on "char **...".
13206 (gdb-var-update-handler): Find values for all variable objects.
13207 (gdb-info-frames-custom): Identify frames by leading "#".
13208
13209 * progmodes/gud.el (gud-speedbar-menu-items): Add
13210 gdb-speedbar-auto-raise as radio button.
13211 (gud-speedbar-buttons): Raise speedbar if requested.
13212 Don't match on "char **...".
13213 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
13214 Make it editable.
13215
13216 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
13217
13218 * info.el (Info-fontify-node): Handle the case where
13219 Info-current-file is t.
13220
13221 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * simple.el (blink-matching-open): Fix off-by-one in last change.
13224
13225 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13226
13227 * term/mac-win.el: Don't change default directory.
13228
13229 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
13230
13231 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
13232 buffers correctly. (It used to throw an error in such buffers.)
13233 Make it ask for confirmation in group buffers and other Custom
13234 buffers containing more than one customization item.
13235
13236 2005-11-22 John Paul Wallington <jpw@gnu.org>
13237
13238 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
13239 property on mail and url overlays.
13240 (goto-address-at-point): Use `posn-set-point' instead of
13241 `mouse-set-point' because the latter is not fbound when configured
13242 without X.
13243
13244 2005-11-22 Lars Hansen <larsh@soem.dk>
13245
13246 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
13247 (ls-lisp-classify, ls-lisp-format): Delete call to
13248 ls-lisp-parse-symlink.
13249 (ls-lisp-handle-switches): Handle symlinks to directories as
13250 directories when ls-lisp-dirs-first in non-nil.
13251
13252 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
13253
13254 * startup.el (command-line): Make sure that loaddefs.el is handled
13255 correctly in load-history.
13256
13257 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
13258
13259 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
13260 (gdb-struct-string, gdb-array-string): New constants.
13261 (gdb-info-locals-handler): Use them.
13262 (gdb-reset): Reset gdb-var-list to nil.
13263
13264 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
13267 in patterns.
13268
13269 2005-11-21 Juri Linkov <juri@jurta.org>
13270
13271 * custom.el (defcustom): Update link types in docstring.
13272
13273 2005-11-20 Martin Rudalics <rudalics@gmx.at>
13274
13275 * custom.el (defgroup): Add doc-string-elt info.
13276
13277 * widget.el (define-widget): Don't use declare for the doc-string-elt.
13278
13279 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * newcomment.el (comment-enter-backward): Fix last fix.
13282
13283 * simple.el (blink-matching-open):
13284 * paren.el (show-paren-function): Allow new paren-class info.
13285
13286 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
13287
13288 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
13289 handled automagically.
13290
13291 2005-11-20 Andreas Schwab <schwab@suse.de>
13292
13293 * descr-text.el (describe-char): When copying overlays put them
13294 over the full char description instead of just the first character
13295 of it.
13296
13297 2005-11-20 Juri Linkov <juri@jurta.org>
13298
13299 * simple.el (what-cursor-position):
13300 * descr-text.el (describe-char): Use Lisp-readable syntax
13301 for octal and hex. Reorder decimal, octal and hex values.
13302 Remove excess whitespace in the output. Use `=' in `column='
13303 like in `point=' and `Hscroll='.
13304
13305 * international/mule-cmds.el (encoded-string-description):
13306 Use Lisp-readable syntax for hex.
13307
13308 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * newcomment.el (comment-enter-backward): Handle the case where the
13311 comment is closed by EOB.
13312
13313 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13314
13315 * longlines.el (longlines-before-revert-hook)
13316 (longlines-after-revert-hook): New functions.
13317 (longlines-mode): Turn off longlines temporarily when reverting.
13318 Add a message-setup-hook.
13319 (longlines-decode-buffer): New function.
13320 (longlines-wrap-line): Preserve marker positions.
13321
13322 2005-11-19 Andreas Schwab <schwab@suse.de>
13323
13324 * emacs-lisp/shadow.el: Handle compressed files.
13325
13326 2005-11-19 Romain Francoise <romain@orebokech.com>
13327
13328 * net/browse-url.el (browse-url-default-browser): Signal an error
13329 if no usable browser can be found, rather than try to load w3.
13330
13331 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
13332
13333 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
13334 replacing existing properties.
13335 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13336 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
13337 tty specs.
13338 (rcirc-server-prefix, rcirc-server): New faces.
13339 (rcirc-url-regexp): Generate with rx macro.
13340 (rcirc-last-server-message-time): New variable.
13341 (rcirc-filter): Record time of last message.
13342 (rcirc-keepalive): Kill processes that did not send a message
13343 since the last ping.
13344 (rcirc-mode): Give rcirc-topic a local binding here.
13345
13346 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
13347
13348 * subr.el (read-passwd): Fontify the prompt as we do with other
13349 prompts.
13350
13351 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
13352
13353 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
13354 binding buffer-read-only to nil.
13355
13356 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13357
13358 * complete.el (partial-completion-mode):
13359 Mention completion-auto-help in the doc string.
13360
13361 * man.el (Man-highlight-references): Doc fix. Reformat code in a
13362 more Lisp-ish way.
13363
13364 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13365
13366 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
13367 digits, not 8, to avoid misalignment for files larger than 100MB.
13368
13369 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13370
13371 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
13372 Mention "keyboard shortcuts" in the help text.
13373
13374 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13375
13376 * startup.el (fancy-splash-default-action): Discard only
13377 mouse-down and succeeding mouse-up events in the splash screen
13378 window so that drag-n-drop event can be processed.
13379
13380 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
13381
13382 * longlines.el (longlines-mode): Add hacks for mail-mode and
13383 message-mode.
13384
13385 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
13386
13387 * textmodes/org.el (org-table-sort-lines): New command.
13388 (org-tbl-menu): Add entry for `org-table-sort-lines'.
13389 (org-add-file): Command removed, use `org-agenda-file-to-front'
13390 instead.
13391 (org-export-icalendar): Use `org-icalendar-combined-name'.
13392 (org-cycle-agenda-files, org-agenda-file-to-end)
13393 (org-agenda-file-to-front): New commands.
13394 (org-table-tab-jumps-over-hlines, org-export-html-style):
13395 New options.
13396 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
13397 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
13398 New functions.
13399 (org-fill-paragraph): Call `org-table-align' in tables.
13400 (org-mode): Call `org-set-autofill-regexps'.
13401 (org-export-as-html): Support for local handformatted lists.
13402 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
13403 (org-export-local-list-max-depth): New option.
13404 (org-html-expand): Use `org-html-protect'.
13405
13406 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
13407
13408 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
13409 to "p".
13410 (gdb): Move definition of gud-pp to...
13411
13412 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
13413 speedbar.
13414 (gdb-find-watch-expression): New function.
13415
13416 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13417
13418 * faces.el (face-attribute, set-face-attribute): Mention existence
13419 of `:ignore-defface' setting in docstring.
13420
13421 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * simple.el (completion-setup-function): Fix last change.
13424
13425 2005-11-17 John Paul Wallington <jpw@pobox.com>
13426
13427 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
13428 Use `posn-set-point' instead of `mouse-set-point' because the
13429 latter is not fbound when configured without X.
13430
13431 * comint.el (comint-insert-input): Likewise.
13432
13433 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13434
13435 * simple.el (hard-newline): New variable.
13436 (sendmail-user-agent-compose, next-line): Use it.
13437
13438 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
13439 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
13440 (mail-mail-reply-to, mail-mail-followup-to)
13441 (mail-position-on-field, mail-signature, mail-yank-original)
13442 (mail-attach-file): Likewise.
13443
13444 * mail/mailheader.el (mail-header-format)
13445 (mail-header-format-function): Likewise.
13446
13447 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
13448
13449 2005-11-17 Juri Linkov <juri@jurta.org>
13450
13451 * font-lock.el (font-lock-faces): Rename this defgroup from
13452 `font-lock-highlighting-faces'.
13453 (font-lock-comment-face, font-lock-comment-delimiter-face)
13454 (font-lock-string-face, font-lock-doc-face)
13455 (font-lock-keyword-face, font-lock-builtin-face)
13456 (font-lock-function-name-face, font-lock-variable-name-face)
13457 (font-lock-type-face, font-lock-constant-face)
13458 (font-lock-warning-face, font-lock-negation-char-face)
13459 (font-lock-preprocessor-face)
13460 (font-lock-regexp-grouping-backslash)
13461 (font-lock-regexp-grouping-construct): Rename :group from
13462 `font-lock-highlighting-faces' to `font-lock-faces'.
13463
13464 * cus-edit.el (lisp, c, tex):
13465 * progmodes/ada-mode.el (ada):
13466 * progmodes/asm-mode.el (asm):
13467 * progmodes/cperl-mode.el (cperl-faces):
13468 * progmodes/cpp.el (cpp):
13469 * progmodes/dcl-mode.el (dcl):
13470 * progmodes/f90.el (f90):
13471 * progmodes/fortran.el (fortran):
13472 * progmodes/icon.el (icon):
13473 * progmodes/idlwave.el (idlwave-misc):
13474 * progmodes/m4-mode.el (m4):
13475 * progmodes/make-mode.el (makefile):
13476 * progmodes/meta-mode.el (meta-font):
13477 * progmodes/modula2.el (modula2):
13478 * progmodes/octave-mod.el (octave):
13479 * progmodes/pascal.el (pascal):
13480 * progmodes/perl-mode.el (perl):
13481 * progmodes/prolog.el (prolog):
13482 * progmodes/ps-mode.el (PostScript-edit):
13483 * progmodes/scheme.el (scheme):
13484 * progmodes/sh-script.el (sh-script):
13485 * progmodes/simula.el (simula):
13486 * progmodes/tcl.el (tcl):
13487 * textmodes/nroff-mode.el (nroff):
13488 * textmodes/reftex-vars.el (reftex-fontification-configurations):
13489 * textmodes/sgml-mode.el (sgml):
13490 * textmodes/texinfo.el (texinfo):
13491 Add :link (custom-group-link font-lock-faces) to defgroup.
13492
13493 * hi-lock.el (hi-lock): Rename this defgroup from
13494 `hi-lock-interactive-text-highlighting'. Change parent group from
13495 `faces' to `font-lock'. Add link to the manual.
13496 (hi-lock-mode, hi-lock-file-patterns-range)
13497 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
13498 `hi-lock-interactive-text-highlighting' to `hi-lock'.
13499 (hi-lock-faces): Add :group `faces'.
13500
13501 * cus-edit.el (custom-variable-prompt): Clarify the code.
13502
13503 * faces.el (face-read-string): Set the default value arg of
13504 completing-read.
13505
13506 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
13507
13508 * rfn-eshadow.el (file-name-shadow-properties)
13509 (file-name-shadow-tty-properties, file-name-shadow-mode):
13510 Remove autoloads, because the file is now preloaded.
13511
13512 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * printing.el (easy-menu-intern): Don't define.
13515 (pr-get-symbol): Use easy-menu-intern only if defined.
13516
13517 * simple.el (blink-matching-open): Simplify a bit.
13518 (completion-setup-function): Fix the case of partial-completion-mode
13519 when the minibuffer's contents start with "-".
13520 Obey completion-base-size-function even when
13521 minibuffer-completing-file-name is non-nil.
13522
13523 2005-11-16 Richard M. Stallman <rms@gnu.org>
13524
13525 * net/eudcb-ph.el (eudc-ph-open-session):
13526 Use set-process-query-on-exit-flag.
13527
13528 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
13529
13530 * international/ucs-tables.el (ucs-set-table-for-input):
13531 Use make-local-variable, not make-variable-buffer-local.
13532
13533 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13534 Improve warning message text.
13535
13536 * savehist.el (savehist-save-hook): Add :group.
13537
13538 * menu-bar.el (menu-bar-help-menu):
13539 Rename Find Extra Packages to External Packages.
13540
13541 * cus-edit.el (Custom-reset-standard): Verify that
13542 :custom-standard-value prop exists before calling it.
13543
13544 * apropos.el (apropos-calc-scores): Use apropos-pattern.
13545
13546 2005-11-16 Martin Rudalics <rudalics@gmx.at>
13547
13548 * wid-edit.el (color): Enclose %t in %{...%}.
13549
13550 * cus-edit.el (face): Enclose %t in %{...%}.
13551
13552 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
13553
13554 * savehist.el (savehist-mode-hook): Re-add the var.
13555 (savehist-mode): Use it.
13556
13557 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13558
13559 * textmodes/flyspell.el: Fix commenting convention.
13560 Remove unnecessary leading * in custom docstrings.
13561 (flyspell-emacs): Remove unused var.
13562 (flyspell-delete-region-overlays): Use remove-overlays.
13563 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
13564 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
13565 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
13566 (flyspell-debug-signal-word-checked): Use with-current-buffer.
13567 (make-flyspell-overlay): Don't locally reuse a global name.
13568 (flyspell-highlight-incorrect-region)
13569 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
13570 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
13571 (flyspell-notify-misspell): Remove unused args `start' and `end'.
13572 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
13573 Wrap calls to accept-process-output inside with-local-quit since it's
13574 often called from a post-command-hook.
13575 (flyspell-correct-word, flyspell-auto-correct-word):
13576 Use ispell-send-string.
13577 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
13578
13579 * calendar/diary-lib.el (diary-list-entries): Also hide the
13580 terminating newline.
13581
13582 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
13583
13584 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
13585 window-system, to allow fonts on tty.
13586
13587 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
13588
13589 * progmodes/gud.el (gud-speedbar-item-info): New function.
13590 (gud-install-speedbar-variables): Use it to display data type
13591 of watch expression as a tooltip in speedbar.
13592
13593 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
13594
13595 * font-core.el (global-font-lock-mode): Add :version keyword,
13596 because default was changed.
13597
13598 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
13599
13600 * startup.el (command-line): Use `custom-reevaluate-setting' for
13601 `file-name-shadow-mode'.
13602
13603 * loadup.el: Preload rfn-eshadow.
13604
13605 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
13606 Add :version keyword.
13607 (file-name-shadow-properties, file-name-shadow-tty-properties)
13608 (file-name-shadow): Add :version keyword.
13609
13610 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
13611 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
13612 in the custom-group property of the symbol frames and the fringe
13613 group got no link to its parent group frames.
13614 Doc fix.
13615
13616 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13617
13618 * progmodes/gud.el (gud-stop-subjob): New function.
13619 (gud-menu-map, gud-tool-bar-map): Use it.
13620
13621 2005-11-16 Kim F. Storm <storm@cua.dk>
13622
13623 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
13624 than kill it.
13625 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
13626 to a more useful/logical place.
13627
13628 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13629
13630 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
13631 go buttons complementary.
13632
13633 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
13636 (rfn-eshadow-sifn-equal): New function.
13637 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
13638
13639 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
13640
13641 * viper-utils.el (viper-non-word-characters-reformed-vi):
13642 Quote `-' in string.
13643
13644 * viper.el (viper-emacs-state-mode-list): Ensure that
13645 rcirc-mode buffers come up in Emacs state.
13646
13647 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
13648 operation.
13649
13650 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13651
13652 * term.el (term-termcap-format): Fix typos.
13653 (term-down): Fix the negative argument case.
13654
13655 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13656
13657 * progmodes/gdb-ui.el: Remove face-alias left over from change on
13658 2005-08-15.
13659 (gdb-ann3): New command gud-go.
13660 (menu): Accomodate gdb-mi.el.
13661 (gdb-assembler-custom): Make buffer of selected window current
13662 so that set-window-point works.
13663
13664 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
13665 buttons and include new ones.
13666
13667 2005-11-16 Kim F. Storm <storm@cua.dk>
13668
13669 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
13670 (gud-menu-map): Use it.
13671
13672 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
13673
13674 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
13675 that works correctly for Custom and that does not override a user
13676 who disables it.
13677
13678 * help-mode.el (help-make-xrefs, help-xref-on-pp)
13679 (help-xref-interned, help-follow): Make hyperlinks for variables
13680 that are unbound, but have a non-nil variable-documentation property.
13681
13682 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
13683 mode hook. (It conflicted with defcustoms for some mode hooks.)
13684 Use the `variable-documentation' property to give the mode hook a
13685 docstring and expand that docstring.
13686
13687 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
13688
13689 * savehist.el (savehist-mode): Don't bother with
13690 `custom-set-minor-mode'.
13691 (savehist-coding-system): Check XEmacs version.
13692 (history-length): Declare also at run time.
13693 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
13694 Don't set the customize state.
13695 (savehist-minibuffer-hook): Special case for when
13696 minibuffer-history-variable is equal to t.
13697
13698 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13699
13700 * files.el (write-file): Refresh VC status.
13701
13702 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
13703 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
13704 than fundamental-mode to see if the mode was set.
13705
13706 2005-11-14 Romain Francoise <romain@orebokech.com>
13707
13708 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
13709 dummy function in `eval-when-compile' to avoid compiler warning.
13710 Require `man' at compile time.
13711
13712 2005-11-14 Jay Belanger <belanger@truman.edu>
13713
13714 * calc-alg.el (calcFunc-write-out-power): Rename it to
13715 calcFunc-powerexpand.
13716 (math-write-out-power): Rename it to math-powerexpand; have it
13717 handle negative exponents.
13718 (calc-writeoutpower): Rename it to calc-powerexpand.
13719
13720 * calc-ext.el: Change calcFunc-writeoutpower and
13721 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
13722 autoloads.
13723 Add calcFunc-ldiv to autoloads.
13724
13725 * calc-arith.el (calcFunc-ldiv): New function.
13726
13727 * calc.el (calc-left-divide): New function.
13728
13729 2005-11-14 Juri Linkov <juri@jurta.org>
13730
13731 * cus-edit.el (custom-variable-prompt): Set the default value arg
13732 of completing-read.
13733
13734 * cus-dep.el (custom-make-dependencies): Reverse the list of
13735 found dependencies.
13736
13737 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13738
13739 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
13740 Highlighting" entry, it is on by default now.
13741 (menu-bar-options-save): Do not save global-font-lock-mode.
13742
13743 2005-11-13 Richard M. Stallman <rms@gnu.org>
13744
13745 * textmodes/flyspell.el (flyspell-large-region):
13746 Call flyspell-accept-buffer-local-defs.
13747
13748 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
13749
13750 * textmodes/flyspell.el (flyspell-notify-misspell):
13751 Fix misspelling of "Misspelling".
13752 (flyspell-process-localwords): New function.
13753 (flyspell-large-region): Call flyspell-process-localwords and
13754 flyspell-delete-region-overlays.
13755 (flyspell-delete-region-overlays): New function.
13756 (flyspell-delete-all-overlays): Call that.
13757
13758 2005-11-13 Richard M. Stallman <rms@gnu.org>
13759
13760 * help.el (help-for-help-internal): Improve doc of C-h a.
13761 (describe-key): Improve prompt; doc fix.
13762
13763 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13764
13765 * vc-svn.el (vc-svn-registered): Catch all errors.
13766
13767 * cus-dep.el (custom-make-dependencies): Typo.
13768
13769 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
13770
13771 * net/tramp-util.el (top): Fix compilation warning.
13772
13773 2005-11-13 Kim F. Storm <storm@cua.dk>
13774
13775 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
13776
13777 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13778
13779 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
13780 (gud-speedbar-buttons): Match on "const char *" too.
13781
13782 * progmodes/gdb-ui.el (gdb-var-create-handler)
13783 (gdb-var-list-children-handler): Match on "const char *" too.
13784 (gdb-var-evaluate-expression-handler): Match on empty string.
13785 (gdb-var-update-handler): Only call
13786 gdb-var-evaluate-expression-handler when required.
13787
13788 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13789
13790 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
13791 selected window. This still doesn't work for speedbar.
13792 (gud-speedbar-buttons): Handle string expressions properly.
13793
13794 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13795 (gdb-var-create-handler): Handle string expressions properly.
13796 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
13797 Handle string expressions properly. Move "type" field into regexp.
13798
13799 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13800
13801 * bookmark.el (bookmark-maybe-message): New function to reduce
13802 code duplication: invokes `message' iff baud-rate is high enough.
13803 (bookmark-write-file): Use above instead of an inline conditional.
13804 (bookmark-load): Same.
13805
13806 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13807
13808 * bookmark.el (bookmark-write-file): Don't visit the destination
13809 file, just write the data to it using write-region. This is
13810 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
13811 change to avoid visiting the file in the first place.
13812
13813 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
13814
13815 * hi-lock.el (hi-lock-mode): Set the default value of
13816 font-lock-defaults.
13817
13818 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
13819
13820 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
13821 arg to `file-attributes'.
13822 (find-lisp-format): The UID and GID can now be strings.
13823
13824 2005-11-12 Kim F. Storm <storm@cua.dk>
13825
13826 * help.el (help-map): Bind C-h d to apropos-documentation.
13827
13828 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
13829 when point is at end-of-buffer.
13830
13831 * apropos.el (apropos-match-face): Doc fix.
13832 (apropos-sort-by-scores): Add new choice `verbose'.
13833 (apropos-documentation-sort-by-scores): New defcustom.
13834 (apropos-pattern): Now contains the pattern entered by the user.
13835 (apropos-pattern-quoted): New defvar.
13836 (apropos-regexp): New defvar, containing the regexp corresponding
13837 to apropos-pattern.
13838 (apropos-all-words-regexp): Rename from apropos-all-regexp.
13839 (apropos-read-pattern): New defun. Use it to read pattern arg in
13840 interactive calls; returns list of words for a word list, and
13841 string for a regexp.
13842 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
13843 parses a list of words or regexp as returned by apropos-read-pattern.
13844 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
13845 (apropos-score-doc): Return a very high score if the string
13846 entered by the user matches literally.
13847 (apropos-variable): Doc fix. Use apropos-read-pattern.
13848 (apropos-command): Doc fix. Use apropos-read-pattern and
13849 apropos-parse-pattern. Call apropos-print with nosubst=t.
13850 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
13851 apropos-parse-pattern.
13852 (apropos-documentation): Doc fix. Use apropos-read-pattern and
13853 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
13854 apropos-documentation-sort-by-scores. Call apropos-print with
13855 nosubst=t.
13856 (apropos-documentation-internal): Pass doc string through
13857 substitute-key-definition before adding text properties.
13858 Highlight substring matching literal user input if possible.
13859 (apropos-documentation-check-doc-file): Remove locals beg and end.
13860 Fix calculation of score (as added twice). Pass doc string through
13861 substitute-key-definition before adding text properties.
13862 (apropos-documentation-check-elc-file): Pass doc string through
13863 substitute-key-definition before adding text properties.
13864 Highlight substring matching literal user input if possible.
13865 (apropos-print): Add new arg NOSUBST; if set, command and variable
13866 doc strings have already been passed through substitute-key-definition.
13867 Add code to handle apropos-accumulator items without score element
13868 for backwards compatibility (e.g. with woman package).
13869 Only show scores if apropos-sort-by-scores is `verbose'.
13870
13871 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13872
13873 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
13874 Add jka-compr-load-suffixes to load-suffixes.
13875
13876 * jka-compr.el: Require jka-cmpr-hook.
13877 (jka-compr-info-compress-message, jka-compr-info-compress-program)
13878 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
13879 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
13880 (jka-compr-info-can-append, jka-compr-info-strip-extension)
13881 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
13882 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
13883 (jka-compr-uninstall): Remove entries from
13884 jka-compr-added-to-file-coding-system-alist after they are used.
13885 (jka-compr-error): Remove unused var `curbuf'.
13886 (jka-compr-file-local-copy): Remove unused var `notfound'.
13887
13888 2005-11-10 Romain Francoise <romain@orebokech.com>
13889
13890 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
13891
13892 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
13893
13894 * progmodes/gud.el (gud-menu-map): Move parentheses.
13895 (gdb): New command gud-pv.
13896
13897 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * tar-mode.el: Remove spurious or unnecessary leading stars
13900 in docstrings.
13901 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
13902 (tar-parse-octal-integer-safe): Use mapc.
13903 (tar-header-block-summarize): Remove unused var `ck'.
13904 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
13905 cleared before. Obey default-enable-multibyte-characters.
13906 Use mapconcat. Simplify setting of tar-header-offset.
13907 (tar-mode-map): Move initialization inside delcaration.
13908 (tar-flag-deleted): Use `abs'.
13909 (tar-expunge-internal): Remove unused var `line'.
13910 (tar-expunge-internal): Don't hardcode point-min==1.
13911 (tar-expunge): Widen while doing set-buffer-multibyte.
13912 (tar-rename-entry): Use file-name-coding-system.
13913 (tar-alter-one-field): Don't hardcode point-min==1.
13914 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
13915 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
13916
13917 2005-11-10 Masatake YAMATO <jet@gyve.org>
13918
13919 * add-log.el (add-log-current-defun): Handle class::method
13920 notation of c++. Fix incorrect comment.
13921
13922 2005-11-10 Alan Mackenzie <acm@muc.de>
13923
13924 * help-fns.el (describe-variable): Make C-h v work when a variable
13925 has variable documentation yet is unbound.
13926
13927 2005-11-10 Masatake YAMATO <jet@gyve.org>
13928
13929 * man.el (Man-highlight-references): Set an empty
13930 string to `Man-arguments' if it is nil.
13931 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
13932
13933 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
13936 commenting conventions.
13937
13938 * cus-dep.el (custom-make-dependencies): Simplify.
13939 Better follow the commenting conventions.
13940
13941 2005-11-09 Richard M. Stallman <rms@gnu.org>
13942
13943 * apropos.el (apropos-pattern): Rename from apropos-regexp.
13944 (apropos-orig-pattern): Rename from apropos-orig-regexp.
13945 All uses changed.
13946 (apropos-rewrite-regexp): Doc fix.
13947 (apropos-variable, apropos-command, apropos, apropos-value):
13948 Change prompt; carry through the argument renaming.
13949
13950 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
13951
13952 * find-lisp.el: Require dired.
13953 (find-lisp-find-dired-internal): Do not call
13954 `abbreviate-file-name' on DIR.
13955
13956 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
13957
13958 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
13959
13960 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
13961
13962 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
13963 when using the speedbar.
13964 (gdb): New command gud-pp.
13965 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
13966
13967 2005-11-09 Juri Linkov <juri@jurta.org>
13968
13969 * replace.el (occur-excluded-properties): New defcustom.
13970 (occur-1, occur-engine, occur-accumulate-lines): Use it.
13971
13972 2005-11-08 Jay Belanger <belanger@truman.edu>
13973
13974 * calc/calc-units.el (math-convert-units): Replace any composite
13975 unit by its definition.
13976
13977 2005-11-08 Lars Hansen <larsh@soem.dk>
13978
13979 * emacs-lisp/autoload.el (update-directory-autoloads):
13980 Add obsolete function alias.
13981
13982 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13983
13984 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13985 comment-indent-function.
13986 (lisp-comment-indent): Replace by an alias for comment-indent-default.
13987
13988 * reveal.el (reveal-post-command): Rework the handling of
13989 reveal-open-spots, so as to be more reliable. There were several
13990 tricky corner cases where an open spot might be lost, or where
13991 a closed spot might end up on the list of open spots.
13992 Only reveal text that's ellipsised.
13993
13994 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
13995
13996 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
13997
13998 2005-11-07 John Paul Wallington <jpw@gnu.org>
13999
14000 * ibuffer.el (ibuffer): Search iconified frames too when
14001 getting Ibuffer buffer's window.
14002
14003 2005-11-06 Richard M. Stallman <rms@gnu.org>
14004
14005 * progmodes/compile.el (compilation-internal-error-properties):
14006 save-excursion around the computation of MARKER.
14007
14008 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
14009
14010 * textmodes/flyspell.el (flyspell-external-point-words):
14011 flyspell-get-word returns a list, not just a string.
14012
14013 2005-11-06 John Paul Wallington <jpw@pobox.com>
14014
14015 * ibuffer.el (ibuffer): Search all visible frames when getting
14016 Ibuffer buffer's window.
14017
14018 2005-11-07 Masatake YAMATO <jet@gyve.org>
14019
14020 * man.el (Man-reference-regexp): Accept spaces between
14021 `Man-name-regexp' and `Man-section-regexp'.
14022 (Man-apropos-regexp): New variable.
14023 (Man-abstract-xref-man-page): Use value for `Man-target-string'
14024 if available.
14025 (Man-highlight-references, Man-highlight-references0):
14026 Handle the case when `Man-arguments' includes "-k".
14027 (Man-highlight-references0): Rename the argument `TARGET-POS' to
14028 `TARGET'. `TARGET' can be a number, function or nil.
14029
14030 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
14031
14032 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
14033 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
14034 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
14035 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
14036 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
14037 (gdb-send-item): Use buffer-local-value and simplify.
14038
14039 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
14040
14041 * startup.el (command-line): Use `custom-reevaluate-setting' for
14042 `global-font-lock-mode'.
14043
14044 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
14045 by default, except in batch mode or when the -D option is given.
14046
14047 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
14048 specified keyword args on to `define-minor-mode'. Update docstring.
14049
14050 2005-11-05 Romain Francoise <romain@orebokech.com>
14051
14052 * replace.el (occur-engine): Add marker at end of line, too.
14053
14054 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14055
14056 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14057 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14058 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14059 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14060 argument to all these routines, so the passphrase can be managed
14061 externally and passed in to the system.
14062 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14063 pgg-add-passphrase-to-cache function.
14064
14065 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14066 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14067 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14068 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14069 argument to all these routines, so the passphrase can be managed
14070 externally and passed in to the system.
14071 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14072 function.
14073
14074 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14075
14076 * font-lock.el: Don't deal with font-lock-face-attributes here,
14077 move the code ...
14078
14079 * startup.el (command-line): ... here. Use face-spec-set instead
14080 of custom-declare-face.
14081
14082 * faces.el (face-spec-set): Reset the face if spec is not nil.
14083
14084 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14085
14086 * newcomment.el (comment-region-internal): Box more tightly in the
14087 common case where there's no TAB in the boxed text.
14088
14089 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14090
14091 * info.el (info-tool-bar-map): Use images prev-node, next-node and
14092 up-node.
14093
14094 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
14095
14096 * newsticker.el: Commentary updated. Code formatting changed.
14097 (newsticker-version): Change to "1.9".
14098 (newsticker, newsticker-feed): Doc fix.
14099 (newsticker-url-list): Doc fix. Add option "Weekly".
14100 (newsticker-retrieval-interval): Add option "Weekly".
14101 (newsticker-headline-processing): Doc fix.
14102 (newsticker-auto-mark-filter): Remove.
14103 (newsticker-auto-mark-filter-list): New.
14104 (newsticker-layout, newsticker-sort-method): Doc fix.
14105 (newsticker-hide-old-items-in-newsticker-buffer)
14106 (newsticker-heading-format, newsticker-item-format)
14107 (newsticker-desc-format): Doc fix.
14108 (newsticker-show-all-rss-elements): Remove.
14109 (newsticker-show-all-news-elements): New.
14110 (newsticker-faces, newsticker-ticker): Doc fix.
14111 (remove-from-invisibility-spec): Code formatting.
14112 (newsticker--process-ids): New.
14113 (newsticker-mode): Doc fix.
14114 (newsticker-mode): Change mode-line-format.
14115 (newsticker-start): Remove debug output.
14116 (newsticker-start-ticker): Doc fix. Add autoload cookie.
14117 (newsticker-w3m-show-inline-images): Code formatting.
14118 (newsticker-next-item): Call `force-mode-line-update'.
14119 (newsticker-previous-item): Call `force-mode-line-update'.
14120 (newsticker-next-feed): Call `force-mode-line-update'.
14121 (newsticker-previous-feed): Call `force-mode-line-update'.
14122 (newsticker-mark-all-items-at-point-as-read): Code formatting.
14123 (newsticker-show-old-items): Do not show descs.
14124 (newsticker-hide-entry): Hide too much.
14125 (newsticker-hide-entry, newsticker-show-entry)
14126 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
14127 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
14128 (newsticker-toggle-auto-narrow-to-item): Code formatting.
14129 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
14130 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
14131 (newsticker-get-news): Call `force-mode-line-update'.
14132 Collect process ids.
14133 (newsticker--sentinel): Change coding system handling.
14134 Move image retrieval to new functions newsticker--get-logo-url-*.
14135 Move feed parsing to new functions newsticker--parse-*.
14136 Update list of process ids.
14137 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
14138 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
14139 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
14140 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
14141 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14142 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
14143 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
14144 (newsticker--decode-coding-string): Remove.
14145 (newsticker--decode-numeric-entities): Check input. Format code.
14146 (newsticker--remove-whitespace): Check input.
14147 (newsticker--do-forget-preformatted): Doc fix.
14148 (newsticker--decode-rfc822-date): Allow for missing time.
14149 (newsticker--update-process-ids): New.
14150 (newsticker--image-sentinel): Change comment.
14151 (newsticker--image-read): Change error message.
14152 (newsticker--imenu-goto): Doc fix. Show headline title.
14153 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
14154 (newsticker--buffer-do-insert-text): Clean whitespace in
14155 html-rendered headline title. Code formatting.
14156 Call `newsticker--buffer-print-extra-elements'.
14157 (newsticker--buffer-print-extra-element): Remove.
14158 (newsticker--buffer-print-extra-elements): New.
14159 (newsticker--buffer-do-print-extra-element): New.
14160 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
14161 large sizes.
14162 (newsticker--run-auto-mark-filter)
14163 (newsticker--do-run-auto-mark-filter):
14164 Use `newsticker-auto-mark-filter-list'.
14165
14166 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
14167
14168 * net/rcirc.el: Use split-string OMIT-NULLS argument.
14169 (rcirc-print): Force redisplay before running hooks. Do long
14170 buffer truncation after making new text read-only. Deal with nil
14171 text when decoding strings. If TARGET is nil, use either the
14172 currently selected buffer, if it is an rcirc buffer and of the
14173 same process or the process buffer.
14174 (rcirc-mode): Remove header-line. Recompute short buffer names.
14175 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
14176 (rcirc-short-buffer-name): Add variable.
14177 (rcirc-kill-buffer-hook): Recompute short buffer names.
14178 Remove nick from private channel.
14179 (rcirc-send-input): Send command text to current-buffer.
14180 Don't clear overlay arrow here.
14181 (rcirc-short-buffer-name): Return a short buffer name.
14182 (rcirc-update-short-buffer-names, rcirc-abbreviate)
14183 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
14184 buffer-name abbreviations.
14185 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
14186 Do not touch nick-table when killing a parted channel.
14187 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
14188 Clear arrow from current buffer if it is now hidden.
14189 (rcirc-current-buffer): Add variable.
14190 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14191 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
14192 Remove -face from names.
14193 (rcirc-update-activity-string): Print "DND" when globally ignoring
14194 activity.
14195 (rcirc-ignore-buffer-activity-flag): Rename from
14196 rcirc-ignore-channel-activity.
14197 (rcirc-ignore-all-activity-flag): Doc fix.
14198 (rcirc-channels): Remove variable.
14199 (rcirc-kill-buffer-hook):
14200 (rcirc-get-buffer-create): Add nick to private channel.
14201 (rcirc-multiline-edit-submit): Remove tabs.
14202 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
14203 folded.
14204 (rcirc-remove-nick-channel): Bug fix.
14205 (rcirc-toggle-ignore-buffer-activity): Rename from
14206 rcirc-toggle-ignore-channel-activity.
14207 (rcirc-record-activity): Add buffers to the front of the list.
14208 (rcirc-update-activity): Remove killed buffers from list.
14209 (rcirc-process-server-response-1): Remove last argument if it is
14210 null before calling handler.
14211 (rcirc): Add "rcirc" defcustom prefix.
14212 (rcirc-prompt): Simplify default prompt.
14213 Use custom-initialize-default.
14214 (rcirc-private-chats): Remove variable.
14215 (rcirc-prompt): Change initialization.
14216 (rcirc-version): Remove function.
14217 (rcirc-id-string): Add constant.
14218 (rcirc-last-buffer): Remove variable.
14219 (rcirc-buffer-alist): Add variable.
14220 (rcirc-connect): Update variable setup.
14221 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
14222 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
14223 default.
14224 (rcirc-handler-generic): Trigger activity.
14225 (rcirc-send-message): Create the buffor of the target.
14226 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
14227 (rcirc-get-buffer): Just return nil if there is no matching buffer.
14228 (rcirc-multiline-edit-cancel): Remove function.
14229 (rcirc-set-last-buffer): Remove function.
14230 (rcirc-get-any-buffer): Add function.
14231 (rcirc-join-channels): Don't print /join text.
14232 (rcirc-toggle-ignore-channel-activity): Add and update echo area
14233 messages.
14234 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
14235 (rcirc-handler-NOTICE): Recognize CTCP responses.
14236 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
14237 constructing TOPIC string for buffers we are not JOINed.
14238 (rcirc-handler-CTCP-response): Add handler.
14239 (rcirc-multiline-edit-submit): Restore the window-configuration
14240 before adjusting point.
14241 (rcirc): Add customization group.
14242 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
14243 (rcirc-user-full-name, rcirc-startup-channels-alist)
14244 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
14245 (rcirc-ignore-all-activity-flag, rcirc-time-format)
14246 (rcirc-input-ring-size, rcirc-read-only-flag)
14247 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
14248 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
14249 Change defvar to defcustom.
14250 (rcirc-update-prompt): Add optional ALL arg, which will update
14251 prompts in all rcirc buffers. Regexp quote replacement text.
14252 (rcirc-fill-column): Accept frame-width as a value.
14253 (rcirc-set-changed): Add function.
14254 (rcirc-next-active-buffer): Write more meaningful messages.
14255 (rcirc-faces): Add customization group.
14256 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
14257 (rcirc-nick-in-message-face, rcirc-prompt-face)
14258 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
14259 (with-rcirc-process-buffer): Move before first usage.
14260 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
14261 (rcirc-debug-flag): Rename from `rcirc-log-p'.
14262 (rcirc-debug): Rename from `rcirc-log'.
14263 (rcirc-format-response-string): Do not print `-' chars for a
14264 NOTICE with no sender. Simplify output of server responses.
14265
14266 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14267
14268 (rcirc-browse-url-map, rcirc-browse-url-at-point)
14269 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
14270 Make urls mouse and RET clickable.
14271
14272 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14273
14274 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
14275
14276 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14277
14278 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14279 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14280 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14281 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14282 argument to all these routines, so the passphrase can be managed
14283 externally and passed in to the system.
14284 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14285 pgg-add-passphrase-to-cache function.
14286
14287 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14288 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14289 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14290 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14291 argument to all these routines, so the passphrase can be managed
14292 externally and passed in to the system.
14293 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14294 function.
14295
14296 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
14297
14298 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
14299 from goto-address-url-regexp.
14300
14301 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
14302
14303 * textmodes/org.el (org-read-date, org-goto-calendar)
14304 (org-recenter-calendar, org-agenda-goto-calendar):
14305 Temporarily clear `calendar-move-hook'.
14306
14307 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
14308
14309 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
14310 merging.
14311
14312 * ediff-util.el (ediff-previous-difference): Don't skip regions that
14313 have merge clashes.
14314
14315 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14316
14317 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14318 Undo previous change.
14319
14320 * startup.el (command-line): Use `custom-reevaluate-setting' for
14321 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
14322 tty-register-default-colors on Mac.
14323
14324 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14325
14326 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
14327 (gdb-buffer-type): Make it automatically buffer local...
14328 (gdb-get-create-buffer): ...and set it accordingly.
14329 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
14330 actually work.
14331
14332 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
14333
14334 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
14335 not red.
14336
14337 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14338
14339 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
14340 case GUD buffer is not visible.
14341 (gdb-goto-breakpoint): Try to force display in source buffer.
14342 (gdb-frame-gdb-buffer): Copy other similar functions.
14343 (gdb-restore-windows): Don't display source if not asked for.
14344 (gdb-assembler-buffer-name): Don't capitalise.
14345
14346 2005-11-03 Richard M. Stallman <rms@gnu.org>
14347
14348 * wid-edit.el (key-sequence): New widget type.
14349
14350 * simple.el (set-mark-command-repeat-pop): New variable.
14351 (set-mark-command): Only interpret plan C-@ after a pop as a pop
14352 if set-mark-command-repeat-pop is true.
14353
14354 * info.el (Info-fontify-node): Don't display extra "see" if there
14355 already is one here.
14356
14357 * mouse.el: Fix special handling of DEL after dragging a region:
14358 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
14359 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
14360
14361 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
14362
14363 * textmodes/ispell.el (ispell-command-loop): Change `i' description
14364 not to assume it pertains to an affix.
14365
14366 * textmodes/flyspell.el (flyspell-post-command-hook):
14367 Bind deactivate-mark to prevent deactivation.
14368
14369 2005-11-03 Lars Hansen <larsh@soem.dk>
14370
14371 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
14372 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
14373 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
14374
14375 2005-11-03 Romain Francoise <romain@orebokech.com>
14376
14377 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
14378 Update copyright years.
14379
14380 2005-11-03 Sam Steingold <sds@gnu.org>
14381
14382 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14383 Use system-type instead of window-system because window-system is not
14384 correctly defined during loadup.
14385
14386 2005-11-02 Mark A. Hershberger <mah@everybody.org>
14387
14388 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
14389 (xml-parse-tag): Join strings separated by a comment properly.
14390
14391 2005-11-02 Andreas Schwab <schwab@suse.de>
14392
14393 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
14394
14395 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14396
14397 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
14398 (byte-optimize-pure-func): Quote the eval'd value.
14399
14400 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14401 Rename from perl-font-lock-syntactic-face-function.
14402 Change the calling convention so it can be used as a font-lock MATCHER.
14403 Do the parse-partial-sexp loop outselves.
14404 (perl-font-lock-syntactic-keywords): Use it.
14405 (perl-mode): Don't set font-lock-syntactic-face-function any more.
14406
14407 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
14408
14409 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
14410 disassembly buffer too.
14411 (gdb-exited): Remove overlay arrows when execution has finished.
14412 (gdb-info-frames-custom, gdb-info-threads-custom)
14413 (gdb-info-registers-custom): Don't add inappropriate text
14414 properties if inferior is not active.
14415
14416 2005-11-02 Glenn Morris <rgm@gnu.org>
14417
14418 * progmodes/fortran.el (fortran-blink-match):
14419 Use `blink-matching-delay'.
14420
14421 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
14422
14423 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
14424
14425 2005-11-02 Lars Hansen <larsh@soem.dk>
14426
14427 * net/tramp.el (tramp-action-out-of-band): Handle scp message
14428 "Permission denied".
14429
14430 2005-11-01 Richard M. Stallman <rms@gnu.org>
14431
14432 * textmodes/flyspell.el (flyspell-external-point-words):
14433 Pass nil to flyspell-get-word.
14434
14435 2005-11-02 Kim F. Storm <storm@cua.dk>
14436
14437 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
14438 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
14439
14440 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
14443 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
14444 (calendar-mouse-print-dates): Add optional `event' argument.
14445 Update interactive-spec.
14446 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
14447 Use `calendar-event-to-date' instead of `event'.
14448
14449 2005-11-02 Masatake YAMATO <jet@gyve.org>
14450
14451 * progmodes/ld-script.el (ld-script-builtins):
14452 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
14453 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
14454 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
14455
14456 2005-11-01 Romain Francoise <romain@orebokech.com>
14457
14458 * vc-sccs.el: Update copyright year.
14459 * ezimage.el: Likewise.
14460
14461 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
14462
14463 * info.el (Info-fontify-node): Use `string-width' for fontifying
14464 underlined titles.
14465
14466 2005-11-01 Juri Linkov <juri@jurta.org>
14467
14468 * info.el (Info-fontify-node): Downcase node header keywords Node,
14469 Prev, Next, Up before comparison.
14470 (Info-history): Insert absolute directory name, and put invisible
14471 property on it.
14472
14473 2005-11-01 Juri Linkov <juri@jurta.org>
14474
14475 * info.el (Info-file-supports-index-cookies): New variable.
14476 (Info-find-node-2): Check makeinfo version for index cookie support.
14477 (Info-index-nodes): Search for nodes with index cookies only when
14478 Info-file-supports-index-cookies is t. Otherwise, search nodes
14479 with "Index" in the node name.
14480 (Info-index-node): Search index cookie in the current node only when
14481 Info-file-supports-index-cookies is t. Otherwise, check the word
14482 "Index" in the node name.
14483 (Info-find-emacs-command-nodes): Remove code that searches nodes
14484 with "Index" node name in the top menu.
14485
14486 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14487
14488 * progmodes/scheme.el (scheme-mode-variables): Use the default
14489 comment-indent-function.
14490
14491 * faces.el (face-attribute): Handle the case where a face inherits from
14492 a non-existent face.
14493
14494 * simple.el (eval-expression-print-format): Use lisp-readable syntax
14495 for octal and hexa output, and merge the char into the paren.
14496 (kill-new): Use push.
14497 (copy-to-buffer): Use with-current-buffer.
14498 (completion-setup-function): Move code in loop to remove redundancy.
14499 (minibuffer-local-must-match-map): Don't add bindings that duplicate
14500 those inherited from minibuffer-local-completion-map.
14501
14502 * savehist.el (savehist-mode) <defcustom>:
14503 Use custom-set-minor-mode if available.
14504 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
14505 and emit a message if applicable.
14506
14507 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
14508
14509 * savehist.el: Sync up to version 19.
14510 (savehist-mode): New minor mode.
14511 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
14512 (savehist-length): Remove (use history-length instead).
14513 (savehist-file-modes): Rename from savehist-modes.
14514 (savehist-save-hook, savehist-loaded): New vars.
14515 (savehist-load): Use savehist-mode. Try to smooth up transition from
14516 old format to new format.
14517 (savehist-install): Allow savehist-autosave-interval to be nil.
14518 (savehist-save): Run the new hook. Be more careful to only trim the
14519 history variables.
14520 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
14521 (savehist-printable): Print into a buffer rather than char-by-char.
14522
14523 2005-11-01 John Wiegley <johnw@newartisans.com>
14524
14525 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
14526 toggle-ignore keybinding (C-a). The author said it had been
14527 disabled much earlier due to a possible incompatibility, but after
14528 many months of usage I have encountered no problems (and it is a
14529 rather useful option, especially for switching to " *temp*").
14530
14531 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
14532 support for OS/X's AddressBook, by calling out to the open source
14533 program "contacts" (installable through Fink).
14534
14535 * net/eudc.el (eudc-expand-inline): If the
14536 `eudc-multiple-match-handling-method' is set to `all', delete the
14537 query string before inserting the query result.
14538
14539 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
14540 flag, to prevent Eshell from using the system ls when
14541 `eshell-ls-insert-directory' is in used.
14542 (eshell-ls-insert-directory): Disable font-lock in directory
14543 buffer so that Eshell's own fontification is seen. This broke
14544 recently due to changes in font-lock, so this goes back to version
14545 21 behavior.
14546
14547 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
14548
14549 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
14550 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
14551 (gdb-many-windows): Doc fix.
14552
14553 2005-10-31 Romain Francoise <romain@orebokech.com>
14554
14555 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
14556
14557 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14558
14559 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
14560 that global-font-lock-mode can be enabled by default.
14561
14562 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
14563 (font-lock-add-keywords, font-lock-remove-keywords)
14564 (font-lock-fontify-buffer): Remove autoload cookies.
14565
14566 * jit-lock.el (jit-lock-register): Likewise.
14567
14568 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
14569
14570 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14571
14572 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
14573 intact if there is no gud-comint-buffer.
14574
14575 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
14576
14577 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
14578 old prompt comint-prompt-read-only is t and GDB commands are
14579 issued from tool bar etc.
14580
14581 2005-10-31 Masatake YAMATO <jet@gyve.org>
14582
14583 * vc.el (vc-directory-exclusion-list): Add "{arch}".
14584
14585 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14586
14587 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
14588 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
14589
14590 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
14591
14592 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
14593 starting at beginning of line. Fontification is messed up when
14594 `open-paren-in-column-0-is-defun-start' set to t.
14595 Reported by John Paul Wallington <jpw@pobox.com>.
14596
14597 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
14598
14599 * comint.el (comint-send-input): Call `comint-update-fence' when
14600 `comint-process-echoes' and `comint-prompt-read-only' are both
14601 non-nil, to avoid leftover read-only newline.
14602
14603 2005-10-30 Richard M. Stallman <rms@gnu.org>
14604
14605 * textmodes/flyspell.el (flyspell-external-point-words):
14606 Detect when WORD can't be checked properly because
14607 flyspell-get-word finds just part of it, and move on.
14608
14609 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
14610 boundarychar for Polish.
14611 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
14612 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
14613
14614 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14615
14616 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
14617 (gdb-registers-font-lock-keywords): Delete.
14618 (gdb-registers-mode): Don't fontify.
14619 (gdb-info-registers-custom): Use text properties instead as, in
14620 future, changed register values will use font-lock-warning-face.
14621 (gdb-local-font-lock-keywords): Rename to...
14622 (gdb-locals-font-lock-keywords): ...for consistency.
14623
14624 2005-10-30 Andre Spiegel <spiegel@gnu.org>
14625
14626 * vc.el (vc-switch-backend): Better error message if the buffer is
14627 not visiting a file under version control.
14628
14629 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
14630
14631 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
14632
14633 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
14634 ~/.emacs.d/.emacs.
14635
14636 2005-10-29 Richard M. Stallman <rms@gnu.org>
14637
14638 * replace.el (occur-mode-mouse-goto): Always go to other window.
14639 (occur-mode-goto-occurrence): Always switch in same window.
14640
14641 * simple.el (undo): Display message at end, not at start.
14642
14643 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
14644 New arg REUSE-CELL.
14645 (cancel-timer-internal): New function.
14646 (timer-event-handler): Use cancel-timer-internal,
14647 and pass the cell it returns to timer-activate...
14648
14649 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
14650 (jit-lock-deferred-fontify, jit-lock-context-fontify)
14651 (jit-lock-after-change): Test memory-full.
14652
14653 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14654
14655 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14656 part of the decoded armor to find the key-identifier.
14657 (pgg-gpg-lookup-key-owner): New function to return the
14658 human-readable identifier of a key owner.
14659 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14660 key itself.
14661 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14662 the key value) if we have a key and can match it against a secret
14663 key. Also, added a note pointing out fact that the prompt only
14664 indicates the first matching key.
14665
14666 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14667 pgg-decrypt-region.
14668 (pgg-pending-timers): A new hash for tracking the passphrase cache
14669 timers, so that new ones supercede old ones.
14670 (pgg-add-passphrase-to-cache): Rename from
14671 `pgg-add-passphrase-cache' to reduce confusion (all callers
14672 changed). Modified to cancel old timers when new ones are added.
14673 (pgg-remove-passphrase-from-cache): Rename from
14674 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14675 changed). Modified to cancel old timers when their keys are
14676 removed from the cache.
14677 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14678 XEmacs, an indirection to delete-itimer.
14679 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14680 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14681 users can only check cache without risk of prompting. Correct bug in
14682 notruncate behavior.
14683 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14684 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14685 Add informative docstrings.
14686 (pgg-decrypt): Convey provided passphrase in subordinate call to
14687 pgg-decrypt-region.
14688
14689 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14690 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14691 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14692 `passphrase' argument, so the passphrase can be managed externally
14693 and then passed in to the system.
14694
14695 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14696 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14697 so the passphrase cache can be used reliably with identifiers
14698 besides a pgp packet's key id.
14699
14700 * pgg-gpg.el (pgg-pgp-encrypt-region)
14701 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14702 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14703 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14704 argument to all these routines, so the passphrase can be managed
14705 externally and passed in to the system.
14706
14707 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14708 `notruncate' argument, so the passphrase cache can be used
14709 reliably with identifiers besides a pgp packet's key id.
14710
14711 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14712
14713 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14714 symmetric encryption.
14715 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14716 encrypted session key.
14717 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14718 message ask for the passphrase in a proper way.
14719
14720 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14721 New user commands for symmetric encryption.
14722
14723 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
14724
14725 * textmodes/conf-mode.el (conf-assignment-sign)
14726 (conf-assignment-regexp): Fix docstrings.
14727 (conf-mode-initialize): New function.
14728 (conf-mode): Remove optional args. Use delay-mode-hooks to
14729 recognize recursive calls.
14730 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
14731 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
14732 (conf-xdefaults-mode): Use define-derived-mode and
14733 conf-mode-initialize.
14734
14735 2005-10-29 Romain Francoise <romain@orebokech.com>
14736
14737 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
14738
14739 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14740
14741 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14742 part of the decoded armor to find the key-identifier.
14743 (pgg-gpg-lookup-key-owner): New function to return the
14744 human-readable identifier of a key owner.
14745 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14746 key itself.
14747 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14748 the key value) if we have a key and can match it against a secret
14749 key. Also, added a note pointing out fact that the prompt only
14750 indicates the first matching key.
14751
14752 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14753 pgg-decrypt-region.
14754 (pgg-pending-timers): A new hash for tracking the passphrase cache
14755 timers, so that new ones supercede old ones.
14756 (pgg-add-passphrase-to-cache): Rename from
14757 `pgg-add-passphrase-cache' to reduce confusion (all callers
14758 changed). Modified to cancel old timers when new ones are added.
14759 (pgg-remove-passphrase-from-cache): Rename from
14760 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14761 changed). Modified to cancel old timers when their keys are
14762 removed from the cache.
14763 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14764 XEmacs, an indirection to delete-itimer.
14765 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14766 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14767 users can only check cache without risk of prompting. Correct bug in
14768 notruncate behavior.
14769 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14770 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14771 Add informative docstrings.
14772 (pgg-decrypt): Convey provided passphrase in subordinate call to
14773 pgg-decrypt-region.
14774
14775 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
14776
14777 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14778 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14779 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14780 `passphrase' argument, so the passphrase can be managed externally
14781 and then passed in to the system.
14782
14783 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14784 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14785 so the passphrase cache can be used reliably with identifiers
14786 besides a pgp packet's key id.
14787
14788 * pgg-gpg.el (pgg-pgp-encrypt-region)
14789 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14790 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14791 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14792 argument to all these routines, so the passphrase can be managed
14793 externally and passed in to the system.
14794
14795 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14796 `notruncate' argument, so the passphrase cache can be used
14797 reliably with identifiers besides a pgp packet's key id.
14798
14799 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14800
14801 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14802 symmetric encryption.
14803 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14804 encrypted session key.
14805 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14806 message ask for the passphrase in a proper way.
14807
14808 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14809 New user commands for symmetric encryption.
14810
14811 2005-10-28 Bill Wohler <wohler@newt.com>
14812
14813 * help-mode.el (help-url): New button type. Calls browse-url.
14814 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
14815 Similar to Info nodes: URL `url'.
14816 (help-make-xrefs): Create help-url buttons for
14817 help-xref-url-regexp matches.
14818
14819 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
14820
14821 * tool-bar.el (tool-bar-add-item-from-menu)
14822 (tool-bar-local-item-from-menu): Fix doc strings.
14823
14824 2005-10-28 Romain Francoise <romain@orebokech.com>
14825
14826 * ldefs-boot.el: Update.
14827
14828 * subr.el (locate-library): Move from help-fns.el.
14829 * help-fns.el (locate-library): Move to subr.el.
14830
14831 2005-10-28 Richard M. Stallman <rms@gnu.org>
14832
14833 * net/tramp.el (tramp-completion-mode): defvar moved up.
14834
14835 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
14836
14837 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
14838
14839 * files.el (find-file-noselect): Use %d to format large file size.
14840
14841 * bindings.el (mode-line-format): Add %e.
14842
14843 * loadup.el ("facemenu"): Load unconditionally.
14844 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
14845 ("x-dnd"): Load, when appropriate.
14846
14847 * startup.el (command-line): Call before-init-hook earlier.
14848 Warn about some bad characters in -u user name.
14849
14850 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
14851 (flyspell-external-point-words): Error if misspelled word is not found.
14852 Set flyspell-large-region-beg at end of word.
14853
14854 2005-10-28 Andreas Schwab <schwab@suse.de>
14855
14856 * view.el (View-revert-buffer-scroll-page-forward):
14857 Use view-page-size-default.
14858
14859 2005-10-28 Juri Linkov <juri@jurta.org>
14860
14861 * international/quail.el (quail-get-current-str): Translate last
14862 raw character for deterministic input methods.
14863
14864 2005-10-27 Jay Belanger <belanger@truman.edu>
14865
14866 * calc/calc-ext.el: Add functions to autoloads.
14867 (math-identity-matrix-p, math-ident-row-p): New functions.
14868
14869 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
14870 multiplication by an identity matrix; don't turn multiplication by
14871 an inverse matrix into division.
14872 (math-div-symbol-fancy): Replace division by matrices with
14873 multiplication by inverse.
14874
14875 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
14876
14877 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
14878 (calc-writeoutpower): New functions.
14879
14880 2005-10-27 Romain Francoise <romain@orebokech.com>
14881
14882 * replace.el (occur-engine): Include colon in mouse-face highlight.
14883
14884 * dired-x.el: Change Maintainer field.
14885
14886 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
14887
14888 * longlines.el (longlines-mode): Bind after-change-functions to
14889 nil during initial decoding and final encoding.
14890
14891 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14892
14893 * term.el (term-emulate-terminal, term-handle-colors-array)
14894 (term-handle-ansi-escape): Specify the terminfo capabilities
14895 implemented.
14896
14897 2005-10-26 Richard M. Stallman <rms@gnu.org>
14898
14899 * info.el (Info-fontify-node): Fix detection of sentence-break
14900 before *Note.
14901
14902 2005-10-26 Romain Francoise <romain@orebokech.com>
14903
14904 * smerge-mode.el: Add `tools' to file keywords.
14905
14906 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
14907
14908 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
14909 when the fringe is not available.
14910
14911 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
14912 (def-gdb-auto-update-trigger): Simplify construction.
14913 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
14914 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
14915 defined explicitly.
14916 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
14917 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
14918 defined explicitly.
14919 (gdb-info-locals-custom): Remove as it's a no-op.
14920
14921 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
14922
14923 * longlines.el (longlines-mode): Remove narrowing before
14924 performing the initial decoding or final encoding.
14925
14926 2005-10-25 Romain Francoise <romain@orebokech.com>
14927
14928 * emacs-lisp/find-func.el (find-library-name): Also strip
14929 extension if library name ends in .el, to take advantage of
14930 `find-library-suffixes'.
14931
14932 2005-10-25 Richard M. Stallman <rms@gnu.org>
14933
14934 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
14935
14936 2005-10-25 Juri Linkov <juri@jurta.org>
14937
14938 * textmodes/texinfo.el (texinfo-mode): Change charset of one
14939 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
14940
14941 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
14944 (blackbox-redefine-key): Add argument `map'.
14945
14946 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
14947 regions when moving the jit-lock-context-unfontify-pos boundary.
14948
14949 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14950
14951 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
14952
14953 2005-10-25 Masatake YAMATO <jet@gyve.org>
14954
14955 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
14956
14957 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14958
14959 * play/blackbox.el (blackbox-redefine-key): New function.
14960 (blackbox-mode-map): Use it to remap existing bindings for cursor
14961 motion instead of binding literal keys.
14962
14963 2005-10-25 Glenn Morris <rgm@gnu.org>
14964
14965 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
14966 diary does not end in a newline. Do not assume a blank line at
14967 the start of the diary file.
14968
14969 2005-10-25 Kenichi Handa <handa@m17n.org>
14970
14971 * international/quail.el (quail-translate-key): If the input
14972 method is deterministic and failed to handle the last key, restart
14973 the key handling loop from an appropriate key.
14974
14975 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
14976
14977 * vc.el (vc-dired-mode): Extend comment for binding of
14978 `directory-listing-before-filename-regexp'.
14979
14980 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * textmodes/texinfo.el (texinfo-mode):
14983 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
14984 not to unnecessarily expose emacs-mule's internal char codes.
14985
14986 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
14987
14988 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
14989 Display hand pointer and help-echo on disabled icon too.
14990 (gdb-mouse-until): New function.
14991 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
14992
14993 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
14994
14995 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
14996 with 2005-10-23 change to doctor.el.
14997
14998 * finder.el (finder-mode-map): Add follow-link binding.
14999
15000 2005-10-25 Kim F. Storm <storm@cua.dk>
15001
15002 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
15003 to gdb-mouse-toggle-breakpoint-fringe.
15004 (gdb-mouse-toggle-breakpoint-margin): Rename from
15005 gdb-mouse-toggle-breakpoint. Fix doc.
15006 (gdb-mouse-toggle-breakpoint-fringe): New defun.
15007 (gdb-put-string): Add optional SPROPS arg. Add props to string.
15008 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
15009 string properties also for fringe breakpoint bitmaps.
15010
15011 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
15012
15013 * textmodes/org.el (org-start-icalendar-file): Fix format form.
15014
15015 2005-10-25 Masatake YAMATO <jet@gyve.org>
15016
15017 * simple.el (completion-common-substring):
15018 Use `completion-common-substring' prior to `completion-base-size'.
15019
15020 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
15021
15022 * savehist.el: Require CL while compiling.
15023 (savehist-history-variables): Remove.
15024 (savehist-save-minibuffer-history, savehist-additional-variables)
15025 (savehist-minibuffer-history-variables): New vars.
15026 (savehist-save): Use them.
15027 (savehist-uninstall, savehist-minibuffer-hook): New funs.
15028 (savehist-install): New fun, extracted from savehist-load.
15029 (savehist-load): Use them.
15030
15031 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
15034 a dummy doc-string-elt property.
15035 (defalias, defvaralias, define-category): Add a docstring property.
15036
15037 * image.el (defimage):
15038 * widget.el (define-widget):
15039 * custom.el (defface, defcustom): Add `doc-string' declaration.
15040
15041 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
15042 (defadvice): Add `doc-string' declaration.
15043
15044 * emacs-lisp/byte-run.el (macro-declaration-function):
15045 Handle `doc-string' declarations.
15046 (define-obsolete-function-alias, define-obsolete-variable-alias):
15047 Add `doc-string' declaration.
15048
15049 2005-10-24 Kenichi Handa <handa@m17n.org>
15050
15051 * international/utf-7.el (utf-7): Add autoload cookie.
15052
15053 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
15054
15055 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15056
15057 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
15058 list of directories passed to batch-update-autoloads. Add "." to
15059 the list of the echoed directories.
15060
15061 * pgg-def.el:
15062 * pgg-gpg.el:
15063 * pgg-parse.el:
15064 * pgg-pgp.el:
15065 * pgg-pgp5.el:
15066 * pgg.el: Moved here from the gnus subdirectory.
15067
15068 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
15069
15070 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
15071 in case comint-prompt-read-only is set to t.
15072
15073 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
15074 in case comint-prompt-read-only is set to t.
15075
15076 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
15077
15078 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
15079 Now a string.
15080 (icalendar-import-format): Handle CLASS, STATUS, URL.
15081 Rename `subject' to `summary'.
15082 (icalendar-import-format-summary): Rename from
15083 `icalendar-import-format-subject'.
15084 (icalendar-import-format-url, icalendar-import-format-status)
15085 (icalendar-import-format-class): New variables.
15086 (icalendar--rris): Take variable argument list.
15087 (icalendar--datestring-to-isodate): Remove unnecessary
15088 calendar-style check when converting dates with explicit month names.
15089 (icalendar-export-region): Change return type of conversion
15090 subroutines. Bury current buffer unless error occurred.
15091 (icalendar--convert-to-ical)
15092 (icalendar--parse-summary-and-rest): New functions.
15093 (icalendar--convert-ordinary-to-ical)
15094 (icalendar--convert-weekly-to-ical)
15095 (icalendar--convert-yearly-to-ical)
15096 (icalendar--convert-block-to-ical)
15097 (icalendar--convert-cyclic-to-ical)
15098 (icalendar--convert-anniversary-to-ical): Change return type.
15099 Strip trailing blanks from subject.
15100 (icalendar--convert-sexp-to-ical): Change return type.
15101 Strip trailing blanks from subject. Handle simple sexp
15102 entries as generated by icalendar.el.
15103 (icalendar--convert-float-to-ical)
15104 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
15105 (icalendar-import-file): Doc fix.
15106 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
15107 Correct call to icalendar--rris.
15108 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
15109 `summary'.
15110 (icalendar--add-diary-entry): Rename `subject' to `summary'.
15111
15112 2005-10-24 Romain Francoise <romain@orebokech.com>
15113
15114 * server.el (server-sentinel): Set query-on-exit flag to nil on
15115 new client processes (it isn't inherited from the server process).
15116
15117 * replace.el (occur-engine): Rearrange text properties.
15118
15119 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15120
15121 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
15122 case-fold-search is nil.
15123 (debug-help-follow): Use help-xref-interned directly.
15124
15125 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15126
15127 * thumbs.el (thumbs-image-type): Add .pbm.
15128
15129 2005-10-23 Richard M. Stallman <rms@gnu.org>
15130
15131 * faces.el (inhibit-face-set-after-frame-default): New variable.
15132 (set-face-attribute): Bind it.
15133 (face-set-after-frame-default): Test it.
15134
15135 * help-fns.el (describe-simplify-lib-file-name): New function.
15136 (describe-function-1, describe-variable): Use it.
15137
15138 * faces.el (describe-face): Use describe-simplify-lib-file-name.
15139
15140 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
15141 Eliminate nil as possible value.
15142 (tooltip-hide-delay): Reduce internal-border-width.
15143
15144 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
15145 (menu-bar-file-menu) <new-file>: Likewise.
15146
15147 * simple.el (line-move-finish): Ignore fields computing LINE-END.
15148
15149 * international/mule.el (load-with-code-conversion):
15150 Pass full file name to `eval-buffer' unless preloading.
15151
15152 * textmodes/flyspell.el (flyspell-large-region):
15153 Call ispell-check-version.
15154
15155 * textmodes/ispell.el (ispell-local-dictionary-overridden):
15156 Fix the make-variable-buffer-local call that was supposed
15157 to be for this variable.
15158 (ispell-aspell-supports-utf8): Doc fix.
15159 (ispell-find-aspell-dictionaries): Preserve elements of
15160 ispell-dictionary-alist for dictionaries that aspell doesn't report.
15161 (ispell-aspell-find-dictionary): Return nil on error.
15162
15163 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
15164 (doctor-symptoms): Likewise.
15165
15166 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
15167
15168 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15169
15170 * cus-edit.el (custom-button, custom-button-pressed): New vars.
15171 (custom-raised-buttons): Add :set spec.
15172 (custom-button-unraised, custom-button-pressed-unraised):
15173 New faces, so that custom-raised-buttons actually does something.
15174 (custom-mode): Use custom-button and custom-button-pressed.
15175
15176 * wid-edit.el (widget-specify-button): Don't ignore
15177 widget-mouse-face on graphic terminals.
15178 (widget-move-and-invoke): Cleanup.
15179
15180 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
15181
15182 * whitespace.el (whitespace-cleanup): Doc fix.
15183
15184 2005-10-23 Romain Francoise <romain@orebokech.com>
15185
15186 * emulation/viper.el (viper-set-hooks): Quote forms passed to
15187 `eval-after-load' to avoid evaluating their result.
15188
15189 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
15190
15191 * files.el (directory-listing-before-filename-regexp):
15192 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
15193
15194 * dired.el (dired-move-to-filename-regexp): Remove.
15195 All occurences replaced by `directory-listing-before-filename-regexp'.
15196
15197 * dired-x.el, locate.el, vc.el:
15198 Replace `dired-move-to-filename-regexp' by
15199 `directory-listing-before-filename-regexp'. In vc.el it is
15200 overwritten locally; maybe this can be handled in files.el too.
15201
15202 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
15203 replaced by `directory-listing-before-filename-regexp'.
15204
15205 2005-10-23 Andreas Schwab <schwab@suse.de>
15206
15207 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
15208 and eval-next-after-load.
15209
15210 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
15211
15212 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
15213 exist, create it.
15214
15215 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
15216
15217 * allout.el: Remove autoloads for mailcrypt and crypt++.
15218 Require pgg, pgg-gpg during compilation.
15219 (allout-version): Increment version number to 2.1, and use a literal
15220 rather than RCS Id.
15221 (allout-default-encryption-scheme): Remove.
15222 (allout-passphrase-verifier-handling)
15223 (allout-passphrase-verifier-string)
15224 (allout-file-passphrase-verifier-string)
15225 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
15226 (allout-passphrase-hint-handling): Rename and simplify.
15227 (allout-init): Use `find-file-hook' if available, otherwise
15228 `find-file-hooks'.
15229 (allout-mode): Use `write-file-functions' if available, otherwise
15230 `local-write-file-hooks' and, instead of making auto-save-hook
15231 buffer local, make the write-file-hook activity contingent to
15232 allout-mode.
15233 (allout-mode): Use key-binding substitution in the docstring.
15234 (allout-kill-line): Spell-out kill ring data structure mutation
15235 instead of using byte-compiler-complaint-provoking `pop'.
15236 (allout-insert-listified): Use `insert' rather than `insert-string'
15237 (allout-toggle-current-subtree-encryption): Update docstring, adjust
15238 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
15239 (allout-encrypt-string): Totally revamped vis new underlying
15240 encryption facilities.
15241 (allout-mc-activate-passwd): Remove.
15242 (allout-obtain-passphrase): New, more or less replaces
15243 allout-mc-activate-passwd.
15244 (allout-encrypted-key-info): More or less replaces
15245 allout-encrypted-text-type.
15246 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
15247 (my-mark-marker): Use `(featurep 'xemacs)'.
15248
15249 2005-10-23 Lars Hansen <larsh@soem.dk>
15250
15251 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
15252 (byte-compile-file-form-defmumble, byte-compile-defun)
15253 (byte-compile-defmacro): Use it.
15254 (byte-compile-form): Don't call byte-compile-set-symbol-position
15255 when a byte-compile handler is called.
15256
15257 2005-10-22 Romain Francoise <romain@orebokech.com>
15258
15259 * savehist.el (savehist-history-variables): Add `grep-find-history'.
15260
15261 * subr.el (eval-after-load): Convert library name to an absolute
15262 file name using locate-library, since load-history no longer has
15263 library names in it.
15264
15265 2005-10-22 Richard M. Stallman <rms@gnu.org>
15266
15267 * files.el (make-temp-file): Move from subr.el.
15268 * subr.el (make-temp-file): Move to files.el.
15269
15270 * window.el (get-buffer-window-list): Move from subr.el.
15271 * subr.el (get-buffer-window-list): Move to window.el.
15272
15273 * image.el (image-load-path): Use eval-at-startup to initialize.
15274
15275 * subr.el (eval-at-startup): New macro.
15276
15277 * subr.el: Much rearrangement of functions and division
15278 into pages. No code changes.
15279
15280 2005-10-22 Kenichi Handa <handa@m17n.org>
15281
15282 * tar-mode.el (tar-extract): Be sure to call
15283 find-operation-coding-system if set-auto-coding doesn't find a
15284 coding system.
15285
15286 2005-10-22 Kim F. Storm <storm@cua.dk>
15287
15288 * image.el (image-type-header-regexps): Rename from image-type-regexps.
15289 Change users.
15290 (image-type-file-name-regexps): New defconst.
15291 (image-type-from-data): Simplify loop.
15292 (image-type-from-buffer): New defun.
15293 (image-type-from-file-header): Use it instead of image-type-from-data.
15294 Use image-search-load-path instead of only looking in data-directory.
15295 (image-type-from-file-name): New defun.
15296 (image-search-load-path): Change `pathname' to `filename'.
15297 Make PATH arg optional, default to image-load-path.
15298
15299 2005-10-21 Richard M. Stallman <rms@gnu.org>
15300
15301 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
15302
15303 * textmodes/paragraphs.el (sentence-end-base): New variable.
15304 (sentence-end): Use sentence-end-base.
15305
15306 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15307
15308 * font-lock.el (font-lock-default-fontify-region): Check the multiline
15309 property independently from the font-lock-multiline variable.
15310
15311 2005-10-21 Richard M. Stallman <rms@gnu.org>
15312
15313 * emacs-lisp/find-func.el (find-library-name): Doc fix.
15314
15315 * startup.el (command-line): Convert library names
15316 in `load-history' to absolute file names.
15317
15318 * subr.el (symbol-file): Doc fix.
15319
15320 * loadhist.el (file-loadhist-lookup): Call locate-library
15321 instead of find-library-name. Don't try converting
15322 abs file names to library names, since load-history no longer
15323 has library names in it.
15324 (file-dependents, file-provides, file-requires): Doc fixes.
15325
15326 2005-10-21 Juri Linkov <juri@jurta.org>
15327
15328 * progmodes/etags.el (tags-table-mode): New function.
15329 (tags-verify-table): Replace initialize-new-tags-table with
15330 tags-table-mode.
15331
15332 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
15333 default value.
15334 (desktop-modes-not-to-save): Add tags-table-mode to the
15335 default value.
15336
15337 * info.el (Info-index-next): Add total number of index
15338 alternatives to the message.
15339
15340 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
15341 backward only space (instead of space and period) before looking
15342 at sentence end.
15343
15344 * simple.el (set-variable): Use user-variable-p instead of symbolp.
15345 Add the old variable value as 4th default-value arg of read-string.
15346
15347 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15348
15349 * cus-face.el (custom-declare-face): Make face from X resources
15350 also on Mac.
15351
15352 * disp-table.el (standard-display-g1, standard-display-graphic):
15353 Refuse to use string glyphs also on Mac.
15354 (standard-display-european): Don't set terminal coding system also
15355 on Mac.
15356
15357 * frame.el (display-screens): Use x-display-screens also on Mac.
15358
15359 2005-10-21 Romain Francoise <romain@orebokech.com>
15360
15361 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
15362
15363 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
15366 and $? into sexps.
15367
15368 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
15369 warning face on open-paren-in-column-0.
15370
15371 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
15372 boundary case. Fix typo.
15373 Suggested by Martin Rudalics <rudalics@gmx.at>.
15374
15375 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
15376
15377 * textmodes/org.el (org-combined-agenda-icalendar-file)
15378 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
15379 (org-export-icalendar-this-file)
15380 (org-export-icalendar-all-agenda-files)
15381 (org-export-icalendar-combine-agenda-files): New commands.
15382 (org-export-icalendar, org-print-icalendar-entries)
15383 (org-start-icalendar-file, org-finish-icalendar-file)
15384 (org-ical-ts-to-string): New functions.
15385 (org-read-date, org-goto-calendar)
15386 (org-agenda-goto-calendar): Inhibit displaying diary entries by
15387 call to `calendar'.
15388 (orgtbl-setup): Remove the :keys arguments from the menu description.
15389 (org-after-save-iCalendar-file-hook): New variable.
15390
15391 2005-10-21 Kenichi Handa <handa@m17n.org>
15392
15393 * language/vietnamese.el (tcvn-5712): Make it an alias of
15394 vietnamese-tcvn coding-system.
15395
15396 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
15397
15398 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
15399 group id is given.
15400
15401 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15402
15403 * progmodes/sh-script.el (sh-escaped-line-re): New var.
15404 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
15405 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
15406 whose line is either continued or ends with a comment.
15407
15408 2005-10-20 Romain Francoise <romain@orebokech.com>
15409
15410 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
15411
15412 * replace.el (occur-engine): Add follow-link property.
15413
15414 * font-core.el (font-lock-mode): Doc fix.
15415
15416 2005-10-20 Richard M. Stallman <rms@gnu.org>
15417
15418 * net/rcirc.el: New file.
15419
15420 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
15421
15422 * term.el (term-term-name): Initialize to "eterm-color".
15423
15424 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
15425
15426 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
15427 for encryption functionality.
15428 Move allout customization subgroup from `editing' to `outlines' group.
15429 Fix commentary keywords to legitimate ones.
15430 Update author info (using my current email address, obscurified).
15431 (allout-encrypt-string, allout-encryption-produce-work-buffer)
15432 (allout-encrypted-topic-p, allout-encrypted-text-type)
15433 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
15434 (allout-situate-encryption-key-verifier)
15435 (allout-get-encryption-key-verifier, allout-verify-key)
15436 (allout-next-topic-pending-encryption)
15437 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
15438 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
15439 (outline-key-verifier-handling, outline-key-hint-handling)
15440 (outline-encrypt-unencrypted-on-saves): New defcustoms.
15441 (allout-file-key-verifier-string, allout-encryption-scheme)
15442 (allout-key-verifier-string, allout-key-hint-string)
15443 (allout-after-save-decrypt): New variables.
15444 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
15445 (allout-after-saves-handler): New hook functions.
15446 (allout-post-command-business): Do allout-after-save-decrypt.
15447 (allout-enable-file-variable-adjustment): Custom var to enable
15448 mechanism for adding and adjusting settings of Emacs file variables.
15449 (allout-adjust-file-variable, allout-file-vars-section-data):
15450 New functions, implement the mechanism.
15451 (outlineify-sticky): Use the file vars mechanism.
15452 (allout-inhibit-protection, allout-during-write-cue)
15453 (allout-override-protect, allout-before-change-protect): Remove.
15454 (allout-flag-region, allout-open-topic): Adjust read-only text.
15455 (allout-open-line-not-read-only): Add to facilitate read-only
15456 text based protection.
15457 (allout-kill-line): Revise to adjust read-only text, clue the
15458 user about the inhibition.
15459 (allout-unprotected): Use unwind-protect.
15460 (allout-shift-in, allout-shift-out): Disallow manually shifting a
15461 topic deeper than the offspring depth of the previous topic -
15462 avoiding confusing "containment discontinuities".
15463 (allout-reindent-bodies): Fix retention of body relative hanging
15464 indent during promotion of collapsed bodies.
15465 (allout-open-topic): Make it easy to open new topic with same
15466 bullet as current topic - topic creation functions provided with
15467 any universal argument provokes now prompt for bullet, defaulting
15468 to the bullet of the previous topic.
15469 (allout-plain-bullets-string, allout-distinctive-bullets-string):
15470 Plain bullet alternates `.' period and `,' comma only. All other
15471 bullets are relegated to special status (but customizable).
15472 (allout-end-of-entry): Rename from allout-end-of-current-entry
15473 since it actually operates w.r.t. most immediately containing
15474 entry, visible or not.
15475 (allout-hide-current-entry, allout-show-current-entry): Use the
15476 revised version.
15477 (allout-old-expose-topic): Solidify deprecation.
15478 (allout-end-of-subtree): Add so we can span concealed as well
15479 as visible topics.
15480 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
15481 (allout-end-of-current-heading): Tweak to just respect the first line.
15482 (allout-get-body-text): Add.
15483 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
15484 when invoked interactively.
15485 (allout-up-current-level): Use `interactive-p'.
15486 (allout-mode, allout-init): Miscellaneous docstring and
15487 operational refinements, as well as hookups of new encryption stuff.
15488 (allout-beginning-of-current-entry): Now works as advertised.
15489 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
15490 (allout-isearch-rectification): Refine condition for isearching.
15491 (allout-isearch-abort, allout-enwrap-isearch)
15492 (allout-flag-region, my-region-active-p): Relocate some macros.
15493 (allout-title): Fallback title is (buffer-name), not
15494 non-existing (current-buffer-name).
15495 (subst-char-in-string): Define if absent (for some XEmacs versions).
15496
15497 2005-10-20 Jari Aalto <jari.aalto@cante.net>
15498
15499 * mail/sendmail.el (mail-setup-hook, mail-aliases)
15500 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
15501 (mail-citation-prefix-regexp, mail-signature-file)
15502 (mail-default-headers, mail-bury-selects-summary)
15503 (mail-send-nonascii): Add autoload cookies.
15504
15505 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15506
15507 * frame.el (blink-cursor-mode): Add `mac' to the list of
15508 window-system's that support blinking cursor.
15509
15510 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15511
15512 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
15513
15514 2005-10-20 Eli Zaretskii <eliz@gnu.org>
15515
15516 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
15517 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
15518 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
15519
15520 2005-10-20 Kim F. Storm <storm@cua.dk>
15521
15522 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
15523 (ido-set-current-directory): Don't add / after final @.
15524 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
15525 Explicitly handle ange-ftp completion oddities.
15526 (ido-make-file-list): Don't rotate list at tramp root to avoid
15527 triggering tramp file handler for expand-file-name via get-file-buffer.
15528
15529 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15530
15531 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
15532
15533 2005-10-19 Jay Belanger <belanger@truman.edu>
15534
15535 * calc/calc-units.el (math-standard-units): Add units, adjust
15536 symbols and update values.
15537 (math-unit-prefixes): Add more prefixes.
15538
15539 2005-10-19 Romain Francoise <romain@orebokech.com>
15540
15541 * bookmark.el (bookmark-menu-heading): New face.
15542 (bookmark-bmenu-list): Use it.
15543 Don't fiddle with `baud-rate' at top-level.
15544
15545 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
15546
15547 * image.el (create-image, find-image): Mention max-image-size in
15548 docstring.
15549
15550 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * savehist.el (savehist-load): Revert to checking XEmacs.
15553
15554 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
15555 Various docstring and line-width fixups.
15556 (conf-mode): Use cond.
15557 Set font-lock-defaults. Don't set comment-use-syntax.
15558
15559 2005-10-18 David Ponce <david@dponce.com>
15560
15561 * tree-widget.el (tree-widget-button-click): New function.
15562 (tree-widget-button-keymap): Use it.
15563
15564 2005-10-18 Romain Francoise <romain@orebokech.com>
15565
15566 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15567 (bookmark-bmenu-hide-filenames): Add follow-link property.
15568 Improve help-echo text.
15569
15570 * ffap.el (find-file-at-point): Doc fix.
15571
15572 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15573
15574 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
15575
15576 2005-10-18 Masatake YAMATO <jet@gyve.org>
15577
15578 Install to the CVS repository what I forgot to install in my
15579 2005-10-16 changes.
15580
15581 * progmodes/python.el (python-complete-symbol): Pass the common
15582 prefix substring of completion to `display-completion-list'.
15583
15584 * textmodes/org.el (org-complete): Ditto.
15585
15586 2005-10-18 Masatake YAMATO <jet@gyve.org>
15587
15588 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
15589
15590 * woman.el (WoMan-xref-man-page): New button type derived
15591 from `Man-abstract-xref-man-page'.
15592 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
15593
15594 * man.el (Man-abstract-xref-man-page): New button type.
15595 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
15596 (Man-highlight-references): Add new optional argument `xref-man-type'.
15597
15598 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15599
15600 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
15601
15602 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15603
15604 * cus-edit.el (Custom-move-and-invoke): Delete.
15605 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
15606
15607 * wid-edit.el (widget-move-and-invoke): New function, from
15608 Custom-move-and-invoke.
15609
15610 2005-10-17 Bill Wohler <wohler@newt.com>
15611
15612 Move all remaining images from lisp/toolbar to etc/images, move
15613 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
15614 the low resolution images in their own directory (low-color).
15615
15616 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
15617 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
15618 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
15619 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
15620 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
15621 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
15622 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
15623
15624 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
15625 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
15626 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
15627 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
15628 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
15629 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
15630 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
15631 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
15632 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
15633 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
15634 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
15635 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
15636 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
15637 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
15638 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
15639
15640 To conform with convention, replace the underscore (_) in the
15641 following image names with dash (-) or (/) as appropriate.
15642
15643 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
15644 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
15645 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
15646 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
15647 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
15648 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
15649 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
15650 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
15651 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
15652 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
15653 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
15654 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
15655 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
15656 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
15657 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
15658
15659 * info.el (info-tool-bar-map): Replace underscores in image names
15660 with dashes.
15661
15662 * makefile.w32-in (WINS): Remove toolbar.
15663
15664 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
15665
15666 * tool-bar.el: Move to lisp from toolbar. Now that
15667 toolbar is empty, it should be deleted when folks run "cvs up -P".
15668
15669 2005-10-18 Jay Belanger <belanger@truman.edu>
15670
15671 * calc/calc-store.el (calc-store-into): Get the proper variable name
15672 to display in message.
15673
15674 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15675
15676 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
15677 expressions display in speedbar for all buffers when debugging.
15678 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
15679
15680 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
15681 (speedbar-insert-button, speedbar-make-button):
15682 Use add-text-properties.
15683 (speedbar-update-localized-contents)
15684 (speedbar-update-directory-contents)
15685 (speedbar-update-special-contents): Use dolist.
15686 (speedbar-buffer-easymenu-definition): Add a menu separator.
15687
15688 2005-10-17 Jason Rumney <jasonr@gnu.org>
15689
15690 * makefile.w32-in: Use $(lisp) consistently.
15691 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
15692 for shell specific generation of mh-autoloads.
15693
15694 2005-10-17 Richard M. Stallman <rms@gnu.org>
15695
15696 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
15697
15698 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * jit-lock.el (jit-lock-fontify-now):
15701 Move jit-lock-context-unfontify-pos to avoid wasted work.
15702
15703 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
15704
15705 * net/tramp.el (tramp-completion-mode): New defvar. Used in
15706 `tramp-completion-mode' for checking if we are in completion mode.
15707 (tramp-completion-handle-file-name-all-completions): Reorder code
15708 in order to complete for file names only in case there are no
15709 method/user/host completions. This is necessary for cooperation
15710 with ido. Reported by Kim F. Storm <storm@cua.dk>.
15711
15712 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
15713
15714 * longlines.el (longlines-search-forward)
15715 (longlines-search-backward): Match any number of spaces.
15716
15717 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
15718
15719 * diff-mode.el (diff-mode): Doc fix.
15720
15721 2005-10-16 David Reitter <david.reitter@gmail.com>
15722
15723 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
15724 as default on darwin and windows systems.
15725
15726 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
15727
15728 * arc-mode.el (archive-zip-extract): Doc fix.
15729
15730 2005-10-16 Romain Francoise <romain@orebokech.com>
15731
15732 * mouse.el (mouse-1-click-follows-link): Doc fix.
15733
15734 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * savehist.el: Don't require CL at runtime.
15737 (savehist-xemacs): Remove.
15738 (savehist-coding-system): Use utf-8 if present, regardless of religion.
15739 (savehist-no-conversion): Use (featurep 'xemacs).
15740 (savehist-load): Check existence of start-itimer rather than XEmacs.
15741 Use an idle timer.
15742 (savehist-process-for-saving): Replace use of CL funs `subseq' and
15743 `delete-if-not'.
15744
15745 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
15746
15747 * savehist.el: Newer version.
15748 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
15749 (savehist-last-checksum, savehist-no-conversion): New vars.
15750 (savehist-autosave, savehist-process-for-saving, savehist-printable):
15751 New functions.
15752 (savehist-load, savehist-save): Use them.
15753 (savehist-delimit): Remove.
15754
15755 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * progmodes/compile.el (compilation-goto-locus): Display the
15758 compilation buffer first and the source buffer second, in case they're
15759 in overlapping frames. Don't raise the compilation frame if it was the
15760 selected window upon entry. Pass the `other-window' arg to
15761 pop-to-buffer.
15762
15763 * info.el (Info-fontify-node): Use dolist.
15764 Change add-text-properties to put-text-property.
15765
15766 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15767
15768 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15769 bound of search.
15770
15771 2005-10-16 Masatake YAMATO <jet@gyve.org>
15772
15773 * dabbrev.el (dabbrev-completion): Pass the common
15774 prefix substring of completion to `display-completion-list'.
15775
15776 * filecache.el (file-cache-minibuffer-complete)
15777 (file-cache-complete): Ditto.
15778
15779 * tempo.el (tempo-display-completions): Ditto.
15780
15781 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
15782
15783 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
15784
15785 * eshell/em-hist.el (eshell-list-history): Ditto.
15786
15787 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
15788
15789 * mail/mailalias.el (mail-complete): Ditto.
15790
15791 * progmodes/etags.el (complete-tag): Ditto.
15792
15793 * progmodes/make-mode.el (makefile-complete): Ditto.
15794
15795 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
15796
15797 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
15798
15799 * progmodes/pascal.el (pascal-complete-word)
15800 (pascal-show-completions): Ditto.
15801
15802 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
15803
15804 * simple.el (completion-common-substring): New variable.
15805 (completion-setup-function): Use `completion-common-substring'
15806 to put faces.
15807
15808 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15809
15810 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
15811 (x-get-selection, mac-select-convert-to-string): Convert from/to
15812 UTF-16 clipboard data as in native byte order, no BOM.
15813
15814 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
15815
15816 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15817 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
15818 (gud-sentinel): Use speedbar-frame to check for speedbar.
15819
15820 2005-10-15 Richard M. Stallman <rms@gnu.org>
15821
15822 * savehist.el: New file.
15823
15824 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
15825
15826 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15827 Fix bug in \bf fontification.
15828
15829 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * pcvs.el (cvs-edit-log-files): New var.
15832 (cvs-mode-edit-log): New arg `file'.
15833 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
15834 Instead force the use of the original file and nothing else.
15835 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
15836 the cvs-minor-wrap-function is set.
15837 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
15838
15839 2005-10-14 Bill Wohler <wohler@newt.com>
15840
15841 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
15842 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
15843 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
15844 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
15845 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
15846 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
15847 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
15848 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
15849 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
15850 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
15851 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
15852 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
15853 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
15854 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
15855 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
15856
15857 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15858 appropriately (for example, gud-break to gud/break).
15859
15860 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
15861
15862 * longlines.el (longlinges-search-function)
15863 (longlines-search-forward, longlines-search-backward): New functions.
15864 (longlines-mode): Set isearch-search-fun-function to
15865 longlinges-search-function.
15866
15867 * mouse.el (mouse-drag-region-1): Handle the case where a
15868 double-click event is bound to an arbitrary function.
15869
15870 2005-10-14 David Ponce <david@dponce.com>
15871
15872 * recentf.el (recentf-track-opened-file)
15873 (recentf-track-closed-file, recentf-update-menu)
15874 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
15875 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
15876 mouse-1-click-follows-link.
15877
15878 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15879
15880 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
15881 Gnome file-manager.png. Suggested by
15882 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
15883
15884 * toolbar/README: Add diropen.xpm.
15885
15886 2005-10-13 Bill Wohler <wohler@newt.com>
15887
15888 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
15889 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
15890
15891 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15892
15893 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
15894 Don't waste the byte-compiler's time on constant data.
15895
15896 2005-10-13 Kenichi Handa <handa@m17n.org>
15897
15898 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
15899 byte with `escape-glyph' face.
15900
15901 * international/fontset.el (ccl-encode-unicode-font):
15902 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
15903 Handle the case that ucs-mule-to-mule-unicode translates a character to
15904 ASCII (usually for IPA characters).
15905
15906 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
15909 Don't hide the underline of titles if font-lock-mode is disabled.
15910
15911 2005-10-12 Bill Wohler <wohler@newt.com>
15912
15913 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
15914 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15915 files in MH-E-SRC have been updated.
15916 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
15917
15918 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15919
15920 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
15921 (mixal-mode-syntax-table): Add \n as end-comment.
15922 (mixal-operation-codes-alist): Immediately initialize to full value.
15923 (mixal-add-operation-code): Remove.
15924 (mixal-describe-operation-code): Make the arg non-optional.
15925 Use the interactive spec instead.
15926 Use mixal-operation-codes-alist rather than mixal-operation-codes.
15927 (mixal-font-lock-keywords): Don't highlight comments here any more.
15928 (mixal-font-lock-syntactic-keywords): New var.
15929 (mixal-mode): Use it. Fix comment-start-skip.
15930
15931 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15932
15933 * startup.el (command-line-x-option-alist): -nb => -nbi
15934
15935 2005-10-12 Kim F. Storm <storm@cua.dk>
15936
15937 * startup.el (fancy-splash-default-action): Discard mouse click in
15938 the splash screen window, as it has no sensible meaning in the
15939 next window to be selected. Fixes error reported by Jan D.
15940
15941 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15942
15943 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
15944
15945 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
15948 Try to fix up minor layout issues like indentation, line break, etc...
15949 (mixal-mode-syntax-table): Don't try to specify comment syntax,
15950 because it doesn't work.
15951 (mixal-operation-codes): Add some more codes.
15952 (mixal-font-lock-keywords): Process comments here.
15953 (mixal-mode): mixasm no longer needs -g option.
15954
15955 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
15956
15957 * progmodes/sh-script.el (sh-tmp-file):
15958 Use mktemp -t. Finish support for es and rc shells.
15959
15960 2005-10-11 Jay Belanger <belanger@truman.edu>
15961
15962 * calc/calcalg2.el (calc-integral): With an argument, compute the
15963 definite integral.
15964
15965 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
15966
15967 * mouse.el (mouse-drag-region-1): Don't try to catch a
15968 double-click when doing follow-link (it's overridden anyway).
15969
15970 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
15971
15972 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
15973 (autoload-print-form-outbuf): Add docstring.
15974
15975 2005-10-11 Juri Linkov <juri@jurta.org>
15976
15977 * info.el (Info-mode-menu): Delete menu item "Edit".
15978 (Info-mode): Delete description of Info-edit from docstring,
15979 and rearrange descriptions of Info commands in the order
15980 they are documented in the Info manual.
15981
15982 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * calendar/appt.el (appt-check): Use diary-selective-display var.
15985
15986 2005-10-10 Richard M. Stallman <rms@gnu.org>
15987
15988 * net/newsticker.el (newsticker-start, newsticker-show-news):
15989 Add autoload cookies.
15990
15991 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
15992
15993 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
15994
15995 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
15996
15997 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
15998
15999 2005-10-10 Jay Belanger <belanger@truman.edu>
16000
16001 * calc/calc-arith.el (math-check-known-scalarp)
16002 (math-check-known-matrixp): Check the values of arguments that are
16003 variables.
16004 (math-check-known-square-matrixp): New function.
16005 (math-known-square-matrixp): Use math-check-known-square-matrixp.
16006 (math-super-types): Add sqmatrix type.
16007
16008 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
16009 mode name `square' to `sqmatrix'.
16010
16011 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
16012 mode name `square' to `sqmatrix'.
16013
16014 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16015
16016 * progmodes/etags.el (select-tags-table-mode): Don't use
16017 selective-display.
16018 (tags-select-tags-table): Pass `button' to the action function.
16019 (select-tags-table): Place the side-info on button properties rather
16020 than in hidden text. Abbreviate file names.
16021 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
16022 (select-tags-table-select): Add `button' argument.
16023 Get side-info from the button property rather than from hidden text.
16024
16025 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
16026
16027 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
16028 (gud-speedbar-buttons): Preserve point if possible.
16029 (gud-sentinel): Restore previous speedbar display type.
16030
16031 * progmodes/gdb-ui.el (gdba): Improve diagram.
16032 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16033 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
16034 Call get-buffer-window once.
16035
16036 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16037
16038 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
16039 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
16040 (pascal-indent-command): Remove unused var `ind'.
16041 (pascal-indent-case): Remove unused var `oldpos'.
16042 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
16043 since it's now used as a proper minor mode map.
16044 (pascal-outline): Rename to pascal-outline-mode.
16045 (pascal-outline-mode): Use define-minor-mode.
16046 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
16047 selective-display.
16048
16049 2005-10-10 Andreas Schwab <schwab@suse.de>
16050
16051 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
16052 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
16053
16054 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
16055 outside source directory.
16056
16057 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
16058
16059 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
16060 C-x' as a prefix.
16061 (orgtbl-mode-map): Full keymap instead of sparse, because all
16062 `self-insert-command' keys are redefined in this map.
16063 (org-export-as-html): Specify charset for HTML file, by taking it
16064 from the coding system.
16065
16066 2005-10-10 Kenichi Handa <handa@m17n.org>
16067
16068 * textmodes/flyspell.el (flyspell-check-word-p):
16069 If unread-command-events is non-empty, don't call sit-for.
16070
16071 2005-10-09 Richard M. Stallman <rms@gnu.org>
16072
16073 * font-lock.el (font-lock-syntactic-keywords)
16074 (font-lock-keywords): Doc fixes.
16075
16076 * textmodes/flyspell.el (flyspell-external-point-words):
16077 Simplify logic, and don't try to check for consecutive appearances
16078 of one incorrect word.
16079
16080 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
16081
16082 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
16083 separator.
16084
16085 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
16086 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
16087 (gud-expansion-speedbar-buttons): New function.
16088 (gud-speedbar-buttons): Check for gud-comint-buffer.
16089
16090 2005-10-09 Bill Wohler <wohler@newt.com>
16091
16092 * Makefile.in (updates): Add mh-loaddefs dependency.
16093
16094 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * speedbar.el (speedbar-file-key-map): Fix typo.
16097
16098 2005-10-09 Daniel Brockman <daniel@brockman.se>
16099
16100 * cus-start.el (line-spacing): Add custom spec.
16101
16102 2005-10-09 Romain Francoise <romain@orebokech.com>
16103
16104 * textmodes/ispell.el (ispell-check-version): Fix last change.
16105
16106 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16107
16108 * term/x-win.el: Remove -i, --icon-type from comment.
16109
16110 * startup.el (command-line-x-option-alist): Remove options -i,
16111 -itype, --icon-type, added -nb, --no-bitmap-icon
16112
16113 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
16114
16115 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
16116 instead of :active.
16117
16118 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
16119
16120 * textmodes/ispell.el (ispell-check-version):
16121 Ignore hyphen, and all that follows, in aspell's version text.
16122
16123 2005-10-08 Jay Belanger <belanger@truman.edu>
16124
16125 * calc/calc-arith.el (math-known-square-matrixp): New function.
16126 (math-pow-fancy): Check for matrices before distributing exponent
16127 across products.
16128
16129 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
16130 fullscreen keypad. Suggested by Luc Teirlinck.
16131 (calc-keypad-show-input): Add space for formatting.
16132
16133 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
16134 Add square matrix option.
16135
16136 * calc/calc-poly.el (math-expand-term): Check for matrices instead
16137 of checking calc-matrix-mode when deciding how to expand.
16138
16139 * calc/calc.el (calc-set-mode-line): Add square matrix option.
16140
16141 2005-10-08 Lars Hansen <larsh@soem.dk>
16142
16143 * net/tramp.el (tramp-perl-directory-files-and-attributes):
16144 Add error handling.
16145 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
16146
16147 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
16148
16149 Sync with Tramp 2.0.51.
16150
16151 * net/tramp.el (tramp-handle-set-visited-file-modtime)
16152 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16153 Insert special handling for `last-coding-system-used', again
16154 it still seems to be necessary (unlike stated before).
16155 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
16156 (tramp-password-prompt-regexp): There might be other words before
16157 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
16158 (tramp-chunksize): Improve docstring.
16159 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
16160 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
16161 Christian Joergensen <bugs@razor.dk>.
16162
16163 2005-10-07 Glenn Morris <rgm@gnu.org>
16164
16165 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
16166 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
16167 precision'.
16168
16169 2005-10-07 Romain Francoise <romain@orebokech.com>
16170
16171 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
16172 (ibuffer-do-shell-command-pipe-replace)
16173 (ibuffer-do-shell-command-file, ibuffer-do-eval)
16174 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
16175 (ibuffer-do-revert, ibuffer-do-replace-regexp)
16176 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
16177 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
16178 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
16179 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
16180 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
16181 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
16182 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
16183 Autoload file sans suffix.
16184
16185 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
16186
16187 2005-10-07 David Ponce <david@dponce.com>
16188
16189 * recentf.el (recentf-menu-open-all-flag): New option.
16190 (recentf-digit-shortcut-command-name): New function.
16191 (recentf--shortcuts-keymap): New variable.
16192 (recentf-menu-shortcuts): New variable.
16193 (recentf-make-menu-items): Initialize it. Replace the "More..."
16194 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
16195 (recentf-menu-value-shortcut): New function.
16196 (recentf-make-menu-item): Use it. No more in-lined.
16197 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
16198 (recentf-open-most-recent-file): Rename from
16199 `recentf-open-file-with-key'. Don't depend on key binding.
16200 (recentf-mode-map): New variable.
16201 (recentf-mode): Use it.
16202
16203 2005-10-06 Bill Wohler <wohler@newt.com>
16204
16205 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
16206
16207 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
16208 (MH-E-SRC): New. Used by mh-autoloads.
16209 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16210 files in MH-E-SRC have been updated.
16211 (compile, recompile, bootstrap): Depend on mh-autoloads.
16212
16213 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
16214
16215 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
16216 gud-break and gud-remove icons when the fringe is not available.
16217
16218 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
16219 Typo.
16220
16221 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16222
16223 * play/zone.el (zone): Wrap body with save-window-excursion.
16224
16225 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
16226
16227 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
16228 Use the new `list-only' arg to diary-list-entries.
16229
16230 * calendar/diary-lib.el: Use overlays rather than selective-display.
16231 (diary-selective-display): New var.
16232 (diary-header-line-format): Use it.
16233 (diary-list-entries): Add argument `list-only'.
16234 Put the buffer in diary-mode. Don't add \^M at beg and end.
16235 Replace \^M by invisible overlays.
16236 (diary-unhide-everything): Replace \^M by invisible overlays.
16237 (print-diary-entries): Look for overlays rather than \^M.
16238 Add a space to the temp buffer name.
16239 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
16240 Put the buffer in diary-mode.
16241 (list-sexp-diary-entries): Replace \^M by invisible overlays.
16242 (diary-anniversary): Make the year arg optional.
16243 (diary-time-regexp): New const.
16244 (diary-font-lock-keywords): Use it to accept a few more time formats.
16245
16246 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
16247
16248 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
16249
16250 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
16251 Fix bug introduced 2005-07-03: Use (car (last ...))
16252 to faithfully reproduce replaced artist-last.
16253 (artist-set-arrow-points-for-poly): Likewise.
16254 Suggested by Johan Bockg\e,Ae\e(Brd.
16255
16256 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
16257
16258 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
16259 * wid-edit.el (widget):
16260 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
16261 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
16262
16263 2005-10-06 Kenichi Handa <handa@m17n.org>
16264
16265 * international/mule-cmds.el (set-language-environment):
16266 Fix setting up of case-table for unibyte mode.
16267
16268 * simple.el (what-cursor-position): If the character is displayed
16269 by some `display' text property, show that. Don't use
16270 single-key-description for eight-bit characters in multibyte mode.
16271
16272 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
16273
16274 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
16275 (gdb-ann3): Set it.
16276 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
16277 (gdb-info-frames-custom): Use inverse-video for first five
16278 characters of selected frame only.
16279 (gdb-get-frame-number): Select frame even when point is on frame
16280 number.
16281
16282 2005-10-06 Masatake YAMATO <jet@gyve.org>
16283
16284 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
16285 Put `font-lock-function-name-face'.
16286 (gdb-info-frames-custom): Put `font-lock-function-name-face'
16287 and `font-lock-variable-name-face'
16288 (gdb-registers-font-lock-keywords): New font lock keywords definition.
16289 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
16290 (gdb-memory-font-lock-keywords): New font lock keywords definition.
16291 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
16292 (gdb-local-font-lock-keywords): New font lock keywords definition.
16293 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
16294 (gdb-threads-font-lock-keywords): New font lock keywords definition.
16295 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
16296
16297 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
16298
16299 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
16300 (ediff-merge-region-is-non-clash-to-skip): Previously called
16301 ediff-merge-region-is-non-clash.
16302
16303 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
16304 Use insert-buffer-substring.
16305
16306 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
16307 selecting files to patch. Also bug fixes.
16308
16309 * ediff-util.el (ediff-setup): Bug fix.
16310 (ediff-next-difference): Never skip clashes that differ in white
16311 space only.
16312
16313 * ediff-wind.el (ediff-setup-control-frame)
16314 (ediff-destroy-control-frame): Check the menubar feature.
16315
16316 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
16317 (viper-refresh-mode-line): Use make-local-variable to localize
16318 some vars instead of make-variable-buffer-local. Suggested by
16319 Stefan Monnier.
16320
16321 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
16322 (viper-restore-cursor-type, viper-set-insert-cursor-type):
16323 Use make-local-variable instead of make-variable-buffer-local.
16324 Suggested by Stefan Monnier.
16325
16326 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
16327 (viper-comint-mode-hook): Use make-local-variable on
16328 require-final-newline.
16329 (viper-non-hook-settings): Don't use make-variable-buffer-local.
16330
16331 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
16334 also the second char of a comment-start sequence.
16335 (scheme-sexp-comment-syntax-table): New var.
16336 (lambda, define): Set their scheme-doc-string-elt property.
16337 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
16338 Use lisp-font-lock-syntactic-face-function now that it properly
16339 handles |...| symbols.
16340 (scheme-mode-variables): Set lisp-doc-string-elt-property,
16341 parse-sexp-lookup-properties and font-lock-extra-managed-props.
16342
16343 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
16344 bit from # to |.
16345 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
16346
16347 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
16348 (lisp-doc-string-elt-property): New var.
16349 (lisp-font-lock-syntactic-face-function): Use it.
16350 Rewrite to recognize docstrings even for forms not at toplevel.
16351
16352 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
16353 annotation on the | part of #| rather than on the # part.
16354 (scheme-font-lock-syntactic-face-function): New function, to
16355 distinguish strings from |...| symbols.
16356 (scheme-mode-variables): Use it. Also fix up the font-lock-time
16357 syntax-table so that #|...|# is properly highlighted.
16358
16359 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
16360 Don't mark as docstring the 3rd elem of an unknown toplevel form.
16361
16362 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
16363
16364 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
16365 and C-e.
16366
16367 * emacs-lisp/eldoc.el: Move comments into docstrings.
16368 (eldoc-message-commands): Initialize in its declaration.
16369 Add move-beginning-of-line and move-end-of-line.
16370 (eldoc-add-command, eldoc-add-command-completions)
16371 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
16372
16373 * outline.el (outline-mark-subtree): Activate the mark.
16374
16375 * calendar/appt.el (appt-time-regexp): New var.
16376 (appt-add, appt-make-list): Use it.
16377 (appt-convert-time): Clean up.
16378
16379 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
16380 Don't set any syntax-table property here.
16381 (tex-font-lock-verb): New function. Do it here.
16382 (tex-font-lock-syntactic-keywords): Use it.
16383
16384 2005-10-04 Richard M. Stallman <rms@gnu.org>
16385
16386 * wid-edit.el (widget-file-complete): Get the widget start point
16387 the right way. Default directory to `/' if file has none.
16388
16389 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
16390
16391 * textmodes/flyspell.el (flyspell-mode-on):
16392 Call ispell-maybe-find-aspell-dictionaries.
16393
16394 * textmodes/ispell.el (ispell-word, ispell-region):
16395 Call ispell-maybe-find-aspell-dictionaries.
16396 (ispell-accept-buffer-local-defs):
16397 Don't call ispell-maybe-find-aspell-dictionaries
16398
16399 2005-10-04 Richard M. Stallman <rms@gnu.org>
16400
16401 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
16402
16403 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
16404
16405 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
16406 instead of `fboundp' in order to allow for anonymous functions.
16407
16408 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
16409
16410 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
16411 case the user clicks on the link while another window is selected.
16412 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
16413
16414 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
16415 functionality.
16416 (dframe-help-echo): Save point in case mouse tracking is off.
16417
16418 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
16419
16420 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
16421
16422 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16423
16424 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
16425 not change the global value of those vars.
16426
16427 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
16428 make-local-variable which we do not need any more.
16429
16430 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
16431
16432 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
16433 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
16434 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
16435 (speedbar-path-line): Define obsolete aliases.
16436 (speedbar-line-directory): Doc fix.
16437
16438 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
16439 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
16440 instead of speedbar-line-path.
16441
16442 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16443
16444 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
16445 to nil if dropping on a window. Handle dropping on a minibuffer window
16446 like dropping on a non-window part of Emacs.
16447
16448 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16449
16450 * net/ange-ftp.el: Use with-current-buffer.
16451 (ange-ftp-insert-directory): Do not follow symlinks any more.
16452
16453 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16454 Remove interactive spec.
16455
16456 2005-10-03 Kim F. Storm <storm@cua.dk>
16457
16458 * ido.el (ido-mode): Use custom-initialize-set.
16459
16460 2005-10-02 Richard M. Stallman <rms@gnu.org>
16461
16462 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
16463 Use insert-buffer-substring.
16464
16465 * net/tramp.el: Pacify byte compiler warnings in pacification code.
16466 (tramp-handle-file-local-copy): Use insert-buffer-substring.
16467
16468 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16469
16470 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
16471 in last change.
16472 (ange-ftp-insert-directory): Fix up the search for the case where
16473 `file' is absolute.
16474
16475 2005-10-02 Romain Francoise <romain@orebokech.com>
16476
16477 * progmodes/compile.el (compile-goto-error): Delete extra paren.
16478
16479 2005-10-02 Andreas Schwab <schwab@suse.de>
16480
16481 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
16482 directory component in the session info.
16483
16484 2005-10-01 Richard M. Stallman <rms@gnu.org>
16485
16486 * comint.el (comint-redirect-subvert-readonly): Doc fix.
16487
16488 * simple.el (next-error-internal): New function.
16489
16490 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
16491 (compilation-start): Pass new arg to compilation-buffer-name.
16492 (compile-goto-error): Use next-error-internal.
16493
16494 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16495
16496 * speedbar.el: Remove RCS tag.
16497 (speedbar-check-read-only): Handle non-existent files.
16498
16499 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
16500
16501 * info.el (Info-speedbar-hierarchy-buttons)
16502 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
16503
16504 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16505
16506 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
16507 Do not match newline.
16508 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
16509 (bibtex-summary): Remove unnecessary save-excursion.
16510 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
16511
16512 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16513
16514 * term/mac-win.el: Add charset info for "iso10646-1".
16515 Modify default fontset to use ATSUI-compatible fonts for some charsets
16516 if available.
16517
16518 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16519
16520 * speedbar.el: Re-apply arch tag.
16521 (speedbar-version): Rename to version 1.0. Suggested by Eric
16522 M. Ludlam.
16523 Reapply two changes from Emacs CVS' version of speedbar lost
16524 during the merge:
16525 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
16526 (speedbar-frame-parameters): Improve customize type.
16527
16528 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16529
16530 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
16531 (ange-ftp-file-directory-p): Fix the symlink case.
16532 (ange-ftp-insert-directory): When listing a single file, get a list of
16533 the parent buffer and extract the relevant line. Inspired from a patch
16534 by Katsumi Yamaoka <yamaoka@jpl.org>.
16535 (ange-ftp-file-name-sans-versions): Simplify.
16536
16537 2005-09-30 Bill Wohler <wohler@newt.com>
16538
16539 Move MH-E image files from toolbar and mail directories into
16540 etc/images.
16541
16542 * mail/reply2.*: Move to etc/images/mail/reply*.
16543
16544 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
16545 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
16546 etc/images.
16547
16548 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
16549 * toolbar/reply*: Move to etc/images/mail.
16550
16551 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
16552
16553 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
16554
16555 * speedbar.el: New version 1.0pre3.
16556
16557 Frame management code (including timer, and mouse click specifics)
16558 moved to dframe.el:
16559 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
16560 (speedbar-timer): Removed. Use dframe-timer.
16561 (speedbar-close-frame): Removed. Use dframe-close-frame.
16562 (speedbar-activity-change-focus-flag): Removed. Use
16563 dframe-activity-change-focus-flag.
16564 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
16565 dframe-update-speed.
16566
16567 (speedbar-current-frame): New macro. Use this instead of the
16568 variable speedbar-frame.
16569
16570 (speedbar-use-images, speedbar-expand-image-button-alist)
16571 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
16572
16573 (speedbar-find-image-on-load-path): Removed. Replaced by
16574 defezimage in ezimage.el.
16575 (speedbar-expand-image-button-alist): Removed. Replaced by
16576 ezimage-expand-image-button-alist in ezimage.el.
16577
16578 (speedbar-ignored-directory-regexp)
16579 (speedbar-add-ignored-directory-regexp)
16580 (speedbar-ignored-directory-expressions)
16581 (speedbar-line-directory, speedbar-buffers-line-directory)
16582 (speedbar-directory-line, speedbar-buffers-line-directory):
16583 Renamed, replacing `path' with `directory'.
16584
16585 (speedbar-create-directory, speedbar-expand-line-descendants)
16586 (speedbar-toggle-line-expansion)
16587 (speedbar-contract-line-descendants): New commands.
16588
16589 (speedbar-query-confirmation-method, speedbar-select-frame-method)
16590 (speedbar-use-tool-tips-flag): New options.
16591
16592 (speedbar-check-read-only, speedbar-require-version)
16593 (speedbar-insert-separator, speedbar-buffers-tail-notes)
16594 (speedbar-handle-delete-frame, speedbar-try-completion)
16595 (speedbar-update-localized-contents): New functions.
16596
16597 (speedbar-incompatible-version, speedbar-ro-to-do-point)
16598 (speedbar-object-read-only-indicator): New variables.
16599
16600 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
16601 New hooks.
16602
16603 (speedbar-separator-face): New face.
16604
16605 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
16606 (speedbar-ignored-modes): Add fundamental-mode.
16607 (speedbar-directory-unshown-regexp): Add . directories.
16608
16609 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
16610 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
16611 `]' for full expand/close.
16612 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
16613
16614 (speedbar-check-vc): Support hidden files.
16615 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
16616 (speedbar-this-file-in-vc): Use vc-state if available. If VC
16617 state is nil, it is not checked out.
16618
16619 (speedbar-line-text, speedbar-line-token): Support expand buttons
16620 with no text.
16621 (speedbar-refresh): Universal argument acts as power-click.
16622 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
16623 that buffer to get variable values.
16624
16625 And many other bugfixes.
16626
16627 * dframe.el, ezimage.el, sb-image.el: New files.
16628
16629 * sb-*.xpm: Remove files. New image files installed into
16630 etc/images/ezimage.
16631
16632 2005-09-30 Kenichi Handa <handa@m17n.org>
16633
16634 * ps-mule.el (ps-mule-show-warning): If a character is in
16635 ps-print-translation-table, don't treat it as non-printable.
16636
16637 2005-09-30 David Ponce <david@dponce.com>
16638
16639 * tree-widget.el (tree-widget-themes-load-path): New variable.
16640 (tree-widget-themes-directory): Doc fix.
16641 (tree-widget-image-formats) [Emacs]: Doc fix.
16642 (tree-widget--locate-sub-directory): New function.
16643 (tree-widget-themes-directory): Use it.
16644
16645 * recentf.el (recentf-filename-handlers): Rename from
16646 `recentf-filename-handler'. Allow a list of functions.
16647 (recentf-menu-items-for-commands): Fix :help strings.
16648 (recentf-apply-filename-handlers): New function.
16649 (recentf-expand-file-name): Use it.
16650 (recentf-cleanup): Remove duplicates too.
16651
16652 2005-09-29 Juri Linkov <juri@jurta.org>
16653
16654 * faces.el: Rearrange face definitions to be in the same order as
16655 their face descriptions in "(emacs)Standard Faces".
16656
16657 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
16658
16659 * tooltip.el (tooltip): Add group `basic-faces'.
16660
16661 * buff-menu.el (Buffer-menu-buffer): Remove group
16662 `font-lock-highlighting-faces'.
16663
16664 * progmodes/compile.el (compilation-error, compilation-warning)
16665 (compilation-info, compilation-line-number, compilation-column-number):
16666 Change group from `font-lock-highlighting-faces' to `compilation'.
16667
16668 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16669 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
16670 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
16671 (vhdl-font-lock-reserved-words-face)
16672 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
16673 `font-lock-highlighting-faces'.
16674
16675 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
16676
16677 2005-09-28 Kim F. Storm <storm@cua.dk>
16678
16679 * emulation/cua-base.el: Set CUA move property on additional commands:
16680 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
16681 forward-sexp, backward-sexp, forward-list, backward-list.
16682
16683 2005-09-28 Romain Francoise <romain@orebokech.com>
16684
16685 * comint.el (comint-show-output): Really set point at the
16686 beginning of the output when not using `comint-use-prompt-regexp'.
16687
16688 2005-09-27 Jay Belanger <belanger@truman.edu>
16689
16690 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
16691 in TeX mode.
16692
16693 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
16694
16695 * textmodes/org.el (org-table-sum): Fix format string.
16696
16697 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
16698 Quote face names.
16699
16700 2005-09-26 Romain Francoise <romain@orebokech.com>
16701
16702 * isearch.el (isearch-forward-regexp): Close doc string.
16703
16704 2005-09-25 Richard M. Stallman <rms@gnu.org>
16705
16706 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
16707
16708 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
16709
16710 * progmodes/compile.el (compilation-error-properties):
16711 When getting the file from the previous error message,
16712 correctly decode the new data format.
16713
16714 * progmodes/cc-cmds.el (c-electric-paren):
16715 Call old-blink-paren only for close-paren.
16716
16717 2005-09-24 Andreas Schwab <schwab@suse.de>
16718
16719 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16720 condition.
16721
16722 2005-09-25 Romain Francoise <romain@orebokech.com>
16723
16724 * dired-aux.el (dired-copy-file-recursive):
16725 * dired.el (dired-delete-file):
16726 * ediff-mult.el (ediff-dir-diff-copy-file):
16727 * ediff-util.el (ediff-test-save-region):
16728 * forms.el (forms-mode):
16729 * ido.el (ido-file-internal, ido-delete-file-at-head):
16730 * log-edit.el (log-edit-done):
16731 * ses.el (ses-yank-resize):
16732 * play/gomoku.el (gomoku-human-plays, gomoku)
16733 (gomoku-human-resigns, gomoku-prompt-for-other-game)
16734 (gomoku-offer-a-draw):
16735 * play/landmark.el (lm-human-resigns, lm):
16736 * net/eudcb-ldap.el (eudc-ldap-check-base):
16737 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
16738 * progmodes/ebrowse.el (ebrowse-find-pattern):
16739 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
16740 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
16741 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
16742
16743 * vc.el (vc-delete-file):
16744 * play/gomoku.el (gomoku-terminate-game, gomoku)
16745 (gomoku-prompt-for-move, gomoku-human-takes-back):
16746 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
16747 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
16748
16749 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16750
16751 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
16752 color rxvt terminals by using the code xterm.el used to use before
16753 2005-04-09 in order to match the colors used by rxvt.
16754
16755 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16756
16757 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
16758 colors rxvt-unicode terminals by using the same code as xterm.el.
16759
16760 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * textmodes/tex-mode.el (tex-font-lock-append-prop)
16763 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
16764 new symbol used for the tex-verbatim face.
16765
16766 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16767
16768 * woman.el (woman-file-name):
16769 * wid-edit.el (widget-file-prompt-value)
16770 (widget-coding-system-prompt-value):
16771 * w32-fns.el (set-w32-system-coding-system):
16772 * vc.el (vc-version-diff, vc-annotate):
16773 * textmodes/reftex-auc.el (reftex-arg-cite)
16774 (reftex-arg-index-tag):
16775 * textmodes/refer.el (refer-get-bib-files):
16776 * textmodes/artist.el (artist-figlet-choose-font):
16777 * terminal.el (terminal-emulator):
16778 * replace.el (occur-read-primary-args):
16779 * rect.el (string-rectangle, string-insert-rectangle):
16780 * ps-print.el (ps-print-preprint):
16781 * progmodes/pascal.el (pascal-goto-defun):
16782 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
16783 * progmodes/compile.el (compilation-find-file):
16784 * printing.el (pr-interactive-n-up):
16785 * play/animate.el (animate-birthday-present):
16786 * net/rcompile.el (remote-compile):
16787 * man.el (man, Man-goto-section, Man-follow-manual-reference):
16788 * mail/rmailsum.el (rmail-summary-search-backward)
16789 (rmail-summary-search):
16790 * mail/rmailout.el (rmail-output-read-rmail-file-name)
16791 (rmail-output-read-file-name):
16792 * mail/rmail.el (rmail-search, rmail-search-backwards):
16793 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
16794 * locate.el (locate):
16795 * international/quail.el (quail-show-keyboard-layout):
16796 * international/mule.el (set-buffer-file-coding-system)
16797 (revert-buffer-with-coding-system, set-file-name-coding-system)
16798 (set-terminal-coding-system, set-keyboard-coding-system)
16799 (set-next-selection-coding-system):
16800 * international/mule-diag.el (describe-coding-system)
16801 (describe-font, describe-fontset):
16802 * international/mule-cmds.el (universal-coding-system-argument)
16803 (search-unencodable-char, describe-input-method)
16804 (set-language-environment, describe-language-environment):
16805 * international/codepage.el (codepage-setup):
16806 * international/code-pages.el (codepage-setup):
16807 * info.el (Info-search, Info-follow-reference)
16808 (Info-search-backward):
16809 * emacs-lisp/advice.el (ad-read-advised-function)
16810 (ad-read-advice-class, ad-clear-cache, ad-activate)
16811 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
16812 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
16813 (ad-read-regexp):
16814 * ediff-util.el (ediff-toggle-regexp-match):
16815 * ediff-ptch.el (ediff-prompt-for-patch-file):
16816 * dired-aux.el (dired-diff):
16817 * diff.el (diff):
16818 * cus-edit.el (custom-variable-prompt):
16819 * calendar/timeclock.el (timeclock-ask-for-project):
16820 * calc/calcalg3.el (calc-get-fit-variables):
16821 * calc/calc-store.el (calc-edit-variable)
16822 (calc-permanent-variable):
16823 * vc-mcvs.el (vc-mcvs-register):
16824 * shadowfile.el (shadow-define-literal-group):
16825 * woman.el (woman-file-name):
16826 * vc.el (vc-version-diff, vc-merge):
16827 * textmodes/reftex-index.el (reftex-index-complete-tag):
16828 * format.el (format-decode-buffer, format-decode-region):
16829 * emulation/viper-cmd.el (viper-read-string-with-history):
16830 * emacs-lisp/debug.el (cancel-debug-on-entry):
16831 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16832 * ediff.el (ediff-merge-revisions)
16833 (ediff-merge-revisions-with-ancestor, ediff-revision):
16834 * completion.el (interactive-completion-string-reader):
16835 * calc/calc-prog.el (calc-user-define-formula):
16836 Follow convention for reading with the minibuffer.
16837
16838 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
16839
16840 * progmodes/python.el (python-describe-symbol): Add globals() and
16841 locals() to the arguments of emacs.ehelp.
16842
16843 2005-09-24 Magnus Henoch <mange@freemail.hu>
16844
16845 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
16846 New function, code extracted from ispell-valid-dictionary-list.
16847 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
16848 Call it.
16849
16850 2005-09-24 Eli Zaretskii <eliz@gnu.org>
16851
16852 * subr.el (version-regexp-alist): Extend valid syntax for version
16853 strings: allow any of the characters -,_,+ to separate the
16854 alpha/beta/rc part from the version part. Doc fix.
16855 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
16856
16857 2005-09-23 David Reitter <david.reitter@gmail.com>
16858
16859 * mail/mailclient.el: New file.
16860
16861 2005-09-23 Richard M. Stallman <rms@gnu.org>
16862
16863 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
16864 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
16865 Doc fixes.
16866
16867 * progmodes/cc-mode.el (c-font-lock-init):
16868 Specify font-lock-lines-before.
16869
16870 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16871
16872 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
16873 whole conflict.
16874
16875 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
16876
16877 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
16878 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
16879 of `remap' feature when available. Additional key bindings for
16880 better tty support.
16881 (org-mode-restart, org-force-self-insert): New commands.
16882 (org-time-stamp-inactive): New command.
16883 (org-remap): New function.
16884 (org-table-auto-blank-field, org-level-color-stars-only): New options.
16885 (org-enable-fixed-width-editor): Move to `org-structure'
16886 customization group.
16887 (org-self-insert-command, orgtbl-self-insert-command): Modify to
16888 blank field after field motion commands.
16889
16890 2005-09-23 Kenichi Handa <handa@m17n.org>
16891
16892 * international/mule-cmds.el (set-language-environment):
16893 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
16894 have to call utf-translate-cjk-load-tables.
16895
16896 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16897
16898 * mouse.el (mouse-move-drag-overlay): Fix last change.
16899
16900 2005-09-22 David Ponce <david@dponce.com>
16901
16902 * tree-widget.el (tree-widget-value-create): Fix previous change.
16903
16904 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16905
16906 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
16907
16908 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16909
16910 * mouse.el (mouse-move-drag-overlay): New function.
16911 (mouse-drag-region-1): Use it.
16912 Try to simplify a bit the state handling. Handle clicks on links
16913 inside intangible areas.
16914 (mouse-save-then-kill): Minor simplification.
16915 (mouse-secondary-overlay): Make it always non-nil instead of
16916 recreating it each time.
16917 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
16918 (mouse-kill-secondary, mouse-secondary-save-then-kill):
16919 Simplify accordingly.
16920
16921 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16922
16923 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
16924
16925 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
16926
16927 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
16928 (ediff-file-name-sans-prefix): Treat nil as an empty string.
16929 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
16930 to patch.
16931
16932 * ediff-util.el: Use insert-buffer-substring.
16933
16934 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
16935
16936 * emulation/viper-cmd.el (viper-change-state): Don't move over the
16937 field boundaries in the minibuffer.
16938 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
16939 (viper-minibuffer-post-command-hook): New hook.
16940 (viper-line): Don't move cursor at bolp.
16941
16942 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
16943
16944 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
16945 avoid compiler warnings.
16946
16947 * emulation/viper-macs.el (ex-map): Better messages.
16948
16949 * emulation/viper-utils.el (viper-beginning-of-field): New function.
16950
16951 * emulation/viper.el: Replace make-variable-buffer-local with
16952 viper-make-variable-buffer-local everywhere, to avoid warnings.
16953
16954 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16955
16956 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
16957 Delete unused var `old-selected-window'.
16958 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
16959 (mouse-drag-secondary): Delete unused var `start-frame'.
16960
16961 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16962
16963 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
16964
16965 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16966
16967 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
16968 Re-indent within 80 columns. Use inhibit-read-only.
16969
16970 2005-09-19 Romain Francoise <romain@orebokech.com>
16971
16972 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
16973
16974 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16975
16976 * font-lock.el (font-lock-default-fontify-region): Don't add a line
16977 unconditionally, since the after-change-function already did it.
16978
16979 2005-09-19 Miles Bader <miles@gnu.org>
16980
16981 * net/newsticker.el: Get rid of CVS keyword.
16982
16983 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
16984
16985 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
16986 The prompt is formatted later.
16987
16988 2005-09-19 David Ponce <david@dponce.com>
16989
16990 * tree-widget.el (tree-widget-value-create): Save the converted
16991 tree :node widget.
16992
16993 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
16994
16995 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
16996 variable `message'.
16997
16998 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
16999
17000 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
17001 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
17002 <slawomir.nowaczyk.847@student.lu.se>.
17003
17004 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
17005
17006 * image.el (image-load-path): Use symbol `data-directory' instead
17007 of its value, for backward compatibility with packages that bind
17008 it during `find-image'. Suggested by Katsumi Yamaoka.
17009 (image-search-load-path): Handle symbols whose values are strings.
17010
17011 2005-09-18 Romain Francoise <romain@orebokech.com>
17012
17013 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
17014 with-current-buffer form in save-excursion.
17015
17016 2005-09-18 Deepak Goel <deego@gnufans.org>
17017
17018 * apropos.el (apropos-command): Fix `message' call: first arg
17019 should be a format spec. In this and all other cases that appear
17020 below and elsewhere in the source code, I made a change only when
17021 two conditions were satisfied: [1] I can think of a possibility
17022 that the arguments would cause an error, for example, the code in
17023 question relies on external variables such as filenames. [2] I
17024 was sure that the arg to `message' could not have been nil in the code.
17025
17026 * textmodes/tildify.el (tildify-region): Ditto.
17027
17028 * textmodes/reftex-index.el (reftex-index-change-entry)
17029 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
17030 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
17031 * textmodes/org.el (org-complete, org-deadline, org-schedule)
17032 (org-priority, org-table-sum):
17033 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
17034 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
17035 (flyspell-word, flyspell-display-next-corrections):
17036 * textmodes/bibtex.el (bibtex-print-help-message):
17037 * textmodes/artist.el (artist-key-set-point-poly):
17038 * term/mac-win.el (mac-services-insert-text):
17039 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
17040 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
17041 (vhdl-port-paste-testbench, vhdl-compose-new-component)
17042 (vhdl-compose-configuration):
17043 * progmodes/sh-script.el (sh-blink, sh-show-indent)
17044 (sh-set-indent, sh-learn-line-indent):
17045 * progmodes/ps-mode.el (ps-mode-target-column):
17046 * progmodes/idlwave.el (idlwave-make-tags)
17047 (idlwave-scan-library-catalogs):
17048 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
17049 * progmodes/gud.el (gud-jdb-analyze-source):
17050 * progmodes/flymake.el (flymake-log):
17051 * progmodes/ebnf2ps.el (ebnf-generate-region):
17052 * progmodes/cmacexp.el (c-macro-expansion):
17053 * progmodes/ada-xref.el (ada-treat-cmd-string):
17054 * progmodes/ada-mode.el (ada-create-case-exception-substring)
17055 (ada-justified-indent-current, ada-batch-reformat):
17056 * play/zone.el (zone):
17057 * play/landmark.el (lm-move):
17058 * play/decipher.el (decipher-show-alphabet):
17059 * net/newsticker.el (newsticker--display-jump)
17060 (newsticker--display-scroll):
17061 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
17062 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
17063 * mail/feedmail.el (feedmail-dump-message-to-queue):
17064 * eshell/esh-proc.el (eshell-remove-process-entry):
17065 * emulation/ws-mode.el (ws-last-error):
17066 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
17067 (viper-record-kbd-macro):
17068 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
17069 * emacs-lisp/lisp-mnt.el (lm-report-bug):
17070 * emacs-lisp/find-func.el (find-function-noselect):
17071 * calendar/timeclock.el (timeclock-status-string)
17072 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
17073 (timeclock-when-to-leave-string):
17074 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
17075 * calc/calc-units.el (calc-enter-units-table):
17076 * calc/calc-mode.el (calc-mode-record-mode):
17077 * woman.el (woman-mini-help):
17078 * wdired.el (wdired-change-to-wdired-mode):
17079 * vc.el (vc-retrieve-snapshot):
17080 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
17081 * startup.el (display-startup-echo-area-message):
17082 * simple.el (set-goal-column):
17083 * ses.el (ses-command-hook, ses-recalculate-cell):
17084 * server.el (server-process-filter):
17085 * printing.el (pr-interface-txt-print, pr-interface-printify)
17086 (pr-interface-ps):
17087 * pcvs.el (cvs-help):
17088 * log-edit.el (log-edit, log-edit-mode-help):
17089 * iswitchb.el (iswitchb-possible-new-buffer):
17090 * isearch.el (isearch-edit-string):
17091 * image-mode.el (image-mode, image-minor-mode):
17092 * ibuf-macs.el (define-ibuffer-filter):
17093 * hi-lock.el (hi-lock-find-patterns):
17094 * files.el (toggle-read-only):
17095 * ediff-util.el (ediff-copy-diff)
17096 (ediff-write-merge-buffer-and-maybe-kill):
17097 * echistory.el (Electric-history-undefined):
17098 * dnd.el (dnd-insert-text):
17099 * dired-aux.el (dired-query):
17100 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
17101 * bookmark.el (bookmark-bmenu-locate):
17102 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
17103 Fix `message' calls to ensure first arg is a format string.
17104 The change was made only when these two conditions were satisfied:
17105 [1] when there is a possibility that the arguments would cause an error
17106 for example, if the code in question relies on external variables
17107 such as filenames, and
17108 [2] if the arg to `message' could not have been nil in the code.
17109
17110 * pcomplete.el (pcomplete--help): Fix `message' format spec.
17111 Not having a %s would be weird, though not technically wrong.
17112
17113 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17114
17115 * term/mac-win.el (mac-add-charset-info): Doc fix.
17116
17117 2005-09-17 Romain Francoise <romain@orebokech.com>
17118
17119 * shell.el (shell-resync-dirs): Handle echoing processes more
17120 reliably. Don't insert resync command if `comint-process-echoes'
17121 is non-nil.
17122
17123 2005-09-17 Magnus Henoch <mange@freemail.hu>
17124
17125 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
17126 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
17127 aspell versions >= 0.60.
17128 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
17129 only if ispell-aspell-supports-utf8 is non-nil.
17130
17131 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17132
17133 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
17134 buffer-local value to lisp-indent-function.
17135
17136 2005-09-17 Milan Zamazal <pdm@zamazal.org>
17137
17138 * progmodes/glasses.el (glasses-make-readable): If
17139 glasses-separator differs from underscore, put appropriate
17140 overlays over underscore characters.
17141 (glasses-convert-to-unreadable): If glasses-separator differs from
17142 underscore, try to convert glasses-separator characters to
17143 underscores.
17144
17145 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17146
17147 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
17148 Use with-syntax-table and dolist.
17149
17150 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
17151
17152 * textmodes/reftex-auc.el:
17153 * textmodes/reftex-cite.el:
17154 * textmodes/reftex-dcr.el:
17155 * textmodes/reftex-global.el:
17156 * textmodes/reftex-parse.el:
17157 * textmodes/reftex-ref.el:
17158 * textmodes/reftex-sel.el:
17159 * textmodes/reftex-toc.el:
17160 * textmodes/reftex-vars.el:
17161 * textmodes/reftex.el: Small changes to remove compiler warnings.
17162
17163 * textmodes/reftex-index.el: Likewise.
17164 (reftex-query-index-phrase): More efficient use of markers.
17165
17166 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17167
17168 * image.el (image-load-path): New variable.
17169 (image-search-load-path): New function.
17170 (find-image): Search for images in `image-load-path'.
17171
17172 2005-09-15 Richard M. Stallman <rms@gnu.org>
17173
17174 * follow.el: Change Maintainer field.
17175
17176 2005-09-15 David Ponce <david@dponce.com>
17177
17178 * recentf.el (recentf-save-file-modes): New option.
17179 (recentf-save-list): Use it.
17180
17181 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
17182
17183 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
17184 (mode-line-mule-info, mode-line-modified): Move bindings from
17185 mouse-3 to mouse-1.
17186
17187 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17188
17189 * simple.el (sendmail-user-agent-compose): Revert last change.
17190
17191 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
17194 Use with-current-buffer.
17195 (ange-ftp-gwp-start): Remove unused var `gw-user'.
17196 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
17197 (ange-ftp-insert-directory): Remove unused var `short'.
17198 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
17199
17200 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
17201 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
17202
17203 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
17204 (check-calendar-holidays, diary-list-entries): Autoload.
17205 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
17206 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
17207
17208 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
17209 which mistakenly removed a call to display-buffer.
17210
17211 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
17212
17213 * obsolete/iso-insert.el: Move to obsolete/ from international/.
17214
17215 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
17216
17217 * progmodes/hideshow.el
17218 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
17219 (hs-allow-nesting): New user var.
17220 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
17221 (hs-hide-block-at-point): When nesting allowed,
17222 if there is already an overlay in place, delete it.
17223 (hs-safety-is-job-n): Delete func; remove call sites.
17224 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
17225 (hs-overlay-at): New func.
17226 (hs-already-hidden-p, hs-show-block): Use it.
17227 (hs-hide-all): Don't pre-clean if nesting allowed.
17228 (hs-show-all): Temporarily disallow
17229 nesting around call to `hs-discard-overlays'.
17230
17231 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
17232
17233 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
17234 Delete unused local var.
17235
17236 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
17237
17238 * help-fns.el (describe-categories): "?\ " -> "?\s".
17239 (help-do-arg-highlight): Recognize also ARG-n, as in
17240 `move-to-left-margin' (ARG+n is already recognized). Simplify.
17241
17242 * international/codepage.el (dos-unsupported-char-glyph):
17243 * net/newsticker.el (tool-bar-map, w3-mode-map)
17244 (w3m-minor-mode-map):
17245 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
17246 (ent-alist):
17247 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
17248
17249 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
17250
17251 * custom.el (custom-push-theme): Handle the case where a symbol is
17252 bound but face properties have not yet been assigned.
17253
17254 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
17255 Fix behavior if noerase is `t' and there is no mail buffer.
17256
17257 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
17258 if `continue' is nil, rather than signal an error.
17259
17260 2005-09-12 Richard M. Stallman <rms@gnu.org>
17261
17262 * font-lock.el (font-lock-keywords): Add autoload.
17263
17264 * help-fns.el (describe-variable): Rearrange to put source link
17265 in a predictable place.
17266
17267 * net/newsticker.el: New file.
17268
17269 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17270
17271 * calendar/calendar.el (calendar-for-loop): Add edebug info.
17272 (calendar-basic-setup): Use the new nil arg.
17273 (number-of-diary-entries): Move to diary-lib.el.
17274
17275 * calendar/diary-lib.el: Use with-current-buffer, match-string.
17276 (diary-list-entries): Use with-syntax-table and dolist.
17277 Rename from list-diary-entries.
17278 Use number-of-diary-entries if `number' is nil.
17279 (diary, diary-view-entries): Use this new name and new nil arg value.
17280 (number-of-diary-entries): Move from calendar.el.
17281 (diary-unhide-everything): New function.
17282 (include-other-diary-files, fancy-diary-display)
17283 (diary-show-all-entries, make-diary-entry): Use it.
17284 (diary-mail-entries): Use buffer-string.
17285 (mark-diary-entries): Fix long standing paren typo.
17286 (diary-sexp-entry): Use count-lines.
17287 (make-diary-entry): Avoid `previous-line'.
17288 (diary-mode-map): New var.
17289 (diary-mode): Redraw cal after saving. Setup header-line.
17290 (fancy-diary-display-mode): Use local-set-key.
17291
17292 * startup.el (command-line): Try calling various terminal-init-foo-bar
17293 functions by stripping hyphenated suffixes from $TERM.
17294
17295 * files.el (normal-mode): Check boundness of font-lock-keywords.
17296
17297 2005-09-12 Richard M. Stallman <rms@gnu.org>
17298
17299 * progmodes/compile.el: Don't decide a file's directory
17300 until the user actually tries to go there.
17301 (compilation-next-error-function):
17302 Pass compilation-find-file the directory from the file-struct.
17303 (compilation-internal-error-properties): Separate local FILE-STRUCT
17304 from FILE. Doc the args better. Rename arg FMT to FMTS.
17305 (compilation-find-file): Arg DIR renamed to DIRECTORY.
17306 Expand it, and if nil, use default-directory.
17307 (compilation-get-file-structure): Don't mix specified directory
17308 with default directory. Put specified directory into
17309 file-struct. Don't make the file name absolute.
17310
17311 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17312 (compile-command): Add autoload.
17313 (compilation-disable-input): Add autoload.
17314
17315 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
17316
17317 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
17318 strings of the variables it can override.
17319 (time-stamp): New (as yet undocumented) time-stamp-format escapes
17320 %Q and %q, for fully-qualified domain name and unqualified host name.
17321
17322 2005-09-11 Kim F. Storm <storm@cua.dk>
17323
17324 * emacs-lisp/authors.el (authors-aliases): Update list.
17325 (authors-fixed-entries): Update mldrag.el entry.
17326
17327 2005-09-10 Alan Mackenzie <acm@muc.de>
17328
17329 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
17330 from the region narrowed to.
17331
17332 2005-09-10 Magnus Henoch <mange@freemail.hu>
17333
17334 * textmodes/ispell.el (ispell-check-version): Signal an error if
17335 aspell version is less than 0.60.
17336
17337 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
17338
17339 * progmodes/octave-inf.el (inferior-octave-startup):
17340 Resync current dir at the end.
17341
17342 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
17343
17344 * woman.el (woman-topic-at-point-default):
17345 Rename to woman-use-topic-at-point-default.
17346 (woman-topic-at-point): Rename to woman-use-topic-at-point.
17347 (woman-file-name): Reflect renames above. Automatically use the
17348 word at point as topic if woman-use-topic-at-point is non-nil.
17349 Otherwise offer it as default but don't insert it in the
17350 minibuffer. Also use `test-completion' instead of `assoc' as
17351 suggested by Stefan Monnier.
17352
17353 2005-09-10 Andre Spiegel <spiegel@gnu.org>
17354
17355 * vc.el (vc-directory, vc-update-change-log): Throw an error on
17356 the attempt to do it over Tramp. This is not yet supported.
17357
17358 2005-09-10 Eli Zaretskii <eliz@gnu.org>
17359
17360 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17361 (menu-bar-non-minibuffer-window-p): New functions.
17362 ("Split Window", "Save As..."): Use them.
17363 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
17364 ("Print Buffer", "Truncate Long Lines in this Buffer"):
17365 Use menu-bar-menu-frame-live-and-visible-p.
17366 ("Save Buffer", "Insert File", "Open Directory...")
17367 ("Open File...", "Visit New File..."):
17368 Use menu-bar-non-minibuffer-window-p.
17369 (kill-this-buffer-enabled-p, dired <menu-enable>):
17370 Use menu-bar-non-minibuffer-window-p.
17371
17372 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17373
17374 * cus-start.el (all): Don't complain about fringe-related
17375 built-ins if fringes are not supported. Ditto about
17376 selection-related built-ins. Fix the test for GTK-related built-ins.
17377
17378 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
17379 ("Postscript Print Buffer", "Print Region", "Save As...")
17380 ("Save", "Insert File...", "Open Directory...")
17381 ("Open File...", "Visit New File..."")
17382 ("Truncate Long Lines in this Buffer"): Don't look at
17383 menu-updating-frame if this display does not support multiple frames.
17384
17385 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17386
17387 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
17388
17389 2005-09-09 Emilio Lopes <eclig@gmx.net>
17390
17391 * woman.el: Format- and whitespace-related changes.
17392
17393 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17394
17395 * woman.el: Fix my email address.
17396
17397 2005-09-08 Richard M. Stallman <rms@gnu.org>
17398
17399 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
17400 (sh-mode): Locally set skeleton-pair-default-alist.
17401
17402 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
17403
17404 * progmodes/flymake.el: Require `compile' unconditionally.
17405
17406 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
17407
17408 * woman.el (woman-file-name): Provide a default, not initial input.
17409
17410 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
17411
17412 * font-lock.el (font-lock-support-mode): Doc fix.
17413
17414 * descr-text.el (describe-property-list): Handle non-symbol prop names.
17415
17416 2005-09-08 Richard M. Stallman <rms@gnu.org>
17417
17418 * simple.el (blink-matching-open): Get rid of text props from
17419 the string shown in echo area. Don't permanently set point.
17420 Some rearrangements.
17421
17422 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17423
17424 * recentf.el (recentf-filename-handler): Add custom choice
17425 `abbreviate-file-name'.
17426
17427 * msb.el (msb--very-many-menus): Fix typo.
17428
17429 * disp-table.el (standard-display-european): Don't set
17430 enable-multibyte-characters to nil.
17431
17432 2005-09-08 David Ponce <david@dponce.com>
17433
17434 * recentf.el (recentf-show-file-shortcuts-flag): New option.
17435 (recentf-expand-file-name): Doc fix.
17436 (recentf-dialog-mode-map): Define digit shortcuts.
17437 (recentf--files-with-key): New variable.
17438 (recentf-show-digit-shortcut-filter): New function.
17439 (recentf-open-files-items): New function.
17440 (recentf-open-files): Use it.
17441 (recentf-open-file-with-key): New command.
17442
17443 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
17444
17445 * buff-menu.el (Buffer-menu-sort-by-column): New function.
17446 Suggested by Kim F. Storm.
17447 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
17448 (Buffer-menu-make-sort-button): Use global keymap.
17449
17450 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
17451
17452 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
17453 (Man-getpage-in-background-advice): Remove defadvice; it isn't
17454 necessary any longer with the remapped command.
17455 (Man-bgproc-sentinel-advice): Remove defadvice which counts
17456 formatting time only.
17457
17458 * net/tramp.el (tramp-action-password)
17459 (tramp-multi-action-password): Compile the password prompt from
17460 `method', `user' and `host'. Sometimes it isn't obvious which
17461 password to enter, for example with remote files offered by
17462 recentf.el, or with multiple steps. Suggested by Robert Marshall
17463 <robert@chezmarshall.freeserve.co.uk>.
17464
17465 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17468 Fix regexp for when "s///" is at the beginning of line.
17469
17470 2005-09-07 Jay Belanger <belanger@truman.edu>
17471
17472 * calc/calc-poly.el (math-expand-term): Multiply out any powers
17473 when in matrix mode.
17474
17475 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
17478 non-anonymous functions.
17479
17480 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
17481
17482 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
17483 when using a header line. Otherwise, use mouse-1-click-follows-link.
17484
17485 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
17486 can't be moved; don't signal an error.
17487
17488 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
17489
17490 * cus-theme.el (custom-theme-write-faces): Save the current face
17491 spec, not the defface spec.
17492
17493 * custom.el (custom-known-themes): Clarify meaning of "standard".
17494 (custom-push-theme): Save old values in the standard theme.
17495 (disable-theme): Correct typo.
17496 (custom-face-theme-value) Deleted unused function.
17497 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
17498
17499 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * progmodes/compile.el (compilation-goto-locus): Take into account
17502 iconified frames when determining whether the buffer is
17503 already visible.
17504 Don't reset window height if the window already existed.
17505
17506 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
17507
17508 * custom.el (load-theme): Rename from require-theme.
17509 Add interactive spec.
17510 (enable-theme): Rename from custom-enable-theme.
17511 Add interactive spec.
17512 (disable-theme): Rename from custom-disable-theme.
17513 Add interactive spec.
17514 (custom-make-theme-feature): Doc fix.
17515 (custom-theme-directory): Doc fix.
17516 (provide-theme): Call enable-theme.
17517
17518 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17519
17520 * obsolete/lazy-lock.el (lazy-lock-mode):
17521 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
17522 font-lock-mode if it's off. Print a warning instead.
17523
17524 * progmodes/compile.el (compilation-start): Ignore errors if the
17525 process died before we get to send-eof.
17526
17527 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
17528 Undo last change. Enclosing the result in quotes broke things on Unix
17529 since tex-send-command passes it through shell-quote-argument.
17530 (tex-send-command): Pass `file' through convert-standard-filename
17531 when possible.
17532 (tex-uptodate-p): Handle the case where TeX hasn't put additional
17533 info in a transcript.
17534
17535 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17536
17537 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
17538 fix compilation warning. Reorder the key definitions to group
17539 together keys emitted by the current version of xterm.
17540
17541 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
17542 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
17543 Reorder predicates to correct min-color usage.
17544
17545 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
17546
17547 * longlines.el (longlines-mode): Inhibit read-only when encoding.
17548 Kill local variables when longlines-mode is turned off.
17549
17550 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
17553
17554 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
17555
17556 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
17557
17558 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
17559 (font-lock-lines-before): Change default to being inactive.
17560 (font-lock-default-fontify-region): Obey font-lock-lines-before.
17561 (font-lock-after-change-function): Don't handle f-l-lines-before here.
17562
17563 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17564
17565 * net/tramp.el (tramp-handle-make-auto-save-file-name):
17566 Deactivate temporarily advice if active (not needed for Emacs 22,
17567 but for backwards compatibility).
17568 (tramp-exists-file-name-handler): Rewrite. First implementation
17569 was too simple.
17570 (tramp-advice-make-auto-save-file-name):
17571 Call `tramp-handle-make-auto-save-file-name' (again, just for
17572 backwards compatibility).
17573
17574 2005-08-31 Reto Zimmermann <reto@gnu.org>
17575
17576 * progmodes/vhdl-mode.el
17577 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
17578 (vhdl-end-p): Fix indentation bug "else" after "-- when".
17579 (vhdl-set-default-project): New function (easier setting of default).
17580 (vhdl-port-copy): Handle extended identifiers for generics.
17581 (vhdl-compiler-alist): Better description for error message regexp.
17582 (vhdl-make): Query for target, use previous as default.
17583 (vhdl-port-copy): Fix port copy for port names starting with "signal".
17584 (vhdl-font-lock-keywords-2): Fix fontification for record
17585 el. assign.
17586 (vhdl-speedbar-make-subpack-line): Add package body link.
17587 (vhdl-generate-makefile-1): Not include itself as dependency.
17588 (vhdl-font-lock-init): Highlight c-preprocessor directives.
17589 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
17590 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
17591 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
17592 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
17593 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
17594 (vhdl-import-project): Add string argument for `error'.
17595 (vhdl-compose-configuration)
17596 (vhdl-compose-configuration-architecture): Add configuration
17597 declaration generation.
17598 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
17599 (vhdl-trailer-re): Add "record" keyword (better indentation).
17600 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
17601 "[^ \t-\"]+".
17602 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
17603 (vhdl-testbench-entity-file-name)
17604 (vhdl-testbench-architecture-file-name): Allow separate
17605 customization of testbench file names.
17606 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
17607 (vhdl-get-visible-signals): Allow newline within alias declaration.
17608 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
17609 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
17610 (member-ignore-case): Alias for missing function in XEmacs.
17611 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
17612 (vhdl-update-sensitivity-list): Ignore case on read signals.
17613 (vhdl-replace-string): Adjust case only for file names.
17614 (vhdl-update-sensitivity-list): Fix search for read signals.
17615 (vhdl-update-sensitivity-list): Exclude formal parameters.
17616 (vhdl-get-visible-signals): Include aliases of signals.
17617 (vhdl-get-visible-signals): Fix signal name searching.
17618 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
17619 (vhdl-fixup-whitespace-region): Fix for character
17620 literals (e.g. `:').
17621
17622 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17623
17624 * ansi-color.el (comint-last-output-start):
17625 * bs.el (font-lock-verbose):
17626 * diff-mode.el (add-log-buffer-file-name-function):
17627 * dired-x.el (vm-folder-directory):
17628 * faces.el (help-xref-stack-item):
17629 * files.el (font-lock-keywords):
17630 * find-lisp.el (dired-buffers, dired-subdir-alist):
17631 * ido.el (cua-inhibit-cua-keys):
17632 * log-view.el (cvs-minor-wrap-function):
17633 * outline.el (font-lock-warning-face):
17634 * simple.el (compilation-current-error):
17635 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
17636 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
17637 * tooltip.el (comint-prompt-regexp):
17638 * w32-fns.el (explicit-shell-file-name):
17639 * term/mac-win.el (mac-charset-info-alist)
17640 (mac-services-selection, mac-system-script-code):
17641 * term/tty-colors.el (msdos-color-values):
17642 * term/w32-win.el (xlfd-regexp-registry-subnum):
17643 * term/x-win.el (x-keysym-table, x-selection-timeout)
17644 (x-session-id, x-session-previous-id):
17645 * textmodes/ispell.el (mail-yank-prefix):
17646 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
17647 * textmodes/org.el (calc-embedded-close-formula)
17648 (calc-embedded-open-formula)
17649 (font-lock-unfontify-region-function):
17650 * textmodes/reftex-global.el (isearch-next-buffer-function)
17651 (TeX-master):
17652 * textmodes/reftex.el (font-lock-keywords):
17653 * textmodes/tex-mode.el (font-lock-comment-face)
17654 (font-lock-doc-face):
17655 * textmodes/texinfo.el (outline-heading-alist):
17656 Add defvars.
17657
17658 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
17659 (artist-spray-chars, artist-mode-init, artist-replace-string)
17660 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
17661 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
17662 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
17663
17664 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
17665 (conf-align-assignments): "?\ " -> "?\s".
17666
17667 * textmodes/reftex-index.el (TeX-master): Add defvar.
17668 (reftex-index-phrases-marker): Move up defvar.
17669
17670 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
17671 (reftex-toc-include-labels-indicator)
17672 (reftex-toc-include-index-indicator)
17673 (reftex-toc-max-level-indicator): Move up declarations.
17674
17675 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
17676 of args to `tramp-run-real-handler', even if it's empty in this case.
17677
17678 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17679
17680 * dired.el (dired-move-to-filename-regexp): Add date format for
17681 Mac OS X 10.3 in East Asian locales.
17682
17683 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17684
17685 * files.el (make-auto-save-file-name): Add file name handler call
17686 if applicable.
17687
17688 * net/tramp.el (tramp-file-name-handler-alist)
17689 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
17690 (tramp-handle-make-auto-save-file-name): Rename from
17691 `tramp-make-auto-save-file-name'.
17692 (tramp-exists-file-name-handler): New defun.
17693 (tramp-advice-make-auto-save-file-name): Make defadvice only when
17694 `make-auto-save-file-name' is not a magic file name operation.
17695
17696 2005-08-30 Richard M. Stallman <rms@gnu.org>
17697
17698 * files.el (risky-local-variable-p):
17699 Match `-predicates' and `-commands.
17700
17701 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
17702 (custom-save-all): Visit the file if necessary;
17703 kill the buffer if we created it.
17704 (custom-save-delete): Don't visit file or kill buffer here.
17705
17706 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
17707
17708 * textmodes/org.el (org-special-keyword): New face.
17709 (org-table-copy-down, org-table-eval-formula)
17710 (org-table-recalculate, org-init-section-numbers):
17711 Use `string-to-number' instead of `string-to-int'.
17712 (org-get-location): Use `insert-buffer-substring' instead of
17713 `insert-buffer'.
17714 (org-modify-diary-entry-string): New function.
17715 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
17716 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
17717 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
17718 active region.
17719 (org-export-as-html): Handle QUOTE keyword.
17720 (org-quote-string): New option.
17721 (org-bookmark-jump-unhide): New function, used for
17722 `bookmark-after-jump-hook'.
17723 (org-diary-default-entry): Apply only when not called through
17724 `org-agenda'.
17725
17726 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
17727
17728 * net/eudc.el (mode-popup-menu):
17729 * play/handwrite.el (ps-printer-name, ps-lpr-command):
17730 * progmodes/ada-mode.el (compile-auto-highlight)
17731 (skeleton-further-elements):
17732 * progmodes/autoconf.el (font-lock-syntactic-keywords):
17733 * progmodes/cmacexp.el (msdos-shells):
17734 * progmodes/compile.el (font-lock-extra-managed-props)
17735 (font-lock-keywords, font-lock-maximum-size)
17736 (font-lock-support-mode):
17737 * progmodes/grep.el (font-lock-lines-before):
17738 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
17739 * progmodes/mixal-mode.el (compile-command):
17740 * progmodes/perl-mode.el (font-lock-comment-face)
17741 (font-lock-doc-face, font-lock-string-face):
17742 * progmodes/prolog.el (comint-prompt-regexp):
17743 * progmodes/sh-script.el (font-lock-comment-face)
17744 (font-lock-set-defaults, font-lock-string-face):
17745 * progmodes/sql.el (font-lock-keyword-face)
17746 (font-lock-set-defaults, font-lock-string-face):
17747 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
17748 (itimer-version, lazy-lock-defer-contextually)
17749 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
17750 Add defvars.
17751
17752 * progmodes/cperl-mode.el (cperl-electric-lbrace)
17753 (cperl-electric-keyword, cperl-electric-pod)
17754 (cperl-electric-backspace, cperl-forward-re)
17755 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
17756 (vc-rcs-header, vc-sccs-header): Add defvars.
17757
17758 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
17759 (font-lock-syntactic-keywords, gud-find-expr-function):
17760 Add defvars.
17761
17762 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
17763 (gdb-frame-parameters): Declare before use.
17764
17765 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
17766 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
17767 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
17768 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
17769
17770 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
17771 (idlwave-help-with-source): Use `insert-buffer-substring', not
17772 `insert-buffer'.
17773
17774 2005-08-29 Juri Linkov <juri@jurta.org>
17775
17776 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
17777 Put outline-back-to-heading function call inside save-excursion.
17778
17779 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
17780
17781 * man.el (Man-init-defvars, Man-translate-references)
17782 (Man-support-local-filenames, Man-highlight-references):
17783 * progmodes/sql.el (sql-interactive-mode):
17784 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
17785
17786 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
17787 (compilation-mode-font-lock-keywords): Add defvars.
17788 (checkdoc-interactive-loop): "?\ " -> "?\s".
17789
17790 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
17791 (font-lock-doc-face, font-lock-string-face)
17792 (font-lock-keywords-case-fold-search): Add defvars.
17793 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
17794
17795 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
17796 Don't pass X and Y (they are ignored anyway).
17797 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
17798 (mouse-delete-window): Make arguments optional.
17799
17800 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
17801 (caesar-translate-table, minor-modes, news-buffer-save)
17802 (news-group-name, news-minor-modes): Add defvars.
17803
17804 * emacs-lisp/lselect.el (mouse-highlight-priority)
17805 (x-lost-selection-functions, zmacs-regions):
17806 * emacs-lisp/pp.el (font-lock-verbose):
17807 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
17808 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
17809 (ses-mode-map):
17810 * emacs-lisp/tcover-unsafep.el (safe-functions):
17811 * international/mule-cmds.el (mac-system-coding-system)
17812 (mac-system-locale):
17813 * language/ethio-util.el (rmail-current-message)
17814 (rmail-message-vector):
17815 * language/thai-util.el (thai-auto-composition-mode):
17816 * mail/metamail.el (rmail-current-message, rmail-message-vector):
17817 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
17818 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
17819 (vm-primary-inbox, vm-spool-files):
17820 * mail/rmail.el (deleted-head, font-lock-fontified)
17821 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
17822 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
17823 (total-messages):
17824 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
17825 (rmail-summary-mode-map):
17826 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
17827 (rmail-last-label, rmail-last-multi-labels)
17828 (rmail-summary-vector, rmail-total-messages):
17829 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
17830 * mail/rmailsum.el (msgnum):
17831 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
17832 (rmail-current-message):
17833 * obsolete/fast-lock.el (font-lock-face-list):
17834 * obsolete/rnewspost.el (mail-reply-buffer):
17835 * obsolete/scribe.el (compile-command):
17836 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
17837
17838 2005-08-28 John Paul Wallington <jpw@gnu.org>
17839
17840 * ibuf-ext.el (ibuffer-auto-update-changed):
17841 Use `frame-or-buffer-changed-p' to check whether we need to update.
17842 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
17843 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
17844 as a `frame-or-buffer-changed-p' state vector instead.
17845
17846 2005-08-27 Romain Francoise <romain@orebokech.com>
17847
17848 * textmodes/makeinfo.el (makeinfo-compile):
17849 Use `compilation-start'. Set `next-error-function' according to
17850 `disable-errors'.
17851 (makeinfo-next-error): New function.
17852 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
17853 (makeinfo-buffer): Likewise.
17854
17855 * progmodes/compile.el (compilation-start): Add autoload cookie.
17856
17857 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
17858 * textmodes/sgml-mode.el: Likewise.
17859 * progmodes/python.el: Likewise.
17860
17861 2005-08-27 Eli Zaretskii <eliz@gnu.org>
17862
17863 * simple.el (blink-matching-paren-distance): Document the meaning
17864 of nil value, and allow to customize to nil.
17865
17866 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
17867 command.com, not command.exe.
17868
17869 2005-08-26 John Wiegley <johnw@newartisans.com>
17870
17871 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
17872 code around a bit so that an extraneous nil argument is not added
17873 to a command when no args are given.
17874
17875 * eshell/esh-arg.el (eshell-parse-double-quote): If a
17876 double-quoted argument resolves to nil, return it as an empty
17877 string rather than as nil. This made it impossible to pass "" to
17878 a shell script as a null string argument.
17879
17880 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17881
17882 * outline.el (outline-invent-heading): New fun.
17883 (outline-promote, outline-demote): Use it.
17884 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
17885 (outline-end-of-subtree): Remove unused var `opoint'.
17886
17887 2005-08-26 David Reitter <david.reitter@gmail.com>
17888
17889 * menu-bar.el (truncate-lines, write-file, print-buffer)
17890 (ps-print-buffer-faces, ps-print-buffer, split-window):
17891 Disable menu items when the frame they refer to is invisible, or when
17892 they refer to a buffer and the minibuffer is selected.
17893
17894 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
17895
17896 * progmodes/flymake.el (flymake-highlight-err-lines):
17897 Use save-excursion around flymake-highlight-line to preserve point.
17898
17899 2005-08-26 Eli Zaretskii <eliz@gnu.org>
17900
17901 * progmodes/octave-mod.el: Change Author and Maintainer address.
17902 (octave-maintainer-address): Change Kurt's email address.
17903 * progmodes/octave-inf.el: Change Author and Maintainer address.
17904 * progmodes/octave-hlp.el: Change Author and Maintainer address.
17905
17906 2005-08-26 Kim F. Storm <storm@cua.dk>
17907
17908 * subr.el (version-list-<, version-list-<=, version-list-=):
17909 Rename from integer-list-*.
17910 (version-list-not-zero): Likewise. Fix while loop.
17911 (version=): Use version-list-= instead of string-equal.
17912
17913 2005-08-26 Richard M. Stallman <rms@gnu.org>
17914
17915 * outline.el (outline-promote): Try shortening the heading.
17916 As last resort, read the heading to use.
17917 (outline-demote): As last resort, read the heading to use.
17918
17919 2005-08-26 Romain Francoise <romain@orebokech.com>
17920
17921 * progmodes/compile.el (compilation-start): Doc fix.
17922
17923 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
17924 (antlr-font-lock-additional-keywords): Fix reference to
17925 `antlr-font-lock-literal-regexp' erroneously changed during the
17926 mass face rename.
17927 (antlr-run-tool): Use `compilation-start'.
17928
17929 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
17930 instead of the obsolete `compile-internal'.
17931
17932 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
17933
17934 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
17935 (number, original-date):
17936 * calendar/cal-china.el (date):
17937 * calendar/cal-coptic.el (date):
17938 * calendar/cal-french.el (date):
17939 * calendar/cal-hebrew.el (date, entry, number, original-date):
17940 * calendar/cal-islam.el (date, number, original-date):
17941 * calendar/cal-iso.el (date):
17942 * calendar/cal-julian.el (date):
17943 * calendar/cal-mayan.el (date):
17944 * calendar/cal-menu.el (date, event):
17945 * calendar/cal-persia.el (date):
17946 * calendar/lunar.el (date):
17947 * calendar/solar.el (date): Add defvars.
17948
17949 * emerge.el:
17950 * ibuffer.el:
17951 * info-xref.el:
17952 * obsolete/bg-mouse.el:
17953 * obsolete/sun-curs.el:
17954 * obsolete/swedish.el: Move the `defvar's to the top level.
17955
17956 * smerge-mode.el (smerge-refined-change): Add :group.
17957
17958 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
17959
17960 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
17961 (smerge-keep-n): Remove props.
17962 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17963 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
17964 now that it's done in smerge-keep-n.
17965 (smerge-refined-change): New face.
17966 (smerge-refine-chopup-region, smerge-refine-highlight-change)
17967 (smerge-refine): New funs.
17968 (smerge-basic-map): Bind smerge-refine.
17969
17970 2005-08-25 Juri Linkov <juri@jurta.org>
17971
17972 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
17973 compilation-process-setup-function and compilation-disable-input
17974 in grep-mode instead of let-bindings in grep.
17975
17976 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
17977 Delete "Automatic File De/compression" (auto-compression-mode).
17978
17979 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
17980
17981 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
17982 Silence warning about non-existent variable.
17983
17984 2005-08-25 Richard M. Stallman <rms@gnu.org>
17985
17986 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
17987 Rename "Describe Key" to "Describe Key or Mouse Operation".
17988
17989 * mail/mailalias.el (build-mail-aliases): Delete comments
17990 from the contents before processing them.
17991
17992 * isearch.el (isearch-edit-string): Erase the Search prompt
17993 if user enters an empty string and there is no default.
17994
17995 * comint.el (comint-file-name-prefix): Add autoload.
17996
17997 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
17998
17999 * subr.el (play-sound): Rearrange to avoid warning.
18000
18001 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
18002
18003 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
18004 New hook.
18005 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
18006
18007 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
18010
18011 * custom.el (custom-theme-set-variables): Sort minor modes last.
18012
18013 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18014
18015 * subr.el (version-separator, version-regexp-alist): New vars used by
18016 version comparison funs.
18017 (integer-list-<, integer-list-=, integer-list-<=)
18018 (integer-list-not-zero): New funs for integer list comparison.
18019 (version-to-list, version=, version<, version<=): New funs for version
18020 comparison.
18021
18022 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
18023
18024 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
18025 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
18026 time to silence the byte-compiler.
18027
18028 * ibuffer.el (ibuffer-compile-make-eliding-form)
18029 (ibuffer-check-formats): Use `with-no-warnings' to hide references
18030 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
18031 so it's silly to get warnings for it).
18032 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
18033 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
18034 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
18035 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
18036 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
18037 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
18038 Defvar at compile time.
18039 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
18040 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
18041 Declare them before use.
18042
18043 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
18044 (info-xref-good, info-xref-bad): Defvar at compile time.
18045
18046 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
18047 Use `let*' instead of `let'.
18048
18049 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
18050 (*mouse-y*, menu, char): Defvar at compile time.
18051 (sc::menu): Declare it before use.
18052 (sc::pack-one-line): Use `let', not `let*'.
18053
18054 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
18055 (mail-send-hook): Defvar at compile time.
18056
18057 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
18058 Defvar at compile time.
18059
18060 * term/sun-mouse.el (current-global-mousemap)
18061 (current-local-mousemap): Declare them before use.
18062
18063 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
18064
18065 * bookmark.el (bookmark-after-jump-hook): New hook.
18066 (bookmark-jump): Run `bookmark-after-jump-hook'.
18067
18068 2005-08-23 Juri Linkov <juri@jurta.org>
18069
18070 * faces.el (minibuffer-prompt): Doc fix.
18071
18072 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
18073
18074 * progmodes/xscheme.el: Trivial changes to silence warnings.
18075 (xscheme-previous-mode, xscheme-previous-process-state):
18076 Add defvars.
18077 (xscheme-last-input-end, xscheme-process-command-line)
18078 (xscheme-process-name, xscheme-buffer-name)
18079 (xscheme-expressions-ring-max, xscheme-expressions-ring)
18080 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
18081 (xscheme-control-g-synchronization-p)
18082 (xscheme-control-g-disabled-p, xscheme-string-receiver)
18083 (default-xscheme-runlight, xscheme-runlight)
18084 (xscheme-runlight-string, xscheme-process-filter-state)
18085 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
18086 Move to beginning of file.
18087 (scheme-interaction-mode-commands-alist)
18088 (scheme-interaction-mode-map, scheme-debugger-mode-map):
18089 Declare them before use. Note: the initialization code for the
18090 variables has not been moved because it uses functions that reference
18091 the variables.
18092 (xscheme-control-g-message-string, xscheme-process-filter-alist)
18093 (xscheme-prompt-for-expression-map): Declare them before use.
18094 (scheme-debugger-mode-commands): "?\ " -> "?\s".
18095
18096 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
18097
18098 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
18099
18100 2005-08-22 Juri Linkov <juri@jurta.org>
18101
18102 * faces.el (set-face-underline): Delete this duplicate function
18103 and make an obsolete alias to set-face-underline-p.
18104 (set-face-underline-p): Use docstring of set-face-underline.
18105 (describe-face): Create hyperlink to parent face.
18106
18107 * info.el (Info-insert-dir): Use save-excursion around
18108 insert-buffer-substring.
18109 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
18110 (Info-escape-percent): Delete function.
18111 (Info-fontify-node): Replace Info-escape-percent by
18112 replace-regexp-in-string with REP arg set to lambda that
18113 duplicates `%' and preserves text properties.
18114
18115 * progmodes/compile.el (compilation-disable-input): Doc fix.
18116 (define-compilation-mode): Doc fix and refill.
18117 (kill-compilation): Use `mode-name' in the error message.
18118 (compilation-find-file): Use `compilation-error' in the
18119 read-file-name's prompt.
18120
18121 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18122
18123 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
18124 (smerge-auto-leave): Make undo re-enable the mode.
18125 (debug-ignored-errors): Add the user-error of impossible resolution.
18126 (smerge-resolve): Move things around a bit, in preparation for later.
18127 (smerge-diff): Don't fail if the buffer has no associated file.
18128 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
18129 (smerge-conflict-overlay): New function.
18130 (smerge-match-conflict): Don't add text properties here.
18131 (smerge-find-conflict): Instead, add an overlay here.
18132 Also check for the case where we're inside a conflict already, so as to
18133 obviate the need for font-lock-multiline, which is unbearably slow with
18134 large conflicts and ciomplex font-lock patterns.
18135 (smerge-remove-props): Remove overlay rather than text-properties.
18136 (smerge-mode): Don't set font-lock-multiline.
18137 Remove overlays when turned off.
18138
18139 2005-08-21 Kim F. Storm <storm@cua.dk>
18140
18141 * ido.el (ido-ignore-item-p): Use save-match-data.
18142 Bind case-fold-search to ido-case-fold locally.
18143
18144 2005-08-20 Richard M. Stallman <rms@gnu.org>
18145
18146 * files.el (normal-mode): If font lock is on, turn it off and on.
18147
18148 * subr.el (replace-regexp-in-string): Doc fix.
18149
18150 * startup.el (command-line-1): Don't suppress startup screen
18151 due to existing processes.
18152
18153 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
18154
18155 * progmodes/compile.el (compilation-disable-input): Default to nil.
18156
18157 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18158
18159 * progmodes/compile.el (compilation-disable-input): New defcustom.
18160 (compilation-start): If compilation-disable-input is non-nil, send
18161 EOF to the compilation process.
18162
18163 2005-08-20 Eli Zaretskii <eliz@gnu.org>
18164
18165 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
18166 Run the argument of tex-shell-cd-command through
18167 convert-standard-filename, to get the correct style of slashes on
18168 Windows, and enclose the result in quotes, in case the file name
18169 includes whitespace or other special characters.
18170
18171 2005-08-19 Andreas Schwab <schwab@suse.de>
18172
18173 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
18174 process.
18175
18176 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
18177
18178 * cus-start.el (minibuffer-prompt-properties): Correct typo.
18179
18180 2005-08-18 Kim F. Storm <storm@cua.dk>
18181
18182 * scroll-lock.el: Fix errors due to incorrect line wrapping.
18183
18184 2005-08-18 Richard M. Stallman <rms@gnu.org>
18185
18186 * scroll-lock.el: New file.
18187
18188 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
18189
18190 * dired.el (dired-move-to-end-of-filename):
18191 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
18192
18193 2005-08-18 Kim F. Storm <storm@cua.dk>
18194
18195 * ido.el (ido-everywhere): Fix defcustom :set function to disable
18196 rather than toggle mode when custom value is nil.
18197 (ido-everywhere): Fix defun doc string.
18198
18199 2005-08-17 Richard M. Stallman <rms@gnu.org>
18200
18201 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
18202 as tag instead of "Inviolable".
18203
18204 2005-08-17 Kim F. Storm <storm@cua.dk>
18205
18206 * windmove.el (windmove-coordinates-of-position): Remove.
18207 (windmove-coordinates-of-window-position): Remove.
18208 (windmove-reference-loc): Use posn-at-point instead.
18209
18210 * subr.el (insert-for-yank-1): Doc fix.
18211
18212 * ido.el (ido-enter-matching-directory): Rename from
18213 ido-enter-single-matching-directory. Change `slash' choice to
18214 `only'. Add `first' choice.
18215 (ido-exhibit): Adapt to above changes.
18216
18217 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
18218
18219 * Makefile.in: Expand comment about building loaddefs.el.
18220
18221 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
18222
18223 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
18224 Comment use of defadvice.
18225
18226 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
18227
18228 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
18229
18230 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
18231 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
18232 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
18233 * progmodes/idlw-shell.el, progmodes/ld-script.el,
18234 * progmodes/which-func.el, ruler-mode.el, strokes.el,
18235 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
18236 for backward compatibility for faces that did not appear in the
18237 previous Emacs release.
18238
18239 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
18240
18241 2005-08-15 Kim F. Storm <storm@cua.dk>
18242
18243 * emulation/cua-base.el (cua-delete-region): Return t if
18244 deleted region was non-empty.
18245 (cua-replace-region): Inhibit overwrite-mode for
18246 self-insert-command if replaced region was non-empty.
18247 (cua--explicit-region-start, cua--status-string): Make them
18248 buffer-local at top-level...
18249 (cua-mode): ...rather than when mode is enabled.
18250
18251 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
18252
18253 * progmodes/vhdl-mode.el (vhdl-emacs-21):
18254 Set t for Emacs 21, 22, and so on.
18255
18256 2005-08-15 David Ponce <david@dponce.com>
18257
18258 * tree-widget.el: Update Commentary header.
18259 (tree-widget-theme): Doc fix.
18260 (tree-widget-space-width): New option.
18261 (tree-widget-image-properties): Look up in the default theme too.
18262 (tree-widget--cursors): Only for images with arrow pointer shape.
18263 (tree-widget-lookup-image): Pointer shape is hand by default.
18264 (tree-widget-icon): Rename generic icon widget from
18265 `tree-widget-control'.
18266 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
18267 derive from `tree-widget-icon'.
18268 (tree-widget-handle): Improve default look and feel of the text
18269 representation.
18270 (tree-widget): Rename :*-control properties to :*-icon properties.
18271 Add :action and :help-echo properties.
18272 (tree-widget-after-toggle-functions): Move.
18273 (tree-widget-close-node, tree-widget-open-node): Remove.
18274 (tree-widget-before-create-icon-functions): New hook.
18275 (tree-widget-value-create): Update to allow customization of icons
18276 and nodes at run-time via that new hook.
18277 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
18278 (tree-widget-icon-action, tree-widget-icon-help-echo)
18279 (tree-widget-action, tree-widget-help-echo): New functions.
18280
18281 2005-08-15 Kim F. Storm <storm@cua.dk>
18282
18283 * ido.el (ido-buffer-internal): Use with-no-warnings.
18284 (ido-make-merged-file-list): Use while-no-input.
18285
18286 2005-08-15 Richard M. Stallman <rms@gnu.org>
18287
18288 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
18289 (flyspell-large-region): Fix doc and custom type.
18290
18291 2005-08-14 Richard M. Stallman <rms@gnu.org>
18292
18293 * files.el (interpreter-mode-alist): Doc fix.
18294
18295 * mail/rmail.el (rmail-nonignored-headers): New variable.
18296 (rmail-clear-headers): Use it.
18297 (rmail-reply): Better handling of mail-followup-to header.
18298
18299 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18300 Rename variable from sh-font-lock-keywords. In the `shell' entry,
18301 don't try to refer to executable-font-lock-keywords.
18302 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
18303 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
18304 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
18305 (sh-mode): Set comment-start-skip, local-abbrev-table,
18306 imenu-case-fold-search.
18307 (sh-set-shell): Don't set them here.
18308 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
18309 Don't cache the results in the original alist; don't ever modify
18310 that alist.
18311
18312 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
18313
18314 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
18315 empty.
18316
18317 2005-08-15 Andreas Schwab <schwab@suse.de>
18318
18319 * desktop.el: Put autoload cookie at risky-local-variable declarations.
18320
18321 * dired.el, info.el, mail/rmail.el: Revert last change.
18322
18323 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
18324
18325 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
18326 modification in `eval-after-load' form.
18327 * info.el: Likewise.
18328 * mail/rmail.el: Likewise.
18329
18330 2005-08-14 Juri Linkov <juri@jurta.org>
18331
18332 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18333 Remove highlighting of "Compilation started". Highlight only
18334 the word "finished" in "Compilation finished". Add highlighting
18335 of "interrupt", "killed", "terminated" and the exit code.
18336 (compilation-start): Add newline after header. Use exactly the
18337 same time stamp format as the finishing message.
18338 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
18339
18340 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
18341 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
18342 Add highlighting of "interrupt", "killed", "terminated".
18343
18344 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
18345 enabled and the current command is self-insert-command, call it
18346 explicitly with overwrite-mode bound to nil, to not allow it
18347 to delete the character after the selected region.
18348
18349 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
18350
18351 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
18352 move-end-of-line, end-of-line, and beginning-of-line to the list
18353 of commands after which the echo area is updated.
18354
18355 2005-08-12 Eli Zaretskii <eliz@gnu.org>
18356
18357 * cus-edit.el (custom-save-all, custom-save-delete):
18358 Bind recentf-exclude to exclude custom-file.
18359
18360 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
18361
18362 * mail/rmailsum.el (rmail-summary-end-of-message): New command
18363 to go to the bottom of the mail message. Added to
18364 `rmail-summary-mode-map' with key "/".
18365 (rmail-summary-show-message): New (internal) function for use by
18366 both `rmail-summary-beginning/end-of-message'.
18367 (rmail-summary-beginning-of-message): Change to use
18368 rmail-summary-show-message.
18369
18370 * mail/rmail.el (rmail-end-of-message): New command to go to the
18371 end of the current message. Added to `rmail-mode-map' with key "/".
18372 (rmail-beginning-of-message): Fix to work as documented.
18373 (rmail-mode): Change documentation.
18374
18375 * progmodes/compile.el (compilation-start): Add the line
18376 "Compilation started" with compilation start time.
18377 (compilation-mode-font-lock-keywords): Add `started' to keywords.
18378
18379 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
18380
18381 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
18382 of menu items.
18383
18384 2005-08-11 Richard M. Stallman <rms@gnu.org>
18385
18386 * simple.el (pop-global-mark): Reverse test of widen-automatically.
18387
18388 * battery.el (battery-status-function): Don't use ignore-errors.
18389
18390 2005-08-11 Lute Kamstra <lute@gnu.org>
18391
18392 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
18393 define-obsolete-variable-alias.
18394
18395 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
18396
18397 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
18398 (ange-ftp-send-cmd): Revert last change, and expand
18399 the comment explaining the problem.
18400
18401 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
18402
18403 * ldefs-boot.el: Update.
18404
18405 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
18406 item to "Time, Load and Mail". Change help echo text.
18407
18408 * time.el (display-time-use-mail-icon, display-time-format)
18409 (display-time-string-forms): Shorten first line of docstrings.
18410
18411 2005-08-10 Lars Hansen <larsh@soem.dk>
18412
18413 * desktop.el (desktop-buffer-mode-handlers):
18414 Make non-customizable. Add autoload cookie. Change initial value to
18415 nil; add elements in respective modules instead. Fix doc string.
18416 (desktop-load-file): New function.
18417 (desktop-minor-mode-handlers): New autoloaded variable.
18418 (desktop-create-buffer): Call minor mode handlers.
18419 Use desktop-load-file to load major and minor mode modules prior to
18420 checking for a handler.
18421 (desktop-save): Don't add nil to desktop-minor-modes for minor
18422 modes with nil function in desktop-minor-mode-table. Don't delete
18423 desktop file before rewriting it.
18424 (desktop-locals-to-save): Add autoload cookie. Don't make
18425 automatically buffer-local. Add variables column-number-mode,
18426 size-indication-mode, indent-tabs-mode,
18427 indicate-buffer-boundaries, indicate-empty-lines and
18428 show-trailing-whitespace.
18429 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
18430 regexps. Don't use desktop-clear-preserve-buffers-regexp.
18431 (desktop-clear-preserve-buffers-regexp): Delete.
18432 (desktop-clear-preserve-buffers): Update initial value and docstring.
18433 (desktop-save-buffer): Fix doc string.
18434
18435 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
18436 (hilit-chg-desktop-restore): New function.
18437 (highlight-changes-mode): Add highlight-changes-mode to
18438 desktop-locals-to-save.
18439
18440 * dired.el: Add handler to desktop-buffer-mode-handlers.
18441 (dired-restore-desktop-buffer): Remove autoload cookie.
18442 (dired-mode): Add autoload cookie.
18443
18444 * info.el: Add handler to desktop-buffer-mode-handlers.
18445 (Info-restore-desktop-buffer): Remove autoload cookie.
18446 (Info-mode): Add autoload cookie.
18447
18448 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
18449 (mh-restore-desktop-buffer): Remove autoload cookie.
18450 (mh-folder-mode): Add autoload cookie.
18451
18452 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
18453 (rmail-restore-desktop-buffer): Remove autoload cookie.
18454
18455 2005-08-11 Masatake YAMATO <jet@gyve.org>
18456
18457 * hexl.el (hexl-address-region):
18458 (hexl-ascii-region, hexl-font-lock-keywords):
18459 (hexl-highlight-line-range): Use the term "region"
18460 instead of "area" for consistency with the other symbols
18461 defined in hexl.el.
18462
18463 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
18464
18465 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
18466 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
18467 out by Juri Linkov). Add `display-battery-mode'.
18468
18469 2005-08-09 Juri Linkov <juri@jurta.org>
18470
18471 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18472 Remove `-text' from face variable names.
18473 (compilation-error-file-name, compilation-warning-file-name)
18474 (compilation-info-file-name): Delete faces.
18475 (compilation-line-number, compilation-column-number):
18476 Remove face underlining.
18477 (compilation-message-face): Set to `underline' value by default.
18478 (compilation-error-face, compilation-warning-face)
18479 (compilation-info-face): Remove `-file-name' from face names.
18480 (compilation-error-text-face, compilation-warning-text-face)
18481 (compilation-info-text-face): Delete face variables.
18482 (compilation-text-face): Delete function.
18483
18484 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
18485 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
18486 (grep-error-face): Set to `compilation-error' instead of
18487 `compilation-error-face' (which is redefined to `grep-hit-face' in
18488 grep buffers).
18489 (grep-mode-font-lock-keywords): Remove `-text' from face variable
18490 names. Use `grep-error-face' instead of `compilation-error-text-face'.
18491
18492 * dired-aux.el (dired-do-query-replace-regexp):
18493 Use `query-replace-read-args'.
18494
18495 * replace.el (query-replace-read-from, query-replace-read-to)
18496 (query-replace-read-args): Rename arg `string' to `prompt'.
18497
18498 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
18499
18500 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
18501
18502 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
18503 uploading files.
18504 (ange-ftp-canonize-filename): Handle file names beginning with ~
18505 correctly.
18506
18507 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18508
18509 * textmodes/fill.el (canonically-space-region)
18510 (fill-context-prefix, fill-french-nobreak-p)
18511 (fill-delete-newlines, fill-comment-paragraph)
18512 (justify-current-line): "?\ " -> "?\s".
18513
18514 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
18515
18516 * textmodes/fill.el (fill-nonuniform-paragraphs):
18517 Improve argument/docstring consistency.
18518
18519 2005-08-09 Richard M. Stallman <rms@gnu.org>
18520
18521 * textmodes/ispell.el (ispell-word): More fboundp checks.
18522
18523 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
18524 (find-file-noselect-1): Call it here, only if RAWFILE.
18525 (normal-mode): Always set some major mode.
18526 (save-some-buffers-action-alist): Change some explanation strings.
18527 (file-name-non-special): In the `quote' method, use unwind-protect.
18528
18529 2005-08-09 Magnus Henoch <mange@freemail.hu>
18530
18531 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
18532 (ispell-have-aspell-dictionaries): New variable.
18533 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
18534 (ispell-get-aspell-config-value): New function.
18535 (ispell-aspell-find-dictionary): New function.
18536 (ispell-aspell-add-aliases): New function.
18537 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
18538 appropriate. Don't look for ispell dictionaries if we use aspell.
18539 (ispell-menu-map): Don't build a submenu of dictionaries.
18540
18541 2005-08-09 Richard M. Stallman <rms@gnu.org>
18542
18543 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
18544 (sql-read-passwd): Use read-passwd.
18545
18546 * progmodes/idlw-toolbar.el (idlwave-toolbar)
18547 (idlwave-toolbar-is-possible): Add defvars.
18548
18549 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
18550 Avoid warnings.
18551
18552 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
18553 (idlwave-system-class-info, idlwave-executive-commands-alist):
18554 Use defvar.
18555
18556 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
18557
18558 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
18559 Avoid warnings.
18560
18561 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
18562 and content-type: headers.
18563
18564 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
18565
18566 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
18567 and rename some of them to be more self-explanatory.
18568
18569 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
18570
18571 * startup.el (command-line-1): Implement -scriptload.
18572
18573 * replace.el (occur-engine): Initial *Occur* output not undoable.
18574
18575 * menu-bar.el (menu-bar-file-menu): Rename some menu items
18576 and improve help strings.
18577
18578 * isearch.el (isearch-repeat): When changing direction,
18579 mark search successful.
18580
18581 * ediff-init.el: Use (featurep 'xemacs).
18582
18583 * comint.el (send-invisible): Identify buffer, if not selected.
18584
18585 * align.el: Delete autoload for c-guess-basic-syntax.
18586
18587 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18588
18589 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
18590 Improve argument/docstring consistency. Doc fixes.
18591 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
18592 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
18593 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
18594 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
18595 (r2bv-organization, r2bv-pages, r2bv-primary-author)
18596 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
18597 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
18598 Defvar at compile time.
18599
18600 2005-08-09 Juri Linkov <juri@jurta.org>
18601
18602 * info.el: Replace `info' with upper-case `Info' where appropriate.
18603 (info-title-1, info-title-2, info-title-3, info-title-4)
18604 (info-menu-header): Move up face definitions.
18605 (info-menu-star): Rename from `info-menu-5'.
18606 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
18607 (Info-fontify-visited-nodes): Fix docstring.
18608 (Info-hide-note-references): Fix docstring.
18609 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
18610 menu items in the same way as on cross-references.
18611 (info-apropos): Fix sorting order and formatting to be like in the
18612 stand-alone Info browser. Display error messages for 1 sec.
18613 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
18614 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
18615 from the menu bar.
18616 (Info-insert-dir): Restore point after calling
18617 `insert-buffer-substring'.
18618
18619 2005-08-08 Richard M. Stallman <rms@gnu.org>
18620
18621 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
18622 (recompute-lucid-menubar): Add defvars.
18623
18624 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
18625
18626 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
18627
18628 * net/net-utils.el (run-dig): Rename from `dig'.
18629
18630 * play/gametree.el (gametree-mode): Use make-local-variable,
18631 not make-variable-buffer-local.
18632
18633 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
18634
18635 * ansi-color.el (ansi-color-make-extent)
18636 (ansi-color-set-extent-face): Use fboundp, not functionp.
18637
18638 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
18639 not make-variable-buffer-local.
18640
18641 * bookmark.el (Info-current-file): Add defvar.
18642 (bookmark-jump-noselect): Use with-no-warnings.
18643
18644 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
18645
18646 * ebuff-menu.el (Helper-return-blurb): Add defvar.
18647
18648 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
18649
18650 * find-file.el (ada-procedure-start-regexp)
18651 (ada-package-start-regexp): Add defvars.
18652
18653 * info.el (Info-insert-dir): Use insert-buffer-substring.
18654
18655 * xml.el (xml-att-def-re): Add defvar.
18656
18657 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
18658 calling convention.
18659
18660 * subr.el (while-no-input): Return t if there is input.
18661
18662 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
18663
18664 * cus-start.el (all): Add `overflow-newline-into-fringe'.
18665
18666 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
18667
18668 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
18669 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
18670
18671 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
18672
18673 * cmuscheme.el (scheme-start-file): Replace reference to
18674 `user-emacs-directory' by "~/.emacs.d/".
18675
18676 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
18677
18678 * info.el (Info-dir-remove-duplicates): Avoid case folding
18679 in loop; instead, keep downcased strings for comparison.
18680 Suggested by Helmut Eller.
18681
18682 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
18683
18684 Sync with Tramp 2.0.50.
18685
18686 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
18687 XEmacs case; not necessary anymore.
18688 (tramp-user-regexp): Allow "@" as part of user name.
18689 (tramp-handle-set-visited-file-modtime)
18690 (tramp-handle-insert-file-contents)
18691 (tramp-handle-write-region): No special handling for
18692 `last-coding-system-used, because this is done in
18693 `tramp-accept-process-output' now.
18694 (tramp-accept-process-output): New defun.
18695 (tramp-process-one-action, tramp-process-one-multi-action)
18696 (tramp-wait-for-regexp, tramp-wait-for-output)
18697 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
18698 Howells <dhowells@redhat.com>.
18699 (clear-visited-file-modtime): Defadvice removed. The check for
18700 unset buffer's modtime does not need to be based on
18701 `tramp-buffer-file-attributes'. Suggested by RMS.
18702 (tramp-message): Insert "\n" if not being at beginning of line.
18703 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
18704 sequence with same logic.
18705 (tramp-completion-handle-expand-file-name): Discard call of
18706 `tramp-drop-volume-letter'. It is not necessary, and there have
18707 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
18708 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18709 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
18710 should always be visible.
18711 (tramp-handle-insert-directory, tramp-setup-complete)
18712 (tramp-set-process-query-on-exit-flag)
18713 (tramp-append-tramp-buffers): Pacify byte-compiler.
18714 (tramp-bug): Delete non-existing variables from list.
18715 Apply `tramp-load-report-modules' as pre-hook.
18716 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
18717 `shell-prompt-pattern' because of non-7bit characters.
18718 Reported by Sebastian Luque <sluque@mun.ca>.
18719 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
18720 (tramp-match-string-list): Remove function.
18721 (tramp-wait-for-regexp): Remove call of that function.
18722 Suggested by Kim F. Storm <storm@cua.dk>.
18723 (tramp-set-auto-save-file-modes): Use octal integer code #o600
18724 instead of octal character code ?\600. The latter resulted in a
18725 syntax error with XEmacs.
18726
18727 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
18728 XEmacs case; not necessary anymore.
18729 (tramp-smb-handle-write-region): No special handling for
18730 `last-coding-system-used, because this is done in
18731 `tramp-accept-process-output' now.
18732 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
18733
18734 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
18735
18736 * wid-edit.el (widget-choice-value-create):
18737 Unconditionally respect user choice. Set :explicit-choice back to nil
18738 when no longer needed.
18739 (widget-choice-action): Unconditionally respect user choice.
18740 Eliminate :explicit-choice-value.
18741
18742 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
18743
18744 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
18745 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
18746 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
18747 running new function `toggle-indicate-empty-lines'.
18748 Rename "Customize" item to "Customize fringe".
18749 Rename "Indicators" item to "Buffer boundaries" and change help echo.
18750 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
18751 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
18752 Delete "Empty lines only" item.
18753 (menu-bar-showhide-fringe-ind-customize): New function.
18754 (menu-bar-showhide-fringe-ind-mixed)
18755 (menu-bar-showhide-fringe-ind-box)
18756 (menu-bar-showhide-fringe-ind-right)
18757 (menu-bar-showhide-fringe-ind-left)
18758 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
18759 instead of `fringe-indicators'.
18760
18761 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18762
18763 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
18764 Change the date of last update.
18765
18766 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18767
18768 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
18769 (viper-exec-yank, viper-put-back): Don't display modification msg
18770 if in the minibuffer.
18771
18772 * viper-init.el (viper-replace-overlay-cursor-color)
18773 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
18774 Make variables frame local.
18775
18776 * viper-util.el (viper-append-filter-alist): Use append instead of
18777 nconc.
18778
18779 * viper.el (viper-vi-state-mode-list)
18780 (viper-emacs-state-mode-list): Move help-mode and
18781 completion-list-mode from the first list to the second.
18782 (viper-mode): Docstring.
18783 (viper-go-away, viper-non-hook-settings): Don't localize
18784 minor-mode-alist in newer Emacsen. Add advice to
18785 set-cursor-color. Don't bind "\C-c\\".
18786
18787 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
18788
18789 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
18790 (scheme-macro-expand-command): New user options.
18791 (scheme-trace-procedure, scheme-expand-current-form): New commands.
18792 (scheme-form-at-point, scheme-start-file)
18793 (scheme-interactively-start-process): New functions.
18794 (scheme-get-process): New function, extracted from `scheme-proc'.
18795 (run-scheme): Call `scheme-start-file' to get start file, and pass
18796 it to `make-comint'.
18797 (switch-to-scheme, scheme-proc):
18798 Call `scheme-interactively-start-process' if no Scheme buffer/process
18799 is available.
18800
18801 2005-08-06 Juri Linkov <juri@jurta.org>
18802
18803 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18804 Use `compilation-text-face', `compilation-info-text-face' and
18805 `compilation-error-text-face' instead of `font-lock-keyword-face'.
18806 (compilation-error): New face.
18807 (compilation-error-file-name): Inherit from
18808 `compilation-error' instead of `font-lock-warning-face'.
18809 (compilation-warning-file-name): Inherit from
18810 `compilation-warning' instead of `font-lock-warning-face'.
18811 (compilation-info, compilation-error-file-name)
18812 (compilation-warning-file-name, compilation-info-file-name)
18813 (compilation-line-number, compilation-column-number): Doc fix.
18814 (compilation-error-text-face, compilation-warning-text-face)
18815 (compilation-info-text-face): New face variables.
18816 (compilation-line-face, compilation-column-face)
18817 (compilation-enter-directory-face)
18818 (compilation-leave-directory-face): Doc fix.
18819 (compilation-text-face): New function.
18820
18821 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
18822 instead of 1 to display binary file names as info file links.
18823 (grep-error-face): Use `compilation-error-face' instead of
18824 `font-lock-keyword-face'.
18825 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
18826 and `compilation-warning-text-face' instead of
18827 `font-lock-keyword-face'. Use `compilation-error-text-face'
18828 instead of `grep-error-face'.
18829
18830 2005-08-05 Kenichi Handa <handa@m17n.org>
18831
18832 * international/code-pages.el: Add autoload cookies for all coding
18833 systems.
18834
18835 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
18836
18837 * cus-start.el (all): Put undo.c where it alphabetically belongs.
18838
18839 2005-08-04 Juri Linkov <juri@jurta.org>
18840
18841 * progmodes/compile.el (compilation-mode-map):
18842 * progmodes/grep.el (grep-mode-map):
18843 Bind TAB to `compilation-next-error' and [backtab] to
18844 `compilation-previous-error'.
18845
18846 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
18847 matching line numbers, column numbers and their ranges with regexp
18848 matching only line numbers.
18849 (grep-context-face): New face variable.
18850 (grep-mode-font-lock-keywords): Use it.
18851
18852 * faces.el (read-face-name): Delete duplicate faces.
18853
18854 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
18855
18856 * thumbs.el (thumbs-find-image): Don't make variables
18857 automatically buffer local.
18858 (thumbs-current-tmp-filename, thumbs-current-image-filename)
18859 (thumbs-image-num): Make automatically buffer local.
18860 (thumbs-show-thumbs-list): Use `make-local-variable', not
18861 `make-variable-buffer-local'.
18862 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
18863
18864 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
18865 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
18866 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
18867 (bother, bye, canyou, chatlst, continue, deathlst, describe)
18868 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
18869 (feelings-about, foullst, found, hello, history, howareyoulst)
18870 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
18871 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
18872 (neglst, obj, object, owner, please, problems, qlist)
18873 (random-adjective, relation, remlst, repetitive-shortness)
18874 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
18875 (shortlst, something, sportslst, stallmanlst, states, subj)
18876 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
18877 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
18878 Defvar at compile time.
18879
18880 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
18881 not `make-variable-buffer-local'.
18882
18883 2005-08-02 Kim F. Storm <storm@cua.dk>
18884
18885 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
18886 rectangle overlay in selected window.
18887
18888 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
18889
18890 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
18891 instead of display group. Make `indicate-buffer-boundaries'
18892 customizable through Custom.
18893
18894 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
18895
18896 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
18897 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
18898 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
18899 (gdb-put-string): Fix typos in docstrings.
18900
18901 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
18902
18903 Update copyright notices of files in progmodes directory for
18904 release of Emacs 22.1.
18905
18906 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
18907
18908 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
18909 Don't barf if the GUD buffer has been killed.
18910
18911 2005-08-01 Kim F. Storm <storm@cua.dk>
18912
18913 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
18914
18915 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
18916
18917 * simple.el (next-error-follow-minor-mode):
18918 make-variable-buffer-local -> make-local-variable.
18919
18920 * emacs-lisp/cl-extra.el: Require CL also when compiling.
18921
18922 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
18923 (byte-compile-form-make-variable-buffer-local): New functions to warn
18924 about misuses of make-variable-buffer-local where make-local-variable
18925 was meant.
18926
18927 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
18928
18929 * bs.el (bs-attributes-list): Doc fix.
18930 (bs): Update url-link.
18931
18932 * desktop.el (desktop-save-buffer): Fix typos in docstring.
18933 (desktop-load-default): Simplify.
18934
18935 * ibuffer.el (ibuffer-columnize-and-insert-list)
18936 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
18937 (ibuffer-unmark-all, ibuffer-toggle-marks)
18938 (ibuffer-unmark-forward, ibuffer-unmark-backward)
18939 (ibuffer-compile-make-format-form, ibuffer-format-column)
18940 (ibuffer-current-buffers-with-marks)
18941 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
18942 (ibuffer): Doc fix.
18943 (ibuffer-mode): Fix typo in docstring.
18944 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
18945 with `define-obsolete-variable-alias'.
18946 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
18947
18948 2005-07-29 Kenichi Handa <handa@m17n.org>
18949
18950 * international/mule-cmds.el (select-message-coding-system):
18951 Be sure to use LF for end-of-line. If no coding system is decided,
18952 return iso-8859-1-unix.
18953
18954 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
18955
18956 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
18957 (ange-ftp-pending-error-line): New vars.
18958 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
18959 to handle the non-fatal no-route-to-host messages.
18960 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
18961
18962 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * isearch.el (isearch-mode-map, isearch-other-meta-char)
18965 (isearch-quote-char, isearch-printing-char)
18966 (isearch-text-char-description): "?\ " -> "?\s".
18967 (isearch-lazy-highlight-cleanup)
18968 (isearch-lazy-highlight-initial-delay)
18969 (isearch-lazy-highlight-interval)
18970 (isearch-lazy-highlight-max-at-a-time)
18971 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
18972 Declare with define-obsolete-*-alias macros.
18973 (isearch-forward): Fix typo in docstring.
18974 (search-invisible, search-ring-yank-pointer)
18975 (regexp-search-ring-yank-pointer): Doc fixes.
18976
18977 * recentf.el (recentf-menu-append-commands-p): Declare with
18978 `define-obsolete-variable-alias'.
18979 (recentf-max-saved-items, recentf-menu-filter)
18980 (recentf-arrange-by-rule-subfilter): Doc fixes.
18981 (recentf-menu-append-commands-flag)
18982 (recentf-initialize-file-name-history, recentf-expand-file-name)
18983 (recentf-clear-data): Fix typos in docstrings.
18984
18985 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
18986
18987 * progmodes/gdb-ui.el: Smarten comments.
18988 (gdb-info-breakpoints-custom): Use nowarn when finding file.
18989
18990 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18991
18992 * term/apollo.el (terminal-init-apollo): New function containing
18993 all former top level forms in the file.
18994 * term/bobcat.el (terminal-init-bobcat):
18995 * term/cygwin.el (terminal-init-cygwin):
18996 * term/iris-ansi.el (terminal-init-iris-ansi):
18997 * term/linux.el (terminal-init-linux):
18998 * term/news.el (terminal-init-news):
18999 * term/rxvt.el (terminal-init-rxvt):
19000 * term/sun.el (terminal-init-sun):
19001 * term/tvi970.el (terminal-init-tvi970):
19002 * term/vt100.el (terminal-init-vt100):
19003 * term/vt102.el (terminal-init-vt102):
19004 * term/vt125.el (terminal-init-vt125):
19005 * term/vt200.el (terminal-init-vt200):
19006 * term/vt201.el (terminal-init-vt201):
19007 * term/vt220.el (terminal-init-vt220):
19008 * term/vt240.el (terminal-init-vt240):
19009 * term/vt300.el (terminal-init-vt300):
19010 * term/vt320.el (terminal-init-vt320):
19011 * term/vt400.el (terminal-init-vt400):
19012 * term/vt420.el (terminal-init-vt420):
19013 * term/wyse50.el (terminal-init-wyse50):
19014 * term/xterm.el (terminal-init-xterm): Likewise.
19015
19016 * term/README: Describe the terminal-init-* functionality.
19017
19018 * startup.el (command-line): After loading the terminal initialization
19019 file call the corresponding terminal initialization function.
19020
19021 2005-07-27 Kenichi Handa <handa@m17n.org>
19022
19023 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
19024 negative.
19025
19026 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
19027 (ps-mule-composition-prologue): Fix for the case that
19028 RelativeCompose is false.
19029
19030 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
19033
19034 * descr-text.el (describe-char): Handle the case where the list of
19035 chars is displayed in a separate frame.
19036 Be a bit more discriminating when looking for the char.
19037
19038 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
19039
19040 * bookmark.el (bookmark-automatically-show-annotations)
19041 (bookmark-read-annotation-text-func): Doc fixes.
19042 (bookmark-save): Improve argument/docstring consistency.
19043 (bookmark-get-bookmark, bookmark-get-bookmark-record)
19044 (bookmark-alist-from-buffer)
19045 (bookmark-upgrade-file-format-from-0)
19046 (bookmark-grok-file-format-version)
19047 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19048 (bookmark-read-annotation-mode)
19049 (bookmark-insert-current-bookmark, bookmark-jump)
19050 (bookmark-exit-hook): Fix typos in docstrings.
19051 (bookmark-exit-hooks): Define as obsolete alias.
19052 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
19053 not `bookmark-exit-hooks'. Fix docstring.
19054 (bookmark-bmenu-select): "?\ " -> "?\s".
19055
19056 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
19057
19058 * startup.el (command-line): Fix typo.
19059
19060 2005-07-24 Richard M. Stallman <rms@gnu.org>
19061
19062 * tooltip.el (tooltip-mode): Test emacs-basic-display,
19063 not emacs-quick-startup.
19064
19065 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
19066
19067 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
19068 (reb-next-match, reb-show-subexp): Use `with-selected-window'
19069 instead of `reb-with-current-window'.
19070 (reb-prev-match): Likewise. Also, don't move left if the search
19071 was unsuccessful.
19072 (reb-initialize-buffer): New function.
19073 (re-builder, reb-change-syntax): Use it.
19074
19075 * man.el (Man-goto-page): Make second argument NOERROR optional.
19076
19077 2005-07-23 Richard M. Stallman <rms@gnu.org>
19078
19079 * man.el (Man-bgproc-sentinel): Check here for failure to find
19080 any man page in the output, and report the error here.
19081 (Man-arguments): Make it permanent local.
19082 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
19083 (Man-mode): Pass t for NOERROR.
19084
19085 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
19086 (grep-mode-font-lock-keywords):
19087 Don't use compilation-...-face for messages that are not file names.
19088
19089 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19090 Don't use compilation-...-face for messages that are not file names.
19091
19092 2005-07-22 Juri Linkov <juri@jurta.org>
19093
19094 * startup.el (normal-splash-screen): Update menu name.
19095
19096 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
19097
19098 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19099
19100 * term/xterm.el: Load term/rxvt if the terminal is actually an
19101 rxvt terminal.
19102 (xterm-rxvt-set-background-mode): Remove, not used anymore.
19103
19104 * term/rxvt.el (function-key-map): Use substitute-key-definition
19105 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19106
19107 * term/cygwin.el: New file.
19108
19109 2005-07-22 Kim F. Storm <storm@cua.dk>
19110
19111 * image-file.el (insert-image-file, image-file-yank-handler):
19112 Fix last change to maintain a (unique) yank-handler on yanked images.
19113
19114 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
19115
19116 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
19117 of the file size (as in "177B" for 177 bytes). This happens with
19118 "ls -lh" on FreeBSD.
19119
19120 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
19121
19122 * hilit-chg.el (highlight-changes-global-initial-state)
19123 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
19124 (hilit-chg-fixup, highlight-changes-mode):
19125 Fix typos in docstrings.
19126 (highlight-changes-global-modes, highlight-changes-rotate-faces):
19127 Doc fixes.
19128
19129 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
19130
19131 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
19132 mode function using `eval-after-load'.
19133
19134 2005-07-21 Kim F. Storm <storm@cua.dk>
19135
19136 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
19137 included when reporting an Emacs crash, and tell about the DEBUG file.
19138
19139 * image-file.el (insert-image-file): Add yank-handler.
19140 (image-file-yank-handler): Yank handler to make unique copies of
19141 images when they are yanked into a buffer next to each other.
19142
19143 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
19144
19145 * comint.el (comint-use-prompt-regexp, comint-send-input)
19146 (comint-source-default, comint-extract-string)
19147 (comint-get-source, comint-word, comint-completion)
19148 (comint-source, comint-prompt-read-only, comint-update-fence):
19149 Fix typos in docstrings.
19150 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
19151 Declare with define-obsolete-*-alias macros.
19152 (comint-previous-matching-input-from-input)
19153 (comint-next-matching-input-from-input)
19154 (comint-previous-matching-input, comint-next-matching-input)
19155 (comint-forward-matching-input):
19156 Improve argument/docstring consistency.
19157
19158 * desktop.el (desktop-clear-preserve-buffers-regexp):
19159 Also preserve the *server* buffer.
19160
19161 * simple.el (clone-indirect-buffer): Doc fix.
19162 (fixup-whitespace, just-one-space)
19163 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
19164 (next-error, next-error-highlight)
19165 (next-error-highlight-no-select, next-error-last-buffer)
19166 (next-error-buffer-p, next-error-find-buffer, next-error)
19167 (previous-error, next-error-no-select, previous-error-no-select)
19168 (open-line, split-line, minibuffer-prompt-width, kill-new)
19169 (binary-overwrite-mode): Fix typos in docstrings.
19170 (set-fill-column): Fix typo in message.
19171
19172 * skeleton.el (skeleton-proxy-new): Doc fix.
19173
19174 * strokes.el (strokes-load-hook): Doc fix.
19175 (strokes-grid-resolution, strokes-get-grid-position)
19176 (strokes-renormalize-to-grid, strokes-read-stroke)
19177 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
19178 (strokes-global-map): Fix typos in docstrings.
19179 (strokes-help): Doc fix. Fix help message and pass it through
19180 `substitute-command-keys'.
19181
19182 * tempo.el (tempo-insert-prompt, tempo-interactive)
19183 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
19184 (tempo-insert-string-functions, tempo-local-tags)
19185 (tempo-define-template, tempo-insert-template)
19186 (tempo-insert-prompt-compat, tempo-is-user-element)
19187 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
19188 Fix typos in docstrings.
19189
19190 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
19191 (vcursor-key-bindings, vcursor-use-vcursor-map)
19192 (vcursor-find-window, vcursor-scroll-down)
19193 (vcursor-disable, vcursor-beginning-of-buffer)
19194 (vcursor-end-of-buffer): Fix typos in docstrings.
19195 (vcursor-relative-move, vcursor-get-char-count):
19196 Improve argument/docstring consistency.
19197
19198 * version.el: "?\ " -> "?\s".
19199
19200 * wid-edit.el (widget-default-create, widget-after-change)
19201 (widget-default-format-handler, widget-checklist-add-item)
19202 (widget-radio-add-item, widget-choose, widget-specify-secret)
19203 (widget-field-value-create, widget-field-value-get)
19204 (widget-editable-list-format-handler)
19205 (widget-editable-list-entry-create, widget-group-value-create)
19206 (widget-documentation-link-add)
19207 (widget-documentation-string-value-create): "?\ " -> "?\s".
19208 (widget-convert-text): Doc fix.
19209 (widget-narrow-to-field, widget-field-find)
19210 (widget-url-link-action, widget-emacs-library-link-action)
19211 (widget-color-notify): Fix typos in docstrings.
19212
19213 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
19214 (x-select-text, set-w32-system-coding-system)
19215 (w32-add-charset-info): Fix typos in docstrings.
19216
19217 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
19218 (cua-enable-cua-keys, cua-use-hyper-key)
19219 (cua-virtual-rectangle-edges): Fix typos in docstrings.
19220 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
19221
19222 * net/tramp.el (tramp-handle-load): Fix typo in error message.
19223
19224 * emacs-lisp/re-builder.el (regexp-builder): Declare with
19225 `defalias' instead of faking it.
19226
19227 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
19228 (eshell-ls-missing, eshell-ls-dired-initial-args)
19229 (eshell-ls-use-in-dired): Fix typos in docstrings.
19230
19231 2005-07-20 Kim F. Storm <storm@cua.dk>
19232
19233 * emulation/cua-base.el (cua-mode): Improve doc string.
19234
19235 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
19236
19237 * abbrev.el (expand-region-abbrevs): Doc fix.
19238 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
19239 Improve argument/docstring consistency.
19240
19241 * arc-mode.el (archive-get-descr, archive-alternate-display):
19242 Doc fixes.
19243 (archive-l-e): Improve argument/docstring consistency.
19244 (archive-tmpdir, archive-unixdate, archive-unixtime)
19245 (archive-chmod-entry): Fix typos in docstrings.
19246 (archive-unflag, archive-unflag-backwards)
19247 (archive-unmark-all-files): "?\ " -> "?\s".
19248
19249 * buff-menu.el (Buffer-menu-unmark): Doc fix.
19250 (Buffer-menu-not-modified, Buffer-menu-execute)
19251 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
19252 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
19253
19254 * composite.el (compose-string, encode-composition-rule)
19255 (compose-last-chars): Fix typos in docstrings.
19256
19257 * desktop.el (desktop-enable, desktop-basefilename):
19258 Declare with `define-obsolete-variable-alias'.
19259 (desktop-internal-v2s): Don't quote keywords.
19260 (desktop-clear): "?\ " -> "?\s".
19261
19262 * dired.el (dired-align-file, dired-flag-backup-files)
19263 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
19264 (dired-listing-switches, dired-ls-F-marks-symlinks)
19265 (dired-dwim-target, dired-load-hook, dired-mode-hook)
19266 (dired-directory, dired-faces, dired, dired-revert)
19267 (dired-mode, dired-summary, dired-view-file)
19268 (dired-copy-filename-as-kill, dired-delete-file)
19269 (dired-no-confirm, dired-unmark-all-marks)
19270 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
19271 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
19272 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
19273 Fix typos in message strings.
19274
19275 * dired-x.el (virtual-dired): Declare with `defalias'.
19276 (dired-mark-unmarked-files, dired-local-variables-file)
19277 (dired-omit-here-always): Doc fix.
19278 (dired-omit-mode, dired-find-subdir)
19279 (dired-enable-local-variables, dired-clean-up-buffers-too)
19280 (dired-extra-startup, dired-mark-extension, dired-jump)
19281 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
19282 (dired-smart-shell-command, dired-guess-shell-alist-user)
19283 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
19284 (dired-x-bind-find-file, dired-x-submit-report):
19285 Fix typos in docstrings.
19286 (dired-mark-unmarked-files): "?\ " -> "?\s".
19287
19288 * dirtrack.el (dirtrack-list): Fix typos in docstring.
19289
19290 * faces.el (describe-face): "?\ " -> "?\s".
19291 (read-all-face-attributes, read-face-font, modify-face)
19292 (face-attr-construct, italic): Fix typos in docstrings.
19293 (frame-update-face-colors): Declare with
19294 `define-obsolete-function-alias'.
19295
19296 * files.el (find-file-noselect, recode-file-name): Doc fixes.
19297 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
19298 (magic-mode-alist, buffer-file-numbers-unique)
19299 (write-file-functions, get-free-disk-space):
19300 Fix typos in docstrings.
19301 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
19302 (write-contents-hooks, write-file-hooks):
19303 Declare with `define-obsolete-variable-alias'.
19304
19305 * forms-d2.el (arch-rj): Fix typo in docstrings.
19306 (arch-tocol): Likewise. "?\ " -> "?\s".
19307
19308 * frame.el (set-frame-font, cursor-in-non-selected-windows):
19309 Fix typo in docstring.
19310 (set-screen-width, set-screen-height): Delete redundant info in
19311 doctrings.
19312 (new-frame, screen-height, screen-width): Declare with
19313 `define-obsolete-function-alias'.
19314 (delete-frame-hook, blink-cursor): Declare with
19315 `define-obsolete-variable-alias'.
19316
19317 * paths.el (prune-directory-list): Fix typos in docstring.
19318
19319 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
19320 (cvs-prefix-get): Fix typos in docstrings.
19321
19322 * ps-print.el (ps-extend-face-list, ps-extend-face)
19323 (ps-print-background-image): Fix typos in docstrings.
19324 (ps-default-fg, ps-default-bg): Doc fixes.
19325
19326 * s-region.el (s-region-bind): Doc fix.
19327 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
19328
19329 * textmodes/org.el (org-table-formula-substitute-names)
19330 (org-table-get-vertical-vector): Doc fixes.
19331 (org-table-recalculate): Remove unused argument to `message'.
19332
19333 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
19334
19335 * textmodes/org.el (org-table-column-names)
19336 (org-table-column-name-regexp)
19337 (org-table-named-field-locations): New variables.
19338 (org-archive-subtree): Protect `this-command' when calling
19339 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
19340 the kill buffer.
19341 (org-complete): Remove fixed-formula completion.
19342 (org-edit-formulas-map): New variable.
19343 (org-table-edit-formulas): New command.
19344 (org-finish-edit-formulas, org-abort-edit-formulas)
19345 (org-show-variable, org-table-get-vertical-vector): New functions.
19346 (org-table-maybe-eval-formula): Handle `:=' fields.
19347 (org-table-get-stored-formulas, org-table-store-formulas)
19348 (org-table-get-formula, org-table-modify-formulas)
19349 (org-table-replace-in-formulas): Handle named field formulas.
19350 (org-table-get-specials): Store locations of named fields.
19351
19352 2005-07-19 Juri Linkov <juri@jurta.org>
19353
19354 * progmodes/grep.el (grep-regexp-alist)
19355 (grep-mode-font-lock-keywords, grep-process-setup):
19356 Use default GNU grep match color "01;31m" instead of "01;41m".
19357 (grep-regexp-alist, grep-mode-font-lock-keywords):
19358 Use `\\[[0-9]*m' instead of `\\[00m'.
19359 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
19360 sgr_start where its handling is more important. Use the real
19361 length of sgr_start instead of constant 8.
19362 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
19363 specially. Delete all remaining escape sequences.
19364 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
19365 (grep-regexp-alist): Make hyperlink only for binary file name
19366 instead of the whole line.
19367 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
19368 (grep-mode): Add autoload.
19369
19370 * emacs-lisp/find-func.el (find-function-regexp):
19371 Add `define-compilation-mode'.
19372
19373 2005-07-19 Juri Linkov <juri@jurta.org>
19374
19375 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
19376 (compare-windows-sync-string-size, compare-windows-recenter)
19377 (compare-windows-highlight, compare-windows): Add version 22.1.
19378 (compare-windows) <defface>: Inherit from lazy-highlight instead
19379 of duplicating its default value.
19380
19381 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
19382 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
19383
19384 * descr-text.el (describe-char): Create link buttons for `charset'
19385 and `code point'. Add the current input method name with a link
19386 button to `to input' field. Print face names of display table
19387 characters in `The display table entry is displayed by' section
19388 instead of printing face-id in the `display' field.
19389 Guess hardcoded faces and create a link button for them.
19390 Skip empty fields when calculating max-width.
19391 Treat `widget-create' specially while inserting strings from the
19392 collected field list.
19393 (describe-char-after): Made obsolete in version 22.1, not 21.5.
19394
19395 * diff-mode.el (diff-file-header): Change foreground color from
19396 yellow to green on light backgrounds.
19397 (diff-context): Inherit from `shadow' only for color/grayscale
19398 with more than 88 colors.
19399 (diff-indicator-removed, diff-indicator-added)
19400 (diff-indicator-changed): New faces.
19401 (diff-font-lock-keywords): Use new faces. Regroup rules.
19402 Add "^---$" for `normal' diff format. Fontify `#' lines with
19403 font-lock-comment-delimiter-face and font-lock-comment-face.
19404 Add `#' to ^[^...] in the rule for `diff-context-face'.
19405
19406 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
19407 a button-like box. Inherit from `highlight' on low colors.
19408 (shadow): Use shades of gray only for color/grayscale with
19409 more than 88 colors. Use green for light backgrounds with
19410 8 colors, and yellow for dark backgrounds with 8 colors.
19411
19412 * font-lock.el (font-lock-regexp-grouping-backslash):
19413 Don't inherit from escape-glyph (use bold for all cases).
19414
19415 * info.el (info-xref-visited): Use light foreground color `violet'
19416 for dark backgrounds instead of dark color `magenta3'.
19417 (info-title-1): Use `yellow' color for dark backgrounds.
19418
19419 * isearch.el (isearch): Use not-too-dark magenta3 instead of
19420 too-light magenta2.
19421
19422 * replace.el (match): Use slightly more light RoyalBlue3 instead
19423 of dark RoyalBlue4.
19424
19425 * wid-edit.el (widget-inactive): Inherit from `shadow'.
19426
19427 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
19428
19429 * novice.el (disabled-command-hook): Declare it with
19430 `define-obsolete-variable-alias'.
19431
19432 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
19433 (desktop-buffer-misc-functions, desktop-buffer-handlers)
19434 (desktop-load-default): Add release to obsolescence info.
19435 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
19436 (desktop-append-buffer-args, desktop-read):
19437 Fix typos in docstrings.
19438 (desktop-kill): Fix typo in message.
19439 (desktop-save): Doc fix.
19440
19441 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
19442
19443 * viper-cmd.el (viper-escape-to-state): Bug fix.
19444 (viper-envelop-ESC-key): Change the definition of fast
19445 keysequence so it'll work with keyboard macros.
19446
19447 * ediff.el (ediff-patch-buffer): Change the docstring.
19448
19449 2005-07-19 Kenichi Handa <handa@m17n.org>
19450
19451 * international/mule-cmds.el (select-safe-coding-system): Try to
19452 use an auto-coding (if any) before anything else. If the found
19453 auto-coding is invalid, show a warning message.
19454
19455 * international/mule.el (find-auto-coding): New function created
19456 by modifying the body of set-auto-coding.
19457 (set-auto-coding): Use find-auto-coding to find a coding.
19458
19459 2005-07-18 Richard M. Stallman <rms@gnu.org>
19460
19461 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
19462 not isearch-mode-end-hook-error.
19463 (allout-before-change-protect): Fix error message.
19464
19465 2005-07-18 Juri Linkov <juri@jurta.org>
19466
19467 * allout.el (allout-mode):
19468 * calculator.el (calculator-copy):
19469 * custom.el (custom-known-themes):
19470 * dired.el (dired-desktop-buffer-misc-data)
19471 (dired-restore-desktop-buffer):
19472 * dired-x.el (dired-omit-marker-char):
19473 * files.el (basic-save-buffer):
19474 * font-core.el (font-lock-mode):
19475 * calendar/calendar.el (calendar-goto-hebrew-date)
19476 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
19477 (calendar-goto-persian-date):
19478 * language/ethio-util.el (ethio-sera-to-fidel-region):
19479 * textmodes/picture.el (picture-mode):
19480 Delete duplicate duplicate words.
19481
19482 2005-07-18 Juri Linkov <juri@jurta.org>
19483
19484 * isearch.el (isearch-mode-map): Remove key bindings for regexp
19485 chars * ? } |.
19486 (isearch-fallback): Don't call `isearch-process-search-char'.
19487 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
19488 (isearch-process-search-char): Call `isearch-fallback' for regexp
19489 chars * ? } |.
19490 (isearch-return-char): Make obsolete with `make-obsolete' instead
19491 of simply documenting it as obsolete in the docstring.
19492 (isearch-fallback): Refill docstring.
19493
19494 * international/isearch-x.el
19495 (isearch-process-search-multibyte-characters): Remove unneeded
19496 `concat'. Add intermediate values to `junk-hist' instead of
19497 `minibuffer-history'. Test the length of `str'.
19498
19499 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
19500
19501 * allout.el (allout-resolve-xref): Fix typos in error strings.
19502 (allout-before-change-protect): Remove unneeded `concat'.
19503
19504 * array.el (array-mode, array-reconfigure-rows)
19505 (untabify-backward): Fix typos in docstrings.
19506 (array-reconfigure-rows): Use `insert-buffer-substring', not
19507 `insert-buffer'.
19508
19509 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
19510 * progmodes/ada-mode.el (ada-make-body):
19511 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
19512
19513 * dired.el (dired-log):
19514 * tar-mode.el (tar-subfile-save-buffer):
19515 * play/zone.el (zone-pgm-stress-destress):
19516 Use `insert-buffer-substring', not `insert-buffer'.
19517
19518 2005-07-17 Simon Josefsson <jas@extundo.com>
19519
19520 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
19521
19522 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
19523
19524 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
19525 Add plain auth method.
19526 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
19527
19528 2005-07-17 Kim F. Storm <storm@cua.dk>
19529
19530 * ido.el (dired-other-window): Add ido property.
19531
19532 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
19533
19534 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19535 Fix typo in docstring.
19536 (byte-compile-interactive-only-functions): Add `insert-buffer' and
19537 `insert-file-literally'.
19538
19539 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
19540 info and delete redundant message. Doc fix.
19541 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
19542 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
19543
19544 2005-07-16 Richard M. Stallman <rms@gnu.org>
19545
19546 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
19547 (byte-compile-and): Use byte-compile-and-recursion.
19548 (byte-compile-or-recursion): New function.
19549 (byte-compile-or): Use that.
19550 (byte-compile-if): Guard the else-clause too.
19551 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
19552
19553 * isearch.el (isearch-mode-end-hook-quit): New variable.
19554 (isearch-done): Bind it.
19555 (isearch-mode-end-hook): Doc fix.
19556
19557 * allout.el (allout-isearch-did-quit): Variable deleted.
19558 (allout-real-isearch-abort): Function name no longer used.
19559 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
19560 (allout-isearch-rectification): isearch-mode always exists.
19561 Don't set allout-isearch-did-quit.
19562 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
19563 allout-isearch-did-quit.
19564 (allout-enwrap-isearch): Just add the hook.
19565 (allout-isearch-abort): Function deleted.
19566 (allout-pre-command-business): Avoid warning.
19567
19568 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
19569 Correctly avoid warnings.
19570 (pascal-outline): Likewise.
19571
19572 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
19573
19574 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
19575
19576 * play/tetris.el (tetris-mode): Avoid warning.
19577
19578 * play/snake.el (snake-mode): Avoid warning.
19579
19580 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
19581 (gamegrid-set-display-table): Avoid warning.
19582 (gamegrid-set-timer): Likewise.
19583 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
19584 (gamegrid-add-score-with-update-game-score-1): Take FILE
19585 as argument.
19586 (gamegrid-add-score-with-update-game-score): Pass that argument.
19587 Rename have-shared-game-dir to gamegrid-shared-game-dir.
19588
19589 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
19590
19591 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
19592 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
19593
19594 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
19595 and insert-file.
19596
19597 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
19598 (sc-ask): Avoid warnings.
19599
19600 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
19601 (eshell-hist-initialize): Use that var the natural way.
19602
19603 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
19604
19605 * emacs-lisp/re-builder.el (reb-cook-regexp):
19606 Avoid warning calling lre-compile-string.
19607 (reb-color-display-p): Avoid warning.
19608
19609 * calculator.el (calculator-last-input): Guard uses
19610 of event-key and key-press-event-p.
19611 (event-key, key-press-event-p): Delete definitions.
19612
19613 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
19614 (find-gc-source-directory, find-gc-subrs-callers)
19615 (find-gc-noreturn-list, find-gc-source-files)
19616 (find-gc-subrs-called): Vars renamed and defvar'd.
19617
19618 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
19619 (checkdoc-overlay-put, checkdoc-delete-overlay)
19620 (checkdoc-overlay-start, checkdoc-overlay-end)
19621 (checkdoc-mode-line-update, checkdoc-char=):
19622 Define such that compiler knows they are defined.
19623 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
19624 (checkdoc-read-event): Delete. Use read-event directly.
19625
19626 * whitespace.el (whitespace-make-overlay)
19627 (whitespace-overlay-put, whitespace-delete-overlay)
19628 (whitespace-overlay-start, whitespace-overlay-end):
19629 Define such that compiler knows they are defined.
19630 (whitespace): Move conditional inside.
19631
19632 * tempo.el (tempo-insert-template): Suppress warning.
19633
19634 * ediff-diff.el (longlines-mode): Add defvar.
19635
19636 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
19637
19638 * server.el: Bind "C-x #" in a way that works even if C-x is
19639 redefined to a command key, not a prefix key.
19640
19641 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19642
19643 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
19644 cl-make-type-test till execution time.
19645
19646 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
19647
19648 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
19649 arg ARG and use it.
19650
19651 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19652
19653 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
19654
19655 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
19656
19657 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19658 a defcustom with two :set or :type keywords.
19659
19660 2005-07-15 Richard M. Stallman <rms@gnu.org>
19661
19662 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19663 Don't give ^M comment-end syntax.
19664
19665 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
19666
19667 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
19668 Don't consider gdbmi (gdb-mi.el has its own update functions).
19669 (gdb-var-delete): Make it work for gdbmi as well.
19670 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
19671
19672 * progmodes/gud.el (etags, sdb): Only require etags when needed.
19673 (gud-speedbar-menu-items): Correct logic for enabling items.
19674
19675 2005-07-15 Kim F. Storm <storm@cua.dk>
19676
19677 * ido.el: Fix commentary.
19678 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
19679 Use with-no-warnings around ffap-guesser.
19680 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
19681 Let bind minibuffer-completing-file-name to t.
19682
19683 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
19684
19685 * startup.el (site-run-file, keyboard-type): Doc fixes.
19686 (command-line): Check for "--basic-display" argument; also for
19687 "--quick", not "--bare-bones" (which was renamed).
19688 (fancy-splash-text): Add missing item "Getting New Versions".
19689 (normal-splash-screen): Fix typos and improve consistency with
19690 `fancy-splash-text'. Update copyright year.
19691
19692 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
19693 valid binding for `help-char'.
19694
19695 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
19696
19697 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
19698
19699 * term.el (term-mode): Disable cua-mode for term buffers.
19700
19701 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
19702
19703 * add-log.el (add-log-mailing-address, change-log-merge):
19704 Doc fixes.
19705 (change-log-get-method-definition): Fix typo in docstring.
19706
19707 2005-07-14 Kim F. Storm <storm@cua.dk>
19708
19709 * emulation/cua-base.el:
19710 (cua--pre-command-handler-1, cua--pre-command-handler)
19711 (cua--post-command-handler-1, cua--post-command-handler):
19712 Split in two. Check (buffer local) value of cua-mode.
19713 (cua-selection-mode): New command.
19714
19715 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
19716
19717 * custom.el (custom-initialize-safe-set)
19718 (custom-initialize-safe-default): Doc fixes.
19719
19720 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19721 and simplify :init-value again.
19722
19723 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19724 and simplify :init-value again. Delete autoload.
19725
19726 * startup.el (command-line): Use `custom-reevaluate-setting' again
19727 for tooltip-mode.
19728
19729 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19730 a defcustom with two :initialize keywords.
19731
19732 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
19733
19734 * allout.el (my-mark-marker, allout-isearch-prior-pos)
19735 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
19736 (allout-post-command-business, allout-flag-region)
19737 (isearch-reenable-font-lock, allout-yank)
19738 (allout-insert-latex-header, allout-insert-latex-trailer)
19739 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
19740 (allout-latex-verb-quote): Fix typos in docstrings.
19741 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
19742 (allout-unprotected, allout-prefix-data):
19743 Improve argument/docstring consistency.
19744 (allout-chart-subtree): Fix argument spec.
19745 (allout-open-topic): Rename `use_sib_bullet' argument to
19746 `use-sib-bullet'. Doc fix.
19747
19748 * whitespace.el (whitespace-check-buffer-leading)
19749 (whitespace-check-buffer-trailing)
19750 (whitespace-check-buffer-indent)
19751 (whitespace-check-buffer-spacetab)
19752 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
19753 (whitespace-check-leading-whitespace)
19754 (whitespace-check-trailing-whitespace)
19755 (whitespace-check-spacetab-whitespace)
19756 (whitespace-check-indent-whitespace)
19757 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
19758 (whitespace-modes): Fix typos in docstrings.
19759 (defgroup, defcustom): Doc fixes.
19760
19761 * winner.el (winner-mode, winner-boring-buffers)
19762 (winner-pending-undo-ring): Doc fixes.
19763 (winner-ring): Remove unneeded `progn'.
19764 (winner-equal): `defsubst' it.
19765 (winner-redo): Fix message.
19766
19767 2005-07-13 Kim F. Storm <storm@cua.dk>
19768
19769 * simple.el (line-move-1): Always use vertical-motion to
19770 do the last (or only) line move to ensure some movement.
19771 Undo 2005-06-23 change--don't check for overlays.
19772
19773 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19774
19775 * term/mac-win.el (ccl-encode-mac-roman-font)
19776 (ccl-encode-mac-centraleurroman-font)
19777 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
19778 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
19779 Change charset-id boundary of dimension to ?\xef.
19780 (mac-char-fontspec-list): New constant.
19781 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
19782 argument. Nil uses itself as family in font-spec. Previous
19783 behavior for nil is now provided by non-nil non-string argument.
19784 All callers changed. Add font-specs for Mac fonts to
19785 "fontset-default" unless iso8859-1 fonts are installed.
19786
19787 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19788
19789 * progmodes/sh-script.el (sh-get-indent-info): Only indent
19790 a continuation line if the \ is preceded by SPC or TAB.
19791 (sh-get-indent-info): Simplify.
19792 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
19793 Use with-current-buffer.
19794
19795 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
19796 when the matched text is empty.
19797
19798 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
19799
19800 * startup.el (command-line): Revert to previous handling of
19801 tooltip-mode. Explain in comment why the complexity is needed.
19802
19803 * tooltip.el (tooltip-mode): Revert to previous implementation of
19804 its defcustom.
19805
19806 * frame.el (blink-cursor-mode): Revert to previous implementation
19807 of its defcustom. Update comment.
19808
19809 2005-07-12 Lars Hansen <larsh@soem.dk>
19810
19811 * desktop.el: Update e-mail address.
19812
19813 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19814
19815 * term/mac-win.el (mac-services-mail-selection)
19816 (mac-services-mail-to): New functions.
19817 (mac-application-menu-map): Bind them.
19818
19819 2005-07-12 wulei <milton@wulei.net> (tiny change)
19820
19821 * progmodes/gdb-ui.el: Add note about buffering with Windows.
19822
19823 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
19824
19825 * custom.el (custom-reevaluate-setting): Doc fix.
19826
19827 2005-07-11 Jay Belanger <belanger@truman.edu>
19828
19829 * calc/calc.el (calc-embedded-announce-formula-alist)
19830 (calc-embedded-open-close-plain-alist)
19831 (calc-embedded-open-close-mode-alist): Add checks for additional
19832 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
19833
19834 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
19835
19836 * custom.el (custom-enable-theme): Don't add theme to
19837 `custom-enabled-themes' with `push' because there is no
19838 setf-method for `delq'.
19839
19840 2005-07-11 Richard M. Stallman <rms@gnu.org>
19841
19842 * custom.el (custom-declare-variable): Doc fix.
19843
19844 * dired-aux.el (dired-compare-directories): Remove "." and ".."
19845 from the alists.
19846
19847 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
19848 Do nothing if edebug-active.
19849
19850 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
19851 (edebug-display): Do it here instead.
19852
19853 2005-07-10 Richard M. Stallman <rms@gnu.org>
19854
19855 * cus-face.el (custom-theme-set-faces): Make it work.
19856 (custom-reset-faces): Doc fix.
19857 (custom-theme-reset-internal-face, custom-theme-face-value):
19858 Functions deleted.
19859
19860 * custom.el (custom-push-theme): Maintain list of the settings
19861 of a given theme in its theme-settings property.
19862 Maintain position of old settings in the theme-value
19863 or theme-face property.
19864 (custom-enabled-themes): New variable.
19865 (custom-theme-enabled-p): New function.
19866 (provide-theme): Update custom-enabled-themes.
19867 Disable and reenable the `user' theme.
19868 (require-theme): Doc fix.
19869 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
19870 (custom-theme-value, custom-theme-variable-value): Likewise.
19871 (custom-theme-reset-internal): Likewise.
19872 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
19873 (custom-enable-theme, custom-disable-theme): New functions.
19874 (custom-variable-theme-value, custom-face-theme-value): Likewise.
19875 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
19876 (custom-theme-reset-variables): Simplify.
19877 (deftheme, custom-declare-theme, custom-make-theme-feature):
19878 Definitions moved.
19879
19880 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
19881
19882 * longlines.el (longlines-show-region)
19883 (longlines-unshow-hard-newlines): Recognize hard newlines by
19884 non-nil hard property, instead of t.
19885
19886 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
19887
19888 * viper-cmd.el (viper--key-maps): New variable.
19889 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
19890 emulation-mode-map-alists.
19891 (viper-envelop-ESC-key): Use viper-subseq.
19892 (viper-search-forward/backward/next): Disable debug-on-error.
19893
19894 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19895 (viper-ESC-key): New defcustoms.
19896
19897 * viper-macs.el (ex-map-read-args): Use viper-subseq.
19898
19899 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
19900 (viper-subseq): Copy of subseq from cl.el.
19901
19902 * viper.el (viper-go-away, viper-set-hooks): Use
19903 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
19904
19905 * viper-mous.el (viper-current-frame-saved): Use defvar.
19906
19907 * viper-init.el: Get rid of -face in face names.
19908
19909 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
19910 Make it work with longlines mode
19911
19912 * ediff-mult.el (ediff-meta-mode-hook): New variable.
19913
19914 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
19915
19916 * ediff-init.el: Get rid of -face in face names.
19917
19918 2005-07-10 Richard M. Stallman <rms@gnu.org>
19919
19920 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
19921 and with-timeout-unsuspend.
19922
19923 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
19924 and with-timeout-unsuspend.
19925
19926 * emacs-lisp/timer.el (with-timeout-timers): New variable.
19927 (with-timeout): Bind that variable to record timers.
19928 (with-timeout-suspend, with-timeout-unsuspend): New functions.
19929
19930 * emacs-lisp/debug.el (debug-help-follow): New function.
19931 (debugger-mode-map): Use that instead of help-follow.
19932 (debugger-setup-buffer): Use eval-buffer-list
19933 to handle eval-buffer frames.
19934
19935 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
19936
19937 * timezone.el (timezone-parse-date): Change first regexp
19938 so it will not mistakenly match dates with no time zone.
19939
19940 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
19941
19942 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
19943
19944 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
19945
19946 * custom.el (custom-initialize-safe-set)
19947 (custom-initialize-safe-default): New functions.
19948
19949 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19950 and simplify :init-value.
19951
19952 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19953 and simplify :init-value. Delete obsolete comment.
19954
19955 * startup.el (command-line): Use `custom-reevaluate-setting' to
19956 handle `tooltip-mode'. Delete obsolete comment.
19957
19958 * files.el (set-visited-file-name): Avoid calling
19959 `file-name-nondirectory' with a nil argument.
19960
19961 2005-07-09 Richard M. Stallman <rms@gnu.org>
19962
19963 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
19964 was called with nil for the buffer, handle the read position right.
19965 Handle read position for eval-region, too.
19966
19967 2005-07-09 Juri Linkov <juri@jurta.org>
19968
19969 * fringe.el (fringe-mode): Add period in docstring.
19970 (fringe-query-style): Build prompt depending on `all-frames' arg.
19971
19972 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
19973 to not create links to unrelated functions in the Help buffer.
19974
19975 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
19976 Doc fix.
19977
19978 * simple.el (next-error-hook): New variable.
19979 (next-error): Use it. Doc fix.
19980
19981 * textmodes/ispell.el (ispell-command-loop): Add current
19982 dictionary name and program name to mode-line-format.
19983 (ispell-region, ispell-process-line): Add current dictionary name
19984 and program name to messages.
19985
19986 2005-07-08 Jay Belanger <belanger@truman.edu>
19987
19988 * calc/calc.el (calc-embedded-announce-formula-alist)
19989 (calc-embedded-open-close-formula-alist)
19990 (calc-embedded-open-close-word-alist)
19991 (calc-embedded-open-close-plain-alist)
19992 (calc-embedded-open-close-new-formula-alist)
19993 (calc-embedded-open-close-mode-alist)
19994 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
19995 (calc-embedded-mode-hook): New variables.
19996
19997 * calc/calc-embed.el (calc-embedded-firsttime)
19998 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
19999 New variables.
20000 (calc-do-embedded): Use calc-embedded-firsttime,
20001 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
20002 determine whether or not to run hooks.
20003 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
20004 calc-embedded-firsttime-formula appropriately.
20005 Set calc-embedded delimiter variables according to mode.
20006
20007 2005-07-08 Richard M. Stallman <rms@gnu.org>
20008
20009 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
20010 Check for "emacs", etc., as entire symbol, not just as word.
20011 (checkdoc-file-comments-engine): Use regexp-quote on FN.
20012
20013 * files.el (set-visited-file-name): Report the error
20014 for "empty filename" earlier.
20015 (kill-some-buffers): Ignore buffers already dead.
20016
20017 * fringe.el (fringe-mode): Doc fix.
20018
20019 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20020 Check for (featurep 'xemacs) and turn off warnings in what it guards.
20021 Use unwind-protect to ensure byte-compile-unresolved-functions
20022 is updated.
20023
20024 * whitespace.el (whitespace-buffer-leading-cleanup):
20025 Simplify w/ skip-chars-forward.
20026 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
20027
20028 * mail/rmail.el (rmail-only-expunge): Fix paren error.
20029 Unconditionally try to leave point at the same old place.
20030
20031 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
20032
20033 * comint.el (comint-postoutput-scroll-to-bottom)
20034 (comint-show-maximum-output): Take scroll-margin into consideration.
20035
20036 2005-07-08 Kim F. Storm <storm@cua.dk>
20037
20038 * ido.el (ido-use-filename-at-point): New choice `guess'.
20039 (ido-file-internal): Try ffap-guesser if selected.
20040
20041 * ido.el (ido-before-fallback-functions): New hook.
20042 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
20043 (ido-read-file-name): Run it.
20044
20045 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
20048 strings rather than a list of symbols to the completion function.
20049
20050 2005-07-07 Jay Belanger <belanger@truman.edu>
20051
20052 * calc/calc-units.el (math-apply-units): Change the places in
20053 which units are simplified.
20054
20055 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
20056
20057 * cus-edit.el (customize-option, customize-option-other-window):
20058 Make them handle aliases.
20059
20060 * custom.el (custom-variable-p): Make it recursively follow
20061 aliases. Mention that in the docstring.
20062
20063 2005-07-07 Richard M. Stallman <rms@gnu.org>
20064
20065 * cus-start.el (exec-path): Use `directory' instead of `file'.
20066 Fix tag for nil.
20067
20068 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20069
20070 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
20071 when called non-interactively. Doc fix.
20072
20073 2005-07-07 Lute Kamstra <lute@gnu.org>
20074
20075 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
20076 new address as well.
20077
20078 2005-07-07 Kenichi Handa <handa@m17n.org>
20079
20080 * international/mule.el (make-coding-system):
20081 Describe `ascii-incompatible' property in the docstring.
20082 (set-file-name-coding-system): Signal an error if coding-system is
20083 ascii-incompatible.
20084 (set-keyboard-coding-system): Likewise.
20085
20086 * international/mule-cmds.el (set-default-coding-systems):
20087 Don't set default-file-name-coding-system and
20088 default-keyboard-coding-system if coding-system is ASCII-incompatible.
20089
20090 * international/utf-16.el: Declare that all UTF-16-based coding
20091 systems are ASCII-incompatible.
20092
20093 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
20094
20095 * progmodes/gud.el: Require font-lock for displaying errors.
20096 Used by gdb-ui.el.
20097
20098 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20099
20100 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
20101 values for the pattern lists which are `read'able but not
20102 `append'able (like symbols).
20103
20104 2005-07-06 Richard M. Stallman <rms@gnu.org>
20105
20106 * progmodes/flymake.el (flymake-float-time): Instead of
20107 with-no-warnings, test for XEmacs.
20108 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
20109 to avoid warning.
20110
20111 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
20112
20113 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
20114
20115 2005-07-05 Lute Kamstra <lute@gnu.org>
20116
20117 * battery.el: Add support for Darwin (with much debugging help
20118 from Samuel Lauber <sam124@operamail.com>).
20119 (battery-status-function, battery-echo-area-format)
20120 (battery-mode-line-format): Add support for pmset on Darwin.
20121 (battery-load-low, battery-load-critical): New user options.
20122 (battery-pmset): New function.
20123
20124 2005-07-05 Lute Kamstra <lute@gnu.org>
20125
20126 Update FSF's address in GPL notices.
20127
20128 * textmodes/page-ext.el: Update FSF's address.
20129
20130 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
20133 filling from using prefix when filling a single-line docstring.
20134
20135 * progmodes/flymake.el: Remove useless eval-when-compile.
20136
20137 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
20138
20139 2005-07-04 Richard M. Stallman <rms@gnu.org>
20140
20141 * textmodes/org.el (org-file-apps-defaults-gnu):
20142 Rename from org-file-apps-defaults-linux.
20143 (org-default-apps): Don't test system-type for `linux'.
20144 (org-file-apps): Doc fix.
20145
20146 2005-07-04 David Ponce <david@dponce.com>
20147
20148 * tree-widget.el: Improve header Commentary section.
20149 (tree-widget) [defgroup]
20150 (tree-widget-image-enable, tree-widget-themes-directory)
20151 (tree-widget-theme, tree-widget-image-properties-emacs)
20152 (tree-widget-image-properties-xemacs, tree-widget-create-image)
20153 (tree-widget-image-formats, tree-widget-control)
20154 (tree-widget-empty-control, tree-widget-leaf-control
20155 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
20156 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
20157 (tree-widget-keep, tree-widget-after-toggle-functions)
20158 (tree-widget-open-node, tree-widget-close-node): Doc fix.
20159 (tree-widget-open-control, tree-widget-close-control): Fix doc and
20160 :help-echo message.
20161 (tree-widget-set-theme): Doc fix. Use `string-equal'.
20162 (tree-widget-image-properties): Doc fix. Clearer implementation.
20163 (tree-widget--cursors): New constant.
20164 (tree-widget-lookup-image): New function split from
20165 `tree-widget-find-image'. Clearer implementation.
20166 (tree-widget-find-image): Use it.
20167 (tree-widget-button-keymap): Use `set-keymap-parent'.
20168 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
20169 Define the sub-widgets here.
20170 (tree-widget-node): Check that :node is not a tree-widget.
20171 (tree-widget-get-super, tree-widget-open-control)
20172 (tree-widget-close-control, tree-widget-empty-control)
20173 (tree-widget-leaf-control, tree-widget-guide)
20174 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
20175 (tree-widget-no-handle, tree-widget-value-delete)
20176 (tree-widget-map): Remove.
20177 (tree-widget-children-value-save): Doc fix. Simplified.
20178 (tree-widget-value-create): Update according to previous changes.
20179
20180 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
20181
20182 * textmodes/org.el: Leading space replaced by TABS.
20183 (org-recalc-marks, org-table-rotate-recalc-marks)
20184 (org-table-get-specials): Treat "^" and "_" marks.
20185 (org-table-justify-field-maybe): Optional argument NEW.
20186 (org-table-eval-formula): Parsing of the format simplified.
20187 New modes C,I. Honor the %= parameter in the current table.
20188 Avoid unnecessary re-align by using the NEW argument to
20189 `org-table-justify-field-maybe'.
20190 (org-calc-default-modes): Default for date-format mimicks org-mode.
20191 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
20192
20193 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
20194
20195 * cus-face.el (custom-theme-set-faces): Make it handle face
20196 aliases whose alias declarations are pre- or autoloaded.
20197
20198 2005-07-04 Juri Linkov <juri@jurta.org>
20199
20200 * faces.el (read-face-name): Put the code for getting a face name
20201 from the buffer before adding the faces from the `face' property.
20202 Use `completing-read-multiple' instead of `completing-read'.
20203 Require `crm'. Add default value and post-process the returned
20204 list of faces.
20205
20206 * emacs-lisp/crm.el (crm-find-current-element)
20207 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
20208
20209 * emacs-lisp/lisp-mode.el (eval-defun-1):
20210 * emacs-lisp/edebug.el (edebug-eval-defun):
20211 Remove unnecessary quotes.
20212
20213 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20214
20215 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
20216 (prolog-indent-level): Fix typo in docstring.
20217
20218 * info.el (Info-history, Info-history-forward)
20219 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
20220
20221 * add-log.el (add-change-log-entry):
20222 * comint.el (comint-dynamic-list-input-ring)
20223 (comint-dynamic-list-completions):
20224 * dabbrev.el (dabbrev-expand):
20225 * delim-col.el (delimit-columns-rectangle-line):
20226 * diff-mode.el (diff-context->unified, diff-reverse-direction)
20227 (diff-unified->context):
20228 * ediff-init.el (ediff-abbrev-jobname):
20229 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
20230 (ediff-replace-session-activity-marker-in-meta-buffer):
20231 * info.el (Info-summary):
20232 * lpr.el (printify-region):
20233 * printing.el (pr-create-interface):
20234 * ps-print.el (ps-print-quote):
20235 * ses.el (ses-column-widths, ses-print-cell)
20236 (ses-adjust-print-width, ses-center):
20237 * shell.el (shell-file-name-quote-list):
20238 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
20239 (strokes-fill-current-buffer-with-whitespace)
20240 (strokes-xpm-for-stroke, strokes-list-strokes)
20241 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
20242 * term.el (term-dynamic-list-input-ring)
20243 (term-dynamic-list-completions):
20244 * calc/calc.el (math-format-stack-value):
20245 * emacs-lisp/edebug.el (edebug-display-freq-count):
20246 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
20247 (delphi-new-comment-line):
20248 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
20249 * progmodes/executable.el (executable-set-magic):
20250 * progmodes/python.el (inferior-python-mode):
20251 * progmodes/scheme.el (scheme-mode-syntax-table):
20252 * progmodes/sh-script.el (sh-maybe-here-document):
20253 * progmodes/sql.el (sql-copy-column):
20254 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
20255 * textmodes/bibtex.el (bibtex-mode):
20256 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
20257 (sgml-auto-attributes):
20258 * textmodes/table.el (table-insert, table-shorten-cell)
20259 (table--generate-source-scan-lines, table-delete-row)
20260 (*table--cell-delete-char, table--spacify-frame)
20261 (table--horizontally-shift-above-and-below)
20262 (table--cell-insert-char, table--cell-blank-str)
20263 (table--fill-region-strictly):
20264 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
20265 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
20266
20267 * add-log.el (change-log):
20268 * apropos.el (apropos):
20269 * comint.el (comint-completion, comint-source):
20270 * dabbrev.el (dabbrev):
20271 * delim-col.el (columns):
20272 * diff-mode.el (diff-mode):
20273 * ediff.el (ediff):
20274 * ediff-diff.el (ediff-diff):
20275 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
20276 * ediff-mult.el (ediff-mult):
20277 * ediff-ptch.el (ediff-ptch):
20278 * ediff-wind.el (ediff-window):
20279 * facemenu.el (facemenu):
20280 * indent.el (indent):
20281 * info.el (info):
20282 * jka-cmpr-hook.el (compression, jka-compr):
20283 * lpr.el (lpr):
20284 * outline.el (outlines):
20285 * pcmpl-cvs.el (pcmpl-cvs):
20286 * pcmpl-rpm.el (pcmpl-rpm):
20287 * printing.el (printing):
20288 * ps-print.el (postscript, ps-print, ps-print-horizontal)
20289 (ps-print-vertical, ps-print-headers, ps-print-font)
20290 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
20291 (ps-print-background, ps-print-printer, ps-print-page)
20292 (ps-print-miscellany):
20293 * ses.el (ses):
20294 * shell.el (shell, shell-directories, shell-faces):
20295 * startup.el (initialization):
20296 * strokes.el (strokes):
20297 * term.el (term):
20298 * uniquify.el (uniquify):
20299 * w32-vars.el (w32):
20300 * calc/calc.el (calc):
20301 * emacs-lisp/bytecomp.el (bytecomp):
20302 * emacs-lisp/cl-indent.el (lisp-indent):
20303 * emacs-lisp/edebug.el (edebug):
20304 * emacs-lisp/elp.el (elp):
20305 * emacs-lisp/testcover.el (testcover):
20306 * emacs-lisp/trace.el (trace):
20307 * emulation/viper-ex.el (viper-ex):
20308 * emulation/viper-mous.el (viper-mouse):
20309 * mail/mailalias.el (mailalias):
20310 * mail/supercite.el (supercite, supercite-frames)
20311 (supercite-attr, supercite-cite, supercite-hooks):
20312 * net/rcompile.el (remote-compile):
20313 * net/rlogin.el (rlogin):
20314 * obsolete/ooutline.el (outlines):
20315 * progmodes/delphi.el (delphi):
20316 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
20317 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
20318 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
20319 (ebnf-optimization):
20320 * progmodes/etags.el (etags):
20321 * progmodes/executable.el (executable):
20322 * progmodes/idlwave.el (idlwave):
20323 * progmodes/pascal.el (pascal):
20324 * progmodes/prolog.el (prolog):
20325 * progmodes/python.el (python):
20326 * progmodes/scheme.el (scheme):
20327 * progmodes/sh-script.el (sh, sh-script):
20328 * progmodes/sql.el (SQL):
20329 * progmodes/tcl.el (tcl):
20330 * textmodes/bibtex.el (bibtex, bibtex-autokey):
20331 * textmodes/enriched.el (enriched):
20332 * textmodes/makeinfo.el (makeinfo):
20333 * textmodes/sgml-mode.el (sgml):
20334 * textmodes/table.el (table-hooks):
20335 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
20336 * textmodes/texinfo.el (texinfo):
20337 * textmodes/two-column.el (two-column):
20338 Finish `defgroup' description with period.
20339
20340 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
20341 * eshell/esh-var.el (eshell-var):
20342 * progmodes/vhdl-mode.el (vhdl-testbench):
20343 * textmodes/org.el (org): Fix typos in docstrings.
20344
20345 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
20346 consistency.
20347
20348 * progmodes/flymake.el (flymake-find-file): Remove.
20349 (flymake-float-time): Use `with-no-warnings'.
20350 (flymake-check-start-time, flymake-check-was-interrupted)
20351 (flymake-err-info, flymake-is-running, flymake-last-change-time)
20352 (flymake-new-err-info): `defvar' at compile time.
20353
20354 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
20355
20356 * replace.el (occur-hook): Doc fix.
20357 (occur-1): Don't call `occur-hook' if there are no matches.
20358
20359 2005-07-03 Richard M. Stallman <rms@gnu.org>
20360
20361 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
20362 global-map, save the same map.
20363 (global-map): Don't alter it at top level.
20364 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
20365 Then alter it here instead.
20366 (tpu-edt-off): Set global-map to the saved one.
20367
20368 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
20369 All references simplified.
20370 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
20371 (zmacs-regions): Add defvar.
20372 (repeat-complex-command-map): Everything about that deleted.
20373
20374 * textmodes/artist.el (artist-key-is-drawing)
20375 (artist-key-endpoint1, artist-key-poly-point-list)
20376 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
20377 (artist-key-compl-table, artist-rb-save-data)
20378 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
20379 Don't put them in eval-when-compile.
20380 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
20381
20382 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
20383 Use with-no-warnings.
20384
20385 * net/browse-url.el (dos-windows-version): Add defvar.
20386
20387 * mail/supercite.el (filladapt-prefix-table): Add defvar.
20388
20389 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
20390 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
20391 (rmail-new-summary-line-count): Rename from new-summary-line-count.
20392 Add defvar.
20393 (rmail-summary-beginning-of-message): Use with-no-warnings.
20394 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
20395
20396 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
20397 Use with-no-warnings.
20398
20399 * emulation/vi.el (vi-mark-region): Use c-mark-function.
20400 (c-mark-function): Add point-moving-unit property.
20401 (vi-goto-line): Use with-no-warnings.
20402
20403 * emulation/edt.el (edt-last-copied-word): Add defvar.
20404 (zmacs-region-stays): Likewise.
20405 (edt-mark-section-wisely): Use c-mark-function for C.
20406 Use makr-defun for Fortran.
20407 (time-string): defvar deleted.
20408 (edt-display-the-time): Don't set time-string.
20409
20410 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
20411
20412 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20413 Don't warn when name is not constant
20414 or for defining the group `emacs'.
20415
20416 * tooltip.el (gud-tooltip-mode): Add defvar.
20417
20418 * startup.el (default-frame-background-mode): Add defvar.
20419
20420 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
20421
20422 * info.el (tool-bar-map): Add defvar.
20423
20424 * dired.el (dnd-protocol-alist): Add defvar.
20425
20426 * dired-aux.el (dired-query): Display question with answer, when
20427 the user answers.
20428
20429 * custom.el (custom-add-option): Doc fix.
20430
20431 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
20432
20433 2005-07-03 Eli Zaretskii <eliz@gnu.org>
20434
20435 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
20436 bogus name from the last change.
20437
20438 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
20439
20440 * custom.el (custom-declare-variable): Fix typos in comment.
20441 (custom-known-themes): Doc fix.
20442 (custom-theme-directory): New defcustom.
20443 (require-theme): Make it check `custom-theme-directory'.
20444
20445 * cus-theme.el (custom-new-theme-mode): New function.
20446 (custom-theme-name, custom-theme-variables, custom-theme-faces)
20447 (custom-theme-description): Add compiler defvars.
20448 (customize-create-theme): Add doc to the "*New Custom Theme*"
20449 buffer. Use `custom-new-theme-mode'.
20450 (custom-theme-write): Put the created buffer in emacs-lisp-mode
20451 and save it to the `custom-theme-directory'. Make this the
20452 default directory of the buffer.
20453
20454 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
20455
20456 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
20457 Fix unbalanced parentheses.
20458
20459 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20460
20461 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
20462 into flymake-mode and delegate to flymake-mode.
20463
20464 * find-file.el (ff-which-function-are-we-in): Clean up.
20465
20466 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
20467
20468 * replace.el (occur-rename-buffer): Fix docstring.
20469
20470 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
20471 (edt-last-copied-word, edt-learn-macro-count)
20472 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
20473 (edt-rect-start-point, edt-user-global-map, rect-start-point)
20474 (time-string, zmacs-region-stays):
20475 * emulation/edt-mapper.el (edt-save-function-key-map)
20476 (EDT-key-name): `defvar' to silence the byte-compiler.
20477
20478 2005-07-02 Martin Rudalics <rudalics@gmx.at>
20479
20480 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
20481 font-lock-regexp-backslash. Doc fix.
20482 (font-lock-regexp-backslash-grouping-construct): Rename from
20483 font-lock-regexp-backslash-construct. Doc fix.
20484 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
20485 grouping constructs.
20486
20487 2005-07-02 Eli Zaretskii <eliz@gnu.org>
20488
20489 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
20490 updating all the prerequisites.
20491
20492 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
20493
20494 * textmodes/org.el (org-agenda-start-on-weekday)
20495 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
20496 (org-agenda-use-time-grid, org-archive-location)
20497 (org-allow-space-in-links, org-usenet-links-prefer-google)
20498 (org-enable-table-editor, org-export-default-language)
20499 (org-export-html-show-new-buffer, org-fill-paragraph)
20500 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
20501 (org-goto-quit, org-occur, org-eval-in-calendar)
20502 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
20503 (org-agenda-diary-entry, org-remember-help)
20504 (org-table-convert-region, org-at-table-p)
20505 (org-table-move-row-down, org-table-move-row-up)
20506 (org-table-copy-region, org-table-toggle-vline-visibility)
20507 (org-table-get-stored-formulas, org-table-get-specials)
20508 (org-recalc-commands, org-table-eval-formula)
20509 (org-table-formula-substitute-names, orgtbl-make-binding)
20510 (org-format-org-table-html, org-format-table-table-html)
20511 (org-format-table-table-html-using-table-generate-source)
20512 (org-customize): Fix typos in docstrings.
20513 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
20514 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
20515 (org-back-to-heading): Doc fixes.
20516 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
20517 (org-agenda-change-all-lines, org-get-header):
20518 Improve argument/docstring consistency.
20519 (orgtbl-error): Fix error message.
20520
20521 * progmodes/flymake.el (flymake-find-possible-master-files)
20522 (flymake-master-file-compare, flymake-get-line-err-count)
20523 (flymake-highlight-line, flymake-gui-warnings-enabled):
20524 Fix typos in docstrings.
20525 (flymake-parse-line, flymake-get-project-include-dirs-function)
20526 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
20527 Doc fixes.
20528 (flymake-get-project-include-dirs-function)
20529 (flymake-make-err-menu-data):
20530 Improve argument/docstring consistency.
20531
20532 2005-07-01 Lute Kamstra <lute@gnu.org>
20533
20534 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
20535 Catch errors with ignore-errors. Use temporary buffer.
20536 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
20537
20538 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
20539 background color faces.
20540 (facemenu-set-foreground, facemenu-set-background):
20541 Use facemenu-set-face-from-menu.
20542 (facemenu-set-face-from-menu): Treat face names that start with
20543 "fg:" or "bg:" as special.
20544 (facemenu-add-new-color): Don't create faces. Simplify.
20545
20546 2005-06-30 Richard M. Stallman <rms@gnu.org>
20547
20548 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
20549 (crm-find-current-element): Likewise.
20550
20551 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20552
20553 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
20554
20555 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * arc-mode.el (archive-extract): Make it work as a mouse binding.
20558 (archive-mouse-extract): Make it an obsolete alias.
20559 (archive-mode-map): Don't use archive-mouse-extract any more.
20560 (archive-mode, archive-extract): write-contents-hooks ->
20561 write-contents-functions.
20562 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
20563 first arg.
20564 (archive-rename-entry): Update the call.
20565 (archive-zip-summarize): Remove unused var `method'.
20566 (archive-lzh-summarize): Remove unused var `creator'.
20567
20568 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
20569 dedicated frame upon exit.
20570
20571 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
20572 (archive-zip-extract, archive-zip-expunge)
20573 (archive-zip-update, archive-zip-update-case): Use executable-find.
20574 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
20575 Use restore-buffer-modified-p.
20576 (archive-extract, archive-add-new-member, archive-write-file-member):
20577 Use with-current-buffer.
20578 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
20579
20580 2005-06-30 Andreas Schwab <schwab@suse.de>
20581
20582 * progmodes/gud.el (gud-filter): Remove unneeded progn.
20583
20584 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20585
20586 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
20587
20588 2005-06-30 Juri Linkov <juri@jurta.org>
20589
20590 * faces.el (vertical-border): Inherit from mode-line-inactive
20591 only on tty.
20592
20593 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
20594
20595 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
20596 example, -NLINES in the `occur' docstring).
20597
20598 * replace.el (occur-1): When no matches are found, do not set the
20599 `buffer-read-only' and modified flags for the occur buffer,
20600 because it is deleted.
20601
20602 * emulation/cua-base.el (cua-check-pending-input)
20603 (cua-repeat-replace-region, cua-mode, cua-debug)
20604 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
20605 Fix typos in docstrings.
20606
20607 * emulation/cua-gmrk.el (cua-toggle-global-mark)
20608 (cua-cut-region-to-global-mark)
20609 (cua--cut-rectangle-to-global-mark):
20610 Remove period from end of messages.
20611
20612 * emulation/cua-rect.el (cua-do-rectangle-padding):
20613 Remove period from end of messages.
20614 (cua--rectangle-seq-format): Fix typo in docstring.
20615 (cua-sequence-rectangle, cua-fill-char-rectangle):
20616 Improve argument/docstring consistency.
20617
20618 2005-06-29 Juri Linkov <juri@jurta.org>
20619
20620 * faces.el (default-frame-background-mode): New internal variable.
20621 (frame-set-background-mode): Use it.
20622
20623 * startup.el (normal-top-level): Set default-frame-background-mode
20624 instead of frame-background-mode. Before setting it, test for its
20625 nil value. Remove tests for frame-background-mode and frame
20626 parameter `reverse'. Add test for "unspecified-fg".
20627
20628 * term/xterm.el (xterm-rxvt-set-background-mode):
20629 * term/rxvt.el (rxvt-set-background-mode):
20630 Set default-frame-background-mode instead of frame-background-mode.
20631
20632 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
20633
20634 * simple.el (set-variable): Warn about obsolete user variables.
20635
20636 * imenu.el (imenu--completion-buffer):
20637 * mouse.el (mouse-buffer-menu-alist):
20638 * msb.el (msb-invisible-buffer-p):
20639 * calendar/diary-lib.el (diary-header-line-format):
20640 * emacs-lisp/pp.el (pp-buffer):
20641 * progmodes/cperl-mode.el (cperl-do-auto-fill):
20642 * textmodes/picture.el (picture-replace-match):
20643 Change space constants followed by a sexp to "?\s ".
20644
20645 * play/decipher.el (decipher-loop-with-breaks):
20646 * textmodes/texinfo.el (texinfo-insert-@item): Change space
20647 constants "protected" from end of line by a comment to "?\s".
20648
20649 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20650
20651 * font-lock.el (save-buffer-state): Use `declare'.
20652
20653 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
20654 reset the syntax-table to cperl-mode-syntax-table.
20655 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
20656 "foo_print_bar" is not matched as a reserved keyword.
20657
20658 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
20659
20660 * textmodes/org.el (orgtbl-setup): New function, for delayed
20661 setup for the orgtbl commands.
20662 (org-calc-default-modes): New option.
20663 (orgtbl-make-binding): Use `defun' to get better help display.
20664 (org-diary): Call `org-compile-prefix-format'.
20665 (org-table-formula-substitute-names): New function.
20666 (org-agenda-day-view, org-agenda-week-view): New commands.
20667 (org-agenda-toggle-week-view): Command removed.
20668 (org-tbl-menu): Split off from org-org-menu.
20669 (org-mode): Move removal of outline-mode menus to here.
20670 (org-table-formula-debug): New option.
20671 (org-table-insert-row): Keep first field if just "#" or "*".
20672 (org-mode): Paragraph regexps fixed.
20673 (org-table-recalculate-regexp): New constant.
20674 (org-table-justify-field-maybe): Avoid replace if not necessary.
20675 (org-copy-special, org-cut-special): Use `call-interactively'.
20676 (org-table-copy-region): Take region from `interactive' call.
20677 (org-trim): Return string even if no match.
20678 (org-formula): New face.
20679 (org-set-font-lock-defaults): No longer highlight "FIXME".
20680 But highlight formula-related fields in table.
20681 (org-table-p): Use regexp, not fontification.
20682 (org-table-align): Handle white space at end of line.
20683 (org-table-formula-evaluate-inline): New option.
20684 (org-mode): Auto-wrapping in comment lines turned off.
20685 (org-table-copy-down): Evaluate only in copied field, not in
20686 destination.
20687 (org-table-current-formula): Variable removed.
20688 (org-table-store-formulas, org-table-get-stored-formulas)
20689 (org-table-modify-formulas, org-table-replace-in-formulas)
20690 (org-table-maybe-eval-formula): New functions.
20691 (org-table-get-formula): Modify to use stored formulas.
20692 (org-table-insert-column, org-table-delete-column)
20693 (org-table-move-column): Call `org-table-modify-formulas'.
20694 (org-complete): Add completion for keyword formulas.
20695 (orgtbl-mode): Pull orgtbl-mode-map to start of
20696 minor-mode-map-alist.
20697
20698 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20699
20700 * progmodes/python.el (python-check): Require `compile' before
20701 modifying its variables.
20702
20703 * newcomment.el (comment-indent-default): Don't get fooled by an early
20704 end of buffer.
20705
20706 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20707
20708 * ps-print.el (ps-print-version): Fix version number.
20709
20710 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
20711
20712 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
20713
20714 2005-06-28 Richard M. Stallman <rms@gnu.org>
20715
20716 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
20717 (flyspell-local-mouse-map): Declaration deleted.
20718 (flyspell-mouse-map): Bind only mouse-2.
20719 (flyspell-mode-map): Don't test flyspell-use-local-map.
20720 (flyspell-overlay-keymap-property-name): Var deleted.
20721 (flyspell-mode-on): Don't make local bindings for
20722 flyspell-mouse-map and flyspell-mode-map.
20723 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
20724
20725 * textmodes/ispell.el (ispell-word): Do not ignore short words.
20726
20727 * progmodes/compile.el (compilation-next-error-function):
20728 Don't switch buffers; operate on the current buffer.
20729
20730 * progmodes/compile.el (compilation-error-file-name)
20731 (compilation-warning-file-name, compilation-info-file-name)
20732 (compilation-line-number, compilation-column-number): New faces.
20733 (compilation-error-face, compilation-warning-face)
20734 (compilation-info-face, compilation-line-face)
20735 (compilation-column-face): Use them.
20736
20737 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
20738
20739 * comint.el (comint-password-prompt-regexp): Accept ", try again".
20740
20741 * bindings.el (global-map): Bind insertchar and its variants.
20742
20743 2005-06-27 Richard M. Stallman <rms@gnu.org>
20744
20745 * textmodes/artist.el (artist-text-overwrite)
20746 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
20747
20748 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20749
20750 * ps-print.el: It was not working the page selection for printing.
20751 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
20752 (ps-print-version): New version 6.6.7.
20753 (ps-end-sheet): New fun.
20754 (ps-header-sheet, ps-end-job): Call it.
20755
20756 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
20757
20758 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
20759
20760 2005-06-27 Lute Kamstra <lute@gnu.org>
20761
20762 * facemenu.el (facemenu-unlisted-faces): Add foreground and
20763 background color faces.
20764 (facemenu-get-face): Delete function.
20765 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
20766 (facemenu-add-new-color): Make second argument mandatory.
20767 Create the appropriate face and return it. Simplify.
20768 (facemenu-set-foreground, facemenu-set-background): Don't check if
20769 color is defined. Use return value of facemenu-add-new-color.
20770
20771 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
20772
20773 * progmodes/gud.el (gud-filter): Add missing argument to
20774 with-selected-window.
20775
20776 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20777
20778 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
20779 a :require to the defcustom.
20780
20781 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
20782 defcustoms corresponding to minor modes.
20783
20784 2005-06-26 David Ponce <david@dponce.com>
20785
20786 * recentf.el: Require tree-widget instead of wid-edit.
20787 (recentf-filename-handler): Fix widget :type.
20788 (recentf-cancel-dialog, recentf-open-more-files)
20789 (recentf-open-files-action): Doc fix.
20790 (recentf-dialog-goto-first): New function.
20791 (recentf-dialog-mode-map): Set parent keymap first.
20792 (recentf-dialog-mode): Define with define-derived-mode.
20793 Don't display continuation lines in dialogs.
20794 (recentf-edit-list): Rename from recentf-edit-selected-items.
20795 (recentf-edit-list-select): Rename from recentf-edit-list-action.
20796 Simplify.
20797 (recentf-edit-list-validate): New function.
20798 (recentf-edit-list): Update accordingly.
20799 (recentf-open-files-item-shift): Remove.
20800 (recentf-open-files-item): Convert menu elements into tree and
20801 link widgets. Don't create the widgets.
20802 (recentf-open-files): Update accordingly.
20803 (recentf-save-list): Untabify.
20804
20805 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
20806
20807 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
20808 (keep-lines): Add INTERACTIVE arg. Never delete lines only
20809 partially contained in the active region. Do not take active
20810 region into account when called from Lisp, unless INTERACTIVE arg
20811 is non-nil. Use `forward-line' instead of `beginning-of-line' to
20812 avoid trouble with fields. Make marker point nowhere when no
20813 longer used. Always return nil. Doc fix.
20814 (flush-lines): Add INTERACTIVE arg. Do not take active region
20815 into account when called from Lisp, unless INTERACTIVE arg is
20816 non-nil. Use `forward-line' instead of `beginning-of-line' to
20817 avoid trouble with fields. Make marker point nowhere when no
20818 longer used. Always return nil. Doc fix.
20819 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
20820 interchangeable. Do not take active region into account when
20821 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
20822 message in echo area when called from Lisp, unless INTERACTIVE arg
20823 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20824 Return the number of matches. Doc fix.
20825 (occur): Doc fix.
20826 (perform-replace): Make comment follow double space convention for
20827 the sake of `outline-minor-mode'.
20828
20829 * faces.el (facep): Doc fix.
20830
20831 2005-06-25 Richard M. Stallman <rms@gnu.org>
20832
20833 * facemenu.el (facemenu-enable-faces-p): New function.
20834 (facemenu-background-menu, facemenu-foreground-menu)
20835 (facemenu-face-menu): Add menu-enable property.
20836
20837 * jka-compr.el (jka-compr-insert-file-contents):
20838 Special handling if cannot find the uncompression program.
20839
20840 * cus-face.el (custom-face-attributes): Add autoload.
20841
20842 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20843 Bind comment-indent-function locally.
20844
20845 * window.el (save-selected-window): Use save-current-buffer.
20846
20847 * subr.el (with-selected-window): Use save-current-buffer.
20848
20849 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
20850 and with-current-buffer.
20851
20852 2005-06-24 Richard M. Stallman <rms@gnu.org>
20853
20854 * simple.el (line-move-1): Fix previous change.
20855
20856 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20857
20858 * replace.el (occur-1): Set `buffer-read-only' and the
20859 buffer-modified flag before running `occur-hook' to protect
20860 against unintentional buffer switches that can lead to data loss.
20861
20862 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
20863
20864 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
20865 (gud-gdb-marker-filter): Use font-lock-warning-face for any
20866 initial error.
20867
20868 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
20869 after fresh input.
20870 (gdb-var-create-handler): Put name of expression in quotes.
20871
20872 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
20873
20874 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
20875 elements of RING in order, and without bogus nil elements.
20876
20877 2005-06-23 Richard M. Stallman <rms@gnu.org>
20878
20879 * simple.el (set-variable): Args renamed; doc fix.
20880 (line-move-1): When there are overlays around, use vertical-motion.
20881
20882 * faces.el (escape-glyph): Use brown against light background.
20883 (nobreak-space): Rename from no-break-space.
20884 Fix previous change.
20885
20886 * dired-aux.el (dired-do-copy): Fix arg prompt.
20887
20888 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
20889
20890 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20891
20892 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
20893 rather than "Distributor".
20894
20895 2005-06-23 Lute Kamstra <lute@gnu.org>
20896
20897 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
20898 (debug-on-entry): Use it. New interactive declaration that uses
20899 function-called-at-point.
20900
20901 2005-06-23 Kim F. Storm <storm@cua.dk>
20902
20903 * subr.el (save-match-data): Add comment about using evaporate arg
20904 to set-match-data.
20905
20906 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
20907
20908 * cus-edit.el (customize-face)
20909 (customize-face-other-window): Handle face aliases.
20910
20911 * faces.el (face-documentation, set-face-attribute)
20912 (face-spec-set): Handle face aliases.
20913
20914 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
20915
20916 * help-mode.el (help-make-xrefs): If a symbol representing a face
20917 name is not followed by the word "face", it could still be a
20918 function or variable name, so don't bypass other checks.
20919
20920 2005-06-22 Juri Linkov <juri@jurta.org>
20921
20922 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
20923 Replace aliased functions with calls where second arg `inherit' is t.
20924
20925 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
20926
20927 * progmodes/gdb-ui.el (gdb-error): New variable.
20928 (gdb-error): New function.
20929 (gdb-annotation-rules): Act on error-begin and error annotations.
20930 (gdb-concat-output): Use font-lock-warning-face for errors.
20931
20932 2005-06-22 Miles Bader <miles@gnu.org>
20933
20934 * bindings.el (propertized-buffer-identification): Use renamed
20935 `Buffer-menu-buffer' face.
20936
20937 * faces.el (vertical-border): Rename from `vertical-divider'.
20938 (escape-glyph): Change dark-background color back to `cyan'.
20939
20940 2005-06-21 Juri Linkov <juri@jurta.org>
20941
20942 * faces.el (face-user-default-spec): Try getting `customized-face'
20943 prior to `saved-face'.
20944 (frame-background-mode): Refill docstring.
20945
20946 * emacs-lisp/lisp-mode.el (eval-defun-1):
20947 * emacs-lisp/edebug.el (edebug-eval-defun):
20948 Set `saved-face' temporarily to nil before calling form.
20949 Set `customized-face' to the new spec after that.
20950
20951 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20952
20953 * subr.el (1value, lambda, key-substitution-in-progress):
20954 Doc fixes.
20955
20956 * autoinsert.el (auto-insert-alist):
20957 * ses.el (ses-call-printer):
20958 * subr.el (noreturn):
20959 * emacs-lisp/lisp.el (check-parens):
20960 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
20961 * net/browse-url.el (browse-url-mosaic):
20962 * progmodes/cc-defs.el (c-safe-scan-lists):
20963 * progmodes/ebnf-abn.el (ebnf-abn-lex):
20964 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
20965 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
20966 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
20967 * progmodes/ebnf-iso.el (ebnf-iso-lex):
20968 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
20969
20970 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
20971
20972 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
20973
20974 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
20975
20976 * calendar/appt.el (appt-make-list): Activate the package, if
20977 not already active (for backwards compatibility).
20978
20979 2005-06-20 Kim F. Storm <storm@cua.dk>
20980
20981 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
20982
20983 2005-06-20 Miles Bader <miles@gnu.org>
20984
20985 * faces.el (vertical-divider): New face.
20986
20987 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
20988
20989 * simple.el (kill-whole-line): Doc fix.
20990 (next-error-buffer-p, next-error-find-buffer)
20991 (clone-indirect-buffer): Fix typos in docstrings.
20992 (comment-line-break-function): Doc fix: don't say variable
20993 is automatically buffer-local (it isn't).
20994
20995 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
20996
20997 * net/tramp-ftp.el (top):
20998 * net/tramp-smb.el (top):
20999 * net/tramp-util.el (top):
21000 * net/tramp-uu.el (top):
21001 * net/tramp-vc.el (top):
21002 * net/tramp.el (top): Revert copyright years back to original
21003 ones. Tramp has a life outside GNU Emacs.
21004
21005 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
21006
21007 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
21008
21009 2005-06-18 Juri Linkov <juri@jurta.org>
21010
21011 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
21012 end of first regexp to limit the match to the position between
21013 line number and source line with same separator character as used
21014 between file name and line number. In the second regexp limit
21015 mouse-face area to file name and line number by adding new group
21016 for them and referring it in HYPERLINK arg.
21017 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
21018 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
21019 previous line where grep markers may be already removed.
21020
21021 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
21022
21023 * progmodes/ps-mode.el: Update version and maintainer's email address.
21024
21025 2005-06-18 Steve Youngs <steve@xemacs.org>
21026
21027 * net/browse-url.el (browse-url-browser-function)
21028 (browse-url-default-browser): Add firefox.
21029 (browse-url-firefox-program, browse-url-firefox-arguments)
21030 (browse-url-firefox-startup-arguments)
21031 (browse-url-firefox-new-window-is-tab): New defcustoms.
21032 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
21033
21034 2005-06-17 Richard M. Stallman <rms@gnu.org>
21035
21036 * startup.el (command-line): Warn if specified user name has
21037 no home directory.
21038
21039 * term.el (term-get-old-input, term-input-filter, term-input-sender)
21040 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
21041
21042 * longlines.el (longlines-mode, longlines-show-hard-newlines):
21043 Doc fixes.
21044
21045 * faces.el (underline): Try bold if terminal doesn't support underline.
21046
21047 * mail/sendmail.el (mail-setup-with-from): New variable.
21048 (mail-insert-from-field): New function.
21049 (sendmail-send-it): Call it.
21050 (mail-setup): Optionally call it here.
21051
21052 * term/linux.el: Call tty-no-underline.
21053
21054 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
21055
21056 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21057
21058 2005-06-17 Miles Bader <miles@gnu.org>
21059
21060 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
21061 (ediff-current-diff-C, ediff-current-diff-Ancestor)
21062 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
21063 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
21064 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
21065 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
21066 Remove "-face" suffix from face names.
21067 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21068 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21069 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21070 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21071 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21072 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21073 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21074 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21075 New backward-compatibility aliases for renamed faces.
21076 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21077 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21078 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21079 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21080 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21081 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21082 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21083 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21084 Use renamed ediff faces.
21085
21086 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
21087 Remove "-face" suffix from face names.
21088 (eshell-test-ok-face, eshell-test-failed-face):
21089 New backward-compatibility aliases for renamed faces.
21090 (eshell-run-test): Use renamed eshell-test faces.
21091
21092 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
21093 face name.
21094 (eshell-prompt-face): New backward-compatibility alias for renamed
21095 face.
21096 (eshell-emit-prompt): Use renamed eshell-prompt face.
21097
21098 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
21099 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
21100 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
21101 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
21102 Remove "-face" suffix from face names.
21103 (eshell-ls-directory-face, eshell-ls-symlink-face)
21104 (eshell-ls-executable-face, eshell-ls-readonly-face)
21105 (eshell-ls-unreadable-face, eshell-ls-special-face)
21106 (eshell-ls-missing-face, eshell-ls-archive-face)
21107 (eshell-ls-backup-face, eshell-ls-product-face)
21108 (eshell-ls-clutter-face):
21109 New backward-compatibility aliases for renamed faces.
21110 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
21111
21112 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
21113 Remove "-face" suffix from face name.
21114 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
21115 instead of literal face.
21116
21117 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
21118
21119 * emacs-lisp/warnings.el (display-warning, lwarn)
21120 (warning-minimum-log-level): Doc fixes.
21121 (warning-minimum-level, warning-minimum-log-level):
21122 Add :debug to :type choices.
21123
21124 * progmodes/ada-mode.el (ada-format-paramlist)
21125 (ada-get-indent-case, ada-check-matching-start)
21126 (ada-check-defun-name, ada-goto-matching-decl-start)
21127 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
21128 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
21129 (ada-make-subprogram-body): Follow error conventions.
21130 (ada-case-exception-file, ada-indent-comment-as-code)
21131 (ada-indent-handle-comment-special, ada-indent-renames)
21132 (ada-indent-return, ada-search-directories-internal)
21133 (ada-tab-policy, ada-case-exception-substring)
21134 (ada-other-file-alist, ada-matching-start-re)
21135 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
21136 (ada-imenu-generic-expression, ada-compile-goto-error)
21137 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
21138 (ada-popup-menu, ada-add-extensions, ada-mode)
21139 (ada-region-selected, ada-create-case-exception)
21140 (ada-create-case-exception-substring, ada-after-keyword-p)
21141 (ada-activate-keys-for-case, ada-adjust-case-region)
21142 (ada-adjust-case-buffer, ada-format-paramlist)
21143 (ada-scan-paramlist, ada-insert-paramlist)
21144 (ada-indent-newline-indent)
21145 (ada-indent-newline-indent-conditional)
21146 (ada-justified-indent-current, ada-goto-previous-word)
21147 (ada-indent-current, ada-get-indent-open-paren)
21148 (ada-get-indent-paramlist, ada-get-indent-end)
21149 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
21150 (ada-get-indent-block-start, ada-get-indent-subprog)
21151 (ada-get-indent-noindent, ada-get-indent-label)
21152 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
21153 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
21154 (ada-goto-stmt-end, ada-goto-next-word)
21155 (ada-check-matching-start, ada-check-defun-name)
21156 (ada-goto-matching-decl-start, ada-goto-matching-start)
21157 (ada-goto-matching-end, ada-search-ignore-string-comment)
21158 (ada-in-decl-p, ada-looking-at-semi-or)
21159 (ada-looking-at-semi-private, ada-in-paramlist-p)
21160 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
21161 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
21162 (ada-next-procedure, ada-previous-procedure, ada-next-package)
21163 (ada-previous-package, ada-create-menu)
21164 (ada-fill-comment-paragraph-justify)
21165 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
21166 (ada-other-file-name, ada-last-which-function-line)
21167 (ada-last-which-function-subprog, ada-which-function)
21168 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
21169 (ada-gen-treat-proc, ada-check-emacs-version)
21170 (ada-continuation-indent, ada-align-region-separate):
21171 Fix typos in docstrings.
21172 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
21173
21174 2005-06-16 Lute Kamstra <lute@gnu.org>
21175
21176 * simple.el (fundamental-mode): Run after-change-major-mode-hook
21177 conditionally.
21178
21179 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
21180
21181 * comint.el (comint-replace-by-expanded-filename)
21182 (comint-prompt-regexp, comint-delimiter-argument-list)
21183 (comint-preinput-scroll-to-bottom):
21184 * info.el (Info-hide-cookies-node):
21185 * ls-lisp.el (ls-lisp-classify):
21186 * find-file.el (ff-search-directories, ff-special-constructs)
21187 (ff-find-other-file):
21188 * font-lock.el (font-lock-keywords):
21189 * shell.el (shell-prompt-pattern)
21190 (shell-dynamic-complete-functions, shell-mode)
21191 (shell-delimiter-argument-list):
21192 * term.el (term-replace-by-expanded-filename)
21193 (term-prompt-regexp, term-delimiter-argument-list):
21194 * woman.el (woman-ignore, woman0-if):
21195 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
21196 * emacs-lisp/elint.el (elint-init-env):
21197 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
21198 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
21199 * language/ethio-util.el (ethio-tilde-escape)
21200 (ethio-use-three-dot-question):
21201 * net/zone-mode.el (zone-mode-load-time-setup):
21202 * progmodes/cc-align.el (c-lineup-argcont):
21203 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
21204 * progmodes/cperl-mode.el (cperl-set-style-back):
21205 * progmodes/inf-lisp.el (inferior-lisp-prompt):
21206 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
21207 Fix spellings in docstrings.
21208
21209 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
21210 * progmodes/modula2.el (m2-for): Fix spellings.
21211
21212 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
21213
21214 * simple.el (undo-more): Don't use `format' on `error' arguments.
21215 Improve argument/docstring consistency.
21216 (pending-undo-list): Doc fix.
21217
21218 * smerge-mode.el (smerge-ensure-match):
21219 * emulation/vip.el (vip-ex):
21220 * net/zone-mode.el (zone-mode-update-serial):
21221 * progmodes/idlwave.el (idlwave-complete):
21222 * progmodes/vhdl-mode.el (vhdl-visit-file)
21223 (vhdl-compose-wire-components):
21224 Don't use `format' on `error' arguments.
21225
21226 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
21227 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
21228 (tooltip-help-tips): Fix typos in docstrings.
21229
21230 2005-06-16 David Ponce <david@dponce.com>
21231
21232 * tree-widget.el (tree-widget-value-create): Simplify last change.
21233
21234 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
21235
21236 * ido.el (ido-incomplete-regexp): New variable.
21237 (ido-set-matches-1): Handle invalid-regexp error and set
21238 ido-incomplete-regexp.
21239 (ido-incomplete-regexp): New face.
21240 (ido-completions): Use it.
21241 (ido-complete, ido-exit-minibuffer, ido-completions):
21242 Handle incomplete regexps.
21243 (ido-completions): Add check for complete match when entering a regexp.
21244
21245 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21246
21247 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
21248
21249 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21250
21251 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
21252 by field delimiters.
21253
21254 2005-06-15 David Ponce <david@dponce.com>
21255
21256 * tree-widget.el: eval-and-compile inlined functions so they will
21257 be available at run-time too.
21258 (tree-widget-super-format-handler)
21259 (tree-widget-format-handler): Remove.
21260 (tree-widget-value-create): Handle the :indent property.
21261
21262 2005-06-15 Miles Bader <miles@gnu.org>
21263
21264 * progmodes/which-func.el (which-func): Only inherit
21265 `font-lock-function-name-face' when that makes sense against the
21266 default mode-line face, otherwise set the face color explicitly.
21267
21268 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
21269 faces instead of (non-existent) variables.
21270
21271 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21272
21273 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
21274 (iswitchb-get-matched-buffers): Likewise. Simplify.
21275
21276 2005-06-14 Miles Bader <miles@gnu.org>
21277
21278 * progmodes/ld-script.el (ld-script-location-counter):
21279 Remove "-face" suffix from face name.
21280 (ld-script-location-counter-face):
21281 New backward-compatibility alias for renamed face.
21282 (ld-script-location-counter-face): Use renamed face.
21283
21284 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
21285 (cperl-hash): Remove "-face" suffix from face names.
21286 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
21287 New backward-compatibility aliases for renamed faces.
21288 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
21289 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
21290
21291 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
21292 name.
21293 (which-func-face): New backward-compatibility alias for renamed face.
21294 (which-func-format): Use renamed which-func face.
21295
21296 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
21297 (vhdl-function, vhdl-directive, vhdl-reserved-word)
21298 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
21299 names.
21300 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
21301 (vhdl-speedbar-configuration, vhdl-speedbar-package)
21302 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
21303 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
21304 (vhdl-speedbar-architecture-selected)
21305 (vhdl-speedbar-configuration-selected)
21306 (vhdl-speedbar-package-selected)
21307 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
21308 names.
21309 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
21310 Use renamed faces.
21311 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
21312 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
21313 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
21314 Use renamed faces.
21315 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
21316 names.
21317 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
21318 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
21319 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
21320 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
21321 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
21322 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
21323
21324 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
21325 face name.
21326 (sh-heredoc-face): New backward-compatibility alias for renamed face.
21327 (sh-heredoc-face): Use renamed sh-heredoc face.
21328
21329 * progmodes/idlw-help.el (idlwave-help-link):
21330 Remove "-face" suffix from face name.
21331 (idlwave-help-link-face):
21332 New backward-compatibility alias for renamed face.
21333 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
21334
21335 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
21336 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
21337 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
21338 New backward-compatibility aliases for renamed faces.
21339 (idlwave-shell-disabled-breakpoint-face)
21340 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
21341
21342 * progmodes/flymake.el (flymake-errline, flymake-warnline):
21343 Remove "-face" suffix from face names.
21344 (flymake-errline-face, flymake-warnline-face):
21345 New backward-compatibility aliases for renamed faces.
21346 (flymake-highlight-line): Use renamed flymake faces.
21347
21348 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
21349 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
21350 (ebrowse-member-class, ebrowse-progress):
21351 Remove "-face" suffix from face names.
21352 (ebrowse-tree-mark-face, ebrowse-root-class-face)
21353 (ebrowse-file-name-face, ebrowse-default-face)
21354 (ebrowse-member-attribute-face, ebrowse-member-class-face)
21355 (ebrowse-progress-face):
21356 New backward-compatibility aliases for renamed faces.
21357 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
21358 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
21359 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
21360 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
21361
21362 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
21363 antlr-syntax)
21364 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
21365 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
21366 names.
21367 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
21368 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
21369 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
21370 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
21371 backward-compatibility aliases for renamed faces.
21372 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
21373 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
21374 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
21375 remove "font-lock-". Use renamed antlr-mode faces.
21376 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
21377 literal face-names with face variable references.
21378
21379 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
21380 face name.
21381 (Buffer-menu-buffer-face): New backward-compatibility alias for
21382 renamed face.
21383 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
21384
21385 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
21386
21387 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
21388 Eliminate "-face" suffix.
21389 (makefile-targets): Inherit from font-lock-function-name-face and
21390 eliminate "-face" suffix.
21391 (makefile-shell): Remove attributes and eliminate "-face" suffix.
21392 (makefile-*-font-lock-keywords): Append makefile-targets in rule
21393 actions, instead of prepending, to make it less visible.
21394 (makefile-previous-dependency, makefile-match-dependency):
21395 Don't match a target on a continuation line.
21396
21397 * files.el (auto-mode-alist): Put Makefile in gmake mode.
21398
21399 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
21400
21401 * progmodes/gdb-ui.el (menu): Re-order menu items.
21402 (gdb-tooltip-print): Respect tooltip-use-echo-area.
21403
21404 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
21405 Define in tooltip.el.
21406 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
21407 (gud-tooltip-tips): Respect tooltip-use-echo-area and
21408 gud-tooltip-echo-area.
21409
21410 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
21411 backward compatibility and make obsolete.
21412 (tooltip-help-tips): Use tooltip-use-echo-area.
21413 (tooltip-show-help-function): Rename to...
21414 (tooltip-show-help): ...this, because it is a function.
21415 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
21416
21417 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
21418
21419 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
21420 (edebug-print-length, edebug-print-level, edebug-print-circle)
21421 (edebug-modify-breakpoint, edebug-eval-last-sexp)
21422 (edebug-eval-print-last-sexp): Doc fixes.
21423
21424 2005-06-14 Kim F. Storm <storm@cua.dk>
21425
21426 * ido.el (ido-mode): Make a new keymap every time we enable ido,
21427 as the coverage buffer/file/both may change.
21428
21429 2005-06-14 Lute Kamstra <lute@gnu.org>
21430
21431 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
21432 and run-mode-hooks. Simplify.
21433
21434 * mail/rmailedit.el (rmail-edit-mode):
21435 * progmodes/octave-inf.el (inferior-octave-mode):
21436 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
21437
21438 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
21439 and run-mode-hooks.
21440 (recentf-edit-list, recentf-open-files): Don't call
21441 kill-all-local-variables directly.
21442
21443 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21444
21445 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
21446
21447 * emacs-lisp/byte-run.el (make-obsolete)
21448 (define-obsolete-function-alias): Rename arguments FUNCTION and
21449 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
21450 (make-obsolete-variable, define-obsolete-variable-alias):
21451 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
21452 respectively.
21453
21454 * isearchb.el (isearchb-activate):
21455 * pcvs.el (cvs-mode):
21456 * ses.el (ses-load):
21457 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
21458 * net/tramp.el (tramp-find-file-exists-command)
21459 (tramp-find-shell):
21460 * progmodes/ada-mode.el (ada-create-case-exception)
21461 (ada-create-case-exception-substring, ada-make-subprogram-body):
21462 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
21463 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
21464 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
21465 * textmodes/org.el (org-promote, org-evaluate-time-range)
21466 (org-agenda-next-date-line, org-agenda-previous-date-line)
21467 (org-agenda-error, org-open-at-point, org-table-move-row)
21468 (org-format-table-table-html-using-table-generate-source)
21469 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
21470 * textmodes/reftex.el (reftex-access-scan-info):
21471 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
21472 (reftex-toc-promote-prepare): Follow error conventions.
21473
21474 * diff-mode.el (diff-mode): Fix typo in docstring.
21475
21476 * forms.el (forms--intuit-from-file): Fix reference to
21477 `forms-number-of-fields' in error message.
21478 (forms-print): Fix quoting in error message.
21479
21480 * forms.el (forms-mode):
21481 * emulation/vi.el (vi-goto-insert-state):
21482 * progmodes/flymake.el (flymake-new-err-info)
21483 (flymake-start-syntax-check-for-current-buffer)
21484 (flymake-simple-cleanup):
21485 * eshell/esh-var.el (eshell/export):
21486 * progmodes/gud.el (xdb):
21487 * textmodes/flyspell.el (flyspell-incorrect-hook)
21488 (flyspell-maybe-correct-transposition)
21489 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
21490
21491 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
21492
21493 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
21494 minibuffer prompt.
21495
21496 2005-06-13 Kim F. Storm <storm@cua.dk>
21497
21498 * subr.el (add-to-ordered-list): New defun.
21499
21500 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
21501 add cua--keymap-alist to emulation-mode-map-alists.
21502
21503 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21504
21505 * subr.el (complete-in-turn): New macro.
21506 (dynamic-completion-table, lazy-completion-table): Add debug info.
21507
21508 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
21509 in preference to face aliases.
21510
21511 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
21512 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
21513 Remove unused vars `start' and `firstline'.
21514 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
21515 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
21516
21517 2005-06-13 Eli Zaretskii <eliz@gnu.org>
21518
21519 * cus-start.el (all): Don't complain about missing GTK-related
21520 variables, unless either `gtk' is boundp or this isn't a
21521 `windows-nt' build.
21522
21523 2005-06-13 Lute Kamstra <lute@gnu.org>
21524
21525 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
21526 run-mode-hooks.
21527
21528 * ediff-mult.el (ediff-meta-mode):
21529 * ediff-util.el (ediff-mode): Use run-mode-hooks.
21530
21531 * ledit.el (ledit-mode): Use delay-mode-hooks.
21532
21533 * woman.el (woman-mode-line-format): Delete constant.
21534 (woman-mode-map): Initialize it properly.
21535 (woman-mode): Set mode-class property to special.
21536 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
21537 Set major-mode and mode-name. Don't set mode-line-format directly.
21538 (Man-getpage-in-background): Don't reference woman-mode-line-format.
21539
21540 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
21541 string argument obsolete.
21542
21543 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
21544
21545 * textmodes/org.el (org-CUA-compatible): New option.
21546 (org-disputed-keys): New variable.
21547 (org-key): New function.
21548 (orgtbl-make-binding): Add docstring to the created function.
21549 (org-mode): Set paragraph start/separate regexps.
21550 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
21551 (org-archive-location, org-archive-mark-done)
21552 (org-archive-stamp-time): New options.
21553 (org-archive-subtree): New command.
21554 (org-fill-paragraph): New function.
21555 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
21556 (org-fake-empty-table-line): Function removed.
21557 (org-format-org-table-html): Do not create empty table lines at
21558 separator lines. Improved table header treatment.
21559 (org-link-format): New option.
21560 (org-make-link): New function.
21561 (org-insert-link, org-store-link): Use org-make-link.
21562 (org-open-file): Quote file name for shell command, to allow
21563 spaces in file names.
21564 (org-link-regexp): Fix bug with mailto link.
21565 (org-link-maybe-angles-regexp, org-protected-link-regexp):
21566 New constants.
21567 (org-export-as-html): Deal with the optional angles around a link.
21568 Better treatment of file: links.
21569 (org-open-at-point): Replace @{ and @} with < and >.
21570 (org-run-mode-hooks): Function removed.
21571 (org-agenda-mode): No longer use `org-run-mode-hooks'.
21572
21573 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
21574
21575 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
21576 MI command -data-list-register-values.
21577 (gdb-post-prompt): Indent properly.
21578
21579 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
21580
21581 * hilit-chg.el (highlight-changes-colors): Rename from
21582 `highlight-changes-colours'.
21583 (highlight-changes-colours): Keep as obsolete alias.
21584 (highlight-changes-face-list): Doc fix.
21585 (hilit-chg-make-list): Use `highlight-changes-colors'.
21586
21587 2005-06-12 Mark A. Hershberger <mah@everybody.org>
21588
21589 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
21590 defun-prompt-regexp.
21591
21592 2005-06-12 Eli Zaretskii <eliz@gnu.org>
21593
21594 * loadup.el: Don't say we are dumping under 2 names on windows-nt
21595 and cygwin.
21596
21597 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
21598 Don't use an old loaddefs.el, as in Makefile.in.
21599
21600 2005-06-12 Lute Kamstra <lute@gnu.org>
21601
21602 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
21603
21604 * man.el (Man-mode-map): Initialize it properly.
21605 (Man-mode): Set mode-class property to special.
21606
21607 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
21608
21609 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
21610
21611 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
21612 A newline is needed in the docstring there.
21613
21614 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
21615 Doc fixes.
21616
21617 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21618
21619 * printing.el: Doc fix. The menubar is no more changed when printing
21620 is loaded, it only changes when pr-menu-bind or pr-update-menus is
21621 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
21622 (pr-version): New version number (6.8.4).
21623 (pr-menu-bind): New command.
21624 (pr-update-menus): Docstring and code fix.
21625 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
21626 Docstring fix.
21627 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
21628 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
21629
21630 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
21631
21632 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
21633 "Returns" to "return", document useful return values, etc.
21634
21635 2005-06-11 Alan Mackenzie <acm@muc.de>
21636
21637 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
21638 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
21639 (adaptive-file-function): Minor amendment to doc-string.
21640
21641 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21642
21643 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
21644 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
21645 Fix :type--it is `integer', not `string'.
21646
21647 * faces.el (modeline-highlight): Rename from (the erroneous)
21648 `modeline-higilight'.
21649
21650 2005-06-11 Lute Kamstra <lute@gnu.org>
21651
21652 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
21653 lisp-interaction-mode-map but make it the parent.
21654 (edebug-eval-mode): Use define-derived-mode.
21655
21656 2005-06-11 Andreas Schwab <schwab@suse.de>
21657
21658 * bindings.el: Add binding of `ESC functionkey' for every
21659 `M-functionkey'.
21660 * hexl.el (hexl-mode-map): Likewise.
21661
21662 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
21663
21664 * progmodes/compile.el (compilation-error-regexp-alist-alist)
21665 [msft]: update regexp for newer msft compilers.
21666
21667 2005-06-10 Mark A. Hershberger <mah@everybody.org>
21668
21669 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
21670 ATTLIST portions of included DTDs.
21671 (xml-parse-dtd): Eliminate use of inefficient match-data.
21672
21673 2005-06-10 Miles Bader <miles@gnu.org>
21674
21675 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
21676 (mpuz-text): Remove "-face" suffix from face names.
21677 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
21678 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
21679 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
21680
21681 * play/gomoku.el (gomoku-O, gomoku-X):
21682 Remove "-face" suffix from face names.
21683 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
21684 New backward-compatibility aliases for renamed faces.
21685 (gomoku-font-lock-keywords): Use renamed gomoku faces.
21686
21687 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21688
21689 * thumbs.el: Fixes for changes of 2005-06-09.
21690 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
21691 as a directory.
21692 (thumbs-thumbname): Remove directory separator from format string;
21693 `thumbs-thumbsdir' now returns a valid directory name.
21694 (thumbs-temp-dir): New defsubst.
21695 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
21696 Use it.
21697
21698 * cus-edit.el (minibuffer):
21699 * files.el (make-backup-file-name-function):
21700 * filesets.el (filesets-external-viewers):
21701 * hilit-chg.el (highlight-changes-colours)
21702 (highlight-changes-face-list, highlight-changes-rotate-faces):
21703 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
21704 * kmacro.el (kmacro-call-macro):
21705 * log-edit.el (log-edit-changelog-full-paragraphs):
21706 * mouse.el (mouse-1-click-follows-link):
21707 * skeleton.el (skeleton-autowrap):
21708 * subr.el (insert-for-yank-1):
21709 * tempo.el (tempo-insert-region):
21710 * terminal.el (terminal-emulator):
21711 * time.el (display-time-mail-face):
21712 * vc.el (vc-annotate):
21713 * vcursor.el (vcursor-copy-line):
21714 * woman.el (woman-bold-headings, woman-ignore)
21715 (woman-default-faces, woman-monochrome-faces):
21716 * calendar/todo-mode.el (todo-insert-threshold):
21717 * emulation/pc-select.el (pc-select-selection-keys-only)
21718 (pc-selection-mode):
21719 * emulation/vip.el (vip-find-char-forward):
21720 * emulation/viper-cmd.el (viper-find-char-forward):
21721 * international/mule-cmds.el
21722 (select-safe-coding-system-accept-default-p)
21723 (input-method-exit-on-invalid-key):
21724 * international/mule-diag.el (describe-coding-system):
21725 * international/ucs-tables.el (unify-8859-on-encoding-mode):
21726 * net/browse-url.el (browse-url-xterm-program):
21727 * obsolete/lazy-lock.el (lazy-lock-mode):
21728 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
21729 (cperl-mode):
21730 * progmodes/cpp.el (cpp-face-light-name-list)
21731 (cpp-face-dark-name-list):
21732 * progmodes/delphi.el (delphi-newline-always-indents):
21733 Fix spellings in docstrings.
21734
21735 * ido.el (ido-mode, ido-file-extensions-order)
21736 (ido-default-file-method, ido-default-buffer-method)
21737 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
21738 (ido-decorations, ido-read-file-name-as-directory-commands)
21739 (ido-read-file-name-non-ido, ido-work-directory-list)
21740 (ido-ignore-item-temp-list, ido-current-directory)
21741 (ido-magic-forward-char, ido-enter-find-file)
21742 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
21743 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
21744
21745 2005-06-10 Lute Kamstra <lute@gnu.org>
21746
21747 * play/dunnet.el (dun-mode): Use define-derived-mode.
21748 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
21749 obsolete alias.
21750
21751 * play/doctor.el (doctor-mode-map): Remove defvar.
21752 (doctor-mode): Use define-derived-mode.
21753
21754 * mail/mspools.el (mspools-mode):
21755 * net/eudc-hotlist.el (eudc-hotlist-mode):
21756 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
21757
21758 2005-06-10 Miles Bader <miles@gnu.org>
21759
21760 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
21761 Remove "-face" suffix from face names.
21762 (flyspell-incorrect-face, flyspell-duplicate-face):
21763 New backward-compatibility aliases for renamed faces.
21764 (flyspell-mode-on, make-flyspell-overlay)
21765 (flyspell-highlight-incorrect-region)
21766 (flyspell-highlight-duplicate-region)
21767 (flyspell-display-next-corrections)
21768 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
21769
21770 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
21771 from face name.
21772 (texinfo-heading-face): New backward-compatibility alias for
21773 renamed face.
21774 (texinfo-heading-face): Use renamed texinfo-heading face.
21775
21776 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
21777 suffix from face names.
21778 (tex-math-face, tex-verbatim-face):
21779 New backward-compatibility aliases for renamed faces.
21780 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
21781 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
21782 literal face name.
21783
21784 * textmodes/table.el (table-cell): Remove "-face" suffix from face
21785 name.
21786 (table-cell-face): New backward-compatibility alias for renamed face.
21787 (table--put-cell-face-property, table--update-cell-face):
21788 Use renamed table-cell face.
21789
21790 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
21791 from face name.
21792 (sgml-namespace-face): New backward-compatibility alias for
21793 renamed face.
21794 (sgml-namespace-face): Use renamed sgml-namespace face.
21795
21796 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
21797 (org-level-4, org-level-5, org-level-6, org-level-7)
21798 (org-level-8, org-warning, org-headline-done)
21799 (org-deadline-announce, org-scheduled-today)
21800 (org-scheduled-previously, org-link, org-done, org-table)
21801 (org-time-grid): Remove "-face" suffix from face names.
21802 (org-level-1-face, org-level-2-face, org-level-3-face)
21803 (org-level-4-face, org-level-5-face, org-level-6-face)
21804 (org-level-7-face, org-level-8-face, org-warning-face)
21805 (org-headline-done-face, org-deadline-announce-face)
21806 (org-scheduled-today-face, org-scheduled-previously-face)
21807 (org-link-face, org-done-face, org-table-face)
21808 (org-time-grid-face):
21809 New backward-compatibility aliases for renamed faces.
21810 (org-level-faces, org-set-font-lock-defaults, org-timeline)
21811 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
21812 (org-agenda-get-timestamps, org-agenda-get-scheduled)
21813 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
21814
21815 * emulation/viper-init.el (viper-search, viper-replace-overlay)
21816 (viper-minibuffer-emacs, viper-minibuffer-insert)
21817 (viper-minibuffer-vi): Remove "-face" suffix from face names.
21818 (viper-search-face, viper-replace-overlay-face)
21819 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21820 (viper-minibuffer-vi-face):
21821 New backward-compatibility aliases for renamed faces.
21822 (viper-search-face, viper-replace-overlay-face)
21823 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21824 (viper-minibuffer-vi-face): Use renamed viper faces.
21825
21826 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
21827 Remove "-face" suffix from face names.
21828 (testcover-nohits-face, testcover-1value-face):
21829 New backward-compatibility aliases for renamed faces.
21830 (testcover-mark): Use renamed testcover faces.
21831
21832 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
21833 face name.
21834 (diary-button-face): New backward-compatibility alias for renamed face.
21835 (diary-entry): Use renamed diary-button face.
21836
21837 * calendar/calendar.el (diary, calendar-today, holiday)
21838 (mark-visible-calendar-date): Remove "-face" suffix from face names.
21839 (diary-face, calendar-today-face, holiday-face):
21840 New backward-compatibility aliases for renamed faces.
21841 (eval-after-load "facemenu", diary-entry-marker)
21842 (calendar-today-marker, calendar-holiday-marker, diary-face):
21843 Use renamed calendar faces.
21844
21845 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
21846 (compare-windows-face): New backward-compatibility alias for
21847 renamed face.
21848 (compare-windows-highlight): Use renamed compare-windows face.
21849
21850 * strokes.el (strokes-char): Remove "-face" suffix from face name.
21851 (strokes-char-face): New backward-compatibility alias for renamed face.
21852 (strokes-encode-buffer): Use renamed strokes-char face.
21853
21854 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
21855 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
21856 Remove "-face" suffix from face names.
21857 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
21858 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
21859 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
21860 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
21861 Use renamed pcvs faces.
21862 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
21863 * pcvs-defs.el (cvs-mode-map): Likewise.
21864 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
21865
21866 * info.el (info-title-1, info-title-2, info-title-3)
21867 (info-title-4): Remove "-face" suffix from and downcase face names.
21868 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
21869 (Info-title-4-face):
21870 New backward-compatibility aliases for renamed faces.
21871 (Info-fontify-node): Use renamed info faces.
21872
21873 * hilit-chg.el (highlight-changes, highlight-changes-delete):
21874 Remove "-face" suffix from face names.
21875 (highlight-changes-face, highlight-changes-delete-face):
21876 New backward-compatibility aliases for renamed faces.
21877 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
21878 (hilit-chg-make-list): Use renamed highlight-changes faces.
21879
21880 * generic-x.el (show-tabs-tab, show-tabs-space):
21881 Remove "-face" suffix from face names.
21882 (show-tabs-tab-face, show-tabs-space-face):
21883 New backward-compatibility aliases for renamed faces.
21884 (show-tabs-generic-mode-font-lock-defaults-1)
21885 (show-tabs-generic-mode-font-lock-defaults-2):
21886 Use renamed show-tabs faces.
21887
21888 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
21889 (smerge-markers): Remove "-face" suffix from face names.
21890 (smerge-mine-face, smerge-other-face, smerge-base-face)
21891 (smerge-markers-face):
21892 New backward-compatibility aliases for renamed faces.
21893 (smerge-mine-face, smerge-other-face, smerge-base-face)
21894 (smerge-markers-face): Use renamed smerge faces.
21895
21896 * log-view.el (log-view-file, log-view-message): Remove "-face"
21897 suffix from face names.
21898 (log-view-file-face, log-view-message-face):
21899 New backward-compatibility aliases for renamed faces.
21900 (log-view-file-face, log-view-message-face): Use renamed log-view
21901 faces.
21902
21903 * paren.el (show-paren-match, show-paren-mismatch):
21904 Remove "-face" suffix from face names.
21905 (show-paren-match-face, show-paren-mismatch-face):
21906 New backward-compatibility aliases for renamed faces.
21907 (show-paren-function): Use renamed show-paren faces.
21908
21909 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
21910 (ruler-mode-margins, ruler-mode-fringes)
21911 (ruler-mode-column-number, ruler-mode-fill-column)
21912 (ruler-mode-comment-column, ruler-mode-goal-column)
21913 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
21914 suffix from face names.
21915 (ruler-mode-default-face, ruler-mode-pad-face)
21916 (ruler-mode-margins-face, ruler-mode-fringes-face)
21917 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
21918 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
21919 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
21920 New backward-compatibility aliases for renamed faces.
21921 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
21922 (ruler-mode-column-number, ruler-mode-fill-column)
21923 (ruler-mode-comment-column, ruler-mode-goal-column)
21924 (ruler-mode-tab-stop, ruler-mode-current-column)
21925 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
21926 faces.
21927
21928 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
21929 face name.
21930 (whitespace-highlight-the-space): Use renamed face.
21931 (whitespace-highlight-face): New backward-compatibility alias for
21932 renamed face.
21933
21934 * woman.el (woman-italic, woman-bold, woman-unknown)
21935 (woman-addition, woman-symbol-face):
21936 Remove "-face" suffix from face names.
21937 (woman-italic-face, woman-bold-face, woman-unknown-face)
21938 (woman-addition-face):
21939 New backward-compatibility aliases for renamed faces.
21940 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
21941 (woman-decode-region, woman-replace-match)
21942 (woman-display-extended-fonts, woman-special-characters)
21943 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
21944 Use renamed woman faces.
21945
21946 * longlines.el (longlines-visible-face): Face removed.
21947
21948 * diff-mode.el (diff-header, diff-file-header, diff-index)
21949 (diff-hunk-header, diff-removed, diff-added, diff-changed)
21950 (diff-function, diff-context, diff-nonexistent): Remove "-face"
21951 suffix from face names.
21952 (diff-header-face, diff-file-header-face, diff-index-face)
21953 (diff-hunk-header-face, diff-removed-face, diff-added-face)
21954 (diff-changed-face, diff-function-face, diff-context-face)
21955 (diff-nonexistent-face): New backward-compatibility aliases for
21956 renamed faces.
21957 (diff-header-face, diff-file-header-face)
21958 (diff-index, diff-index-face, diff-hunk-header)
21959 (diff-hunk-header-face, diff-removed, diff-removed-face)
21960 (diff-added, diff-added-face, diff-changed-face, diff-function)
21961 (diff-function-face, diff-context-face, diff-nonexistent)
21962 (diff-nonexistent-face): Use renamed diff-mode faces.
21963
21964 * progmodes/compile.el (compilation-warning-face)
21965 (compilation-info-face): Remove "-face" suffix from face names.
21966 (compilation-warning-face, compilation-info-face):
21967 New backward-compatibility aliases for renamed faces.
21968 (compilation-warning-face, compilation-info-face):
21969 Use renamed compilation faces.
21970
21971 * add-log.el (change-log-date, change-log-name)
21972 (change-log-email, change-log-file, change-log-list)
21973 (change-log-conditionals, change-log-function)
21974 (change-log-acknowledgement): Remove "-face" suffix from face names.
21975 (change-log-date-face, change-log-name-face)
21976 (change-log-email-face, change-log-file-face)
21977 (change-log-list-face, change-log-conditionals-face)
21978 (change-log-function-face, change-log-acknowledgement-face):
21979 New backward-compatibility aliases for renamed faces.
21980 (change-log-font-lock-keywords): Use renamed change-log faces.
21981
21982 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
21983 (custom-set, custom-changed, custom-saved, custom-button)
21984 (custom-button-pressed, custom-documentation, custom-state)
21985 (custom-comment, custom-comment-tag, custom-variable-tag)
21986 (custom-variable-button, custom-face-tag, custom-group-tag-1)
21987 (custom-group-tag): Remove "-face" suffix from face names.
21988 (custom-magic-alist, custom-magic-value-create)
21989 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
21990 (custom-invalid-face, custom-rogue-face, custom-modified-face)
21991 (custom-set-face, custom-changed-face, custom-saved-face)
21992 (custom-button-face, custom-button-pressed-face)
21993 (custom-documentation-face, custom-state-face)
21994 (custom-comment-face, custom-comment-tag-face)
21995 (custom-variable-tag-face, custom-variable-button-face)
21996 (custom-face-tag-face, custom-group-tag-face-1)
21997 (custom-group-tag-face):
21998 New backward-compatibility aliases for renamed faces.
21999
22000 * wid-edit.el (widget-documentation, widget-button)
22001 (widget-field, widget-single-line-field, widget-inactive)
22002 (widget-button-pressed): "-face" suffix removed from face names.
22003 (widget-documentation-face, widget-button-face)
22004 (widget-field-face, widget-single-line-field-face)
22005 (widget-inactive-face, widget-button-pressed-face):
22006 New backward-compatibility aliases for renamed faces.
22007 (widget-documentation-face, widget-button-face)
22008 (widget-button-pressed-face, widget-specify-field)
22009 (widget-specify-inactive): Use renamed widget faces.
22010
22011 2005-06-10 Kenichi Handa <handa@m17n.org>
22012
22013 * term/x-win.el (x-clipboard-yank): Remove condition-case
22014 wrapping.
22015
22016 2005-06-11 Kenichi Handa <handa@m17n.org>
22017
22018 * add-log.el (change-log-font-lock-keywords): Make the regexp for
22019 date lines stricter.
22020
22021 2005-06-10 Zhang Wei <id.brep@gmail.com>
22022
22023 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
22024 of x-get-selection.
22025
22026 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22027
22028 * comint.el (comint-mode, comint-snapshot-last-prompt):
22029 * frame.el (frame-current-scroll-bars):
22030 * term.el (term-mode, term-check-proc, term-input-sender)
22031 (term-simple-send, term-extract-string, term-word)
22032 (term-match-partial-filename):
22033 * window.el (window-current-scroll-bars):
22034 * emulation/cua-base.el (cua-normal-cursor-color)
22035 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
22036 (cua-global-mark-cursor-color):
22037 * mail/undigest.el (rmail-forward-separator-regex):
22038 Fix typos in docstrings.
22039
22040 * comint.el (comint-check-proc, make-comint-in-buffer)
22041 (comint-source-default): Doc fixes.
22042
22043 * term.el (term-send-string): Improve argument/docstring consistency.
22044
22045 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
22046
22047 * comint.el (comint-send-input): Bind `inhibit-read-only' around
22048 call to `delete-region'.
22049 (comint-mode-hook): Do not enable Font Lock by default.
22050
22051 2005-06-09 Lute Kamstra <lute@gnu.org>
22052
22053 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
22054 could be void.
22055
22056 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
22057
22058 * emacs-lisp/debug.el (debugger-will-be-back): New var.
22059 (debug): Use it.
22060 (debugger-step-through, debugger-continue, debugger-jump)
22061 (debugger-return-value): Set it when needed.
22062 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
22063 Use inhibit-read-only.
22064
22065 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
22066
22067 * window.el (shrink-window-if-larger-than-buffer)
22068 (window-size-fixed): Fix typo in docstring.
22069
22070 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
22071 thumbnails directory on loading.
22072 (thumbs-conversion-program): Use `eq' to check the system type,
22073 not `equal'.
22074 (thumbs-temp-dir): Initialize to `temporary-file-directory',
22075 not "/tmp". Fix docstring.
22076 (thumbs-thumbsdir): New function to return the thumbnails
22077 directory, creating it if needed.
22078 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
22079 (thumbs-temp-file): Delete variable and make it into a function.
22080 (thumbs-resize-image, thumbs-modify-image): Use it.
22081 (thumbs-kill-buffer): Simplify.
22082 (thumbs-gensym): Defalias or duplicate CL `gensym'.
22083 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
22084 docstrings.
22085
22086 2005-06-09 Kim F. Storm <storm@cua.dk>
22087
22088 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
22089 set-match-data to free markers in match-data.
22090
22091 * replace.el (replace-match-data): Pass RESEAT arg `t' to
22092 match-data to unchain markers in match-data.
22093
22094 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22095
22096 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
22097 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
22098 unnecessary now.
22099
22100 2005-06-08 Richard M. Stallman <rms@gnu.org>
22101
22102 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
22103 give the variable a doc string that doesn't say don't set it directly.
22104
22105 * textmodes/ispell.el (ispell-check-version):
22106 Use match-string-no-properties.
22107 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
22108 (ispell-buffer-local-words): Likewise.
22109
22110 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
22111 except on terminals with enough colors to really display it.
22112 (makefile-dependency-regex): Delete spurious `bb'.
22113
22114 * faces.el (escape-glyph): Use blue once again in last case.
22115 (no-break-space): Redefine so that it isn't invisible on a tty.
22116
22117 2005-06-08 Kim F. Storm <storm@cua.dk>
22118
22119 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
22120 also when reading directory name.
22121
22122 2005-06-08 Lute Kamstra <lute@gnu.org>
22123
22124 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
22125 (flyspell-mode-line-string): Remove autoload cookie.
22126 (flyspell-mode): Remove defvar.
22127
22128 2005-06-07 Lute Kamstra <lute@gnu.org>
22129
22130 * textmodes/org.el (org-run-mode-hooks): New function.
22131 (org-agenda-mode): Use it.
22132
22133 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
22134
22135 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
22136
22137 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22138
22139 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
22140
22141 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
22142
22143 * font-lock.el (font-lock-add-keywords): Doc fix.
22144
22145 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22146
22147 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
22148 (tex-compile-default): In the absence of any history, use the order in
22149 tex-compile-alist to choose the preferred command.
22150 (tex-compile-commands): Reorder a bit.
22151
22152 * textmodes/flyspell.el (flyspell-auto-correct-binding)
22153 (flyspell-incorrect-face, flyspell-duplicate-face):
22154 Use (X)Emacs-agnostic code.
22155 (flyspell-mode-map): Don't overwrite at each load. Remove code
22156 redundant with the subsequent add-minor-mode. Merge Emacs and
22157 XEmacs code.
22158 (flyspell-word): Minor simplification.
22159 (flyspell-math-tex-command-p): Quieten the byte-compiler.
22160 (flyspell-external-point-words): Remove unused vars `size' and `start'.
22161 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
22162 Merge the corresponding Emacs code.
22163 (flyspell-correct-word, flyspell-xemacs-popup):
22164 Use flyspell-do-correct.
22165
22166 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
22167 a dedicated window.
22168
22169 * international/latexenc.el (latexenc-find-file-coding-system):
22170 Undo part of last patch, to turn off a compiler warning.
22171
22172 2005-06-06 Juri Linkov <juri@jurta.org>
22173
22174 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
22175 Rename `tmm-inactive-face' to `tmm-inactive'.
22176
22177 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
22178
22179 * iswitchb.el: Rename faces.
22180
22181 2005-06-06 Kim F. Storm <storm@cua.dk>
22182
22183 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
22184 (cua-global-mark): Remove -face suffix from face names.
22185
22186 * emulation/cua-gmrk.el (cua--init-global-mark):
22187 Remove cua-global-mark face setup.
22188
22189 2005-06-06 Richard M. Stallman <rms@gnu.org>
22190
22191 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
22192 just like other allowed characters.
22193 (makefile-match-dependency): Exclude leading and training whitespace
22194 from the range of regexp subexp 1.
22195 (makefile-macroassign-regex): Don't try to match the body,
22196 just the name of the macro being defined.
22197
22198 * info.el (Info-read-node-name-2): New function.
22199 (Info-read-node-name-1): Use that.
22200 Add a completion-base-size-function property.
22201
22202 * simple.el (completion-setup-function): Look for
22203 completion-base-size-function property of minibuffer-completion-table.
22204
22205 * files.el (locate-file-completion): Doc fix.
22206
22207 * printing.el: Don't call pr-update-menus; user must do that.
22208
22209 * emacs-lisp/debug.el (debugger-window): New variable.
22210 (debug): Use debugger-window if it is set and still alive.
22211 Record debugger-window for next entry.
22212
22213 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
22214
22215 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
22216
22217 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
22218 (hack-one-local-variable, hack-local-variables)
22219 (hack-local-variables-prop-line): Pass that arg.
22220
22221 2005-06-06 Kim F. Storm <storm@cua.dk>
22222
22223 * ido.el (ido-first-match, ido-only-match, ido-subdir)
22224 (ido-indicator): Remove -face suffix from face names.
22225
22226 2005-06-06 Juri Linkov <juri@jurta.org>
22227
22228 * font-lock.el (font-lock-regexp-backslash)
22229 (font-lock-regexp-backslash-construct): New faces.
22230 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
22231 after `('. Add `while-no-input' to control structures.
22232
22233 * faces.el (no-break-space, shadow): New faces.
22234 (escape-glyph): Use less loud colors pink2 and red4.
22235
22236 * diff-mode.el (diff-context-face)
22237 * dired.el (dired-ignored)
22238 * rfn-eshadow.el (file-name-shadow)
22239 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
22240
22241 * info.el (Info-title-1-face): Use green instead of yellow because
22242 bold yellow is not readable on light backgrounds.
22243
22244 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
22245 before selecting the desired mode to not spend time fontifying
22246 old contents.
22247
22248 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
22249
22250 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
22251 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
22252
22253 * ps-print.el (ps-default-fg, ps-default-bg):
22254 Fix typos in docstrings.
22255
22256 * isearchb.el (isearchb): Don't pass a spurious second argument to
22257 `iswitchb-completions'.
22258
22259 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
22260
22261 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
22262 to preserve point.
22263 (gdb-find-file-hook): Add doc string.
22264
22265 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
22266 C dereferenced pointer expression.
22267 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
22268
22269 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
22270
22271 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
22272 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
22273 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
22274 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
22275 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
22276 Make background transparent.
22277
22278 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
22279
22280 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
22281 (font-lock-remove-keywords): Doc fix.
22282 (font-lock-mode-major-mode): Compiler defvar.
22283 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
22284
22285 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
22286 (font-lock-mode): Update `font-lock-mode-major-mode'.
22287 (font-lock-set-defaults): Compiler defvar.
22288 (font-lock-default-function): Take `font-lock-mode-major-mode'
22289 into account.
22290
22291 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
22292 keep track of which major mode it enabled the minor mode for.
22293 Use find-file-hook again. Update docstring.
22294
22295 * simple.el (eval-expression-print-level)
22296 (eval-expression-print-length, eval-expression-debug-on-error):
22297 Doc fixes.
22298
22299 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
22300
22301 * iswitchb.el (iswitchb-single-match-face)
22302 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
22303 (iswitchb-invalid-regexp-face): New faces.
22304 (iswitchb-completions): Use them.
22305 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
22306 now marked as an obsolete alias.
22307 (iswitchb-read-buffer): Remove check for bound font variables.
22308 (iswitchb-invalid-regexp): New free variable.
22309 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
22310 set iswitchb-invalid-regexp.
22311 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
22312 invalid regexps.
22313 (iswitchb-completions): Add check for complete match when entering
22314 a regexp.
22315 (iswitchb-completions): Remove require-match argument.
22316 (iswitchb-exhibit): Fix caller.
22317 (iswitchb-common-match-inserted): New variable.
22318 (iswitchb-complete, iswitchb-completion-help): Use it.
22319
22320 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
22321
22322 * url-http.el (url-http-chunked-encoding-after-change-function):
22323 Use `url-http-debug' instead of `message'.
22324
22325 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
22326
22327 * url-http.el (url-http-parse-headers): Pass redirected URL as a
22328 callback argument.
22329
22330 2005-06-04 Kim F. Storm <storm@cua.dk>
22331
22332 * simple.el (line-move): Only call sit-for when moving backwards.
22333
22334 * ido.el (ido-make-merged-file-list-1): New defun split from
22335 ido-make-merged-file-list.
22336 (ido-make-merged-file-list): Bind throw-on-input around call to
22337 ido-make-merged-file-list-1. Return input-pending-p if
22338 interrupted by more input available.
22339 (ido-read-internal): Handle input-pending-p return value from
22340 ido-make-merged-file-list.
22341
22342 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22343
22344 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
22345 compatibility code.
22346
22347 * international/latexenc.el (latexenc-find-file-coding-system):
22348 Don't inherit the EOL part of the coding-system from the
22349 tex-main buffer. Fit within 80 columns.
22350
22351 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
22352
22353 * tmm.el (tmm-inactive-face): New face.
22354 (tmm-remove-inactive-mouse-face): New function.
22355 (tmm-prompt, tmm-add-one-shortcut)
22356 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
22357 but not selectable.
22358
22359 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
22360
22361 * faces.el (face-equal): Improve argument/docstring consistency.
22362
22363 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
22364
22365 * progmodes/make-mode.el (makefile-targets-face)
22366 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
22367 (makefile-bsdmake-dependency-regex)
22368 (makefile-makepp-rule-action-regex)
22369 (makefile-bsdmake-rule-action-regex): New constants.
22370 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
22371
22372 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22373 Allow (...) within `...' for makepp messages.
22374
22375 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
22376
22377 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
22378
22379 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
22380 "." files are deleted from all file lists before comparison.
22381
22382 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22383 (viper-ESC-key): Made them customizable.
22384
22385 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
22386
22387 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
22388
22389 * autorevert.el (auto-revert-buffers): Use save-match-data.
22390
22391 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22392
22393 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
22394 menu items with a nil command binding.
22395
22396 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
22397
22398 * emacs-lisp/cl-macs.el (defsetf):
22399 Improve argument/docstring consistency.
22400
22401 * faces.el (list-faces-display): Improve the formatting by
22402 computing the maximum length required for any face-name (reworked
22403 patch of 1999-01-11, accidentally deleted on 1999-07-21).
22404 (internal-find-face): Remove redundant info in docstring.
22405
22406 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
22407
22408 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
22409 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
22410 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
22411 (gdb-assembler-custom): Improve regexps.
22412 (def-gdb-auto-update-handler): Use window point to preserve point.
22413
22414 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22415
22416 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
22417
22418 2005-05-31 Jay Belanger <belanger@truman.edu>
22419
22420 * calc/calc-embed.el (calc-embedded-word): Change argument passed
22421 to calc-embedded.
22422 (calc-embedded-make-info): Have plain prefix argument select
22423 entire line.
22424
22425 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
22426
22427 * faces.el (list-faces-display): Signal error if passed a regexp
22428 that matches no face name.
22429
22430 * simple.el (filter-buffer-substring): Fix typo in docstring.
22431
22432 2005-05-31 Richard M. Stallman <rms@gnu.org>
22433
22434 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
22435 (vhdl-emacs-21): Doc fix.
22436 (vhdl-mode): Unconditionally set comment-padding.
22437 (vhdl-fixup-whitespace-region): Insert spaces only where
22438 there are none.
22439 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
22440
22441 2005-05-30 John Wiegley <johnw@newartisans.com>
22442
22443 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
22444 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
22445 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
22446 `directory-sep-char' to ?/, and all uses of `string-to-int' to
22447 `string-to-number'.
22448
22449 2005-05-30 Jay Belanger <belanger@truman.edu>
22450
22451 * calc/calc.el (calc-bug-address): Fix docstring.
22452 (calc-window-hook, calc-trail-window-hook): New variables.
22453 (calc-trail-display): Restore use of calc-trail-window-hook.
22454 (calc): Restore use of calc-window-hook.
22455
22456 2005-05-31 Masatake YAMATO <jet@gyve.org>
22457
22458 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
22459
22460 * help-fns.el (help-C-file-name): Add autoload mark for
22461 `find-function-noselect'.
22462
22463 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22464
22465 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
22466 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
22467
22468 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22469
22470 * calendar/diary-lib.el (mark-included-diary-files): Only kill
22471 included diary buffer if it was not already being visited.
22472 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
22473
22474 * calendar/icalendar.el (top-level): Do not require appt.
22475
22476 * mail/supercite.el (sc-select-attribution): Only use a list
22477 element from sc-attrib-selection-list if it returns a string.
22478 Reported by Davide G. M. Salvetti <salve@debian.org>.
22479
22480 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
22481
22482 * thumbs.el (thumbs-thumbname): The resulting thumbname now
22483 includes a hash value to improve its uniqueness, and has a ".jpg"
22484 extension. Also, it is now a valid filename on all systems.
22485 (thumbs-make-thumb): Use `let', not `let*'.
22486 (thumbs-show-thumbs-list): Check for JPEG availability.
22487
22488 2005-05-30 Richard M. Stallman <rms@gnu.org>
22489
22490 * filesets.el (filesets-menu-ensure-use-cached):
22491 Prevent warning when emacs-version>= is undefined.
22492
22493 * printing.el (pr-interactive-n-up): Use string-to-number.
22494
22495 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
22496
22497 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22498 Warn only when name to be defined is quoted.
22499
22500 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
22501
22502 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
22503 Make regexp more robust.
22504 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
22505 Force regeneration of disassembly.
22506
22507 2005-05-29 Jay Belanger <belanger@truman.edu>
22508
22509 * calc/calc.el (calc-user-invocation): Check if
22510 calc-invocation-macro is non-nil.
22511
22512 2005-05-29 Juri Linkov <juri@jurta.org>
22513
22514 * add-log.el (change-log-font-lock-keywords):
22515 Add `+' to e-mail regexp to accept mail address with keywords.
22516
22517 * man.el (Man-name-regexp): Add `:' to accept qualified names.
22518
22519 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
22520
22521 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
22522
22523 * ielm.el (inferior-emacs-lisp-mode): Ditto.
22524
22525 2005-05-29 Richard M. Stallman <rms@gnu.org>
22526
22527 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22528 Undo the change that moves to end of the current word.
22529
22530 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22531
22532 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
22533 Throw error when count <= 0 to ensure input is a number.
22534 (gdb-read-memory-custom): Pick up address from buffer.
22535 (gdb-memory-mode): Allow user to increment and decrement
22536 memory address from header line.
22537
22538 2005-05-29 Richard M. Stallman <rms@gnu.org>
22539
22540 * flyspell.el (flyspell-version): Function deleted.
22541 (flyspell-auto-correct-previous-hook): Doc fix.
22542
22543 * jit-lock.el (jit-lock-function, jit-lock-after-change):
22544 Do nothing if memory is full.
22545
22546 * font-lock.el (font-lock-fontify-syntactically-region):
22547 Pass t for GREEDY to looking-back.
22548
22549 * saveplace.el (save-place-alist-to-file): Write the file
22550 using write-region.
22551
22552 * subr.el (looking-back): New argument GREEDY.
22553
22554 * progmodes/compile.el (compilation-start): Set the mode
22555 before inserting the initial text.
22556
22557 * progmodes/which-func.el (which-func-update-1): Turn the mode
22558 off in case of error by setting which-func-mode.
22559
22560 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
22561
22562 * flyspell.el (flyspell-auto-correct-previous-word):
22563 Narrow down to what's on the screen, and recenter overlays
22564 at the end of the next word.
22565
22566 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
22567
22568 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
22569 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
22570 (flyspell-abbrev-p): Default to nil.
22571 (flyspell-use-global-abbrev-table-p): Doc fix.
22572 (flyspell-large-region): Allow nil as value.
22573 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
22574
22575 (mail-mode-flyspell-verify): More robust handling
22576 of `mail-header-separator'. More efficient signature detection.
22577 Allow for regexp metacharacters in message-header-separator.
22578 Adding `To' not to be checked in mail-mode-flyspell-verify.
22579
22580 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
22581 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
22582 Bind flyspell-auto-correct-binding.
22583 Bind C-. and C-, .
22584 (flyspell-mode-map): Likewise.
22585 (flyspell-mode): Doc fix.
22586 (flyspell-accept-buffer-local-defs): Preserve current buffer.
22587 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
22588 (flyspell-word-cache-result): New var, always local.
22589 (flyspell-check-pre-word-p): Doc fix.
22590 (flyspell-check-changed-word-p): Handle spc like newline.
22591 (flyspell-post-command-hook): Set flyspell-word-cache-result.
22592 (flyspell-word-search-backward, flyspell-word-search-forward):
22593 New functions.
22594 (flyspell-word): Return t if nothing to check.
22595 When parsing TeX code, check for after } or \.
22596 Use flyspell-word-search-backward to find previous word.
22597 Return nil if duplicated word.
22598 For word already checked, return same value as last time.
22599 Set flyspell-word-cache-result after checking.
22600 Don't clobber the return value.
22601 (flyspell-get-word): Major rewrite.
22602 (flyspell-external-point-words): New locals pword, pcount.
22603 Fix size used in progress message.
22604 Find the proper corresponding word in flyspell-large-region-buffer.
22605 (flyspell-region): Check for flyspell-large-region = nil.
22606 (flyspell-highlight-incorrect-region): Clean up overlays in region.
22607 (flyspell-auto-correct-word): Check that WORD is a cons.
22608 (flyspell-correct-word): Likewise.
22609
22610 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
22611
22612 * progmodes/make-mode.el (makefile-rule-action-regex)
22613 (makefile-macroassign-regex, makefile-makepp-mode)
22614 (makefile-bsdmake-mode): Continuation lines may be empty.
22615 Reported by Joshua Varner.
22616 (makefile-makepp-font-lock-keywords): Add $(stem).
22617
22618 2005-05-28 Karl Berry <karl@gnu.org>
22619
22620 * textmodes/tex-mode.el: Now that tex-send-command calls
22621 shell-quote-argument (2005-03-31 change), remove all calls to
22622 shell-quote-argument; they all end up invoking tex-send-command.
22623 The double quoting loses on filenames with non-safe characters,
22624 such as "@". Reported by Frederik Fouvry.
22625
22626 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22627
22628 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
22629 about preserving point.
22630
22631 2005-05-27 Jay Belanger <belanger@truman.edu>
22632
22633 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
22634 Info-goto-node.
22635
22636 * calc/calc-embed.el (calc-embed-arg): New variable.
22637 (calc-do-embedded-activate, calc-embedded-activate-formula)
22638 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
22639 variable by new variable.
22640 (calc-embedded-make-info): Replace undeclared variable by new
22641 variable. When selecting region with positive prefix
22642 argument, use end of previous line instead of beginning of line.
22643
22644 * calc/calc-aent.el (calc-arg-values): Declare it.
22645
22646 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
22647 Declare them.
22648
22649 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
22650
22651 * calc/calc.el (calc-alg-map): Declare it.
22652
22653 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
22654
22655 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
22656
22657 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
22658 (gdb-registers-buffer, toggle-gdb-all-registers):
22659 Toggle display of floating point registers.
22660 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
22661
22662 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
22663 (toggle-gud-tooltip-dereference):
22664 Rename from gud-toggle-tooltip-dereference.
22665
22666 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22667
22668 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
22669
22670 2005-05-27 Jay Belanger <belanger@truman.edu>
22671
22672 * calc/calc-prog.el (calc-kbd-report): Remove.
22673 (calc-kbd-query): Rewrite.
22674
22675 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
22676
22677 * image.el (image-library-alist): Move to image.c.
22678 (image-type-available-p): Doc fix.
22679
22680 2005-05-27 Lute Kamstra <lute@gnu.org>
22681
22682 * calc/calc.el (calc):
22683 * outline.el (outline-1, outline-2, outline-3, outline-4)
22684 (outline-5, outline-6, outline-7, outline-8):
22685 * textmodes/dns-mode.el (dns-mode):
22686 * textmodes/sgml-mode.el (sgml-namespace-face):
22687 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
22688 (tex-verbatim-face, tex-use-reftex):
22689 * textmodes/texinfo.el (texinfo-heading-face):
22690 Specify customization group.
22691
22692 * longlines.el: Don't require easy-mmode.
22693 (longlines-visible-face): Specify customization group.
22694
22695 2005-05-27 Kenichi Handa <handa@m17n.org>
22696
22697 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
22698 encoding table of windows-1251.
22699
22700 * international/ucs-tables.el (ucs-set-table-for-input):
22701 If translation-table-for-input of a coding system is a symbol, get
22702 its translation-table property.
22703
22704 * international/code-pages.el: Don't register a coding system into
22705 non-iso-charset-alist more than once.
22706 (cp-make-coding-system): Likewise.
22707
22708 2005-05-26 John Wiegley <johnw@newartisans.com>
22709
22710 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
22711 `eshell-resume-eval' is wrapped in a list, it indicates that the
22712 command was run asynchronously. In that case, unwrap the value
22713 before checking the delimiter value.
22714
22715 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
22716 character before a space at the end of a line is \, assume the space
22717 is part of the last argument rather than a final argument separator.
22718
22719 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
22720 is in use, and the target is `t' or `nil' (which are the most common
22721 values), don't assume that the symbol target is a buffer.
22722
22723 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
22724
22725 * calendar/calendar.el (calendar-mode-line-format):
22726 Use mode-line-highlight as mouse-face.
22727
22728 * time.el (display-time-string-forms, display-time-update):
22729 Use mode-line-highlight as mouse-face.
22730
22731 2005-05-26 Jay Belanger <belanger@truman.edu>
22732
22733 * calc/calc.el (calc-language-alist): Remove extra defvar.
22734
22735 2005-05-26 Lute Kamstra <lute@gnu.org>
22736
22737 * arc-mode.el (archive-mode):
22738 * bookmark.el (bookmark-read-annotation-mode)
22739 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
22740 * bs.el (bs-mode):
22741 * calc/calc-yank.el (calc-edit-mode):
22742 * calc/calc.el (calc-mode, calc-trail-mode):
22743 * calculator.el (calculator-mode):
22744 * chistory.el (command-history-mode):
22745 * comint.el:
22746 * cus-edit.el (custom-mode):
22747 * descr-text.el (describe-text-mode):
22748 * ebuff-menu.el (Electric-buffer-menu-mode):
22749 * ediff-util.el (ediff-mode):
22750 * emacs-lisp/re-builder.el (reb-mode):
22751 * emulation/vi.el (vi-mode-setup):
22752 * emulation/ws-mode.el (wordstar-mode):
22753 * eshell/esh-mode.el (eshell-mode):
22754 * forms.el (forms-mode):
22755 * help-mode.el (help-mode):
22756 * hexl.el (hexl-mode):
22757 * ibuffer.el (ibuffer-mode):
22758 * ielm.el (inferior-emacs-lisp-mode):
22759 * info.el (Info-mode, Info-edit-mode):
22760 * international/swedish.el:
22761 * ledit.el (ledit-from-lisp-mode):
22762 * locate.el (locate-mode):
22763 * mail/rmail.el (rmail-mode):
22764 * mail/rmailedit.el (rmail-edit-mode):
22765 * mail/rmailsum.el (rmail-summary-mode):
22766 * mail/supercite.el (sc-electric-mode):
22767 * net/eudc.el (eudc-mode):
22768 * net/quickurl.el (quickurl-list-mode):
22769 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
22770 * obsolete/ooutline.el (outline-mode):
22771 * obsolete/options.el (Edit-options-mode):
22772 * obsolete/rnews.el (news-mode):
22773 * obsolete/rnewspost.el (news-reply-mode):
22774 * play/5x5.el (5x5-mode):
22775 * play/decipher.el (decipher-mode, decipher-stats-mode):
22776 * play/gomoku.el (gomoku-mode):
22777 * play/snake.el (snake-mode):
22778 * play/solitaire.el (solitaire-mode):
22779 * play/tetris.el (tetris-mode):
22780 * progmodes/ada-mode.el (ada-mode):
22781 * progmodes/antlr-mode.el (antlr-mode):
22782 * progmodes/autoconf.el (autoconf-mode):
22783 * progmodes/dcl-mode.el (dcl-mode):
22784 * progmodes/delphi.el (delphi-mode):
22785 * progmodes/ebrowse.el (ebrowse-tree-mode)
22786 (ebrowse-electric-list-mode, ebrowse-member-mode)
22787 (ebrowse-electric-position-mode):
22788 * progmodes/f90.el (f90-mode):
22789 * progmodes/fortran.el (fortran-mode):
22790 * progmodes/icon.el (icon-mode):
22791 * progmodes/idlw-help.el (idlwave-help-mode):
22792 * progmodes/idlw-shell.el (idlwave-shell-mode):
22793 * progmodes/idlwave.el (idlwave-mode):
22794 * progmodes/inf-lisp.el (inferior-lisp-mode):
22795 * progmodes/m4-mode.el (m4-mode):
22796 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
22797 * progmodes/modula2.el (modula-2-mode):
22798 * progmodes/octave-inf.el (inferior-octave-mode):
22799 * progmodes/octave-mod.el (octave-mode):
22800 * progmodes/pascal.el (pascal-mode):
22801 * progmodes/sh-script.el (sh-mode):
22802 * progmodes/sql.el (sql-mode, sql-interactive-mode):
22803 * progmodes/vhdl-mode.el (vhdl-mode):
22804 * progmodes/xscheme.el (scheme-interaction-mode):
22805 * replace.el (occur-mode):
22806 * ses.el (ses-mode):
22807 * simple.el (completion-list-mode):
22808 * skeleton.el:
22809 * speedbar.el (speedbar-mode):
22810 * term.el (term-mode):
22811 * terminal.el (terminal-edit-mode):
22812 * textmodes/reftex-index.el (reftex-index-mode)
22813 (reftex-index-phrases-mode):
22814 * textmodes/reftex-sel.el (reftex-select-label-mode)
22815 (reftex-select-bib-mode):
22816 * textmodes/reftex-toc.el (reftex-toc-mode):
22817 * wdired.el (wdired-change-to-wdired-mode):
22818 * wid-browse.el (widget-browse-mode):
22819 Use run-mode-hooks.
22820
22821 * array.el (array-mode):
22822 * calendar/todo-mode.el (todo-mode):
22823 * man.el (Man-mode):
22824 * play/landmark.el (lm-mode):
22825 * play/mpuz.el (mpuz-mode):
22826 Use kill-all-local-variables and run-mode-hooks.
22827
22828 * subr.el (delay-mode-hooks): Specify indentation.
22829
22830 2005-05-26 Mark A. Hershberger <mah@everybody.org>
22831
22832 * xml.el (xml-substitute-special): Don't die for undefined xml
22833 entities.
22834
22835 2005-05-26 Jay Belanger <belanger@truman.edu>
22836
22837 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
22838 of nil.
22839
22840 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
22841
22842 * progmodes/gdb-ui.el (gdb-frame-address):
22843 Rename from gdb-current-address.
22844 (gdb-previous-frame-address): Rename from gdb-previous-address.
22845 (gdb-selected-frame): Rename from gdb-current-frame.
22846 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
22847 (gdb-frame-number): Rename from gdb-current-stack-level.
22848 (gdb-ann3): Match new mode-name for disassembly buffer.
22849 Extend initialization of variables.
22850 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
22851 (gdb-memory-mode): Use mouse-face in header line.
22852 (gdb-assembler-buffer-name): Call it disassembly and give frame
22853 in mode line.
22854 (gdb-source-spec-regexp, gdb-assembler-custom)
22855 (gdb-invalidate-assembler, gdb-frame-handler):
22856 Make robust to leading zeroes in address format.
22857
22858 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
22859
22860 * textmodes/org.el (org-mode): Use `define-derived-mode' to
22861 define `org-mode'.
22862 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
22863
22864 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
22865
22866 * log-edit.el (log-edit-changelog-entries): Distinguish between
22867 filenames like xfns.c and fns.c.
22868
22869 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
22870
22871 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
22872 point after reverting.
22873 (Buffer-menu-make-sort-button): Handle the case where
22874 `Buffer-menu-use-header-line' is nil.
22875
22876 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
22877
22878 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
22879 New funcs. In minibuffer-local-completion-map bind `]', `/'
22880 and `:' to them.
22881
22882 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22883
22884 * startup.el (normal-top-level): Allow modification of load-path while
22885 we're iterating over it.
22886
22887 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
22888
22889 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
22890 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
22891 (thumbs-resize-interactive, thumbs-insert-image)
22892 (thumbs-insert-thumb, thumbs-dired-show-marked)
22893 (thumbs-find-image-at-point, thumbs-delete-images)
22894 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
22895 (thumbs-increment-image-size, thumbs-decrement-image-size):
22896 Fix typos in docstrings.
22897
22898 2005-05-24 Andre Spiegel <spiegel@gnu.org>
22899
22900 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
22901 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
22902 (cperl-mode): Use them.
22903
22904 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
22905
22906 * window.el (quit-window, shrink-window-if-larger-than-buffer):
22907 Doc fixes.
22908
22909 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
22910
22911 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
22912 Bind C-d to gdb-inferior-io-eof.
22913
22914 * dired.el (dired-dnd-popup-notice): Use message-box.
22915
22916 2005-05-23 Masatake YAMATO <jet@gyve.org>
22917
22918 * bindings.el (mode-line-major-mode-keymap):
22919 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
22920
22921 * faces.el (mode-line-highlight): New face.
22922
22923 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
22924 as mouse-face.
22925
22926 * bindings.el (top-level, help-echo, mode-line-modified)
22927 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
22928 as mouse-face.
22929
22930 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
22931
22932 * progmodes/cc-engine.el (c-guess-basic-syntax):
22933 Remove spurious call to `zerop'.
22934
22935 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
22936
22937 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
22938
22939 CC Mode update to 5.30.10:
22940
22941 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
22942 could go past the limit in decoration level 2, thereby causing
22943 errors during interactive fontification.
22944
22945 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
22946 the file is evaluated interactively.
22947
22948 * cc-engine.el (c-guess-basic-syntax): Handle operator
22949 declarations somewhat better in C++.
22950
22951 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
22952 make use of `run-mode-hooks' which has been added in Emacs 21.1.
22953 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
22954 (awk-mode): Use it.
22955 (make-local-hook): Suppress warning about obsoleteness.
22956
22957 * cc-engine.el, cc-align.el, cc-cmds.el
22958 (c-append-backslashes-forward, c-delete-backslashes-forward)
22959 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
22960 Compensate for return value from `forward-line' when it has moved
22961 but not to a different line due to eob.
22962
22963 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
22964 `objc-method-intro' and `objc-method-args-cont'.
22965
22966 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
22967
22968 CC Mode update to 5.30.10:
22969
22970 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
22971 in the copyright statement. Incidentally, change "along with GNU
22972 Emacs" to "along with this program" where it occurs.
22973
22974 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
22975 so that it is interactive, hence can be found by M-x awk-mode
22976 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
22977 <gmorris+emacs@ast.cam.ac.uk>.
22978
22979 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
22980 Mode's regexps.
22981
22982 2005-05-23 Kevin Ryde <user42@zip.com.au>
22983
22984 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
22985 c-parse-state, to avoid a lisp error (on bad code).
22986
22987 2005-05-23 Lute Kamstra <lute@gnu.org>
22988
22989 * subr.el (font-lock-defaults): Remove defvar as it's already
22990 defined in font-core.el.
22991
22992 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
22993
22994 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
22995
22996 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
22997 more general and work when GDB variable "print pretty" is on,
22998 as with Emacs, for example.
22999
23000 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
23001
23002 * font-core.el: Update comment.
23003
23004 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23005 Use `after-change-major-mode-hook' instead of `find-file-hook'.
23006
23007 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
23008
23009 2005-05-22 Eli Zaretskii <eliz@gnu.org>
23010
23011 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
23012 and `yank-handler' in the doc strings.
23013
23014 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23015
23016 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
23017
23018 2005-05-22 Richard M. Stallman <rms@gnu.org>
23019
23020 * help.el (describe-key): Move print-help-return-message call
23021 out of conditional.
23022
23023 * progmodes/etags.el (list-tags): Use with-no-warnings.
23024
23025 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
23026 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
23027 (starttls-extra-args, starttls-extra-arguments): Add defvars.
23028
23029 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
23030
23031 * language/viet-util.el (viet-viscii-nonascii-translation-table):
23032 Add defvar.
23033
23034 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
23035 Use defvar, not defconst.
23036
23037 * hexl.el (hexl-follow-line): Use with-no-warnings.
23038
23039 * emulation/tpu-extras.el: Use write-file-functions instead of
23040 write-file-hooks.
23041
23042 * dired.el (dired-font-lock-keywords): Fontify files with junk
23043 extensions even if marked by -F.
23044
23045 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
23046
23047 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
23048 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
23049 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
23050 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
23051 (concatenate, list-length, get*, getf, cl-remprop):
23052 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
23053 (etypecase, progv, lexical-let, lexical-let*)
23054 (multiple-value-bind, multiple-value-setq, shiftf):
23055 Improve argument/docstring consistency.
23056
23057 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
23058
23059 2005-05-22 Andre Spiegel <spiegel@gnu.org>
23060
23061 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
23062 doesn't exist.
23063
23064 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
23065 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
23066
23067 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
23068
23069 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
23070 already deleted variables: auto-fill-hook, blink-paren-hook,
23071 lisp-indent-hook, inhibit-local-variables, unread-command-event,
23072 suspend-hooks, comment-indent-hook, meta-flag,
23073 before-change-function, after-change-function,
23074 font-lock-doc-string-face.
23075
23076 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
23077
23078 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
23079
23080 2005-05-21 Eli Zaretskii <eliz@gnu.org>
23081
23082 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
23083 rmail-dont-reply-to.
23084
23085 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23086
23087 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
23088 literal blank when splitting new-header-values.
23089
23090 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
23091
23092 * calendar/cal-menu.el (cal-menu-update): Add separator as a
23093 string so that tmm doesn't create a completion entry for it.
23094
23095 * textmodes/table.el (table-disable-menu): Ditto.
23096
23097 2005-05-21 Richard M. Stallman <rms@gnu.org>
23098
23099 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
23100
23101 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
23102
23103 * net/rcompile.el (remote-compile): Use compilation-start.
23104
23105 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
23106
23107 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
23108
23109 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
23110 Default to makefile-bsdmake-mode on BSD systems.
23111
23112 * imenu.el (imenu-generic-expression, imenu--generic-function'):
23113 REGEXP may also be a search function now. The part of doc-string
23114 for describing the structure was 95% identical to that of
23115 `imenu--generic-function'. Unify it there.
23116
23117 * progmodes/make-mode.el (makefile-imenu-generic-expression):
23118 Use function to find dependencies, because regexp alone is so complex,
23119 it easily goes into an endless loop.
23120 (makefile-makepp-mode): Also add submenu for Perl functions
23121 defined in the makefile.
23122 (makefile-bsdmake-mode): Special imenu-generic-expression no
23123 longer needed, due to function call.
23124 (makefile-match-dependency): Take BOUND into account when checking
23125 if we're through.
23126
23127 2005-05-20 Jay Belanger <belanger@truman.edu>
23128
23129 * calc/calc-units.el (calc-invalidate-units-table):
23130 Use inhibit-read-only.
23131 (math-build-units-table-buffer): Use view-mode.
23132
23133 2005-05-20 David Kastrup <dak@gnu.org>
23134
23135 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
23136 easy-menu-add is not a nop on Emacs; and clarify when to call it.
23137
23138 2005-05-20 Lute Kamstra <lute@gnu.org>
23139
23140 * diff-mode.el (diff-header-face, diff-file-header-face)
23141 (diff-index-face, diff-hunk-header-face, diff-removed-face)
23142 (diff-added-face, diff-changed-face, diff-function-face)
23143 (diff-context-face, diff-nonexistent-face): Put them in the
23144 diff-mode customization group.
23145
23146 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23147
23148 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
23149
23150 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
23151
23152 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
23153 Minor regexp-optimization.
23154
23155 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
23156
23157 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
23158 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
23159 (org-agenda-add-time-grid-maybe): New function.
23160 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
23161 (org-table-create): `dotimes' instead of `mapcar'.
23162 (org-xor): Simplify implementation.
23163 (org-agenda): `inhibit-redisplay' turned on.
23164 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
23165 a consistent line after a state change.
23166 (org-agenda-remove-times-when-in-prefix): New option.
23167 (org-prefix-has-time): New variable.
23168 (org-parse-time-string): Optional argument NODEFAULT.
23169 (org-format-agenda-item): Parse items for time-of-day
23170 specifications and move these into the prefix if possible.
23171 (org-agenda-priority): Get current heading, not previous heading
23172 during agenda remote editing.
23173
23174 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
23175
23176 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
23177 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
23178 (remove-duplicates, delete-duplicates, substitute)
23179 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
23180 (nsubstitute-if-not, find, find-if, find-if-not, position)
23181 (position-if, position-if-not, count, count-if, count-if-not)
23182 (mismatch, search, sort*, stable-sort, merge, member*)
23183 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
23184 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
23185 (intersection, nintersection, set-difference, nset-difference)
23186 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
23187 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
23188 (nsublis, tree-equal): Improve argument/docstring consistency.
23189
23190 * subr.el (send-string, send-region): Remove obsolescence declaration.
23191 (window-dot, set-window-dot, read-input, show-buffer)
23192 (eval-current-buffer, string-to-int):
23193 Add release number to obsolescence declarations.
23194
23195 2005-05-19 Kim F. Storm <storm@cua.dk>
23196
23197 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
23198 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
23199
23200 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
23201
23202 * faces.el (list-faces-display): Make back button respect optional
23203 regexp arg.
23204
23205 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
23206
23207 * calculator.el (calculator-radix-grouping-mode)
23208 (calculator-radix-grouping-digits, calculator-displayer)
23209 (calculator-radix-grouping-separator, calculator-copy-displayer):
23210 * dabbrev.el (dabbrev-search-these-buffers-only):
23211 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
23212 (diff-advance-after-apply-hunk, diff-mode-hook)
23213 (diff-minor-mode-prefix):
23214 * imenu.el (imenu-use-popup-menu):
23215 * jit-lock.el (jit-lock-context-time):
23216 * newcomment.el (comment-fill-column, comment-column)
23217 (comment-style, comment-padding, comment-multi-line)
23218 (comment-empty-lines, comment-auto-fill-only-comments):
23219 * reveal.el (reveal-around-mark):
23220 * uniquify.el (uniquify-buffer-name-style)
23221 (uniquify-after-kill-buffer-p)
23222 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
23223 (uniquify-min-dir-content, uniquify-separator)
23224 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
23225 * w32-vars.el (w32-fixed-font-alist):
23226 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
23227 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
23228 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
23229 * progmodes/perl-mode.el (perl-indent-level)
23230 (perl-continued-statement-offset, perl-continued-brace-offset)
23231 (perl-brace-offset, perl-brace-imaginary-offset)
23232 (perl-label-offset, perl-indent-continued-arguments)
23233 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
23234 * progmodes/tcl.el (tcl-indent-level)
23235 (tcl-continued-indent-level, tcl-auto-newline)
23236 (tcl-tab-always-indent, tcl-electric-hash-style)
23237 (tcl-help-directory-list, tcl-use-smart-word-finder)
23238 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
23239 (inferior-tcl-source-command):
23240 * textmodes/fill.el (enable-kinsoku):
23241 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
23242 * textmodes/table.el (table-yank-handler):
23243 Specify missing group (and type, if simple) in defcustom.
23244
23245 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
23246
23247 * progmodes/compile.el (compilation-finish-function): Fix defvar.
23248
23249 2005-05-19 Richard M. Stallman <rms@gnu.org>
23250
23251 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
23252
23253 * subr.el (event-basic-type): Don't get an error.
23254 (left-fringe-p): Function deleted.
23255
23256 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
23257 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
23258
23259 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
23260 in recursive copy.
23261
23262 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
23263
23264 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
23265
23266 * emacs-lisp/bytecomp.el
23267 (byte-compile-file-form-custom-declare-variable):
23268 Call byte-compile-nogroup-warn if appropriate.
23269
23270 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
23271 (compilation-set-window): Don't call left-fringe-p; do it directly.
23272
23273 2005-05-19 Jay Belanger <belanger@truman.edu>
23274
23275 * calc/calc-graph.el (calc-graph-format-data): Make sure
23276 var-PlotRejects is bound before trying to check its value.
23277
23278 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
23279
23280 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
23281 definition of this variable from reftex-global.el to reftex.el,
23282 because it is needed in the menu.
23283
23284 2005-05-19 Lute Kamstra <lute@gnu.org>
23285
23286 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
23287 years are fixed. Don't insert a space after a dash.
23288
23289 2005-05-19 Kim F. Storm <storm@cua.dk>
23290
23291 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
23292
23293 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
23294
23295 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
23296 strings, because (eq ... ?\\) is fairly frequent.
23297
23298 * progmodes/make-mode.el (makefile-add-this-line-targets):
23299 Simplify and integrate into `makefile-pickup-targets'.
23300 (makefile-add-this-line-macro): Simplify and integrate into
23301 `makefile-pickup-macros.
23302 (makefile-pickup-filenames-as-targets): Simplify.
23303 (makefile-previous-dependency, makefile-match-dependency):
23304 Don't stumble over `::'.
23305
23306 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
23307
23308 * subr.el (post-command-idle-hook, post-command-idle-delay):
23309 Remove obsoletion of post-command-idle-hook and
23310 post-command-idle-delay.
23311
23312 * faces.el (list-faces-display): Provide button when describe-face
23313 is called to take user back to the list of faces.
23314
23315 * help-fns.el (describe-variable): Remove hyperlinks in a
23316 variable's value as these are quite frequently inappropriate.
23317
23318 * follow.el (follow-submit-feedback, follow-mode):
23319 Remove references to post-command-idle-hook.
23320
23321 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
23322
23323 * progmodes/make-mode.el (makefile-previous-dependency)
23324 (makefile-match-dependency): Check for := (and in bsd mode also
23325 !=) to give a better result, even when font-lock is not on.
23326
23327 2005-05-18 Jay Belanger <belanger@truman.edu>
23328
23329 * calc/calc-help.el (calc-s-prefix-help):
23330 Add `calc-copy-special-constant' to help string.
23331
23332 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
23333
23334 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23335
23336 2005-05-18 Jay Belanger <belanger@truman.edu>
23337
23338 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
23339 in linear factors are in proper order.
23340
23341 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
23342
23343 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23344 Support for jurabib.
23345
23346 * textmodes/reftex.el (featurep): Define aliases for overlay
23347 commands, for XEmacs compatibility, and use these aliases in
23348 overlay initializations.
23349 (reftex-highlight): Use `reftex-move-overlay'.
23350 (reftex-unhighlight): Use `reftex-delete-overlay'.
23351 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
23352 (reftex-access-search-path): Use `reftex-uniquify' instead of
23353 `reftex-uniq'
23354
23355 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
23356 `before-string' property modification enables for Emacs as well.
23357 (reftex-select-item): Use `reftex-delete-overlay'.
23358 (reftex-select-mark): Use `reftex-make-overlay' and
23359 `reftex-overlay-put'.
23360 (reftex-select-unmark): Use `reftex-delete-overlay' and
23361 `reftex-overlay-put'.
23362
23363 2005-05-18 Lute Kamstra <lute@gnu.org>
23364
23365 * emacs-lisp/lisp.el (check-parens): Fix docstring.
23366
23367 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
23368
23369 * add-log.el (add-change-log-entry):
23370 * array.el (array-make-template, array-reconfigure-rows)
23371 (array-init-max-row, array-init-max-column)
23372 (array-init-columns-per-line, array-init-field-width):
23373 * replace.el (replace-match-maybe-edit, perform-replace):
23374 * textmodes/spell.el (spell-region):
23375 Replace `read-input' by `read-string'.
23376
23377 * forms.el (forms-mode):
23378 * finder.el (finder-compile-keywords):
23379 * shadowfile.el (shadow-read-files):
23380 Replace `eval-current-buffer' by `eval-buffer'.
23381
23382 * terminal.el (te-pass-through):
23383 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
23384 (ange-ftp-raw-send-cmd):
23385 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
23386 (send-process-next-char, telnet-initial-filter, telnet):
23387 Replace `send-string' by `process-send-string'.
23388
23389 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
23390 (prolog-consult-region): Replace `send-string' by
23391 `process-send-string'; replace `send-region' by `process-send-region'.
23392
23393 * progmodes/delphi.el (delphi-log-msg):
23394 Replace `set-window-dot' by `set-window-point'.
23395
23396 * subr.el (window-dot, set-window-dot, read-input, send-string)
23397 (send-region, show-buffer, eval-current-buffer):
23398 Make really obsolete, as the comment says.
23399
23400 2005-05-17 Kim F. Storm <storm@cua.dk>
23401
23402 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
23403 (cua--init-keymaps): Bind C-return instead of S-return to set
23404 rectangle mark.
23405
23406 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
23407 instead of S-return to toggle/clear rectangle mark.
23408
23409 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
23410
23411 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
23412 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
23413 Also fontify plain strings assigned to variables, mostly so that a
23414 colon has a face and is thus not taken as a dependency separator.
23415 (makefile-previous-dependency): Inline the new matcher, because it
23416 is too complex to work in both directions.
23417 (makefile-match-dependency): Eliminate `backward' arg (see above).
23418 Completely reimplemented so as to not sometimes go into an endless
23419 loop. It should also be more efficient, because first it only
23420 searches for `:', instead of applying the very complex regexp.
23421 (makefile-mode): Cancel `font-lock-support-mode', because blocks
23422 to be fontified in one piece can be too long for JIT.
23423 Makefiles are never *that* big.
23424
23425 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
23426
23427 * dired.el (dired-mode): Simplify.
23428
23429 2005-05-17 Lute Kamstra <lute@gnu.org>
23430
23431 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
23432 defcustom for the mode hook variable.
23433
23434 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
23435 Emacs Lisp Reference Manual.
23436
23437 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
23438
23439 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
23440 (evenp, list*):
23441 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
23442 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
23443
23444 * net/tramp-smb.el (tramp-smb-open-connection):
23445 Pass `tramp-chunksize' as fifth (required) argument.
23446
23447 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
23448
23449 * font-lock.el (lisp-font-lock-keywords-1):
23450 Set `font-lock-negation-char-face' for [^...] char group.
23451 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
23452
23453 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
23454 a var, and refine it to mask one more level of nested vars.
23455 (makefile-rule-action-regex): Turn it into a var, and refine it so
23456 it recognizes backslashed continuation lines as belonging to the
23457 same command.
23458 (makefile-macroassign-regex): Refine it so it recognizes
23459 backslashed continuation lines as belonging to the same command.
23460 (makefile-var-use-regex): Don't look at the next char, because it
23461 might be the same one to be skipped by the initial [^$], leading
23462 to an overlooked variable use.
23463 (makefile-make-font-lock-keywords): Remove two parameters, which
23464 are now variables that some of the modes set locally.
23465 Handle dependency and rule action matching through functions, because
23466 regexps alone match too often. Dependency matching now comes
23467 last, so it can check, whether a colon already matched something else.
23468 (makefile-mode): Inform that font-lock improves makefile parsing
23469 capabilities.
23470 (makefile-match-dependency, makefile-match-action): New functions.
23471
23472 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
23473
23474 * emacs-lisp/cl-extra.el (equalp): Doc fix.
23475
23476 * align.el (align-regexp):
23477 * ansi-color.el (ansi-color-get-face):
23478 * array.el (array-reconfigure-rows, array-init-max-row)
23479 (array-init-max-column, array-init-columns-per-line)
23480 (array-init-field-width):
23481 * dired-aux.el (dired-trample-file-versions):
23482 * dired-x.el (dired-mark-sexp):
23483 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
23484 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
23485 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
23486 * faces.el (face-read-integer):
23487 * files.el (backup-extract-version, insert-directory):
23488 * hexl.el (hexl-insert-decimal-char):
23489 * server.el (server-process-filter):
23490 * shell.el (shell-extract-num):
23491 * startup.el (command-line-1):
23492 * term.el (term-command-hook):
23493 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
23494 (time-stamp-do-number):
23495 * time.el (display-time-update):
23496 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
23497 (timezone-fix-time):
23498 * vms-patch.el (vms-suspend-resume-hook):
23499 * calendar/appt.el (appt-convert-time):
23500 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23501 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
23502 * calendar/cal-islam.el (mark-islamic-diary-entries):
23503 * calendar/calendar.el (calendar-cursor-to-date)
23504 (calendar-star-date):
23505 * calendar/diary-lib.el (diary-attrtype-convert)
23506 (mark-diary-entries, diary-entry-time):
23507 * calendar/solar.el (solar-get-number):
23508 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
23509 * emacs-lisp/re-builder.el (reb-display-subexp):
23510 * emulation/edt.el (edt-set-scroll-margins):
23511 * emulation/tpu-extras.el (tpu-set-scroll-margins):
23512 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
23513 (vip-get-ex-count):
23514 * emulation/viper-ex.el (viper-get-ex-token)
23515 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
23516 * international/fontset.el (fontset-plain-name):
23517 * mail/feedmail.el (feedmail-look-at-queue-directory):
23518 * mail/mailalias.el (mail-get-names):
23519 * mail/rmail.el (rmail-convert-to-babyl-format):
23520 * mail/rmailsum.el (rmail-make-basic-summary-line)
23521 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
23522 (rmail-summary-goto-msg):
23523 * mail/smtpmail.el (smtpmail-read-response):
23524 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
23525 (ange-ftp-vms-add-file-entry):
23526 * play/gametree.el (gametree-looking-at-ply)
23527 (gametree-current-branch-score):
23528 * progmodes/ada-xref.el (ada-prj-find-prj-file)
23529 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
23530 * progmodes/cperl-mode.el (condition-case):
23531 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
23532 (ebrowse-set-member-buffer-column-width)
23533 (ebrowse-select-1st-to-9nth):
23534 * progmodes/etags.el (etags-snarf-tag):
23535 * progmodes/flymake.el (flymake-parse-line):
23536 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
23537 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
23538 (idlwave-shell-menu-def):
23539 * progmodes/ps-mode.el (ps-run-goto-error):
23540 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
23541 (vhdl-speedbar-contract-level):
23542 * term/mac-win.el (x-handle-numeric-switch):
23543 * term/sun-mouse.el (sun-get-frame-data):
23544 * term/w32-win.el (x-handle-numeric-switch):
23545 * term/x-win.el (x-handle-numeric-switch):
23546 * textmodes/ispell.el (ispell-parse-output):
23547 * textmodes/nroff-mode.el (nroff-outline-level):
23548 * textmodes/reftex-cite.el (reftex-bib-sort-year)
23549 (reftex-bib-sort-year-reverse, reftex-format-citation):
23550 * textmodes/reftex-parse.el (reftex-init-section-numbers)
23551 (reftex-section-number):
23552 * textmodes/texinfmt.el (texinfo-paragraphindent):
23553 Replace `string-to-int' by `string-to-number'.
23554
23555 * international/latexenc.el: Add page marker to force the "Local
23556 Variables:" string out of the last page.
23557
23558 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23559
23560 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
23561 tooltip-change-major-mode.
23562 (gud-tooltip-print-command): Remove case where gud-minor-mode
23563 is gdb ("--fullname").
23564 (gud-tooltip-tips): Turn GUD tooltips off for this case and
23565 explain to user.
23566
23567 2005-05-16 Jay Belanger <belanger@truman.edu>
23568
23569 * calc/calc-store.el (calc-copy-special-constant): New function.
23570
23571 * calc/calc-ext.el (calc-init-extensions): Add binding for
23572 `calc-copy-special-constant'.
23573
23574 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
23575 for the `calc-copy-special-constant' command.
23576
23577 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23578
23579 * subr.el (left-fringe-p): New function.
23580
23581 * progmodes/compile.el (compilation-setup): Set local value of
23582 overlay-arrow-string to "" always.
23583 (compilation-set-window): Left fringe then don't scroll.
23584 No left fringe then no arrow and scroll message to top.
23585 (compilation-context-lines): Adjust doc string accordingly.
23586
23587 2005-05-16 Kim F. Storm <storm@cua.dk>
23588
23589 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
23590 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
23591 (ido-wide-find-dir-or-delete-dir): New command for M-d.
23592 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
23593 (ido-read-file-name): Handle commands with ido property value
23594 equal to find-file as reading a file name, to allow C-d to enter dired.
23595 (ibuffer-find-file): Add ido property with value find-file.
23596
23597 2005-05-15 Kim F. Storm <storm@cua.dk>
23598
23599 * subr.el (open-network-stream-nowait): Remove.
23600 (open-network-stream-server): Remove.
23601
23602 2005-05-15 Richard M. Stallman <rms@gnu.org>
23603
23604 * faces.el (describe-face): Output a definition link button.
23605
23606 * help-mode.el (help-face-def): New button type.
23607
23608 * emacs-lisp/copyright.el (copyright-fix-years):
23609 Match properly if the first year is 2-digit.
23610 Don't mess up the whitespace after the years by filling.
23611
23612 * dired-aux.el (dired-mark-confirm):
23613 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
23614
23615 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
23616 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
23617 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
23618
23619 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23620 Set font-lock-comment-start-skip.
23621
23622 * font-lock.el (font-lock-comment-start-skip): New variable.
23623 (font-lock-comment-end-skip): New variable.
23624 (font-lock-fontify-syntactically-region): Use them if non-nil.
23625
23626 2005-05-15 Jay Belanger <belanger@truman.edu>
23627
23628 * calc/calc-store.el (calc-store-value): Return a string rather
23629 than display it as a message.
23630 Use calc-var-name for variable name.
23631 (calc-store-into): Add the result of calc-store-value to message.
23632 (calc-copy-variable): Add a message.
23633 (calc-store-exchange): Improve error messages.
23634 (calc-store-binary, calc-store-map): Don't reset the values of
23635 special constants.
23636
23637 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
23638
23639 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
23640 manual to docstring.
23641
23642 * files.el (hack-local-variables-confirm): Add STRING argument.
23643 Make the function handle non file visiting buffers correctly.
23644 (hack-local-variables-prop-line, hack-local-variables)
23645 (hack-one-local-variable): Use STRING arg of
23646 `hack-local-variables-confirm'.
23647
23648 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
23649
23650 Sync with Tramp 2.0.49.
23651
23652 * net/tramp.el (tramp-handle-dired-call-process)
23653 (tramp-handle-insert-directory):`insert-buffer' cannot be used
23654 because the contents of the Tramp buffer is changed before
23655 insertion (`expand-file' and alike).
23656 (tramp-handle-insert-directory): If `localname' has an empty
23657 nondirectory name, it must not be quoted.
23658 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
23659 variable `tramp-chunksize'. Change callees.
23660 (tramp-open-connection-setup-interactive-shell): Check remote host
23661 for buggy `send-process-string' implementation.
23662 Set `tramp-chunksize' if found. Reported by Michael Kifer
23663 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
23664 (tramp-handle-shell-command): `insert-buffer' cannot be used
23665 because the contents of the Tramp buffer is changed before
23666 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
23667 <frederic.bothamy@free.fr>.
23668 (tramp-set-auto-save): Actions should be done for Tramp file name
23669 handler only. Ange-FTP has its own auto-save mechanism.
23670 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23671 (tramp-set-auto-save-file-modes): Set file modes of
23672 `buffer-auto-save-file-name' to ?\600 as fallback solution.
23673 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
23674 (tramp-bug): Remove obsolete variable.
23675 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
23676 for presence of `mml-mode'. Make it running for older Emacsen as well.
23677
23678 2005-05-14 John Paul Wallington <jpw@pobox.com>
23679
23680 * ibuf-ext.el (define-ibuffer-filter filename):
23681 If `dired-directory' is a list, use its car.
23682
23683 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
23684
23685 * ibuffer.el (define-ibuffer-column filename):
23686 If `dired-directory' is a list, use its car.
23687
23688 2005-05-14 Richard M. Stallman <rms@gnu.org>
23689
23690 * subr.el (symbol-file): Doc fix.
23691
23692 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
23693 (byte-compile-form): Call byte-compile-nogroup-warn.
23694 (byte-compile-warning-types): Doc fix.
23695
23696 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
23697
23698 * progmodes/cc-engine.el (c-literal-faces):
23699 Add font-lock-comment-delimiter-face.
23700
23701 * net/net-utils.el (dig): Use with-no-warnings.
23702
23703 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
23704 (sc-recite-frame-alist, sc-default-cite-frame)
23705 (sc-default-uncite-frame, sc-default-recite-frame)
23706 (sc-attrib-selection-list, sc-rewrite-header-list):
23707 Mark as risky-local-variable.
23708
23709 * international/ogonek.el (ogonek-jak, ogonek-how):
23710 Don't use beginning-of-buffer.
23711
23712 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
23713
23714 * calendar/solar.el (solar-data-list): Move definition up.
23715
23716 * dnd.el (dnd-protocol-alist): Add autoload.
23717
23718 * progmodes/sh-script.el: Many doc usage fixes.
23719 (sh-indent-after-do): Change default to match common styles.
23720
23721 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
23722
23723 * files.el (interpreter-mode-alist)
23724 (auto-mode-interpreter-regexp): Doc fixes.
23725
23726 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
23727
23728 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
23729
23730 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
23731
23732 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23733
23734 * dired.el (dired-mode): make-variable-buffer-local =>
23735 make-local-variable.
23736
23737 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23738
23739 * term/mac-win.el (mac-select-convert-to-string): Try coding
23740 systems in mac-script-code-coding-systems if specified one cannot
23741 encode string for `com.apple.traditional-mac-plain-text'.
23742
23743 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
23744
23745 * progmodes/make-mode.el (makefile-targets-face)
23746 (makefile-shell-face, makefile-makepp-perl-face): New faces.
23747 (makefile-dependency-regex): Fix it to not make the colon in
23748 $(var:a=b) special.
23749 (makefile-rule-action-regex): New regexp for highlighting embedded
23750 Shell strings.
23751 (makefile-macroassign-regex): Handle != for highlighting as
23752 embedded Shell strings.
23753 (makefile-var-use-regex): New const.
23754 (makefile-statements, makefile-automake-statements)
23755 (makefile-gmake-statements, makefile-makepp-statements)
23756 (makefile-bsdmake-statements): New consts.
23757 (makefile-make-font-lock-keywords): New function.
23758 (makefile-automake-font-lock-keywords)
23759 (makefile-gmake-font-lock-keywords)
23760 (makefile-makepp-font-lock-keywords)
23761 (makefile-bsdmake-font-lock-keywords): New consts.
23762 (makefile-mode-map): Add switchers between the various submodes.
23763 (makefile-mode): Document the availability of the variants.
23764 (makefile-automake-mode, makefile-gmake-mode)
23765 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
23766
23767 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
23768 new variants of makefile-mode.
23769
23770 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23771
23772 * font-lock.el (font-lock-comment-delimiter-face): Fix up
23773 the inheritance.
23774
23775 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
23776
23777 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
23778 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
23779
23780 * files.el (normal-mode): Extend the scope of the
23781 `enable-local-variables' binding to include the `set-auto-mode' call.
23782 (magic-mode-alist): Doc fix.
23783
23784 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23785
23786 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
23787 font-lock-comment-face rather than copying its setting.
23788
23789 2005-05-12 Andreas Schwab <schwab@suse.de>
23790
23791 * eshell/esh-mode.el (eshell-send-input): Doc fix.
23792
23793 2005-05-12 Lute Kamstra <lute@gnu.org>
23794
23795 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
23796 defcustom for the mode hook variable. Delete the last argument.
23797 * generic-x.el: Fix callers of define-generic-mode.
23798 (generic-x-modes): Delete group.
23799 (show-tabs-tab-face, show-tabs-space-face): Put them in the
23800 generic-x customization group.
23801
23802 2005-05-12 Kim F. Storm <storm@cua.dk>
23803
23804 * font-lock.el (font-lock-negation-char-face): Default to "off".
23805
23806 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
23807 font-lock-negation-char-face to ! in !=.
23808
23809 2005-05-12 Masatake YAMATO <jet@gyve.org>
23810
23811 * add-log.el (find-change-log): Fix typos in the docstring
23812 of function.
23813
23814 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23815
23816 * international/latexenc.el (latexenc-find-file-coding-system):
23817 Avoid `re-search-forward' when looking for input encoding because
23818 of speed and safety. Better regular expressions for recognizing
23819 input encoding. Limit a search for TeX-master/tex-main-file to
23820 the local variable section.
23821
23822 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
23823
23824 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
23825 syntax of $ to "'" (quote).
23826
23827 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
23828
23829 * dnd.el (dnd-protocol-alist): Improve custom type.
23830
23831 * dired.el (dired-dnd-protocol-alist): New variable.
23832 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
23833 `dired-mode-hook' to the end.
23834
23835 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23836
23837 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
23838 comment-end if comment-start-skip is not set.
23839 Obey the font-lock-comment-delimiter-face variables.
23840
23841 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23842
23843 * files.el (executable-find): Move from executable.el. Use
23844 locate-file.
23845 * progmodes/executable.el (executable-find): Move to files.el.
23846
23847 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
23848 when trying to ensure forward progress.
23849
23850 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
23851
23852 * mouse-sel.el (mouse-sel-follow-link-p): New function.
23853 (mouse-select, mouse-select-internal, mouse-extend-internal):
23854 Use it to implement mouse-1-click-follows-link functionality.
23855
23856 2005-05-11 Richard M. Stallman <rms@gnu.org>
23857
23858 * font-lock.el (font-lock-fontify-syntactically-region):
23859 Use font-lock-comment-delimiter-face for comment delimiters.
23860
23861 2005-05-10 Jay Belanger <belanger@truman.edu>
23862
23863 * calc/calc-help.el (calc-m-prefix-help): Add mention of
23864 preserving embedded modes.
23865
23866 2005-05-10 Richard M. Stallman <rms@gnu.org>
23867
23868 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
23869
23870 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
23871 Move from ada-stmt.el.
23872 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
23873
23874 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
23875 Move to ada-mode.el.
23876 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
23877
23878 * cus-edit.el (custom-file): Call file-chase-links.
23879
23880 * files.el (read-directory-name): Fix previous change.
23881 (hack-local-variables-confirm): New function.
23882 (hack-local-variables-prop-line, hack-local-variables)
23883 (hack-one-local-variable): Use it.
23884
23885 2005-05-10 Lute Kamstra <lute@gnu.org>
23886
23887 * font-lock.el (font-lock-keywords-alist)
23888 (font-lock-removed-keywords-alist): Clarify docstrings.
23889
23890 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
23891
23892 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
23893 (gdb-source-info): Check for preprocessor info.
23894 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
23895 a macro for a function.
23896 (gdb-info-breakpoints-custom): Try to find file again if not already
23897 found (user might have used GDB dir command).
23898 (gdb-get-location): Update gdb-location-alist correctly for change
23899 to gdb-info-breakpoints-custom.
23900
23901 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
23902 (gud-tooltip-print-command): Add gdbmi case.
23903 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
23904 preprocessor info.
23905
23906 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
23907
23908 * startup.el (fancy-splash-insert): Fix typo in doc string.
23909
23910 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
23911
23912 * obsolete/float.el (string-to-float):
23913 * obsolete/hilit19.el (hilit-add-pattern):
23914 * obsolete/rnews.el (news-parse-range, news-select-message)
23915 (news-get-pruned-list-of-files): Replace `string-to-int' by
23916 `string-to-number'.
23917
23918 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
23919 `find-file-not-found-hooks'; use `add-hook'.
23920 (uncompress-while-visiting): Set `write-file-functions', not
23921 `write-file-hooks'; use `add-hook'.
23922
23923 2005-05-09 Kim F. Storm <storm@cua.dk>
23924
23925 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
23926 (cua-paste): Handle clipboard action.
23927 (cua--init-keymaps): Remap clipboard-kill-region and
23928 clipboard-kill-ring-save.
23929
23930 2005-05-08 Eli Zaretskii <eliz@gnu.org>
23931
23932 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23933 Improve commentary.
23934
23935 * simple.el (next-error-overlay-arrow-position): Revert the change
23936 made on 2005-04-30.
23937
23938 2005-05-07 Jay Belanger <belanger@truman.edu>
23939
23940 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
23941 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
23942 `calc-sel-reselect'.
23943
23944 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
23945 Calc is in embedded mode.
23946
23947 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23948
23949 * progmodes/compile.el (compilation-setup):
23950 Set overlay-arrow-string to an empty string on text terminals.
23951
23952 * textmodes/ispell.el (ispell-program-name): Try looking for
23953 "aspell" along exec-path, and if found, use it as the default
23954 speller program.
23955
23956 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
23957
23958 * international/mule.el (sgml-xml-auto-coding-function):
23959 Recognize encoding='FOO' in single quotes as well as in double quotes.
23960
23961 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23962
23963 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
23964 as well as `interactive', so that defmacro* would recognize
23965 `declare' forms.
23966
23967 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23968
23969 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23970 Explain more about the LIGHTER arg's usage in the doc string.
23971 Add commentary to clarify what the code does. Fix the regexp that
23972 strips whitespace from LIGHTER. Quote LIGHTER before using it,
23973 since it could have characters special to regular expressions.
23974
23975 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23976
23977 * replace.el (occur-1): Bind inhibit-read-only so that
23978 erase-buffer doesn't barf on read-only text properties (likewise
23979 for add-text-properties in occur-engine). Mark buffer as unmodified.
23980 (occur-engine): Don't set buffer-read-only here.
23981
23982 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23983
23984 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
23985 list-buffers-directory. This caused the *cvs-commit* buffer to be
23986 sometimes mistakenly reused as a *cvs* buffer.
23987
23988 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
23989
23990 * tooltip.el: Move code for GUD tooltips into gud.el.
23991 (require): CL no longer needed to compile case.
23992 (tooltip-mode): Do not toggle functions for GUD tooltips.
23993 (tooltip-gud-tips-p): Remove. Replace with minor mode
23994 gud-tooltip-mode in gud.el.
23995 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
23996 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
23997 tooltip-gud prefix with gud-tooltip and obsolete.
23998 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
23999 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
24000 (tooltip-mouse-motion): Mouse movement functions/variable.
24001 Rename in gud.el by adding gud prefix.
24002 (tooltip-gud-original-filter, tooltip-gud-dereference)
24003 (tooltip-gud-event, tooltip-toggle-gud-tips)
24004 (tooltip-gud-process-output, tooltip-gud-print-command)
24005 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
24006 gud.el by replacing tooltip-gud prefix with gud-tooltip.
24007 (gdb-tooltip-print): Move to gdb-ui.el.
24008
24009 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
24010 (require): CL needed to compile case.
24011 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
24012 tooltip-gud-tips-p. Make it a minor-mode.
24013 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
24014 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
24015 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
24016 (gud-tooltip-change-major-mode)
24017 (gud-tooltip-activate-mouse-motions-if-enabled)
24018 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
24019 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
24020 (gud-tooltip-original-filter, gud-tooltip-dereference)
24021 (gud-tooltip-event, tooltip-toggle-gud-tips)
24022 (gud-tooltip-process-output, gud-tooltip-print-command)
24023 (gud-tooltip-tips): Move from tooltip.el.
24024
24025 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
24026 (gdb-cpp-define-alist-flags): Doc fix.
24027 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
24028 gud-tooltip-mode is t.
24029
24030 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24031
24032 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
24033 evaporate if their text is deleted.
24034 (goto-address-at-point): Make it work as a mouse binding as well.
24035 (goto-address-at-mouse): Obsolete it. Update users.
24036
24037 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24038
24039 * calendar/appt.el (top-level): No longer activate on load.
24040
24041 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
24042
24043 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24044 * net/webjump.el (webjump):
24045 * progmodes/idlw-help.el (idlwave-do-context-help1)
24046 (idlwave-highlight-linked-completions):
24047 * textmodes/po.el (po-find-file-coding-system-guts):
24048 Replace `assoc-ignore-case' by `assoc-string'.
24049
24050 2005-05-06 Eli Zaretskii <eliz@gnu.org>
24051
24052 * files.el (locate-file): Doc fix.
24053
24054 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
24055 Remove the redundant test for ms-dos.
24056
24057 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
24058 look for the preprocessor with exec-suffixes. If not found in
24059 standard places, look in exec-path. Remove most of the tests that
24060 used system-type.
24061
24062 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
24063
24064 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
24065
24066 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
24067 file-name clash with jka-compr.el on 8+3 filesystems.
24068
24069 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24070
24071 * term/mac-win.el: Don't define or bind scroll bar functions if
24072 x-toolkit-scroll-bars is t.
24073 (x-select-text, x-get-selection-value): Clear
24074 x-last-selected-text-clipboard if x-select-enable-clipboard is
24075 nil.
24076 (PRIMARY): Put mac-scrap-name property.
24077 (mac-select-convert-to-file-url): New function.
24078 (public.file-url): New selection target type. Add to
24079 selection-converter-alist.
24080 (x-get-selection, x-selection-value): Handle it.
24081 (x-cut-buffer-or-selection-value): New alias.
24082
24083 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24084
24085 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
24086 entry to avoid calling bibtex-find-entry with arg global
24087 being t. Remove arg key.
24088 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
24089 (bibtex-copy-summary-as-kill): Change accordingly.
24090
24091 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24092
24093 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
24094 (org-agenda-date-later): Use with-current-buffer.
24095
24096 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
24097
24098 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
24099 (define-obsolete-variable-alias): Doc Fixes.
24100
24101 2005-05-06 Kim F. Storm <storm@cua.dk>
24102
24103 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
24104 vertical-motion when selective-display is active.
24105
24106 * ido.el (ido-setup-hook): New hook.
24107 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
24108 (ido-input-stack): New var.
24109 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
24110 ido-next-work-file binding to M-O.
24111 Bind M-f to ido-wide-find-file-or-pop-dir.
24112 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
24113 (ido-read-internal): Run ido-setup-hook.
24114 Catch quit in read-file-name and read-string to cancel edit.
24115 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
24116 Automatically pop-all when completing a directory name (RET).
24117 (ido-file-internal): Add with-no-warnings around ffap and dired code.
24118 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
24119 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
24120 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
24121 New functions for M-b/M-f to move among the directory components.
24122 (ido-make-merged-file-list): Catch quit to cancel merge.
24123 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
24124 (ido-completion-help): No warnings for ido-completion-buffer-full.
24125
24126 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
24127
24128 * font-lock.el (font-lock-negation-char-face): New face and variable.
24129 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
24130 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
24131 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
24132 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
24133
24134 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
24135
24136 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
24137 Fix typo in docstring.
24138
24139 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
24140 (ebrowse-print-statistics-line)
24141 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
24142
24143 * term/w32-win.el (image-library-alist): Add additional name for
24144 Xpm library.
24145
24146 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
24147
24148 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
24149 use gcc instead of cpp.
24150
24151 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
24152 (gdb-create-define-alist): Use it.
24153 (gdb-cpp-define-alist-program): Update for MS-DOS.
24154
24155 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
24156
24157 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
24158
24159 2005-05-04 Richard M. Stallman <rms@gnu.org>
24160
24161 * help.el (describe-key): No error when UNTRANSLATED is nil.
24162
24163 * simple.el (line-move-1): Fix previous change to signal errors
24164 appropriately.
24165
24166 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
24167
24168 * calendar/icalendar.el (icalendar-version): Now at 0.12.
24169 (icalendar-duration-correction): Remove.
24170 (icalendar--get-event-properties): Split result at commas.
24171 (icalendar--decode-isoduration): New optional argument
24172 DURATION-CORRECTION.
24173 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
24174 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
24175 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
24176 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
24177 (icalendar--convert-anniversary-to-ical): New functions, extracted
24178 from icalendar-export-region, with bug fixes.
24179 (icalendar-export-region): Use the above functions.
24180 (icalendar-import-buffer): Check before saving diary file.
24181 (icalendar--convert-recurring-to-diary)
24182 (icalendar--convert-non-recurring-all-day-to-diary)
24183 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
24184 extracted from icalendar--convert-ical-to-diary, with bug fixes.
24185 (icalendar--convert-ical-to-diary): Use the above functions.
24186
24187 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
24188
24189 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
24190 Remove these recent additions.
24191 (c-mode): Restore to before 2005-04-28.
24192
24193 * progmodes/cc-vars.el (cc-define-list-program): Remove this
24194 recent addition.
24195
24196 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
24197 (gdb-define-alist): New variables.
24198 (gdb-create-define-alist): New function.
24199 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
24200 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
24201 with string-to-number.
24202 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
24203
24204 * progmodes/gud.el: Replace string-to-int with string-to-number.
24205 (gud-find-file): Handle gdb-define-alist.
24206
24207 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
24208
24209 2005-05-02 Jay Belanger <belanger@truman.edu>
24210
24211 * calc/calc-aent.el (math-read-token):
24212 * calc/calc-bin.el (calc-word-size):
24213 * calc/calc-ext.el (calc-read-number-fancy):
24214 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
24215 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
24216 * calc/calc-frac.el (calc-over-notation):
24217 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
24218 (calc-graph-num-points, calc-graph-init):
24219 * calc/calc-prog.el (calc-read-parse-table-part)
24220 (calc-edit-macro-repeats):
24221 * calc/calc-yank.el (calc-do-grab-rectangle):
24222 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
24223 Replace `string-to-int' by `string-to-number'.
24224
24225 2005-05-02 Kim F. Storm <storm@cua.dk>
24226
24227 * kmacro.el: Use executing-kbd-macro-index variable.
24228
24229 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
24230
24231 * net/rlogin.el (rlogin-parse-words): Delete func.
24232 (rlogin): Use split-string, not rlogin-parse-words.
24233 Also, if there are option-like elements in the parsed args,
24234 take the host to be the first arg immediately following them.
24235 Suggested by Michael Mauger.
24236
24237 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24238
24239 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
24240
24241 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24242
24243 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
24244 (cc-mode-cpp-program): Rename to cc-define-list-program and
24245 move to cc-vars.el.
24246
24247 * progmodes/cc-vars.el (cc-define-list-program):
24248 Change to "gcc -E -dM -". Make customizable.
24249
24250 2005-05-02 Kim F. Storm <storm@cua.dk>
24251
24252 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
24253
24254 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24255
24256 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
24257
24258 * international/mule-util.el (truncate-string): Remove alias and
24259 obsolete declaration.
24260
24261 * international/mule-cmds.el (update-iso-coding-systems):
24262 Remove alias and obsolete declaration.
24263
24264 * international/mule.el (coding-system-parent): Remove alias and
24265 obsolete declaration.
24266
24267 * subr.el (define-function, sref): Remove aliases and obsolete
24268 declarations.
24269 (chars-in-region): Remove obsolete declaration.
24270
24271 2005-05-01 Richard M. Stallman <rms@gnu.org>
24272
24273 * info.el (Info-mode): Set widen-automatically to nil, locally.
24274
24275 * simple.el (widen-automatically): New variable.
24276 (pop-global-mark): Obey widen-automatically.
24277
24278 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
24279
24280 * term/xterm.el (function-key-map): Call substitute-key-definition
24281 before the keymap size is increased by a lot of define-key calls.
24282
24283 2005-05-01 Richard M. Stallman <rms@gnu.org>
24284
24285 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
24286 Rename ARG to ELEMENT. Doc fix.
24287
24288 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24289
24290 * allout.el (allout-exposure): Remove macro and obsolete declaration.
24291 Remove references to allout-exposure/change to allout-new-exposure.
24292
24293 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
24294 bytecode symbols.
24295
24296 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
24297 (compiled-function-p, focus-frame, unfocus-frame):
24298 Remove aliases and obsolete declarations.
24299 Back out inadvertent changes from previous commit.
24300
24301 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24302
24303 * files.el (require-final-newline): Make Custom tags consistent
24304 with mode-require-final-newline.
24305 (mode-require-final-newline): Doc fix.
24306
24307 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
24308
24309 * international/latexenc.el (latexenc-find-file-coding-system):
24310 Fix regular expressions.
24311
24312 2005-05-01 David Kastrup <dak@gnu.org>
24313
24314 * international/latexenc.el (latexenc-find-file-coding-system):
24315 Fix regular expressions.
24316
24317 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24318
24319 * subr.el (string-to-int): Make obsolete.
24320
24321 2005-04-30 Richard M. Stallman <rms@gnu.org>
24322
24323 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
24324
24325 * loadup.el: load jka-comp-hook.
24326
24327 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
24328 (jka-compr-handler): Add autoload. `put' calls moved
24329 to jka-comp-hook.el.
24330 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
24331 (jka-compr-inhibit): Autoload.
24332
24333 * jka-comp-hook.el: New file.
24334 Enable the mode by default.
24335
24336 * files.el (backup-buffer-copy): Use copy-file instead
24337 of write-region, and put back the 'excl.
24338
24339 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
24340
24341 * progmodes/flymake.el (flymake-split-string)
24342 (flymake-split-string, flymake-log, flymake-pid-to-names)
24343 (flymake-reg-names, flymake-get-source-buffer-name)
24344 (flymake-unreg-names, flymake-add-line-err-info)
24345 (flymake-add-err-info): Clarify docstrings.
24346 (flymake-popup-menu, flymake-make-emacs-menu)
24347 (flymake-make-xemacs-menu): Add docstrings.
24348 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
24349 Set variables directly throughout.
24350
24351 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
24352
24353 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
24354 exists. Initialize cc-define-alist.
24355 (c-mode): Add cc-create-define-alist locally to after-save-hook.
24356 If there is no file (Macroexpansion) don't create an alist.
24357
24358 2005-04-29 Sam Steingold <sds@gnu.org>
24359
24360 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
24361 (cc-create-define-alist): Use it instead of the hard-coded string.
24362
24363 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24364
24365 * international/mule-conf.el (file-coding-system-alist): Fix regexp
24366 for latexenc.
24367
24368 2005-04-29 Lute Kamstra <lute@gnu.org>
24369
24370 * emacs-lisp/generic.el: Improve commentary section.
24371 (define-generic-mode): Improve docstring.
24372
24373 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
24374
24375 * textmodes/org.el (many places): Change to quiet the byte compiler.
24376 (org-prefix-format-compiled): New variable.
24377 (org-compile-prefix-format): New function.
24378 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
24379 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
24380 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
24381 (org-get-entries-from-diary): Use `org-get-time-of-day' for
24382 consistency with entries from `org-mode' files.
24383 (org-get-time-of-day): Fix bug with partial matches early in a line.
24384 (org-non-link-chars): New constant.
24385 (org-link-regexp): Respect `org-non-link-chars'.
24386 (org-agenda-day-view): Remove command.
24387 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
24388 (org-follow-bbdb-link, org-store-link): Search also company field.
24389 (org-highlight-overlay): New variable.
24390 (org-highlight, org-unhighlight): New functions.
24391 (org-agenda-mode): Add pre-command-hook to remove highlight.
24392 (org-evaluate-time-range): Behavior depends upon whether time stamp
24393 contains a time or not.
24394 (org-show-subtree, org-show-entry): New functions.
24395 (org-agenda-cleanup-fancy-diary): Remove empty lines.
24396
24397 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
24398
24399 * comint.el (comint-output-filter-functions): Add autoload cookie.
24400
24401 2005-04-28 Kim F. Storm <storm@cua.dk>
24402
24403 * ido.el (ido-everywhere): Fix last change.
24404
24405 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24406
24407 * international/latexenc.el: New file.
24408 * international/mule-conf.el (file-coding-system-alist): For .tex,
24409 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
24410
24411 2005-04-28 Lute Kamstra <lute@gnu.org>
24412
24413 * font-lock.el (font-lock-add-keywords)
24414 (font-lock-remove-keywords): Clarify docstring.
24415 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
24416 Don't start docstrings with a `*'.
24417 (font-lock-update-removed-keyword-alist): Give it a docstring.
24418
24419 * generic-x.el: Update commentary section.
24420 Only require font-lock when compiling.
24421 Define all modes conditionally.
24422 Place all generic modes in the generic-x-modes customization group.
24423 (generic-x-modes): New customization group.
24424 (generic-default-modes, generic-mswindows-modes)
24425 (generic-unix-modes, generic-other-modes): New constants.
24426 (generic-define-mswindows-modes, generic-define-unix-modes):
24427 Update docstrings. Make them obsolete.
24428 (generic-extras-enable-list): New default value. Update docstring.
24429 Improve :type. Change :set function.
24430 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
24431 Fix docstring.
24432
24433 * emacs-lisp/generic.el (generic-mode-internal):
24434 Simplify font-lock-defaults.
24435 (define-generic-mode): Fix docstring.
24436
24437 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24438
24439 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
24440 font-lock-face property to highlight matches.
24441
24442 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
24443
24444 * progmodes/cc-mode.el (cc-create-define-alist): New function.
24445 (cc-define-alist): New variable.
24446 (c-mode): Make it local and initialize it.
24447
24448 * progmodes/gdb-ui.el (gdb-active-process): New variable.
24449 (gdb-exited): New function.
24450 (gdb-annotation-rules): Use it.
24451 (gdb-starting): Set gdb-active-process to t.
24452 (gdb-stopping): Amend doc string.
24453 (gdb-reset): Set gdb-active-process to nil.
24454
24455 * tooltip.el (tooltip-gud-tips): Show the associated #define
24456 directives when a C program under GDB is not executing.
24457
24458 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24459
24460 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
24461 font-lock-fontify-syntactic-keywords.
24462
24463 * font-lock.el (font-lock-default-fontify-region): Don't force
24464 parse-sexp-lookup-properties to nil.
24465
24466 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24467
24468 * man.el (man-mode-syntax-table): Set up `:' to have
24469 word-constituent syntax.
24470
24471 2005-04-27 Lute Kamstra <lute@gnu.org>
24472
24473 * novice.el (disable-command): Don't add spurious newlines to the
24474 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
24475
24476 2005-04-26 Jay Belanger <belanger@truman.edu>
24477
24478 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
24479 than one window before deleting window.
24480
24481 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
24482
24483 * shell.el (shell-prompt-pattern): Doc fix.
24484 (shell-mode): Set paragraph-separate buffer locally to "\\'".
24485
24486 * comint.el (comint-prompt-regexp, comint-get-old-input)
24487 (comint-use-prompt-regexp)
24488 (comint-use-prompt-regexp-instead-of-fields)
24489 (comint-replace-by-expanded-history, comint-send-input)
24490 (comint-output-filter, comint-get-old-input-default)
24491 (comint-line-beginning-position, comint-bol, comint-show-output)
24492 (comint-backward-matching-input, comint-forward-matching-input)
24493 (comint-next-prompt, comint-previous-prompt):
24494 Rename `comint-use-prompt-regexp-instead-of-fields' to
24495 `comint-use-prompt-regexp'. Keep old name as alias and declare
24496 obsolete.
24497 (comint-use-prompt-regexp): Shorten first line of doc string.
24498
24499 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
24500 Set paragraph-separate buffer locally to "\\'".
24501
24502 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
24503 Adapt to above name change.
24504
24505 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
24506 (smbclient-prompt-regexp): Ditto.
24507
24508 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
24509
24510 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
24511
24512 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
24513 gdb-location-list.
24514 Break lines that are over 80 characters wide.
24515
24516 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24517
24518 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
24519 New fun and var, to preserve compatibility.
24520
24521 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
24522
24523 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
24524
24525 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
24526 name to file-newer-than-file-p.
24527
24528 2005-04-26 Richard M. Stallman <rms@gnu.org>
24529
24530 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
24531
24532 * progmodes/python.el (python-mode):
24533 Use new name eldoc-documentation-function.
24534
24535 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
24536
24537 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24538 (eldoc-documentation-function):
24539 Rename from eldoc-print-current-symbol-info-function. Calls changed.
24540
24541 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
24542
24543 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
24544
24545 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24546
24547 * term/xterm.el (function-key-map): Fix strings for
24548 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
24549 {C,S,A,C-S}-{f1-f12}.
24550
24551 2005-04-26 Kenichi Handa <handa@m17n.org>
24552
24553 * international/mule-cmds.el (select-safe-coding-system):
24554 Fix previous change.
24555
24556 2005-04-26 Lute Kamstra <lute@gnu.org>
24557
24558 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
24559
24560 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
24561 (font-lock-comment-delimiter-face): Ditto.
24562
24563 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
24564
24565 2005-04-25 Jay Belanger <belanger@truman.edu>
24566
24567 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
24568 to t while inserting information; use help-mode.
24569
24570 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24571
24572 * term.el (ansi-term-color-vector): Use the xterm colors.
24573 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
24574
24575 2005-04-25 Lute Kamstra <lute@gnu.org>
24576
24577 * font-core.el (font-lock-defaults): Fix docstring.
24578
24579 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
24580
24581 2005-04-25 Kenichi Handa <handa@m17n.org>
24582
24583 * international/mule-cmds.el (select-safe-coding-system):
24584 Don't check consistency with coding: spec, etc if raw-text or
24585 no-conversion was found to be safe.
24586
24587 2005-04-24 Richard M. Stallman <rms@gnu.org>
24588
24589 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
24590 citation markers at start of each line.
24591
24592 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
24593 citation markers at start of each line.
24594
24595 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
24596
24597 * files.el (mode-require-final-newline): Fix previous change.
24598 (require-final-newline): Fix type label.
24599
24600 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24601
24602 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
24603 statement in buffer (broken by 2004-11-24 change).
24604
24605 2005-04-24 Kim F. Storm <storm@cua.dk>
24606
24607 * ido.el (ido-everywhere): Save and restore old read-buffer-function
24608 and read-file-name-function values. Don't overwrite existing
24609 non-nil values if ido-mode is enabled without ido-everywhere.
24610
24611 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
24612
24613 * files.el (mode-require-final-newline): Minor doc fix.
24614
24615 2005-04-24 Eli Zaretskii <eliz@gnu.org>
24616
24617 * subr.el (syntax-after): Doc fix.
24618 (syntax-class): If argument is nil, return nil. Mask off upper 16
24619 bits, not 8 bits.
24620
24621 * files.el (mode-require-final-newline): Doc fix.
24622 (backup-buffer-copy): Fix last change.
24623
24624 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24625
24626 * term/mac-win.el: Require select. Set selection-coding-system to
24627 mac-system-coding-system. Call menu-bar-enable-clipboard.
24628 (x-last-selected-text-clipboard, x-last-selected-text-primary)
24629 (x-select-enable-clipboard): New variables.
24630 (x-select-text, x-get-selection, x-selection-value)
24631 (x-get-selection-value, mac-select-convert-to-string)
24632 (mac-services-open-file, mac-services-open-selection)
24633 (mac-services-insert-text): New functions.
24634 (CLIPBOARD, FIND): Put mac-scrap-name property.
24635 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
24636 (public.tiff): Put mac-ostype property.
24637 (selection-converter-alist): Add entries for them.
24638 (mac-application-menu-map): New keymap.
24639 (interprogram-cut-function, interprogram-paste-function): Set to
24640 x-select-text and x-get-selection-value, respectively.
24641 (split-window-keep-point): Set to t.
24642
24643 2005-04-23 Richard M. Stallman <rms@gnu.org>
24644
24645 * files.el (read-directory-name): Always pass non-nil
24646 DEFAULT-FILENAME arg to read-file-name.
24647 (backup-buffer-copy, basic-save-buffer-2): Take care against
24648 writing thru an unexpected existing symlink.
24649 (revert-buffer): In indirect buffer, revert the base buffer.
24650 (magic-mode-alist): Doc fix.
24651 (buffer-stale-function): Doc fix.
24652 (minibuffer-with-setup-hook): Avoid warning.
24653 (mode-require-final-newline): Doc and custom fix.
24654
24655 * follow.el (follow-end-of-buffer): Use with-no-warnings.
24656
24657 * font-lock.el (font-lock-comment-face): On terminals with few colors,
24658 use the default appearance.
24659 (font-lock-comment-delimiter-face): New face, new variable.
24660
24661 * imenu.el (imenu--generic-function): The official position of a
24662 definition is the start of the line that BEG is in.
24663
24664 * midnight.el (midnight-timer): Move defvar up.
24665
24666 * mouse.el (mouse-drag-region-1): Delete some debugging code.
24667
24668 * saveplace.el (save-place-to-alist): Use with-no-warnings.
24669
24670 * startup.el (command-line): Use with-no-warnings.
24671
24672 * window.el (window-size-fixed): New defvar.
24673
24674 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
24675
24676 * mail/rmail.el (rmail-font-lock-keywords):
24677 Use font-lock-comment-delimiter-face.
24678
24679 * mail/sendmail.el (mail-font-lock-keywords):
24680 Use font-lock-comment-delimiter-face.
24681
24682 * progmodes/compile.el (next-error-highlight-timer): New defvar.
24683
24684 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24685
24686 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24687 Specify t for LAXMATCH when matching directories.
24688 Save match data around compilation-compat-error-properties form.
24689
24690 2005-04-23 David Kastrup <dak@gnu.org>
24691
24692 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
24693 Mention that the autoloaded aliases should be kept for AUCTeX.
24694
24695 2005-04-23 Andreas Schwab <schwab@suse.de>
24696
24697 * isearch.el (isearch-forward): Doc fix.
24698
24699 2005-04-23 Eli Zaretskii <eliz@gnu.org>
24700
24701 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
24702 (jit-lock-stealth-nice): Change default value to 0.5.
24703
24704 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
24705
24706 * abbrev.el (write-abbrev-file): Write table entries in
24707 alphabetical order by table name.
24708
24709 2005-04-22 Kim F. Storm <storm@cua.dk>
24710
24711 * ido.el (ido-read-internal): Fix `list' completion.
24712
24713 2005-04-22 Kenichi Handa <handa@m17n.org>
24714
24715 * recentf.el (recentf-save-file-coding-system): New variable.
24716 (recentf-save-list): Encode the file by
24717 recentf-save-file-coding-system and add coding: tag.
24718
24719 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
24720
24721 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
24722
24723 2005-04-21 Lute Kamstra <lute@gnu.org>
24724
24725 * loadhist.el (unload-feature): Don't remove a function from hooks
24726 if it is about to be restored to an autoload . Remove functions
24727 that will become unbound from auto-mode-alist. Simplify the code.
24728
24729 * subr.el (assq-delete-all): New implementation that is linear,
24730 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
24731 (rassq-delete-all): New function.
24732
24733 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24734 Add size-indication-mode.
24735
24736 2005-04-21 Kenichi Handa <handa@m17n.org>
24737
24738 * international/mule-cmds.el: Add autoload for widget-value in
24739 eval-when-compile.
24740
24741 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
24742
24743 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24744 Add tooltip-mode.
24745
24746 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
24747
24748 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
24749
24750 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
24751 (inferior-lisp-filter-regexp, inferior-lisp-program)
24752 (inferior-lisp-load-command, inferior-lisp-prompt)
24753 (inferior-lisp-mode-hook, lisp-source-modes)
24754 (inferior-lisp-load-hook): defvar->defcustom.
24755 (inferior-lisp-program, inferior-lisp-prompt)
24756 (inferior-lisp-load-hook): Doc fixes.
24757 (inferior-lisp-install-letter-bindings): Small change in
24758 introductory comment.
24759
24760 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
24761
24762 * vc.el (vc-annotate-color-map): Change some colors so that text
24763 using them as foreground is readable on both white and black
24764 backgrounds.
24765
24766 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24767
24768 * international/mule-conf.el (translation-table-for-input):
24769 Remove redundant declaration.
24770
24771 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24772
24773 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
24774
24775 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
24776 (tooltip-toggle-gud-tips): New function.
24777
24778 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24779
24780 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
24781 right angle brackets.
24782
24783 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24784
24785 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
24786
24787 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24788
24789 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
24790 Remove. Update callers to use expand-file-name instead.
24791
24792 * subr.el (syntax-class): New function.
24793
24794 * simple.el (blink-matching-open): Use it.
24795
24796 * paren.el (show-paren-function): Use it to recognize parens that are
24797 also used in 2-char comment markers.
24798
24799 2005-04-19 Lute Kamstra <lute@gnu.org>
24800
24801 * loadhist.el (unload-feature): Update for new format of
24802 load-history. Simplify the code.
24803
24804 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24805
24806 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
24807 (mac-add-charset-info): New function. Initialize variable
24808 mac-charset-info-alist using it.
24809 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
24810 for translation.
24811 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
24812 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24813 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
24814 New CCL programs.
24815
24816 2005-04-19 Kim F. Storm <storm@cua.dk>
24817
24818 * simple.el (next-buffer, prev-buffer, next-error)
24819 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24820 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
24821
24822 * bindings.el (next-buffer, prev-buffer, next-error)
24823 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24824 (clone-indirect-buffer-other-window): Move bindings from simple.el.
24825 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
24826 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
24827
24828 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24829
24830 * isearch.el (isearch-edit-string): Make the search-ring available for
24831 minibuffer history commands.
24832 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
24833 the default history commands now work just as well.
24834 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
24835
24836 2005-04-18 Kim F. Storm <storm@cua.dk>
24837
24838 * emulation/cua-base.el (cua--pre-command-handler): Add more
24839 elaborate check for shift modifier on non-window systems.
24840
24841 2005-04-18 Lars Hansen <larsh@math.ku.dk>
24842
24843 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
24844
24845 2005-04-18 Kim F. Storm <storm@cua.dk>
24846
24847 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
24848 and make it optional. Don't test tooltip-gud-echo-area here.
24849 (tooltip-gud-process-output, gdb-tooltip-print):
24850 Pass tooltip-gud-echo-area to tooltip-show.
24851 (tooltip-help-tips): Remove second optional arg to tooltip-show.
24852
24853 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24854
24855 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
24856 `display-graphic-p' may not be bound yet.
24857
24858 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
24859
24860 * startup.el (command-line): No longer enable Xterm Mouse mode by
24861 default in terminals compatible with xterm.
24862
24863 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
24864
24865 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
24866
24867 * tooltip.el (tooltip-gud-echo-area): Rename from
24868 tooltip-use-echo-area.
24869 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
24870 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
24871 area independently of where help tooltips are displayed.
24872
24873 2005-04-17 David Kastrup <dak@gnu.org>
24874
24875 * cus-theme.el (custom-theme-write-variables): Quote variables
24876 where necessary.
24877
24878 2005-04-17 Richard M. Stallman <rms@gnu.org>
24879
24880 * simple.el (yank-excluded-properties): Add follow-link to value.
24881
24882 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
24883
24884 * startup.el (fancy-splash-max-time): Just 30 seconds.
24885 (fancy-splash-delay): Just 7.
24886 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
24887
24888 * loadhist.el (unload-feature): Update for new format of load-history.
24889 Simplify the code.
24890
24891 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
24892 (rmail-font-lock-keywords): Don't fontify the text of a citation.
24893
24894 * mail/sendmail.el (mail-font-lock-keywords):
24895 Don't fontify subject text.
24896 Don't fontify the text of a citation.
24897
24898 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
24899
24900 * comint.el (comint-output-filter): Run comint-output-filter-functions
24901 with point where the user had it.
24902
24903 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24904
24905 * international/ucs-tables.el (ucs-set-table-for-input):
24906 Disable when using unify-on-decoding.
24907
24908 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
24909
24910 * emulation/cua-base.el (cua-global-mark-face): Add special case
24911 for displays supporting a high number of colors.
24912
24913 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24914
24915 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
24916
24917 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
24918
24919 * filesets.el (filesets-add-buffer): If user supplies a name of a
24920 non-existing fileset, create a new fileset.
24921
24922 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
24923
24924 * textmodes/org.el (org-up-heading-all): Fix bug with
24925 `outline-up-heading-all'.
24926
24927 2005-04-16 Andreas Schwab <schwab@suse.de>
24928
24929 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
24930 /etc/permissions.d/* and /etc/aliases.d/*.
24931
24932 2005-04-16 Kenichi Handa <handa@m17n.org>
24933
24934 * international/code-pages.el (cp-make-coding-system):
24935 Set `translation-table-for-input' property value to the symbol
24936 ucs-mule-to-mule-unicode, not to that value.
24937 (pt154): Escape guillemet by `\'.
24938
24939 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
24940
24941 * loadup.el: Load tooltip if x-show-tip is fboundp.
24942
24943 * startup.el (command-line): Add comment.
24944
24945 * tooltip.el (tooltip-mode): Specify correct standard value for
24946 Custom in init-value.
24947
24948 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
24949
24950 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
24951 possible.
24952
24953 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
24954
24955 * textmodes/org.el (org-agenda-date-prompt): Rename from
24956 `org-agenda-date-today'.
24957 (org-evaluate-time-range): Insert at point instead of directly
24958 after time range.
24959 (org-first-headline-recenter, org-subtree-end-visible-p)
24960 (org-optimize-window-after-visibility-change): New functions
24961 (org-agenda-post-command-hook): Don't allow point at end of line,
24962 to make sure it always hits the text properties.
24963 (org-agenda-next-date-line, org-agenda-previous-date-line):
24964 New commands.
24965 (org-set-regexps-and-options): Category may contain white space.
24966 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24967 Improve marker positions.
24968 (org-agenda-new-marker): Argument POS made optional.
24969 (org-agenda-get-timestamps): Deadlines which are done are listed
24970 in org-done-face now.
24971 (org-agenda-get-todos, org-agenda-get-timestamps)
24972 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24973 Set `undone-face' and `done-face' properties.
24974 (org-last-todo-state-is-todo): New variable.
24975 (org-todo): Set `org-last-todo-state-is-todo'.
24976 (org-agenda-todo): Change face according to
24977 `org-last-todo-state-is-todo'. And change other lines referring to
24978 the same entry.
24979 (org-calendar-goto-agenda): New command.
24980 (org-calendar-to-agenda-key): New option.
24981 (org-startup-folded): New allowed value `content'.
24982 (org-set-regexps-and-options): Accept new value `content' for
24983 `org-startup-folded'.
24984 (org-get-current-options): Handle new value `content' for
24985 `org-startup-folded'.
24986 (org-insert-todo-heading): New command.
24987 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
24988 interactively in empty file and option
24989 `org-insert-mode-line-in-empty-file' has been set.
24990 (org-agenda-todo, org-agenda-priority): Modify to use
24991 `org-agenda-change-all-lines'.
24992 (org-warning-face): Change color on dark background
24993
24994 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24995
24996 * international/mule-cmds.el (set-locale-environment): On Mac OS,
24997 use preferences AppleLocale and AppleLanguages, and variable
24998 mac-system-locale for default locale. On Mac OS Classic, use
24999 mac-system-coding-system for default coding systems.
25000
25001 * term/mac-win.el: Don't set file-name-coding-system.
25002 Decode variables system-name, emacs-build-system, user-login-name, and
25003 user-full-name by mac-system-coding-system on Mac OS Classic.
25004 (mac-system-coding-system): New variable.
25005
25006 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
25007
25008 * startup.el (command-line): Handle `xterm-mouse-mode' before
25009 reading init file.
25010
25011 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
25012
25013 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
25014
25015 * progmodes/sh-script.el (sh-here-document-word): Make it a
25016 defcustom. Doc fix.
25017 (sh-add): Bash uses $(( )) for arithmetic.
25018 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
25019 (sh-maybe-here-document): Remove quotes and leading whitespace
25020 from heredoc word when closing. Indent heredoc with tabs if word
25021 starts with "-".
25022
25023 2005-04-13 Richard M. Stallman <rms@gnu.org>
25024
25025 * simple.el (undo): Fix previous change.
25026
25027 * custom.el (defface): Doc fix.
25028
25029 2005-04-13 Lute Kamstra <lute@gnu.org>
25030
25031 * Makefile.in (DONTCOMPILE): Remove list.
25032 (compile, compile-always): Don't use DONTCOMPILE.
25033 (update-authors): Load the library in which batch-update-authors
25034 is defined.
25035 * makefile.w32-in (DONTCOMPILE): Remove list.
25036 (compile, compile-always): Fix comments.
25037 (update-authors): Load the library in which batch-update-authors
25038 is defined.
25039
25040 * generic-x.el (generic-mode-ini-file-find-file-hook):
25041 Rename to ini-generic-mode-find-file-hook.
25042 Keep generic-mode-ini-file-find-file-hook as an alias.
25043 (ini-generic-mode-find-file-hook): Rename from
25044 generic-mode-ini-file-find-file-hook. Fix docstring.
25045 (ini-generic-mode): Docstring change.
25046 (bat-generic-mode-run-as-comint): Silence the byte compiler.
25047
25048 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
25049 called from lisp.
25050
25051 * generic.el: Move to the emacs-lisp subdir.
25052
25053 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
25054
25055 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
25056 and C-S- function and cursor motion keys.
25057
25058 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
25059
25060 * startup.el (command-line): Enable Xterm Mouse mode by default.
25061 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
25062 for Custom. No longer show "Mouse" in mode line when enabled.
25063 Doc fix.
25064
25065 2005-04-12 Kim F. Storm <storm@cua.dk>
25066
25067 * emulation/cua-base.el (cua-rectangle-face)
25068 (cua-rectangle-noselect-face): Define face attributes here.
25069
25070 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
25071
25072 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25073
25074 * startup.el (command-line): Turn off blinking cursor if
25075 cursorBlink in resources is off or false.
25076
25077 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25078
25079 * term/mac-win.el (dnd): Require dnd.
25080 (mac-drag-n-drop): Call dnd-handle-one-url.
25081 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
25082 (kTextEncodingISOLatin2): Remove constants.
25083 (mac-script-code-coding-systems): New constant.
25084 (mac-handle-language-change): New function.
25085 (special-event-map): Bind it to `language-change' event.
25086 (mac-centraleurroman, mac-cyrillic): New coding systems.
25087 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
25088 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
25089 and mac-cyrillic-encoder to encode-mac-centraleurroman and
25090 encode-mac-cyrillic, respectively.
25091
25092 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25093
25094 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
25095 Don't set overlay-arrow-string to "=>" as this is done
25096 globally in C now.
25097
25098 2005-04-12 Lute Kamstra <lute@gnu.org>
25099
25100 * generic-x.el (rc-generic-mode, rul-generic-mode):
25101 Fix auto-mode-alist entries.
25102 (etc-fstab-generic-mode): Tweak fontification.
25103
25104 * generic.el (generic-make-keywords-list): Fix docstring.
25105 (generic-mode-internal): Simplify generic-font-lock-keywords.
25106
25107 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25108
25109 * whitespace.el (whitespace-buffer-leading)
25110 (whitespace-buffer-trailing): Revert the incorrect test inversion.
25111 However, fix the highlight area for the leading and
25112 trailing whitespaces to show space.
25113
25114 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25115
25116 * whitespace.el (whitespace-version): Bump to 3.5
25117
25118 (whitespace-buffer-leading, whitespace-buffer-trailing):
25119 Invert sense of the test to highlight the whitespace.
25120
25121 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25122
25123 * progmodes/gud.el (gud-display-line): GUD uses its own
25124 overlay arrow now so don't set overlay-arrow-string.
25125 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
25126
25127 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
25128
25129 * term.el (term-ansi-current-bold, term-ansi-current-underline)
25130 (term-ansi-current-reverse, term-ansi-current-invisible)
25131 (term-ansi-face-already-done): Change to boolean.
25132 (term-reset-terminal, term-handle-colors-array): Handle the above
25133 vars accordingly.
25134 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
25135 (term-emulate-terminal): Use the new name.
25136
25137 * faces.el (secondary-selection): Use yellow1, not yellow.
25138 (trailing-whitespace): Use red1, not red.
25139
25140 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25141
25142 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
25143 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
25144 (dired-dnd-handle-file): Call dnd-get-local-file-uri
25145
25146 * cus-edit.el (dnd): New group.
25147
25148 * term/w32-win.el (dnd): Require dnd
25149 (w32-drag-n-drop): Call dnd-handle-one-url.
25150
25151 * x-dnd.el: Require dnd.
25152 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
25153 Call dnd-handle-one-url.
25154 (x-dnd-types-alist, x-dnd-insert-utf8-text)
25155 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
25156 to dnd-insert-text.
25157 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
25158 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
25159 (x-dnd-get-local-file-name, x-dnd-open-local-file)
25160 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
25161
25162 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
25163
25164 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25165
25166 * wdired.el: Doc fixes.
25167 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
25168 (wdired-use-dired-vertical-movement): Rename from
25169 wdired-always-move-to-filename-beginning.
25170 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
25171 (wdired-change-to-wdired-mode): Change mode name.
25172 (wdired-newline): Delete.
25173
25174 2005-04-11 Richard M. Stallman <rms@gnu.org>
25175
25176 * whitespace.el (whitespace-highlight-the-space):
25177 Don't call whitespace-unhighlight-the-space here.
25178
25179 * simple.el (undo): Record t in undo-equiv-table
25180 for the redo record made by an undo-in-region.
25181
25182 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25183
25184 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
25185 (gdb-frame-inferior-io-buffer): New Functions to control
25186 display of separate IO buffer.
25187 (menu): Add them to menu-bar.
25188 (gdb-display-buffer): Check for buffer another frame.
25189 Protect GUD buffer.
25190 (gdb-setup-windows): Create IO buffer if not already there.
25191 (gdb-memory-mode): Remove purecopy noops.
25192
25193 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25194
25195 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
25196 and pass to self-insert-command.
25197
25198 2005-04-11 Lute Kamstra <lute@gnu.org>
25199
25200 * generic.el: Commentary section cleanup.
25201 (generic): Delete.
25202 (generic-use-find-file-hook, generic-lines-to-scan)
25203 (generic-find-file-regexp, generic-ignore-files-regexp)
25204 (default-generic-mode, generic-mode-find-file-hook)
25205 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
25206 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
25207 (generic-use-find-file-hook, generic-lines-to-scan)
25208 (generic-find-file-regexp, generic-ignore-files-regexp)
25209 (default-generic-mode, generic-mode-find-file-hook)
25210 (generic-mode-ini-file-find-file-hook): Move from generic.el.
25211
25212 2005-04-10 Karl Fogel <kfogel@red-bean.com>
25213
25214 * bookmark.el (bookmark-write-file): Catch errors writing file.
25215 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
25216
25217 2005-04-10 Richard M. Stallman <rms@gnu.org>
25218
25219 * startup.el (fancy-splash-tail): Update copyright year.
25220 (command-line): Split part of -Q into -D.
25221 (emacs-basic-display): New defvar.
25222 (fancy-splash-text): Correct name of menu item.
25223
25224 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
25225
25226 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
25227 lines in one node.
25228
25229 * comint.el (comint-send-input): New arg ARTIFICIAL.
25230 Callers in this file changed.
25231
25232 * abbrev.el (define-abbrevs): Read system abbrevs properly.
25233
25234 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
25235
25236 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
25237
25238 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
25239 `ldap-search-internal'.
25240
25241 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25242
25243 * files.el (set-auto-mode-1): Use line-end-position.
25244
25245 * international/latin-1.el:
25246 * international/latin-2.el:
25247 * international/latin-3.el:
25248 * international/latin-4.el:
25249 * international/latin-5.el:
25250 * international/latin-8.el:
25251 * international/latin-9.el: Give punctuation syntax to NBSP.
25252
25253 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
25254 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
25255 Use char-classes to accept non-ascii letters, accepted in some recent
25256 bibtex implementations.
25257
25258 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
25259
25260 * custom.el (custom-set-minor-mode): Any non-nil value for the
25261 variable should enable the mode when set through Custom.
25262
25263 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25264
25265 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
25266 TAB binding so tab-always-indent is obeyed.
25267 (vhdl-minibuffer-local-map): Move initialization into declaration.
25268 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
25269 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
25270 (vhdl-hooked-abbrev): Avoid test for XEmacs.
25271 (vhdl-current-line): Use line-beginning-position.
25272 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
25273 with-output-to-temp-buffer, so the current position can be recorded.
25274
25275 2005-04-10 Masatake YAMATO <jet@gyve.org>
25276
25277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25278 Add regexp for gcov.
25279
25280 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
25281
25282 * calendar/time-date.el (time-to-seconds, seconds-to-time)
25283 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
25284 syntax which Emacs 20 doesn't support.
25285
25286 2005-04-09 Richard M. Stallman <rms@gnu.org>
25287
25288 * help.el (describe-key-briefly, describe-key):
25289 Replace strings as event types with "(any string)".
25290
25291 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
25292
25293 * arc-mode.el (archive-mode-map): Move initialization into
25294 the declaration. Override *all* bindings of `undo'.
25295 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
25296
25297 2005-04-09 Jay Belanger <belanger@truman.edu>
25298
25299 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
25300
25301 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
25302
25303 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
25304 (xterm-register-default-colors): Update color values computation
25305 to match xterm-200.
25306
25307 2005-04-09 Kenichi Handa <handa@m17n.org>
25308
25309 * international/code-pages.el (iso-latin-7): Fix the map.
25310
25311 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
25312
25313 * emacs-lisp/lisp.el (defun-prompt-regexp)
25314 (parens-require-spaces, buffer-end, end-of-defun)
25315 (insert-parentheses): Doc fixes.
25316
25317 2005-04-08 Kim F. Storm <storm@cua.dk>
25318
25319 * comint.el (comint-highlight-prompt): Fix face spec.
25320 * hi-lock.el (hi-green): Likewise.
25321
25322 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25323
25324 * cus-edit.el (custom-modified-face):
25325 * comint.el (comint-highlight-input): Fix previous changes.
25326 * term.el (term-handle-ansi-escape): Add a comment.
25327
25328 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
25329
25330 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
25331 in the buffer and in whitespace-highlighted-space.
25332 (whitespace-unhighlight-the-space): Simplify.
25333 (whitespace-buffer): Simplify.
25334
25335 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25336
25337 * textmodes/table.el (table-cell-face): Add special case for
25338 displays supporting a high number of colors.
25339 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25340 (vhdl-font-lock-reserved-words-face)
25341 (vhdl-speedbar-architecture-face)
25342 (vhdl-speedbar-instantiation-face)
25343 (vhdl-speedbar-architecture-selected-face)
25344 (vhdl-speedbar-instantiation-selected-face): Likewise.
25345 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
25346 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
25347 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
25348 (ebrowse-root-class-face, ebrowse-member-attribute-face)
25349 (ebrowse-progress-face): Likewise.
25350 * progmodes/compile.el (compilation-info-face): Likewise.
25351 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
25352 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
25353 * calendar/calendar.el (diary-face): Likewise.
25354 * woman.el (woman-italic-face, woman-bold-face)
25355 (woman-unknown-face): Likewise.
25356 * wid-edit.el (widget-button-pressed-face): Likewise.
25357 * whitespace.el (whitespace-highlight-face): Likewise.
25358 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
25359 * pcvs-info.el (cvs-marked-face): Likewise.
25360 * info.el (info-xref): Likewise.
25361 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
25362 * hilit-chg.el (highlight-changes-face)
25363 (highlight-changes-delete-face): Likewise.
25364 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
25365 (hi-red-b): Likewise.
25366 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
25367 * font-lock.el (font-lock-keyword-face)
25368 (font-lock-function-name-face, font-lock-warning-face): Likewise.
25369 * cus-edit.el (custom-invalid-face, custom-modified-face)
25370 (custom-set-face, custom-changed-face, custom-variable-tag-face)
25371 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
25372 * comint.el (comint-highlight-prompt): Likewise.
25373
25374 2005-04-08 Lute Kamstra <lute@gnu.org>
25375
25376 * font-lock.el (font-lock-keywords): Docstring fixes.
25377
25378 2005-04-08 Kenichi Handa <handa@m17n.org>
25379
25380 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
25381 chars are more than a limit, print " and more..." at the tail.
25382
25383 2005-04-08 Kim F. Storm <storm@cua.dk>
25384
25385 * emacs-lisp/authors.el (authors-aliases): Update list.
25386 (authors-ignored-files): New list.
25387 (authors-fixed-entries): Fix typo.
25388 (authors-renamed-files-alist): Update list.
25389 (authors-add): Check authors-ignored-files.
25390
25391 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
25392
25393 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
25394 optional, to ensure backward compatibility.
25395
25396 2005-04-08 Stephen Eglen <stephen@gnu.org>
25397
25398 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
25399
25400 2005-04-08 Kim F. Storm <storm@cua.dk>
25401
25402 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
25403
25404 * mouse.el (mouse-on-link-p): Doc fix.
25405
25406 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
25407
25408 * ielm.el (ielm-prompt-read-only): Doc fix.
25409
25410 * comint.el (comint-prompt-read-only): Doc fix.
25411
25412 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
25413
25414 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
25415 ensure dired always handles wildcards passed to ffap.
25416 (find-file-at-point): Use it.
25417 (ffap-dired-wildcards): Doc fix.
25418
25419 2005-04-07 Juri Linkov <juri@jurta.org>
25420
25421 * simple.el (next-error-overlay-arrow-position): New defvar.
25422 Put "=>" on its property `overlay-arrow-string'. Add it to
25423 `overlay-arrow-variable-list'.
25424
25425 * progmodes/compile.el (compilation-setup):
25426 Set `next-error-overlay-arrow-position' to nil. Also set it to
25427 nil in the local hook `kill-buffer-hook'. Make local variable
25428 `overlay-arrow-string' and set it to "=>".
25429 (compilation-goto-locus): Set BOL position to
25430 `next-error-overlay-arrow-position' instead of
25431 `overlay-arrow-position'.
25432
25433 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
25434 locally instead of adding it to the global hook.
25435 (Info-kill-buffer): Move up.
25436
25437 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
25438
25439 * term/xterm.el (xterm-standard-colors): Update color values from
25440 xterm-200.
25441
25442 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
25443
25444 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
25445
25446 * fast-lock.el:
25447 * lazy-lock.el: Move them to the obsolete subdir.
25448
25449 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25450
25451 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
25452 (wdired-add-replace-advice): Remove.
25453 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
25454
25455 2005-04-06 Kim F. Storm <storm@cua.dk>
25456
25457 * startup.el (command-line): Add --bare-bones alias for -Q.
25458
25459 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25460
25461 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
25462 create the startup fontset if a font specification ends with
25463 `mac-roman'.
25464
25465 2005-04-06 Lute Kamstra <lute@gnu.org>
25466
25467 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
25468 change.
25469
25470 * emacs-lisp/copyright.el (copyright-update-year): Replace the
25471 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
25472
25473 2005-04-05 Lute Kamstra <lute@gnu.org>
25474
25475 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
25476 (define-generic-mode): Ditto. Fix debug declaration.
25477
25478 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
25479 Put them in the generic-x group.
25480
25481 * calendar/timeclock.el (timeclock): Doc fix.
25482
25483 * generic.el (define-generic-mode): Don't use custom-current-group.
25484 Document default :group value.
25485 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
25486 (define-global-minor-mode): Don't use custom-current-group.
25487
25488 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
25489
25490 * startup.el (command-line-1): Display startup-echo-area-message
25491 when fancy splash screen is in use.
25492
25493 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
25494 (sh-escaped-newline): New face.
25495 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
25496 newline, and use sh-escaped-newline face.
25497
25498 * progmodes/tcl.el (tcl-escaped-newline): New face.
25499 (tcl-builtin-list): New variable.
25500 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
25501 newlines. Fix keywords subexpression number.
25502
25503 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
25504
25505 * textmodes/org.el (org-diary-default-entry): Fix call to
25506 `add-to-diary-entry'.
25507
25508 2005-04-05 Kim F. Storm <storm@cua.dk>
25509
25510 * ediff-init.el: Use (featurep 'xemacs).
25511
25512 2005-04-05 David Ponce <david@dponce.com>
25513
25514 * cus-edit.el (face): Derive from symbol widget. Display sample
25515 of the current face on the fly.
25516 (widget-face-sample-face-get, widget-face-notify): New functions.
25517 (widget-face-value-create): Remove.
25518
25519 * wid-edit.el (widget-field-end): Temporarily remove field
25520 narrowing before to call `get-char-property'.
25521
25522 2005-04-04 Jay Belanger <belanger@truman.edu>
25523
25524 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
25525 (math-read-subscripts): New variable.
25526 (math-read-preprocess-string): Process subscripts.
25527
25528 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
25529
25530 * comint.el (comint-prompt-read-only): Doc fix.
25531
25532 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
25533 `-1'. Doc fix.
25534
25535 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
25536
25537 * textmodes/org.el (org-insert-mode-line-in-empty-file):
25538 Change default value to nil.
25539
25540 2005-04-04 Lute Kamstra <lute@gnu.org>
25541
25542 * autorevert.el (auto-revert-mode): Specify :group.
25543 * battery.el (display-battery-mode): Specify :group.
25544 * diff-mode.el (diff-minor-mode): Specify :group.
25545 * font-core.el (font-lock-mode): Specify :group.
25546 * hl-line.el (hl-line-mode): Specify :group.
25547 * iimage.el (iimage): New customization group.
25548 (iimage-mode): Specify :group.
25549 * longlines.el (longlines-mode): Specify :group.
25550 * master.el: Don't require easy-mmode.
25551 (master): New customization group.
25552 (master-mode): Specify :group.
25553 * msb.el (msb-mode): Specify :group.
25554 * reveal.el (reveal-mode): Specify :group.
25555 * simple.el (next-error-follow-minor-mode): Specify :group.
25556 * smerge-mode.el (smerge-mode): Specify :group.
25557 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
25558 * emulation/cua-base.el (cua-mode): Specify :group.
25559 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
25560 * language/thai-util.el (thai-auto-composition-mode)
25561 (thai-word-mode): Specify :group.
25562 * mail/supercite.el (sc-minor-mode): Specify :group.
25563 * progmodes/cwarn.el (cwarn-mode): Specify :group.
25564 * progmodes/flymake.el (flymake-mode): Specify :group.
25565 * progmodes/glasses.el (glasses-mode): Specify :group.
25566 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
25567 * textmodes/enriched.el (enriched-mode): Specify :group.
25568 * textmodes/refill.el (refill-mode): Specify :group.
25569
25570 * add-log.el (change-log-font-lock-keywords): Names in
25571 parenthesized lists can contain spaces.
25572
25573 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
25574
25575 * startup.el (fancy-splash-text): Shorten default text of
25576 "Emacs Tutorial" line. Also, if the current language env
25577 indicates an available tutorial file other than TUTORIAL,
25578 extract its title and append it to the line in parentheses.
25579 (fancy-splash-insert): If arg is a thunk, funcall it.
25580
25581 2005-04-04 Jay Belanger <belanger@truman.edu>
25582
25583 * calc.el (calc-language-alist): Add tags to customization type.
25584
25585 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
25586
25587 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
25588 Doc fix.
25589
25590 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
25591
25592 * add-log.el (change-log-font-lock-keywords): The manual
25593 describing a Change Log entry, says: (...) "Aside from these
25594 header lines, every line in the change log starts with a space or
25595 a tab.". The font-lock was not highlighting lines started with
25596 spaces, added support for it.
25597
25598 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25599
25600 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
25601 (bibtex-generate-url-list): Update docstring accordingly. Put the
25602 complex example in the docstring.
25603 (bibtex-font-lock-url): Use pop.
25604
25605 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
25606
25607 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
25608
25609 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
25610
25611 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25612
25613 * filesets.el (filesets-set-default): Doc fix.
25614
25615 2005-04-03 Lute Kamstra <lute@gnu.org>
25616
25617 * generic.el (define-generic-mode): Add argument to specify
25618 keywords for defcustom.
25619 (default-generic-mode): Specify :group.
25620
25621 * generic-x.el: Specify :group for all generic modes.
25622
25623 * desktop.el (desktop-no-desktop-file-hook)
25624 (desktop-after-read-hook): Doc fix.
25625
25626 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
25627
25628 * simple.el (visible-mode): Use explicit :group keyword.
25629 This changes the group of `visible-mode-hook' from paren-blinking
25630 to editing-basics.
25631
25632 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
25633
25634 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
25635 mailbox specifications as well as URLs.
25636 (rmail-insert-inbox-text): Remove unused conditional branches.
25637
25638 2005-04-01 Jay Belanger <belanger@truman.edu>
25639
25640 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
25641 (calc-gnuplot-print-command): Move definitions to calc.el.
25642
25643 * calc/calc-embed.el (calc-embedded-announce-formula)
25644 (calc-embedded-open-formula, calc-embedded-close-formula)
25645 (calc-embedded-open-word, calc-embedded-close-word)
25646 (calc-embedded-open-plain, calc-embedded-close-plain)
25647 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
25648 (calc-embedded-open-mode, calc-embedded-close-mode):
25649 Move definitions to calc.el.
25650
25651 * calc/calc.el (calc-settings-file, calc-language-alist):
25652 Make customizable.
25653 (calc-embedded-announce-formula, calc-embedded-open-formula)
25654 (calc-embedded-close-formula, calc-embedded-open-word)
25655 (calc-embedded-close-word, calc-embedded-open-plain)
25656 (calc-embedded-close-plain, calc-embedded-open-new-formula)
25657 (calc-embedded-close-new-formula, calc-embedded-open-mode)
25658 (calc-embedded-close-mode, calc-gnuplot-name)
25659 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
25660 from other files and make customizable.
25661
25662 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25663
25664 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
25665 Use buffer-live-p.
25666 (cvs-mode-run): Don't call cvs-update-header here.
25667 (cvs-run-process): Call cvs-update-header.
25668 Use process properties for cvs-postprocess and cvs-buffer so that
25669 the sentinel can behave better if the temp buffer is killed.
25670 Use a pipe rather than a tty, to better handle unexpected prompts.
25671 (cvs-sentinel): Rewrite. Call cvs-update-header.
25672
25673 2005-04-01 Andre Spiegel <spiegel@gnu.org>
25674
25675 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
25676 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
25677
25678 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25679
25680 * generic.el (define-generic-mode): Add indentation rule.
25681
25682 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
25683
25684 * files.el (mode-require-final-newline): Make Custom correctly
25685 report a nil value and allow to set it to nil via Custom.
25686 Doc fix.
25687
25688 2005-04-01 Kenichi Handa <handa@m17n.org>
25689
25690 * international/characters.el: Enable the correct case setting for
25691 dotless-i and dotted-I.
25692
25693 2005-04-01 Kim F. Storm <storm@cua.dk>
25694
25695 * ido.el (ido-file-internal): Fall back to non-ido command if
25696 initial directory is on slow ftp (or tramp) host.
25697
25698 2005-03-31 Richard M. Stallman <rms@gnu.org>
25699
25700 * emacs-lisp/autoload.el (make-autoload):
25701 Handle define-global-minor-mode.
25702
25703 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25704 Rename from easy-mmode-define-global-mode.
25705 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
25706
25707 * progmodes/scheme.el (scheme-mode-syntax-table):
25708 Update syntax of | and # for two-character comment syntax.
25709
25710 2005-03-31 Lute Kamstra <lute@gnu.org>
25711
25712 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
25713 (define-minor-mode): Call custom-current-group at load-time.
25714
25715 * generic.el (define-generic-mode): Add debug declaration.
25716 Add defcustom for the mode hook.
25717 (generic-mode-internal): Use run-mode-hooks.
25718
25719 2005-03-31 Kim F. Storm <storm@cua.dk>
25720
25721 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
25722 (mouse-fixup-help-message): New defun called by show_help_echo
25723 to fixup mouse-2 prefix in help messages when applicable.
25724
25725 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
25726
25727 2005-03-31 Kenichi Handa <handa@m17n.org>
25728
25729 * language/thai-word.el (thai-find-word-ends): Pay attention to
25730 the case that we reach the end of buffer.
25731
25732 * textmodes/fill.el (fill-text-properties-at): New function.
25733 (fill-newline): Use fill-text-properties-at instead of
25734 text-properties-at.
25735
25736 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25737
25738 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
25739 not comint-quote-filename.
25740
25741 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
25742
25743 * help-fns.el (help-with-tutorial): Revert last change.
25744
25745 2005-03-31 Kim F. Storm <storm@cua.dk>
25746
25747 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
25748
25749 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
25750
25751 * calendar/cal-china.el: Update reference to "Calendrical
25752 Calculations" book; there's a new edition.
25753 * calendar/cal-coptic.el: Likewise.
25754 * calendar/cal-french.el: Likewise.
25755 * calendar/cal-hebrew.el: Likewise.
25756 * calendar/cal-islam.el: Likewise.
25757 * calendar/cal-iso.el: Likewise.
25758 * calendar/cal-julian.el: Likewise.
25759 * calendar/cal-mayan.el: Likewise.
25760 * calendar/cal-persia.el: Likewise.
25761 * calendar/calendar.el: Likewise.
25762 * calendar/holidays.el: Likewise.
25763 * calendar/lunar.el: Likewise.
25764 * calendar/solar.el: Likewise.
25765
25766 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
25767 white space from doc string.
25768
25769 2005-03-30 Jay Belanger <belanger@truman.edu>
25770
25771 * calc/calc-help.el (calc-full-help): Remove email address.
25772
25773 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
25774
25775 * help-fns.el (help-with-tutorial): Delete title line.
25776
25777 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25778
25779 * calendar/cal-x.el (calendar-one-frame-setup)
25780 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
25781 rather than `symbol' for set-window-dedicated-p.
25782
25783 * calendar/appt.el (appt-buffer-name): Make it a constant.
25784 (appt-add): Doc fix.
25785
25786 * filesets.el (filesets-menu-path, filesets-menu-before)
25787 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
25788 (filesets-menu-cache-file): Use directory ~/.emacs.d.
25789 (filesets-add-submenu): Delete and use add-submenu instead.
25790
25791 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
25792
25793 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
25794 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
25795 (org-diary-default-entry): New function.
25796 (org-get-entries-from-diary): Better parsing of diary entries.
25797 (org-agenda-check-no-diary): New function.
25798 ("diary-lib"): Advice to function `add-to-diary-list', to allow
25799 linking to diary entries.
25800 (org-agenda-execute-calendar-command): New function.
25801 (org-agenda): Improve visible section in window.
25802 Use `org-fit-agenda-window'.
25803 (org-fit-agenda-window): New option.
25804 (org-move-subtree-down): Better handling of empty lines
25805 at end of subtree.
25806 (org-cycle): Numeric prefix is interpreted now as show-subtree N
25807 levels up.
25808 (org-fontify-done-headline): New option.
25809 (org-headline-done-face): New face.
25810 (org-set-font-lock-defaults): Use `org-headline-done-face'.
25811 (org-table-copy-down): Rename from `org-table-copy-from-above'.
25812 When current field is non-empty, it is copied to next row.
25813 (org-table-copy-from-above): Fix bug which made it
25814 impossible to copy fields containing only a single non-white character.
25815
25816 2005-03-30 Kim F. Storm <storm@cua.dk>
25817
25818 * kmacro.el (kmacro-end-macro): Isearch may store this command
25819 into the macro -- so ignore it when executing keyboard macro.
25820
25821 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25822
25823 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
25824
25825 2005-03-29 Kenichi Handa <handa@m17n.org>
25826
25827 * language/thai.el ("Thai"): Set setup-function and exit-function
25828 for Thai language environment.
25829
25830 * language/thai-util.el: Require thai-word.
25831 (thai-word-mode-map): New variable.
25832 (thai-word-mode): New minor mode.
25833 (setup-thai-language-environment-internal): New function.
25834 (exit-thai-language-environment-internal): New function.
25835
25836 * language/thai-word.el (thai-word-table): Declare it by defvar,
25837 use dolist to initialize it.
25838 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
25839 (thai-fill-find-break-point): New functions.
25840
25841 2005-03-29 Richard M. Stallman <rms@gnu.org>
25842
25843 * simple.el (idle-update-delay): Move definition up.
25844 (set-mark): Doc fix.
25845
25846 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
25847
25848 * longlines.el: New file.
25849
25850 * simple.el (buffer-substring-filters): New variable.
25851 (filter-buffer-substring): New function.
25852 (kill-region, copy-region-as-kill): Use it.
25853
25854 * register.el (copy-to-register, append-to-register)
25855 (prepend-to-register): Use filter-buffer-substring.
25856
25857 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25858
25859 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
25860 (gud-filter-pending-text): Move in front of gdb.
25861 (gud-overlay-arrow-position): New variable.
25862 (gud-sentinel, gud-display-line): Use it in place of
25863 overlay-arrow-position.
25864
25865 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
25866
25867 * progmodes/fortran.el (fortran-if-indent): Doc fix.
25868 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
25869 (fortran-font-lock-keywords-4): New variable.
25870 (fortran-blocks-re, fortran-end-block-re)
25871 (fortran-start-block-re): New constants, for hideshow.
25872 (hs-special-modes-alist): Add a Fortran entry.
25873 (fortran-mode-map): Bind fortran-end-of-block,
25874 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
25875 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
25876 (fortran-looking-at-if-then, fortran-end-of-block)
25877 (fortran-beginning-of-block): New functions, for hideshow.
25878
25879 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
25880 Doc fix. Tweak regexp.
25881 (f90-beginning-of-block): Push mark first.
25882
25883 2005-03-29 Jay Belanger <belanger@truman.edu>
25884
25885 * calc/calc.el: Update copyright date.
25886 (calc-version): Increase to 2.1.
25887 (calc-version-date): Remove.
25888
25889 * calc/calc-help.el: Update copyright date.
25890 (calc-full-help): Remove reference to calc-version-date.
25891 Update copyright date.
25892
25893 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25894
25895 * vc.el (vc-do-command): Use a pipe for async processes, so password
25896 prompts don't show up at places where the user can't reply.
25897
25898 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25899
25900 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
25901 on the file name we pass to the inferior shell.
25902
25903 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25904
25905 * progmodes/which-func.el (which-function): Be robust in the face of an
25906 imenu--make-index-alist failure.
25907
25908 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25909
25910 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
25911
25912 * progmodes/python.el (python-preoutput-filter): Fix last change.
25913
25914 2005-03-29 Lute Kamstra <lute@gnu.org>
25915
25916 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
25917 functions and compiled macros.
25918 (debug-convert-byte-code): Handle macros too.
25919 (debug-on-entry-1): Don't signal an error when trying to clear a
25920 function that is not set to debug on entry.
25921
25922 2005-03-29 Jay Belanger <belanger@truman.edu>
25923
25924 * calc/calc-lang.el: Add functions to math-function-table
25925 properties of tex and math.
25926
25927 2005-03-29 Kenichi Handa <handa@m17n.org>
25928
25929 * ps-mule.el (ps-mule-plot-string): Translate characters by
25930 ps-print-translation-table.
25931 (ps-mule-begin-job): Call find-charset-region/string with
25932 ps-print-translation-table.
25933 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
25934
25935 * ps-print.el (ps-print-translation-table): New variable.
25936 (ps-plot-region): Translate characters by ps-print-translation-table.
25937
25938 2005-03-29 Juri Linkov <juri@jurta.org>
25939
25940 * simple.el (next-error-highlight-timer): New variable.
25941
25942 * progmodes/compile.el (compilation-goto-locus):
25943 Use `next-error-highlight-timer' instead of `sit-for'.
25944
25945 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25946
25947 * mail/supercite.el (sc-mail-field): Use assoc-string.
25948 (sc-get-address): Simplify regexps.
25949
25950 * files.el (minibuffer-with-setup-hook): New macro.
25951 (find-file-read-args): Use it to avoid let-binding
25952 minibuffer-with-setup-hook (which breaks turning on/off
25953 file-name-shadow-mode while in the prompt).
25954
25955 * complete.el (PC-read-include-file-name-internal):
25956 Use test-completion.
25957
25958 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
25959
25960 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
25961
25962 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25963
25964 * window.el (window-buffer-height): Use count-screen-lines.
25965
25966 * progmodes/python.el (python-preoutput-leftover): New var.
25967 (python-preoutput-filter): Use it.
25968 (python-send-receive): Loop until all the result has been received.
25969
25970 2005-03-28 Juri Linkov <juri@jurta.org>
25971
25972 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
25973
25974 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
25975 "Recover Crashed Session".
25976 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
25977 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
25978 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
25979 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
25980 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
25981 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
25982 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
25983 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
25984
25985 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
25986 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
25987 Ediff Sessions", "Toggle use of separate control buffer frame",
25988 "Use separate frame for Ediff control buffer".
25989
25990 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
25991 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
25992 "Rename Bookmark", "Delete Bookmark".
25993
25994 * info.el (Info-mode-menu): Remove ellipsis from "Index".
25995 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
25996 Add `:active Info-index-alternatives' to "Next Matching Item".
25997
25998 * wdired.el (wdired-change-to-wdired-mode):
25999 Mention `wdired-abort-changes' key in the initial message.
26000
26001 * international/mule.el (auto-coding-alist): Associate non-ascii
26002 image filename extensions with `no-conversion'.
26003
26004 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
26005
26006 * international/iso-acc.el:
26007 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
26008
26009 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
26010
26011 * textmodes/sgml-mode.el (html-mode): Doc update.
26012
26013 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
26014
26015 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
26016
26017 * term.el (term-move-columns): Fix face after extending a line.
26018 (term-insert-spaces): Likewise.
26019 (term-reset-terminal): Fix off by one error.
26020
26021 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26022
26023 * international/mule.el (auto-coding-alist): Add .xpi files.
26024
26025 * files.el (auto-mode-alist): Add .xpi files.
26026
26027 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
26028
26029 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
26030
26031 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26032
26033 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
26034
26035 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
26036
26037 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
26038 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
26039
26040 * calendar/cal-move.el (calendar-beginning-of-year): Move the
26041 cursor to Jan 1 when needed.
26042 (calendar-end-of-year): Fix -/+ typo.
26043 Reported by Chong Yidong <cyd@stupidchicken.com>.
26044
26045 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
26046
26047 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
26048
26049 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
26050 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
26051
26052 2005-03-25 Richard M. Stallman <rms@gnu.org>
26053
26054 * filesets.el (filesets-init): Add autoload.
26055
26056 * mail/mailalias.el (mail-directory): Doc fix.
26057
26058 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26059
26060 * mail/mailalias.el (mail-directory-process): Do nothing if
26061 mail-directory-process is an atom.
26062 (mail-get-names): Ignore mail-directory-names if it is an atom.
26063 (mail-directory-process defvar): Doc fix.
26064 (mail-names): Doc fix.
26065
26066 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
26067
26068 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
26069
26070 2005-03-26 Kenichi Handa <handa@m17n.org>
26071
26072 * international/mule-util.el (detect-coding-with-priority):
26073 Call update-coding-systems-internal before detect-coding-region.
26074
26075 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
26076
26077 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
26078 (gdb-frames-mode-map): Add follow-link property.
26079
26080 2005-03-25 Jay Belanger <belanger@truman.edu>
26081
26082 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
26083 for variables.
26084
26085 2005-03-25 Juri Linkov <juri@jurta.org>
26086
26087 * image-mode.el: Optimize image filename extension regexps in
26088 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
26089 in `auto-mode-alist'.
26090 (image-mode): Add `image-toggle-display-text' to local hook
26091 `change-major-mode-hook'. Display the image as an image by
26092 default. Set `cursor-type' and `truncate-lines' if the image
26093 is already displayed. Take into account the current mode (image
26094 or text) in message.
26095 (image-minor-mode): New minor mode.
26096 (image-mode-maybe, image-toggle-display-text): New functions.
26097 (image-toggle-display): Use called-interactively-p.
26098 Let-bind `inhibit-read-only' to t.
26099
26100 * image-mode.el (image-minor-mode): Set `cursor-type' and
26101 `truncate-lines' if the image is already displayed. Add turning
26102 image-minor-mode off to `change-major-mode-hook'. Add message.
26103 Call `image-toggle-display-text' after turning image-minor-mode off.
26104
26105 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
26106
26107 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
26108 Terminal.app, use utf-8.
26109 (set-display-table-and-terminal-coding-system): Add coding-system arg.
26110 (set-locale-environment): Use it.
26111
26112 * term/xterm.el: Undo last change, better done in mule-cmds.el.
26113
26114 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
26115
26116 * progmodes/python.el (python-close-block-statement-p)
26117 (python-outdent-p, python-current-defun): Use symbol-end.
26118
26119 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26120
26121 * files.el (save-some-buffers): Doc fix.
26122
26123 2005-03-25 Werner Lemberg <wl@gnu.org>
26124
26125 * complete.el, thumbs.el: Replace `legal' with `valid'.
26126 * calendar/calendar.el: Replace `legal' with `valid'.
26127 * emacs-lisp/advice.el: Replace `legal' with `valid'.
26128 * mail/supercite.el: Replace `legal' with `valid'.
26129 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
26130 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
26131 Replace `legal' with `valid'.
26132 * textmodes/reftex-vars.el, textmodes/reftex.el:
26133 Replace `legal' with `valid'.
26134
26135 2005-03-25 Werner Lemberg <wl@gnu.org>
26136
26137 * calc/calc-forms.el, calc/calc-sel.el
26138 * midnight.el, vc-cvs.el
26139 * emacs-lisp/cl-macs.el
26140 * emulation/vip.el
26141 * eshell/esh-io.el, eshell/esh-var.el
26142 * mail/supercite.el
26143 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
26144 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
26145 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
26146 * progmodes/sh-script.el, progmodes/xscheme.el
26147 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
26148 * textmodes/reftex-index.el, textmodes/reftex-parse.el
26149 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
26150 * textmodes/reftex.el, textmodes/org.el:
26151 Replace `illegal' with `invalid'.
26152
26153 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26154
26155 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
26156 (flymake-find-buildfile, flymake-find-possible-master-files)
26157 (flymake-check-include, flymake-parse-line): Replace loops over the
26158 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
26159
26160 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
26161 Substitute file-name-as-directory in the rest of the file.
26162 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
26163 (flymake-replace-region): Remove unused arg `buffer'.
26164 (flymake-check-patch-master-file-buffer): Update calls to it.
26165 (flymake-add-err-info): Remove unused var `count'.
26166 (flymake-mode): Use define-minor-mode.
26167
26168 * progmodes/flymake.el: Use with-current-buffer.
26169 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
26170 flymake-replace-regexp-in-string, flymake-line-beginning-position)
26171 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
26172 Avoid testing for `xemacs'.
26173 (flymake-nop): Move.
26174 (flymake-region-has-flymake-overlays): Return the computed value.
26175 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
26176 Remove unused var `endline'.
26177 (flymake-get-line-count): Remove unused function.
26178 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
26179
26180 * emulation/vi.el:
26181 * generic.el:
26182 * hilit-chg.el (global-highlight-changes):
26183 * hi-lock.el (hi-lock-mode):
26184 * follow.el: find-file-hooks -> find-file-hook.
26185
26186 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
26187
26188 2005-03-24 Juri Linkov <juri@jurta.org>
26189
26190 * dired.el (dired-mode-map): Add menu item "Compare directories"
26191 for dired-compare-directories.
26192
26193 * dired-aux.el (dired-compare-directories): Add autoload cookie.
26194 Doc fix. Replace `read-file-name' with `read-directory-name'.
26195
26196 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26197
26198 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
26199
26200 2005-03-24 Jay Belanger <belanger@truman.edu>
26201
26202 * calc/calc-embed.el (calc-embedded-mode-change): Save all
26203 relevant mode settings in calc-embedded-original-modes when modes
26204 are permanently changed.
26205
26206 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26207
26208 * autoinsert.el: find-file-hooks -> find-file-hook.
26209
26210 2005-03-24 Lute Kamstra <lute@gnu.org>
26211
26212 * generic.el (generic-font-lock-defaults): Make it obsolete.
26213 (generic-font-lock-keywords): New variable to replace
26214 generic-font-lock-defaults.
26215 (generic-mode-set-font-lock): Delete it.
26216 (generic-mode-internal): Don't call generic-mode-set-font-lock.
26217 (generic-bracket-support): Add docstring.
26218
26219 * generic-x.el: Rename generic-font-lock-defaults to
26220 generic-font-lock-keywords throughout.
26221 (mailagent-rules-setup-function): Delete it.
26222 (mailagent-rules-generic-mode): Use anonymous function instead.
26223 (show-tabs-generic-mode-font-lock-defaults-1)
26224 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
26225 Quote faces.
26226 (show-tabs-tab-face, show-tabs-space-face): Specify background,
26227 not foreground.
26228
26229 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
26230 Recognize define-generic-mode.
26231
26232 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
26233
26234 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
26235 if there's no completion table.
26236
26237 2005-03-23 Miles Bader <miles@gnu.org>
26238
26239 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26240 Remove tty-specific variants, as they're no longer needed.
26241
26242 2005-03-23 Lute Kamstra <lute@gnu.org>
26243
26244 * generic-x.el: Code cleanup: make args constant whenever possible.
26245 (installshield-statement-keyword-list)
26246 (installshield-system-functions-list)
26247 (installshield-system-variables-list, installshield-types-list)
26248 (installshield-funarg-constants-list): Make them constants.
26249
26250 * generic.el (generic-make-keywords-list): Add autoload cookie.
26251
26252 * calendar/time-date.el: Add comment on time value formats.
26253 Don't require parse-time.
26254 (with-decoded-time-value): New macro.
26255 (encode-time-value): New function.
26256 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
26257 (days-to-time): Return a valid time value when arg is huge.
26258 (time-since): Use time-subtract.
26259 (time-to-number-of-days): Use time-to-seconds.
26260
26261 2005-03-23 David Ponce <david@dponce.com>
26262
26263 * recentf.el (recentf-keep): New option.
26264 (recentf-menu-action): Default to `find-file'.
26265 (recentf-keep-non-readable-files-flag)
26266 (recentf-keep-non-readable-files-p)
26267 (recentf-file-readable-p, recentf-find-file)
26268 (recentf-cleanup-remote): Remove.
26269 (recentf-include-p): More robust.
26270 (recentf-keep-p): New function.
26271 (recentf-remove-if-non-kept): Rename from
26272 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
26273 All callers updated.
26274 (recentf-menu-items-for-commands): Fix help string.
26275 (recentf-track-closed-file): Update. Doc fix.
26276 (recentf-cleanup): Update. Count removed files. Doc fix.
26277
26278 2005-03-23 Kim F. Storm <storm@cua.dk>
26279
26280 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26281 Don't inherit from fringe face (now happens automatically).
26282
26283 2005-03-22 Kim F. Storm <storm@cua.dk>
26284
26285 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
26286 position values.
26287
26288 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
26289
26290 * menu-bar.el (showhide-date-time): Remove.
26291 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
26292 (menu-bar-make-mm-toggle): Simplify.
26293
26294 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26295
26296 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
26297 Accept qualified variable and function names.
26298
26299 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
26300
26301 * bindings.el (completion-ignored-extensions):
26302 Remove ".lis" for `vax-vms'.
26303
26304 2005-03-22 Andreas Schwab <schwab@suse.de>
26305
26306 * generic-x.el: Revert last change.
26307 * ldefs-boot.el: Update.
26308
26309 2005-03-22 Jay Belanger <belanger@truman.edu>
26310
26311 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
26312 (calc-embedded-save-original-modes)
26313 (calc-embedded-restore-original-modes): New functions.
26314 (calc-do-embedded): Save original modes when entering embedded mode
26315 and restore when leaving embedded mode.
26316 (calc-embedded-modes-change): Change the value of
26317 calc-embedded-original-modes to reflect permanent changes.
26318
26319 2005-03-22 Lute Kamstra <lute@gnu.org>
26320
26321 * generic-x.el: Require generic again.
26322
26323 2005-03-22 Miles Bader <miles@gnu.org>
26324
26325 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26326 Tweak details to look good on both ttys and bitmap displays, light
26327 or dark background, etc.
26328
26329 2005-03-21 Kim F. Storm <storm@cua.dk>
26330
26331 * tooltip.el (tooltip-show-help-function): Check car and cdr of
26332 mouse position.
26333
26334 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26335
26336 * icomplete.el: Don't forcibly turn on the mode upon load.
26337 (icomplete-mode): Use define-minor-mode.
26338 (icomplete-eoinput): Default to nil.
26339 (icomplete-minibuffer-setup): Remove autoload.
26340 (icomplete-tidy): Simplify.
26341 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
26342 in the initial state or if the user has modified the field.
26343 Fix handling of icomplete-max-delay-chars.
26344 Remove code that handles the oddball case where
26345 minibuffer-completion-table is an integer.
26346 Wrap icomplete-completions in while-no-input in case building
26347 completions takes more time than expected.
26348 (icomplete-completions): Simplify.
26349
26350 2005-03-21 Richard M. Stallman <rms@gnu.org>
26351
26352 * jka-compr.el (jka-compr-really-do-compress):
26353 Make variable buffer-local.
26354
26355 * image-mode.el: Handle .xpm files too.
26356 (image-toggle-display): Preserve modification flag.
26357
26358 * help.el (where-is): Don't mention aliases with no key bindings.
26359
26360 2005-03-21 Lute Kamstra <lute@gnu.org>
26361
26362 * generic.el: Fix commentary section. Don't require cl for
26363 compilation.
26364 (generic-mode-list): Add autoload cookie.
26365 (generic-use-find-file-hook, generic-lines-to-scan)
26366 (generic-find-file-regexp, generic-ignore-files-regexp)
26367 (generic-mode, generic-mode-find-file-hook)
26368 (generic-mode-ini-file-find-file-hook): Fix docstrings.
26369 (define-generic-mode): Make it a defmacro. Fix docstring.
26370 (generic-mode-internal): Code cleanup. Add autoload cookie.
26371 (generic-mode-set-comments): Code cleanup.
26372 * generic-x.el: Don't prevent compilation. Don't require generic.
26373 Follow coding conventions. Minor code cleanup.
26374 (etc-fstab-generic-mode): Add some keywords.
26375 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
26376 define-generic-mode like a function declaration.
26377
26378 2005-03-21 Jay Belanger <belanger@truman.edu>
26379
26380 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
26381 changing modes.
26382
26383 2005-03-21 Sam Steingold <sds@gnu.org>
26384
26385 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
26386
26387 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
26388
26389 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
26390 Add underscore to "f$ lexicals" regexp.
26391
26392 2005-03-20 Juri Linkov <juri@jurta.org>
26393
26394 * subr.el (progress-reporter-do-update): When `min-value' is equal
26395 to `max-value', set `percentage' to 0 and prevent division by zero.
26396
26397 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
26398
26399 Sync with Tramp 2.0.48.
26400
26401 * net/tramp.el (all): Change all addresses to .gnu.org.
26402 (tramp-append-tramp-buffers): New defun.
26403 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
26404 Catch `dont-send' signal.
26405 (tramp-set-auto-save-file-modes): Set always permissions, because
26406 there might be an old auto-saved file belonging to another
26407 original file. This could be a security threat. Reported by
26408 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
26409 Check for Emacs 21.3.50 removed.
26410
26411 * net/tramp-smb.el (all): Remove debug construct for
26412 `with-parsed-tramp-file-name'.
26413 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
26414 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
26415 No error message if DIRECTORY or FILENAME doesn't exist.
26416 (tramp-smb-open-connection): Check existence of
26417 `tramp-smb-program'.
26418
26419 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
26420
26421 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
26422 Properly handle the case where the `m' or `s' command's argument is not
26423 yet terminated.
26424 (perl-indent-new-calculate): New function.
26425 (perl-indent-line): Use it.
26426
26427 2005-03-20 Miles Bader <miles@gnu.org>
26428
26429 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
26430 in text-mode too. Change to new face names.
26431 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
26432 Add `:weight bold' attribute.
26433 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
26434
26435 2005-03-19 Juri Linkov <juri@jurta.org>
26436
26437 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
26438
26439 * international/mule.el (auto-coding-alist): Sync with
26440 `auto-mode-alist' by adding upper case archive file extensions
26441 and adding ear/war to jar extension.
26442
26443 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
26444
26445 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
26446 running, restart it.
26447
26448 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
26449
26450 * finder.el (finder-current-item): Throw an error on an empty line.
26451
26452 * man.el (Man-follow-manual-reference): If current-word returns
26453 nil, use "".
26454
26455 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
26456
26457 * simple.el (goto-line): Doc fix.
26458
26459 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
26460
26461 * files.el (save-buffer): Doc fix.
26462
26463 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
26464
26465 * recentf.el (recentf-cleanup-remote): New variable.
26466 (recentf-cleanup): Use it to conditionally check availability of
26467 remote files.
26468
26469 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
26470
26471 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
26472 function names.
26473
26474 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26475
26476 * language/thai-word.el: New file.
26477
26478 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26479
26480 * files.el (backup-buffer): If the file's directory is not
26481 writable, use copy instead of move to backup the file.
26482
26483 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26484
26485 * obsolete/keyswap.el: Moved to obsolete/ from term/.
26486
26487 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26488
26489 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
26490 Use functionp instead of symbolp and fboundp. Reported by Drkm
26491 <darkman_spam@yahoo.fr>.
26492 (ps-print-version): New version 6.6.6.
26493
26494 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
26495
26496 * textmodes/table.el (table--line-column-position): New idiom.
26497 (table--row-column-insertion-point-p): New function to test
26498 validity of row and column insertion operation at a location.
26499 (table-global-menu, table-cell-menu): Use above functions for
26500 deterministic test operation.
26501 (table--editable-cell-p): Behave in deterministic fashion.
26502
26503 2005-03-18 Juri Linkov <juri@jurta.org>
26504
26505 * isearch.el (isearch-lazy-highlight-new-loop):
26506 Make arguments beg and end optional.
26507 (isearch-update): Remove optional arguments nil from
26508 isearch-lazy-highlight-new-loop.
26509 (isearch-lazy-highlight-search): Let-bind case-fold-search to
26510 isearch-lazy-highlight-case-fold-search instead of
26511 isearch-case-fold-search, and let-bind isearch-regexp to
26512 isearch-lazy-highlight-regexp.
26513 Use isearch-lazy-highlight-last-string instead of isearch-string.
26514
26515 * replace.el (perform-replace): Remove bindings of global
26516 variables isearch-string, isearch-regexp, isearch-case-fold-search.
26517 Add three new arguments to `replace-highlight'.
26518 (replace-highlight): Add arguments string, regexp, case-fold.
26519 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
26520 to allow isearch-lazy-highlight-new-loop to use these values
26521 to set corresponding isearch-lazy-highlight-* internal
26522 variables whose values lazy highlighting will use regardless of
26523 changes to global variables isearch-string, isearch-regexp,
26524 isearch-case-fold-search during lazy highlighting loop.
26525 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
26526 to `lazy-highlight-cleanup'.
26527
26528 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
26529 (ispell-highlight-face): Set default face to `isearch' when
26530 lazy highlighting is enabled.
26531 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
26532 priority to 1. Add lazy highlighting.
26533 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
26534 from `isearch-dehighlight'.
26535
26536 2005-03-18 David Ponce <david@dponce.com>
26537
26538 * files.el (hack-local-variables): Do a case-insensitive search
26539 for End.
26540
26541 2005-03-18 Juri Linkov <juri@jurta.org>
26542
26543 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
26544 `isearch-lazy-highlight-cleanup', add alias to old name and
26545 declare obsolete. Add release numbers to other obsolete vars.
26546 (isearch-done, isearch-lazy-highlight-new-loop):
26547 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
26548 (lazy-highlight-cleanup) <variable>: Doc fix.
26549 (isearch-lazy-highlight-update): Rename obsolete
26550 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
26551
26552 2005-03-18 Kenichi Handa <handa@m17n.org>
26553
26554 * language/thai-util.el: Fix categorization of Thai characters in
26555 thai-category-table.
26556 (thai-composition-pattern): Adjust it for the above change.
26557 (thai-self-insert-command, thai-compose-syllable): New functions.
26558 (thai-compose-region): Use thai-compose-syllable.
26559 (thai-compose-string): Likewise.
26560 (thai-composition-function): Likewise.
26561 (thai-auto-composition): New function.
26562 (thai-auto-composition-mode): New minor mode.
26563
26564 * language/thai.el: Fix patterns to be registered in
26565 composition-function-table.
26566
26567 * international/quail.el (quail-input-method): Locally bind
26568 inhibit-modification-hooks to t.
26569
26570 2005-03-17 Richard M. Stallman <rms@gnu.org>
26571
26572 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
26573 (perl-mode): Use run-mode-hooks.
26574
26575 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
26576 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
26577 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
26578
26579 * mail/sendmail.el (sendmail-send-it): Reenable the code
26580 to compute resend-to-address and use it.
26581
26582 * tar-mode.el (tar-mode): Turn off undo unconditionally.
26583
26584 * image-mode.el: New file.
26585
26586 * image.el (insert-sliced-image): Add autoload cookie.
26587
26588 * font-lock.el (font-lock-lines-before): New user option.
26589 (font-lock-after-change-function): Obey it.
26590
26591 * bindings.el (esc-map): Make M-g a prefix.
26592 Bind M-g g and M-g M-g to goto-line.
26593
26594 * faces.el (face-id): Doc fix.
26595
26596 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26597
26598 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
26599 (rmail-show-message): Use rmail-unknown-mail-followup-to.
26600 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
26601
26602 * mail/sendmail.el (mail-yank-ignored-headers)
26603 (mail-font-lock-keywords, mail-mode-fill-paragraph):
26604 Add Mail-Followup-To and Mail-Reply-To headers.
26605 (mail-citation-hook): Add autoload cookie.
26606 (mail-mode): Doc fix.
26607 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
26608 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
26609 (mail-mode-fill-paragraph): Handle those headers.
26610 (mail-mailing-lists): New variable.
26611 (mail-mail-reply-to, mail-mail-followup-to): New functions.
26612
26613 2005-03-17 Juri Linkov <juri@jurta.org>
26614
26615 * isearch.el (isearch-fallback): Check for `(car previous)'
26616 before calling `isearch-other-end-state'.
26617
26618 2005-03-17 Kim F. Storm <storm@cua.dk>
26619
26620 * simple.el (move-beginning-of-line): Move to beginning of buffer
26621 line, as well as beginning of screen line.
26622
26623 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
26624
26625 * calendar/diary-lib.el (mark-diary-entries): Use new optional
26626 argument REDRAW rather than calendar-redrawing variable.
26627 * calendar/calendar.el (calendar-redrawing): Delete.
26628 (redraw-calendar): Do not bind calendar-redrawing.
26629
26630 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
26631
26632 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
26633 diary-file buffer.
26634
26635 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
26636
26637 * help.el (describe-mode): Allow a :minor-mode-function property to
26638 specify a different minor mode toggle function than the variable.
26639 * simple.el (auto-fill-function):
26640 * subr.el (add-minor-mode): Use it.
26641
26642 2005-03-16 Kenichi Handa <handa@m17n.org>
26643
26644 * language/ethio-util.el (sera-being-called-by-w3): New variable.
26645 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
26646 (ethio-fidel-to-sera-buffer): Likewise.
26647
26648 2005-03-16 Juri Linkov <juri@jurta.org>
26649
26650 * emacs-lisp/find-func.el (find-function-regexp):
26651 Add defun-emitting macro `menu-bar-make-toggle'.
26652
26653 * isearch.el: Put `isearch-scroll' property to
26654 `split-window-horizontally'.
26655
26656 * info.el: Update error messages for `debug-ignored-errors'.
26657 (Info-isearch-search): Doc fix.
26658 (Info-find-node): Move up code to go into info buffer before
26659 recording the node to the history.
26660 (Info-fontify-node): Fontify titles only if the next line
26661 has two or more `*', `=', `-', `.'.
26662 Display "go to this node" for empty (match-string 3).
26663
26664 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26665
26666 * term/mac-win.el: Add mouse pointer shape constants.
26667
26668 2005-03-15 Kim F. Storm <storm@cua.dk>
26669
26670 * simple.el (move-beginning-of-line): Use vertical-motion.
26671
26672 2005-03-15 Juri Linkov <juri@jurta.org>
26673
26674 * isearch.el (isearch-error): New variable.
26675 (isearch-invalid-regexp, isearch-within-brackets): Remove.
26676 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
26677 (isearch-within-brackets-state): Remove.
26678 (isearch-case-fold-search-state, isearch-pop-fun-state):
26679 Decrease frame index.
26680 (isearch-mode, isearch-top-state, isearch-push-state)
26681 (isearch-edit-string, isearch-abort, isearch-search-and-update)
26682 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
26683 (isearch-search, isearch-lazy-highlight-new-loop):
26684 Replace `isearch-invalid-regexp' with `isearch-error'.
26685 Remove `isearch-within-brackets'.
26686 (isearch-search): Add `search-failed' handler to `condition-case'.
26687 (isearch-lazy-highlight-search): Add `condition-case' to catch
26688 errors and allow `isearch-lazy-highlight-update' to try
26689 highlighting from the beginning of the window.
26690 (isearch-repeat): Move up code to set isearch-wrapped to t
26691 before calling isearch-wrap-function.
26692
26693 * info.el (Info-isearch-initial-node): New internal variable.
26694 (Info-search): Signal an error in isearch mode when search leaves
26695 the initial node. Signal an error when `bound' is non-nil and
26696 nothing was found in the current subfile.
26697 (Info-isearch-search): Remove `condition-case'.
26698 (Info-isearch-wrap): Don't wrap when search failed during leaving
26699 the initial node. If `Info-isearch-search' is nil, wrap around
26700 the current node.
26701 (Info-isearch-start): New fun.
26702 (Info-mode): Add buffer-local hook `Info-isearch-start' to
26703 `isearch-mode-hook'.
26704
26705 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26706
26707 * simple.el (normal-erase-is-backspace): Set default to t if
26708 running on Mac.
26709
26710 * term/mac-win.el (function-key-map): Sync with x-win.el.
26711
26712 2005-03-15 Kenichi Handa <handa@m17n.org>
26713
26714 * international/mule-cmds.el (locale-language-names): Modify the
26715 format of elements and add more entries.
26716 (locale-preferred-coding-systems): Add more entries.
26717 (set-locale-environment): Adjust for the change of
26718 locale-language-names.
26719
26720 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
26721
26722 * pcvs.el (smerge-ediff): Remove bogus autoload.
26723
26724 2005-03-14 Lute Kamstra <lute@gnu.org>
26725
26726 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
26727 Ignore a `*' at the beginning of a line.
26728
26729 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
26730 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
26731 subr.el.
26732 (dont-compile, eval-when-compile, eval-and-compile): Use declare
26733 to specify indentation.
26734
26735 * generic.el (define-generic-mode): Let generic-mode-list be a
26736 list of strings; test membership with equal.
26737
26738 2005-03-14 Kim F. Storm <storm@cua.dk>
26739
26740 * simple.el (next-line, previous-line): Add optional try-vscroll
26741 arg to recognize interactive use. Pass it on to line-move.
26742 (line-move): Don't perform auto-window-vscroll when defining or
26743 executing keyboard macro to ensure consistent behavior.
26744
26745 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
26746
26747 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
26748
26749 2005-03-13 Lute Kamstra <lute@gnu.org>
26750
26751 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
26752 debugger-setup-buffer so that backtrace marks the frames set to
26753 debug-on-exit and we don't have to do it manually. Set an extra
26754 debug-on-exit for macro's.
26755 (debugger-setup-buffer): Don't mark the top frame manually.
26756
26757 2005-03-12 Lute Kamstra <lute@gnu.org>
26758
26759 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
26760 lisp-indent-function throughout.
26761 (with-no-warnings): Set lisp-indent-function property.
26762
26763 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
26764
26765 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
26766 Add entry for backslash.
26767
26768 2005-03-12 Juri Linkov <juri@jurta.org>
26769
26770 * info.el (Info-search): Four fixes for backward search.
26771
26772 2005-03-11 Jay Belanger <belanger@truman.edu>
26773
26774 * calc/calc.el (calc-language-alist): New variable.
26775 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
26776 (calc-embedded-find-modes): Use calc-language-alist instead of
26777 calc-embedded-language-alist.
26778
26779 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26780
26781 * calendar/calendar.el (calendar-redrawing): New internal
26782 variable.
26783 (redraw-calendar): Remove bogus save-excursion from previous
26784 change. Bind calendar-redrawing to t for mark-diary-entries.
26785 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
26786 calendar if that is why we were called.
26787
26788 2005-03-11 Kenichi Handa <handa@m17n.org>
26789
26790 * international/mule.el (make-coding-system): Set property
26791 coding-system-define-form to nil.
26792 (define-coding-system-alias): Likewise.
26793
26794 2005-03-11 Kenichi Handa <handa@m17n.org>
26795
26796 These changes are suggested by Dave Love <fx@gnu.org>.
26797
26798 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
26799 coding: tag.
26800 (adaptive-fill-regexp): Add more bullets.
26801 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
26802 regexps.
26803
26804 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
26805
26806 * help.el (describe-mode): Properly handle non-trivial lighters.
26807 Don't ignore minor modes that are not listed in minor-mode-list.
26808
26809 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
26810 feature ON when the user requests to turn it OFF.
26811
26812 2005-03-10 Lute Kamstra <lute@gnu.org>
26813
26814 * emacs-lisp/debug.el (debug-entry-code): Delete it.
26815 (implement-debug-on-entry): New function to replace debug-entry-code.
26816 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
26817 second argument as the 2005-03-07 change makes it obsolete.
26818 (debug-on-entry, cancel-debug-on-entry): Update call to
26819 debug-on-entry-1.
26820 (debug, debugger-setup-buffer): Comment update.
26821 (debugger-frame-number): Update to work with implement-debug-on-entry.
26822
26823 2005-03-10 Jay Belanger <belanger@truman.edu>
26824
26825 * calc/calc-embed.el (math-ms-args): Declare it.
26826 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
26827 math-ms-args.
26828 (calc-embedded-subst): Use math-multi-subst-rec to substitute
26829 variables.
26830
26831 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
26832
26833 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
26834 Use message-box.
26835
26836 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
26837 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
26838 (tooltip-gud-tips): Simplify.
26839 (tooltip-gud-tips-p): Remove superfluous :set.
26840 (tooltip-gud-modes): Add fortran-mode.
26841 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
26842
26843 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
26844
26845 2005-03-09 Kim F. Storm <storm@cua.dk>
26846
26847 * play/animate.el (animate-place-char): Use forward-line instead
26848 of next-line to improve performance.
26849
26850 2005-03-09 Simon Josefsson <jas@extundo.com>
26851
26852 * net/browse-url.el (browse-url-default-browser): Doc fix.
26853
26854 2005-03-09 Miles Bader <miles@gnu.org>
26855
26856 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
26857 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
26858
26859 2005-03-09 Kenichi Handa <handa@m17n.org>
26860
26861 * international/latin-1.el: Set case and syntax for 255 only if
26862 set-case-syntax-set-multibyte is nil.
26863
26864 * textmodes/ispell.el (ispell-insert-word): New function.
26865 (ispell-word): Use ispell-insert-word to insert a new word.
26866 (ispell-process-line): Likewise.
26867 (ispell-complete-word): Likewise.
26868
26869 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
26870
26871 * calendar/calendar.el (redraw-calendar): Preserve point.
26872 Reported by Matt Hodges <MPHodges@member.fsf.org>.
26873 (calendar-week-start-day): Move after definition of
26874 redraw-calendar. Delete buffer test, since redraw-calendar has
26875 that now.
26876
26877 * calendar/diary-lib.el (mark-diary-entries): Only call
26878 redraw-calendar in the first of any recursive calls.
26879 Reported by Alan Shutko <ats@acm.org>.
26880
26881 2005-03-08 Juri Linkov <juri@jurta.org>
26882
26883 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
26884 (html-horizontal-rule, html-line, html-image, html-checkboxes)
26885 (html-radio-buttons): Add a space before the trailing `/>' where
26886 sgml-xml-mode is non-nil.
26887 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
26888 the subsequent tag of the empty XML tag.
26889 (html-href-anchor): Don't set initial input to "http:".
26890 (html-image): Ask for the image URL and set point inside alt="".
26891 (html-name-anchor): Duplicate the name in the `id' attribute when
26892 sgml-xml-mode is non-nil.
26893 (html-paragraph): Remove \n before <p>.
26894 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
26895 instead of `checked' when sgml-xml-mode is non-nil.
26896
26897 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
26898 Remove 1 space before #RRGGBB to not truncate it on terminal
26899 windows w/o fringes. Remove 1 space between bg and fg examples
26900 to get more space.
26901 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
26902 avoid byte-compile warnings.
26903
26904 * image-file.el (image-file-handler): Put `safe-magic' property to
26905 `image-file-handler'.
26906
26907 * info.el (Info-isearch-search): Emulate word search in
26908 isearching through multiple Info nodes with Info-search.
26909 (Info-isearch-wrap): Allow isearch-word.
26910
26911 2005-03-08 Lute Kamstra <lute@gnu.org>
26912
26913 * emacs-lisp/debug.el (debugger-step-through): Make sure that
26914 stepping into the debugger's code is not possible.
26915 (debugger-jumping-flag): Docstring update.
26916
26917 2005-03-08 Jay Belanger <belanger@truman.edu>
26918
26919 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
26920 embedded mode begins.
26921 (calc-embedded-language-alist): New variable.
26922 (calc-embedded-find-modes): Use calc-embedded-language-alist to
26923 set default language mode.
26924
26925 2005-03-08 Kenichi Handa <handa@m17n.org>
26926
26927 * international/ccl.el (define-ccl-program): Fix docstring about
26928 extra 256 bytes assured for the output buffer.
26929
26930 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26931 Fix BUFFER_MAGNIFICATION to 2.
26932 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26933
26934 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
26935
26936 * align.el (align-rules-list): Added an alignment rule for CSS
26937 declarations (applies to css-mode and html-mode buffers).
26938
26939 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
26940
26941 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
26942
26943 2005-03-07 Kim F. Storm <storm@cua.dk>
26944
26945 * simple.el (move-beginning-of-line): New command.
26946
26947 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
26948
26949 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
26950
26951 * emulation/cua-base.el: Put CUA move property on move-end-of-line
26952 and move-beginning-of-line.
26953
26954 * apropos.el (apropos-print): Omit command from M-x ... RET.
26955
26956 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
26957
26958 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
26959 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
26960
26961 2005-03-06 Richard M. Stallman <rms@gnu.org>
26962
26963 * bindings.el (esc-map): Bind M-g to goto-line.
26964
26965 * facemenu.el (global-map): Bind M-o, not M-g.
26966
26967 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26968
26969 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
26970 "Open Directory" as for "Open File".
26971
26972 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
26973
26974 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
26975 (push-mark-command): Run activate-mark-hook.
26976
26977 2005-03-06 Richard M. Stallman <rms@gnu.org>
26978
26979 * help-mode.el (help-mode-finish): Don't alter the element
26980 in view-return-to-alist if there already is one.
26981
26982 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
26983 make sure the current buffer is the expected one.
26984
26985 * novice.el (disabled-command-function): Output in *Disabled Command*.
26986 Explicitly ignore non-keyboard events, and explicitly handle C-g.
26987
26988 * textmodes/flyspell.el (flyspell-large-region):
26989 Pass args differently for aspell.
26990
26991 * files.el (mode-require-final-newline): Doc fix.
26992
26993 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26994
26995 * progmodes/which-func.el (which-function):
26996 Specify NOERROR when calling imenu--make-index-alist.
26997
26998 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
26999
27000 * simple.el (normal-erase-is-backspace): Define default value.
27001
27002 * custom.el (custom-theme-set-variables): Remove unused var
27003 `immediate'.
27004 (custom-reevaluate-setting): Simple function to handle variables
27005 that are defined before their default value can really be
27006 computed.
27007
27008 * startup.el (command-line): Use it for temporary-file-directory,
27009 small-emporary-file-directory, auto-save-file-name-transforms,
27010 blink-cursor-mode, and normal-erase-is-backspace.
27011
27012 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
27013 progress, even with buggy anchored keywords.
27014
27015 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
27016
27017 * simple.el (goto-line): Remove unbalanced final parenthesis.
27018
27019 2005-03-05 Richard M. Stallman <rms@gnu.org>
27020
27021 * simple.el (goto-line): Use a number at point as the default.
27022 With C-u as arg, switch buffers.
27023
27024 2005-03-05 Juri Linkov <juri@jurta.org>
27025
27026 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
27027 with `no-blinking-cursor'.
27028
27029 * startup.el (no-blinking-cursor): New defvar.
27030 (command-line): Add `--no-blinking-cursor' to longopts.
27031 Set `no-blinking-cursor' to t for command line arguments
27032 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
27033 with `no-blinking-cursor' in the condition for calling
27034 `blink-cursor-mode'.
27035
27036 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
27037
27038 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
27039 (menu-bar-options-save): Add blink-cursor-mode.
27040 (menu-bar-options-menu): Add blink-cursor-mode.
27041
27042 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
27043
27044 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
27045 (icalendar-export-file, icalendar-export-region)
27046 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
27047 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
27048
27049 2005-03-04 Lute Kamstra <lute@gnu.org>
27050
27051 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
27052 (debug-function-list): Ditto.
27053
27054 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
27055
27056 * textmodes/texinfmt.el (texinfo-append-refill):
27057 Redefine the types of line to which @refill
27058 is not appended by replacing a search for `@refill\\|@bye' with
27059 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
27060 itemize@refill' bug and the unfilled long lines bug.
27061 (texinfmt-version): Update number and date.
27062
27063 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
27064
27065 * international/code-pages.el (windows-1250, windows-125[2-8])
27066 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
27067
27068 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
27069
27070 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
27071 bound yet.
27072
27073 2005-03-02 Romain Francoise <romain@orebokech.com>
27074
27075 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
27076 buffer after removing limits.
27077 (ibuffer-pop-filter): Ditto.
27078 Update copyright.
27079
27080 2005-03-02 Miles Bader <miles@gnu.org>
27081
27082 * button.el (make-text-button): If the user doesn't specify a
27083 type, use the default. Rewrite to use `add-text-properties' and
27084 plist functions.
27085
27086 2005-03-01 Lute Kamstra <lute@gnu.org>
27087
27088 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
27089 (debugger-jumping-flag): New var.
27090 (debug-entry-code): Use it.
27091 (debugger-jump): Use debugger-jumping-flag and add
27092 debugger-reenable to post-command-hook.
27093 (debugger-reenable): Use debugger-jumping-flag and remove itself
27094 from post-command-hook.
27095 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
27096 debugger-reenable.
27097
27098 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
27099
27100 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
27101 inclusion of "itemize\\|", which may be unnecessary, is certainly
27102 inelegant, and stops refilling in itemize lists when formatting
27103 Japanese Texinfo files to Info.
27104 Update copyright to 2005.
27105
27106 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
27107
27108 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
27109 of an error if GDB can't find the source file.
27110
27111 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
27112
27113 * calendar/calendar.el (redraw-calendar): Work from any buffer,
27114 not just the calendar.
27115
27116 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
27117 first.
27118 (diary-redraw-calendar): New function.
27119 (make-diary-entry): Add diary-redraw-calendar to local
27120 write-contents-functions. Turn off selective display before
27121 inserting in diary.
27122
27123 2005-03-01 Kim F. Storm <storm@cua.dk>
27124
27125 * emacs-lisp/copyright.el (copyright-fix-years): New command.
27126
27127 2005-03-01 Lute Kamstra <lute@gnu.org>
27128
27129 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
27130 that debug-entry-code can be safely removed from a function while
27131 this code is being evaluated. Revert the 2005-02-27 change as the
27132 new implementation no longer requires it. Make sure that a
27133 function body containing just a string is not mistaken for a docstring.
27134 (debug): Skip one more frame in case of debug on entry.
27135 (debugger-setup-buffer): Delete one more frame line in case of
27136 debug on entry.
27137 (debugger-frame-number): Update to use the new text introduced by
27138 the 1999-11-03 change. Skip one more frame in case of debug on entry.
27139
27140 2005-02-28 Kim F. Storm <storm@cua.dk>
27141
27142 * double.el (double-translate-key): Call force-window-update after
27143 read-event to avoid crash in redisplay.
27144
27145 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
27146
27147 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
27148 (debug): Use it. Move the inhibit-trace earlier.
27149 (debug-entry-code): New const.
27150 (debug-on-entry-1): Use it.
27151
27152 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
27153
27154 * international/utf-16.el (ccl-encode-mule-utf-16le):
27155 Fix BUFFER_MAGNIFICATION to 2.
27156 (ccl-encode-mule-utf-16be): Likewise.
27157
27158 2005-02-28 Kenichi Handa <handa@m17n.org>
27159
27160 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27161 Fix BUFFER_MAGNIFICATION to 4.
27162 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27163
27164 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
27165
27166 * speedbar.el (speedbar-update-flag): Doc fix.
27167 (speedbar-show-info-under-mouse): Give set-mouse-position the right
27168 argument.
27169
27170 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
27171
27172 * reveal.el (reveal-post-command): Don't try to reveal overlays which
27173 have a non-nil `invisible' property but are actually visible.
27174
27175 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
27176 for perldoc sections.
27177 (perl-outline-regexp, perl-outline-level): New var and function.
27178 (perl-mode): Use them.
27179
27180 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
27181
27182 * calendar/diary-lib.el (diary-remind): Discard any mark portion
27183 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
27184
27185 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
27186
27187 * cus-edit.el: Comment change.
27188 (custom-buffer-create-internal): Slightly reword text at top of
27189 Custom buffers. Mention there that saving an option edits the
27190 init file. Add link to Emacs manual node on `custom-file'.
27191 (custom-magic-alist): Rewrite individual State messages to use
27192 capitalized keywords. Doc fix.
27193
27194 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
27195
27196 * calendar/calendar.el (calendar-buffer): Move above
27197 calendar-week-start-day.
27198 (calendar-week-start-day): Doc fix. Add :set function.
27199 (calendar-minimum-window-height): New variable.
27200 (generate-calendar-window): Only resize window if selected-window
27201 is displaying the calendar buffer. Use new variable
27202 calendar-minimum-window-height.
27203 (generate-calendar): Reword error message.
27204 (calendar-mode-map): Bind DEL to scroll-other-window-down.
27205
27206 2005-02-27 Andreas Schwab <schwab@suse.de>
27207
27208 * vc.el (vc-do-command): Don't run command asynchronously when
27209 operating in a remote directory.
27210
27211 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
27212 change from sync with Tramp 2.0.47.
27213
27214 2005-02-27 Richard M. Stallman <rms@gnu.org>
27215
27216 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
27217
27218 * textmodes/flyspell.el (flyspell-mode-on):
27219 Call ispell-change-dictionary only if necessary.
27220
27221 * emacs-lisp/re-builder.el (regexp-builder): New function.
27222
27223 * register.el (describe-register-1): Explicitly handle
27224 yank-excluded-properties = t.
27225
27226 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
27227 (custom-magic-alist): Change the status descriptions again.
27228 (face widget-type): Total rewrite based on `restricted-sexp'
27229 to eliminate the confusing double hiding levels.
27230
27231 * emacs-lisp/debug.el (debug-on-entry-1):
27232 If function body is empty, add nil as body form.
27233
27234 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
27235
27236 * emacs-lisp/trace.el (inhibit-trace): New var.
27237 (trace-make-advice): Use it.
27238
27239 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
27240
27241 2005-02-26 Kim F. Storm <storm@cua.dk>
27242
27243 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
27244 (mouse-on-link-p, mouse-drag-region-1): Use it.
27245
27246 2005-02-25 Lute Kamstra <lute@gnu.org>
27247
27248 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
27249
27250 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
27251
27252 * frame.el (blink-cursor-mode): Add :group keyword.
27253
27254 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
27255
27256 * calendar/icalendar.el (icalendar--decode-isodatetime):
27257 New optional argument DAY-SHIFT.
27258 (icalendar-export-region): Fix coding-system-for-write.
27259 (icalendar--convert-ical-to-diary): Shift end-day of all-day
27260 events by one.
27261
27262 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
27263
27264 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
27265
27266 2005-02-24 Kim F. Storm <storm@cua.dk>
27267
27268 * international/iso-acc.el (iso-accents-compose): Fix crash
27269 during redisplay. Call force-window-update after read-event
27270 and delete-region to signal that window is not accurate.
27271
27272 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
27273
27274 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
27275 Remove unused and inexistent var `inhibit-trace'.
27276 (debugger-mode): Use run-mode-hooks.
27277 (debugger-list-functions): Add buttons; setup xref stack.
27278
27279 2005-02-23 Richard M. Stallman <rms@gnu.org>
27280
27281 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
27282 appointment says it was explicitly made.
27283 (appt-add): Set the 3rd element.
27284 (appt-make-list): Preserve explicit appointments.
27285
27286 * subr.el (find-tag-default): Catch errors in forward-sexp.
27287
27288 2005-02-23 Juri Linkov <juri@jurta.org>
27289
27290 * info.el (Info-isearch-search): New defcustom.
27291 (Info-isearch-search): Call the default isearch function
27292 when Info-isearch-search is nil.
27293 (Info-isearch-wrap): Use variable Info-isearch-search.
27294
27295 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
27296
27297 * cus-edit.el: Comment change.
27298
27299 2005-02-22 Kim F. Storm <storm@cua.dk>
27300
27301 * progmodes/hideif.el (hide-ifdef-use-define-alist):
27302 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
27303
27304 2005-02-22 Simon Josefsson <jas@extundo.com>
27305
27306 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
27307 New variable.
27308 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
27309 Oskarsson" <myrkraverk@users.sourceforget.net>.
27310
27311 2005-02-22 Kim F. Storm <storm@cua.dk>
27312
27313 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
27314 check that window of that event is the selected window.
27315 (mouse-drag-region-1): Compare mouse event window to selected
27316 window before setting point.
27317
27318 * tooltip.el (tooltip-show-help-function): Pass event to
27319 mouse-on-link-p so it can check selected window.
27320
27321 2005-02-22 Kenichi Handa <handa@m17n.org>
27322
27323 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
27324 (ps-mule-show-warning): New function.
27325 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
27326 characters are found.
27327
27328 * ps-print.el (ps-header-footer-string): Return a list of header
27329 and footer strings.
27330
27331 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
27332
27333 * pcvs.el (cvs-retrieve-revision): Fix thinko.
27334
27335 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
27336
27337 * frame.el (blink-cursor-mode): Use define-minor-mode.
27338
27339 * term/mac-win.el (function-key-map): Use char-names more consistently.
27340 (file-name-coding-system): Only set it for MacOS-9. The other case is
27341 already handled in mule-cmds.el (where it also works when mac-win.el
27342 is not used).
27343
27344 2005-02-21 Kenichi Handa <handa@m17n.org>
27345
27346 * international/mule.el (ctext-pre-write-conversion): Always use
27347 " *code-converting-work*" buffer for work.
27348
27349 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
27350
27351 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
27352
27353 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
27354
27355 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
27356
27357 * ses.el (undo-more): Restore defadvice, but only the part that
27358 allows changes outside the restricted area of the buffer.
27359
27360 2005-02-20 Kim F. Storm <storm@cua.dk>
27361
27362 * simple.el (line-move): Add fourth optional arg try-vscroll which
27363 must be set to perform auto-window-vscroll.
27364 When moving backwards and doing auto-window-vscroll, automatically
27365 vscroll to the last part of lines which are taller than the window.
27366 (next-line, previous-line): Set try-vscroll arg on line-move.
27367
27368 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
27369
27370 * replace.el (query-replace, query-replace-regexp)
27371 (replace-string, replace-regexp): When operating on region, make
27372 the minibuffer prompt say so.
27373
27374 * isearch.el (isearch-forward): Document isearch-query-replace and
27375 isearch-query-replace-regexp keybindings.
27376
27377 2005-02-19 Jay Belanger <belanger@truman.edu>
27378
27379 * calc/calc-aent.el (math-read-token): Add local variable.
27380
27381 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
27382 (calc-edit-top): Move declaration to earlier in file.
27383 (calc-edit-macro-repeats): Add local variables.
27384
27385 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
27386 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
27387 calcFunc-tanh.
27388 Adjust integration rule for calcFunc-tan.
27389
27390 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27391
27392 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
27393 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
27394 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
27395 (viper-skip-separators): Bug fix.
27396 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
27397 particular major mode.
27398 (viper-del-backward-char-in-replace): Don't put deleted char on the
27399 kill ring.
27400
27401 * viper-ex.el (viper-color-display-p): New function.
27402 (viper-has-face-support-p): Use viper-color-display-p.
27403
27404 * viper-keym.el (viper-gnus-modifier-map): New keymap.
27405
27406 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
27407
27408 * viper-util.el (viper-glob-unix-files): Fix shell status check.
27409 (viper-file-remote-p): Make equivalent to file-remote-p.
27410
27411 * viper.el (viper-major-mode-modifier-list):
27412 Use viper-gnus-modifier-map.
27413
27414 2005-02-19 David Kastrup <dak@gnu.org>
27415
27416 * subr.el (subregexp-context-p): Fix garbled doc string by adding
27417 quoting.
27418
27419 2005-02-19 Jay Belanger <belanger@truman.edu>
27420
27421 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
27422 Remove extra definitions.
27423 (calc-coth): New function.
27424 (calcFunc-cot): Fix `let'.
27425
27426 2005-02-19 Eli Zaretskii <eliz@gnu.org>
27427
27428 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
27429 the reasons we use "type pc" in these faces.
27430
27431 * button.el (button): Ditto.
27432
27433 2005-02-19 Michael Mauger <mmaug@yahoo.com>
27434
27435 * replace.el (query-replace-read-from): Set the value of
27436 query-replace-from-history-variable to handle the case of an empty
27437 string entered to accept the suggested default.
27438
27439 * net/tramp.el (tramp-file-name-for-operation):
27440 Use dired-call-process instead of dired-call-process-command.
27441
27442 2005-02-19 Jay Belanger <belanger@truman.edu>
27443
27444 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
27445 (math-div-non-trig): New variables.
27446 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
27447 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
27448 (math-combine-prod, math-div-symb-fancy): Add simplifications for
27449 trig expressions.
27450
27451 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
27452
27453 * progmodes/gdb-ui.el (gdb-var-update-handler)
27454 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
27455 for watch expressions,
27456 (gdb-var-create-handler): Don't set speedbar-update-flag.
27457 (gdb-post-prompt): Simplify test for speedbar.
27458
27459 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27460
27461 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
27462 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
27463 we use the syntax table of the correct buffer.
27464 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
27465 Felix Gatzemeier.
27466
27467 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
27468 (ediff-file-remote-p): Make synonymous with file-remote-p.
27469 In all deffaces ediff-*-face-*, use min-colors.
27470
27471 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
27472 ediff-recurse-to-subdirectories.
27473 (ediff-mark-if-equal): Check that the arguments are strings, use
27474 ediff-same-contents (after to Felix Gatzemeier).
27475
27476 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
27477 nil.
27478
27479 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
27480
27481 * log-view.el (log-view-message-re): Fix up Subversion regexp.
27482
27483 2005-02-18 David Kastrup <dak@gnu.org>
27484
27485 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
27486 use `mark-active' when defined.
27487
27488 2005-02-18 Kenichi Handa <handa@m17n.org>
27489
27490 * ps-print.el (ps-font-info-database): New entry
27491 ZapfChancery-MediumItalic with correct font name. Fix font name
27492 of the entry Zapf-Chancery-MediumItalic.
27493
27494 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
27495
27496 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
27497
27498 2005-02-16 Kim F. Storm <storm@cua.dk>
27499
27500 * ido.el (ido-fallback-command): Pass user input to fallback command.
27501
27502 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
27503
27504 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
27505 (gdb-find-file-hook): Add server prefix.
27506
27507 2005-02-16 Richard M. Stallman <rms@gnu.org>
27508
27509 * replace.el (perform-replace): Pass new args to replace-highlight.
27510 (replace-highlight): Take region args,
27511 and pass them to isearch-lazy-highlight-new-loop.
27512
27513 * novice.el (disabled-command-hook): Autoload the defalias
27514 and the make-obsolete-variable call.
27515
27516 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
27517
27518 * isearch.el (isearch-lazy-highlight-start-limit)
27519 (isearch-lazy-highlight-end-limit): New variables limit
27520 the region for highlighting.
27521 (isearch-lazy-highlight-new-loop): New args BEG and END.
27522 (isearch-lazy-highlight-search): Use the new vars.
27523 (isearch-lazy-highlight-update): Likewise.
27524
27525 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
27526
27527 * cus-start.el (all): Use default-boundp.
27528
27529 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
27530
27531 * menu-bar.el (menu-bar-select-frame): Handle current frame.
27532
27533 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
27534
27535 * autorevert.el (auto-revert-stop-on-user-input)
27536 (auto-revert-verbose): Doc fixes.
27537
27538 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
27539
27540 * international/mule-cmds.el (set-locale-environment): Remove call
27541 to set-selection-coding-system on Windows.
27542
27543 2005-02-15 Jay Belanger <belanger@truman.edu>
27544
27545 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
27546 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
27547 calcFunc-coth.
27548 (math-simplify-sqrt): Add simplifications.
27549
27550 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
27551 to list.
27552
27553 * calc/calc-ext.el: Add functions to autoloads.
27554
27555 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
27556 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
27557 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
27558 (math-csc-raw, math-cot-raw): New functions.
27559
27560 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
27561
27562 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
27563 the variable name in a message.
27564
27565 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
27566 calcFunc-csc, calcFunc-cot.
27567
27568 * calc/calcalg2.el: Add derivative and integration rules for
27569 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
27570 calcFunc-csch, calcFunc-coth.
27571 (math-do-integral-methods): Add to checks for when to use
27572 substitutions.
27573
27574 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
27575
27576 2005-02-15 Lute Kamstra <lute@gnu.org>
27577
27578 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27579 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
27580 <monnier@iro.umontreal.ca>.
27581 (lisp-outline-level): Improve efficiency. Suggested by David
27582 Kastrup <dak@gnu.org>.
27583
27584 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
27585
27586 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
27587 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
27588 (gdb-set-gud-minor-mode-existing-buffers): New functions.
27589 (gdb-find-file-hook): New hook. Add it to find-file-hook.
27590 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
27591
27592 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
27593
27594 * cus-start.el (all): Comment change.
27595
27596 2005-02-14 Lute Kamstra <lute@gnu.org>
27597
27598 * cus-start.el (all): Check if symbol is void.
27599
27600 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
27601
27602 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
27603 optional argument to \cite.
27604
27605 2005-02-14 Richard M. Stallman <rms@gnu.org>
27606
27607 * cus-edit.el (custom-buffer-create-internal): Update help message.
27608 (custom-magic-alist): Update help messages.
27609
27610 * cus-start.el (all): Allow a var to specify a standard value.
27611
27612 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
27613
27614 * custom.el (custom-theme-set-variables): Handle variable aliases.
27615
27616 * frame.el (blink-cursor-timer): Doc fix.
27617 (blink-cursor): Make it an alias for `blink-cursor-mode' and
27618 declare obsolete.
27619 (blink-cursor-mode): Define with defcustom and use correct
27620 standard expression in that defcustom.
27621 * startup.el (command-line): Adapt to above changes in frame.el.
27622
27623 2005-02-11 Lute Kamstra <lute@gnu.org>
27624
27625 * apropos.el (apropos-score-doc): Prevent division by zero.
27626
27627 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
27628
27629 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
27630 (icalendar--get-event-property-attributes)
27631 (icalendar--get-event-properties)
27632 (icalendar--datetime-to-diary-date): New functions.
27633 (icalendar--split-value): Doc fix.
27634 (icalendar--datetime-to-noneuropean-date)
27635 (icalendar--datetime-to-european-date): New optional argument
27636 SEPARATOR. Return result as a string instead of a list.
27637 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
27638 (icalendar--convert-string-for-export): Rename arg S to STRING.
27639 (icalendar-export-region): Doc fix. Change name of error buffer.
27640 Save output buffer.
27641 (icalendar-import-file): Add blank at end of prompt.
27642 (icalendar-import-buffer): Doc fix. Do not switch to error
27643 buffer. Indicate status in return value.
27644 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
27645 buffer. Save output buffer. Handle exception from recurrence
27646 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
27647 events. Fix problems with weekly all-day events.
27648
27649 2005-02-10 Richard M. Stallman <rms@gnu.org>
27650
27651 * simple.el (eval-expression-print-format):
27652 Avoid warning about edebug-active.
27653
27654 * help.el (help-for-help-internal): Rename from help-for-help.
27655 (help-for-help): Define with defalias.
27656
27657 * font-core.el (font-lock-default-function): Use with-no-warnings.
27658
27659 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
27660
27661 * custom.el (defface): Doc fix.
27662
27663 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
27664
27665 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
27666 width 0" to prevent word wrapping problems.
27667
27668 2005-02-09 Kim F. Storm <storm@cua.dk>
27669
27670 * ido.el (ido-file-extensions-order): New defcustom.
27671 (ido-file-extension-lessp, ido-file-extension-aux)
27672 (ido-file-extension-order): New advanced file ordering.
27673 (ido-file-lessp): New simple file ordering.
27674 (ido-sort-list): Remove.
27675 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
27676 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
27677
27678 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
27679
27680 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
27681 that some versions of grep produce.
27682 (grep-mode-font-lock-keywords): Likewise.
27683
27684 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
27685
27686 * progmodes/gdb-ui.el (gdb-location-list): New variable.
27687 (gdb-cdir): Delete.
27688 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
27689 (gdb-source-info): Treat case when source file is in another
27690 directory properly.
27691 (gdb-get-location): New function.
27692
27693 2005-02-07 Jay Belanger <belanger@truman.edu>
27694
27695 * calc/calc-prog.el (calc-write-parse-table-part)
27696 (calc-fix-token-name): Fix a check for language type.
27697
27698 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
27699
27700 2005-02-07 Andre Spiegel <spiegel@gnu.org>
27701
27702 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
27703 as directory not writable.
27704
27705 2005-02-07 Kim F. Storm <storm@cua.dk>
27706
27707 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
27708 (cua--standard-movement-commands): Remove list.
27709 Instead, set CUA property value to move for movement commands.
27710 (cua-movement-commands): Remove. Users must set CUA prop instead.
27711 (cua--pre-command-handler): Check CUA property.
27712 (cua--init-keymaps): Don't remap undo commands.
27713 (cua-mode): Don't call cua--rectangle-on-off.
27714
27715 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
27716 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
27717 (cua--rect-undo-set-point): New var.
27718 (cua--rectangle-undo-boundary): Setup undo apply entry.
27719 (cua--rect-undo-handler): New function for rectangle undo.
27720 (cua--rect-start-position, cua--rect-end-position): Add.
27721 (cua--rectangle-post-command): Call cua--rectangle-set-corners
27722 for restored rectangle. Set point if cua--rect-undo-set-point.
27723
27724 2005-02-06 Jay Belanger <belanger@truman.edu>
27725
27726 * calc/calc-lang.el (calc-tex-language): Display more information
27727 in messages.
27728
27729 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
27730 in TeX mode.
27731
27732 2005-02-06 Richard M. Stallman <rms@gnu.org>
27733
27734 * emacs-lisp/lisp.el (buffer-end): Doc fix.
27735
27736 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
27737
27738 * net/ldap.el (ldap-search-internal): Support attributes with
27739 optional descriptions separated by a semi-colon, as in
27740 "userCertificate;binary".
27741
27742 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27743
27744 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
27745 isn't a cons (i.e. the version is 0).
27746
27747 2005-02-05 Eli Zaretskii <eliz@gnu.org>
27748
27749 * help.el (help-for-help): Doc fix.
27750
27751 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
27752
27753 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
27754 GDB-Windows on the menu-bar as this works better.
27755
27756 2005-02-04 Jay Belanger <belanger@truman.edu>
27757
27758 * calc/calc-embed.el (calc-embedded-update): Don't put in
27759 unnecessary newlines. Adjust the end of formula marker.
27760
27761 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27762 (math-latex-parse-two-args): New function.
27763
27764 2005-02-03 Lute Kamstra <lute@gnu.org>
27765
27766 * help-fns.el (help-with-tutorial): Make sure that users cannot
27767 remove the entire text of the tutorial by means of `undo'.
27768
27769 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
27770
27771 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
27772 in recent changes, where the ispell process was repeatedly
27773 killed & restarted.
27774
27775 * international/mule-cmds.el (set-locale-environment): Set file-name
27776 coding system to utf-8 on Darwin systems.
27777 (set-default-coding-systems): Don't set default-file-name-coding-system
27778 on Darwin systems.
27779
27780 2005-02-03 Richard M. Stallman <rms@gnu.org>
27781
27782 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
27783
27784 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
27785
27786 * faces.el (list-faces-display): Add optional argument.
27787
27788 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
27789
27790 * font-core.el (font-lock-default-function): Handle the rare case where
27791 only font-lock-keywords is set.
27792
27793 2005-02-02 Kenichi Handa <handa@m17n.org>
27794
27795 * international/characters.el: Cancel previous change for
27796 I-WITH-DOT-ABOVE and DOTLESS-i.
27797
27798 * international/latin-5.el: Cancel previous change.
27799
27800 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27801
27802 * progmodes/gud.el: Correction to syntax in gud-menu-map.
27803
27804 2005-02-02 Kenichi Handa <handa@m17n.org>
27805
27806 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
27807 DOTLESS-i.
27808
27809 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
27810 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
27811
27812 * case-table.el (get-upcase-table): New function.
27813 (copy-case-table): Copy upcaes table too if non-nil.
27814 (set-case-syntax-delims): Maintain upcase table too.
27815 (set-case-syntax-pair): Likewise.
27816 (set-upcase-syntax, set-downcase-syntax): New functions.
27817 (set-case-syntax): Maintain upcase table too.
27818
27819 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27820
27821 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
27822
27823 * progmodes/gud.el (gud-goto-info): New function.
27824 (gud-tool-bar-map): Use correct icon.
27825
27826 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27827
27828 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
27829 When delegating, order args in the funcall correctly.
27830
27831 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27832
27833 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
27834
27835 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
27836
27837 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
27838 buffer not visiting a file.
27839
27840 2005-01-31 Jay Belanger <belanger@truman.edu>
27841
27842 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
27843 bound on the line with the formula.
27844
27845 2005-01-31 Kim F. Storm <storm@cua.dk>
27846
27847 * ses.el (ses-create-cell-variable-range)
27848 (ses-destroy-cell-variable-range, ses-reset-header-string)
27849 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
27850 (ses-insert-row): Fix format of apply undo entries.
27851
27852 2005-01-31 Jay Belanger <belanger@truman.edu>
27853
27854 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
27855 parts.
27856
27857 * calc/calc-embed.el (calc-embedded-open-formula)
27858 (calc-embedded-close-formula): Ignore matrix environments.
27859
27860 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
27861 TeX mode.
27862
27863 * calc/calc-lang.el (math-function-table, math-oper-table)
27864 (math-variable-table): Adjust the LaTeX portions.
27865
27866 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
27867 (math-latex-ignore-words): New constant.
27868
27869 2005-01-31 Richard M. Stallman <rms@gnu.org>
27870
27871 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
27872 (ispell-local-dictionary): Doc fix.
27873 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
27874 Don't reinitialize at run time. Don't defcustom.
27875 All uses changed to append ispell-local-dictionary-alist,
27876 or check it first.
27877 (ispell-current-dictionary): New variable for dictionary in use.
27878 (ispell-dictionary): Now used only for global default.
27879 (ispell-start-process): Set ispell-current-dictionary,
27880 not ispell-dictionary.
27881 (ispell-change-dictionary): Use this only for setting
27882 user preferences.
27883 (ispell-internal-change-dictionary): New function
27884 to change the current dictionary in use.
27885 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
27886 Use ispell-current-dictionary.
27887 Handle ispell-local-dictionary-overridden.
27888 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
27889
27890 2005-01-31 Jay Belanger <belanger@truman.edu>
27891
27892 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
27893
27894 * calc/calc-ext.el: Add calc-latex-language to autoloads.
27895 (calc-mode-map): Add calc-latex-language.
27896
27897 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
27898 (math-latex-print-frac): New functions.
27899 (math-oper-table, math-function-table, math-variable-table)
27900 (math-complex-format, math-input-filter): Add latex properties.
27901 (calc-set-language): Set math-expr-special-function-mapping.
27902
27903 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
27904 (calc-write-parse-table-part): Add LaTeX support.
27905
27906 * calc/calc.el (calc-language): Adjust docstring.
27907 (calc-set-mode-line): Add LaTeX support.
27908 (math-expr-special-function-mapping): New variable.
27909 (math-tex-ignore-words): Add to list.
27910
27911 * calc/calccomp.el (math-compose-expr, math-compose-rows):
27912 Add LaTeX support.
27913 (math-compose-expr): Add support for special functions.
27914
27915 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
27916
27917 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
27918
27919 * progmodes/gdb-ui.el (gdb-memory-address)
27920 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
27921 (gdb-memory-mode-map, gdb-memory-format-keymap)
27922 (gdb-memory-format-menu, gdb-memory-unit-keymap)
27923 (gdb-memory-unit-menu): New variables for a buffer
27924 that lets the user examine program memory.
27925 (gdb-memory-set-address, gdb-memory-set-repeat-count)
27926 (gdb-memory-format-binary, gdb-memory-format-octal)
27927 (gdb-memory-format-unsigned, gdb-memory-format-signed)
27928 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
27929 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
27930 (gdb-memory-unit-word, gdb-memory-unit-halfword)
27931 (gdb-memory-unit-byte, gdb-memory-unit-menu)
27932 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
27933 (gdb-memory-mode, gdb-memory-buffer-name)
27934 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
27935 New functions for above buffer.
27936
27937 2005-01-30 Richard M. Stallman <rms@gnu.org>
27938
27939 * cus-edit.el (custom-bury-buffer): Function deleted.
27940 (custom-buffer-done-function): Option deleted.
27941 (custom-buffer-done-kill): New replacement option.
27942 (Custom-buffer-done): Call quit-window.
27943 (custom-buffer-create-internal): Update for above changes.
27944
27945 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
27946
27947 * simple.el (undo-ask-before-discard): New var.
27948 (undo-outer-limit-truncate): Implement it.
27949 (undo-extra-outer-limit): Doc update.
27950
27951 2005-01-29 Richard M. Stallman <rms@gnu.org>
27952
27953 * ses.el (undo-more): Delete defadvice.
27954 (ses-begin-change): Doc fix.
27955
27956 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
27957 instead of rebinding C-x u and C-_.
27958
27959 * files.el (normal-backup-enable-predicate): Return nil for files
27960 in /tmp, regardless of temporary-file-directory.
27961
27962 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
27963
27964 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
27965 (open-rectangle, delete-whitespace-rectangle-line)
27966 (clear-rectangle-line): If FILL, pass t instead of FILL
27967 for move-to-column's 2nd arg.
27968
27969 * simple.el (undo): Fix the test for continuing a series of undos.
27970 (undo-more): Set pending-undo-list to t when we reach end.
27971 (pending-undo-list): Move up defvar.
27972
27973 * wid-edit.el (widget-button-click):
27974 Shorten the range of the track-mouse binding.
27975
27976 * comint.el (comint-insert-input): Undo previous changes;
27977 use last-input-event in interactive spec.
27978
27979 2005-01-29 Eli Zaretskii <eliz@gnu.org>
27980
27981 * progmodes/compile.el (compilation-start): Bind buffer-read-only
27982 to nil before invoking call-process. Reset buffer's modified flag
27983 after fontifying it in the no-async branch.
27984
27985 * wid-edit.el (widget-specify-button): If mouse pointer shape
27986 cannot be changed, use mouse face instead.
27987
27988 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
27989
27990 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
27991 (gdb-goto-breakpoint): Make breakpoint handling work on template
27992 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
27993 (gdb-assembler-custom): Update to recognize breakpoint information
27994 added on 2005-01-19.
27995
27996 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
27997
27998 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
27999 (dsssl-mode): Use define-derived-mode.
28000 (scheme-mode-initialize): Remove.
28001 (scheme-mode): Use run-mode-hooks.
28002
28003 * cus-edit.el (customize-group-other-window)
28004 (custom-buffer-create-other-window): Don't override special-display-*.
28005 (custom-mode-map): Make it dense.
28006
28007 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
28008 sets the default value.
28009
28010 2005-01-28 Eli Zaretskii <eliz@gnu.org>
28011
28012 * descr-text.el: Add more keywords.
28013
28014 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
28015
28016 * speedbar.el: Avoid unnecessary use of locate-library.
28017
28018 * international/mule-cmds.el (standard-display-european-internal):
28019 Don't fiddle with latin-1 non-break space any more since it's now
28020 special cased in the C code.
28021 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
28022
28023 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
28024
28025 * cus-start.el (all): Add `undo-outer-limit'.
28026
28027 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28028
28029 * textmodes/bibtex.el (bibtex-format-entry):
28030 Use `bibtex-empty-field-re' only on the text of fields, not on entire
28031 field lines.
28032 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
28033 not on part of a buffer.
28034
28035 2005-01-25 Lute Kamstra <lute@gnu.org>
28036
28037 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
28038 nonempty field text strings like "{letters\\macro{}more letters}".
28039 Clarify docstring.
28040 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
28041 (bibtex-entry-offset, bibtex-parse-association)
28042 (bibtex-parse-field-name): Fix typos in docstrings.
28043 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
28044
28045 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
28046
28047 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
28048 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
28049 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
28050 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
28051
28052 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
28053 isearch minor mode.
28054
28055 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
28056
28057 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
28058
28059 2005-01-24 Lute Kamstra <lute@gnu.org>
28060
28061 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
28062 CASECHARS and NOT-CASECHARS regular expressions of the
28063 "nederlands" and "nederlands8" dictionaries to prevent a "Range
28064 striding over charsets" error.
28065
28066 2005-01-24 Jay Belanger <belanger@truman.edu>
28067
28068 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
28069 display variable name.
28070
28071 2005-01-24 Kenichi Handa <handa@m17n.org>
28072
28073 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
28074 Fix setting of the element of encoded-kbd-iso2022-invocations.
28075
28076 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
28077
28078 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
28079 (gdb-threads-select): Change to also accept mouse events.
28080 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
28081 (gdb-threads-mouse-select): Delete.
28082
28083 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
28084
28085 * files.el (insert-directory): Take care of empty directory,
28086 listed without -a switch.
28087
28088 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
28089
28090 * textmodes/refill.el (refill-post-command-function):
28091 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
28092 to the list of functions that we should be careful not to undo.
28093 (refill-late-fill-paragraph-function): Remove.
28094 (refill-saved-state): New var.
28095 (refill-mode): Use it to save fill-paragraph-function.
28096 Save also the value of auto-fill-function.
28097
28098 * term/w32-win.el: Simplify code.
28099
28100 2005-01-23 Kim F. Storm <storm@cua.dk>
28101
28102 * simple.el (line-move): Adapt to new return value from
28103 pos-visible-in-window-p.
28104
28105 * simple.el (line-move): Fix last change. Check partial
28106 visibility at point rather than at window-start.
28107
28108 2005-01-22 Jason Rumney <jasonr@gnu.org>
28109
28110 * term/w32-win.el (xw-defined-colors): Remove debug-message.
28111
28112 2005-01-22 David Kastrup <dak@gnu.org>
28113
28114 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
28115
28116 2005-01-22 Eli Zaretskii <eliz@gnu.org>
28117
28118 * type-break.el (type-break-mode): Add a test for
28119 type-break-file-name being non-nil.
28120
28121 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
28122
28123 * net/eudc.el (top level): Call (message "") via progn, so that
28124 eudc-options-file is loaded.
28125
28126 2005-01-22 Kim F. Storm <storm@cua.dk>
28127
28128 * simple.el (line-move-1): Rename from line-move.
28129 (line-move): New function that adjusts vscroll for partially
28130 visible rows, and calls line-move-1 otherwise.
28131
28132 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
28133
28134 * pcomplete.el: Define pcomplete-read-event instead of read-event,
28135 since it's not a complete read-event implementation
28136
28137 2005-01-20 Jay Belanger <belanger@truman.edu>
28138
28139 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
28140 for called function.
28141
28142 2005-01-20 Steven Tamm <steventamm@mac.com>
28143
28144 * term/mac-win.el (process-connection-type): Remove.
28145 Controlled now by s/darwin.h:PTY_ITERATION.
28146
28147 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
28148
28149 * window.el (handle-select-window): Don't switch window when we're
28150 in the minibuffer.
28151
28152 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
28153
28154 * subr.el (dotimes-with-progress-reporter): New macro.
28155
28156 * ses.el (ses-dotimes-msg): Remove macro.
28157 Use `dotimes-with-progress-reporter' instead.
28158
28159 2005-01-19 Steven Tamm <steventamm@mac.com>
28160
28161 * term/mac-win.el (process-connection-type): Use new
28162 operating-system-release variable to use ptys on Darwin 7 (OS X
28163 10.3) when using carbon build.
28164
28165 2005-01-19 Jay Belanger <belanger@truman.edu>
28166
28167 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
28168 flags if the last command was a tab or M-tab.
28169
28170 * calc/calc-prog.el (calc-user-define-edit): Put original formula
28171 in formula editing buffer.
28172
28173 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28174
28175 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
28176 breakpoint image symbol in margin.
28177
28178 2005-01-19 Jay Belanger <belanger@truman.edu>
28179
28180 * calc/calc-prog.el (calc-execute-kbd-macro):
28181 Ignore calc-keep-arg-flag.
28182
28183 2005-01-19 Kenichi Handa <handa@m17n.org>
28184
28185 * textmodes/ispell.el (ispell-looking-at): New function.
28186 (ispell-process-line): Use ispell-looking-at to compare the ispell
28187 output and the buffer contents.
28188
28189 2005-01-18 Jay Belanger <belanger@truman.edu>
28190
28191 * calc/calc.el (calc-display-raw): Fix docstring.
28192
28193 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
28194
28195 * simple.el (blink-matching-open): Strip extra info from syntax.
28196
28197 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
28198 funny chars in the end-of-here-doc marker.
28199
28200 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28201
28202 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
28203 that enable/disabled state of breakpoints is shown correctly in
28204 fringe and on ttys.
28205 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
28206 Add breakpoint information as text properties.
28207 (gdb-mouse-toggle-breakpoint):
28208 Rename to gdb-mouse-set-clear-breakpoint.
28209 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
28210 breakpoints in the margin.
28211 (gdb-remove-strings): Simplify.
28212
28213 2005-01-17 Jay Belanger <belanger@truman.edu>
28214
28215 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
28216 erasing buffer.
28217
28218 2005-01-17 Richard M. Stallman <rms@gnu.org>
28219
28220 * progmodes/grep.el (grep-find): Copy from `grep' the condition
28221 for calling grep-compute-defaults.
28222
28223 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
28224 if buffer is empty.
28225
28226 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
28227
28228 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
28229
28230 * hilit-chg.el (highlight-changes-mode): Don't autoload.
28231
28232 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
28233 non-preloaded variables.
28234
28235 2005-01-17 Steven Tamm <steventamm@mac.com>
28236
28237 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
28238 tex-shell cause to force interactivity when using pipes.
28239
28240 2005-01-17 Kim F. Storm <storm@cua.dk>
28241
28242 * simple.el (just-one-space): Make arg optional.
28243
28244 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
28245
28246 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
28247 posn-at-x-y to t to access left-margin.
28248
28249 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
28250
28251 Sync with Tramp 2.0.47.
28252
28253 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
28254 catching keep-date problems in cp/scp operations.
28255 (tramp-handle-copy-file): Don't call `set-file-modes'
28256 unconditionally. Specialized functions should know better what is
28257 necessary. This improves performance a little bit, and the
28258 functions could catch errors with `cp -p' and `scp -p'.
28259 (tramp-do-copy-or-rename-file-via-buffer)
28260 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
28261 when appropriate.
28262 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
28263 Call `set-file-modes' when appropriate.
28264 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
28265 Johnsson <isak@hypergene.com>.
28266 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
28267 of both Tramp buffer and debug buffer. Reported by Joakim Verona
28268 <joakim@verona.se>.
28269 (tramp-file-name-for-operation): Mark `shell-command' as magic for
28270 Emacs only.
28271
28272 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
28273 `find-file-hooks' and `dired-mode-hook'.
28274 (tramp-minor-mode-map): Respective map. Add remapping for
28275 `compile' and `recompile'.
28276 (tramp-remap-command, tramp-recompile): New defuns.
28277 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
28278 in buffer "*Compilation*". Call the commands asynchronously.
28279
28280 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
28281 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
28282 `shell-command', because it isn't magic in XEmacs. Reported by
28283 Adrian Aichner <adrian@xemacs.org>.
28284
28285 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
28286 `substitute-in-file-name.
28287 (tramp-smb-handle-substitute-in-file-name): New defun.
28288 (tramp-smb-advice-PC-do-completion): Delete advice.
28289
28290 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
28291
28292 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
28293 Fix error in deleting region.
28294
28295 2005-01-15 Richard M. Stallman <rms@gnu.org>
28296
28297 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
28298 In non-temp buffer, switch syntax table temporarily.
28299
28300 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
28301
28302 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
28303
28304 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
28305
28306 * imenu.el (imenu--split-menu): Copy menulist before sorting.
28307 (imenu--generic-function): Use START, not BEG, as pos of definition.
28308
28309 * simple.el (just-one-space): Argument specifies number of spaces.
28310
28311 * simple.el (eval-expression-print-format): Avoid warning
28312 about edebug-active.
28313
28314 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
28315
28316 * progmodes/sh-script.el: Code copied from make-mode.el
28317 with small changes,
28318 (sh-mode-map): Bind C-c C-\.
28319 (sh-backslash-column, sh-backslash-align): New variables.
28320 (sh-backslash-region, sh-append-backslash): New functions.
28321
28322 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
28323
28324 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
28325 (rmail-pop-password, rmail-pop-password-required): Move to
28326 rmail-obsolete group.
28327 (rmail-set-pop-password): Rename to rmail-set-remote-password.
28328 All callers updated.
28329 (rmail-get-pop-password): Rename to rmail-get-remote-password.
28330 Take an argument specifying whether it is POP or IMAP mailbox we
28331 are using. All callers updated.
28332 (rmail-pop-password-error): Rename to
28333 rmail-remote-password-error. Added mailutils-specific error message.
28334 (rmail-movemail-search-path)
28335 (rmail-movemail-variant-in-use): New variables.
28336 (rmail-remote-password, rmail-remote-password-required):
28337 New customization variables.
28338 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
28339 (rmail-parse-url): New function.
28340 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
28341 with GNU mailutils movemail.
28342
28343 2005-01-15 Kevin Ryde <user42@zip.com.au>
28344
28345 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
28346 suffix to space, $ or '$, to correctly position point when going
28347 to @table style constants like DBL_MAX.
28348
28349 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
28350
28351 * type-break.el (type-break-mode, type-break-file-time)
28352 (type-break-file-keystroke-count, type-break-choose-file):
28353 Don't store data in or load data from the file if type-break-file-name
28354 is nil.
28355 (type-break-file-name): Doc update as per the above.
28356
28357 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
28358
28359 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
28360 lookup-key might return nil; handle that.
28361
28362 2005-01-15 Alan Mackenzie <acm@muc.de>
28363
28364 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
28365 rather than the element found, thus enabling the tree to be setcar'd.
28366
28367 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28368
28369 * textmodes/org.el (org-show-following-heading): New option.
28370 (org-show-hierarchy-above): Use `org-show-following-heading'.
28371 (org-cycle): Documentation fix.
28372
28373 * textmodes/org.el (orgtbl-optimized): New option
28374 (orgtbl-mode): New command, a minor mode.
28375 (orgtbl-mode-map): New variable.
28376 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
28377 (orgtbl-error, orgtbl-self-insert-command)
28378 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
28379
28380 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
28381 a local variable in each org-mode buffer.
28382
28383 * textmodes/org.el (org-set-regexps-and-options): Rename from
28384 `org-set-regexps'. Added checking for STARTUP keyword.
28385 (org-get-current-options): Add STARTUP options.
28386 (org-table-insert-row): Make mode intelligent about when
28387 realignment is needed.
28388 (org-self-insert-command, org-delete-backward-char, org-delete-char):
28389 New commands.
28390 (org-enable-table-editor): New default value `optimized'.
28391 (org-table-blank-field): Support blanking regions if active.
28392
28393 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28394
28395 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
28396 if the year is not given.
28397
28398 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
28399 Add new escapes %m and %M, fixed bug with %F by adding
28400 save-match-data.
28401 (reftex-reference): Remove ?. from list of spaces.
28402 (reftex-label-info): Add automatic label prefix recognition.
28403
28404 * textmodes/reftex-index.el (reftex-index-next-phrase):
28405 Add slave parameter to call of `reftex-index-this-phrase'.
28406 (reftex-index-this-phrase): New optional argument.
28407 (reftex-index-region-phrases): Add slave parameter to call of
28408 `reftex-index-this-phrase'.
28409 (reftex-display-index): New argument redo.
28410 (reftex-index-rescan): Add `redo' to arguments of
28411 `reftex-display-index'.
28412 (reftex-index-Rescan, reftex-index-revert)
28413 (reftex-index-switch-index-tag): Add `redo' to arguments of
28414 `reftex-display-index'.
28415 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
28416 indexing. Fix bug with matching is there is a quote before or
28417 after the word.
28418
28419 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
28420 Fix bug when collecting citation keys in lines with comments.
28421 (reftex-citation): Prefix argument no longer rescans the document,
28422 but forces prompting for optional arguments of cite macros.
28423 (reftex-do-citation): Prompting for optional arguments implemented.
28424
28425 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28426 Add optional arguments to most cite commands.
28427 (reftex-cite-cleanup-optional-args): New option
28428 (reftex-cite-prompt-optional-args): New option.
28429 (reftex-trust-label-prefix): New option.
28430
28431 * textmodes/reftex-toc.el (reftex-toc-find-section):
28432 Add push-mark before changing the position in the buffer.
28433
28434 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
28435 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
28436
28437 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
28438
28439 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
28440 more carefully.
28441
28442 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
28443
28444 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
28445 (sgml-mode): Use it.
28446 (sgml-get-context): Better keep track of implicitly closed tags.
28447
28448 2005-01-13 Kenichi Handa <handa@m17n.org>
28449
28450 * textmodes/ispell.el: These changes are to fix misalignment error
28451 caused by equivalent characters of different Emacs charsets.
28452 (ispell-unified-chars-table): New variable.
28453 (ispell-get-decoded-string): New function.
28454 (ispell-get-casechars, ispell-get-not-casechars)
28455 (ispell-get-otherchars): Call ispell-get-decoded-string.
28456
28457 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28458
28459 * custom.el (custom-declare-variable): Just put symbol instead
28460 of (defvar . symbol) in `current-load-list'.
28461
28462 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
28463
28464 * emacs-lisp/elint.el: Fixed typo in Commentary section.
28465
28466 2005-01-12 Jay Belanger <belanger@truman.edu>
28467
28468 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
28469 to create a Calc summary.
28470
28471 2005-01-12 Kim F. Storm <storm@cua.dk>
28472
28473 * mouse.el (mouse-on-link-p): Change functionality and doc
28474 string to comply with latest description in lisp ref.
28475
28476 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
28477
28478 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
28479 Enable mouse clicks on mode-line, header-line and margin.
28480 (event-type): Give mouse event symbols an `event-kind' property
28481 with value `mouse-click'.
28482
28483 2005-01-12 Juri Linkov <juri@jurta.org>
28484
28485 * facemenu.el (list-colors-display): Add new arg buffer-name.
28486 Use it. Fix docstring. Replace code for identifying duplicate
28487 colors by the name with call to `list-colors-duplicates' which
28488 identifies duplicate colors by the value unless the color
28489 is one of special Windows colors. Set truncate-lines to t.
28490 Print sorted duplicate color names on each line. Indent to 22
28491 \(the longest color name in rgb.txt) instead of 20. Optimize.
28492 (list-colors-duplicates): New function.
28493 (facemenu-color-name-equal): Delete function.
28494
28495 * facemenu.el (list-colors-print): New function created from code
28496 in list-colors-display. Print #RRGGBB at the window right edge.
28497 (list-colors-display): When temp-buffer-show-function is not
28498 defined, call list-colors-print from temp-buffer-show-hook
28499 to get the right value of window-width in list-colors-print
28500 after the buffer is displayed.
28501
28502 * simple.el (pop-mark): Move deactivate-mark out of conditional
28503 part to deactivate the active mark regardless of the state of the
28504 mark ring.
28505
28506 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
28507 variables line in desktop files.
28508
28509 2005-01-12 Juri Linkov <juri@jurta.org>
28510
28511 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
28512 Bring together isearch highlight related options.
28513 (lazy-highlight): Replace group `replace' by `matching'.
28514 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28515 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28516 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
28517 and declare them obsolete.
28518 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
28519 (isearch-faces): Remove defgroup.
28520 (isearch-overlay, isearch-highlight, isearch-dehighlight):
28521 Move isearch highlighting code closer to lazy highlighting code.
28522
28523 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
28524 (query-replace-highlight, query-replace-lazy-highlight)
28525 (query-replace): Move definitions to the beginning of the file.
28526
28527 2005-01-11 Juri Linkov <juri@jurta.org>
28528
28529 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
28530 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
28531 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
28532
28533 * info.el (Info-history-forward): New variable.
28534 (Info-select-node): Reset Info-history-forward to nil.
28535 (Info-last): Turn into defalias.
28536 (Info-history-back): Rename from Info-last.
28537 Add current node to Info-history-forward.
28538 (Info-history-forward): New fun.
28539 (Info-mode-map): Replace Info-last by Info-history-back.
28540 Bind Info-history-forward to "r".
28541 (Info-mode-menu): Replace Info-last by Info-history-back.
28542 Fix menu item text. Add menu item for Info-history-forward.
28543 (info-tool-bar-map): Replace Info-last by Info-history-back.
28544 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
28545 for Info-history-forward.
28546 (Info-mode): Replace Info-last by Info-history-back in docstring.
28547 Add local variable Info-history-forward.
28548 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
28549
28550 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
28551
28552 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
28553 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
28554 Ignore select-window events rather than fiddle with
28555 mouse-autoselect-window.
28556
28557 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
28558
28559 * type-break.el (type-break-mode): Fix previous change.
28560
28561 2005-01-10 Jay Belanger <belanger@truman.edu>
28562
28563 * calc/calc-ext.el (calc-reset): Reset when inside embedded
28564 calculator; only reset when point is inside a calculator.
28565 Don't adjust the window height if the window takes up the whole height
28566 of the frame.
28567
28568 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
28569
28570 * ebuff-menu.el (Electric-buffer-menu-mode):
28571 Preserve value of buffer-local var header-line-format.
28572
28573 2005-01-09 Jay Belanger <belanger@truman.edu>
28574
28575 * calc/calc.el (calc-mode-var-list-restore-saved-values):
28576 Make sure settings file exists before accessing it.
28577
28578 * calc/calc-embed.el (calc-embedded-subst):
28579 Replace math-multi-subst-rec, which is only supposed to be called
28580 by math-multi-subst, by math-multi-subst.
28581
28582 2005-01-09 Andre Spiegel <spiegel@gnu.org>
28583
28584 * vc.el (vc-allow-async-revert): New user option.
28585 (vc-disable-async-diff): New internal variable.
28586 (vc-revert-buffer): Use them to disable asynchronous diff.
28587
28588 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
28589 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
28590 asynchronously if vc-disable-async-diff is t.
28591
28592 2005-01-09 Jay Belanger <belanger@truman.edu>
28593
28594 * calc/calc.el (defcalcmodevar): New macro.
28595 (calc-mode-var-list-restore-default-values)
28596 (calc-mode-var-list-restore-saved-values): New functions.
28597 (calc-mode-var-list): Use defcalcmodevar to define it.
28598 (calc-always-load-extensions, calc-line-numbering)
28599 (calc-line-breaking, calc-display-just, calc-display-origin)
28600 (calc-number-radix, calc-leading-zeros, calc-group-digits)
28601 (calc-group-char, calc-point-char, calc-frac-format)
28602 (calc-prefer-frac, calc-hms-format, calc-date-format)
28603 (calc-float-format, calc-full-float-format, calc-complex-format)
28604 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
28605 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
28606 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
28607 (calc-matrix-brackets, calc-language, calc-language-option)
28608 (calc-left-label, calc-right-label, calc-word-size)
28609 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
28610 (calc-display-raw, calc-internal-prec, calc-angle-mode)
28611 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
28612 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
28613 (calc-window-height, calc-display-trail, calc-show-selections)
28614 (calc-use-selections, calc-assoc-selections)
28615 (calc-display-working-message, calc-auto-why, calc-timing)
28616 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
28617 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
28618 (calc-gnuplot-default-device, calc-gnuplot-default-output)
28619 (calc-gnuplot-print-device, calc-gnuplot-print-output)
28620 (calc-gnuplot-geometry, calc-graph-default-resolution)
28621 (calc-graph-default-resolution-3d, calc-invocation-macro)
28622 (calc-show-banner): Use defcalcmodevar to declare them and set
28623 their default values.
28624
28625 * calc/calc-ext.el (calc-reset): Restore saved values of variables
28626 instead of default values (but restore default values if there is
28627 an argument of 0).
28628
28629 2005-01-09 David Kastrup <dak@gnu.org>
28630
28631 * desktop.el (desktop-restore-eager): Fix typo in type.
28632
28633 2005-01-08 Richard M. Stallman <rms@gnu.org>
28634
28635 * cus-edit.el (customize): Delete :link.
28636
28637 2005-01-08 Jay Belanger <belanger@truman.edu>
28638
28639 * calc/calc.el (calc-mode): Remove the extension from the
28640 `calc-settings-file' file name when loading it.
28641
28642 2005-01-08 Kim F. Storm <storm@cua.dk>
28643
28644 * info.el (Info-mode-map, Info-next-link-keymap)
28645 (Info-prev-link-keymap, Info-up-link-keymap):
28646 Map follow-link to mouse-face.
28647 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
28648
28649 2005-01-08 Jay Belanger <belanger@truman.edu>
28650
28651 * calc/calc.el (calc-settings-file): Change default value.
28652 Suggested by cgw in a comment in calc-mode.el.
28653
28654 * calc/calc-mode.el (calc-settings-file-name):
28655 Compare calc-settings-file to user-init-file instead of ~/.emacs.
28656 Replace ~/.emacs in a prompt by calc-settings-file.
28657
28658 2005-01-07 Lars Hansen <larsh@math.ku.dk>
28659
28660 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
28661 (desktop-lazy-idle-delay): New customizable variables.
28662 (desktop-buffer-args-list): New variable.
28663 (desktop-append-buffer-args): New function.
28664 (desktop-save): Call desktop-append-buffer-args for some buffers.
28665 (desktop-lazy-create-buffer): New function.
28666 (desktop-idle-create-buffers): New function.
28667 (desktop-read): Add message about buffers to restore lazily.
28668 (desktop-lazy-abort): New command.
28669 (desktop-clear): Call desktop-lazy-abort.
28670 (desktop-lazy-complete): New command.
28671
28672 2005-01-06 Richard M. Stallman <rms@gnu.org>
28673
28674 * emacs-lisp/find-func.el (find-face-definition):
28675 Rename from find-face.
28676
28677 2005-01-06 Kim F. Storm <storm@cua.dk>
28678
28679 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
28680
28681 * man.el (Man-xref-man-page, Man-xref-header-file)
28682 (Man-xref-normal-file): Add follow-link property.
28683
28684 2005-01-06 Jay Belanger <belanger@truman.edu>
28685
28686 * calc/calc-units.el: Make sure the proper macro definitions are
28687 available when compiling.
28688
28689 2005-01-06 Juri Linkov <juri@jurta.org>
28690
28691 * isearch.el (isearch-lazy-highlight-update):
28692 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
28693
28694 2005-01-06 Miles Bader <miles@gnu.org>
28695
28696 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
28697 (isearch-lazy-highlight-face): Use new name.
28698
28699 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
28700
28701 * uniquify.el (uniquify-rationalize-file-buffer-names):
28702 Re-add an interactive spec.
28703 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
28704 to the same name.
28705
28706 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
28707 (isearch-update, isearch-done): Adjust calls accordingly.
28708
28709 2005-01-05 Richard M. Stallman <rms@gnu.org>
28710
28711 * custom.el (custom-set-variables, custom-theme-set-variables):
28712 Clarify documentation.
28713
28714 * emacs-lisp/find-func.el (find-variable)
28715 (find-variable-other-window, find-variable-other-frame):
28716 Fix the TYPE args to find-function-read and find-function-do-it.
28717 (find-function): Doc fix.
28718 (find-function-at-point): Replace function-at-point alias.
28719
28720 2005-01-04 Richard M. Stallman <rms@gnu.org>
28721
28722 * cus-face.el (custom-declare-face):
28723 Record defface in current-load-list.
28724
28725 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
28726
28727 * emacs-lisp/find-func.el: Doc fixes.
28728 (find-face-regexp): New variable.
28729 (find-function-regexp-alist): New variable.
28730 (find-function-C-source): Third arg is now TYPE.
28731 (find-function-search-for-symbol): Handle general TYPE.
28732 (find-function-read, find-function-do-it): Handle general TYPE.
28733 (find-definition-noselect, find-face): New functions.
28734 (function-at-point): Alias deleted.
28735
28736 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
28737
28738 * battery.el (display-battery-mode): Rename from display-battery.
28739 Handle the case where it gets turned off.
28740
28741 2005-01-04 Richard M. Stallman <rms@gnu.org>
28742
28743 * cus-edit.el (customize): Make :link point to user doc.
28744
28745 * man.el (Man-fontify-manpage): Turn off undo generation.
28746
28747 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
28748
28749 2005-01-04 Andreas Schwab <schwab@suse.de>
28750
28751 * files.el (insert-directory): Only look for error lines in
28752 inserted text. Don't move too far after processing --dired markers.
28753
28754 2005-01-04 Richard M. Stallman <rms@gnu.org>
28755
28756 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
28757 Don't expand if the character is @, period, dash, etc.
28758 (define-mail-abbrev): Quote names that contain problem characters.
28759
28760 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
28761
28762 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
28763
28764 2005-01-03 Richard M. Stallman <rms@gnu.org>
28765
28766 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
28767 (query-replace-highlight, query-replace-lazy-highlight)
28768 (query-replace): Definitions moved up. Doc fix.
28769
28770 2005-01-03 Richard M. Stallman <rms@gnu.org>
28771
28772 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
28773 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28774 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28775 (lazy-highlight-face): Rename from isearch-lazy-...
28776 Change all references to them.
28777
28778 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
28779
28780 * cus-edit.el (custom-file): Doc fix for defcustom.
28781 (custom-file): The function no longer sets the variable
28782 `custom-file' to its return value.
28783
28784 * startup.el (command-line): No longer load `custom-file'.
28785
28786 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
28787
28788 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
28789
28790 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
28791 Don't confuse module-prefixed identifiers for labels.
28792 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
28793
28794 2005-01-02 Richard M. Stallman <rms@gnu.org>
28795
28796 * files.el (basic-save-buffer-1): Fix previous change.
28797
28798 * loadhist.el (file-loadhist-lookup): New function.
28799 (file-provides, file-requires): Use it.
28800
28801 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
28802 instead of calculating the right size.
28803
28804 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28805
28806 * vc-svn.el (vc-svn-diff): Stay local if possible.
28807
28808 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
28809
28810 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
28811
28812 * files.el (hack-local-variables): Fix last change.
28813
28814 2005-01-02 Jay Belanger <belanger@truman.edu>
28815
28816 * calc/calc-yank.el (calc-edit-top): New variable.
28817 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
28818 object. Change header properties.
28819 (calc-edit-finish, calc-edit-finish-stack-object)
28820 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
28821 edited object.
28822 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
28823 for the beginning of the edited object.
28824 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
28825 for the beginning of the edited object.
28826 * calc/calc-prog.el (calc-edit-macro-finish-edit)
28827 (calc-finish-formula-edit, calc-macro-repeats)
28828 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
28829 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
28830 beginning of the edited object.
28831 (calc-user-define-edit): Change the header for editing macros.
28832 Remove unnecessary variable.
28833
28834 2005-01-01 Jay Belanger <belanger@truman.edu>
28835
28836 * calc/calc-yank.el (calc-edit-mode): Change default header.
28837 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
28838 * calc/calc-store.el (calc-edit-variable): Change title to match new
28839 header.
28840 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
28841 mode to match new header.
28842 (calc-user-define-edit): Change titles to include names of commands.
28843 (calc-finish-formula-edit): Adjust to handle new header.
28844 (calc-finish-macro-edit): Remove.
28845 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
28846 (calc-edit-macro-command, calc-edit-macro-command-type)
28847 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
28848 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
28849 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
28850 (calc-edit-macro-finish-edit): New functions.
28851 (calc-user-define-edit): Use new functions to edit named calc macros.
28852
28853 2005-01-01 Stefan <monnier@iro.umontreal.ca>
28854
28855 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
28856
28857 * ses.el (copy-region-as-kill): Deactivate mark.
28858
28859 2005-01-01 Richard M. Stallman <rms@gnu.org>
28860
28861 * replace.el (occur-1): If the output buffer is also an input,
28862 don't kill it, rename it.
28863
28864 * faces.el (set-face-background, set-face-foreground): Doc fix.
28865
28866 * cus-face.el (custom-face-attributes): Fix :help-echo strings
28867 for :foreground and :background.
28868
28869 * dired.el (dired-view-command-alist): Variable deleted.
28870 (dired-view-file, dired-mouse-find-file-other-window):
28871 Delete the code to use it.
28872
28873 2005-01-01 Kim F. Storm <storm@cua.dk>
28874
28875 * image.el (insert-sliced-image): Use t for line-height property.
28876
28877 See ChangeLog.11 for earlier changes.
28878
28879 ;; Local Variables:
28880 ;; coding: iso-2022-7bit
28881 ;; End:
28882
28883 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
28884 Copying and distribution of this file, with or without modification,
28885 are permitted provided the copyright notice and this notice are preserved.
28886
28887 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1