]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
d4d6e1cd3a3c065ef7cbf1a44f66bc4ed68a5344
[gnu-emacs] / lisp / ChangeLog
1 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * ldefs-boot.el: Regenerate.
4
5 2006-11-08 Alan Mackenzie <acm@muc.de>
6
7 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8 case (eq open-paren-in-column-0-is-defun-start nil) by searching
9 for least nested open-paren.
10
11 2006-11-08 Romain Francoise <romain@orebokech.com>
12
13 * subr.el (remove-overlays): Fix typo in last change.
14
15 2006-11-08 Richard Stallman <rms@gnu.org>
16
17 * subr.el (remove-overlays): Call overlay-recenter.
18
19 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20
21 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
22 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
23 behaviour.
24 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
25 directly.
26
27 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
28
29 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
30 (ido-max-dir-file-cache, ido-decorations)
31 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
32 (ido-magic-backward-char, ido-enter-dired)
33 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
34 (ido-list-directory, ido-first-match, ido-only-match)
35 (ido-subdir, ido-indicator): Fix typos in docstrings.
36 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
37 (ido-read-internal): Fix typo in error message.
38
39 2006-11-08 Kenichi Handa <handa@m17n.org>
40
41 * international/mule-cmds.el (set-default-coding-systems): Always
42 set default-file-name-coding-system to utf-8 for Mac Darwin.
43
44 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
45
46 * makefile.w32-in (setwins): Remove.
47 (WINS_ALMOST): New macro.
48 (WINS): Use it.
49 (autoloads): Don't extract autoloads from files in obsolete/.
50
51 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
52
53 * whitespace.el (whitespace-buffer): Call remove-overlays after
54 overlay-recenter for performance. Suggested by Martin Rudalics.
55
56 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
57
58 * net/tramp.el (tramp-default-method): scp is the default method.
59
60 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
61
62 * server.el (server-start): Save also the Emacs pid in the server file.
63
64 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
65
66 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
67 point when displaying a bibtex cross reference in the echo area.
68
69 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
70
71 * international/mule.el (make-char): Fix typo in docstring.
72 (load-with-code-conversion, charsetp): Doc fixes.
73
74 * international/ja-dic-cnv.el (skkdic-convert):
75 * cus-edit.el (hook): Fix typo in docstring.
76
77 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
78
79 * cus-edit.el (custom-mode-map): Move defvar above code using it.
80 (custom-mode-link-map): New variable.
81 (custom-group-link, custom-manual): Use follow-link.
82
83 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
84
85 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
86 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
87
88 2006-11-06 Richard Stallman <rms@gnu.org>
89
90 * textmodes/flyspell.el (flyspell-correct-word-before-point):
91 New function broken out of flyspell-correct-word.
92 (flyspell-mode-map): Bind it to M-RET.
93 (flyspell-correct-word): Call it.
94
95 * textmodes/fill.el (fill-minibuffer-function): New function.
96 (fill-paragraph): Bind fill-paragraph-function to
97 fill-minibuffer-function.
98
99 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
100 so that they aren't undefined.
101
102 * dired.el (dired-readin): Locally bind file-name-coding-system.
103
104 * bindings.el: Shorten and clarify usual mode line mouse help string.
105
106 * Makefile.in (autoloads): Don't include `obsolete'.
107
108 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
109
110 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
111 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
112 Printing menu if it's not initialized.
113 (pr-menu-bind): Act on menu-bar-file-menu directly.
114
115 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
116
117 * help.el (view-emacs-news): Fix typo in error message.
118
119 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
120
121 * shadowfile.el (shadow-define-regexp-group)
122 (shadow-literal-groups, shadow-insert-var): Doc fixes.
123 (shadow-read-files): Fix typo in message.
124 (shadow-inhibit-overload, shadow-find, shadow-suffix)
125 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
126 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
127 (shadow-file-match): Fix typos in docstrings.
128
129 * terminal.el (terminal-emulator): Fix typo in message.
130
131 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
132
133 * emacs-lisp/lselect.el (x-kill-primary-selection)
134 (x-delete-primary-selection, x-copy-primary-selection):
135 Fix typos in error messages.
136
137 * emulation/edt-mapper.el: Fix typo in interactive message.
138
139 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
140
141 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
142 (ispell-help): Fix typos in docstrings.
143 (ispell-help): Fix typo in output message.
144
145 * allout.el (allout-adjust-file-variable)
146 (allout-passphrase-verifier-string)
147 (allout-passphrase-hint-string)
148 (allout-toggle-current-subtree-encryption):
149 * apropos.el (apropos-synonyms):
150 * cus-edit.el (hook):
151 * emacs-lock.el (emacs-lock-from-exiting):
152 * follow.el (follow-avoid-tail-recenter-p):
153 * hexl.el (hexl-mode):
154 * mouse-copy.el (mouse-copy-work-around-drag-bug):
155 * mouse.el (mouse-set-font):
156 * resume.el (resume-emacs-args-file):
157 * rfn-eshadow.el (file-name-shadow-tty-properties):
158 * t-mouse.el (t-mouse-process, t-mouse-mode):
159 * emacs-lisp/cust-print.el (custom-print-install)
160 (custom-print-uninstall, custom-format):
161 * emacs-lisp/shadow.el (list-load-path-shadows):
162 * emulation/tpu-edt.el (tpu-help-text)
163 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
164 (tpu-reset-control-keys):
165 * emulation/vip.el (vip-emacs-local-map)
166 (vip-change-mode-to-emacs):
167 * emulation/viper.el (viper-mode, viper-set-hooks)
168 (viper-major-mode-modifier-list):
169 * emulation/viper-init.el (viper-emacs-state-cursor-color):
170 * emulation/viper-keym.el (viper-emacs-kbd-map)
171 (viper-toggle-key):
172 * mail/feedmail.el (feedmail-queue-reminder)
173 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
174 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
175 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
176 (feedmail-sender-line, feedmail-force-binary-write)
177 (feedmail-from-line, feedmail-deduce-envelope-from)
178 (feedmail-x-mailer-line, feedmail-message-id-generator)
179 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
180 (feedmail-enable-spray, feedmail-spray-this-address)
181 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
182 (feedmail-queue-runner-confirm-global)
183 (feedmail-ask-before-queue-prompt)
184 (feedmail-ask-before-queue-reprompt)
185 (feedmail-prompt-before-queue-standard-alist)
186 (feedmail-prompt-before-queue-user-alist)
187 (feedmail-prompt-before-queue-help-supplement)
188 (feedmail-queue-use-send-time-for-message-id)
189 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
190 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
191 (feedmail-mail-send-hook-queued)
192 (feedmail-confirm-addresses-hook-example)
193 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
194 (feedmail-queue-runner-mode-setter)
195 (feedmail-queue-alternative-mail-header-separator)
196 (feedmail-queue-runner-message-sender)
197 (feedmail-buffer-eating-function, feedmail-binmail-template)
198 (feedmail-run-the-queue-no-prompts)
199 (feedmail-run-the-queue-global-prompt)
200 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
201 (feedmail-envelope-deducer, feedmail-fiddle-date)
202 (feedmail-default-message-id-generator)
203 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
204 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
205 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
206 (vms-pmail-setup):
207 * play/dunnet.el (dun-help):
208 * play/handwrite.el (handwrite):
209 * play/hanoi.el (hanoi-unix-64):
210 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
211 * textmodes/enriched.el (fixed):
212 * textmodes/org.el (org-file-apps)
213 (org-emphasis-regexp-components, org-emphasis-alist):
214 * textmodes/texinfmt.el (batch-texinfo-format):
215 Fix typos in docstrings.
216
217 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
218
219 * loadhist.el (read-feature): Don't complete features not loaded
220 from a file (which make `unload-feature' to fail).
221
222 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
223
224 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
225
226 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
227
228 * startup.el (command-line-1): Kill emacs if the last frame is
229 deleted while evaluating the command-line arguments.
230
231 2006-11-05 Richard Stallman <rms@gnu.org>
232
233 * startup.el (init-file-had-error): Add doc string.
234 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
235 Use fixed-width font for keyboard key descriptions.
236
237 * cus-edit.el (custom-save-all): Error if saving in .emacs
238 and it had an error when loaded.
239
240 * dired-aux.el (dired-copy-file-recursive): Catch errors
241 from recursive copies in the loop, around the recursive call.
242
243 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
244
245 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
246 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
247 `/proc/acpi/thermal_zone/*'.
248 (battery-search-for-one-match-in-files): New. Search a regexp in
249 the content of some files.
250
251 2006-11-05 Martin Rudalics <rudalics@gmx.at>
252
253 * window.el (mouse-autoselect-window-now): Remove variable.
254 (mouse-autoselect-window-state): New variable.
255 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
256 (mouse-autoselect-window-select, handle-select-window):
257 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
258 Suspend delayed autoselection during menu or popup dialog.
259
260 * info-look.el (info-lookup-guess-custom-symbol): New function
261 for retrieving symbol at point in custom buffers.
262 (top level) <info-lookup-maybe-add-help>: Add backquote and
263 comma to ignored characters in regexps of help specifications
264 for emacs-lisp-mode and lisp-interaction-mode. This permits
265 looking up symbols in `...' and after a comma. Add help
266 specifications for custom-mode and help-mode.
267
268 2006-11-04 Eli Zaretskii <eliz@gnu.org>
269
270 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
271 Don't encode body if RAW is non-nil, or if the old encoding is
272 identical to the new encoding, or if the body contains only
273 eight-bit-* characters.
274
275 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
276
277 * faces.el (faces-sample-overlay, describe-face): Revert last
278 changes.
279 (faces-sample-overlay): Remove variable.
280 (describe-face): Insert sample text in the face being described.
281
282 2006-11-04 Martin Rudalics <rudalics@gmx.at>
283
284 * whitespace.el (whitespace-indent-regexp): Make this match any
285 multiples of eight spaces near the beginning of a line.
286 (whitespace-buffer): Use `remove-overlays' instead of
287 `whitespace-unhighlight-the-space' and `overlay-recenter' to
288 speed up overlay handling.
289 (whitespace-buffer-leading, whitespace-buffer-trailing): Make
290 these functions highlight the text removed by
291 `whitespace-buffer-leading-cleanup' and
292 `whitespace-buffer-trailing-cleanup' respectively.
293 (whitespace-buffer-search): Use `with-local-quit'. Move
294 `format' out of loop to speed up scanning larger buffers.
295 (whitespace-unhighlight-the-space): Remove `remove-hook' since
296 that function is never added to a hook.
297 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
298 (whitespace-buffer-leading-cleanup)
299 (whitespace-refresh-rescan-list): Fix docstrings.
300
301 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
302
303 * allout.el (allout-during-yank-processing): Cue for inhibiting
304 aberrance processing during yanks.
305 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
306 the amount of yanked topics that can be aberrant.
307 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
308 a function, and supplement with inihibition of doublechecking
309 during yanks.
310 (allout-beginning-of-line, allout-next-heading)
311 (allout-previous-heading, allout-goto-prefix-doublechecked)
312 (allout-back-to-current-heading, allout-next-visible-heading)
313 (allout-next-sibling): Use new allout-do-doublecheck function.
314 (allout-next-sibling): Ensure we made progress when returning
315 other than nil.
316 (allout-rebullet-heading): Preserve text property annotations
317 indicating the text was hidden, if it was.
318 (allout-kill-line): Remove any added was-hidden annotations.
319 (allout-kill-topic): Remove any added was-hidden annotations.
320 (allout-annotate-hidden): Inhibit adding was-hidden text
321 properties to the undo list.
322 (allout-deannotate-hidden): New function to remove was-hidden
323 annotation.
324 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
325 (allout-remove-exposure-annotation): Replaced by
326 allout-deannotate-hidden.
327 (allout-yank-processing): Signal that yank processing is happening
328 with allout-during-yank-processing. Also, wrap
329 allout-unprotected's closer to the text changes, for easier
330 debugging. We need to inhibit-field-text-motion explicitly, in
331 lieu of the encompassing allout-unprotected.
332 (outlineify-sticky): Adjust criteria for triggering new outline
333 decorations to presence or absence of any topics, not just a topic
334 at the beginning of the buffer.
335
336 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
337
338 * bs.el (bs--show-all, bs--redisplay):
339 * cus-edit.el (custom-unlispify-menu-entries)
340 (custom-unlispify-tag-names, custom-prompt-variable):
341 * expand.el (expand-pos):
342 * speedbar.el (speedbar-generic-list-tag-p):
343 * wid-edit.el (widget-image-enable):
344 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
345 * emacs-lisp/find-func.el (find-function-noselect)
346 (find-function, find-variable-noselect, find-variable)
347 (find-definition-noselect, find-face-definition):
348 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
349 * net/eudc-vars.el (eudc-expansion-overwrites-query):
350 * progmodes/ada-xref.el (ada-find-in-ali):
351 * textmodes/flyspell.el (flyspell-check-tex-math-command):
352 * textmodes/org.el (org-copy-subtree):
353 * textmodes/table.el (table--row-column-insertion-point-p):
354 Use "non-nil" in docstrings.
355
356 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
357
358 * sort.el (sort-columns): Set the field separator to tab; on
359 NetBSD, sort complains if "\n" is used as field separator.
360
361 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
362
363 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
364
365 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * server.el (server-auth-key): Remove. Replace by a process-property.
368 (server-start): Don't remove the file of the previous process, but
369 instead clear out the place for the new file.
370 (server-start): Set the :auth-key property.
371 (server-process-filter): Use the :auth-key property.
372
373 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
374
375 * textmodes/org.el (org-mode-map): No longer copy
376 `outline-mode-map' explicitly - this is already done by
377 `define-derived-mode'.
378
379 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
380
381 * server.el (server-visit-files): Use `when'.
382 (server-process-filter): When authentication fails, send error
383 message to client. Wrap `process-send-region' in `ignore-errors'
384 instead of `condition-case', and remove misleading comment.
385
386 2006-11-01 Juri Linkov <juri@jurta.org>
387
388 * simple.el (yank): Doc fix.
389
390 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * server.el: Try and fit within 80 columns.
393 (server-start): Make the auth file unreadable by other users.
394
395 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
396
397 * battery.el (battery-linux-proc-acpi): Prevent range error when
398 `full-capacity' is 0.
399
400 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
401
402 * faces.el (faces-sample-overlay): New defvar.
403 (faces-sample-overlay): New function to show face sample text.
404 (describe-face): Use it.
405
406 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
407
408 * progmodes/ada-stmt.el: Change maintainer, apply
409 whitespace-cleanup, checkdoc.
410 (ada-func-or-proc-name): Add doc string.
411
412 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
413 whitespace-cleanup, checkdoc. Minor improvements to many doc
414 strings and comments.
415 (ada-prj-display-page): Change buffer name to more accurately
416 reflect function.
417
418 * progmodes/ada-xref.el: Change maintainer, apply
419 whitespace-cleanup, checkdoc. Minor improvements to many doc
420 strings and comments. Don't look for `gvd' or `ddd' debuggers.
421 (ada-compile-current): Don't add newlines to commands.
422
423 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
424
425 * server.el: Add support for TCP sockets.
426 (server-use-tcp, server-host, server-auth-dir): New options.
427 (server-auth-key): New variable.
428 (server-ensure-safe-dir): Create nonexistent parent dirs.
429 Ignore Unix-style file modes on Windows.
430 (server-start): Crete a TCP or Unix socket according to the value
431 of `server-use-tcp'. For TCP sockets, create the id/auth file in
432 `server-auth-dir' directory.
433 (server-process-filter): Delete process if authentication
434 fails (which never happens for Unix sockets).
435
436 2006-10-30 David Kastrup <dak@gnu.org>
437
438 * subr.el (add-to-list): Don't continue checking if a match has
439 been found.
440
441 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
442
443 * tutorial.el: Move defvars to avoid bytecomp warnings.
444 (tutorial--find-changed-keys): Check if viper-current-state is
445 bound before using it.
446 (help-with-tutorial): Check if viper-tutorial is defined before
447 using it.
448
449 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
450
451 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
452
453 * tutorial.el: New file.
454 (help-with-tutorial): Moved here from help-fns.el. Added help for
455 rebound keys. Fixed resume of tutorial.
456 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
457 (tutorial--find-changed-keys, tutorial--display-changes)
458 (tutorial--saved-dir, tutorial--saved-file)
459 (tutorial--save-tutorial): New functions to support the changes in
460 help-with-tutorial.
461
462 2006-10-30 Kenichi Handa <handa@m17n.org>
463
464 * files.el (revert-buffer): If a unibyte buffer is being reverted
465 with a coding system for multibyte, set buffer multibyte before
466 calling insert-file-contents.
467
468 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * server.el (server-select-display): Use a dummy buffer to detect when
471 the frame is later used.
472 (server-select-display): New function.
473 (server-process-filter): Use it to detect unused temp frames.
474
475 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
476
477 * progmodes/ada-mode.el: Change maintainer, apply
478 whitespace-clean, checkdoc. Minor improvements to many doc strings.
479 (ada-mode-version): New function.
480 (ada-create-menu): Menu operations are available for all supported
481 compilers.
482
483 2006-10-29 Lars Hansen <larsh@soem.dk>
484
485 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
486 Highlight as keyword.
487 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
488 Don't call tramp-method-out-of-band-p for local files.
489 (tramp-touch): Quote file name.
490
491 2006-10-28 Glenn Morris <rgm@gnu.org>
492
493 * calendar/calendar.el (cal-html-cursor-month)
494 (cal-html-cursor-year): Add autoloads for this new package.
495 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
496
497 2006-10-28 Anna Bigatti <bigatti@dima.unige.it>
498
499 * calendar/cal-html.el: New file.
500
501 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
502
503 * emacs-lisp/authors.el (authors-aliases): Update.
504
505 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
506
507 * version.el (emacs-version): Bump version number to 22.0.90.
508
509 2006-10-26 John W. Eaton <jwe@octave.org>
510
511 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
512 New defvar.
513 (inferior-octave-resync-dirs): Check to see whether Octave has
514 built-in variables and set inferior-octave-has-built-in-variables.
515 Check inferior-octave-has-built-in-variables to decide whether to
516 send commands that set built-in variables or call functions to
517 change Octave's behavior.
518 Send "disp (pwd ())" to Octave instead of just "pwd".
519 (inferior-octave-startup): Send "more off" to Octave instead of
520 "page_screen_output = 0".
521
522 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
523
524 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
525 pattern normally.
526
527 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
528
529 * bindings.el (mode-line-mode-menu): Remove bindings for global
530 minor modes (line/column number) as they are on the menubar.
531
532 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
533
534 * term/w32-win.el (x-handle-name-switch): Doc fix.
535 (w32-standard-fontset-spec): Fix typo in docstring.
536
537 * midnight.el (midnight-buffer-display-time): Doc fix.
538 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
539
540 2006-10-22 Martin Rudalics <rudalics@gmx.at>
541
542 * textmodes/flyspell.el (flyspell-check-region-doublons):
543 Fix last fix.
544
545 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
546
547 * bindings.el (mode-line-mode-menu): List global minor modes
548 before local ones.
549
550 2006-10-23 Kim F. Storm <storm@cua.dk>
551
552 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
553 (sit-for): If last command was a prefix arg, add the read-ahead
554 event to unread-command-events as (t . EVENT) so it will be added
555 to this-command-keys by read-key-sequence.
556
557 2006-10-22 Martin Rudalics <rudalics@gmx.at>
558
559 * textmodes/flyspell.el (flyspell-word): Skip past all previous
560 whitespace when checking doublons.
561 (flyspell-check-region-doublons): Fix doublon regexp.
562 (flyspell-highlight-incorrect-region): Highlight doublons using
563 flyspell-duplicate face.
564
565 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
566
567 2006-10-22 John Wiegley <johnw@newartisans.com>
568
569 * progmodes/python.el (python-use-skeletons): python-mode was
570 auto-inserting templates (for those with abbrev-mode on), not only
571 by default -- *but without a configuration variable to disable
572 it*. This rendered python-mode completely useless for me, so I
573 have added `python-use-skeletons', which is now off by default.
574
575 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
576
577 * progmodes/cperl-mode.el (cperl-mode): Don't assume
578 font-lock-multiline is auto-local (it's not).
579 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
580 initialized before calling cperl-init-faces.
581
582 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
583
584 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
585 gdb-stack-position a value when there is no fringe.
586
587 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
588 indicator if not visiting a file.
589
590 2006-10-20 David Kastrup <dak@gnu.org>
591
592 * window.el (kill-buffer-and-window): Fix a bug where an aborted
593 operation would still cause some window to collapse later.
594
595 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * vc.el (vc-switch-backend): Try to be more careful with unwanted
598 side-effect due to mixing various backends's file properties.
599
600 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
601 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
602 Return `filename's status if applicable. Update callers.
603
604 2006-10-19 Kenichi Handa <handa@m17n.org>
605
606 * international/kkc.el (kkc-region): When a key sequence is not
607 defined, append (this-single-command-raw-keys) to
608 unread-input-method-events.
609
610 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
611
612 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
613
614 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
615
616 * version.el (emacs-version): Use mac-carbon-version-string.
617
618 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
619
620 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
621
622 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
623 (by Kenichi Handa).
624 (xselect-convert-to-string): Decline requests for UTF8_STRING if
625 the selection is not UTF-8.
626
627 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
628
629 * progmodes/ada-mode.el (ada-83-string-keywords)
630 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
631 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
632 (ada-looking-at-semi-private, ada-get-body-name):
633 Fix typos in docstrings.
634 (ada-create-case-exception, ada-create-case-exception-substring):
635 Fix typos in error messages.
636 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
637
638 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
639
640 * term/x-win.el (res-geometry): Don't set geometry from Xresources
641 to default-frame-alist if default-frame-alist already contains
642 width/height.
643
644 2006-10-18 Richard Stallman <rms@gnu.org>
645
646 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
647 Non-interactive arg is the value, not the expression.
648
649 * simple.el (read-expression-map): Just set it, no defvar.
650
651 * subr.el (insert-for-yank-1): If last inserted char has
652 properties, mark them as rear-nonsticky.
653
654 * recentf.el (recentf-mode): Doc fix.
655
656 * facemenu.el (facemenu-add-new-face): Defend against symbol
657 that isn't a face name.
658
659 * dired-aux.el (dired-do-copy): Doc fix.
660
661 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
662
663 * simple.el (line-move-1): Ignore fields when moving to the
664 beginning of line to avoid getting point stuck.
665
666 2006-10-18 Martin Rudalics <rudalics@gmx.at>
667
668 * textmodes/flyspell.el (flyspell-word-search-backward):
669 Set inhibit-point-motion-hooks to avoid looping due to intangibile
670 text.
671
672 2006-10-16 Richard Stallman <rms@gnu.org>
673
674 * help-fns.el (describe-function-1): Special case optimization
675 for self-insert-command.
676
677 2006-10-16 Kim F. Storm <storm@cua.dk>
678
679 * ido.el (ido-reread-directory): Work in `dir' mode too.
680
681 2006-10-15 Martin Rudalics <rudalics@gmx.at>
682
683 * textmodes/table.el: Require 'regexp-opt.
684
685 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
686
687 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
688 Use shell-quote-argument.
689
690 * shell.el (explicit-bash-args): Likewise.
691
692 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
693 Use grep -E rather than egrep.
694
695 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
696
697 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
698
699 2006-10-15 Kim F. Storm <storm@cua.dk>
700
701 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
702
703 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
704
705 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
706 to protect whitespace and metacharacters from the shell.
707
708 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
709
710 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
711
712 2006-10-13 Eli Zaretskii <eliz@gnu.org>
713
714 * subr.el (start-process-shell-command): Doc fix.
715
716 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
717
718 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
719 the regexp for Maxima symbols.
720
721 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
724 (vc-find-root): Don't walk higher up than ~.
725
726 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
727
728 * international/utf-8.el (utf-translate-cjk-load-tables):
729 Avoid clobbering last-coding-system-used during load.
730
731 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
732
733 * textmodes/reftex-global.el (reftex-create-tags-file):
734 Quote file arguments.
735
736 2006-10-12 Richard Stallman <rms@gnu.org>
737
738 * files.el (file-name-history): Add defvar.
739 (save-some-buffers-action-alist): Improve description strings.
740
741 2006-10-12 Andreas Schwab <schwab@suse.de>
742
743 * files.el (auto-mode-alist): Match change log file name also with
744 a dash before a numeric extension.
745
746 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
747
748 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
749 After 5.0:
750 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
751
752 After 5.1: Major edit. Summary of most visible changes:
753
754 - Multiple <<HERE per line allowed.
755 - Handles multiline subroutine declaration headers (with comments).
756 (The exception is `cperl-etags' - but it is not used in the rest
757 of the mode.)
758 - Fontifies multiline my/our declarations (even with comments,
759 and with legacy `font-lock').
760 - Major speedup of syntaxification, both immediate and postponed
761 (3.5x to 15x [for different CPUs and versions of Emacs] on the
762 huge real-life document I tested).
763 - New bindings, edits to imenu.
764 - "_" is made into word-char during fontification/syntaxification;
765 some attempts to recognize non-word "_" during other operations too.
766 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
767 - autoload some more perldoc-related stuff
768 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
769 - Attempt to incorporate XEmacs edits which reached me.
770
771 Fine-grained changelog:
772 (cperl-hook-after-change): New configuration variable.
773 (cperl-vc-sccs-header): Likewise.
774 (cperl-vc-sccs-header): Likewise.
775 (cperl-vc-header-alist): Default via two preceding variables.
776 (cperl-invalid-face): Remove double quoting under XEmacs
777 (still needed under 21.2).
778 (cperl-tips): Update URLs for resources.
779 (cperl-problems): Likewise.
780 (cperl-praise): Mention new features.
781 New C-c key bindings: for `cperl-find-bad-style',
782 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
783 `cperl-perdoc', and `cperl-perldoc-at-point'.
784 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
785 moved, new submenu of Tools with Ispell entries and narrowing.
786 (cperl-after-sub-regexp): New defsubst.
787 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
788 Allows heads up to head4.
789 Allow "package;".
790 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
791 (paren-backwards-message): ??? Something for XEmacs???
792 (cperl-mode): Never auto-switch abbrev-mode off.
793 Try to allow '_' be non-word char.
794 Do not use `font-lock-unfontify-region-function' on XEmacs.
795 Reset syntax cache on mode start.
796 Support multiline facification (even on legacy `font-lock').
797 (cperl-facemenu-add-face-function): ??? Some contributed code ???
798 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
799 refuse to inform us whether the fontification is due to lazy
800 calling or due to edit to a buffer, install our own hook
801 (controlled by `cperl-hook-after-change').
802 (cperl-electric-pod): =cut may have been recognized as start.
803 (cperl-block-p): Move, updatedfor attributes.
804 (cperl-calculate-indent): Try to allow '_' be non-word char
805 Support subs with attributes.
806 (cperl-where-am-i): Queit (?) a warning.
807 (cperl-cached-syntax-table) New function.
808 (cperl-forward-re): Use `cperl-cached-syntax-table'.
809 (cperl-unwind-to-safe): Recognize `syntax-type' property
810 changing in a middle of line.
811 (cperl-find-sub-attrs): New function.
812 (cperl-find-pods-heres): Allow many <<EOP per line.
813 Allow subs with attributes.
814 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
815 Recognize "extproc " (OS/2) case-folded and only at start.
816 /x on s///x with empty replacement was not recognized.
817 Better comments.
818 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
819 Allow subs with attributes, labels.
820 Do not confuse "else::foo" with "else".
821 Minor optimizations...
822 (cperl-after-expr-p): Try to allow '_' be non-word char.
823 (cperl-fill-paragraph): Try to detect a major bug in Emacs
824 with `looking-at' inside `narrow' and bulk out if found.
825 (cperl-imenu--create-perl-index): Updates for new
826 `cperl-imenu--function-name-regexp-perl'.
827 (cperl-outline-level): Likewise.
828 (cperl-init-faces): Allow multiline subroutine headers
829 and my/our declarations, and ones with comments.
830 Allow subroutine attributes.
831 (cperl-imenu-on-info): Better docstring.
832 (cperl-etags): Rudimentary support for attributes.
833 Support for packages and "package;".
834 (cperl-add-tags-recurse-noxs): Better (?) docstring.
835 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
836 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
837 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
838 (cperl-perldoc): Add autoload.
839 (cperl-perldoc-at-point): Likewise.
840 (cperl-here-doc-spell): New function.
841 (cperl-pod-spell): Likewise.
842 (cperl-map-pods-heres): Likewise.
843 (cperl-get-here-doc-region): Likewise.
844 (cperl-font-lock-fontify-region-function): Likewise (backward
845 compatibility for legacy `font-lock').
846 (cperl-font-lock-unfontify-region-function): Fix style.
847 (cperl-fontify-syntaxically): Recognize and optimize away deferred
848 calls with no-change. Governed by `cperl-hook-after-change'.
849 (cperl-fontify-update): Recognize that syntaxification region
850 can be larger than fontification one.
851 XXXX we leave `cperl-postpone' property, so this is quadratic...
852 (cperl-fontify-update-bad): Temporary placeholder until
853 it is clear how to implement `cperl-fontify-update'.
854 (cperl-time-fontification): New function.
855 (attrib-group): New text attribute.
856 (multiline): New value: `syntax-type' text attribute.
857
858 After 5.2:
859 (cperl-emulate-lazy-lock): New function.
860 (cperl-fontify-syntaxically): Would skip large regions.
861 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
862 Some globals were declared, but uninitialized.
863
864 After 5.3, 5.4:
865 (cperl-facemenu-add-face-function): Add docs, fix U<>.
866 Copyright message updated.
867 (cperl-init-faces): Work around a bug in `font-lock'. May slow
868 facification down a bit.
869 Misprint for my|our|local for old `font-lock'
870 "our" was not fontified same as "my|local".
871 Highlight variables after "my" etc even in
872 a middle of an expression.
873 Do not facify multiple variables after my etc
874 unless parentheses are present.
875
876 After 5.5, 5.6
877 (cperl-fontify-syntaxically): after-change hook could reset.
878 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
879
880 After 5.7:
881 (cperl-init-faces): Allow highlighting of local ($/).
882 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
883 (cperl-problems): Remove fixed problems.
884 (cperl-find-pods-heres): Recognize #-comments in m##x too.
885 Recognize charclasses (unless delimiter is \).
886 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
887 (cperl-regexp-scan): Update docs.
888 (cperl-beautify-regexp-piece): Use information got from regexp scan.
889
890 After 5.8:
891 Major user visible changes:
892 Recognition and fontification of character classes in RExen.
893 Variable indentation of RExen according to groups.
894
895 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
896 Fontify REx charclasses in variable-name face.
897 Fontify POSIX charclasses in "type" face.
898 Fontify unmatched "]" in function-name face.
899 Mark first-char of HERE-doc as `front-sticky'.
900 Reset `front-sticky' property when needed.
901 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
902 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
903 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
904 constructs. Support `narrow'ed buffers.
905 (cperl-praise): Remove a reservation.
906 (cperl-make-indent): New function.
907 (cperl-indent-for-comment): Use `cperl-make-indent'.
908 (cperl-indent-line): Likewise.
909 (cperl-lineup): Likewise.
910 (cperl-beautify-regexp-piece): Likewise.
911 (cperl-contract-level): Likewise.
912 (cperl-toggle-set-debug-unwind): New function.
913 New menu entry for this.
914 (fill-paragraph-function): Use when `boundp'.
915 (cperl-calculate-indent): Take into account groups when indenting RExen.
916 (cperl-to-comment-or-eol): Recognize # which end a string.
917 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
918 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
919 (cperl-fontify-syntaxically): More clear debugging message.
920 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
921 (cperl-init-faces): More complicated highlight even on XEmacs (new).
922 Merge cosmetic changes from XEmacs.
923
924 After 5.9:
925 (cperl-1+): Move to before the first use.
926 (cperl-1-): Likewise.
927
928 After 5.10:
929
930 This code may lock Emacs hard!!! Use at your own risk!
931
932 (cperl-font-locking): New internal variable.
933 (cperl-beginning-of-property): New function.
934 (cperl-calculate-indent): Use `cperl-beginning-of-property'
935 instead of `previous-single-property-change'.
936 (cperl-unwind-to-safe): Likewise.
937 (cperl-after-expr-p): Likewise.
938 (cperl-get-here-doc-region): Likewise.
939 (cperl-font-lock-fontify-region-function): Likewise.
940 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
941 recursively.
942 Bound `next-single-property-change' via `point-max'.
943 (cperl-unwind-to-safe): Bound likewise
944 (cperl-font-lock-fontify-region-function): Likewise.
945 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
946 Initialization of `cperl-font-lock-multiline-start' could be
947 missed if the "main" fontification did not run due to the
948 keyword being already fontified.
949 (cperl-pod-spell): Return t from do-one-chunk function.
950 (cperl-map-pods-heres): Stop when the worker returns nil.
951 Call `cperl-update-syntaxification'.
952 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
953 (cperl-get-here-doc-delim): Remove unused function.
954
955 After 5.11:
956
957 The possible lockup of Emacs (introduced in 5.10) fixed.
958
959 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
960 (cperl-syntaxify-for-menu): New customization variable.
961 (cperl-select-this-pod-or-here-doc): New function.
962 (cperl-get-here-doc-region): Extra argument.
963 Do not adjust pos by 1.
964
965 New menu entries
966 (Perl/Tools): Selection of current POD or HERE-DOC section.
967 (Debugging CPerl:) backtrace on fontification.
968
969 After 5.12:
970 (cperl-cached-syntax-table): Use `car-safe'.
971 (cperl-forward-re): Remove spurious argument SET-ST.
972 Add documentation.
973 (cperl-forward-group-in-re): New function.
974 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
975 (XXXX Temporary (?) hack is to syntax-mark them as comment).
976
977 After 5.13:
978 (cperl-string-syntax-table): Make { and } not-grouping
979 (Sometimes they ARE grouping in RExen, but matching them would only
980 confuse in many situations when they are not)
981 (beginning-of-buffer): Replace two occurences with goto-char...
982 (cperl-calculate-indent): `char-after' could be nil...
983 (cperl-find-pods-heres): REx can start after "[" too.
984 Hightlight (??{}) in RExen too.
985 (cperl-maybe-white-and-comment-rex): New constant
986 (cperl-white-and-comment-rex): Likewise.
987 XXXX Not very efficient, but hard to make
988 better while keeping 1 group.
989
990 After 5.13:
991 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
992 Likewise for 1 << identifier.
993
994 After 5.14:
995 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
996 Error-less condition-case could fail.
997 (cperl-font-lock-fontify-region-function): Likewise.
998 (cperl-init-faces): Likewise.
999
1000 After 5.15:
1001 (cperl-find-pods-heres): Support property REx-part2.
1002 (cperl-calculate-indent): Likewise.
1003 Don't special-case REx with non-empty 1st line.
1004 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
1005 Invert highlighting of charclasses:
1006 now the envelop is highlighted.
1007 Highlight many others 0-length builtins.
1008 (cperl-praise): Mention indenting and highlight in RExen.
1009
1010 After 5.15:
1011 (cperl-find-pods-heres): Highlight capturing parens in REx.
1012
1013 After 5.16:
1014 (cperl-find-pods-heres): Highlight '|' for alternation
1015 Initialize `font-lock-warning-face' if not present.
1016 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
1017 `font-lock-function-name-face'.
1018 (cperl-look-at-leading-count): Likewise.
1019 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
1020 `font-lock-keyword-face' (needed for
1021 batch processing), etc...
1022 Use `font-lock-builtin-face' for builtin in REx
1023 Now `font-lock-variable-name-face'
1024 is used for interpolated variables
1025 Use "talking aliases" for faces inside REx
1026 Highlight parts of REx (except in charclasses)
1027 according to the syntax and/or semantic
1028 Syntax-mark a {}-part of (?{}) as "comment"
1029 (it was the ()-part)
1030 Better logic to distinguish what is what in REx
1031 (cperl-tips-faces): Document REx highlighting
1032 (cperl-praise): Mention REx syntax highlight etc.
1033
1034 After 5.17:
1035 (cperl-find-sub-attrs): Would not always manage to print error message.
1036 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
1037
1038 After 5.18:
1039 (cperl-find-pods-heres): Misprint in REx for parsing REx.
1040 Very minor optimization.
1041 `my-cperl-REx-modifiers-face' got quoted.
1042 Recognize "print $foo <<END" as HERE-doc.
1043 Put `REx-interpolated' text attribute if needed.
1044 (cperl-invert-if-unless-modifiers): New function.
1045 (cperl-backward-to-start-of-expr): Likewise.
1046 (cperl-forward-to-end-of-expr): Likewise.
1047 (cperl-invert-if-unless): Works in "the opposite way" too.
1048 Cursor position on return is on the switch-word.
1049 Indents comments better.
1050 (REx-interpolated): New text attribute.
1051 (cperl-next-interpolated-REx): New function.
1052 (cperl-next-interpolated-REx-0): Likewise.
1053 (cperl-next-interpolated-REx-1): Likewise.
1054 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
1055 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
1056 (cperl-praise): Mention finded interpolated RExen.
1057
1058 After 5.19:
1059 (cperl-init-faces): Highlight %$foo, @$foo too.
1060 (cperl-short-docs): Better docs for system, exec.
1061 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
1062 Would not find HERE-doc ended by EOF without NL.
1063 (cperl-short-docs): Correct not-doubled \-escapes.
1064 start block: Put some `defvar' for stuff gone from XEmacs.
1065
1066 After 5.20:
1067 initial comment: Extend copyright, fix email address.
1068 (cperl-indent-comment-at-column-0): New customization variable.
1069 (cperl-comment-indent): Indentation after $#a would increasy by 1.
1070 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
1071 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
1072 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
1073 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
1074 highlight $ in $foo too (UNTESTED).
1075 (cperl-set-style): Docstring missed some available styles.
1076 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
1077 Change "Current" to "Memorize Current".
1078 (cperl-indent-wrt-brace): New customization variable; the default is
1079 as for pre-5.2 version.
1080 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
1081 (cperl-style-alist): Likewise.
1082 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
1083 and `cperl-extra-newline-before-brace' etc
1084 being t
1085 (cperl-indent-exp): Plans B and C to find continuation blocks even
1086 if `cperl-extra-newline-before-brace' is t.
1087
1088 After 5.21:
1089 Improve some docstrings concerning indentation.
1090 (cperl-indent-rules-alist): New variable.
1091 (cperl-sniff-for-indent): New function name
1092 (separated from `cperl-calculate-indent').
1093 (cperl-calculate-indent): Separate the sniffer and the indenter;
1094 uses `cperl-sniff-for-indent' now.
1095 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
1096 was inverted;
1097 Support `comment-column' = 0.
1098
1099 2006-10-11 Martin Rudalics <rudalics@gmx.at>
1100
1101 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
1102 * help-at-pt.el (scan-buf-move-to-region): Likewise.
1103 * longlines.el (longlines-window-change-function): Likewise.
1104 * simple.el (undo-ask-before-discard): Likewise.
1105 * wid-edit.el (widget-field-prompt-internal)
1106 (widget-documentation-link-p): Likewise.
1107
1108 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
1111 for a keyword.
1112
1113 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * newcomment.el (comment-valid-prefix-p): Make the check
1116 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
1117 (comment-indent-new-line): Adjust call.
1118
1119 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
1120
1121 * allout.el (allout-back-to-current-heading): Base on lower-level
1122 routines to get proper disqualification of aberrant topics.
1123
1124 2006-10-09 Richard Stallman <rms@gnu.org>
1125
1126 * textmodes/two-column.el (2C-two-columns): Doc fix.
1127
1128 2006-10-09 Kim F. Storm <storm@cua.dk>
1129
1130 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
1131 about implicit use.
1132
1133 2006-10-08 Richard Stallman <rms@gnu.org>
1134
1135 * textmodes/two-column.el (2C-two-columns): Doc fix.
1136
1137 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1138
1139 * files.el: Mark `buffer-read-only' as safe-local-variable.
1140
1141 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
1144 Burp if GUD buffer has been killed.
1145
1146 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * completion.el (add-completions-from-c-buffer):
1149 Don't presume an error's second element is a string.
1150 Use looking-at rather than buffer-substring + member.
1151
1152 2006-10-07 Eli Zaretskii <eliz@gnu.org>
1153
1154 * mail/rmail.el (rmail-redecode-body): If the old encoding is
1155 `undecided', call find-coding-systems-region to find a proper
1156 non-trivial encoding.
1157 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
1158 and "text/plain".
1159
1160 2006-10-07 Kevin Ryde <user42@zip.com.au>
1161
1162 * textmodes/reftex-vars.el (defgroup reftex): Update home page
1163 url-link.
1164
1165 * strokes.el (defgroup strokes): Remove invalid url-link.
1166
1167 2006-10-07 Magnus Henoch <mange@freemail.hu>
1168
1169 * autoinsert.el (auto-insert-alist): Doc fix.
1170
1171 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1172
1173 * mouse-sel.el (mouse-insert-selection-internal):
1174 Use insert-for-yank, so that yank handlers are run.
1175
1176 2006-10-07 Kim F. Storm <storm@cua.dk>
1177
1178 * ido.el (ido-file-extension-aux): Fix comparison.
1179
1180 2006-10-06 Kim F. Storm <storm@cua.dk>
1181
1182 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
1183
1184 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
1187 (ad-make-mapped-call): Use `let', not `let*'.
1188
1189 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * international/mule-cmds.el (coding-system-change-eol-conversion):
1192 Ensure the coding system is initialized before calling
1193 coding-system-eol-type.
1194
1195 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
1196
1197 * textmodes/org.el (org-rm-props, org-activate-plain-links)
1198 (org-activate-angle-links, org-activate-dates)
1199 (org-activate-target-links, org-activate-camels)
1200 (org-activate-tags): Add `rear-nonsticky' text property to avoid
1201 textproperty keymaps from being active beyond the end of a line.
1202 (org-unfontify-region): Also remove `rear-nonsticky' property.
1203
1204 2006-10-04 Kenichi Handa <handa@m17n.org>
1205
1206 * international/code-pages.el (next): Table fixed.
1207
1208 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
1211 that it's been made unnecessary by removing narrowing.
1212
1213 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
1216 control flow a bit, simplify another bit, and add comments.
1217
1218 2006-10-03 David Kastrup <dak@gnu.org>
1219
1220 * help.el (describe-mode): For clicks on mode-line, use "@"
1221 interactive argument to get the major mode of the click instead of
1222 the current buffer.
1223
1224 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
1225 in order to better redirect mouse-2 clicks. Also allow default
1226 bindings to apply.
1227
1228 2006-10-03 Kim F. Storm <storm@cua.dk>
1229
1230 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
1231 (pushnew): Fix last change.
1232
1233 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
1234
1235 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
1236 Use the interactive spec of `eval-expression'.
1237
1238 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
1239
1240 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
1241
1242 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1243
1244 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
1245 2006-09-28 commit.
1246
1247 2006-10-02 Kenichi Handa <handa@m17n.org>
1248
1249 * international/code-pages.el (iso-8859-6): Table fixed.
1250
1251 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1252
1253 * dired.el (dired-build-subdir-alist): Fix previous change.
1254
1255 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
1256
1257 * simple.el (undo-elt-crosses-region): Fix the inequalities.
1258
1259 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1262 "define-button-type".
1263
1264 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
1265 they don't keep accumulating.
1266
1267 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1268
1269 * ffap.el (ffap-rfc-path): Change the address of the RFC
1270 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
1271
1272 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
1273
1274 * allout.el (allout-expose-topic): Rectify implementation of "+"
1275 spec, so that bodies are not exposed with headlines.
1276
1277 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
1278
1279 * allout.el (allout-current-depth): Do aberrent check only at or
1280 below doublecheck depth.
1281 (allout-chart-subtree): Make it explicit that LEVELS being nil
1282 means unlimited depth. Drop undocumented support for LEVELS value
1283 t meaning unlimited depth. (This is consistent with
1284 allout-chart-to-reveal, but contrary to allout-show-children,
1285 which needs to use nil to default to depth of 1.)
1286 (allout-goto-prefix-doublechecked): Wrap long docstring line.
1287 (allout-chart-to-reveal): Be explicit in docstring about meaning
1288 of nil LEVELS, and drop support for LEVELS value t.
1289 (allout-show-children): Translate the level spec used by this
1290 routine to that used by allout-chart-subtree and
1291 allout-chart-to-reveal.
1292 (allout-show-to-offshoot): Retry once when stuck, after opening
1293 subtree - improvements in discontinuity handling likely will
1294 enable progress.
1295
1296 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * wid-edit.el (widget-button-click-moves-point): New variable.
1299 (widget-button-click): If widget-button-click-moves-point is
1300 non-nil, set point after performing the button action
1301
1302 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
1303
1304 2006-09-30 Martin Rudalics <rudalics@gmx.at>
1305
1306 * files.el (find-file-existing): Modify to not allow wildcards.
1307
1308 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1309
1310 * simple.el (undo-more): When undo information for the region is
1311 exhausted, say "No further undo information FOR REGION".
1312
1313 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
1314
1315 * progmodes/sh-script.el (sh-prev-thing):
1316 Take `sh-leading-keywords' into account.
1317
1318 2006-09-29 Glenn Morris <rgm@gnu.org>
1319
1320 * custom.el (defcustom): Doc fix.
1321
1322 * calendar/calendar.el (european-calendar-style):
1323 Call european-calendar or american-calendar as needed when set.
1324 (diary-view-entries, list-calendar-holidays): Move autoloads
1325 before use.
1326
1327 2006-09-29 Juri Linkov <juri@jurta.org>
1328
1329 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
1330 to nil if there is no previous property change.
1331
1332 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1333
1334 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
1335 saving anything to be sure that `forward-sexp' behaves correctly.
1336
1337 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * simple.el (line-move-finish): Ignore field boundaries if the
1340 initial and final points have the same `field' property.
1341
1342 2006-09-29 Kim F. Storm <storm@cua.dk>
1343
1344 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
1345 to t while calling ido-read-internal.
1346
1347 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
1348
1349 * textmodes/org.el (org-file-remote-p): Get regexp from list.
1350 (org-archive-subtree): Remove erraneous `]' from character list.
1351
1352 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
1353
1354 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
1355 (ses-reconstruct-all): Make undo of "insert row" work by keeping
1356 markers for data-area and parameters-area.
1357
1358 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
1361
1362 * font-lock.el (font-lock-after-change-function): Refontify next line
1363 as well if end is at BOL.
1364 (font-lock-extend-jit-lock-region-after-change): Be more careful to
1365 only extend the region as much as needed.
1366
1367 2006-09-28 Richard Stallman <rms@gnu.org>
1368
1369 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
1370
1371 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
1372
1373 * international/mule.el (after-insert-file-set-coding):
1374 If VISIT, don't let set-buffer-multibyte make undo info.
1375
1376 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
1377
1378 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
1379 lines in base64-encoded authentication response.
1380
1381 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1382
1383 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
1384 (ebnf-version): New version 4.3.
1385 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
1386 (ebnf-prologue): Adjust PostScript programming.
1387 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
1388 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
1389
1390 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * jit-lock.el (jit-lock-force-redisplay): Rename from
1393 jit-lock-fontify-again, and undo the mistaken change I've just done.
1394
1395 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
1396 (jit-lock-fontify-again): Don't refontify text that's not displayed.
1397
1398 2006-09-26 Kenichi Handa <handa@m17n.org>
1399
1400 * startup.el (display-splash-screen): Allow a prefix argument.
1401
1402 2006-09-25 Jason Rumney <jasonr@gnu.org>
1403
1404 * subr.el (shell-quote-argument): Use DOS logic for Windows
1405 shells with DOS semantics.
1406
1407 2006-09-24 Richard Stallman <rms@gnu.org>
1408
1409 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
1410 (compilation-goto-locus): Use compilation-goto-locus-delete-o
1411 to delete the overlay. Put it on pre-command-hook.
1412
1413 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
1414
1415 * startup.el (fancy-splash-screens, normal-splash-screen):
1416 Call the splash buffer *About GNU Emacs*.
1417
1418 * simple.el (next-error-highlight, next-error-highlight-no-select):
1419 Default to 0.5.
1420 (yank-excluded-properties): Add `fontified'.
1421
1422 * font-lock.el (font-lock-compile-keywords): Allow value of
1423 syntax-begin-function to enable paren-column-0 highlighting.
1424
1425 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1426
1427 * dired.el (dired-build-subdir-alist): When file ends in colon,
1428 don't exit the loop, just disregard that file.
1429
1430 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * simple.el (line-move-finish): Handle corner case for fields in
1433 continued lines.
1434 (line-move-1): Remove flawed test for that case.
1435
1436 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
1437
1438 * icomplete.el (icomplete-simple-completing-p): Use the correct
1439 name for the new variable, `icomplete-with-completion-tables'.
1440 (file local variables): Remove superfluous setting.
1441
1442 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1443
1444 * calendar/appt.el (appt-check): Fix typo for appointments just
1445 after midnight.
1446
1447 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * help.el (describe-key-briefly, describe-key): Don't expect an
1450 extra up event if a down-event is generated by a popup menu.
1451
1452 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
1453
1454 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
1455 local dictionary when changing the global dictionary.
1456
1457 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
1458
1459 * icomplete.el (icomplete-with-completion-tables): List of
1460 specialized completion tables with which icomplete should
1461 operate. Include the new `internal-complete-buffer', so icomplete
1462 works with interactive buffer-selection.
1463 (icomplete-simple-completing-p): Add acceptance of specialized
1464 completion tables listed in icomplete-with-completion-tables.
1465
1466 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1467
1468 * frame.el (focus-follows-mouse): Set default to nil on Mac.
1469
1470 * startup.el (command-line): Use `custom-reevaluate-setting' for
1471 `focus-follows-mouse'.
1472
1473 2006-09-22 Richard Stallman <rms@gnu.org>
1474
1475 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
1476 explain why Save is not available.
1477
1478 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * woman.el (woman0-so): Use `let*', not `let'.
1481 (woman-horizontal-line): Remove unbalanced parenthesis.
1482
1483 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * woman.el: Make sure all the end-of-region markers we use have
1486 a non-nil insertion-type.
1487 (woman0-so): Move things around so we can use copy-marker.
1488 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
1489 Adjust marker type.
1490 (woman2-process-escapes): Check marker type.
1491 (woman-horizontal-line): Dispense with the use of a marker.
1492
1493 2006-09-22 Jay Belanger <belanger@truman.edu>
1494
1495 * calc/calc-lang.el: Add Greek letters to math-variable-table
1496 property of tex.
1497
1498 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
1501
1502 2006-09-22 Masatake YAMATO <jet@gyve.org>
1503
1504 * add-log.el (add-log-current-defun): Use `forward-sexp'
1505 instead of `forward-word' to pick c++::symbol.
1506 Reported by Herbert Euler <herberteuler@hotmail.com>.
1507
1508 2006-09-22 Kenichi Handa <handa@m17n.org>
1509
1510 * bindings.el: Fix setting self-insert-command for multibyte
1511 characters in global-map.
1512
1513 2006-09-21 David Kastrup <dak@gnu.org>
1514
1515 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
1516 doc string.
1517
1518 2006-09-21 Kenichi Handa <handa@m17n.org>
1519
1520 * language/european.el ("Latin-1"): Add windows-1252 to
1521 coding-priority.
1522 ("German"): Likewise.
1523
1524 2006-09-21 Kim F. Storm <storm@cua.dk>
1525
1526 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
1527 Suggested by Miles Bader.
1528
1529 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
1530 instead of add-to-list in the simple case.
1531
1532 2006-09-20 Kenichi Handa <handa@m17n.org>
1533
1534 * isearch.el (isearch-process-search-char): Cancel the previous change.
1535 (isearch-search-string): New function.
1536 (isearch-search): Use isearch-search-string.
1537 (isearch-lazy-highlight-search): Likewise.
1538
1539 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1540
1541 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
1542 string to become an option.
1543
1544 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
1547
1548 2006-09-20 Kim F. Storm <storm@cua.dk>
1549
1550 * simple.el (line-move-partial): Call pos-visible-in-window-p with
1551 position t instead of trying both window-end and window-end - 1.
1552
1553 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
1554
1555 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
1556 hidden trees.
1557
1558 2006-09-20 David Kastrup <dak@gnu.org>
1559
1560 * mouse.el (mouse-posn-property): Improve doc string.
1561 (mouse-on-link-p): Change buffers for function calls on links.
1562
1563 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1564 buffer is read-only.
1565
1566 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1567
1568 * allout.el (allout-unprotected): Let inhibit-read-only only when
1569 buffer-read-only isn't set.
1570 (allout-annotate-hidden): Enable topic annotation during copies even
1571 when the buffer is read-only, eg for topic copies. Ensure that the loop
1572 advances, even when the span extends beyond the deletion region.
1573 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1574 rather than allout-exposure-changed-hook, as a stronger assertion.
1575 (allout-keybindings-list): Add bindings for
1576 allout-copy-line-as-kill and allout-copy-topic-as-kill.
1577 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
1578 Copy wrappers for allout-kill-line and allout-kill-topic.
1579 (allout-listify-exposed): Position correctly to accumulate lines.
1580
1581 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * simple.el (line-move-1): Escape field boundaries occurring
1584 exactly at point. Update goal column if constrained to a field.
1585 (line-move-finish): Escape field boundaries occurring exactly at point.
1586
1587 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * mouse.el (mouse-on-link-p): Tentatively fix last change.
1590 (mouse-drag-vertical-line): Remove unused var `wconfig'.
1591
1592 2006-09-19 Kim F. Storm <storm@cua.dk>
1593
1594 * help.el (describe-key-briefly, describe-key): Simplify printing
1595 of descriptions by using format and %S. Fix "is undefined"
1596 messages to say "at that spot" for mouse events.
1597
1598 * simple.el (line-move-partial): Optimize. Try window-line-height
1599 before posn-at-point to get vpos of current line.
1600
1601 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
1602
1603 * viper.el: Bump up version/date of update to reflect the substantial
1604 changes done in August 2006.
1605
1606 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
1607 are defined.
1608
1609 * ediff-util.el (ediff-add-to-history): New function.
1610
1611 * ediff.el: Use ediff-add-to-history instead of add-to-history.
1612
1613 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1614
1615 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
1616 Delete duplicate make-local-variable form.
1617 (conf-space-keywords): Add autoload cookie.
1618 Fix typo (`keywords', not `keyword').
1619
1620 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1621
1622 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
1623 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1624 to x-gtk-use-old-file-dialog
1625
1626 2006-09-18 Richard Stallman <rms@gnu.org>
1627
1628 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
1629 that might come in during mouse tracking.
1630
1631 2006-09-18 Kim F. Storm <storm@cua.dk>
1632
1633 * simple.el (line-move-partial): Rework 2006-09-15 change to use
1634 new window-line-height function. Further optimize by not calling
1635 pos-visible-in-window-p for window-end when window-line-height
1636 returns useful information.
1637
1638 2006-09-16 Richard Stallman <rms@gnu.org>
1639
1640 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
1641 (conf-space-mode): Don't handle prefix arg.
1642 Delete conf-space-keywords-override code.
1643 Use add-hook.
1644 (conf-space-keywords): New command.
1645 (conf-space-mode-internal): Be careful with imenu-generic-expression.
1646 Delete conf-space-keywords-override code.
1647 (conf-space-keywords-alist): Doc fix.
1648 (conf-space-font-lock-keywords): Doc fix.
1649 (conf-space-keywords-override): Var deleted.
1650
1651 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * startup.el (fancy-splash-screens): Don't switch to the scratch
1654 buffer; it may not be the next buffer.
1655
1656 2006-09-16 Romain Francoise <romain@orebokech.com>
1657
1658 * saveplace.el (load-save-place-alist-from-file): Use expanded name
1659 in both messages.
1660
1661 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1662
1663 * progmodes/python.el (python-preoutput-filter):
1664 Fix arg order to string-match.
1665
1666 2006-09-16 Richard Stallman <rms@gnu.org>
1667
1668 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
1669 font-lock-compile-keywords.
1670
1671 * font-lock.el (font-lock-compile-keywords): Rename optional arg
1672 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
1673
1674 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1675
1676 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1677
1678 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1679 and the data doesn't look like UTF8, send STRING instead.
1680
1681 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1682
1683 * textmodes/flyspell.el (flyspell-check-region-doublons):
1684 New function to detect duplicated words.
1685 (flyspell-large-region): Use it.
1686
1687 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * simple.el (line-move-to-column): Revert 2006-08-03 change.
1690
1691 2006-09-16 Eli Zaretskii <eliz@gnu.org>
1692
1693 * help.el (describe-prefix-bindings): Use let, not let*.
1694
1695 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
1696
1697 * allout.el (allout-regexp, allout-line-boundary-regexp)
1698 (allout-bob-regexp): Correct grouping and boundaries to fix
1699 backwards traversal.
1700 (allout-depth-specific-regexp, allout-depth-one-regexp):
1701 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
1702 worse time in allout-ascend.
1703 (allout-doublecheck-at-and-shallower): Identify depth threshold
1704 below which topics are checked for and disqualified by containment
1705 discontinuities.
1706 (allout-hotspot-key-handler): Correctly handle multiple-key
1707 strokes. Remove some unused variables.
1708 (allout-mode-leaders): Clarify that mode-specific comment-start
1709 will be used.
1710 (set-allout-regexp): Correctly regexp-quote allout regexps to
1711 properly accept alternative header-leads and primary bullets with
1712 regexp-specific characters (eg, C "/*", mathematica "(*").
1713 Include new regular expressions among those configured.
1714 (allout-infer-header-lead-and-primary-bullet):
1715 Rename allout-infer-header-lead.
1716 (allout-recent-depth): Manifest as a variable as well as a function.
1717 (allout-prefix-data): Simplify into an inline instead of a macro,
1718 assuming current match data rather than being explicitly passed
1719 it. Establish allout-recent-depth value as well as
1720 allout-recent-prefix-beginning and allout-recent-prefix-end.
1721 (allout-aberrant-container-p): True when an item's immediate
1722 offspring discontinuously contained. Useful for disqualifying
1723 unintended topic prefixes, likely at low depths.
1724 (allout-goto-prefix-doublechecked): Elaborate version of
1725 allout-goto-prefix which disqualifies aberrant pseudo-items.
1726 (allout-pre-next-prefix): Layer on top of lower-level routines, to
1727 get disqualification of aberrant containers.
1728 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
1729 containers.
1730 (allout-beginning-of-current-entry): Position at start of buffer
1731 when in container (depth 0) entry.
1732 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
1733 (allout-current-bullet): Strip text properties.
1734 (allout-get-prefix-bullet): Use right match groups.
1735 (allout-beginning-of-line, allout-next-heading):
1736 Disqualify aberrant containers.
1737 (allout-previous-heading): Disqualify aberrant containers, and
1738 change to regular (rather than inline) function, to allow
1739 self-recursion.
1740 (allout-get-invisibility-overlay): Increment so progress is made
1741 when the first overlay is not the sought one.
1742 (allout-end-of-prefix): Disqualify aberrant containers.
1743 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1744 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1745 outline.el outlines) functional again. Change the primary bullet
1746 along with the header-lead - level 1 new-style bullets now work.
1747 Engage allout-before-change-handler in mainline Emacs, not just
1748 XEmacs, to do undo handling.
1749 (allout-before-change-handler): Expose undo changes occurring in
1750 hidden regions. Use allout-get-invisibility-overlay instead of
1751 reimplementing it inline.
1752 (allout-chart-subtree): Use start rather than end of prefix in
1753 charts. Use allout-recent-depth variable.
1754 (allout-chart-siblings): Disqualify aberrant topics.
1755 (allout-beginning-of-current-entry): Position correctly.
1756 (allout-ascend): Use new allout-depth-specific-regexp and
1757 allout-depth-one-regexp for linear instead of O(N^2) or worse
1758 behavior.
1759 (allout-ascend-to-depth): Depend on allout-ascend, rather than
1760 reimplementing an algorithm.
1761 (allout-up-current-level): Depend on allout-ascend, rather than
1762 reimplementing an algorithm. Return to start-point if we fail.
1763 (allout-descend-to-depth): Use allout-recent-depth variable
1764 instead of function.
1765 (allout-next-sibling): On traversal of numerous intervening
1766 topics, resort to economical allout-next-sibling-leap.
1767 (allout-next-sibling-leap): Specialized version of
1768 allout-next-sibling that uses allout-ascend cleverly, to depend on
1769 a regexp search to leap large numbers of contained topics, rather
1770 than arbitrarily many one-by-one traversals.
1771 (allout-next-visible-heading): Disqualify aberrant topics.
1772 (allout-previous-visible-heading): Position consistently when
1773 interactive.
1774 (allout-forward-current-level): Base on allout-previous-sibling
1775 rather than (differently) reimplmenting the algorithm. Remove some
1776 unused variables.
1777 (allout-solicit-alternate-bullet): Present default choice stripped
1778 of text properties.
1779 (allout-rebullet-heading): Use bullet stripped of text properties.
1780 Register changes using allout-exposure-change-hook.
1781 Disregard aberrant topics.
1782 (allout-shift-in): With universal-argument, make topic a peer of
1783 it's former offspring. Simplify the code by separating out
1784 allout-shift-out functionality.
1785 (allout-shift-out): With universal-argument, make offspring peers
1786 of their former container, and its siblings. Implement the
1787 functionality here, rather than inappropriately muddling the
1788 implementation of allout-shift-in.
1789 (allout-rebullet-topic): Respect additional argument for new
1790 parent-child separation function.
1791 (allout-yank-processing): Use allout-ascend directly.
1792 (allout-show-entry): Disqualify aberrant topics.
1793 (allout-show-children): Handle discontinuous children gracefully,
1794 extending the depth being revealed to expose them and posting a
1795 message indicating the situation.
1796 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
1797 Leave cursor in correct position.
1798 (allout-hide-current-subtree): Use allout-ascend directly.
1799 Disqualify aberrant topics.
1800 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
1801 a way that the yanks can restore it, as used to happen.
1802 (allout-yank-processing): Restore exposure layout as recorded by
1803 allout-kill-*, as used to happen.
1804 (allout-annotate-hidden, allout-hide-by-annotation): New routines
1805 for preseving and restoring exposure layout across kills.
1806 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
1807 (allout-encrypt-string): Strip text properties.
1808 Rearranged order and outline-headings for some of the
1809 miscellaneous functions.
1810 (allout-resolve-xref): No need to quote the error name in the
1811 condition-case handler section.
1812 (allout-flatten): Classic recursive (and recursively intensive,
1813 without tail-recursion) list-flattener, needed by allout-shift-out
1814 when confronted with discontinuous children.
1815
1816 2006-09-16 Jason Rumney <jasonr@gnu.org>
1817
1818 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
1819 on ms-windows.
1820 (dnd-open-unc-file): Remove.
1821 (dnd-open-local-file): Mention in doc string that it also handles
1822 remote files if the system natively supports unc file-names.
1823
1824 2006-09-15 Kim F. Storm <storm@cua.dk>
1825
1826 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
1827 all necessary information about the event before erasing *Help*.
1828
1829 * simple.el (line-move-partial): Use window-line-visiblity to
1830 quickly check whether last line is partially visible, and only do
1831 the hard (and slow) part in that case.
1832
1833 2006-09-15 Jay Belanger <belanger@truman.edu>
1834
1835 * COPYING: Replace "Library Public License" by "Lesser Public
1836 License" throughout.
1837
1838 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1839
1840 * term/x-win.el (x-menu-bar-open): New function for F10.
1841
1842 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1845 Disallow filenames containing " -" to avoid confusion with libtool
1846 compilation messages. Suggested by Stefan Monnier.
1847
1848 2006-09-15 David Kastrup <dak@gnu.org>
1849
1850 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
1851 instead of buffer position for `mouse-on-link-p'.
1852
1853 * mouse.el (mouse-posn-property): New function looking up the
1854 properties at a click position in overlays and text properties in
1855 either buffer or strings.
1856 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
1857 of both `follow-link' as well as `mouse-face' properties.
1858 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
1859 buffer position.
1860
1861 * help.el (describe-key-briefly): When reading a down-event on
1862 mode lines or scroll bar, swallow the following up event, too.
1863 Use the new mouse sensitity of `key-binding' for lookup.
1864 (describe-key): The same here.
1865
1866 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * play/life.el (life-patterns): Add a few more interesting patterns.
1869 (life-setup): Force `show-trailing-whitespace' to nil.
1870
1871 2006-09-14 Richard Stallman <rms@gnu.org>
1872
1873 * startup.el (fancy-splash-text): Change text to improve alignment.
1874 (fancy-splash-screens): Don't set non-standard tab width.
1875 Bind cursor-type temporarily, and make it easy to patch to
1876 preserve the splash buffer.
1877 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
1878 (fancy-splash-screens): Display echo-area message explicitly.
1879 Don't set fancy-splash-help-echo.
1880
1881 * simple.el (line-number-mode): Group mode-line instead of
1882 editing-basics.
1883 (column-number-mode, size-indication-mode): Likewise.
1884
1885 * faces.el (mode-line-faces): Group mode-line instead of modeline.
1886
1887 * time.el (display-time): Group mode-line instead of modeline.
1888
1889 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
1890
1891 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * startup.el (fancy-splash-text): Move editing instructions to
1894 fancy-splash-head.
1895 (fancy-splash-head): Issue editing instructions.
1896 (fancy-splash-screens): Fixup whitespace.
1897
1898 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * bindings.el (mode-line-buffer-identification-keymap):
1901 Remove duplicate line.
1902
1903 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1904
1905 * ido.el (ido-ignore-item-p): Allow any kind of functions in
1906 ignore lists.
1907
1908 2006-09-14 Kim F. Storm <storm@cua.dk>
1909
1910 * jit-lock.el (jit-lock-fontify-again): New function.
1911 (jit-lock-fontify-now): Use it instead of lambda form.
1912
1913 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
1914
1915 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
1916 (flyspell-auto-correct-word): Make ispell-filter local to these
1917 functions. Check that ispell-filter has new stuff before calling
1918 ispell-parse-output.
1919
1920 2006-09-13 Kim F. Storm <storm@cua.dk>
1921
1922 * simple.el (line-move-partial): Optimize.
1923
1924 2006-09-13 Richard Stallman <rms@gnu.org>
1925
1926 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
1927 Delete spurious backquote.
1928
1929 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1930
1931 * net/rcirc.el (rcirc-print): Fix last change.
1932
1933 2006-09-12 Jay Belanger <belanger@truman.edu>
1934
1935 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
1936
1937 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1938
1939 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
1940 rcirc-show-maximum-output.
1941 (rcirc-mode): Remove window-scroll-function hook.
1942 (rcirc-scroll-to-bottom): Remove function.
1943 (rcirc-print): Recenter so point stays at the bottom of the window
1944 if point was already there.
1945
1946 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
1947
1948 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
1949 not to "t".
1950 * progmodes/compile.el (compilation-start): Likewise.
1951 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1952 Don't use expand-file-name on invocation-directory, since this
1953 might mishandle special characters in invocation-directory.
1954
1955 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * pcvs-defs.el: Remove * in defcustom's docstrings.
1958
1959 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
1960
1961 * progmodes/compile.el (compilation-directory-properties):
1962 Doc fix for help-echo.
1963
1964 2006-09-12 Lars Hansen <larsh@soem.dk>
1965
1966 * desktop.el (desktop-read): Add comment.
1967
1968 2006-09-12 Kim F. Storm <storm@cua.dk>
1969
1970 * simple.el (next-error-highlight, next-error-highlight-no-select):
1971 Fix spelling error.
1972
1973 * subr.el (sit-for): Rework to use input-pending-p and cond.
1974 Return nil input is pending on entry also for SECONDS <= 0.
1975 (while-no-input): Use input-pending-p instead of sit-for.
1976
1977 2006-09-11 Richard Stallman <rms@gnu.org>
1978
1979 * simple.el (next-error-highlight, next-error-highlight-no-select):
1980 Fix custom type and doc strings.
1981
1982 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
1985 (diff-apply-hunk): Use it to ask for confirmation.
1986
1987 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
1988
1989 * emacs-lisp/cl.el (pushnew): Add missing `,'.
1990
1991 2006-09-11 David Kastrup <dak@gnu.org>
1992
1993 * help.el (string-key-binding, describe-key-briefly)
1994 (describe-key): Remove `string-key-binding' and its callers since
1995 `key-binding' already caters for the proper lookup now.
1996
1997 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
2000 (cfengine-mode): Use it. Fix \ syntax to be like /.
2001
2002 * bindings.el (mode-line-buffer-identification-keymap):
2003 Move initialization into declaration.
2004
2005 2006-09-10 Kim F. Storm <storm@cua.dk>
2006
2007 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
2008 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
2009 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
2010 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
2011
2012 2006-09-10 Richard Stallman <rms@gnu.org>
2013
2014 * dired-aux.el: Handle errors in recursive copy usefully.
2015 (dired-create-files-failures): New variable.
2016 (dired-copy-file): Remove condition-case.
2017 (dired-copy-file-recursive): Check for errors on all file
2018 operations, and add them to dired-create-files-failures.
2019 Check file file-date-erorr here too.
2020 (dired-create-files): Check dired-create-files-failures
2021 and report those errors too.
2022
2023 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
2024
2025 * subr.el (add-to-list): New argument COMPARE-FN.
2026
2027 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2028
2029 * filecache.el (file-cache-add-directory)
2030 (file-cache-add-directory-list, file-cache-add-file)
2031 (file-cache-add-directory-using-find)
2032 (file-cache-add-directory-using-locate)
2033 (file-cache-add-directory-recursively): Add autoloads.
2034
2035 2006-09-09 Richard Stallman <rms@gnu.org>
2036
2037 * textmodes/conf-mode.el (conf-space-mode):
2038 Use hack-local-variables-hook instead of calling hack-local-variables.
2039 (conf-space-keywords-override): New variable.
2040 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
2041 (conf-space-mode): Always make conf-space-keywords and
2042 conf-space-keywords-override local.
2043 Call conf-space-mode-internal directly as well as via hook.
2044
2045 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2046
2047 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
2048 quasi-keywords.
2049
2050 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
2053 (python-send-string): Be slightly more careful about adding \n.
2054
2055 * startup.el (normal-splash-screen): Don't display the buffer if we'll
2056 kill it right away anyway.
2057
2058 2006-09-09 Eli Zaretskii <eliz@gnu.org>
2059
2060 * international/codepage.el (cp850-decode-table): Fix a few codes.
2061 (cp858-decode-table): New variable.
2062
2063 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2064
2065 * net/ldap.el (ldap-search-internal): Doc fix.
2066
2067 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2068
2069 * play/life.el (life-display-generation): Test for input manually if
2070 `sleeptime' is negative or null.
2071
2072 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
2073 (print-region-1): Substitute `%s' with the page title.
2074
2075 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
2076
2077 * locate.el (locate-current-search): New variable.
2078 (locate): Set buffer local value. Use current buffer if it is
2079 in Locate mode.
2080 (locate-mode): Disable undo here.
2081 (locate-do-setup): Use locate-current-filter from buffer to be killed.
2082 (locate-update): Use locate-current-search and locate-current-filter.
2083
2084 2006-09-08 David Kastrup <dak@gnu.org>
2085
2086 * desktop.el (desktop-read): When loading a desktop, disable
2087 saving it while the load progresses, and switch off a pending lazy
2088 load by calling `desktop-lazy-abort'.
2089
2090 2006-08-27 Martin Rudalics <rudalics@gmx.at>
2091
2092 * window.el (mouse-autoselect-window-timer)
2093 (mouse-autoselect-window-position)
2094 (mouse-autoselect-window-window)
2095 (mouse-autoselect-window-now): New vars.
2096 (mouse-autoselect-window-cancel)
2097 (mouse-autoselect-window-select)
2098 (mouse-autoselect-window-start): New functions.
2099 (handle-select-window): Call `mouse-autoselect-window-start' when
2100 delayed window autoselection is enabled.
2101
2102 * cus-start.el (mouse-autoselect-window): Handle delayed window
2103 autoselection.
2104
2105 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
2106 commands after which it is allowed to print in the echo area.
2107
2108 2006-09-08 Richard Stallman <rms@gnu.org>
2109
2110 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
2111
2112 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
2113 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2114
2115 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
2116 (cancel-timer-internal): Add doc string.
2117 (cancel-function-timers): Doc fix.
2118 (with-timeout-handler, timer-event-last*): Add doc strings.
2119
2120 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
2121
2122 * files.el (risky-local-variable-p): Match ...-bindat-spec.
2123
2124 * dired.el (dired-log-summary): Add doc string.
2125
2126 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
2127 (custom-group-menu-create): Not here.
2128
2129 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
2130
2131 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
2132
2133 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2134
2135 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
2136 (mac-apple-event-map): Define its handler.
2137
2138 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2139
2140 * net/ldap.el (ldap-search-internal): Handle `auth' key.
2141
2142 2006-09-07 Magnus Henoch <mange@freemail.hu>
2143
2144 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
2145 clause.
2146
2147 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2148
2149 * info.el (Info-index): Bind completion-ignore-case.
2150
2151 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
2154 previous commit.
2155 (inferior-prolog-guess-flavor): New fun left out of previous commit.
2156 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
2157 burp in dedicated windows.
2158 (inferior-prolog-self-insert-command): New command.
2159 (inferior-prolog-mode-map): Use it.
2160
2161 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2162
2163 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
2164
2165 * international/code-pages.el: Add cp858.
2166
2167 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2168
2169 * dnd.el: Fix bootstrapping.
2170
2171 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2172
2173 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
2174 (dnd-open-remote-url): New function.
2175 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
2176 not windows-nt.
2177
2178 2006-09-07 Jason Rumney <jasonr@gnu.org>
2179
2180 * dnd.el (dnd-open-remote-file-function): New variable.
2181 (dnd-open-unc-file): New function.
2182 (dnd-open-file): Call dnd-open-remote-file-function if set.
2183
2184 2006-09-06 Daiki Ueno <ueno@unixuser.org>
2185
2186 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
2187 pgg-passphrase-coding-system rather than locale-coding-system.
2188 * pgg-def.el (pgg-passphrase-coding-system): New user option.
2189
2190 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * progmodes/prolog.el: Remove * in docstrings.
2193 (prolog-program-name): Add SWI prolog.
2194 (prolog-mode-menu): New menu.
2195 (prolog-mode): Set comment-add.
2196 (prolog-indent-line): Simplify. Use indent-line-to.
2197 (inferior-prolog-buffer): New var.
2198 (inferior-prolog-run, inferior-prolog-process): New funs.
2199 (run-prolog, switch-to-prolog): Rewrite, using them.
2200 (prolog-consult-region): Use inferior-prolog-buffer.
2201 (inferior-prolog-load-file): New function.
2202 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2203
2204 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
2205 last word, if it's not the end of the paragraph.
2206
2207 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
2208 file name.
2209
2210 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
2211
2212 * frame.el (display-mm-dimensions-alist): New defcustom.
2213 (display-mm-height, display-mm-width): Use it.
2214
2215 2006-09-06 Simon Josefsson <jas@extundo.com>
2216
2217 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2218
2219 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
2220
2221 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2222 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
2223 string values.
2224
2225 2006-09-06 Kim F. Storm <storm@cua.dk>
2226
2227 * simple.el (line-move-partial): New function to do vscrolling for
2228 partially visible images / tall lines. Rewrite based on code
2229 previously in line-move. Simplify backwards vscrolling.
2230 (line-move): Use it. Simplify.
2231
2232 2006-09-05 Kim F. Storm <storm@cua.dk>
2233
2234 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
2235
2236 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
2237
2238 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2239 Process the `gcc-include' after the `gnu' rule.
2240
2241 2006-09-05 Kim F. Storm <storm@cua.dk>
2242
2243 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
2244
2245 2006-09-05 Daiki Ueno <ueno@unixuser.org>
2246
2247 * pgg.el (pgg-clear-string): Alias to clear-string for backward
2248 compatibility.
2249
2250 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
2251 inhibit-redisplay; encode passphrase with locale-coding-system.
2252
2253 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2254
2255 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
2256
2257 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
2258
2259 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2260 (gdb-var-list-children-regexp): Make type field optional.
2261
2262 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
2263 e.g public, protected in C++.
2264
2265 2006-09-04 John Paul Wallington <jpw@pobox.com>
2266
2267 * simple.el (completion-show-help): New defcustom.
2268 (completion-setup-function): Heed it.
2269
2270 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2271
2272 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2273
2274 2006-09-04 Richard Stallman <rms@gnu.org>
2275
2276 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
2277 (rsf-min-region-to-spam-list): Doc fix.
2278 (rsf-add-content-type-field): Doc fix.
2279
2280 * simple.el (kill-region): Explicitly test there is a region.
2281
2282 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
2285 sendmail in several common directories.
2286
2287 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
2288
2289 * paths.el (sendmail-program): Removed.
2290
2291 2006-09-04 Daiki Ueno <ueno@unixuser.org>
2292
2293 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
2294 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
2295 http://article.gmane.org/gmane.emacs.gnus.general/50457
2296
2297 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
2300 mark after running the menu filter.
2301
2302 2006-09-03 Juri Linkov <juri@jurta.org>
2303
2304 * international/quail.el (quail-defrule-internal): Add a check
2305 if a key is a vector.
2306
2307 2006-09-02 Juri Linkov <juri@jurta.org>
2308
2309 * man.el (Man-topic-history): New variable.
2310 (man): Use it.
2311
2312 * woman.el (woman-topic-history): Change defvar to defvaralias
2313 for symbol `Man-topic-history'.
2314
2315 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
2316 `comint-last-output-start' is a marker by using `markerp' and
2317 check if it has a position by using `marker-position', and use
2318 this position for `goto-char'.
2319
2320 * international/quail.el (quail-defrule-internal): Add missing
2321 `error' call for null key.
2322
2323 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
2324
2325 * rcirc.el (rcirc-keywords): New variable.
2326 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
2327 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
2328 variables.
2329 (rcirc-responses-no-activity): New function.
2330 (rcirc-handler-generic): Check for responses in above.
2331 (rcirc-process-command): Add ?: character to arguments of raw
2332 server commands.
2333 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
2334 `rcirc-dim-nicks'.
2335 (rcirc-gray-toggle): Remove unused variable.
2336 (rcirc-print): Remove some tracking logic, which is moved into
2337 markup functions.
2338 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
2339 types.
2340 (rcirc-activity-string): Look for 'keyword in activity-types.
2341 (rcirc-window-configuration-change): Don't erase overlay-arrow
2342 unnecessarily.
2343 (rcirc-add-or-remove): New function.
2344 (rcirc-cmd-ignore): Use it.
2345 (rcirc-message-leader): Remove unused function.
2346 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
2347 (rcirc-add-face): New function.
2348 (rcirc-facify): Use rcirc-add-face.
2349 (rcirc-url-regexp): Add parens.
2350 (rcirc-map-regexp): Remove function.
2351 (rcirc-mangle-regexp): Remove function.
2352 (rcirc-markup-text-functions): New variable.
2353 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
2354 (rcirc-markup-body-text, rcirc-markup-attributes)
2355 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
2356 (rcirc-markup-bright-nicks): New markup handler functions.
2357 (rcirc-nick-in-message-full-line): New face.
2358 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
2359 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
2360
2361 2006-09-02 Martin Rudalics <rudalics@gmx.at>
2362
2363 * cus-start.el (hscroll-margin, hscroll-step)
2364 (mode-line-in-non-selected-windows, mouse-autoselect-window)
2365 (x-use-underline-position-properties): Change version to "22.1"
2366 since they will appear there for the first time.
2367
2368 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
2371
2372 2006-08-31 Richard Stallman <rms@gnu.org>
2373
2374 * cus-edit.el (custom-save-variables): Slight cleanup.
2375 (Custom-no-edit): Renamed from custom-no-edit.
2376 (Custom-newline): Renamed from custom-newline.
2377 (custom-mode-map): Use new names.
2378
2379 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
2380 about customization, rather than M-x customize, in the doc string
2381 made for the defcustom.
2382
2383 * emacs-lisp/trace.el (trace-function-background): Doc fix.
2384
2385 2006-08-31 Romain Francoise <romain@orebokech.com>
2386
2387 * dired-x.el (dired-guess-shell-alist-default): Update.
2388
2389 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2390
2391 * custom.el (custom-theme-set-variables): Autoload packages before
2392 sorting the variables.
2393
2394 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2395
2396 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
2397 chars if XEmacs.
2398 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
2399
2400 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * progmodes/python.el (python-eldoc-function): Re-enable quit while
2403 waiting for process.
2404
2405 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2406
2407 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
2408 results in ASCII-only string, encode original one directly.
2409
2410 2006-08-29 Romain Francoise <romain@orebokech.com>
2411
2412 * startup.el (normal-splash-screen, fancy-splash-screens):
2413 Make buffer read-only and arrange to enter view mode if necessary.
2414
2415 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * hl-line.el (hl-line): New face.
2418 (hl-line-face): Use it.
2419
2420 * image-mode.el (image-mode): Fix last fix.
2421 Suggested by Kim F. Storm.
2422
2423 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
2424
2425 Sync with Tramp 2.0.54.
2426
2427 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
2428 of `=', because `tramp-get-remote-gid' might not always return an
2429 integer when expected.
2430 (tramp-register-file-name-handlers): `partial-completion-mode' is
2431 unknown to XEmacs.
2432 (tramp-time-diff): Don't use `floor', it might fail for large
2433 differences.
2434 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
2435 `tramp-auto-save-directory' if unset in order to guarantee unique
2436 auto-save file names.
2437
2438 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * image-mode.el (image-mode): Display image as text on a terminal.
2441
2442 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * progmodes/python.el (python-send-command): Simplify.
2445 (run-python): Don't generate a new buffer unless `new' was specified.
2446 Make sure we send `import emacs' to the proper process.
2447
2448 * progmodes/python.el (python-send-command): Don't wait for the command
2449 to terminate. Don't fiddle with compilation-parsing-end.
2450
2451 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2454 Insert commentary after first line summary.
2455
2456 * woman.el (woman-follow): New function, based on `man-follow'.
2457 (woman-mode-map): Use it.
2458
2459 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
2460 since ibuffer-do-sort-by-recency does not define a sorter.
2461
2462 2006-08-28 Kim F. Storm <storm@cua.dk>
2463
2464 * find-dired.el (find-dired): Use shell-quote-argument to properly
2465 escape ( and ) args. Also use it on {} and ; args in default
2466 value of find-ls-option string.
2467 (find-grep-dired): Use shell-quote-argument on {} and ; args.
2468
2469 2006-08-27 Michael Olson <mwolson@gnu.org>
2470
2471 * emacs-lisp/tq.el: Small grammar fix in comments.
2472 (tq-enqueue): Check for existence of queue rather than the
2473 head queue item's question, which was a no-op.
2474 (tq-filter, tq-process-buffer): Make sure the process buffer
2475 exists before making it the current buffer.
2476
2477 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2478
2479 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
2480 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
2481 (special-event-map): Apply 2006-08-16 change for x-win.el.
2482
2483 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * progmodes/python.el (python-send-receive): Wait in the
2486 process's buffer so as to check the right buffer-local variables.
2487
2488 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
2491 (defgroup checkdoc): Move to beginning.
2492
2493 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
2494 (python-preoutput-continuation): Remove.
2495 (python-preoutput-filter): Simplify correspondingly.
2496 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
2497 Loop around to catch embedded _emacs_out output.
2498 (run-python): Send the import&print command on a single line.
2499 (python-send-command): Send command&print on a single line.
2500 (python-send-string): Only add double \n if needed.
2501 (python-send-receive): Loop until the result comes.
2502 (python-mode-running): Defvar it.
2503 (python-setup-brm): Remove unused var `menu'.
2504 Only bind py-mode-map and `features' around brm-init.
2505 (python-calculate-indentation): Remove unused var `point'.
2506 (python-beginning-of-defun): Remove unused var `def-line'.
2507
2508 2006-08-25 Richard Stallman <rms@gnu.org>
2509
2510 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
2511
2512 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
2513
2514 * viper.el (viper-set-hooks): Use frame bindings for
2515 viper-vi-state-cursor-color.
2516 (viper-non-hook-settings): Don't set default
2517 mode-line-buffer-identification.
2518
2519 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
2520 (viper-set-cursor-color-according-to-state)
2521 (viper-get-saved-cursor-color-in-replace-mode)
2522 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
2523 viper-emacs-state-cursor-color.
2524
2525 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
2526 (viper-undo): Use point if undo-beg-posn is nil.
2527 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
2528 (viper-after-change-undo-hook): Don't use
2529 viper-emacs-state-cursor-color by default.
2530 (viper-undo): More sensible positioning after undo.
2531
2532 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
2533 (viper-emacs-state-cursor-color): Default to nil, since this feature
2534 doesn't work well yet.
2535
2536 * ediff-mult.el (ediff-intersect-directories)
2537 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
2538 always expand filenames.
2539
2540 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * tumme.el: Remove * in defcustoms's docstrings.
2543
2544 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
2547 Accept internal time format for SECS arg.
2548 (timer-relative-time): Doc fix.
2549
2550 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
2551 adapted from Martin Rudalics.
2552 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
2553 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
2554 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
2555 using sit-for.
2556
2557 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
2558
2559 * cus-start.el (all): Add `overline-margin' and
2560 `x-underline-at-descent-line'.
2561
2562 2006-08-24 Kim F. Storm <storm@cua.dk>
2563
2564 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
2565 to mean "use find -exec"; nil now unambiguously means auto-detect.
2566 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
2567 Use shell-quote-argument to build grep-find-command and
2568 grep-find-template.
2569 (rgrep): Use shell-quote-argument to properly quote arguments to find.
2570 Reported by Tom Seddon.
2571
2572 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2573
2574 * startup.el (fancy-splash-head): Give instructions for dismissing
2575 the splash screen for default startup too.
2576 (display-startup-echo-area-message, fancy-splash-screens)
2577 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
2578 all splash text at once and keep the splash buffer around.
2579 (command-line-1): Give display-startup-echo-area-message a t arg.
2580
2581 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
2582
2583 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
2584 gnus frame is selected.
2585
2586 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
2587
2588 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
2589
2590 2006-08-22 Kim F. Storm <storm@cua.dk>
2591
2592 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
2593 Add suffix matching for subdirs.
2594
2595 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
2596
2597 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
2598 mouse-yank-at-point is non-nil.
2599
2600 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
2603 a bit wider and remove fringes to fit initial output on line.
2604
2605 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * frame.el (blink-cursor-end): Only ignore the error we care about.
2608 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
2609
2610 2006-08-21 Richard Stallman <rms@gnu.org>
2611
2612 * whitespace.el (whitespace-cleanup): Doc fix.
2613
2614 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
2615
2616 * net/rcirc.el (rcirc-show-maximum-output): New var.
2617 (rcirc-buffer-process): If no buffer argument is supplied, use
2618 current-buffer.
2619 (rcirc-complete-nick): Complete to the last completed nick first.
2620 (rcirc-mode): Preserve the value of `rcirc-urls' across
2621 connections. Setup scroll function.
2622 (rcirc-scroll-to-bottom): New function.
2623 (rcirc-print): Use nick syntax around regexp work.
2624 Notice dim-nicks speaking only if they say our nick.
2625 (rcirc-update-activity-string): Do not show the modeline indicator
2626 if there are no live rcirc processes.
2627 (rcirc-cmd-ignore): Ignore case.
2628 (rcirc-browse-url-at-point): Fix off-by-one error.
2629
2630 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * progmodes/python.el: Remove * in defcustom docstrings.
2633 (run-python, python-proc, python-try-complete): Use derived-mode-p.
2634 (python-mode): Set tab-width and indent-tabs-mode.
2635
2636 2006-08-20 Dave Love <fx@gnu.org>
2637
2638 * progmodes/python.el: Update to Dave Love's latest version.
2639 (python-font-lock-keywords, python-mode): Don't use
2640 font-lock-syntax-table, but match symbol elements explicitly instead.
2641 (python-mode-map): Add help, and a few more key bindings.
2642 (python-skip-comments/blanks): Move out of comments as well.
2643 (python-continuation-line-p): Behave better with unbalanced parens.
2644 (python-blank-line-p): New fun.
2645 (python-open-block-statement-p): Don't use a heuristic.
2646 (python-outdent-p): Better handle blocks-in-the-same-line.
2647 (python-calculate-indentation): Misc improvements.
2648 (python-comment-indent): Remove.
2649 (python-block-pairs): New var.
2650 (python-first-word): New fun.
2651 (python-indentation-levels): Handle more common cases.
2652 (python-indent-line-1): Add `leave' argument.
2653 (python-indent-region): New fun.
2654 (python-skip-out): New fun.
2655 (python-beginning-of-statement, python-end-of-statement): Use it.
2656 (python-next-statement): Return correct count even at eob.
2657 (python-end-of-block): Fix paren-typo.
2658 (python-imenu-create-index): Add module variables.
2659 (run-python): Add `new' arg.
2660 Check we're at a prompt before returning.
2661 (python-send-command): Move to end of buffer.
2662 Wait for prompt to return.
2663 (python-set-proc): New fun.
2664 (python-imports): New var.
2665 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
2666 (python-eldoc-function): Try to move out of arg list.
2667 (python-outline-level): Offset by 1.
2668 (python-find-imports): New fun.
2669 (python-symbol-completions): Use python-imports.
2670 (python-module-path, ffap-alist): Add support for ffap.
2671 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2672 (python-insert-*, python-default-template, python-expand-template):
2673 Add templates/skeletons.
2674 (python-setup-brm): Support for Bicycle Repair Man.
2675 (python-abbrev-syntax-table): New var.
2676 (python-abbrev-pc-hook, python-pea-hook): New funs.
2677
2678 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * frame.el (blink-cursor-start): Set timer first.
2681 (blink-cursor-end): Ignore timer cancelling errors.
2682 Suggested by Ken Manheimer.
2683
2684 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * newcomment.el (comment-box): Call `comment-normalize-vars'.
2687 Add autoload cookie.
2688
2689 2006-08-20 Richard Stallman <rms@gnu.org>
2690
2691 * simple.el (line-number-at-pos): Doc fix.
2692
2693 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
2694 timer-activate-when-idle, so timer can run before Emacs becomes
2695 non-idle again.
2696
2697 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2698
2699 * whitespace.el (whitespace-cleanup-internal): New optional arg
2700 REGION-ONLY. If it's non-nil, modify the message to the user
2701 accordingly.
2702 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
2703 a non-nil argument.
2704
2705 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
2706
2707 * rect.el (spaces-string): Simplify and add doc string.
2708
2709 2006-08-17 Romain Francoise <romain@orebokech.com>
2710
2711 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
2712
2713 2006-08-17 Richard Stallman <rms@gnu.org>
2714
2715 * compare-w.el (compare-windows): lambda's take an arg and pass
2716 it to compare-windows-skip-whitespace.
2717
2718 2006-08-17 Martin Rudalics <rudalics@gmx.at>
2719
2720 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
2721 the right buffer.
2722
2723 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
2726 removed files.
2727
2728 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
2729
2730 * progmodes/gdb-ui.el (gdb-locals-watch-map)
2731 (gdb-locals-watch-map-1): Suppress keymap first.
2732 (gdb-edit-locals-map-1): New variable.
2733 (gdb-edit-locals-value): New function.
2734 (gdb-stack-list-locals-handler): Use them.
2735
2736 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
2739 cursor would normally be drawn in the fringe.
2740
2741 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
2742 Reported by Martin Rudalics <rudalics@gmx.at>.
2743
2744 2006-08-16 Richard Stallman <rms@gnu.org>
2745
2746 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
2747 (special-event-map): Process drag-n-drop events this way.
2748
2749 * simple.el (move-beginning-of-line): Test whether fields
2750 would prevent motion back to line's first visible character.
2751 If so, stop where the fields would stop the motion.
2752
2753 * newcomment.el (comment-indent): Fully update INDENT
2754 before checking to see if it will change the text.
2755
2756 * cus-edit.el (custom-newline): New function.
2757 (custom-mode-map): Bind newline to custom-newline.
2758
2759 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
2760 into ignore-whitespace.
2761 Check each buffer for its skip-function.
2762 Handle compare-windows-skip-whitespace special-case test
2763 by returning t from default skip function.
2764
2765 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2766
2767 * textmodes/org.el (org-clock-special-range)
2768 (org-clock-update-time-maybe): New functions.
2769 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
2770 not only a-z.
2771 (org-agenda-get-blocks): Allow multiple blocks per headline.
2772 (org-timestamp-change): Call `org-clock-update-time-maybe'.
2773 (org-export-html-title-format)
2774 (org-export-html-toplevel-hlevel): New options.
2775 (org-export-language-setup): Add support for Czech.
2776 (org-mode, org-insert-todo-heading, org-find-visible)
2777 (org-find-invisible, org-invisible-p, org-invisible-p2)
2778 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
2779 (org-show-subtree, org-show-entry, org-make-options-regexp):
2780 Remove compatibility support for old outline-mode.
2781 (org-check-occur-regexp): Funtion removed.
2782 (org-on-heading-p, org-back-to-heading): Made defalias.
2783 (org-set-local): New defsubst.
2784 (org-set-regexps-and-options, org-mode)
2785 (org-set-font-lock-defaults, org-edit-agenda-file-list)
2786 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
2787 (org-remember-apply-template, org-table-edit-field)
2788 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
2789 (org-set-autofill-regexps): Use `org-set-local'.
2790 (org-table-eval-formula): Fix bug with parsing of display flags.
2791
2792 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2793
2794 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
2795 frame with fringe arrow. Suggested by Simon Marshall
2796 <simon.marshall@misys.com>.
2797 (gdb-stack-position): New variable.
2798 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
2799 (gdb-frames-mode): Set gdb-stack-position to nil.
2800 Add to overlay-arrow-variable-list
2801 (gdb-reset): Delete gdb-stack-position from above list.
2802
2803 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2804
2805 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
2806 read only.
2807
2808 2006-08-13 Romain Francoise <romain@orebokech.com>
2809
2810 * cus-theme.el (customize-create-theme)
2811 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
2812
2813 * filesets.el (filesets-add-buffer): Ditto.
2814
2815 * pcvs.el (cvs-change-cvsroot): Ditto.
2816
2817 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
2818
2819 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
2820 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
2821 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
2822 expressions.
2823 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
2824 Only search till end of line.
2825 Add face to function names in case of no filename.
2826 Add face to variable names of watchpoints.
2827
2828 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2829
2830 * cus-start.el <indent-tabs-mode>: Move to the `indent'
2831 customization group.
2832
2833 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
2834
2835 * allout.el (allout-prior-bindings, allout-added-bindings):
2836 Remove, after long deprecation.
2837 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
2838 Add customization vars controlling allout-beginning-of-line and
2839 allout-end-of-line conveniences.
2840 (allout-header-prefix, allout-use-mode-specific-leader)
2841 (allout-use-mode-specific-leader, allout-mode-leaders):
2842 Revise docstrings.
2843 (allout-infer-header-lead): Change to be an alias for
2844 allout-infer-header-lead-and-primary-bullet.
2845 (allout-infer-header-lead-and-primary-bullet): New version of
2846 allout-infer-header-lead which assigns the primary bullet to the
2847 same as the header lead, when its being changed.
2848 (allout-infer-body-reindent): Apply regexp-quote instead of
2849 unconditionally prepending "\\", so that all literal
2850 allout-header-prefix and allout-primary-bullet strings are
2851 properly handled.
2852 (allout-add-resumptions): Add optional qualifier for extending or
2853 appending to existing values, rather than replacing them.
2854 (allout-view-change-hook): Clarify docstring.
2855 (allout-exposure-change-hook): Take explicit arguments, via
2856 run-hook-with-args.
2857 (allout-structure-added-hook)
2858 (allout-structure-deleted-hook)
2859 (allout-structure-shifted-hook): New hooks analogous to
2860 allout-exposure-change-hook for other kinds of structural outline
2861 edits.
2862 (allout-encryption-plaintext-sanitization-regexps): New encryption
2863 customization variable, by which cooperating modes can provde
2864 massage of the plaintext without actually being passed it.
2865 (allout-encryption-ciphertext-rejection-regexps)
2866 (allout-encryption-ciphertext-rejection-ceiling): New encryption
2867 customization variables, by which cooperating modes can prohibit
2868 rare but possible ciphertext patterns from fouling their
2869 operation, with actually being passed the ciphertext.
2870 (allout-mode): Run activation and deactivation hooks after the
2871 minor-mode variable has been toggled, to clarify the mode
2872 disposition. The new encryption ciphertext rejection variable is
2873 used to ensure that the ciphertext does not contain text that
2874 would be recognized as outline structural elements by allout.
2875 Substite allout-beginning-of-line and allout-end-of-line for
2876 conventionall beginning-of-line and end-of-line bindings.
2877 If allout-old-style-prefixes is non-nil, don't nullify it on mode
2878 activation!
2879 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
2880 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
2881 (allout-chart-subtree): Implement new mode, charting only the
2882 visible items in the subtree, when new 'visible' parameter is non-nil.
2883 (allout-end-of-subtree): Properly handle the last item in the buffer.
2884 (allout-pre-command-business, allout-command-counter):
2885 Increment an advertised counter so that cooperating enhancements can
2886 track revisions of items.
2887 (allout-open-topic): Run allout-structure-added-hook with suitable
2888 arguments.
2889 (allout-shift-in): Run allout-structure-shifted-hook with suitable
2890 arguments.
2891 (allout-shift-out): Fix doubling for negative args and ensure call
2892 of allout-structure-shifted-hook by solely using allout-shift-in.
2893 (allout-kill-line, allout-kill-topic):
2894 Run allout-structure-deleted-hook with suitable arguments.
2895 (allout-yank-processing): Run allout-structure-added-hook with
2896 proper arguments.
2897 (allout-yank): Enclose activity in allout-unprotected.
2898 (allout-flag-region): Run allout-exposure-change-hook with
2899 suitable arguments, instead of making the callee infer the arguments.
2900 (allout-encrypt-string):
2901 Support allout-encryption-plaintext-sanitization-regexps,
2902 allout-encryption-ciphertext-rejection-regexps, and
2903 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
2904 en/de cryption mode in symmetric encryption failure message.
2905 (allout-obtain-passphrase): Use copy-sequence to get a distinct
2906 copy of the passphrase, and don't zero it or we'll corrupt the
2907 stashed copy.
2908 (allout-create-encryption-passphrase-verifier)
2909 (allout-verify-passphrase): Respect the new signature for
2910 allout-encrypt-string.
2911 (allout-get-configvar-values): Convenience for getting a
2912 configuration variable value and handling its absence gracefully.
2913
2914 2006-08-11 Romain Francoise <romain@orebokech.com>
2915
2916 * obsolete/zone-mode.el: Delete.
2917
2918 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
2921
2922 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
2923
2924 * emacs-lisp/bindat.el (bindat-ip-to-string):
2925 Use `format-network-address' if possible.
2926
2927 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2928
2929 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
2930
2931 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
2934 restore unread-command-events here.
2935 (edebug-display): Do it here, to detect sit-for interruptions.
2936
2937 2006-08-10 Romain Francoise <romain@orebokech.com>
2938
2939 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
2940 (dns-mode-soa-auto-increment-serial): New user option.
2941 (dns-mode-soa-maybe-increment-serial): New function.
2942 (dns-mode): Add the latter to `write-contents-functions'.
2943
2944 * obsolete/zone-mode.el: Move to obsolete/ from net/.
2945 Delete autoload cookies.
2946
2947 2006-08-10 John Wiegley <johnw@newartisans.com>
2948
2949 * eshell/em-glob.el (eshell-glob-chars-list)
2950 (eshell-glob-translate-alist): Add support for [^g] in character globs.
2951
2952 2006-08-10 Richard Stallman <rms@gnu.org>
2953
2954 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
2955 (facemenu-set-face): Doc fix.
2956 (facemenu-listed-faces): Doc fix.
2957
2958 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
2959
2960 * avoid.el (mouse-avoidance-animating-pointer): New var.
2961 (mouse-avoidance-nudge-mouse): Use it.
2962 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
2963 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
2964 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
2965 Don't activate if currently animating. All callers changed.
2966
2967 2006-08-09 John Wiegley <johnw@newartisans.com>
2968
2969 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
2970 variable, which causes timeclock to report elapsed time worked,
2971 instead of just work remaining.
2972
2973 2006-08-09 Kenichi Handa <handa@m17n.org>
2974
2975 * international/latexenc.el (latexenc-find-file-coding-system):
2976 Fix for the case that the 2nd element of arg-list is a cons.
2977
2978 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * info.el (Info-fontify-node): Handle preceding `in' for note
2981 reference hiding rules.
2982
2983 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
2986 mistake a closing " for an opening one.
2987
2988 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2991
2992 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * complete.el (PC-do-completion): Filter out completions matching
2995 completion-ignored-extensions before checking whether there are
2996 multiple completions.
2997 Don't use `list' unnecessarily when building completion tables.
2998
2999 2006-08-06 Richard Stallman <rms@gnu.org>
3000
3001 * help.el (describe-mode): Make minor mode list more concise.
3002
3003 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * bindings.el: Give mode-line-format, mode-line-modes, and
3006 mode-line-position `standard-value' properties.
3007
3008 2006-08-05 Eli Zaretskii <eliz@gnu.org>
3009
3010 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3011 "(file)node" instead of the file name.
3012
3013 2006-08-05 Richard Stallman <rms@gnu.org>
3014
3015 * faces.el (escape-glyph): Doc fix.
3016
3017 2006-08-04 Kenichi Handa <handa@m17n.org>
3018
3019 * international/mule-diag.el (describe-font): Improve docstring
3020 and error message. Use frame-parameter (not frame-parameters).
3021
3022 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
3025 Correctly mark the end-of-docstring char.
3026
3027 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * simple.el (line-move-to-column): Constrain move-to-column to
3030 current field.
3031
3032 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * font-lock.el (font-lock-beg, font-lock-end)
3035 (font-lock-extend-region-functions): New vars.
3036 (font-lock-extend-region-multiline)
3037 (font-lock-extend-region-wholelines): New functions.
3038 (font-lock-default-fontify-region): Use them.
3039 (font-lock-extend-jit-lock-region-after-change): Only round up
3040 if font-lock-default-fontify-region will do it as well.
3041
3042 * font-lock.el (font-lock-extend-after-change-region-function):
3043 Rename from font-lock-extend-region-function.
3044 (font-lock-extend-region): Remove by inlining at call sites.
3045 (font-lock-after-change-function): Don't needlessly round up to a whole
3046 number of lines.
3047 (font-lock-extend-jit-lock-region-after-change): Be more careful about
3048 the boundary conditions and the interactions between the various ways
3049 to extend the region.
3050
3051 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
3054 modification status when forcing the second redisplay.
3055
3056 2006-08-03 Kim F. Storm <storm@cua.dk>
3057
3058 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
3059
3060 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
3063 doesn't look like a file name.
3064
3065 * complete.el (PC-expand-many-files): Avoid signalling an error when
3066 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
3067
3068 2006-08-02 Andreas Schwab <schwab@suse.de>
3069
3070 * bindings.el (mode-line-format): Simplify reference to vc-mode.
3071
3072 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3073
3074 * bindings.el (map): Make mode-line-buffer-identification-keymap
3075 before defining propertized-buffer-identification.
3076
3077 2006-08-01 Richard Stallman <rms@gnu.org>
3078
3079 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
3080
3081 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3082
3083 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
3084 default value.
3085 (gdb-find-source-frame): New function.
3086 (menu): Add to menu bar.
3087
3088 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * font-core.el (font-lock-extend-region-function)
3091 (font-lock-extend-region): Move to font-lock.el.
3092
3093 * font-lock.el (font-lock-extend-region-function)
3094 (font-lock-extend-region): Move from font-core.el. Simplify.
3095
3096 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
3097 if needed.
3098 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
3099 (jit-lock-after-change-extend-region-functions): New hook.
3100 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
3101
3102 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
3103 (font-lock-turn-on-thing-lock): Use it.
3104
3105 * longlines.el (longlines-show-region): Make it work on read-only
3106 buffers as well.
3107
3108 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
3109
3110 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
3111
3112 2006-07-31 Richard Stallman <rms@gnu.org>
3113
3114 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
3115 (vhdl-speedbar-display-projects): Update old obsolete
3116 speedbar variable names.
3117
3118 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
3119
3120 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
3121 (gdb-stopped): Use it.
3122
3123 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
3124
3125 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
3128 for load-history elements.
3129
3130 2006-07-29 Eli Zaretskii <eliz@gnu.org>
3131
3132 * files.el (convert-standard-filename): For Cygwin, replace
3133 characters not allowed in Windows file names.
3134 (make-auto-save-file-name): Add Cygwin to the list of systems
3135 where the auto-save file name needs to be run through
3136 convert-standard-filename.
3137
3138 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
3139
3140 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
3141
3142 2006-07-28 Richard Stallman <rms@gnu.org>
3143
3144 * bindings.el (mode-line-frame-identification)
3145 (propertized-buffer-identification): Centralize the code
3146 to initialize the variable.
3147
3148 * progmodes/grep.el (grep-default-command): Catch errors from
3149 wildcard-to-regexp.
3150
3151 2006-07-29 Kim F. Storm <storm@cua.dk>
3152
3153 * progmodes/grep.el (grep-tag-default): New function.
3154 (grep-default-command, grep-read-regexp): Use it.
3155 (grep-read-files): Use car of grep-files-history or grep-files-aliases
3156 as default if nothing else applies.
3157
3158 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
3159
3160 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3161 Throw error if buffer is not in Dired and Wdired mode, respectively.
3162
3163 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
3166 self-insert-command keys don't activate buttons.
3167 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
3168
3169 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
3170
3171 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
3172 faces for enable character.
3173
3174 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3175
3176 * Makefile.in (recompile): Update comment to reflect change
3177 on 2004-04-21.
3178
3179 2006-07-27 Richard Stallman <rms@gnu.org>
3180
3181 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
3182 (customize-package-emacs-version): Change msg when pkg has no entry.
3183 (custom-no-edit): On a button, do like widget-button-press.
3184
3185 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3186
3187 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
3188 S-tab and C-S-tab.
3189
3190 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3191
3192 * progmodes/which-func.el (which-function): Fix documentation/
3193 comment typo.
3194
3195 2006-07-26 Richard Stallman <rms@gnu.org>
3196
3197 * textmodes/ispell.el (ispell-word): If we replace the word,
3198 move point to the end. Insert before deleting.
3199
3200 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
3203 a timer.
3204
3205 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
3206
3207 * tumme.el (tumme-backward-image): Add prefix argument. Add error
3208 when at first image.
3209 (tumme-forward-image): Add prefix argument. Add error when at last
3210 image.
3211
3212 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * tabify.el (tabify-regexp): Use more specific regexps.
3215 (tabify): Avoid modifying the buffer unnecessarily.
3216
3217 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
3218
3219 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
3220 (tumme-format-properties-string): Handle empty `buf'.
3221 (tumme-get-comment): Change variable names inside `let'.
3222 Add missing `let' variable that cause font-lock problems.
3223 (tumme-write-comments): Change variable names inside `let'.
3224 Add missing `let' variable that cause font-lock problems.
3225 (tumme-forward-image): Rename from `tumme-forward-char'.
3226 (tumme-backward-image): Rename from `tumme-backward-char'.
3227
3228 2006-07-25 Masatake YAMATO <jet@gyve.org>
3229
3230 * progmodes/ld-script.el (ld-script-keywords)
3231 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
3232 and add comments.
3233
3234 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
3235
3236 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3237 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
3238 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
3239 for status indicator.
3240
3241 2006-07-24 Richard Stallman <rms@gnu.org>
3242
3243 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
3244
3245 * subr.el (dolist, dotimes): Use interned symbols for locals.
3246 (--dotimes-limit--, --dolist-tail--): New defvars.
3247 (looking-back): Doc fix.
3248
3249 * replace.el (replace-match-string-symbols): Handle dotted lists.
3250
3251 2006-07-24 mathias <mathias@mattis>
3252
3253 * tumme.el (tumme-write-tags): Add.
3254 (tumme-write-comments): Add.
3255 (tumme-tag-files): Change to use `tumme-write-tags'.
3256 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
3257 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
3258 (tumme-save-information-from-widgets): Change to use
3259 `tumme-write-comments' and `tumme-write-tags'.
3260 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
3261 (tumme-write-tag): Remove.
3262 (tumme-write-comment): Remove.
3263 (tumme-display-previous-thumbnail-original): Remove empty line.
3264 (tumme-widget-list): Add punctuation.
3265
3266 2006-07-24 mathias <mathias.dahl@gmail.com>
3267
3268 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
3269
3270 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3271
3272 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3273 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
3274 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3275
3276 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3277
3278 * mouse.el (mouse-on-link-p): Doc fix.
3279
3280 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
3281
3282 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3283 Handle "C-h f `".
3284
3285 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3286
3287 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
3288 column.
3289
3290 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
3291
3292 * textmodes/table.el: Add move-beginning-of-line and
3293 move-end-of-line to Point Motion Only Group.
3294
3295 2006-07-22 Eric Hanchrow <offby1@blarg.net>
3296
3297 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
3298
3299 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3300
3301 * startup.el (user-mail-address): Initialize from the `EMAIL'
3302 environment variable first. Document this.
3303 (command-line): Ditto.
3304
3305 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
3306
3307 * help-mode.el (help-function-def, help-variable-def)
3308 (help-face-def): Print a message in the minibuffer.
3309
3310 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3311
3312 * term/xterm.el (terminal-init-xterm): Fix key bindings
3313 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
3314
3315 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3316
3317 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
3318 where `(nth 1 command)' is a cons cell. Doc fix.
3319
3320 * textmodes/po.el (po-find-charset): Doc fix.
3321
3322 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
3323
3324 * allout.el (allout-unprotected, allout-e-o-prefix-p)
3325 (allout-beginning-of-current-line, allout-end-of-current-line)
3326 (allout-next-visible-heading, allout-open-topic)
3327 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
3328 (allout-flag-current-subtree, allout-show-to-offshoot)
3329 (allout-hide-current-entry, allout-show-current-branches)
3330 (allout-hide-region-body, allout-old-expose-topic)
3331 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
3332 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
3333 containing `beginning-of-line' and `end-of-line' with
3334 `inhibit-field-text-motion' t.
3335
3336 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3337
3338 * frame.el (focus-follows-mouse): Document that it doesn't have
3339 any effect on MS-Windows.
3340
3341 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
3344
3345 2006-07-20 Jay Belanger <belanger@truman.edu>
3346
3347 * calc.el (calc-previous-alg-entry): Remove variable.
3348
3349 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
3350 New variables.
3351 (calc-alg-entry): Use `calc-alg-entry-history'.
3352 (calc-do-quick-calc): Use `calc-quick-calc-history'.
3353 Remove reference to `calc-previous-alg-entry'.
3354 (calcAlg-edit, calcAlg-enter): Remove reference to
3355 `calc-previous-alg-entry'.
3356 (calcAlg-previous): Use `previous-history-element' instead of
3357 `calc-previous-alg-entry'.
3358 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3359 Change keybinding for `calcAlg-plus-minus', add keybindings for
3360 `previous-history-element' and `next-history-element'.
3361
3362 * calc-rewr.el (calc-match): Remove reference to
3363 `calc-previous-alg-entry'.
3364
3365 * calc-sel.el (calc-selection-history): New variable.
3366 (calc-enter-selection, calc-sel-mult-both-sides)
3367 (calc-sel-add-both-sides): Use `calc-selection-history'.
3368
3369 * calc-map.el (calc-get-operator-history): New variable.
3370 (calc-get-operator): Use `calc-get-operator-history'.
3371
3372 * calcalg3.el (calc-curve-fit-history): New variable.
3373 (calc-curve-fit): Use `calc-curve-fit-history'.
3374
3375 2006-07-20 Kenichi Handa <handa@m17n.org>
3376
3377 * international/mule-cmds.el (select-safe-coding-system): Fix the
3378 way of deciding eol-type of the coding system.
3379
3380 2006-07-20 Alan Mackenzie <acm@muc.de>
3381
3382 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
3383 (c-lang-setvar): New macro.
3384 (c-make-init-lang-vars-fun): Use the initialization forms in
3385 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
3386 (comment-start, comment-end, comment-start-skip): Change these from
3387 c-lang-defvar's to c-lang-setvar's.
3388
3389 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
3390 which calls make-local-variable on the elements of
3391 c-emacs-variable-inits.
3392 (c-init-language-vars-for): Call this new macro.
3393
3394 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3397 Try to rule out false positives due to time stamps.
3398 (compilation-mode-font-lock-keywords): Remove rules made redundant
3399 because of the above change. Add `segmentation fault' to the known and
3400 highlighted compilation termination messages.
3401
3402 2006-07-19 Kim F. Storm <storm@cua.dk>
3403
3404 * progmodes/grep.el (grep-find-ignored-directories):
3405 Add .svn and _darcs to list.
3406
3407 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
3408
3409 * dired.el (dired-mode-map): Add key binding `C-te' for
3410 `tumme-dired-edit-comment-and-tags'.
3411
3412 * tumme.el (tumme-display-thumbnail-original-image): Make sure
3413 image display buffer is displayed before call to
3414 `tumme-display-image.
3415 (tumme-dired-display-image): Make sure image display buffer is
3416 displayed before call to `tumme-display-image.
3417 (tumme-mouse-display-image): Make sure image display buffer is
3418 displayed before call to `tumme-display-image.
3419 (tumme-widget-list): Add.
3420 (tumme-dired-edit-comment-and-tags): Add.
3421 (tumme-save-information-from-widgets): Add.
3422
3423 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
3426
3427 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * progmodes/sh-script.el (sh-font-lock-keywords-1):
3430 Revert inadvertently installed patch hunk.
3431
3432 * progmodes/compile.el (compilation-find-file): Handle the
3433 cases where the user selects a non-existent file.
3434
3435 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
3438
3439 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * subr.el (sit-for): Just sleep-for if noninteractive.
3442
3443 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * emacs-lisp/autoload.el (make-autoload): Use new arg.
3446
3447 * custom.el (custom-autoload): Add `noset' argument.
3448 (custom-push-theme): Don't autoload the variable, let callers do it.
3449 (custom-theme-set-variables): Autoload the variable if necessary.
3450
3451 * cus-edit.el (custom-variable-state-set): If the variable was
3452 originally set outside custom, but to the same value as the default,
3453 consider it to be standard.
3454
3455 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
3456 file *before* telling Emacs to add the autoloads, in case it fails.
3457
3458 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
3459 Use `cond', push', and `dolist'.
3460
3461 2006-07-17 Richard Stallman <rms@gnu.org>
3462
3463 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
3464 Add defvars to silence warnings.
3465
3466 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3469 Don't highlight "Compiling file" messages as error.
3470
3471 * dired-aux.el (dired-compress-file): Confirm again if gzipped
3472 file already exists.
3473
3474 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
3475
3476 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
3477 entry, don't assign to free var; simply return the extracted filename.
3478 (ff-treat-as-special): Incorporate common preamble from callers.
3479 (ff-other-file-name, ff-find-the-other-file):
3480 Update call to ff-treat-as-special.
3481
3482 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
3483
3484 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
3485
3486 * tumme.el (tumme-get-comment): Fix bug.
3487
3488 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * files.el: Remove spurious * in docstrings.
3491
3492 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3493
3494 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
3495 grammar.
3496 (allout-beginning-of-current-line): Beware beginning of buffer.
3497 Also, a comment is simplified.
3498 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
3499 when appropriate. (This fix enables use for other than
3500 bullet-hotspot operation.)
3501 (allout-hide-current-subtree): While escalating to sibling-close,
3502 make sure to situate on a topic.
3503
3504 2006-07-14 Kim F. Storm <storm@cua.dk>
3505
3506 * emulation/cua-base.el (cua-delete-selection)
3507 (cua-toggle-set-mark): New defcustoms.
3508 (cua-rectangle-modifier-key): Add `alt' modifier.
3509 (cua-replace-region): Don't delete if cua-delete-selection is nil.
3510 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
3511 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
3512
3513 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
3514
3515 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3516
3517 * allout.el: Require 'cl during byte-compilation/interactive load,
3518 for the `assert' macro.
3519 (allout-mode-deactivate-hook): New hook, run when allout mode
3520 deactivates.
3521 (allout-developer): New allout customization subgroup.
3522 (allout-run-unit-tests-on-load): New allout-developer
3523 customization variable, when true allout unit tests are run towards
3524 end of file load/eval.
3525 (allout-inhibit-auto-fill): Disable auto-fill activity even during
3526 auto-fill-mode.
3527 (allout-resumptions): Remove, to be replaced by...
3528 (allout-add-resumptions): Register variable settings to be
3529 reinstated by `allout-do-resumptions'. The settings are made
3530 buffer-local, but the locality/globality of the suspended setting
3531 is restored on resumption.
3532 (allout-do-resumptions): Reinstate all settings suspended using
3533 `allout-add-resumptions'.
3534 (allout-test-resumptions): Unit tests (and intermediate variables)
3535 for resumptions.
3536 (allout-tests-globally-unbound, allout-tests-globally-true)
3537 (allout-tests-locally-true): Intermediate variables for
3538 resumptions unit tests.
3539 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
3540 (allout-exposure-category): Replaces 'allout-overlay-category variable.
3541 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
3542 instead of retired `allout-resumptions'. For hook functions, use
3543 `local' parameter so hook settings are created and removed as
3544 buffer-local settings. Revise (resumptions) setting
3545 auto-fill-function so it is set only if already active. (The
3546 related fill-function settings are all made in either case, so
3547 that activating auto-fill-mode activity will have the custom
3548 allout-mode behaviors (hanging indent on topics, if configured for it).
3549 Remove all allout-exposure-category overlays on mode deactivation.
3550 (allout-hotspot-key-handler): New function extracted from
3551 `allout-pre-command-business', so the functionality can be used
3552 for other purposes, eg as a binding in an overlay.
3553 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
3554 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
3555 customization variable.
3556 (allout-run-unit-tests): Run the (currently quite small)
3557 repertoire of unit tests. Called just before the provide iff user
3558 has customized `allout-run-unit-tests-on-load' non-nil.
3559
3560 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3561
3562 * emacs-lisp/authors.el (authors-aliases): Update.
3563
3564 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3565
3566 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
3567 gdb-source-window. Add dedicated argument.
3568 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
3569 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
3570 (gdb-display-threads-buffer, gdb-display-memory-buffer)
3571 (gdb-display-locals-buffer): Use it.
3572
3573 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
3574 Set gdb-source-window.
3575
3576 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3577
3578 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
3579 minor modes, redundant with the custom-autoload line above.
3580
3581 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * longlines.el (longlines-post-command-function): Handle open-line too.
3584
3585 2006-07-12 Richard Stallman <rms@gnu.org>
3586
3587 * progmodes/grep.el (grep-last-buffer): Doc fix.
3588
3589 * info.el (Info-try-follow-nearest-node): Doc fix.
3590
3591 * emacs-lisp/edebug.el (edebug-instrument-function):
3592 Err if find-function-noselect gives no position.
3593
3594 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3595 If can't find definition, return nil for position.
3596 (find-function-do-it): Handle new return value
3597 of find-definition-noselect.
3598 (find-definition-noselect, find-variable-noselect): Doc fix.
3599 (find-function-noselect): Doc fix.
3600
3601 * help-mode.el (help-variable-def): Handle find-variable-noselect
3602 returning no position.
3603 (help-function-def): Likewise for find-function-search-for-symbol.
3604 (help-face-def): Likewise.
3605
3606 * help-fns.el (describe-variable): Handle find-variable-noselect
3607 returning no position.
3608
3609 * files.el (locate-file-completion): Avoid duplicates in result.
3610
3611 * cus-edit.el (custom-no-edit): New command.
3612 (custom-mode-map): Remap to custom-no-edit instead of
3613 using suppress-keymap.
3614
3615 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
3616
3617 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3618 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3619 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
3620
3621 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
3622
3623 2006-07-11 Kim F. Storm <storm@cua.dk>
3624
3625 * ido.el (ido-copy-current-file-name): Use buffer-name if
3626 buffer-file-name is nil.
3627
3628 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * simple.el (undo-ask-before-discard): Set to nil.
3631
3632 * vc.el (vc-exec-after): Don't delete process manually.
3633 (vc-print-log): Run log-view-mode in process sentinel inside
3634 inhibit-read-only. Don't shrink window due to timing issues.
3635
3636 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
3637 Avoid using with-output-to-temp-buffer, which clobbers local vars.
3638
3639 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3642 Fix ambiguity introduced by last change.
3643 (compilation-find-file): Move save-excursion to where it may
3644 make sense. Fix a left over `find-file'.
3645
3646 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
3647
3648 * textmodes/texinfmt.el (texinfo-format-separate-node):
3649 Insert a string before point, which fits documentation, not after.
3650 (texinfo-multitable-item): In a multitable row, insert any
3651 additional needed @tabs and spaces.
3652
3653 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
3654
3655 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3656 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3657 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
3658 instead of shell-command.
3659 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
3660 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
3661 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
3662 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
3663 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
3664 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
3665
3666 2006-07-11 Kim F. Storm <storm@cua.dk>
3667
3668 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
3669 Remove special case for seconds < 0. Use (redisplay t) instead.
3670
3671 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
3674 avoid compilation error.
3675
3676 * subr.el (sit-for): New function.
3677
3678 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
3679
3680 2006-07-10 Richard Stallman <rms@gnu.org>
3681
3682 * ldefs-boot.el (edebug): Update page.
3683
3684 2006-07-10 Kim F. Storm <storm@cua.dk>
3685
3686 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
3687 to FOR-RELEASE and TODO.
3688
3689 2006-07-10 Romain Francoise <romain@orebokech.com>
3690
3691 * emacs-lisp/authors.el (authors-aliases): Update.
3692
3693 2006-07-10 Alan Mackenzie <acm@muc.de>
3694
3695 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
3696 * cc-mode.el: Changes to eradicate eval-after-load.
3697
3698 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
3701 on non-char events.
3702
3703 2006-07-09 Romain Francoise <romain@orebokech.com>
3704
3705 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3706 Don't highlight start/end markers as compilation messages.
3707
3708 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
3709 to t.
3710
3711 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
3714
3715 2006-07-08 Richard Stallman <rms@gnu.org>
3716
3717 * term/x-win.el (x-handle-display): Add doc string.
3718
3719 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3720
3721 * subr.el (def-edebug-spec): Move here.
3722 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3723
3724 * imenu.el (imenu-choose-buffer-index): Doc fix.
3725
3726 2006-07-08 Romain Francoise <romain@orebokech.com>
3727
3728 * term/x-win.el (x-display-name): Fix typo.
3729
3730 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3731
3732 * hexl.el (hexl-find-file): Doc fix.
3733
3734 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3735
3736 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * term/x-win.el (x-display-name): Doc fix.
3739
3740 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
3743 long prefixes.
3744 (fill-region-as-paragraph): Don't round up to a whole line.
3745 (fill-comment-paragraph): Don't include the code-before-the-comment
3746 when calling fill-region-as-paragraph.
3747
3748 * international/mule.el (make-char): Remove redundancy.
3749
3750 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
3751 property may contain an anonymous function rather than a symbol.
3752
3753 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
3754
3755 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3756 Use shy regexp. Fix incorrect backref to potentially unmatched group.
3757
3758 * dirtrack.el (dirtrack-default-directory-function): Remove.
3759 (dirtrack-directory-function): Use file-name-as-directory.
3760 (dirtrack-windows-directory-function): Simplify.
3761 (dirtrack-forward-slash, dirtrack-backward-slash)
3762 (dirtrack-replace-slash): Remove.
3763 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
3764 (dirtrack): Fix wrong parenthesizing; use match-string.
3765
3766 * progmodes/octave-inf.el: Remove spurious * in docstrings.
3767 (inferior-octave-mode): Only change the buffer-local value of
3768 comint-dynamic-complete-functions.
3769 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
3770 Move the initialization to the declaration.
3771 (inferior-octave-complete): Remove unused var `filter'.
3772
3773 * shell.el (shell-mode): Only change the buffer-local value of
3774 comint-dynamic-complete-functions.
3775
3776 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3777
3778 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
3779 entry is skipped because it has been scheduled.
3780 (org-prepare-agenda-buffers): Don't mark buffers as modified when
3781 changing `:org-archived' and `:org-comment' properties.
3782
3783 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * server.el (server-select-display): Don't make the temp frame
3786 minibuffer-only, in case it's not a temp frame.
3787 (server-process-filter): Don't delete the temp frame if it's the
3788 only one we have on that display.
3789
3790 * files.el (find-alternate-file): Doc fix.
3791
3792 2006-07-05 Richard Stallman <rms@gnu.org>
3793
3794 * files.el (abbreviate-file-name): Add save-match-data.
3795
3796 2006-07-03 Richard Stallman <rms@gnu.org>
3797
3798 * faces.el (read-face-name): Doc fix.
3799
3800 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * net/goto-addr.el (goto-address): Mark as safe for local evals.
3803
3804 2006-07-05 Andre Spiegel <spiegel@gnu.org>
3805
3806 * vc.el (vc-diff-internal): Fix prev change.
3807
3808 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3809
3810 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
3811 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
3812
3813 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
3816 fails if the symbol contains chars like ( or '.
3817 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
3818 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
3819 `short'.
3820
3821 2006-07-04 Kenichi Handa <handa@m17n.org>
3822
3823 * international/mule-cmds.el (set-language-info): If LANG-ENV is
3824 the current one, don't call set-language-environment, but call one
3825 of set-language-environment-XXX to make INFO effective now.
3826 (set-language-environment): Call set-language-environment-XXX
3827 functions instead of doing the various setups directly.
3828 (set-language-environment-coding-systems): Delete argument eol-type.
3829 (set-language-environment-input-method)
3830 (set-language-environment-nonascii-translation)
3831 (set-language-environment-charset)
3832 (set-language-environment-fontset)
3833 (set-language-environment-unibyte): New functions.
3834
3835 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
3836
3837 * locate.el (locate-update-when-revert): New option.
3838 (locate-update-path): New option (suggested by Michael Albinus).
3839 (locate-prompt-for-command): Whitespace change.
3840 (locate-update): No longer offer to update the locate database by
3841 default. Implement the two new options.
3842
3843 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
3844
3845 * tooltip.el: Move comment about track-mouse...
3846
3847 * progmodes/gud.el: ...to here.
3848
3849 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * facemenu.el (facemenu-listed-faces): New var.
3852 (facemenu-unlisted-faces): Variable deleted.
3853 (facemenu-add-new-face): Use facemenu-listed-faces.
3854
3855 * emulation/viper-init.el, calendar/calendar.el:
3856 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
3857
3858 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
3859
3860 * textmodes/org.el (org-mode): Remove no invalid settings for
3861 calc embedded mode.
3862 (org-mode-p): New defsubst.
3863 (org-save-all-org-buffers): New function.
3864 (org-first-headline-recenter): Enclose outline-regexp in group
3865 delimiters.
3866 (org-set-tags): Keep single space after stars.
3867
3868 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * window.el (set-window-text-height): Only set window-min-height to
3871 1 if that's the requested size.
3872
3873 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
3874 (diff-unified->context, diff-context->unified)
3875 (diff-reverse-direction): Make sure the end marker stays at the end.
3876 (diff-mode): Add the keymap table at the end of docstring.
3877 Use lexical-let rather than constructing a closure manually.
3878
3879 * files.el (find-file-noselect-1): Remove unused var assignment.
3880 (hack-local-variables-confirm): Print lists of strings as lists of
3881 strings rather than lists of symbols.
3882 (abbreviate-file-name, hack-local-variables-prop-line):
3883 Use match-string.
3884 (hack-one-local-variable): Move `make-local-variable' nearer its use.
3885 (recover-session-finish): Use line-end-position.
3886
3887 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
3888
3889 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
3890
3891 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
3892
3893 * progmodes/make-mode.el (makefile-macroassign-regex):
3894 Accept preceding keyword.
3895 (makefile-gmake-statements): Reorganize, now that makepp has
3896 "override" and also handle forgotten "override define".
3897 (makefile-makepp-statements): Add new "global", "override export"
3898 and "override global".
3899
3900 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
3901
3902 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
3903 (ada-compile-mouse-goto-error, ada-deactivate-properties)
3904 (ada-no-auto-case): Fix typos in docstrings.
3905
3906 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
3907
3908 * info.el (Info-find-node-2): Search for makeinfo version more
3909 carefully.
3910
3911 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
3912
3913 * textmodes/org.el (org-prepare-agenda-buffers):
3914 Use `invisible-OK' argument for `org-end-of-subtree'.
3915 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
3916 (org-beginning-of-item): Fix bug in regular expression for white line.
3917 (org-export-as-html): Enforce space after bullet in plain list items.
3918 (org-set-autofill-regexps): Require space after plain list bullet
3919 for paragraph-start.
3920 (org-ts-regexp3): New constant.
3921 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
3922 (org-timestamp-up-day, org-timestamp-down-day)
3923 (org-timestamp-change): Work with inactive timestamps.
3924 (org-ts-regexp1): Don't allow brackets in time stamps.
3925
3926 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
3927
3928 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
3929 for ignoring links.
3930
3931 * faces.el (read-face-name): Use it.
3932
3933 2006-06-28 Juri Linkov <juri@jurta.org>
3934
3935 * buff-menu.el (list-buffers-noselect): Compare Info file
3936 with the string "dir" to detect Info directory.
3937
3938 * complete.el (partial-completion-mode): In lambda for
3939 `choose-completion-string-functions' use full function signature
3940 with 4 args, and move point to the end of the minibuffer only if arg
3941 `mini-p' is non-nil.
3942
3943 2006-06-28 John Paul Wallington <jpw@pobox.com>
3944
3945 * ibuffer.el (ibuffer-mode): Doc fix.
3946
3947 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
3948
3949 * textmodes/org.el (org-context): New contexts :item-bullet,
3950 :latex-fragment, :latex-preview.
3951 (org-overlays-at, org-overlay-start, org-overlay-end):
3952 New compatibility functions.
3953 (org-inside-LaTeX-fragment-p): More accurate matching, using the
3954 exact regexp that will be used during export.
3955 (org-latex-regexps): New variable.
3956 (org-cdlatex-mode): Improve advice for `texmathp'.
3957 (turn-on-org-cdlatex): New function.
3958
3959 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3960
3961 * term/mac-win.el (mac-handle-font-selection): Change keys of
3962 mac-atsu-font-table from strings to numbers.
3963 (mac-ts-caret-position): Use also when cursor-type is nil.
3964 (mac-ts-update-active-input-area): Add Mac OS Classic support.
3965 Relax condition for using overlay strings.
3966 Use mac-ts-caret-position face when cursor-type is nil.
3967
3968 2006-06-26 Kim F. Storm <storm@cua.dk>
3969
3970 * help.el (view-emacs-news): Declare `res' in the right let* form.
3971
3972 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
3973
3974 * net/rcompile.el (remote-compile): Replace ange-ftp based
3975 implementation by Tramp functions.
3976 Suggested by Marc Abramowitz <msabramo@gmail.com>.
3977
3978 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
3979
3980 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
3981
3982 * international/fontset.el (setup-default-fontset): Fix a typo in
3983 the "Oriya-Akruti" registry name.
3984
3985 2006-06-23 Lars Hansen <larsh@soem.dk>
3986
3987 * desktop.el (desktop-full-file-name): New function.
3988 (desktop-kill, desktop-save, desktop-remove, desktop-read)
3989 (desktop-revert): Use it.
3990 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
3991 (desktop-after-read-hook): Add option list-buffers.
3992 (desktop-locals-to-save): Add tab-width.
3993 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
3994 Fix docstring.
3995
3996 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
3997
3998 * textmodes/org.el (org-cdlatex-mode-map)
3999 (org-cdlatex-texmathp-advice-is-done): New variables.
4000 (org-cdlatex-mode): New minor mode.
4001 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
4002 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
4003 (org-export-with-archived-trees): New option.
4004 (org-open-file): Remove the call to `convert-standard-filename'.
4005 (org-archive-tag, org-agenda-skip-archived-trees)
4006 (org-cycle-open-archived-trees)
4007 (org-sparse-tree-open-archived-trees): New options.
4008 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
4009 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
4010 New functions.
4011 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
4012 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
4013 (org-mode-map): Add binding for `org-toggle-archive-tag'.
4014 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4015 Call `org-prepare-agenda-buffers'.
4016 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
4017 (org-file-apps, org-file-apps-defaults-gnu)
4018 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
4019 Handle remote files by forcing them to be opened in Emacs.
4020
4021 2006-06-23 Andre Spiegel <spiegel@gnu.org>
4022
4023 * vc.el (vc-diff-knows-L): New variable.
4024 (vc-diff-internal): Use it to handle "diff" programs that don't
4025 understand -L. This works automatically, no user action is necessary.
4026
4027 2006-06-23 Daniel Brockman <daniel@brockman.se>
4028
4029 * net/rcirc.el (rcirc-default-user-full-name): Default to
4030 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
4031 longer exists).
4032 (rcirc-process-list): Check `buffer-live-p' before attempting to
4033 switch to a buffer.
4034
4035 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
4036
4037 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
4038 based on rcirc-coding-system-alist.
4039
4040 2006-06-23 Martin Rudalics <rudalics@gmx.at>
4041
4042 * cus-edit.el (customize-apropos): A better error message.
4043 (top level) <debug-ignored-errors>: Extend and update the list of
4044 ignored error messages.
4045
4046 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
4047
4048 * complete.el (PC-do-completion): Retain capitalization of user
4049 input, when possible, even if completion-ignore-case is set.
4050
4051 2006-06-23 Eli Zaretskii <eliz@gnu.org>
4052
4053 * generic-x.el (bat-generic-mode): Support .cmd files.
4054
4055 * dos-w32.el (top level): Use find-file-not-found-functions
4056 instead of the obsolete find-file-not-found-hooks.
4057
4058 2006-06-22 Kim F. Storm <storm@cua.dk>
4059
4060 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
4061 to recognize mode name containing submodes, such as Grep/lw.
4062
4063 2006-06-21 Kim F. Storm <storm@cua.dk>
4064
4065 * simple.el (line-move-1): Check for move-end-of-line instead of
4066 end-of-line when setting temporary-goal-column.
4067
4068 2006-06-21 Miles Bader <miles@gnu.org>
4069
4070 * play/cookie1.el (cookie): Work properly when there's only one entry.
4071
4072 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
4073
4074 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
4075 (gdb-frame-handler): Generalize frame regexp for templates.
4076
4077 2006-06-20 Glenn Morris <rgm@gnu.org>
4078
4079 * calendar/appt.el (appt-display-format): Default value must be
4080 one of the customize options.
4081
4082 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
4083
4084 * term/xterm.el (terminal-init-xterm): Update key availability info.
4085 Bind C-return.
4086
4087 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
4088
4089 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * files.el (hack-local-variables): Run `hack-local-variables-hook'
4092 whether or not a local variables list is defined.
4093
4094 * msb.el (msb): Move `sit-for' hack here to handle both
4095 "mouse-down and drag" and "mouse-up and select" situations.
4096 (mouse-select-buffer): Move `sit-for' hack to `msb'.
4097
4098 2006-06-20 Kenichi Handa <handa@m17n.org>
4099
4100 * international/characters.el (word-combining-categories):
4101 Add entries for 2-byte Han characters.
4102
4103 2006-06-19 Richard Stallman <rms@gnu.org>
4104
4105 * bindings.el (mode-line-format): Save some mode line space.
4106
4107 * files.el (find-file-noselect): Improve the question wording.
4108 (basic-save-buffer-2): Mask UMASK against 666.
4109
4110 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
4111 (mouse-drag-vertical-line): Call it.
4112
4113 * cus-edit.el (customize-option, customize-option-other-window):
4114 Error if SYMBOL is nil.
4115
4116 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
4117
4118 * textmodes/org.el: Require noutline, also on XEmacs.
4119 (org-end-of-subtree): Return point.
4120 (org-dblock-start-re, org-dblock-end-re): New constants.
4121 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
4122 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
4123 (org-update-all-dblocks, org-find-dblock): New functions.
4124 (org-collect-clock-time-entries): New function.
4125 (org-html-handle-time-stamps): Never export CLOCK timeranges.
4126 (org-fixup-indentation): Modify to deal correctly with lines
4127 starting with TAB. Only one argument DIFF now.
4128 (org-demote, org-promote): Call `org-fixup-indentation' with just
4129 one argument, DIFF.
4130 (org-mode): Don't mark buffer as modified when aligning tables.
4131 (org-clock-sum): Don't mark buffer modified when adding time sum
4132 properties.
4133 (org-export-as-html): Add support for a link validation function.
4134 (org-archive-all-done): New function.
4135 (org-archive-subtree): New prefix argument. When set, archive all
4136 done subtrees in this buffer.
4137 (org-remove-clock-overlays)
4138 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
4139 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
4140 (org-put-clock-overlay): Don't swallow last headline character
4141 when displaying overlay.
4142 (org-store-link): Link to `image-mode' with just the file name.
4143
4144 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
4145
4146 * viper-cmd.el (viper-special-read-and-insert-char):
4147 Use read-key-sequence.
4148 (viper-after-change-undo-hook): Misc enhancements.
4149 (viper-after-change-undo-hook): New hook.
4150 (viper-undo): Use viper-after-change-undo-hook.
4151 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
4152 (viper-next-line-at-bol): If point is on a widget or a button, simulate
4153 clicking on that widget/button.
4154
4155 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
4156
4157 * ediff-diff (ediff-test-patch-utility): Catch errors.
4158 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
4159 (ediff-set-actual-diff-options): New function.
4160 (ediff-reset-diff-options, ediff-toggle-ignore-case):
4161 Use ediff-set-actual-diff-options.
4162 (ediff-extract-diffs): Catch errors.
4163 (ediff-whitespace): Add non-breakable space.
4164 (ediff-same-file-contents): Catch errors.
4165
4166 * ediff-mult.el (ediff-collect-custom-diffs):
4167 Save coding-system-for-read.
4168
4169 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
4170 (ediff-vc-internal, ediff-vc-merge-internal):
4171 Use ediff-delete-version-file.
4172 (ediff-delete-version-file): New function.
4173
4174 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
4175
4176 * ediff.el (ediff-directories, ediff-directory-revisions)
4177 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
4178 (ediff-directories-internal, ediff-merge-directory-revisions)
4179 (ediff-merge-directory-revisions-with-ancestor)
4180 (ediff-directories3): Use read-directory-name.
4181
4182 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
4183
4184 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
4185 Remove superfluous part of regexp for brace matching which is handled
4186 by `scan-lists' call.
4187
4188 2006-06-16 Richard Stallman <rms@gnu.org>
4189
4190 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
4191
4192 * files.el (basic-save-buffer-2): For a new precious file,
4193 use the default modes in the return value.
4194
4195 * facemenu.el (facemenu-color-alist): Doc fix.
4196
4197 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
4198
4199 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4200
4201 * cus-start.el (all): Add mac-ts-script-language-on-focus.
4202
4203 * term/mac-win.el (mac-text-encoding-ascii): New constant.
4204 (mac-utxt-to-string): Use it.
4205 (mac-ts-update-active-input-area): Use mac-ae-number.
4206
4207 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4208
4209 * term.el (term-handle-scroll, term-delete-lines)
4210 (term-insert-lines): Fix off by one errors.
4211
4212 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4213
4214 * net/tramp.el (tramp-touch): Use UTC to express time.
4215
4216 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * mail/sendmail.el (mail-send): Search explicitly for
4219 mail-header-separator when checking for corrupted header lines.
4220
4221 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
4222
4223 * progmodes/gdb-ui.el (gdb-same-frame): New option.
4224 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
4225 (gdb-init-1): Initialise them.
4226 (gdb-starting): Reset gdb-printing
4227 (gdb-starting): Save value of gud-overlay-arrow-position.
4228 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
4229 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
4230 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
4231 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
4232
4233 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
4236
4237 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
4238
4239 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
4240 (ldap-search-internal): Keep error messages, and a regexp fix.
4241
4242 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
4243
4244 * files.el (hack-local-variables-confirm):
4245 Display string value using its printed representation.
4246
4247 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * server.el (server-edit): No-op if no server buffers exist.
4250
4251 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
4252
4253 * textmodes/page-ext.el (pages-directory-for-addresses):
4254 Including `pages-directory-address-mode' in the function results
4255 in the message "Buffer in which pages were found is deleted".
4256
4257 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
4258
4259 * textmodes/org.el (org-agenda-mode-map): Add bindings for
4260 clocking functions.
4261
4262 (org-agenda-clock-in, org-check-running-clock)
4263 (org-clock-out-if-current, org-remove-clock-overlays)
4264 (org-put-clock-overlay): New functions.
4265 (org-clock-marker, org-clock-file-total-minutes)
4266 (org-clock-overlays): New variables.
4267 (org-clock-display, org-clock-sum, org-clock-cancel)
4268 (org-clock-out, org-clock-in): New commands.
4269 (org-export): New function.
4270 (org-emph-re): New constant.
4271 (org-set-emph-re, org-do-emphasis-faces): New functions.
4272 (org-emphasis-regexp-components, org-emphasis-alist): New options.
4273 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
4274 (org-export-html-convert-emphasize): Use the configurable emphasis.
4275 (org-cleaned-string-for-export): Make multiline emphasis visible
4276 to the exporter. New optional argument PARAMETERS.
4277 (org-export-as-html): Specify :emph-multiline parameter to
4278 `org-cleaned-string-for-export'.
4279
4280 2006-06-10 Richard Stallman <rms@gnu.org>
4281
4282 * help.el (help-for-help-internal): Clean up help text.
4283
4284 2006-06-10 Andreas Schwab <schwab@suse.de>
4285
4286 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
4287 in doc string.
4288
4289 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
4290
4291 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
4292
4293 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4294 spaces after the comment start.
4295
4296 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4297
4298 * play/pong.el (pong-init-buffer):
4299 Fill buffer with spaces instead of ^A.
4300
4301 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
4302 launched asynchronously, delete its process instead of being cool.
4303 (ispell-async-processp): Check for `delete-process' existence
4304 instead of `kill-process' one for consistency.
4305
4306 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
4307
4308 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
4309 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
4310 in mode line at startup.
4311
4312 2006-06-08 Kim F. Storm <storm@cua.dk>
4313
4314 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
4315 (ido-init-completion-maps): Bind them to M-SPC and M-v.
4316 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
4317 (ido-file-internal): Pass full file name to write-file.
4318 (ido-read-internal): Only pop stack elements automatically if they
4319 actually match an existing directory or file name.
4320
4321 2006-06-07 Kenichi Handa <handa@m17n.org>
4322
4323 * international/mule.el (find-auto-coding): Don't handle the short
4324 name `char-trans'.
4325
4326 * files.el (hack-local-variables-prop-line)
4327 (hack-local-variables): Cancel the previous change.
4328
4329 2006-06-06 Jesper Harder <harder@phys.au.dk>
4330
4331 * ediff-diff.el (ediff-test-utility): Protect against file-error.
4332
4333 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * diff-mode.el (diff-mode): Set buffer-read-only to t when
4336 diff-default-read-only is non-nil.
4337 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
4338 (diff-refine-hunk): Set inhibit-read-only to t.
4339
4340 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
4341 modifying the *Diff* buffer.
4342 (diff-process-filter): New filter function for diff process that
4343 sets inhibit-read-only to t when modifying the *Diff* buffer.
4344
4345 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
4346
4347 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
4348 insertion point and control the number of empty lines.
4349 (org-paste-subtree): Limit the number of empty lines at the end of
4350 the inserted tree.
4351 (org-agenda): Use buffer name of current file for narrowing.
4352 (org-export-as-xml): Command removed.
4353 (org-export-xml-type): Option removed.
4354 (org-mode-map): Call `org-export-as-xoxo' directly.
4355 (org-get-indentation): New optional argument LINE.
4356 (org-fix-indentation, org-remove-tabs): New functions.
4357 (org-export-as-ascii, org-ascii-level-start): Determine and apply
4358 correct indentation for headlines that are converted it items.
4359 (org-skip-comments): Remove table lines that contain narrowing
4360 cookies but no other non-empty fields.
4361 (org-set-tags): Allow groups of mutually exclusive tags.
4362 (org-cmp-time): Sort 24:21 before items without time.
4363 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
4364 (org-open-at-point): Require double colon also for numbers.
4365
4366 2006-06-06 Kim F. Storm <storm@cua.dk>
4367
4368 * ido.el (ido-default-file-method, ido-default-buffer-method):
4369 Make choice values consistent with corresponding command names.
4370 (ido-visit-buffer): Update accordingly. Default to selected-window.
4371
4372 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
4373
4374 * progmodes/gud.el (gud-running): Fix doc string.
4375 (gud-menu-map): Use :visible instead fo :enable for debugger test.
4376 (gud-tooltip-modes): Add python-mode.
4377 (gud-tooltip-print-command): Add pdb. Remove perldb.
4378
4379 2006-06-05 Eli Zaretskii <eliz@gnu.org>
4380
4381 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
4382 Quote $(EMACS).
4383
4384 2006-06-05 Richard Stallman <rms@gnu.org>
4385
4386 * faces.el (defined-colors): Doc fix.
4387
4388 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
4389
4390 * vc.el (vc-process-filter): Inhibit undo info collection around
4391 call to insert.
4392 (vc-setup-buffer): Likewise for call to erase-buffer.
4393 (vc-do-command): Likewise for call to process-file.
4394
4395 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4396
4397 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
4398 for gud-go.
4399 (gud-common-init): Other debuggers may trigger error.
4400
4401 2006-06-05 Kenichi Handa <handa@m17n.org>
4402
4403 * international/mule.el (find-auto-coding):
4404 Handle enable-character-translation in file header.
4405
4406 2006-06-04 Kim F. Storm <storm@cua.dk>
4407
4408 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
4409 (authors-fixed-entries): Fix spelling.
4410 (authors-canonical-file-name): Don't report error for wildcards.
4411
4412 * help.el (view-emacs-news): Rewrite to support new NEWS,
4413 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
4414 e.g. version 10 matches 1.10, and don't be confused by version 1.1
4415 being a prefix of 1.12 (etc). A numeric prefix arg also works.
4416
4417 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
4418
4419 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4420 exec constructs like `foo bar`.
4421 (sh-quoted-subshell): New helper function to search for a possibly
4422 nested subshell (like `` or $()) within a "" quoted string.
4423 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
4424 (sh-apply-quoted-subshell): Flag quote characters inside a
4425 subshell, which is itself already in a quoted region, as
4426 punctuation, since this is the closest to what they actually are.
4427 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
4428 sh-apply-quoted-subshell.
4429 (sh-font-lock-syntactic-face-function): Apply the new face for
4430 text inside `` instead of the old font-lock-string-face.
4431
4432 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4433
4434 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
4435 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
4436 (mac-bytes-to-text-range, mac-ae-text-range-array)
4437 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
4438 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
4439 (mac-ts-unicode-for-key-event): New functions.
4440 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
4441 (mac-handle-font-selection): Use mac-ae-number.
4442 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
4443 New variables.
4444 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
4445 (mac-ts-converted-text, mac-ts-selected-converted-text)
4446 (mac-ts-block-fill-text, mac-ts-outline-text)
4447 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
4448 (mac-ts-hilite-style-faces): New constant.
4449 (mac-apple-event-map): Bind text input events.
4450 (mac-dispatch-apple-event): Use command-execute instead of
4451 call-interactively.
4452 (global-map): Don't bind mac-apple-event.
4453 (special-event-map): Bind mac-apple-event.
4454
4455 2006-06-02 Eli Zaretskii <eliz@gnu.org>
4456
4457 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
4458 file name.
4459 (emacs): Enclose the value of $(EMACS) in quotes.
4460
4461 2006-06-02 Juri Linkov <juri@jurta.org>
4462
4463 * international/mule.el (sgml-html-meta-auto-coding-function):
4464 Remove the condition `(search-forward "<html" size t)'.
4465 Replace `\"' with `[\"']?' in `re-search-forward'.
4466
4467 2006-06-02 Kenichi Handa <handa@m17n.org>
4468
4469 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
4470 as well as `coding'.
4471 (hack-local-variables): Likewise.
4472
4473 * international/mule.el (enable-character-translation):
4474 Put permanent-local and safe-local-variable properties.
4475 (find-auto-coding): Handle char-trans: tag.
4476
4477 2006-06-02 Juri Linkov <juri@jurta.org>
4478
4479 * international/mule.el (sgml-html-meta-auto-coding-function):
4480 Limit the search by the end of the HTML header (if any).
4481
4482 2006-06-01 Richard Stallman <rms@gnu.org>
4483
4484 * subr.el (with-current-buffer): Doc fix.
4485
4486 2006-06-02 Masatake YAMATO <jet@gyve.org>
4487
4488 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
4489 Almost rewrite. Underlines over all lines of gcov output are too
4490 uncomfortable to read. Suggested by Dan Nicolaescu.
4491
4492 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4493
4494 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
4495
4496 * shell.el (shell-mode): Use shell-mode-map in docstring.
4497
4498 * comint.el (comint-send-input): Do not add help-echo and
4499 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
4500
4501 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4502
4503 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
4504
4505 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4506
4507 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
4508 (gdb-stopped, gdb-info-stack-custom): If there is no source info
4509 look up the stack and pop up GUD buffer if necessary.
4510 (gdb-frames-select): Remove redundant call to gud-display-frame.
4511 (gdb-info-threads-custom): Keep point at start of buffer.
4512 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
4513
4514 2006-05-31 Juri Linkov <juri@jurta.org>
4515
4516 * replace.el (query-replace-read-from, query-replace-read-to):
4517 Bind `history-add-new-input' to nil. Call `add-to-history'.
4518
4519 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
4520
4521 * textmodes/table.el: Convert all HTML tags to lower case for
4522 XHTML compatibility.
4523
4524 2006-05-31 Masatake YAMATO <jet@gyve.org>
4525
4526 * progmodes/compile.el:
4527 (compilation-error-regexp-alist-alist::gcov-called-line):
4528 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
4529
4530 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
4531
4532 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
4533 Revert inadvertent changes made with last commit.
4534
4535 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
4536
4537 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
4538 New functions.
4539
4540 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
4541
4542 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
4543
4544 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
4545 only matches in the right place.
4546 (org-upcoming-deadline): New face.
4547 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
4548 (org-export-ascii-underline): Rename constant `org-ascii-underline'
4549 and make it an option.
4550 (org-export-ascii-bullets): New option.
4551 (org-export-as-html): Many changes to emit valid XHTML.
4552 (org-par-open): New variable.
4553 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
4554 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
4555 (org-timeline): Pass `org-timeline-show-empty-dates' to
4556 `org-get-all-dates'. Interpret empty dates returned by
4557 `org-get-all-dates'.
4558 (org-get-all-dates): New argument EMPTY. Add dates without
4559 entries to the list, mark large ranges of empty dates.
4560 (org-point-in-group, org-context): New functions.
4561
4562 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
4563
4564 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
4565
4566 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
4567 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
4568 to C-mouse-3 (for 2 button mice).
4569 (gdb-send): Do the right thing for C-d.
4570
4571 * speedbar.el (speedbar-detach): Delete.
4572 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
4573 it breaks things.
4574 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
4575
4576 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
4577
4578 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
4579 Makeppfile.
4580
4581 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4582 Add makepp diagnostic.
4583
4584 2006-05-29 Richard Stallman <rms@gnu.org>
4585
4586 * window.el (fit-window-to-buffer): Doc fix.
4587
4588 * help.el (temp-buffer-max-height): Doc fix.
4589
4590 * subr.el (with-current-buffer): Doc fix.
4591
4592 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4593
4594 * term/x-win.el: Bind F10 to menu-bar-start if available.
4595
4596 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
4597
4598 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
4599 uses with a simple test.
4600 (term-set-escape-char, term-mode, term-check-kill-echo-list)
4601 (term-send-raw-string, term-send-raw, term-mouse-paste)
4602 (term-char-mode, term-line-mode, term-exec, term-sentinel)
4603 (term-handle-exit, term-read-input-ring)
4604 (term-previous-matching-input-string)
4605 (term-previous-matching-input-string-position)
4606 (term-previous-matching-input-from-input)
4607 (term-replace-by-expanded-history, term-send-input)
4608 (term-skip-prompt, term-bol, term-send-invisible)
4609 (term-kill-input, term-delchar-or-maybe-eof)
4610 (term-backward-matching-input, term-check-source)
4611 (term-proc-query, term-emulate-terminal)
4612 (term-handle-colors-array, term-process-pager, term-pager-line)
4613 (term-pager-bob, term-unwrap-line, term-word)
4614 (term-dynamic-complete-filename)
4615 (term-dynamic-complete-as-filename)
4616 (term-dynamic-simple-complete): Replace one arm ifs with whens or
4617 unlesses.
4618
4619 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4622 during bootstrapping.
4623
4624 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4625 Basically undo the change of 2006-05-26: use extra arguments instead of
4626 dynamic scoping.
4627 (ewoc-locate): Remove unused var `footer'.
4628
4629 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
4632
4633 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4634 (generate-file-autoloads): Obey it. Return whether autoloads were
4635 added at point or not.
4636 (update-file-autoloads): Use this new return value.
4637 Remove redundant test for the presence of an autoload cookie.
4638
4639 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4640 This one calls hack-local-variables.
4641 (generate-file-autoloads, update-file-autoloads): Use it.
4642
4643 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4644 (bibtex-sort-entry-class): Add safe-local-variable predicate.
4645 (bibtex-sort-entry-class-alist): Don't set the global value.
4646 (bibtex-init-sort-entry-class-alist): New fun.
4647 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
4648 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
4649 of bibtex-init-sort-entry-class.
4650
4651 2006-05-28 Richard Stallman <rms@gnu.org>
4652
4653 * subr.el (load-history-regexp): If FILE is relative, insist
4654 entire last name component must match it.
4655 (load-history-filename-element, load-history-regexp): Doc fixes.
4656
4657 2006-05-29 Kim F. Storm <storm@cua.dk>
4658
4659 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
4660 `pos' and `raw-data' for clarity, as eval forms may access these.
4661
4662 2006-05-28 Kim F. Storm <storm@cua.dk>
4663
4664 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
4665
4666 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * progmodes/make-mode.el (makefile-browser-map)
4669 (makefile-mode-syntax-table): Move initialization inside declaration.
4670 (makefile-fill-paragraph): Use the default comment-filling code.
4671
4672 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * replace.el (query-replace-defaults): New variable.
4675 (query-replace-read-from): Use `query-replace-defaults' for
4676 default value, instead of history list.
4677 (query-replace-read-to): Update `query-replace-defaults'.
4678
4679 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4682 with no X toolkit.
4683
4684 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
4685
4686 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4687 (tumme-show-all-from-dir): Add autoload.
4688
4689 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4690
4691 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
4692 (tumme-remove-tag): Fix bug.
4693
4694 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4695
4696 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
4697 FOOTER args. Update unique caller.
4698 (ewoc-delete): Compute last node once before looping.
4699 (ewoc--node-branch): Merge into unique caller.
4700 (ewoc--node): Don't define constructor make-ewoc--node for this
4701 structure.
4702 (ewoc): Add member `hf-pp' to this structure.
4703 (ewoc--wrap): New func.
4704 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
4705 header/footer pretty-printers. Save header/footer pretty-printer.
4706 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
4707
4708 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
4709
4710 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4711
4712 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4713 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
4714 Tag'. Change "Compare directories..." to "Change Directories...".
4715 Move tumme commands to Operate, Regexp and Immediate menus.
4716 Change "Add Comment" to "Add Image Comment". Change "Add Image
4717 Tag" to "Add Image Tags".
4718
4719 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
4720 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
4721 `tumme-delete-tag'.
4722
4723 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
4724
4725 * shell.el (shell-mode): Call shell-dirtrack-mode after
4726 list-buffers-directory is made a local variable, to avoid setting
4727 the default value.
4728
4729 2006-05-26 Kevin Ryde <user42@zip.com.au>
4730
4731 * info.el (Info-index-next): Use where-is-internal to report
4732 actual binding of Info-index-next, rather than hard-coded `,'.
4733
4734 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4735
4736 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
4737 and "Find Command in Manual" to here.
4738
4739 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4740 Info-current-file as the file name.
4741
4742 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
4743
4744 * ses.el (defadvice undo-more): Delete this defadvice. The undo
4745 overrides will now be done a different way.
4746 (ses-set-parameter): Reapply this function for undo.
4747 (ses-set-header-row): Reconstruct header row during undo.
4748 (ses-widen): New function.
4749 (ses-goto-data, ses-reconstruct-all): Use new function.
4750 (ses-command-hook): Widen buffer during undo, before unupdating
4751 the cells.
4752 (ses-insert-row, ses-delete-row): Widen buffer during undo.
4753 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
4754 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
4755 formula hasn't been executed yet.
4756
4757 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4758
4759 * comint.el (comint-kill-whole-line): Rename arg to count.
4760 Fix doc string.
4761
4762 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
4765 to copy-file.
4766
4767 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4768
4769 * simple.el (toggle-truncate-lines): Make arg optional for
4770 backward compatibility.
4771
4772 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
4773
4774 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4775 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
4776 DLL arg. Instead, use ewoc--current-dll. Update all callers.
4777 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
4778 (ewoc--adjust): Use ewoc--current-dll.
4779 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
4780
4781 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
4782
4783 * textmodes/org.el (org-next-item, org-previous-item): Emit more
4784 compact error message.
4785 (org-tags-view): Refresh category table in each file.
4786 (org-table-justify-field-maybe): Remove superfluous arguments to
4787 `format'.
4788 (org-export-as-html): Insert "<p>" before postamble.
4789 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
4790
4791 2006-05-26 Kenichi Handa <handa@m17n.org>
4792
4793 * textmodes/po.el (po-find-charset): Pay attention to the case
4794 FILENAME is a cons (NAME . BUFFER).
4795 (po-find-file-coding-system-guts): Likewise.
4796
4797 * arc-mode.el (archive-set-buffer-as-visiting-file):
4798 Call find-operation-coding-system with (FILENAME . BUFFER).
4799
4800 * tar-mode.el (tar-extract): Call find-operation-coding-system
4801 with (FILENAME . BUFFER).
4802
4803 * international/mule.el (decode-coding-inserted-region):
4804 Call find-operation-coding-system with (FILENAME . BUFFER).
4805
4806 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * image-mode.el (image-toggle-display): Use buffer contents to
4809 generate image for a remote file.
4810
4811 2006-05-25 Juri Linkov <juri@jurta.org>
4812
4813 * replace.el (query-replace-read-from, query-replace-read-to):
4814 Remove 8th arg KEEP-ALL in read-from-minibuffer.
4815
4816 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
4817
4818 * whitespace.el (whitespace-cleanup): Change to cleanup
4819 region if one is active.
4820 * whitespace.el (whitespace-cleanup-internal): New internal method.
4821
4822 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4823
4824 * dired.el (dired-mode-map): Add help-echo strings to tumme
4825 commands. Bind `tumme-dired-display-image' to C-t i.
4826
4827 * tumme.el (tumme-display-image): Change documentation string slightly.
4828 (tumme-dired-display-image): Add call to `display-buffer'.
4829
4830 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4831
4832 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
4833 Signal error if RAW-DATA is a multibyte string.
4834
4835 2006-05-24 Richard Stallman <rms@gnu.org>
4836
4837 * subr.el (with-local-quit): When handling `quit' signal,
4838 make a chance for quit-flag to cause a quit.
4839
4840 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
4841 (ad-disable-advice): Add autoloads.
4842
4843 * subr.el (read-passwd): Copy PROMPT before changing its properties.
4844
4845 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4846
4847 * dired.el (dired-mode-map): Change menu items for tumme as per
4848 suggestions in emacs-devel.
4849
4850 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4851
4852 * dired.el (dired-mode-map): Fix breakage.
4853
4854 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4855
4856 * tumme.el (tumme-display-dired-image): Rename to...
4857 (tumme-dired-display-image): ...this.
4858 (tumme-track-movement): Change default value to t.
4859 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
4860 used from `tumme-next-line-and-display' and similar commands.
4861
4862 * dired.el (dired-mode-map): Add Thumbnail submenu under the
4863 Immediate menu. Add some tumme commands there.
4864
4865 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
4866
4867 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
4868
4869 2006-05-24 Chong Yidong <cyd@mit.edu>
4870
4871 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
4872 menu entries that open submenus.
4873
4874 2006-05-24 Alan Mackenzie <acm@muc.de>
4875
4876 * startup.el (command-line): For names of preloaded files, don't
4877 append ".elc" (now done in Fload), and call file-truename on the
4878 lisp directory.
4879
4880 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
4881 match ANY loaded file with the right name, not just those in
4882 load-path. Put a regexp matching the file name into
4883 after-load-alist, rather than the name itself.
4884
4885 * subr.el: New functions load-history-regexp,
4886 load-history-filename-element, do-after-load-evaluation.
4887
4888 * international/mule.el (load-with-code-conversion): Do the
4889 eval-after-load stuff by calling do-after-load-evaluation.
4890
4891 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4892
4893 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
4894 has not been killed.
4895
4896 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4897
4898 * term/mac-win.el: Set idle timer to clean up expired Apple events.
4899 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
4900 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
4901 Optionally set error message in reply.
4902
4903 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
4904
4905 * textmodes/org.el (org-open-at-point): Use renamed variable
4906 `org-confirm-shell-link-function'.
4907 (org-confirm-shell-link-function): Rename from
4908 `org-confirm-shell-links'.
4909 (org-export-directory): New function.
4910 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
4911 (org-export-icalendar): Use `org-export-directory'.
4912 (org-indent-item): Keep cursor position.
4913 (org-link-file-path-type): New option.
4914 (org-export-as-html): Fix bug with plain lists starting in
4915 column 0.
4916 (org-export-as-html): Remove deadline formatting, this happens
4917 now already in `org-html-handle-time-stamps'.
4918 (org-export-html-style): Deadline class removed.
4919 (org-insert-labeled-timestamps-at-point): New option.
4920 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
4921 of `hide-sublevels 1', in case the first headline is not level 1.
4922 (org-overview, org-content): New fuction.
4923 (org-cycle-global-status, org-cycle-subtree-status): Make these
4924 variables buffer-local.
4925 (org-global-cycle): New command.
4926 (org-shifttab): Use `org-global-cycle'.
4927 (org-insert-heading, org-insert-item): Go to end of new
4928 headline/item after creating it.
4929 (org-export-visible): Rename from `org-export-copy-visible'.
4930 Now creates a temporary org-file and applies an exporting command
4931 to it.
4932 (org-table-eval-formula): Support for lisp forms.
4933 (org-agenda-todo-ignore-scheduled): New option.
4934 (org-agenda-get-todos): Use new option
4935 `org-agenda-todo-ignore-scheduled'.
4936 (org-export-html-inline-images): New value `maybe'.
4937 (org-export-as-html): Inlining of images dependent on link description.
4938 (org-archive-subtree): Check for end-of-buffer before trying
4939 `kill-line'.
4940 (org-agenda-follow-mode): New option.
4941 (org-export-with-tags, org-export-with-timestamps): New options.
4942 (org-html-handle-time-stamps): New function.
4943 (org-keyword-time-regexp): New variable.
4944 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
4945 (org-agenda-todo-list-sublevels): New option.
4946 (org-html-level-start): When TITLE is nil, just close all levels.
4947 (org-parse-key-lines, org-parse-export-options): Remove functions,
4948 replaced by `org-infile-export-plist'.
4949 (org-combine-plists, org-infile-export-plist)
4950 (org-default-export-plist): New functions.
4951 (org-export-html-preamble, org-export-html-postamble)
4952 (org-export-html-auto-preamble, org-export-html-auto-postamble):
4953 New variables.
4954 (org-export-publishing-directory): New option.
4955 (org-export-as-html, org-export-as-ascii): Use the new property
4956 lists for settings.
4957 (org-export-copy-visible, org-export-as-xoxo):
4958 Respect `org-export-publishing-directory'.
4959 (org-link-search, org-store-link, org-file-apps): Support for
4960 links to BibTeX database entries..
4961 (org-get-current-options, org-set-regexps-and-options):
4962 Implement logging as a startup option.
4963 (org-store-link): Make sure context string is never empty
4964 (org-insert-link): Use relative path when possible.
4965 (org-at-item-checklet-p): New function.
4966 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
4967 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
4968 (org-metaright, org-metaup, org-metadown, org-shiftup)
4969 (org-shiftdown, org-shiftright, org-shiftleft)
4970 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
4971 Dispatch using `call-interactively'.
4972 (org-call-with-arg): New defsubst.
4973 (org-tag-alist, org-use-fast-tag-selection): New options.
4974 (org-complete): Use `org-tag-alist'.
4975 (org-fast-tag-insert, org-fast-tag-selection): New functions.
4976 (org-next-item, org-previous-item): New commands.
4977 (org-beginning-of-item, org-end-of-item): Add (interactive) to
4978 make command.
4979 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
4980
4981 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
4982
4983 * emacs-lisp/ewoc.el (ewoc-delete): New function.
4984 (ewoc-filter): Use `ewoc-delete'.
4985
4986 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
4987
4988 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
4991 Signal more user-friendly error messages.
4992
4993 * complete.el (PC-do-completion): Undo the addition of implicit
4994 wildcards if they did not lead to finding any match.
4995 (read-file-name-internal): Don't add the final > if the completion is
4996 not finished.
4997
4998 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4999
5000 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
5001 Quote safe-local-variable predicate.
5002
5003 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5004
5005 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
5006
5007 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5008
5009 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
5010
5011 * progmodes/make-mode.el (makefile-special-targets-list)
5012 (makefile-macro-table, makefile-target-table): Mark as risky.
5013 (makefile-query-one-target-method): Make this the alias for the
5014 following variable.
5015 (makefile-query-one-target-method-function): Make this the real name.
5016
5017 * textmodes/artist.el (artist-text-renderer): Make this the alias
5018 for the following variable.
5019 (artist-text-renderer-function): Make this the real name.
5020
5021 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
5022 the alias for the following variable.
5023 (flyspell-generic-check-word-predicate): Make this the real name.
5024
5025 * textmodes/ispell.el (ispell-format-word): Make this the alias
5026 for the following variable.
5027 (ispell-format-word-function): Make this the real name.
5028 (ispell-message-text-end): Mark as risky.
5029
5030 * skeleton.el (skeleton-transformation, skeleton-filter)
5031 (skeleton-pair-filter): Make these the aliases for the following
5032 variables.
5033 (skeleton-transformation-function, skeleton-filter-function)
5034 (skeleton-pair-filter-function): Make these the real names.
5035
5036 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
5037 and skeleton-pair-filter-function.
5038
5039 * textmodes/sgml-mode.el (sgml-transformation): Make this the
5040 alias for the following variable.
5041 (sgml-transformation-function): Make this the real name.
5042 (sgml-tag-alist): Mark as risky.
5043
5044 2006-05-21 Richard Stallman <rms@gnu.org>
5045
5046 * simple.el (kill-region): Interactively, pass point, then mark.
5047
5048 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5049
5050 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
5051
5052 2006-05-21 Romain Francoise <romain@orebokech.com>
5053
5054 * dired-x.el (dired-mode-map): Don't bind M-g.
5055
5056 2006-05-20 Richard Stallman <rms@gnu.org>
5057
5058 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
5059 (dired-goto-file): Doc fix.
5060
5061 2006-05-21 Kim F. Storm <storm@cua.dk>
5062
5063 * emulation/cua-base.el: Mention customizing cua-mode as alternative
5064 way to enable built-in cua-mode if user loads older CUA-mode package.
5065
5066 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
5067 if default-filename is specified.
5068
5069 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5070
5071 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
5072
5073 * info.el (info-apropos): Make sure current-file and current-node
5074 have non-nil values. Speed up by using add-to-list instead of
5075 manual consing.
5076
5077 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5078
5079 * progmodes/make-mode.el (makefile-mode): Doc fix.
5080
5081 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5082
5083 * dired-aux.el (dired-do-shell-command): Doc fix.
5084
5085 2006-05-20 Kevin Ryde <user42@zip.com.au>
5086
5087 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
5088 ``(custom-manual :tag "Foo" "(foo)Node")''.
5089
5090 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
5091
5092 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
5093 value is an integer.
5094
5095 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5096
5097 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
5098 "format".
5099 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
5100
5101 2006-05-20 Martin Rudalics <rudalics@gmx.at>
5102
5103 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
5104 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
5105
5106 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
5109 regexp for keywords.
5110
5111 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
5112
5113 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
5114 replace-regexp-in-string.
5115
5116 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
5117 encode, and escape file name on conversion to URL.
5118
5119 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5120
5121 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
5122 Don't unescape URL.
5123 (dnd-get-local-file-name): Unescape URL on conversion to file name.
5124
5125 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
5126 on conversion to URLs.
5127
5128 * net/browse-url.el (browse-url-file-url): Encode file name on
5129 conversion to URL.
5130
5131 * term/mac-win.el (mac-ae-open-documents): Escape file name on
5132 conversion to URL.
5133
5134 2006-05-19 Eli Zaretskii <eliz@gnu.org>
5135
5136 * progmodes/cc-styles.el (c-style-alist): Doc fix.
5137
5138 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5139
5140 * term/mac-win.el (mac-bytes-to-digits): Remove function.
5141 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
5142
5143 2006-05-19 Glenn Morris <rgm@gnu.org>
5144
5145 * calendar/diary-lib.el (diary-bahai-date)
5146 (list-bahai-diary-entries, mark-bahai-diary-entries)
5147 (mark-bahai-calendar-date-pattern): Not interactive.
5148 (add-to-diary-list): New optional arg LITERAL. Doc fix.
5149 (diary-entries-list): Change format of 4th element in each entry.
5150 (diary-list-entries): Use add-to-diary-list.
5151 (diary-goto-entry): Handle the case where the buffer visiting the
5152 diary has been killed.
5153 (fancy-diary-display): Add 'locator to button rather than 'marker.
5154 Only generate temp-face when there are marks to apply.
5155 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
5156 (diary-fancy-date-pattern): New variable.
5157 (diary-time-regexp): Doc fix.
5158 (diary-anniversary, diary-time): New faces.
5159 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
5160 diary-time-regexp. Add font-lock-multiline property where needed.
5161 Use new faces diary-anniversary and diary-time.
5162 (diary-fancy-font-lock-fontify-region-function): New function, to
5163 handle multiline font-lock pattern in fancy diary.
5164 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
5165 (diary-font-lock-keywords): Tweak time regexp. Use new face
5166 diary-time.
5167
5168 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
5169
5170 * international/code-pages.el (mik): Table corrected.
5171
5172 2006-05-18 Kim F. Storm <storm@cua.dk>
5173
5174 * progmodes/grep.el (grep-find): Don't check grep-find-command
5175 before running command (breaks non-interactive usage).
5176
5177 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
5178
5179 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
5180 (ewoc--insert-new-node): Don't insert trailing newline.
5181 Instead, adjust successor nodes's start markers.
5182 (ewoc--refresh-node): Delete all text from current node's start
5183 marker to the next one's; adjust successor nodes's start markers.
5184 (ewoc--create): Doc fixes.
5185 (ewoc--refresh): Don't insert newline.
5186 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
5187 * pcvs.el (cvs-make-cvs-buffer):
5188 Specify extra newline for ewoc's header and footer.
5189 (cvs-update-header): Update initial header recognition.
5190 Append newline to final header and footer values.
5191 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
5192
5193 2006-05-17 Richard Stallman <rms@gnu.org>
5194
5195 * files.el (file-name-extension): Doc fix.
5196
5197 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
5200 we can explicitly enable/disable rather than toggle.
5201 (shell-mode): Use it.
5202 (shell-cd): Don't try to reproduce what `cd' does.
5203
5204 2006-05-17 Kim F. Storm <storm@cua.dk>
5205
5206 * ido.el (ido-read-internal): Use only nondirectory part of
5207 default item.
5208
5209 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
5210
5211 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
5212 (ewoc-nth): Doc fix.
5213
5214 (ewoc-map, ewoc-invalidate): Compute PP before looping.
5215
5216 2006-05-16 Eli Zaretskii <eliz@gnu.org>
5217
5218 * international/mule.el (auto-coding-alist): Add .lha to files
5219 read with no-conversion.
5220
5221 * files.el (auto-mode-alist): Add .lha files to archive file
5222 extensions.
5223
5224 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
5225 Convert csize to integer when computing offsets within the
5226 compressed archive file.
5227
5228 2006-05-16 Kim F. Storm <storm@cua.dk>
5229
5230 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
5231 with read-from-minibuffer.
5232
5233 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5234
5235 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
5236 (byte-compile-warnings): Fix safe-local-variable property.
5237
5238 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
5239
5240 * allout.el (allout-show-bodies, allout-old-style-prefixes)
5241 (allout-stylish-prefixes, allout-numbered-bullet)
5242 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
5243 predicates to qualify `safe-local-variable' property, when
5244 available, else use equivalent lambda.
5245 (allout-current-topic-collapsed-p): Do the right thing regarding
5246 trailing blank lines.
5247
5248 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * server.el (server-start): Only create a directory if needed.
5251 (server-edit, server-unload-hook): server-start => server-mode.
5252 (kill-emacs-hook): Cleanup upon exit.
5253
5254 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * hexl.el (hexlify-buffer): Encode process arguments manually.
5257
5258 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
5259
5260 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
5261 call to gdb-tooltip-print.
5262
5263 2006-05-15 Romain Francoise <romain@orebokech.com>
5264
5265 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
5266 systems, default to "tar" since those systems probably have GNU tar.
5267
5268 2006-05-14 Lars Hansen <larsh@soem.dk>
5269
5270 * desktop.el (desktop-missing-file-warning): Fix docstring.
5271 (desktop-restore-file-buffer): Correct question asked on missing file.
5272
5273 2006-05-14 Kim F. Storm <storm@cua.dk>
5274
5275 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
5276 Add CUA move property.
5277
5278 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * custom.el (custom-push-theme): Load the variable before checking
5281 its `standard-value'.
5282
5283 2006-05-13 Lars Hansen <larsh@soem.dk>
5284
5285 * desktop.el (desktop-save): Use with-temp-buffer.
5286
5287 2006-05-12 Glenn Morris <rgm@gnu.org>
5288
5289 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
5290 * calendar/calendar.el (calendar-mode-map):
5291 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5292 * calendar/appt.el (appt-check, appt-make-list): Refer to
5293 diary-view-entries, diary-list-entries, diary-show-all-entries
5294 rather than obsolete aliases.
5295
5296 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * simple.el (line-move-finish): Avoid calling point motion hooks
5299 while processing intangibility.
5300
5301 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5302
5303 * term/xterm.el (terminal-init-xterm): Fix typo.
5304
5305 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
5306
5307 * allout.el (allout-view-change-hook): Mark as being deprecated,
5308 to be replaced by `allout-exposure-change-hook'.
5309 (allout-exposure-change-hook): New, replacing
5310 `allout-view-change-hook'.
5311 (allout-flag-region): Run new hook `allout-exposure-change-hook',
5312 in addition to `allout-view-change-hook'.
5313 (allout-show-bodies, allout-old-style-prefixes)
5314 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
5315 lambda forms to prevent their showing up in variable help
5316 presentations as inscrutable byte-compiled code.
5317 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
5318 Use string-or-null-p to qualify safe-local-variable values.
5319 (allout-reindent-bodies): Use memq to qualify matches against
5320 valid safe-local-variable values. Also, quote the lambda as above.
5321 (allout-use-mode-specific-leader): Add missing candidate-value
5322 symbols, use memq, and quote the lambda.
5323 (allout-overlay-interior-modification-handler): Remove unused
5324 variables `msg' and 'opened'.
5325 (allout-hidden-p): Constrain invisibility consideration to allout's
5326 invisibility spec, disregarding invisibility for other reasons.
5327
5328 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
5329
5330 * files.el (version-control): Correct safe values.
5331
5332 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
5333
5334 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
5335
5336 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
5337 (ewoc--insert-new-node): New func.
5338 Update callers of deleted funcs to use it, instead.
5339
5340 2006-05-11 Glenn Morris <rgm@gnu.org>
5341
5342 * calendar/calendar.el (diary-show-all-entries): Do not refer to
5343 obsolete alias `show-all-diary-entries'.
5344 (make-diary-entry): Not interactive.
5345 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
5346 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
5347 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5348 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5349 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5350 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
5351
5352 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5353
5354 * calendar/calendar.el (calendar-french-date-string)
5355 (calendar-mayan-date-string, calendar-chinese-date-string)
5356 (calendar-astro-date-string, calendar-iso-date-string)
5357 (calendar-islamic-date-string, calendar-bahai-date-string)
5358 (calendar-hebrew-date-string, calendar-coptic-date-string)
5359 (calendar-ethiopic-date-string, calendar-persian-date-string):
5360 These functions are not interactive.
5361
5362 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
5363
5364 * files.el: Balance parentheses.
5365
5366 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5367
5368 * files.el, newcomment.el, outline.el, simple.el,
5369 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
5370 progmodes/cc-vars.el, progmodes/compile.el:
5371 Move `safe-local-variable' declarations to the respective files.
5372
5373 * help-fns.el (describe-variable): Don't print safe-var if it is
5374 byte-code. Improve wording as suggested by Luc Teirlinck.
5375
5376 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5377
5378 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
5379 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5380 Use a token for pending-triggers to ensure gdb-var-update
5381 gets called once per user input again for pre-GDB 6.4.
5382 (gdb-var-delete): Match on more complex expressions.
5383 (gdb-var-list-children-handler, gdb-var-create-handler):
5384 Use a token for consistency.
5385
5386 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
5387
5388 * textmodes/org.el (org-read-date, org-goto-calendar)
5389 (org-agenda-goto-calendar):
5390 Bind `view-calendar-holidays-initially' to nil.
5391
5392 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5393
5394 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
5395 Update all callers to do it there, instead.
5396
5397 2006-05-10 Glenn Morris <rgm@gnu.org>
5398
5399 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
5400 prefix arg case, to avoid view-diary-entries-initially error.
5401 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5402 (calendar-date-is-legal-p): Handle dates with no day part.
5403
5404 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5405
5406 * comint.el (comint-insert-input): Just make it when
5407 comint-use-prompt regexp is nil (default) and with the mouse.
5408 (comint-copy-old-input): Reinstate from 2004-06-23.
5409 (comint-mode-map): Bind C-c C-m to it.
5410
5411 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
5412
5413 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5414 Remove spurious move to point-max (new comint behavior fixes).
5415
5416 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
5417 compatibility function (Emacs 18/19).
5418 (idlwave-is-continuation-line): Always return point at start of
5419 previous non-blank continuation line.
5420 (keyword-parameters): Fix continued comment font-lock matcher.
5421 (idlwave-font-lock-fontify-region): Written, use as
5422 font-lock-fontify-region-function, to fix continued keyword
5423 fontification issues.
5424
5425 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5426
5427 * term/mac-win.el (mac-font-panel-mode): Doc fix.
5428 (mac-service-selection, mac-service-open-file)
5429 (mac-service-open-selection, mac-service-mail-selection)
5430 (mac-service-mail-to, mac-service-insert-text): Rename from
5431 mac-services-*. All uses changed.
5432 (mac-apple-event-map): Rename event symbol `services' to `service'.
5433
5434 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
5435
5436 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
5437 (ewoc--node-enter-first, ewoc--node-enter-last)
5438 (ewoc--delete-node-internal): Merge funcs into unique callers.
5439
5440 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5441
5442 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
5443 return value of read-from-minibuffer for empty input.
5444
5445 2006-05-09 Miles Bader <miles@gnu.org>
5446
5447 * comint.el (comint-insert-input): Remove redundant calls to setq
5448 and goto-char.
5449
5450 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
5451
5452 * comint.el (comint-insert-input): Make it work when
5453 comint-use-prompt-regexp is t.
5454
5455 2006-05-10 Miles Bader <miles@gnu.org>
5456
5457 * subr.el (field-at-pos): New function.
5458
5459 * comint.el (comint-insert-input): Use it.
5460
5461 2006-05-09 Juri Linkov <juri@jurta.org>
5462
5463 * battery.el (battery-linux-proc-acpi): Also try
5464 `/proc/acpi/thermal_zone/THR2/temperature'.
5465
5466 * files.el <safe-local-variable>: Remove `eval' and `let' binding
5467 for now unused lambda `string-or-null'.
5468
5469 * add-log.el (change-log-default-name): Put `string-or-null-p'
5470 instead of lambda on `safe-local-variable' property.
5471
5472 * diff-mode.el (diff-context->unified): Use `region-beginning' and
5473 `region-end' instead of `mark' and `point'.
5474 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
5475 Operate on region in Transient Mark mode when the mark is active.
5476 Use `region-beginning' and `region-end' instead of `mark' and
5477 `point'.
5478 (diff-hunk-text, diff-goto-source): Doc fix.
5479
5480 * startup.el (fancy-splash-screens, normal-splash-screen): Use
5481 face `mode-line-buffer-id' for mode-line buffer face instead of
5482 hard-coded `(:weight bold)'.
5483
5484 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
5485 buffer-undo-list to t (undo-ask is reproducible by visiting
5486 nested archives).
5487
5488 2006-05-09 Kim F. Storm <storm@cua.dk>
5489
5490 * progmodes/grep.el (rgrep): Set default directory of *grep*
5491 buffer if we start M-x rgrep in the *grep* buffer and choose
5492 a different base directory.
5493
5494 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
5495
5496 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
5497 completion also when ido is loaded.
5498
5499 2006-05-09 Masatake YAMATO <jet@gyve.org>
5500
5501 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
5502 "warning" and "import".
5503 (cpp-font-lock-keywords): Added "warning".
5504
5505 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5506
5507 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5508
5509 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
5512 pages at a time, if we signal the end, we should indeed reach that end.
5513
5514 2006-05-08 David Reitter <david.reitter@gmail.com>
5515
5516 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
5517 output during execution of the body.
5518
5519 2006-05-08 Kim F. Storm <storm@cua.dk>
5520
5521 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
5522
5523 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
5524
5525 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
5526 Use with-current-buffer.
5527
5528 2006-05-07 Kim F. Storm <storm@cua.dk>
5529
5530 * subr.el (add-to-history): Remove keep-dups arg.
5531
5532 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
5533 to nil around call to add-to-history.
5534
5535 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
5538 than after a buffer modification.
5539
5540 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
5541
5542 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
5543 call to...
5544 (gud-watch): ...here so speedbar is raised for already watched
5545 expressions.
5546 (gdb-speedbar-refresh): Delete function.
5547 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
5548 Use speedbar-timer-fn instead of speedbar-refresh (reverting
5549 earlier change).
5550 (gdb-var-evaluate-expression-handler)
5551 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
5552
5553 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
5554 Update localized contents for all buffers except ignored modes.
5555
5556 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5557
5558 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
5559 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
5560 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
5561 (mac-handle-font-panel-closed, mac-handle-font-selection):
5562 New functions.
5563 (mac-font-panel-mode): New minor mode.
5564 (mac-apple-event-map): Add bindings for toolbar toggle button and
5565 font panel.
5566 (menu-bar-showhide-menu): Add mac-font-panel-mode.
5567
5568 2006-05-07 John Paul Wallington <jpw@pobox.com>
5569
5570 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5571 Avoid `regexp-opt'; simplify regexp for readability.
5572
5573 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5574
5575 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
5576 * files.el (buffer-stale-function):
5577 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5578 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
5579 links to the main manual, not to emacs-xtra.
5580
5581 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5582
5583 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
5584 MacJapanese if text is ASCII-only.
5585
5586 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
5587
5588 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
5589 unless so nil isn't returned.
5590 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
5591
5592 2006-05-06 Kim F. Storm <storm@cua.dk>
5593
5594 * subr.el (add-to-history): New function.
5595
5596 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
5597 (ediff-merge-files-with-ancestor):
5598 * env.el (setenv):
5599 * isearch.el (isearch-update-ring):
5600 * server.el (server-visit-files):
5601 * progmodes/grep.el (lgrep, rgrep):
5602 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
5603 * progmodes/xscheme.el (xscheme-insert-expression):
5604 Use add-to-history.
5605
5606 * kmacro.el (kmacro-push-ring): Use add-to-history.
5607 (kmacro-ring-length): Remove unused defun.
5608 (kmacro-start-macro): Use kmacro-push-ring.
5609
5610 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
5611
5612 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
5613 directly instead of a lambda expression that calls it.
5614
5615 2006-05-06 Kim F. Storm <storm@cua.dk>
5616
5617 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
5618 instead of compute-motion.
5619
5620 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5621
5622 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
5623 change.
5624
5625 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
5626
5627 * startup.el (command-line-1): Refer to "Pure Storage" on
5628 pure-space-overflow.
5629
5630 2006-05-05 Martin Rudalics <rudalics@gmx.at>
5631
5632 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
5633 provided faces once they all have been used up.
5634
5635 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5636
5637 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
5638 reference to the Lisp manual to the warning about pure space
5639 overflow.
5640
5641 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5642
5643 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
5644 argument to avoid the call to `ispell-internal-change-dictionary'
5645 when not needed.
5646 (ispell-change-dictionary): Use this argument and call
5647 `ispell-internal-change-dictionary' after the possible change
5648 to `ispell-local-dictionary'.
5649 (ispell-internal-change-dictionary): Check for a change in
5650 personal dictionary use too.
5651
5652 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5653
5654 * startup.el (command-line): On MS-Windows, probe "~", not
5655 "~USER", for warning about non-existent home directory
5656
5657 * arc-mode.el (archive-l-e): New optional argument `float' means
5658 generate a float value.
5659 (archive-arc-summarize, archive-lzh-summarize)
5660 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
5661 with 3rd argument non-nil when file's size is being computed.
5662 Format the file sizes with %8.0f instead of %8d.
5663
5664 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5665
5666 * cus-start.el (all): Add mac-dnd-known-types.
5667
5668 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
5669 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
5670 (mac-TIFF-to-string): New functions.
5671 (x-get-selection, x-selection-value)
5672 (mac-select-convert-to-string): Use them.
5673 (mac-text-encoding-mac-japanese-basic-variant): New constant.
5674 (mac-dnd-types-alist): New customization variable.
5675 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
5676 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
5677 (mac-dnd-handle-drag-n-drop-event): New functions.
5678 (mac-drag-n-drop): Remove function.
5679 (global-map): Bind drag-n-drop and M-drag-n-drop to
5680 mac-dnd-handle-drag-n-drop-event.
5681
5682 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
5683
5684 * progmodes/perl-mode.el (perl-beginning-of-function):
5685 Skip anonymous subs.
5686
5687 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5688
5689 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
5690 regexp-opt at run time.
5691
5692 * term.el (term-handle-ansi-escape): Fix off by one error.
5693
5694 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
5697 (gdb-init-1, gdb-post-prompt): ...and references to it.
5698 (gdb-frame-handler): Strip directory name from filename if present.
5699
5700 * progmodes/gud.el (gdb-force-update): Delete defvar
5701 (gud-speedbar-buttons): ...and references to it. Use window-start
5702 to try to keep positon in watch expression.
5703
5704 2006-05-03 Richard Stallman <rms@gnu.org>
5705
5706 * simple.el (next-history-element, previous-history-element): Doc fix.
5707
5708 * isearch.el (isearch-update-ring): Doc fix.
5709
5710 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
5711
5712 * isearch.el (isearch-update-ring): Take history-delete-duplicates
5713 into consideration. Replace one arm ifs with whens.
5714
5715 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
5716
5717 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
5718 (menu): Fix typo.
5719
5720 2006-05-02 Miles Bader <miles@gnu.org>
5721
5722 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
5723
5724 2006-05-02 Jay Belanger <belanger@truman.edu>
5725
5726 * calc/calc-embed.el (calc-override-minor-modes-map)
5727 (calc-override-minor-modes): New variables.
5728 (calc-do-embedded): Make sure that Calc keystrokes aren't
5729 overwritten by minor modes.
5730
5731 2006-05-02 Chong Yidong <cyd@mit.edu>
5732
5733 * msb.el (msb): If EVENT is a down event, read and discard the up event.
5734
5735 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5736
5737 * startup.el (command-line-1): Refer to Lisp manual when
5738 pure-space-overflow occurs.
5739
5740 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
5741 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
5742 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
5743 (version-control): Don't use `t' for safe-local-variable declarations.
5744
5745 2006-05-01 Richard Stallman <rms@gnu.org>
5746
5747 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
5748 M-r, M-R, M-A, M-SPC or M-DEL.
5749 (diff-mode-map): diff-refine-hunk now on C-c C-w
5750 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
5751
5752 * help-mode.el (help-mode): view-exit-action calls delete-window
5753 only when it is safe and possible.
5754
5755 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
5756 in messages.
5757
5758 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
5759
5760 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
5761 in the default tool-bar-map.
5762
5763 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
5764
5765 * net/tramp.el (tramp-completion-file-name-handler-alist)
5766 (tramp-run-real-handler, tramp-completion-run-real-handler)
5767 (tramp-completion-handle-file-name-all-completions)
5768 (tramp-completion-handle-file-name-completion): Autoload them.
5769 (tramp-completion-handle-file-exists-p)
5770 (tramp-completion-handle-file-name-directory)
5771 (tramp-completion-handle-file-name-nondirectory)
5772 (tramp-completion-handle-expand-file-name): Remove them.
5773 (tramp-handle-file-name-directory): Return the real directory name.
5774 Returning "/" only doesn't need to be necessary any longer.
5775 (tramp-file-name-handler): Make special attention when in hostname
5776 completion mode.
5777 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
5778 (tramp-register-file-name-handlers):
5779 Register `tramp-completion-file-name-handler' only when
5780 `partial-completion-mode' is enabled.
5781 (tramp-completion-handle-file-name-all-completions):
5782 Delete directory part from results.
5783 (tramp-get-completion-methods, tramp-get-completion-user-host):
5784 Discard deleting "/", it doesn't work after the change of
5785 `tramp-handle-file-name-directory' above.
5786
5787 2006-05-01 Kim F. Storm <storm@cua.dk>
5788
5789 * progmodes/grep.el (grep-expand-template): Use save-match-data
5790 and symbol-value.
5791
5792 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5793
5794 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
5795 Use select-frame-set-input-focus instead of raise-frame.
5796 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
5797
5798 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5799
5800 * progmodes/gud.el (gud-def): Add %c case.
5801 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
5802 (gud-format-command): Make match case sensitive. Match on %F.
5803
5804 2006-04-30 Glenn Morris <rgm@gnu.org>
5805
5806 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
5807 (cal-tex-preamble): Use cal-tex-preamble-extra.
5808 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
5809 than alias `list-diary-entries'.
5810
5811 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5812
5813 * help-fns.el (describe-variable): Add info about safe local variables.
5814
5815 2006-04-29 Richard Stallman <rms@gnu.org>
5816
5817 * bindings.el (mode-line-format): help-echo doc fixes.
5818
5819 * net/tramp.el (tramp-file-name-handler-alist): Delete
5820 expand-file-name and other operations that can cause spurious loading.
5821
5822 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * files.el (safe-local-variable-p): Remove support for the special
5825 value t.
5826
5827 * textmodes/paragraphs.el (sentence-end-without-space):
5828 Fix safety predicate.
5829 (sentence-end-double-space, sentence-end-without-period)
5830 (paragraph-ignore-fill-prefix):
5831 * textmodes/fill.el (colon-double-space):
5832 * abbrev.el (abbrev-mode): Tighten the safety predicate.
5833
5834 * subr.el (booleanp): New fun.
5835
5836 * textmodes/reftex-vars.el (reftex-guess-label-type):
5837 Tighten the safety predicate.
5838
5839 2006-04-28 Kim F. Storm <storm@cua.dk>
5840
5841 * progmodes/grep.el (defgroup grep): Doc fix.
5842 (grep-auto-highlight): Remove.
5843 (grep-template): New defcustom.
5844 (grep-find-template): Rename from grep-tree-template.
5845 (grep-files-aliases): Rename from grep-tree-files-aliases.
5846 Remove "all" alias, add "l" alias.
5847 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
5848 (grep-find-ignored-directories): New defcustom to replace
5849 grep-tree-ignore-CVS-directories, to facilitate ignoring
5850 subdirectories for multiple version control systems.
5851 (grep-mode-map): Add Recursive grep item to GREP menu.
5852 (grep-regexp-history, grep-files-history): New defvars.
5853 (grep-probe): New helper function.
5854 (grep-compute-defaults): Use it to simplify code.
5855 Adapt to name changes.
5856 Use `.' as base in grep-find-template rather than <D>.
5857 (grep): Remove superfluous highlight-regexp arg. Fix doc.
5858 Call grep-compute-defaults unconditionally.
5859 (grep-expand-keywords): New defconst.
5860 (grep-expand-template): Rename from grep-expand-command-macros.
5861 Simplify via grep-expand-keywords. Look at case-fold-search instead
5862 of grep-tree-ignore-case to add -i option.
5863 Bind case-fold-search to nil while matching keywords.
5864 (grep-tree-last-regexp, grep-tree-last-files): Remove.
5865 (grep-read-regexp, grep-read-files): New helper functions.
5866 (rgrep): Rename from grep-tree. Rework to use proper histories.
5867 Adapt to changes in defcustoms and functions above.
5868 (lgrep): New command, as grep, but using same interactive UI as rgrep.
5869
5870 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
5871
5872 * net/tramp.el (tramp-completion-file-name-handler):
5873 Disable Tramp's functionality while loading Tramp itself.
5874 (tramp-register-file-name-handlers): That's a defsubst now.
5875 Code from `tramp-repair-jka-compr' moved here. Apply it via
5876 `after-init-hook'.
5877 (tramp-repair-jka-compr): Remove.
5878
5879 2006-04-27 Jay Belanger <belanger@truman.edu>
5880
5881 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
5882 read expression when `math-read-big-expr' doesn't work.
5883
5884 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
5885
5886 * startup.el (command-line-1): Display warning when
5887 pure-space-overflow is non-nil.
5888
5889 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5890
5891 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
5892 risky.
5893
5894 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5895
5896 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
5897 Return the URL or nil if none can be generated.
5898
5899 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
5900
5901 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
5902 byte compiler warnings.
5903 (gud-basic-call, gud-find-expr): Let user select an expression
5904 for printing. Print expression as well as value in GUD buffer.
5905
5906 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
5907
5908 * allout.el: Remove local autoload declaration for
5909 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
5910 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
5911 (allout-plain-bullets-string, allout-distinctive-bullets-string)
5912 (allout-use-mode-specific-leader, allout-old-style-prefixes)
5913 (allout-stylish-prefixes, allout-numbered-bullet)
5914 (allout-file-xref-bullet, allout-presentation-padding)
5915 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
5916 safe-local-variable with suitable value spec, and add autoload
5917 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
5918 (move-beginning-of-line, move-end-of-line): Repair so these compat
5919 functions now actually resituate the point, when appropriate.
5920
5921 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
5924
5925 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
5926 (add-log-iso8601-time-string): Fix call to format-time-string.
5927
5928 2006-04-26 Kim F. Storm <storm@cua.dk>
5929
5930 * subr.el (posn-string, posn-image, posn-object): Doc fix.
5931
5932 2006-04-26 Masatake YAMATO <jet@gyve.org>
5933
5934 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
5935 Add support for "//" style comments. Remove `b' flag
5936 from ?* in `asm-mode-syntax-table'.
5937
5938 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * follow.el: Use (featurep 'xemacs) everywhere.
5941 (follow-mode): Use define-minor-mode.
5942 (follow-mode-map): Move initialization into the declaration.
5943 Use command remapping.
5944 (follow-emacs-version-xemacs-p): Remove.
5945 (follow-submit-feedback): Remove.
5946
5947 * allout.el (allout-layout, allout-passphrase-verifier-string)
5948 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
5949
5950 * textmodes/reftex-vars.el (reftex-vref-is-default)
5951 (reftex-fref-is-default, reftex-guess-label-type):
5952 Tighten up a bit the safety predicate.
5953
5954 * textmodes/paragraphs.el (sentence-end-double-space)
5955 (sentence-end-without-period, sentence-end-without-space)
5956 (page-delimiter, paragraph-ignore-fill-prefix):
5957 Tighten up a bit the safety predicate.
5958
5959 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
5960
5961 * progmodes/python.el (python-continuation-line-p)
5962 (python-beginning-of-statement): syntax-ppss may return
5963 a negative depth.
5964 (python-mode): Don't forcefully enable font-lock.
5965
5966 * time-stamp.el (time-stamp-start, time-stamp-end)
5967 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
5968
5969 * add-log.el: Remove spurious * in docstrings.
5970 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
5971 (add-change-log-entry): Use it here, since it's not specific
5972 to iso8601.
5973 (add-log-iso8601-time-string): Don't use it here any more.
5974 (change-log-indent-text, change-log-indent): Rename from add-log-*.
5975
5976 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
5977
5978 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
5979
5980 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
5981 (rcirc-toggle-low-priority): Doc fix.
5982 (rcirc-handler-NOTICE): Remove beginning of line anchor in
5983 ChanServ regexp.
5984 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
5985 #emacs.
5986 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
5987 (rcirc-decode-coding-system): Use utf-8 as the default.
5988 (rcirc-multiline-minor-mode): Set the fill-column.
5989 (rcirc-format-response-string): Display bright and dim nicks.
5990 (rcirc-browse-url): Update interactive spec to fill ARG.
5991 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
5992 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
5993
5994 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
5995
5996 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
5997 case for @Article, etc.
5998
5999 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
6000
6001 * net/tramp.el (tramp-register-file-name-handlers): New defun.
6002 Added with autoload cookie.
6003 (tramp-unload-file-name-handlers): Rename from
6004 `tramp-unload-file-name-handler-alist'.
6005
6006 2006-04-23 Romain Francoise <romain@orebokech.com>
6007
6008 * comint.el (comint-match-partial-filename): Doc fix.
6009
6010 2006-04-21 Glenn Morris <rgm@gnu.org>
6011
6012 * calendar/cal-menu.el (calendar-mode-map): Refer to
6013 `diary-view-entries' rather than alias `view-diary-entries'.
6014 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
6015
6016 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * progmodes/antlr-mode.el (antlr-default):
6019 * cus-edit.el (custom-documentation):
6020 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6021 in defface.
6022
6023 2006-04-21 Kim F. Storm <storm@cua.dk>
6024
6025 * image.el (image-type): New defun split out of create-image.
6026 (create-image): Use it.
6027
6028 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6029
6030 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
6031 (org-open-at-point): Remove the "...done" message to keep output
6032 in the echo area visible.
6033 (org-export-as-xoxo): Fix call to `indent-region'.
6034
6035 2006-04-21 Kevin Ryde <user42@zip.com.au>
6036
6037 * international/mule.el (keyboard-coding-system): defcustom
6038 info-link fixes: "Specify Coding" has been split, keyboard now in
6039 "Terminal Coding", and "Single-Byte Character Support" is now
6040 "Unibyte Mode".
6041
6042 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
6043
6044 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
6045 Use font-lock-warning-face for any errors e.g. no stack.
6046 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6047
6048 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6049
6050 * progmodes/sh-script.el (sh-shell): Mark as safe.
6051
6052 * newcomment.el (comment-start, comment-start-skip)
6053 (comment-end-skip, comment-end): Mark as safe.
6054
6055 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6056
6057 * textmodes/org.el (org-deadline-announce): Face removed.
6058 (org-level-faces, org-n-levels): Convert to constant.
6059 (org-compatible-face): New function.
6060 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
6061 (org-level-5, org-level-6, org-level-7, org-level-8)
6062 (org-special-keyword, org-warning, org-headline-done, org-link)
6063 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
6064 (org-scheduled-today, org-scheduled-previously, org-time-grid):
6065 Face definition revised for better color tty support.
6066 (org-bold-re, org-italic-re, org-underline-re): New constants.
6067 (org-set-font-lock-defaults): Use the new constants.
6068 (org-agenda-highlight-todo): New function.
6069 (org-agenda-todo): Fix bug with point at end of line.
6070 (org-agenda-change-all-lines, org-finalize-agenda-entries):
6071 Fontify TODO keywords.
6072 (org-insert-link): Preserve relative path in ../ links.
6073 (org-export-as-html): Convert links pointing to .org files into
6074 links that will work beteen the exported HTML files.
6075 (org-todo-list): Fix bug when arg=0.
6076 (org-insert-heading): More fine-tuning.
6077
6078 2006-04-19 Romain Francoise <romain@orebokech.com>
6079
6080 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
6081 from `rmail-mime-charset-pattern'.
6082
6083 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6084
6085 * progmodes/python.el (python-mode): Fix typo.
6086
6087 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6088
6089 * comint.el (comint-previous-input): Don't clobber input line
6090 when moving off either end of the input history ring.
6091 (comint-delete-input): New function, used by
6092 `comint-previous-input' and others.
6093 (comint-previous-matching-input):
6094 Use `coming-delete-input'. Save the partial input if leaving the
6095 edit line. Goto point-max before deleting input to avoid
6096 partial input fragments hanging around.
6097 (comint-restore-input): New function, used by `comint-previous-input'.
6098
6099 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
6100
6101 * imenu.el (imenu--index-alist): Balance parentheses.
6102
6103 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6104
6105 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
6106
6107 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
6108
6109 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
6110 file is nil.
6111
6112 2006-04-18 Richard Stallman <rms@gnu.org>
6113
6114 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
6115
6116 * imenu.el (imenu-create-index-function, imenu--index-alist)
6117 (imenu--last-menubar-index-alist, imenu--make-index-alist)
6118 (imenu-default-create-index-function, imenu--generic-function):
6119 Doc fixes.
6120
6121 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
6122
6123 * help-mode.el (help-mode): Set view-exit-action to delete window.
6124
6125 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
6126 now works by passing nil as arg.
6127
6128 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
6129
6130 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
6131 (read-abbrev-file): Provide default when reading filename.
6132
6133 * files.el (enable-local-variables): Allow :all as value.
6134 (hack-local-variables): Implement that value.
6135 (safe-local-variable-values, safe-local-eval-forms)
6136 (enable-local-variables): Mark as risky.
6137 (find-file-visit-truename, kept-old-versions): Mark safe.
6138
6139 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
6140 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
6141 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
6142
6143 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
6146 Use forward-line so as to get to BOL even in the presence of fields.
6147 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
6148 in return.
6149 (inferior-tcl): Tell tclsh to work in interactive mode.
6150
6151 * complete.el (partial-completion-mode):
6152 Use 'choose-completion-string-functions to make sure that
6153 choose-completion fills the minibuffer properly.
6154
6155 * complete.el (PC-old-read-file-name-internal): Remove.
6156 (PC-read-include-file-name-internal): Remove. Turn it into an advice
6157 of read-file-name-internal.
6158 (partial-completion-mode): Enable/disable this advice.
6159
6160 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
6161
6162 * net/tramp.el (tramp-completion-file-name-handler): Revert change
6163 of 2006-04-17.
6164
6165 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6166
6167 * textmodes/org.el (org-insert-heading): Insert heading before
6168 current if at beginning of line.
6169 (org-todo, org-date): New faces.
6170 (org-table-align): Make sure tooltip window contains full text.
6171 (org-no-properties): New defsubst.
6172 (org-set-font-lock-defaults): Use new faces.
6173
6174 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
6175
6176 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
6177 for root variables.
6178
6179 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
6180 (gdb-frame-address): Re-use to identify frame for watch expression.
6181 (gdb-var-list, gdb-var-create-handler): Add frame address for root
6182 variables.
6183 (gdb-init-1, gdb-source, gdb-post-prompt)
6184 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
6185 (gdb-frame-handler): Get gdb-frame-address.
6186
6187 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6188
6189 Sync with Tramp 2.0.53.
6190
6191 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
6192 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
6193 (tramp-completion-file-name-handler): Add autoload cookie for
6194 adding to `file-name-handler-alist'.
6195
6196 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
6197 the prompt. If it returns earlier (when detecting an error
6198 message), the rest of the output will merge accidently with the
6199 output of the next command. Reported by M Jared Finder
6200 <jared@hpalace.com>.
6201
6202 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6203 for `process-file', in order to let it work for older Emacsen too.
6204
6205 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
6206
6207 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
6208 (tex-font-lock-keywords-3): Use it.
6209
6210 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * newcomment.el (comment-add): New function.
6213 (comment-region-default, comment-dwim): Use it.
6214
6215 2006-04-15 Michael Olson <mwolson@gnu.org>
6216
6217 * emacs-lisp/tq.el: Improve comments.
6218 (tq-queue-head-question): New accessor function.
6219 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
6220 Update for modified queue structure.
6221 (tq-queue-add): Accept `question' argument.
6222 (tq-queue-pop): If a question is pending, send it.
6223 (tq-enqueue): Accept new optional argument `delay-question'.
6224 If this is non-nil, and at least one other question is pending a
6225 response, queue the question rather than sending it immediately.
6226
6227 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6228
6229 * calendar/appt.el (appt-add): Check whether an appointment is
6230 already present in appt-time-msg-list. Simplify code.
6231
6232 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * progmodes/cc-langs.el (c-mode-menu):
6235 Don't presume c-subword-mode is bound.
6236
6237 2006-04-13 Bill Wohler <wohler@newt.com>
6238
6239 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
6240 (customize-package-emacs-version): Use cdr instead of cadr now
6241 that alists use dotted pairs.
6242
6243 * custom.el (defcustom): Fix docstring for :package-version.
6244
6245 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
6246
6247 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
6248 (tramp-handle-shell-command): Display output buffer only when
6249 `tramp-display-shell-command-buffer' is true.
6250 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
6251
6252 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6253
6254 * textmodes/org.el (org-set-autofill-regexps): Set only the local
6255 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
6256
6257 2006-04-13 Romain Francoise <romain@orebokech.com>
6258
6259 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
6260 leaving temporary .cvsignore buffers behind.
6261
6262 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6263
6264 * textmodes/org.el (org-set-regexps-and-options)
6265 (org-get-current-options): Better names for the startup folding
6266 options.
6267
6268 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
6269
6270 * vc.el (vc-annotate): Arrange for point to end up at the same
6271 line number as in the original, but only when using a new buffer.
6272
6273 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
6274
6275 * files.el (hack-one-local-variable-eval-safep):
6276 Recognize `edebug-form-spec' for `put', but only if it passes
6277 `edebug-basic-spec'. Generalize `put' handling.
6278
6279 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
6280 vetting file-local form specs.
6281
6282 * allout.el (allout-layout): Autoload its `safe-local-variable'
6283 property.
6284
6285 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6286
6287 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
6288 (org-agenda-mouse-1-follows-link)
6289 (org-mouse-1-follows-link): New options.
6290 (org-format-agenda-item): Fix bug if TAGS is nil.
6291 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
6292
6293 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
6294
6295 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
6296 GDB 6.1+ gives full filename for "info sources" so use
6297 file-name-nondirectory.
6298
6299 2006-04-12 Romain Francoise <romain@orebokech.com>
6300
6301 * subr.el (read-passwd): Bind `message-log-max' to nil.
6302
6303 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * progmodes/perl-mode.el (perl-indent-new-calculate):
6306 Recompute parse-start after jumping backward by a whole sexp.
6307
6308 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
6311 window configuration.
6312 (vc-annotate-display-select): Select the buffer so that current-buffer
6313 (and selected-window) is the output buffer at the end of vc-annotate.
6314
6315 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6316
6317 * vc.el (vc-annotate-color-map): Add custom TTY color map for
6318 8-color terminals, to use all of the colors in a sensible order.
6319 256-color terminals work well with the standard map.
6320 (vc-annotate-lines): Only strip the first color character if it
6321 is "#", to allow for terminal-style named colors.
6322 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
6323 the correct buffer is scrolled.
6324
6325 2006-04-11 Richard Stallman <rms@gnu.org>
6326
6327 * emacs-lisp/bytecomp.el (byte-compile-file):
6328 Bind enable-local-variables to :safe, and make normal-mode obey it.
6329
6330 * files.el (enable-local-variables): Allow value :safe.
6331 (normal-mode): Doc fix.
6332 (hack-local-variables): Implement enable-local-variables = :safe.
6333 (hack-local-variables-confirm): Don't prevent quitting.
6334
6335 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * loadhist.el (unload-feature): A bit of sanity check of
6338 load-history entries. Cancel timer-vars before unbinding them.
6339
6340 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
6341 quote special chars, and make the trick work on the hex part of the
6342 buffer as well.
6343 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
6344 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
6345
6346 * startup.el (normal-splash-screen): Fix last change so we don't wait
6347 2 minutes if we don't show the splash screen.
6348
6349 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
6350
6351 * textmodes/org.el (org-export-plain-list-max-depth)
6352 (org-table-spaces-around-separators)
6353 (org-radio-targets, org-activate-camels)
6354 (org-table-spaces-around-invisible-separators): Options removed.
6355 (org-time-stamp-rounding-minutes, org-remember-templates)
6356 (org-ellipsis, org-activate-links, org-descriptive-links):
6357 New options.
6358 (org-remember-apply-template, org-current-time)
6359 (org-finish-edit-table-field)
6360 (org-link-unescape, org-link-escape)
6361 (org-string-width, org-table-clean-line, org-html-do-expand)
6362 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
6363 (org-read-agenda-file-list): New functions.
6364 (org-table-edit-field)
6365 (org-table-create-or-convert-from-region): New commands
6366 (org-table-toggle-vline-visibility): Command removed.
6367 (org-table-convert-region): Made a command.
6368 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
6369 Replace with the normal org- functions.
6370 (org-self-insert-command): Don't trigger realign unnecessarily
6371 when blanking a field that is not full.
6372 (org-mode): `Set buffer-invisibility-spec' for links.
6373 (org-activate-links2): Hide link part and only show descriptive
6374 part of the link.
6375 (org-insert-link): Modify for new linking system.
6376 (org-store-link): Store description separately, for use by
6377 `org-insert-link'.
6378 (org-table-align): Use `org-string-width'.
6379 (defgroup): Completely new group structure for custom variables.
6380 (org-agenda-files): Option: Single file name allowed. Function:
6381 Optional argument unrestrited means ignore any restricitons.
6382 (org-install-agenda-files-menu): Find a buffer in Org-mode before
6383 trying to modify the menu. Use generalized access to
6384 `org-agenda-files.'
6385 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
6386 (org-agenda-file-to-front, org-remove-file, org-diary)
6387 (org-tags-view, org-export-icalendar-all-agenda-files)
6388 (org-export-icalendar-combine-agenda-files): Use generalized
6389 access to `org-agenda-files'.
6390 (org-remember-handler): Correctly preserve heading if present.
6391 (org-table-insert-row, org-table-insert-hline): Deal with
6392 invisible characters.
6393
6394 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
6395
6396 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
6397 (vc-annotate-color-map): New 18 element constant
6398 value/saturation, rotating hue colormap, from red->blue.
6399 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
6400 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
6401 (vc-annotate): To avoid killing the required local variables,
6402 set them before the end of `with-output-to-temp-buffer', and
6403 after first switching to annotate-mode.
6404 (vc-annotate-warp-version): Add buffer argument in goto-line to
6405 ensure annotation, not source, is scrolled.
6406
6407 2006-04-10 Bill Wohler <wohler@newt.com>
6408
6409 * custom.el (defcustom, custom-handle-keyword):
6410 Add :package-version keyword.
6411 (custom-add-package-version): New function. Sets value of new
6412 property 'custom-package-version from :package-version keyword.
6413 (defcustom): Create Common Keywords section in docstring.
6414 (defface, defgroup): Replace definitions of a select few keywords
6415 with a reference to the Common Keywords in defcustom.
6416 (defcustom, defface, defgroup): Replace reference to Customization
6417 chapter in manual with hyperlink.
6418
6419 * cus-edit.el (customize-package-emacs-version-alist):
6420 New variable.
6421 (customize-changed-options): Add check for custom-package-version.
6422 (customize-package-emacs-version): New function to look up Emacs
6423 version corresponding to the given package version.
6424
6425 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
6426 defun name, in similar fashion to find-variable-regexp.
6427
6428 2006-04-10 Eli Zaretskii <eliz@gnu.org>
6429
6430 * international/mule-cmds.el (set-locale-environment): Fix last
6431 change for when the locale's preferences don't specify any encoding.
6432
6433 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
6436 so the defined var/fun doesn't need to be quoted.
6437
6438 2006-04-10 Richard Stallman <rms@gnu.org>
6439
6440 * finder.el (finder-mode-map): Add n and p bindings.
6441
6442 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
6443
6444 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
6445 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
6446 (gdb-setup-windows): Put something in source window if we can't find
6447 the source file.
6448 (gdb-frame-handler): Make it work again with just assembly.
6449 (gdb-data-list-register-values-handler): Make it work when there is
6450 no stack.
6451
6452 2006-04-09 Richard Stallman <rms@gnu.org>
6453
6454 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
6455 specs while looking for charset.
6456
6457 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
6458
6459 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6460 Make them faces.
6461 (lm-font-lock-keywords): Update appropriately.
6462
6463 2006-04-10 Kim F. Storm <storm@cua.dk>
6464
6465 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
6466 it can also replace buffer-substring-no-properties.
6467
6468 * emulation/cua-base.el (cua-delete-region, cua-paste)
6469 (cua-repeat-replace-region): Use filter-buffer-substring.
6470
6471 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6472 (cua-cut-region-to-global-mark): Likewise.
6473
6474 * emulation/cua-rect.el (cua--extract-rectangle)
6475 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
6476
6477 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6478
6479 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
6480 entry-type. Add field delimiters to numerical fields if they are
6481 not present.
6482
6483 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6484
6485 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
6486 string-const to return value.
6487 (bibtex-remove-delimiters): Use it.
6488
6489 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6490
6491 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
6492 cl-byte-compile-compiler-macro unless it exists.
6493
6494 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6495
6496 * files.el (hack-local-variables-confirm) <offer-save>:
6497 Clarify message text. Suggested by Ralf Angeli.
6498
6499 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
6500
6501 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
6502 (delete-extract-rectangle-line): Use `filter-buffer-substring'
6503 instead of `buffer-substring' and `delete-region'. (Most of the
6504 code actually copied from `kill-region'.)
6505
6506 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
6507
6508 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
6509 (rcirc-default-port): Rename from rcirc-port.
6510 (rcirc-default-nick): Rename from rcirc-nick.
6511 (rcirc-default-user-name): Rename from rcirc-user-name.
6512 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
6513 (rcirc-low-priority-flag): New variable.
6514 (rcirc-decode-coding-system): New defcustom.
6515 (rcirc-encode-coding-system): New defcustom.
6516 (rcirc-coding-system-alist): New defcustom.
6517 (rcirc-multiline-major-mode): New defcustom.
6518 (rcirc-nick): New internal variable.
6519 (rcirc-process): Remove variable.
6520 (rcirc-server-buffer): New variable.
6521 (rcirc): Update to use rcirc-default-* variables above.
6522 (rcirc-connect): Do not add window-configuration-hook-here.
6523 (rcirc-server): New internal variable.
6524 (rcirc-connect): Do not send keepalive pings if
6525 rcirc-keepalive-seconds is nil.
6526 (with-rcirc-server-buffer): New macro.
6527 (rcirc-send-string): Encode with rcirc-encode-coding-system.
6528 (rcirc-server-name): Rename from rcirc-server.
6529 (rcirc-buffer-process): New function.
6530 (rcirc-buffer-nick): New function.
6531 (rcirc-buffer-target): Remove function.
6532 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6533 New commands.
6534 (rcirc-mode-map): Change binding of C-c C-l to
6535 rcirc-toggle-low-priority.
6536 (rcirc-mode): Initialize coding system based on
6537 rcirc-coding-system-alist. New change-major-mode-hook to part the
6538 channel on a mode change. Make kill-buffer-hook buffer-local.
6539 (rcirc-change-major-mode-hook): New function.
6540 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
6541 (rcirc-last-post-time): New variable.
6542 (rcirc-process-message): Store the last time user posted a message
6543 to this target.
6544 (rcirc-multiline-minor-mode): New mode.
6545 (rcirc-multiline-minor-mode-map): New mode map.
6546 (rcirc-edit-multiline): Put multiline-edit buffer in
6547 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
6548 (rcirc-print): Ignore any line starting with an ignored nick.
6549 (rcirc-print): Decode using rcirc-decode-coding-system.
6550 (rcirc-track-minor-mode): Update global-mode-string when disabling
6551 this mode.
6552 (minor-mode-alist): Add LowPri indicator.
6553 (rcirc-toggle-low-priority): New function.
6554 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
6555 next lowpriority buffer with activity.
6556 (rcirc-record-activity): Sort buffers in rcirc-activity by the
6557 last time the user posted a message in to the target.
6558 (rcirc-update-activity-string): New formatting for low priority
6559 buffers.
6560 (rcirc-split-activity): New function.
6561 (rcirc-handler-PART, rcirc-handler-KICK)
6562 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
6563 (rcirc-nick-away-alist): New variable.
6564 (rcirc-handler-301): New handler. Away messages are printed once
6565 per change.
6566
6567 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6568
6569 * info.el (Info-follow-nearest-node): Doc fix.
6570
6571 * international/mule-cmds.el (set-locale-environment): Make sure
6572 the coding-system preferred by the locale's language has the same
6573 EOL conversion type as the original buffer-file-coding-system.
6574 (locale-language-names): Add a few MS Windows language codes.
6575
6576 2006-04-07 Richard Stallman <rms@gnu.org>
6577
6578 * simple.el (eval-expression): Doc fix.
6579
6580 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
6581 (eval-defun): Doc fixes.
6582
6583 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
6586
6587 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
6588
6589 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
6590 GDB list command without argument for greater generality.
6591
6592 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6593
6594 * subr.el (string-or-null-p): New function.
6595
6596 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
6597
6598 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
6599
6600 * files.el: Update comment about safe-local-variable declarations.
6601
6602 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6603
6604 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
6605 See idlwave.org.
6606
6607 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
6608 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
6609
6610 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
6611 See idlwave.org.
6612
6613 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
6614 version 6.0 (minimal changes). See idlwave.org.
6615
6616 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
6617 6.0 (minimal changes). See idlwave.org.
6618
6619 * progmodes/idlw-rinfo.el: File obsoleted and removed.
6620
6621 2006-04-06 Romain Francoise <romain@orebokech.com>
6622
6623 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
6624 symmetric encryption features and a new asynchronous interface to
6625 GnuPG. This new version is version 1.4, plus whitespace changes.
6626
6627 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6628
6629 * files.el: Move some `safe-local-variable' declarations to the
6630 respective files.
6631
6632 * textmodes/ispell.el (ispell-check-comments)
6633 (ispell-local-dictionary): Mark as safe.
6634
6635 * abbrev.el (abbrev-mode): Mark as safe.
6636
6637 * add-log.el (change-log-default-name): Mark as safe.
6638
6639 * textmodes/reftex-vars.el (reftex-vref-is-default)
6640 (reftex-fref-is-default, reftex-level-indent)
6641 (reftex-guess-label-type): Mark as safe.
6642
6643 * textmodes/fill.el (colon-double-space): Mark as safe.
6644
6645 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
6646 (sentence-end-double-space, sentence-end-without-period)
6647 (sentence-end-without-space, sentence-end, sentence-end-base)
6648 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
6649
6650 2006-04-06 Kim F. Storm <storm@cua.dk>
6651
6652 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
6653 the :set-after list.
6654 (ido-downcase-unc-hosts): New user option. Default on.
6655 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
6656 when it is set, as regexps are now applied on the fly.
6657 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
6658 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
6659 on the fly, but only when ido-process-ignore-lists is set.
6660 Do case insensitive filtering if ido-downcase-unc-hosts is set.
6661 Only downcase names if ido-downcase-unc-hosts is set.
6662
6663 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
6664
6665 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
6666
6667 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
6668
6669 2006-04-05 Kim F. Storm <storm@cua.dk>
6670
6671 * ido.el (ido-mode): Set after ido-unc-hosts and
6672 ido-ignore-unc-host-regexps.
6673 (ido-save-history): Save ido-unc-hosts-cache.
6674 (ido-load-history): Load ido-unc-hosts-cache.
6675 (ido-reread-directory): Refresh unc hosts cache in // dir.
6676
6677 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
6678 to nil while displaying slash screen.
6679
6680 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6681
6682 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
6683 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6684
6685 2006-04-05 Kenichi Handa <handa@m17n.org>
6686
6687 * international/characters.el: Setup cases of Latin, Greek, and
6688 Cyrillic characters in CJK charsets.
6689
6690 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6691
6692 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6693 default-enable-multibyte-characters. This reverts the change from
6694 revision 6.17 which is no longer necessary because the passphrase
6695 is sent separately now. GnuPG messages are unreadable under
6696 multibyte locales with default-enable-multibyte-characters set to nil.
6697
6698 2006-04-04 Andreas Schwab <schwab@suse.de>
6699
6700 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
6701 and `byte-compile-warnings' as `safe-local-variable'.
6702
6703 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6704
6705 * man.el (Man-mode-map): Restore the \r binding.
6706 (Man-abstract-xref-man-page): If Man-target-string is a function,
6707 call it.
6708 (Man-highlight-references): Use Man-default-man-entry to get the
6709 target. Deal with xrefs too.
6710 (Man-highlight-references0): Don't call the target function.
6711
6712 * woman.el (WoMan-xref-man-page): Strip the section number, woman
6713 cannot deal with it.
6714
6715 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6716
6717 * pgg-gpg.el: Clean up process buffers every time gpg processes
6718 complete.
6719
6720 2006-04-04 Kenichi Handa <handa@m17n.org>
6721
6722 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
6723 here.
6724 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
6725 Temporarily bind inhibit-field-text-motion to t.
6726
6727 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * startup.el (normal-splash-screen): Only set mode-line-format in the
6730 splash buffer, so as not to interfere when debugging the code.
6731 Ignore errors when switching buffer.
6732
6733 2006-04-03 Romain Francoise <romain@orebokech.com>
6734
6735 * dired.el (dired-dnd-protocol-alist): Fix typo.
6736
6737 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6738
6739 * savehist.el (savehist): Add :version.
6740 (savehist-ignored-variables): New variable.
6741 (savehist-minibuffer-hook): Don't save variables listed in
6742 `savehist-ignored-variables'.
6743
6744 * dired.el (dired-dnd-protocol-alist): Mention that change does
6745 only apply to new buffers in doc string.
6746
6747 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6748
6749 * recentf.el (recentf-open-files-item): Include newline in button
6750 field, so opening a file will work, when the point is at the end
6751 of the file name. Allow, for example, to [i]search a file by
6752 extension and just push RET to open it.
6753
6754 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6755
6756 * pgg-gpg.el (pgg-gpg-process-filter)
6757 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6758
6759 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6760 lines, temporary fix.
6761
6762 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6763
6764 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
6765
6766 2006-04-02 Richard Stallman <rms@gnu.org>
6767
6768 * progmodes/compile.el (compilation-message-face): Make it defcustom.
6769
6770 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 * ibuf-macs.el (define-ibuffer-column): Add a new key:
6773 header-mouse-map.
6774
6775 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
6776 (ibuffer-mode-header-map): New keymaps.
6777 (ibuffer-update-title-and-summary): Enable mouse face highlighting
6778 and keybindings for column headers.
6779 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
6780 property.
6781
6782 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
6783
6784 * speedbar.el (speedbar-after-create-hook): Doc fix.
6785
6786 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6787
6788 * shell.el (shell-directory-tracker)
6789 (shell-dynamic-complete-command): Doc fixes.
6790
6791 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
6792
6793 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
6794 terminals.
6795
6796 2006-04-01 Kim F. Storm <storm@cua.dk>
6797
6798 * ido.el (ido-unc-hosts-cache): New defvar.
6799 (ido-unc-hosts): If value of defcustom is a function, call it to
6800 get list of UNC hosts. Add function-item choices to specify
6801 ido-unc-hosts-net-view or user function.
6802 (ido-ignore-unc-host-regexps): New defcustom.
6803 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
6804 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
6805 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
6806
6807 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
6810 wwidth.
6811
6812 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
6813
6814 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
6815 (ido-max-work-file-list, ido-switch-buffer)
6816 (ido-read-file-name-as-directory-commands):
6817 Fix typos in docstrings.
6818
6819 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6820
6821 * term/mac-win.el (mac-system-coding-system): Define and use after
6822 Mac-specific coding systems are ready.
6823
6824 2006-03-27 Romain Francoise <romain@orebokech.com>
6825
6826 * net/rcirc.el (rcirc-connect): Add autoload cookie.
6827
6828 * ldefs-boot.el: Update.
6829
6830 2006-03-27 Daiki Ueno <ueno@unixuser.org>
6831
6832 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6833 passphrases when it is not needed.
6834 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6835 passphrase stuff from gpg, should only be necessary when you use
6836 gpg with a smartcard.
6837
6838 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
6839
6840 * comint.el (comint-dynamic-list-completions): Allow user to
6841 select *Completions* buffer.
6842
6843 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
6844
6845 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
6846
6847 2006-03-26 Andreas Schwab <schwab@suse.de>
6848
6849 * progmodes/gud.el (gdb): Only complain about multiple debugging
6850 when the gdb process is still running.
6851
6852 2006-03-25 Eli Zaretskii <eliz@gnu.org>
6853
6854 * mail/rmail.el (tool-bar-map): Defvar it.
6855 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
6856 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
6857
6858 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
6859
6860 * help.el (print-help-return-message): Suggest to use
6861 display-buffer instead of switch-to-buffer-other-window to restore
6862 the previous window without selecting it.
6863
6864 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6865
6866 * frame.el (select-frame-by-name): Call x-focus-frame also when
6867 window-system is mac.
6868
6869 * term/mac-win.el: Adjust Courier font specifications in
6870 x-fixed-font-alist.
6871 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
6872 when directly encoding to UTF-16 in native byte order, no BOM.
6873
6874 2006-03-25 Kim F. Storm <storm@cua.dk>
6875
6876 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
6877 (cua--init-keymaps): Use it instead of fixed C-return.
6878 (cua-mode): Set after it.
6879
6880 * emulation/cua-rect.el (cua--init-rectangles):
6881 Use cua-rectangle-mark-key instead of fixed C-return.
6882
6883 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
6884
6885 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
6886 "run" in .gdbinit.
6887 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
6888
6889 2006-03-24 Romain Francoise <romain@orebokech.com>
6890
6891 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
6892 `display-buffer-other-frame'.
6893
6894 2006-03-24 Kim F. Storm <storm@cua.dk>
6895
6896 * apropos.el (apropos-synonyms): Add selection => region.
6897
6898 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6899
6900 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6901 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6902 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6903 (gdb-data-list-register-values-regexp)
6904 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
6905 Future proof against new fields being added to MI output.
6906 (gdb-send): Don't treat backslashes for program input as
6907 continuations.
6908 (gdb-assembler-handler): Don't use window-start for this handler.
6909 (gdb-frame-handler): Don't change to hollow arrow if overlay
6910 arrow doesn't move to new frame.
6911
6912 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6913
6914 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
6915 prevent compiler warnings.
6916 (gdb-stopped): Check for gud-last-last-frame (case: signal).
6917 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
6918 (gdb-assembler-custom): Use hollow-right-triangle for assembler
6919 buffer too.
6920
6921 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
6922
6923 * pgg-gpg.el (pgg-gpg-update-agent): Check for
6924 make-network-process, so we can use the same code in Gnus v5-10
6925 too and have this file fully synchronized with that release.
6926
6927 2006-03-23 Romain Francoise <romain@orebokech.com>
6928
6929 * ibuf-ext.el (ibuffer-read-filter-group-name):
6930 Use `ibuffer-generate-filter-groups' to make completion list match
6931 the filter groups that are really displayed in the Ibuffer buffer.
6932 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
6933
6934 2006-03-23 Kenichi Handa <handa@m17n.org>
6935
6936 * international/mule-cmds.el (sort-coding-systems): Describe that
6937 the argument is modified in docstring.
6938
6939 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
6940
6941 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6942 (pgg-gpg-update-agent): New function.
6943 (pgg-gpg-use-agent-p): New function.
6944 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6945 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6946 (pgg-gpg-sign-region): Use it.
6947
6948 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
6949
6950 * cus-edit.el (custom-face-set): Call custom-push-theme before
6951 face-spec set so that `changed' theme is correctly saved.
6952 (custom-face-reset-standard): Reset to recalculated face rather
6953 than defface spec.
6954
6955 * custom.el (custom-push-theme): Only save `changed' theme if the
6956 current face does not match the defface specs.
6957
6958 2006-03-21 Simon Josefsson <jas@extundo.com>
6959
6960 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6961 <wilde@sha-bang.de>.
6962 (pgg-gpg-use-agent): New variable.
6963 (pgg-gpg-process-region): Use it.
6964 (pgg-gpg-encrypt-region): Likewise.
6965 (pgg-gpg-encrypt-symmetric-region): Likewise.
6966 (pgg-gpg-decrypt-region): Likewise.
6967 (pgg-gpg-sign-region): Likewise.
6968 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6969
6970 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
6971
6972 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
6973 bracket links.
6974
6975 2006-03-21 Kim F. Storm <storm@cua.dk>
6976
6977 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
6978 fringe-indicator-alist instead of modifying global value.
6979 (gdb-frame-handler): Likewise.
6980
6981 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6982
6983 * diff-mode.el (diff-function): Make it inherit from diff-header
6984 instead of diff-context.
6985
6986 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
6987 bitmap.
6988 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
6989 change names in macro above for consistency.
6990 (gdb-frame-handler): Use hollow-right-triangle for all selected
6991 frames which except the innermost (where execution has stopped).
6992 (gdb-reset): Reset buffer-local values of overlay-arrow.
6993
6994 2006-03-20 Richard Stallman <rms@gnu.org>
6995
6996 * simple.el (set-mark-command): Doc fix.
6997
6998 * files.el (display-buffer-other-frame): New command.
6999 (ctl-x-4-map): Bind C-x 5 C-o to it.
7000
7001 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
7004 rather than just defer-time, in case defer-time has been changed but
7005 the timer isn't running yet.
7006 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
7007
7008 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7009
7010 * help-mode.el (help-follow-symbol): New function.
7011 Essentially identical to the old `help-follow', but do not let
7012 `push-button' do the work when on an xref.
7013 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
7014
7015 2006-03-19 Richard Stallman <rms@gnu.org>
7016
7017 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
7018 preceded by the word `program'.
7019 (help-follow-mouse, help-follow): Throw error if not on xref.
7020 Delete no longer used args.
7021
7022 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
7023
7024 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
7025 annotation ensure gud-overlay-arrow-position is redisplayed.
7026
7027 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7028
7029 * textmodes/bibtex.el (bibtex-include-OPTkey)
7030 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
7031 (bibtex-autokey-name-case-convert)
7032 (bibtex-autokey-titleword-case-convert): Make these the aliases
7033 for the following two variables.
7034 (bibtex-autokey-name-case-convert-function)
7035 (bibtex-autokey-titleword-case-convert-function): Make these the
7036 real names.
7037 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
7038 bibtex-font-lock-crossref sublists.
7039 (bibtex-mode): Revert 2005-12-30 change (which made
7040 completion-ignore-case buffer-local).
7041 (bibtex-url): Simplify.
7042
7043 2006-03-19 Kim F. Storm <storm@cua.dk>
7044
7045 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
7046 cursor property value to 2 (to align with C level change).
7047
7048 2006-03-19 Bill Wohler <wohler@newt.com>
7049
7050 * image.el (image-load-path-for-library): Shorten first line in
7051 docstring.
7052
7053 2006-03-18 Richard Stallman <rms@gnu.org>
7054
7055 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
7056
7057 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
7058
7059 * isearch.el (isearch-other-meta-char): Handle user bindings for
7060 shifted control characters.
7061
7062 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
7063
7064 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
7065 part that matches email addresses, file names, etc.
7066
7067 2006-03-18 Eli Zaretskii <eliz@gnu.org>
7068
7069 * term/w32-win.el (mouse-set-font):
7070 Mention w32-list-proportional-fonts in the doc string.
7071
7072 2006-03-18 Kim F. Storm <storm@cua.dk>
7073
7074 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
7075 (ido-unc-hosts): New user option to explicitly define list of know
7076 UNC-style hosts for completion.
7077 (ido-cache-unc-host-shares-time): New user option.
7078 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
7079 New helper functions for UNC file-name support.
7080 (ido-may-cache-directory): Check for UNC host. Simplify.
7081 (ido-wash-history): Clean out old UNC hosts.
7082 (ido-nonreadable-directory-p): UNC hosts are always readable.
7083 (ido-directory-too-big-p): UNC hosts are never too big.
7084 (ido-set-current-directory): Handle UNC root path.
7085 (ido-file-name-all-completions): Complete UNC host names from
7086 ido-unc-hosts list. Cache UNC host shares.
7087 (ido-make-file-list-1): Don't filter UNC root.
7088 (ido-exhibit): Check for // in root directory, and switch to UNC
7089 mode by setting ido-current-directory to //.
7090
7091 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * cus-edit.el (customize-changed-options): Mention explicit
7094 version number as default in prompt.
7095
7096 2006-03-17 Bill Wohler <wohler@newt.com>
7097
7098 * image.el (image-load-path-for-library): Minor docstring fix.
7099
7100 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
7101
7102 * textmodes/org.el (org-read-date): Include subgroup 5 into
7103 replacement text.
7104 (org-popup-calendar-for-date-prompt): Fix customization type.
7105
7106 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
7107
7108 * progmodes/gdb-ui.el (gud-watch): Provide completion.
7109 (gdb-continuation): New variable.
7110 (gdb-send): Deal with continuation lines.
7111
7112 * progmodes/gud.el (gud-gdb-complete-command)
7113 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
7114 expressions.
7115 (gud-tooltip-mode): Use buffer-local value.
7116
7117 2006-03-16 Kim F. Storm <storm@cua.dk>
7118
7119 * ido.el (ido-edit-input): Use selected match, if any.
7120
7121 2006-03-16 Bill Wohler <wohler@newt.com>
7122
7123 * image.el (image-load-path-for-library): Prefer user's images in
7124 image-load-path.
7125
7126 2006-03-16 Martin Rudalics <rudalics@gmx.at>
7127
7128 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
7129 when checking for attempt to drag leftmost or rightmost scrollbar.
7130
7131 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
7132
7133 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
7134 (gdb-force-mode-line-update): New function.
7135 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
7136 (gdb-exited): Use them.
7137 (gdb-signal): New function.
7138 (gdb-annotation-rules): Provide a rule for it.
7139
7140 2006-03-16 Kenichi Handa <handa@m17n.org>
7141
7142 * international/mule.el (auto-coding-regexp-alist): Add entries
7143 for Unicode BOM.
7144
7145 * sort.el (sort-build-lists): Temporarily bind
7146 inhibit-field-text-motion to t.
7147
7148 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
7149
7150 * locate.el (locate-command, locate-make-command-line)
7151 (locate-fcodes-file, locate-update-command)
7152 (locate-prompt-for-command, locate, locate-with-filter)
7153 (locate-get-file-positions): Doc fixes.
7154 (locate-buffer-name, locate-header-face): Remove leading `*' in
7155 defcustom.
7156 (locate-filter-output): Use `keep-lines' instead of its alias
7157 `delete-non-matching-lines'.
7158 (locate-get-filename, locate-get-dirname): Add introductory comment.
7159 (locate-find-directory-other-window): Give appropriate error
7160 message if used outside main listing.
7161
7162 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
7165 the new extend-region feature.
7166 (font-lock-after-change-function): Update correspondingly.
7167 * jit-lock.el (jit-lock-after-change): Update correspondingly.
7168 * progmodes/grep.el (font-lock-lines-before): Don't disable.
7169
7170 2006-03-15 Bill Wohler <wohler@newt.com>
7171
7172 * image.el (image-load-path-for-library): Fix example by not
7173 recommending that one binds image-load-path. Just defvar it to
7174 placate compiler and only use it if previously defined.
7175
7176 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7177
7178 * textmodes/org.el (org-insert-centered): Use `string-width' to
7179 make underlining work for wide characters.
7180 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
7181 TAB to `org-cycle', to make sure that no binding in
7182 `outline-mode-map' can supercede it.
7183
7184 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
7185
7186 * allout.el: Increment version to 2.2.1 in file commentary.
7187
7188 (allout-version): Increment to 2.2.1.
7189
7190 (allout-default-layout): New customization variable, used when the
7191 file lacks a specific allout-layout. Uses allout-layout-type for
7192 recursively nested definition.
7193
7194 (allout-layout-type): Widget defining allout layouts, necessary for
7195 self-recursive definition.
7196
7197 (allout-mode): Incorporate allout-default-layout as fallback for
7198 allout-layout.
7199
7200 (allout-layout): Mark as 'safe-local-variable', and refer mention
7201 fallback to `allout-default-layout' in absence of a specified value.
7202 (allout-passphrase-verifier-string)
7203 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
7204
7205 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
7206
7207 (allout-get-encryption-passphrase-verifier): Use correct name of
7208 passphrase verifier in docstring.
7209
7210 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
7211
7212 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
7213 elements.
7214 (gdb-find-watch-expression): Make it work for arrays too.
7215 Follow change to gdb-var-list.
7216 (gud-watch): Allow the user to enter variable name with a prexix
7217 arg. Create keybindings.
7218 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7219 (gdb-var-list-children-handler, gdb-var-update-handler)
7220 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
7221 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
7222 Follow change to gdb-var-list.
7223 (gdb-starting): Don't show the overlay arrows when program is running.
7224
7225 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
7226 gdb-var-list.
7227
7228 2006-03-14 Bill Wohler <wohler@newt.com>
7229
7230 * image.el (image-load-path-for-library): Pass value of path
7231 rather than symbol. Always return list of directories.
7232 Guarantee that image directory comes first.
7233
7234 2006-03-14 Alan Mackenzie <acm@muc.de>
7235
7236 * font-core.el (font-lock-extend-region\(-function\)?.):
7237 New function/variable.
7238
7239 * font-lock.el (font-lock-after-change-function):
7240 Call font-lock-extend-region. Obey font-lock-lines-before.
7241 (font-lock-default-fontify-region): Remove reference to
7242 font-lock-lines-before.
7243
7244 * jit-lock.el (jit-lock-after-change):
7245 Call font-lock-extend-region. Obey font-lock-lines-before.
7246
7247 2006-03-14 David Ponce <david@dponce.com>
7248
7249 * tree-widget.el (tree-widget-themes-load-path)
7250 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7251
7252 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
7253
7254 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
7255 (rcirc-print): Mark the start of text at the end of the prompt.
7256 (rcirc-track-minor-mode): Add autoload cookie.
7257 (rcirc-update-activity-string): Add space to front of mode-line
7258 indicator.
7259
7260 2006-03-13 Miles Bader <miles@gnu.org>
7261
7262 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
7263 (rcirc-abbrev-nick): Remove function.
7264 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
7265
7266 2006-03-13 David Ponce <david@dponce.com>
7267
7268 * tree-widget.el: Handle themes across all occurrences of the main
7269 themes sub-directory found in tree-widget-themes-load-path.
7270 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7271 (tree-widget--locate-sub-directory): Return all occurrences.
7272 (tree-widget-themes-path): New function.
7273 Replace tree-widget-themes-directory, and return a list of directories.
7274 (tree-widget-set-parent-theme)
7275 (tree-widget-lookup-image): Use it.
7276
7277 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7278
7279 * textmodes/org.el (org-link-search): Avoid self-matching of
7280 links, allow target text to be distributed over several lines.
7281 (org-search-not-link): New function.
7282 (org-set-regexps-and-options, org-get-current-options):
7283 New startup options.
7284 (org-export-as-html): Take odd-level setting from local variable.
7285 (org-fontify-emphasized-text): New option.
7286 (org-set-font-lock-defaults): Include emphasized text.
7287 (org-follow-mhe-link): Allow folder-only links, fix folder name.
7288 (org-font-lock): Customize group renamed from `org-faces'.
7289
7290 2006-03-13 John Paul Wallington <jpw@pobox.com>
7291
7292 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
7293 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
7294
7295 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
7296
7297 * cus-start.el (all): Delete :version keyword for members of the
7298 fringe group, since the entire group is new in 22.1.
7299
7300 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
7301
7302 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
7303 map if value is hexadecimal (an address).
7304 (gud-watch): Only search roots for existing watch expressions.
7305 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
7306 prevent caching problems with speedbar-update-directory-contents.
7307
7308 2006-03-12 Juri Linkov <juri@jurta.org>
7309
7310 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
7311 before comparing with `low' and `warn'.
7312
7313 * info.el (Info-dir-remove-duplicates): Move point to the
7314 beginning of the current line after deleting the entries from
7315 redundant heading. Use marker for `limit' and compare it with
7316 point before calling `re-search-forward'.
7317
7318 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7319
7320 * simple.el (yank): Fix typo in docstring.
7321
7322 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
7323
7324 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
7325 messages, where "D" is the 6th character.
7326
7327 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7328
7329 * simple.el (yank): Fix last change.
7330
7331 2006-03-11 David Ponce <david@dponce.com>
7332
7333 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
7334 merging elements from the standard ispell-dictionary-alist.
7335 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
7336 alist, and return the new alist.
7337
7338 2006-03-11 Richard Stallman <rms@gnu.org>
7339
7340 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
7341
7342 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
7343 the way it is implemented is too unclean.
7344
7345 * simple.el (kill-region, yank): Doc fix.
7346
7347 * battery.el (battery-echo-area-format): Doc fix.
7348 (battery-mode-line-format): Likewise.
7349 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
7350 (battery-linux-proc-acpi): Ignore batteries that say "charged".
7351
7352 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7353
7354 * progmodes/octave-mod.el (octave-indent-for-comment):
7355 Behave according to do string.
7356
7357 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
7358
7359 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
7360 Be visible only if major mode is Mail Mode.
7361
7362 * textmodes/flyspell.el (flyspell-external-point-words)
7363 (flyspell-process-localwords): Fix last changes.
7364
7365 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7366
7367 * calendar/holidays.el (list-holidays): Doc fix.
7368
7369 * international/mule.el (auto-coding-alist): Add .odt
7370 (OpenOffice's open document) files.
7371
7372 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
7373 document) files. Mention in the doc string the need to sync with
7374 auto-coding-alist.
7375
7376 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
7377
7378 * files.el (hack-local-variables-confirm): Don't prompt for ! if
7379 enable-local-variables is set to always query, or there is no
7380 savable variable.
7381
7382 2006-03-10 Bill Wohler <wohler@newt.com>
7383
7384 * image.el (image-load-path-for-library): Merge at least three
7385 functions from Gnus and MH-E into this one function that can now
7386 be shared.
7387
7388 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
7389
7390 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
7391 gdb-remove-mouse-face and remove help-echo too.
7392 (gdb-enqueue-input): Correct conditional clause.
7393
7394 2006-03-10 Glenn Morris <rgm@gnu.org>
7395
7396 * calendar/calendar.el (calendar-holidays): Doc fix.
7397 * calendar/holidays.el (list-holidays): Doc fix.
7398
7399 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
7400
7401 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
7402 it gets called in gdb-prompt anyway.
7403 (gdb-use-separate-io-buffer): Only restore window arrangement for
7404 gdb-many-windows.
7405 (gdb-enqueue-input): Make it harder to send GDB input when program
7406 is running.
7407 (gdb-buffer-list): New variable.
7408 (gdb-remove-mouse-face): New function.
7409 (gdb-starting): Use it when GDB input won't get sent.
7410
7411 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * help.el (view-lossage): Remove trailing whitespace before
7414 inserting "\n".
7415
7416 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * files.el (hack-local-variables-confirm):
7419 Set coding-system-for-read to nil before writing to .emacs.
7420
7421 * arc-mode.el (archive-extract): Check if an existing buffer name
7422 comes from a different archive.
7423
7424 * help.el (describe-key-briefly): If KEY is a down event, read and
7425 discard the up event.
7426
7427 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
7428
7429 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
7430 be edited and use font-lock-warning-face for any changes.
7431
7432 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
7433 (gdb-edit-value): Use it to report any errors.
7434
7435 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
7436
7437 * help.el (describe-key): Remove leftover test code.
7438
7439 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7440
7441 * textmodes/org.el: Move defvars out of eval-when-compile.
7442 Use buffer-file-name variable.
7443 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
7444 arg `file'.
7445 (org-level-faces): Remove startup dependency.
7446 (org-cycle, org-map-tree, org-scan-tags)
7447 (org-remember-handler): Don't call `outline-level' directly.
7448 (org-mhe-search-all-folders): New option.
7449 (org-mhe-get-message-folder-from-index)
7450 (org-mhe-get-message-folder): Fix indexing search.
7451 (org-format-agenda-item): Handle nil TAGS argument.
7452 (org-cleaned-string-for-export, org-activate-target-links)
7453 (org-make-target-link-regexp): Deal with empty radio target list.
7454 (org-tag): New face.
7455 (org-get-level-face): New function.
7456 (org-set-font-lock-defaults): Simplify setup for headlines.
7457 (org-complete): Pass common substring to `display-completion-list'.
7458
7459 2006-03-06 David Ponce <david@dponce.com>
7460
7461 * tree-widget.el: Update Commentary header.
7462 (tree-widget-theme-name): Ignore parent themes.
7463 (tree-widget-set-parent-theme): New function.
7464 (tree-widget-set-theme): Use it.
7465 (tree-widget-set-image-properties): Move definition. Does nothing
7466 if image properties have already been set.
7467 (tree-widget-image-properties): Move definition. Receive an image
7468 name. Set the :pointer property.
7469 (tree-widget-lookup-image): Doc fix. Search in parent themes.
7470 Don't set the :pointer image property.
7471 (tree-widget-convert-widget): New function. Handle :dynargs
7472 compatibility here.
7473 (tree-widget): Use it to :convert-widget. Add the :expander-p
7474 predicate to control when the :expander function is entered.
7475 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
7476 (tree-widget-value-create): Handle :expander-p. widget-apply
7477 :expander.
7478 (tree-widget-expander-p): New function. Default value of the
7479 :expander-p property.
7480
7481 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
7482
7483 * help.el (describe-key): Properly handle the return value of
7484 read-key-sequence when grabbing an up-event. Cleanup mouse-1
7485 remaps. Handle string and vector `follow-link' values.
7486
7487 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * complete.el (PC-expand-many-files): Try be more careful when parsing
7490 the shell's output.
7491
7492 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * outline.el (hide-sublevels): Provide better interactive default.
7495
7496 2006-03-06 Kenichi Handa <handa@m17n.org>
7497
7498 * international/fontset.el (create-fontset-from-fontset-spec):
7499 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
7500
7501 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
7502
7503 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
7504 backslashes instead of one in regexp.
7505 (gud-tooltip-dereference): Add missing optional argument.
7506
7507 2006-03-04 John Paul Wallington <jpw@pobox.com>
7508
7509 * wdired.el (toplevel): Require `cl' at compile-time.
7510
7511 2006-03-04 Andreas Schwab <schwab@suse.de>
7512
7513 * server.el (server-process-filter): Handle errors during
7514 evaluation of the argument.
7515
7516 2006-03-03 John Paul Wallington <jpw@pobox.com>
7517
7518 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
7519 escape parentheses at beginning of line.
7520 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
7521 (t-mouse-mode): Remove period from end of error message.
7522
7523 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
7524
7525 * textmodes/flyspell.el (flyspell-process-localwords):
7526 Be case-sensitive.
7527
7528 2006-03-03 Martin Rudalics <rudalics@gmx.at>
7529
7530 * cus-edit.el (custom-quote): Remove function, since it has been
7531 moved to custom.el.
7532
7533 * font-lock.el (lisp-font-lock-keywords-2)
7534 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
7535 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
7536 they have no special meaning.
7537
7538 * midnight.el (clean-buffer-list): Handle case where base-buffer of
7539 indirect buffer gets killed before indirect buffer. Use dolist.
7540
7541 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7542
7543 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
7544 value instead of a literal constant (1) on more pauses.
7545
7546 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7547
7548 * textmodes/flyspell.el (flyspell-external-point-words):
7549 Be case-sensitive.
7550
7551 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
7552
7553 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
7554 with "www".
7555
7556 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7557
7558 * allout.el: Restablish intermediate missing comment header to
7559 preserve outline structure.
7560 (allout-beginning-of-current-entry): Skip invisible text.
7561 (allout-open-topic): Fix opening a topic at end-of-buffer.
7562 (allout-minor-mode): Move nearer to allout-mode function.
7563
7564 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
7565
7566 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
7567
7568 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
7571 is nil.
7572
7573 * progmodes/gud.el (gud-speedbar-menu-items):
7574 Use buffer-local-value and add missing :visible keyword.
7575
7576 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
7577
7578 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7579
7580 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
7581 must be `follow-link'.
7582
7583 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
7584
7585 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
7586 formatting: No nested anchors.
7587 (org-all-targets): Fix bug with XEmacs compatibility.
7588 (org-read-date): Add (require 'parse-time).
7589 (org-set-tags): Fix bug with extra inserted space.
7590 (org-export-html-style): Define a style class for targets.
7591 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
7592 (org-hide-leading-stars): New option.
7593 (org-hide): New face.
7594 (org-set-font-lock-defaults): Allow to hide leading stars.
7595 (org-get-legal-level, org-tr-level): New functions.
7596 (org-odd-levels-only): New option.
7597 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
7598 (org-demote, org-promote): Deal with double-star levels.
7599 (org-convert-to-odd-levels): New command.
7600
7601 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * speedbar.el (speedbar-update-localized-contents): Try to
7604 preserve window-start.
7605 (speedbar-update-directory-contents): Try to preserve window-start
7606 and window-point.
7607 (speedbar-update-special-contents): Don't move back to start of window.
7608
7609 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
7610 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
7611 speedbar-timer-fn.
7612 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
7613 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
7614 instead of gdb-speedbar-timer-fn.
7615
7616 2006-02-28 Jay Belanger <belanger@truman.edu>
7617
7618 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
7619 (math-compose-expr): Use latex option when calling
7620 `math-compose-tex-matrix' for latex mode.
7621
7622 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
7623
7624 * speedbar.el: Re-instate comments about developing for speedbar
7625 [this is what info and gdb-ui use even if better methods exist now].
7626
7627 * t-mouse.el: New file.
7628 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
7629 (t-mouse-lispy-buffer-posn-from-coords): Remove.
7630 (t-mouse-make-event-element): Use posn-at-x-y instead.
7631 (t-mouse-make-event): Deal with Fedora Core 3.
7632 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
7633 (t-mouse-mouse-position-function): New function. Use it instead
7634 of advising mouse-position.
7635 (t-mouse-mode): New minor mode.
7636 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
7637
7638 2006-02-27 Glenn Morris <rgm@gnu.org>
7639
7640 * calendar/calendar.el (calendar-holidays): Doc fix.
7641
7642 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * progmodes/gdb-ui.el (gdb-source-window): New variable.
7645 Re-introduce the concept of a source window.
7646 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
7647 consistency with get-buffer-create.
7648 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7649 (gdb-data-list-register-values-handler)
7650 (gdb-stack-list-locals-handler): Try to preserve window-start as
7651 well as window-point.
7652 (gdb-display-source-buffer): New function (old concept).
7653 (gdb-goto-breakpoint): Use it.
7654
7655 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
7656 for gdb-ui/gdb-mi (old concept).
7657
7658 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
7659
7660 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
7661 binding.
7662
7663 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
7664
7665 * textmodes/reftex-sel.el (reftex-select-label-map)
7666 (reftex-select-bib-map): Add `follow-mouse' binding.
7667
7668 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
7669
7670 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7671 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
7672 Give :set functions to provide automatic updating.
7673 Update docstring. Give compiler defvars early in the file
7674 and move the defcustoms to a later spot where all called functions
7675 are defined.
7676 (jka-compr-file-name-handler-entry): Doc fix.
7677 (jka-compr-compression-info-list--internal)
7678 (jka-compr-mode-alist-additions--internal)
7679 (jka-compr-load-suffixes--internal): New variables.
7680 (jka-compr-install): Set the three above variables.
7681 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7682 (jka-compr-update, jka-compr-set): New functions.
7683 (auto-compression-mode): Doc fix.
7684
7685 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
7686 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7687 Use jka-compr-compression-info-list--internal,
7688 jka-compr-mode-alist-additions--internal and
7689 jka-compr-load-suffixes--internal.
7690
7691 * files.el (load-library):
7692 * loadhist.el (file-loadhist-lookup):
7693 * startup.el (command-line):
7694 * subr.el (locate-library):
7695 * emacs-lisp/autoload.el (update-directory-autoloads):
7696 * emacs-lisp/find-func.el (find-library-suffixes):
7697 Use `get-load-suffixes' instead of `load-suffixes'.
7698
7699 * subr.el (locate-library):
7700 * emacs-lisp/find-func.el (find-library-name):
7701 Use `load-file-rep-suffixes' instead of '("").
7702
7703 2006-02-26 Kim F. Storm <storm@cua.dk>
7704
7705 * ido.el (ido-save-history, ido-load-history): Simplify.
7706 Don't use find-file-noselect to avoid interference from other modes.
7707
7708 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
7709
7710 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
7711 to use the default shell if filename is not available.
7712 Reported by Giorgos Keramidas.
7713
7714 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
7715
7716 * progmodes/etags.el (tags-completion-table): Do completion from
7717 all the tables in the current list, as documented in the manual.
7718
7719 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7720
7721 * CC Mode Update to 5.31.3.
7722
7723 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7724
7725 * progmodes/cc-mode.el (c-postprocess-file-styles):
7726 Bind inhibit-read-only to t, around the call to
7727 c-remove-any-local-eval-or-mode-variables, so that it works on a
7728 RO file.
7729
7730 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7731
7732 * progmodes/cc-awk.el: Correct a typo.
7733
7734 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7735
7736 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
7737 c-hungry-delete-backwards, at the request of RMS. Leave the old
7738 name as an alias.
7739
7740 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7741
7742 * progmodes/cc-mode.el: Correct a typo.
7743
7744 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7745
7746 * progmodes/cc-defs.el: Update the version number to 5.31.3.
7747
7748 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7749
7750 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
7751 brace-else-brace (error due to mbeg, mend being undefined).
7752
7753 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7754
7755 * progmodes/cc-mode.el: File Local variables: Solve the problem
7756 where both `mode' and c-file-offsets are specified: `mode' will
7757 overwrite c-f-o's settings:
7758 (c-remove-any-local-eval-or-mode-variables): New function.
7759 (c-postprocess-file-styles): Call the above new function, within
7760 c-tentative-buffer-change, to splat `mode' and `eval' before the
7761 second hack-local-variables.
7762
7763 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7764
7765 * progmodes/cc-mode.el:
7766 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
7767 (c-after-change): Protect the match data with save-match-data.
7768 It was getting corrupted by c-after-change-check-<>-operators.
7769
7770 * cc-defs.el: [Supersedes patch V1.38]:
7771 (top level): Check for a buggy font-lock-compile-keywords ONLY in
7772 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
7773
7774 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
7775 with save-match-data. It was being corrupted when Font Lock was
7776 not enabled.
7777
7778 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7779
7780 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
7781 Mode and Subword Mode.
7782
7783 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
7784 real labels ("case 1:" or "foo:") from non-labels ("public:").
7785 (c-forward-objc-directive): Replace c-forward-token-2 with crude
7786 coding; c-f-t-2 doesn't move over a token at EOB.
7787
7788 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
7789
7790 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
7791 (c-update-modeline): Concatenate the minor mode indicators
7792 directly onto mode-name, removing c-submode-indicators.
7793 Sometimes, c-s-i got separated from the mode name on the mode line.
7794
7795 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
7796 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
7797
7798 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7799
7800 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
7801 error message when there's an evaluation error to show whether
7802 it's loaded from source or not.
7803 (c-filter-ops): Make it available at runtime too to work when
7804 `c-make-init-lang-vars-fun' needs to evaluate from source.
7805
7806 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
7807
7808 * help.el (help): Revert last part of 2006-02-23 change (deletion
7809 of the `provide' call).
7810
7811 2006-02-23 Juri Linkov <juri@jurta.org>
7812
7813 * compare-w.el (compare-windows-highlight): Add new value
7814 `persistent' and change :type from `boolean' to `choice'.
7815 (compare-windows-overlays1, compare-windows-overlays2):
7816 New internal variables.
7817 (compare-windows-highlight): If compare-windows-highlight is
7818 `persistent', add current overlays to compare-windows-overlays[12]
7819 instead of adding compare-windows-dehighlight to pre-command-hook.
7820 (compare-windows-dehighlight): Delete all overlays from
7821 compare-windows-overlays[12].
7822
7823 * info.el (Info-search): Don't bind search-spaces-regexp to
7824 Info-search-whitespace-regexp in non-regexp isearch mode.
7825
7826 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
7829
7830 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * textmodes/org.el (org-xemacs-p)
7833 (org-export-html-show-new-buffer, org-table-may-need-update)
7834 (org-insert-item, org-mhe-get-message-real-folder)
7835 (org-mhe-get-message-folder-from-index)
7836 (org-mhe-get-message-folder, org-mhe-get-message-num)
7837 (org-mhe-get-header, org-make-org-heading-search-string)
7838 (org-make-org-heading-camel, org-table-sort-lines)
7839 (org-format-org-table-html, org-format-table-table-html):
7840 Fix typos in docstrings.
7841
7842 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
7843
7844 * textmodes/org.el (org-cleaned-string-for-export)
7845 (org-solidify-link-text): New function.
7846 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
7847 XEmacs, just to silence the compiler.
7848 (org-export-as-ascii, org-export-as-html-and-open):
7849 Use `org-cleaned-string-for-export' and create internal links.
7850 (org-follow-mhe-link): Require mh-e, use folder.
7851
7852 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7853
7854 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
7855
7856 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
7857 gdb-debug-log-length.
7858 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
7859 it a real ring but...
7860 (gud-gdba-marker-filter): ...make it work like mark-ring.
7861 (gdb-enable-debug): Rename from gdb-enable-debug-log.
7862 (gdb-mouse-jump): New function. Add bindings.
7863
7864 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7865
7866 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
7867 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
7868 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
7869 (gdb-debug-log-length): Customize it's length.
7870 (gud-watch, gdb-var-create-handler): Display function::var format
7871 but don't use to create variable object.
7872 (gdb-var-create-handler): Use message-box in place of message.
7873 (gdb-stopped): Call gdb-exited if signalled.
7874
7875 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7876
7877 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
7878
7879 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
7880
7881 * textmodes/reftex.el (reftex-locate-file): Search all extensions
7882 if `reftex-try-all-extensions' is set.
7883
7884 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
7885 fail silently when there is no valid argument at point.
7886 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
7887 `fail-silently' argument. From a patch by David Reiter.
7888
7889 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
7890 New commands.
7891 (org-mark-ring): New variable.
7892 (org-mark-ring-length): New option.
7893 (org-open-at-point, org-goto, org-open-file): Push old position
7894 onto the mark ring.
7895 (org-add-hook): New function.
7896 (org-export-table-remove-special-lines): New option.
7897 (org-skip-comments, org-format-org-table-html): Respect new
7898 option `org-export-table-remove-special-lines'.
7899 (org-open-file): Allow special command configuration for
7900 directory link.
7901 (org-file-apps): Fix bugs in customize type, added setting
7902 for directories.
7903 (org-activate-tags, org-format-agenda-item, org-complete)
7904 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
7905 (org-get-tags, org-get-buffer-tags, org-open-at-point)
7906 (org-link-search, org-make-org-heading-search-string)
7907 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
7908 (org-radio-targets, org-file-link-context-use-camel-case)
7909 (org-activate-camels): New options.
7910 (org-update-radio-target-regexp, org-all-targets)
7911 (org-make-target-link-regexp, org-activate-target-links):
7912 New functions.
7913 (org-make-org-heading-search-string): New function.
7914 (org-store-link, org-insert-link): Use new option
7915 `org-file-link-context-use-camel-case'.
7916 (org-activate-camels): Use new option `org-activate-camels'.
7917 (org-link-regexp): Add mhe prefix.
7918 (org-open-at-point, org-store-link): Support for mhe links.
7919 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
7920 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
7921 (org-mhe-get-header, org-follow-mhe-link): New functions.
7922 (org-remove-angle-brackets, org-add-angle-brackets):
7923 New functions.
7924 (org-bracket-link-regexp): New constant.
7925 (org-read-date): Fix bug that was rejecting all typed dates.
7926 (org-link-search): Make hierarchy above visible after a match.
7927 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
7928 (org-store-link): Fix bug with link creation when cursor is in
7929 an empty line.
7930 (org-open-at-point): Fix bug with matching a link.
7931 Fixed buggy argument sequence in call to `org-view-tags'.
7932 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7933 (org-prefix-has-tag): New variable.
7934 (org-format-agenda-item): Remove tags from headline
7935 if appropriate.
7936 (org-agenda-remove-tags-when-in-prefix): New option.
7937
7938 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
7939
7940 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
7941 Fix the regular expressions.
7942
7943 2006-02-21 Richard M. Stallman <rms@gnu.org>
7944
7945 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
7946 if there's no other specific basis.
7947
7948 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
7949 as variables at all.
7950 (unsafep-variable): Rename arg; doc fix.
7951
7952 * abbrevlist.el (list-one-abbrev-table): Add autoload.
7953
7954 * calendar/appt.el (diary-selective-display): Add defvar.
7955
7956 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
7957
7958 * isearch.el (search-whitespace-regexp): Fix custom type.
7959
7960 * help.el (describe-key-briefly): Compute interactive args
7961 in same was as before previous change.
7962
7963 * files.el (enable-local-variables): Doc fix.
7964
7965 2006-02-21 Kim F. Storm <storm@cua.dk>
7966
7967 * fringe.el: Cleanup as file is now pre-loaded.
7968 (fringe-bitmaps): Initialize unconditionally.
7969 (fringe-mode, set-fringe-style): Remove autoload cookies.
7970
7971 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7972
7973 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
7974 `horizontal-bar'.
7975 (fringe-cursor-alist): Use `horizontal-bar'.
7976
7977 2006-02-20 Kim F. Storm <storm@cua.dk>
7978
7979 * fringe.el (fringe-bitmaps): Update to new bitmap names.
7980 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
7981
7982 * loadup.el: Load "fringe" on window systems.
7983
7984 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
7985
7986 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
7987 out of scope components.
7988
7989 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
7990 default.
7991
7992 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * custom.el (customize-mark-to-save, customize-mark-as-set):
7995 Load the symbol first.
7996
7997 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
8000 strech spec so it doesn't display as "^J" on the header line
8001 when `Buffer-menu-use-header-line' is t.
8002
8003 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8004
8005 * speedbar.el (speedbar-make-button): Keep text properties
8006 of string arguments if desired.
8007
8008 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
8009 expessions.
8010
8011 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
8012 of speedbar.
8013
8014 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
8015
8016 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
8017 to value of `read-file-name-completion-ignore-case'.
8018
8019 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * custom.el (customize-mark-as-set): Push to `user' theme.
8022
8023 * cus-edit.el (custom-save-variables): Allow unthemed values.
8024 (customize-set-variable): Push setting to `user' theme.
8025
8026 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8027
8028 * progmodes/gud.el: Don't require font-lock as it's now
8029 automatically loaded.
8030 (gud-speedbar-buttons): Replace gdb-var-changed with
8031 gdb-force-update.
8032
8033 * progmodes/gdb-ui.el (gdb-force-update): Rename from
8034 gdb-var-changed.
8035 (gdb-post-prompt): Use it.
8036 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8037 (gdb-var-update-handler, gdb-var-delete)
8038 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
8039 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
8040 gdb-force-update in gdb-post-prompt.
8041 (gdb-reset): Clear watch expressions from speedbar when quitting.
8042
8043 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8044
8045 * viper-cmd.el (viper-insert-state-post-command-sentinel)
8046 (viper-change-state-to-vi, viper-change-state-to-emacs):
8047 Make aware of cursor coloring in the Emacs state.
8048 (viper-special-read-and-insert-char): Use read-char-exclusive.
8049 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
8050
8051 * viper-init.el (viper-emacs-state-cursor-color): New variable.
8052
8053 * viper-util.el (viper-save-cursor-color)
8054 (viper-get-saved-cursor-color-in-replace-mode)
8055 (viper-get-saved-cursor-color-in-insert-mode)
8056 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
8057 state.
8058 (viper-get-saved-cursor-color-in-emacs-mode): New function.
8059
8060 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
8061 (ediff-ignore-case-option3, ediff-actual-diff-options)
8062 (ediff-actual-diff3-options): New variables to control case sensitivity.
8063 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
8064 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
8065 (ediff-toggle-ignore-case): New function.
8066 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
8067
8068 * ediff-help.el (ediff-long-help-message-narrow2)
8069 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
8070 (ediff-long-help-message-word-mode): Add ignore-case command.
8071 (ediff-help-for-quick-help): Add ignore-case command.
8072
8073 * ediff-merg.el: Move provide to the end.
8074
8075 * ediff-ptch.el: Move provide to the end.
8076
8077 * ediff-wind.el: Move provide to the end.
8078
8079 * ediff-mult.el: Move provide to the end.
8080 (ediff-set-meta-overlay): Enable follow-link.
8081
8082 * ediff.el: Move provide to the end.
8083 Break recursive load cycle in eval-when-compile.
8084 (ediff-patch-buffer): Better heuristics.
8085
8086 * ediff-util.el: Move provide to the end.
8087 Break recursive load cycle in eval-when-compile.
8088 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
8089 defuns.
8090 (ediff-submit-report): Pass the values of ediff-diff3-program,
8091 ediff-diff3-options.
8092
8093 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
8094
8095 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
8096 the opening bracket of the following bracketing pairs: {}, [], (), <>,
8097 `' (for example, in the docstring of `windmove-default-keybindings').
8098
8099 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8100
8101 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
8102 shadow face. Don't provide binding to edit variable when it is
8103 out of scope.
8104
8105 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8106 (gdb-var-update-handler): Detect out of scope variables with pre
8107 GDB 6.4 too.
8108 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
8109 Reset status of variable objects to nil in update handlers.
8110 (gdb-var-update-handler-1): Detect when a variable object comes
8111 in scope. setcar on var changes gdb-var-list directly.
8112
8113 2006-02-17 Juri Linkov <juri@jurta.org>
8114
8115 * ffap.el (ffap) <defface>: Add explicit face declaration.
8116 (ffap-highlight): Use face `ffap' directly instead of checking
8117 for its existence.
8118
8119 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
8120 `visible-ok' of `other-buffer' to find the right original buffer.
8121
8122 * info.el (Info-search): Skip `Local Variables' node.
8123
8124 2006-02-17 Juri Linkov <juri@jurta.org>
8125
8126 * info.el (Info-find-file): Check for symbols `apropos', `history',
8127 `toc' in the input filename, and return these symbols as is.
8128 (Info-find-node-2): Set Info-current-file to symbols `apropos',
8129 `history', `toc' instead of strings.
8130 (Info-set-mode-line): For non-string Info-current-file use the
8131 symbol's name inside **.
8132 (Info-isearch-push-state): Add quote before Info-current-file and
8133 Info-current-node.
8134 (Info-isearch-pop-state): Use `equal' instead of `string='.
8135 (Info-extract-pointer, Info-following-node-name): Use
8136 `match-string-no-properties' instead of `match-string'.
8137 (Info-up): Check `old-file' for `stringp'.
8138 (Info-history): Use `equal' instead of `string-equal'.
8139 Check `file' for `stringp'.
8140 (Info-history): Use symbol `history' instead of string as first arg
8141 of `Info-find-node'.
8142 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
8143 `toc' instead of string.
8144 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
8145 instead of `buffer-substring', and `match-string-no-properties'
8146 instead of `match-string'.
8147 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
8148 instead of strings.
8149 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
8150 Use symbol `apropos' instead of string.
8151 (Info-copy-current-node-name): Check `Info-current-file' for
8152 `stringp' and construct a command with `Info-find-node' from it.
8153 (Info-fontify-node): Use `match-string-no-properties' instead of
8154 `match-string' and check file names for `stringp'.
8155 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
8156 `history', `toc' instead of strings.
8157
8158 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * files.el: Rearrange functions and variables in the file local
8161 variables section.
8162
8163 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
8164
8165 * files.el: Add truncate-lines, ispell-check-comments and
8166 ispell-local-dictionary as safe local variables.
8167
8168 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
8169
8170 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
8171 out of scope variables.
8172 (gud-speedbar-buttons): Use unless.
8173
8174 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
8175 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
8176 (gdb-show-changed-values): Also use for out of scope variables.
8177 (gdb-var-update-handler-1): Note if variable goes out of scope.
8178
8179 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
8180
8181 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
8182 default to global variable values for unsupplied args.
8183 (rcirc-get-buffer-create): Fix bug with setting the target.
8184 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
8185 test for rcirc-always-use-server-buffer-flag here.
8186 (rcirc-response-formats): Add %N, which is a facified nick. %n
8187 uses the default face. Change the ACTION format string. If the
8188 "nick" is the server, don't print anything for that field.
8189 Comment fixes.
8190 (rcirc-target-buffer): Don't test
8191 rcirc-always-use-server-buffer-flag here.
8192 (rcirc-print): Squeeze extra spaces out of the text before message.
8193 (rcirc-put-nick-channel): Strip potential "@" char from nick
8194 before adding them to nick table.
8195 (rcirc-url-regexp): Improve to match address like "foo.com".
8196
8197 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8198
8199 * allout.el (allout-hidden-p): Move this defsubst before
8200 allout-overlay-interior-modification-handler, where it is first
8201 used.
8202
8203 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
8204
8205 * allout.el: Use allout invisible-text overlays instead of
8206 selective display for concealed text. Also, lots of general
8207 cleanup, and improved compatibility code.
8208
8209 (allout-version) Incremented, corrected, revised, and refined
8210 module commentary.
8211
8212 (provide 'allout): Moved to the bottom, added a require of overlay.
8213
8214 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
8215 `except-current'.
8216 (allout-write-file-hook-handler): Minimize delay.
8217 (count-trailing-whitespace-region): New function so
8218 auto-encryption of current topic can resituate cursor exactly.
8219 PGP/GPG encryption trims trailing whitespace from lines, which
8220 must be accounted for across encryption then decryption.
8221
8222 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
8223 just plain "\C-c", to avoid intruding on user's keybinding space.
8224
8225 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
8226 parameter, so user request to provide a new password is done.
8227
8228 (allout-outside-normal-auto-fill-function, allout-auto-fill):
8229 Refined mechanism for auto-filling behavior while in allout mode.
8230
8231 (allout-mode): Explicitly specify the mode map in the docstring.
8232 Clarify provision for various write-file hook var names.
8233 Adjusted for invisible-text overlays instead of selective-display.
8234
8235 (allout-depth): Really return 0 if not within any topic. This
8236 rectifies `allout-beginning-of-level' and sequence numbering
8237 errors that occur when cutting and pasting numbered topics.
8238 Changed from a in-line subst to a regular function, as well.
8239
8240 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
8241
8242 (allout-end-of-subtree, allout-end-of-subtree)
8243 (allout-end-of-entry, allout-end-of-current-heading)
8244 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
8245 (allout-show-children, allout-show-to-offshoot)
8246 (allout-hide-current-entry, allout-show-current-entry): Rectified
8247 handling of trailing blank lines between items.
8248
8249 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
8250 (allout-current-depth, allout-unprotected, allout-hidden-p)
8251 (allout-on-current-heading-p, allout-listify-exposed)
8252 (allout-chart-subtree, allout-goto-prefix)
8253 (allout-back-to-current-heading, allout-get-body-text)
8254 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
8255 (allout-hide-region-body, allout-toggle-subtree-encryption)
8256 (allout-encrypt-string, allout-encrypted-key-info)
8257 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
8258 (allout-file-vars-section-data): Adjusted for use with
8259 invisible-text overlays instead of selective-display.
8260
8261 (allout-kill-line, allout-kill-topic, allout-yank-processing):
8262 Reworked for use with invisible text overlays.
8263
8264 (allout-current-topic-collapsed-p): New function.
8265
8266 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
8267 to know when to close the containing topic.
8268
8269 (allout-pre-command-business, allout-post-command-business):
8270 Simplify undo-batching and dynamic isearch exposure.
8271
8272 (allout-set-overlay-category): New for invisible-text overlays.
8273 Sets properties of allout-overlay-category, used by
8274 allout-flag-region to set invisible-text overlay properties.
8275 (allout-get-invisibility-overlay): Get the first qualifying
8276 invisibility overlay, so we can find the extent of it.
8277 (allout-back-to-visible-text): Get to just before the beginnining
8278 of the current invisibility overlay, if any.
8279
8280 (allout-overlay-insert-in-front-handler)
8281 (allout-overlay-interior-modification-handler)
8282 (allout-before-change-handler, allout-isearch-end-handler): New
8283 functions to handle extraordinary actions affecting concealed
8284 text.
8285
8286 (allout-flag-region): Use overlays instead of selective-display
8287 for invisible text - by inheritence from the properties of
8288 allout-overlay-category in mainline Emacs, and applied
8289 property-by-property in XEmacs, some recent versions of which
8290 don't inherit the properties from the category. Provisions to
8291 respond to concealed-text edits simplified drastically.
8292
8293 (allout-isearch-rectification, allout-isearch-was-font-lock)
8294 (allout-isearch-expose, allout-enwrap-isearch)
8295 (allout-isearch-abort, allout-pre-was-isearching)
8296 (allout-isearch-prior-pos, allout-isearch-did-quit)
8297 (allout-isearch-dynamic-expose)
8298 (allout-hide-current-entry-completely): Functions deleted.
8299
8300 (allout-undo-aggregation): Explicit undo aggregation no longer
8301 necessary due to transition away from selective-display.
8302
8303 (set-allout-regexp, allout-up-current-level)
8304 (allout-next-visible-heading, allout-forward-current-level)
8305 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
8306 (allout-kill-line, allout-yank-processing, allout-show-children)
8307 (allout-expose-topic, allout-old-expose-topic)
8308 (allout-listify-exposed, allout-insert-latex-header)
8309 (allout-toggle-subtree-encryption, allout-encrypt-string)
8310 (remove-from-invisibility-spec, allout-hide-current-subtree):
8311 Ditched unused variables.
8312
8313 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
8314
8315 * textmodes/ispell.el (ispell-change-dictionary): Call
8316 ispell-buffer-local-dict instead of
8317 ispell-accept-buffer-local-defs.
8318 (ispell-local-dictionary-alist): Accept as valid any coding-system
8319 supported by Emacs.
8320 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
8321 changed to iso-8859-3.
8322
8323 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
8324
8325 * speedbar.el (speedbar-frame-width): Make an inline function
8326 instead of a macro. Use frame-width.
8327 (speedbar-try-completion, speedbar-update-contents)
8328 (speedbar-timer-fn): Use consp.
8329 (speedbar-update-localized-contents): Try to preserve point.
8330
8331 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
8332 (menu): Re-order menu items.
8333 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
8334 field.
8335 (gdb-var-update-handler-1): Use it for GDB 6.4+.
8336 (gdb-post-prompt): Speed things by not forcing update.
8337
8338 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
8339
8340 * wid-edit.el (widget-button-click): For mouse-1, cancel button
8341 press and perform default action if we get a mouse movement event.
8342
8343 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
8344
8345 * calendar/icalendar.el (icalendar--get-event-property)
8346 (icalendar--get-event-property-attributes): Fix typos in
8347 docstrings.
8348
8349 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
8350 docstring.
8351
8352 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
8353
8354 * bs.el (bs-mode): Use `buffer-disable-undo'.
8355 (bs--get-file-name): Simplify.
8356 (bs-show-in-buffer): Mark the buffer as not modified.
8357
8358 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8359
8360 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
8361 widget-button-click.
8362
8363 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
8364 (custom-mode): Update docstring.
8365
8366 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
8367 binding.
8368
8369 * files.el (hack-local-variables-confirm): Allow scrolling if the
8370 file variable list is too long. Kill temp buffer after use.
8371
8372 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
8373
8374 * progmodes/gud.el (gdb): Improve doc string.
8375 (gdb-script-font-lock-keywords): Expand allowed character set.
8376
8377 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
8378 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
8379 (gdb-separate-io-interrupt, gdb-separate-io-quit)
8380 (gdb-separate-io-stop, gdb-separate-io-eof):
8381 Rename from gdb-inferior-* to gdb-separate-*.
8382 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
8383
8384 2006-02-14 Jay Belanger <belanger@truman.edu>
8385
8386 * calc/calc-arith.el (math-check-known-scalarp): Make sure
8387 expression is a symbol before checking that it is bound.
8388
8389 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
8390 test to see if equation can be solved.
8391
8392 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * wid-edit.el (widget-button-click): Use :pressed-face property
8395 for overlay face, if it exists.
8396
8397 * cus-edit.el (custom-manual, custom-add-see-also)
8398 (custom-add-parent-links, custom-group-link): Add :pressed-face
8399 property to links.
8400
8401 * files.el (hack-local-variables): Remove ignored variables before
8402 checking if any variables need setting.
8403
8404 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8405
8406 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
8407
8408 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8409
8410 * help.el (where-is): Fix message for remapped commands.
8411
8412 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
8413 Fix typos in docstrings.
8414
8415 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * files.el (safe-local-variable-values): New option.
8418 (hack-local-variables-prop-line): Return a list of variable-value
8419 pairs if MODE-ONLY is non-nil.
8420 (hack-local-variables): Construct list of variable-value pairs,
8421 and apply or reject them in one go. Ask for confirmation if
8422 variables are not known safe.
8423 (hack-local-variables-confirm): Complete rewrite. Support
8424 `safe-local-variable-values'.
8425 (enable-local-variables): Update docstring to reflect new
8426 behavior.
8427 (ignored-local-variables): Ignore ignored-local-variables and
8428 safe-local-variable-values.
8429 (safe-local-variable-p): New function.
8430 (risky-local-variable-p): `safe-local-variable' property check
8431 moved to safe-local-variable-p.
8432 (hack-one-local-variable): Checks moved to hack-local-variables.
8433
8434 (byte-compile-dynamic, c-basic-offset, c-file-style)
8435 (c-indent-level, comment-column, fill-column, fill-prefix)
8436 (indent-tabs-mode, kept-new-versions, no-byte-compile)
8437 (no-update-autoloads, outline-regexp, page-delimiter)
8438 (paragraph-start, paragraph-separate, sentence-end)
8439 (sentence-end-double-space tab-width, version-control):
8440 Add `safe-local-variable' property.
8441
8442 * find-lisp.el: Delete nonexistent `autocompile' file variable.
8443
8444 * icomplete.el, play/landmark.el: Change nonexistent
8445 `outline-layout' file variable to `allout-layout'.
8446
8447 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
8448
8449 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
8450 (gdb-get-changed-registers): Test value of gud-minor-mode relative
8451 to gud-comint-buffer.
8452 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
8453 gdb-ui.el for gdb-mi.el.
8454 (gdb-post-prompt, gdb-get-changed-registers): Move test for
8455 registers buffer to gdb-get-changed-registers.
8456 (gdb-breakpoint-regexp): New regexp. Allow toggling and
8457 deletion of catchpoints (throw and catch).
8458 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8459 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
8460 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
8461 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
8462 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
8463
8464 2006-02-13 Jay Belanger <belanger@truman.edu>
8465
8466 * calc/calc-arith.el (math-check-known-matrixp): Make sure
8467 expression is a symbol before checking that it is bound.
8468
8469 2006-02-13 Richard M. Stallman <rms@gnu.org>
8470
8471 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
8472 for the minibuffer too, but not if resize-mini-windows will interfere.
8473
8474 * help.el (describe-key-briefly, describe-key): Do all arg-reading
8475 inside `interactive' spec.
8476 (describe-key-briefly-internal, describe-key-internal):
8477 Functions merged back into their callers.
8478
8479 2006-02-13 Martin Rudalics <rudalics@gmx.at>
8480
8481 * info.el (info-xref-visited): Inherit from info-xref too.
8482 (Info-set-mode-line): Replace occurrences of `%' by `%%'
8483 when propertizing Info-current-file and Info-current-node.
8484
8485 2006-02-13 Juri Linkov <juri@jurta.org>
8486
8487 * tumme.el (tumme-thumbnail-storage): Fix docstring.
8488 (tumme-thumb-name): Fix per-directory format.
8489
8490 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
8491
8492 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
8493
8494 2006-02-12 Miles Bader <miles@gnu.org>
8495
8496 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
8497
8498 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
8499
8500 * tumme.el: Remove history section. If someone needs the it, it
8501 can always be found in CVS.
8502
8503 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8504
8505 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
8506 about the Thumbnail Managing Standard option.
8507
8508 2006-02-12 Richard M. Stallman <rms@gnu.org>
8509
8510 * subr.el (substitute-key-definition): Doc fix.
8511
8512 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
8513
8514 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
8515
8516 * info.el (Info-mode): Doc fix.
8517
8518 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
8519
8520 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
8521
8522 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
8523 because on Solaris a POSIX compatible "id" is needed. Reported by
8524 Magnus Henoch <mange@freemail.hu>.
8525
8526 2006-02-12 Juri Linkov <juri@jurta.org>
8527
8528 * tumme.el: Remove todo item about Thumbnail Managing Standard.
8529 (tumme) <defgroup>: Change :group to `multimedia'.
8530 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
8531 Managing Standard.
8532 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
8533 Fix dostring.
8534 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
8535 and %y. Fix docstring.
8536 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
8537 (tumme-cmd-create-standard-thumbnail-command): New user options.
8538 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
8539 is `standard'. Fix docstring.
8540 (tumme-thumb-width, tumme-thumb-height): New user options.
8541 (tumme-external-viewer): Try to find various viewers.
8542 (tumme-get-thumbnail-image): Use `create-image' instead of
8543 constructing the `image' structure.
8544 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
8545 `standard'.
8546 (tumme-thumb-name): Add file name generation for standard storage.
8547 Simplify code for other storages.
8548 (tumme-thumb-name): Use width %w and height %h instead of size %s.
8549 Add modification time %m and thumbnail-nq8 %q.
8550 Use `tumme-cmd-create-standard-thumbnail-command' if
8551 tumme-thumbnail-storage is `standard'.
8552 (tumme-dired-insert-marked-thumbs): New autoload command.
8553 (tumme-dired-after-readin-hook): New function.
8554 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
8555 `tumme-thumb-size'.
8556 (tumme-display-image): Replace size-x %x and size-y %y with
8557 width %w and height %h.
8558
8559 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
8560 `tumme-dired-insert-marked-thumbs'.
8561
8562 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8563
8564 * tumme.el (tumme-write-tag): Fix small bug (file name did not
8565 include path).
8566 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
8567 matching tag.
8568
8569 2006-02-12 Miles Bader <miles@gnu.org>
8570
8571 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
8572 New variables.
8573 (rcirc-abbrev-nick): New function.
8574 (rcirc-format-response-string): Rewrite to use the formats in
8575 `rcirc-response-formats' and expand escape sequences therein.
8576 A text-property `rcirc-text' is added over the actual response
8577 text to make easy to find inside the returned string.
8578 (rcirc-print): When filling, just look for the `rcirc-text'
8579 text-property to find the appropriate fill prefix, instead of
8580 using hardwired patterns.
8581
8582 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8583
8584 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
8585 Managing Standard.
8586
8587 2006-02-11 Kim F. Storm <storm@cua.dk>
8588
8589 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
8590 Don't use insert-buffer; do insert-buffer-substring directly.
8591 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
8592
8593 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8594
8595 * files.el (revert-buffer, recover-file): Replace buffer-read-only
8596 with inhibit-read-only. Suggested by Stefan Monnier.
8597 (revert-buffer): Let insert-file-contents discard
8598 buffer-undo-list. Simplify code.
8599 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
8600
8601 2006-02-11 Eli Zaretskii <eliz@gnu.org>
8602
8603 * menu-bar.el (menu-bar-select-yank): Add a doc string.
8604
8605 * help.el (describe-key-briefly): Now a wrapper for
8606 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8607 to t. Populate yank-menu if empty.
8608 (describe-key-briefly-internal): Renamed from describe-key-briefly.
8609 (describe-key): Now a wrapper for describe-key-internal. Bind
8610 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
8611 (describe-key-internal): Renamed from describe-key.
8612
8613 2006-02-11 Milan Zamazal <pdm@zamazal.org>
8614
8615 * progmodes/glasses.el (glasses-separator): Doc fix.
8616 (glasses-original-separator): New defcustom.
8617 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
8618
8619 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8620
8621 * mwheel.el (mouse-wheel-up-event): Doc fix.
8622
8623 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8624
8625 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
8626 (tumme-dir): New function. Copied from thumbs.el.
8627
8628 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
8629
8630 * desktop.el (desktop-outvar): Fix typo.
8631 (desktop-save-buffer-p): Doc fix.
8632
8633 * subr.el (substitute-key-definition): Fix typo.
8634
8635 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8636
8637 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
8638 when window-system is mac.
8639
8640 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
8641
8642 2006-02-10 Kim F. Storm <storm@cua.dk>
8643
8644 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
8645 indirect-function instead of using condition-case.
8646
8647 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
8648
8649 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
8650 less `colloquial'...
8651
8652 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
8653
8654 * tumme.el: Add a couple of todo items.
8655
8656 2006-02-09 Lars Hansen <larsh@soem.dk>
8657
8658 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
8659 (highlight-changes-mode): Don't change desktop-locals-to-save.
8660
8661 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * image-mode.el (image-toggle-display): Clear image cache if using
8664 filename.
8665
8666 2006-02-09 Masatake YAMATO <jet@gyve.org>
8667
8668 * dired-x.el (dired-guess-shell-alist-default): Add .man as
8669 a `dired-man' target.
8670
8671 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
8672 boundary of symbols.
8673
8674 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
8675
8676 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
8677
8678 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
8681 `mapcar'; return nil.
8682
8683 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
8684
8685 * mouse.el (mouse-drag-track): Don't change window if we rebind to
8686 some other event.
8687
8688 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
8689
8690 * net/rcirc.el (rcirc-startup-channels-alist):
8691 Add irc.freenode.net and #emacs as defaults.
8692 (rcirc-ignore-all-activity-flag): Remove variable.
8693 (rcirc-authinfo): New variable.
8694 (rcirc-authinfo-filename): Remove variable.
8695 (rcirc-always-use-server-buffer-flag): New flag.
8696 (rcirc): M-x rcirc will automatically connect without prompting.
8697 C-u M-x rcirc will prompt. Use rcirc-connect to create a
8698 connection in lisp.
8699 (rcirc-process-server-response-1): Remove everything but the nick
8700 portion of the sender so it doesn't need to be done everywhere
8701 else. Update related code.
8702 (global-map): Remove global keybindings.
8703 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
8704 (rcirc-send-input): Split into several functions.
8705 (rcirc-process-input-line, rcirc-process-message)
8706 (rcirc-process-command): New functions.
8707 (rcirc-target-buffer): New function to determine where to route
8708 messages.
8709 (rcirc-user-nick): Save match data.
8710 (rcirc-toggle-ignore-buffer-activity)
8711 (rcirc-update-activity-string): Remove global ignore functionality,
8712 which can be done now by toggling rcirc-track-minor-mode.
8713 (rcirc-track-minor-mode-map): New keymap.
8714 (rcirc-track-minor-mode): New minor-mode.
8715 (ignore): Make the ignore output nicer. Always print it when
8716 adding or removing nicks.
8717 (rcirc-url-regexp): Improve.
8718 (rcirc-mangle-text): Remove properties before using text in the
8719 modeline.
8720 (rcirc-authenticate): Authentication data comes from
8721 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
8722 (rcirc-server-prefix): Inherit from rcirc-server.
8723
8724 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
8725
8726 * Makefile.in (compile): Append "|| true" to the end of the `find'
8727 command, like compile-always does.
8728
8729 2006-02-08 Sam Steingold <sds@gnu.org>
8730
8731 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
8732 output from a dead connection.
8733
8734 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8735
8736 * dired.el (dired-mode-map): Add more bindings for tumme.
8737
8738 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * wdired.el (wdired-mode-map): Use remap.
8741 (wdired-get-filename): Massage.
8742 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
8743 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
8744 `keymap' property rather than `local-map'.
8745
8746 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8747
8748 * tumme.el (tumme-get-thumbnail-image): New utility function.
8749 Suggested by from Chong Yidong.
8750 (tumme-dired-with-window-configuration): Rename from
8751 `tumme-dired'. Add code to save window configuration.
8752 (tumme-restore-window-configuration): New command to restore the
8753 window configuration that `tumme-dired-with-window-configuration'
8754 saves before it changes the window configuration.
8755 (tumme-show-all-from-dir): New command to display thumbnails for
8756 all files in a directory entered by the user, like M-x thumbs.
8757 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
8758 have been created.
8759 (tumme-display-thumbnail-original-image): Call `display-buffer'.
8760 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
8761 Remove obsolete test function.
8762
8763 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
8764
8765 * vc.el (small-temporary-file-directory): Remove defvar; there's
8766 a defcustom for it in files.el.
8767
8768 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
8769 Fix typo in message.
8770 (tumme-gallery-generate): Fix typo in `error' message.
8771 (tumme-display-window-height-correction)
8772 (tumme-display-window-width-correction, tumme-line-up-dynamic)
8773 (tumme-line-up-interactive): Dox fixes.
8774 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
8775 (tumme-restore-window-configuration, tumme-format-properties-string)
8776 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
8777 Fix typos in docstrings.
8778
8779 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
8780
8781 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
8782
8783 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
8784
8785 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
8786 User should use hook if desired.
8787
8788 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
8789 buffer if necessary.
8790 (gdb-delete-frame-or-window): New function.
8791 (gdb-breakpoints-mode-map): Bind "q" to it.
8792
8793 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * textmodes/nroff-mode.el: Clean up name space.
8796 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
8797 (nroff-mode): Obey the global setting of nroff-electric-mode.
8798 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
8799
8800 * calendar/calendar.el (calendar-increment-month): Typo in last change.
8801
8802 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
8803
8804 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
8805
8806 2006-02-06 Lars Hansen <larsh@soem.dk>
8807
8808 * generic-x.el (etc-fstab-generic-mode): Add file system types
8809 cifs and usbdevfs. Allow special chars in file names.
8810
8811 2006-02-05 Jay Belanger <belanger@truman.edu>
8812
8813 Update copyright notices of the files in lisp/calc.
8814
8815 2006-02-05 Romain Francoise <romain@orebokech.com>
8816
8817 Update copyright notices of all files in the lisp/play directory.
8818
8819 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
8820
8821 * ldefs-boot.el: Regenerate.
8822
8823 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
8824
8825 2006-02-05 Kim F. Storm <storm@cua.dk>
8826
8827 * files.el (magic-mode-regexp-match-limit): New defvar.
8828 (set-auto-mode): Use it to limit magic-mode-alist matching.
8829
8830 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
8831
8832 * simple.el (display-message-or-buffer): Compare the number of
8833 characters to the frame width when determining whether a 1-line
8834 message string will fit in the echo area. Count screen lines
8835 instead of buffer lines when determining whether a multi-line
8836 message will fit in the echo area/minibuffer window.
8837
8838 2006-02-04 Eli Zaretskii <eliz@gnu.org>
8839
8840 * info.el (Info-index, Info-mode): Improve the description of the
8841 `i' command.
8842
8843 * ldefs-boot.el: Regenerate.
8844
8845 2006-02-03 Werner Lemberg <wl@gnu.org>
8846
8847 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
8848 greedy to find the closing bracket in \*[...] and similar
8849 expressions. This is a first rough fix -- many additional
8850 refinements are necessary to make nroff mode really usable with groff.
8851
8852 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
8853
8854 * international/mule-cmds.el (set-locale-environment):
8855 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
8856 libX11.
8857
8858 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8859
8860 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
8861 archive are created in archive-tmpdir.
8862
8863 2006-02-02 John Paul Wallington <jpw@pobox.com>
8864
8865 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
8866 (ibuffer-fontification-alist): Use it.
8867 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
8868 to "* z" and the Ibuffer Mark menu.
8869
8870 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
8871
8872 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * textmodes/table.el (*table--cell-describe-mode)
8875 (*table--cell-describe-bindings): Undo last change since
8876 print-help-return-message is not obsoleted by anything at all.
8877
8878 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
8879
8880 * emulation/cua-base.el (cua-mode): Doc fix.
8881
8882 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
8883
8884 * dframe.el (dframe-handle-make-frame-visible)
8885 (dframe-handle-iconify-frame, dframe-get-focus)
8886 (dframe-select-attached-frame, dframe-power-click)
8887 (dframe-frame-mode): Fix typos in docstrings.
8888
8889 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
8890 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
8891 Fix typos in docstrings.
8892
8893 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
8894 (hi-lock-face-buffer, hi-lock-font-lock-hook)
8895 (hi-lock-archaic-interface-message-used)
8896 (hi-lock-file-patterns-range): Fix typos in docstrings.
8897
8898 * savehist.el (savehist-loaded, savehist-load, savehist-install)
8899 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
8900
8901 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
8902 Fix typo in docstring.
8903
8904 * net/newsticker.el (newsticker--decode-iso8601-date)
8905 (newsticker--set-customvar, newsticker--buffer-insert-item)
8906 (newsticker--do-run-auto-mark-filter)
8907 (newsticker--parse-generic-feed): Doc fixes.
8908 (newsticker--retrieval-timer-list, newsticker-url-list)
8909 (newsticker-hide-immortal-items-in-echo-area)
8910 (newsticker-hide-obsolete-items-in-echo-area)
8911 (newsticker-new-item-face, newsticker--enclosure)
8912 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
8913 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
8914 (newsticker--parse-generic-feed, newsticker--cache-contains)
8915 (newsticker--stat-num-items, newsticker-download-enclosures):
8916 Fix typos in docstrings.
8917
8918 * net/rcirc.el (rcirc-debug): Doc fix.
8919 (rcirc-fill-column, rcirc-receive-message-hooks)
8920 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
8921 (rcirc-mode, rcirc-generate-new-buffer-name)
8922 (rcirc-startup-channels, rcirc-ignore-update-automatic)
8923 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
8924 Fix typos in docstrings.
8925 (rcirc-print): "?\ " -> "?\s".
8926 (rcirc-cmd-join): Improve argument/docstring consistency.
8927
8928 2006-02-01 Mark A. Hershberger <mah@everybody.org>
8929
8930 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
8931 before narrow-to-region.
8932
8933 2006-02-01 Richard M. Stallman <rms@gnu.org>
8934
8935 * simple.el (move-beginning-of-line): Scan properly for invis change.
8936
8937 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
8938
8939 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
8940
8941 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
8942 change bit only when id-format is 'integer. Reported by Matt
8943 Hodges <M.P.Hodges@rl.ac.uk>.
8944
8945 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
8946
8947 * hilit-chg.el (highlight-changes-initial-state)
8948 (highlight-changes-global-initial-state): Doc fixes.
8949 (highlight-changes-global-modes, global-highlight-changes):
8950 Fix typos in docstrings.
8951
8952 2006-02-01 Kim F. Storm <storm@cua.dk>
8953
8954 * emulation/cua-base.el (cua-mode): Mention that CUA enables
8955 transient-mark-mode in doc string.
8956
8957 2006-01-31 Richard M. Stallman <rms@gnu.org>
8958
8959 * replace.el (multi-occur): Doc fix.
8960 (multi-occur-in-matching-buffers): Rename from
8961 multi-occur-by-filename-regexp. Prefix arg says match
8962 buffer names instead of file names.
8963
8964 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
8965
8966 * bs.el: Allow non-default values of `bs-header-lines-length'.
8967 (bs--running-in-xemacs): Remove (not needed anymore).
8968 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
8969 instead of `shrink-window', thus avoiding having to compute the
8970 height of the window.
8971 (bs--up): Wrap around even when there's no header.
8972 (bs--down): Use `forward-line' instead of `next-line'.
8973
8974 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * image-mode.el (image-toggle-display): Use file name if possible,
8977 instead of unnecessarily allocating a (possibly huge) lisp string.
8978
8979 2006-01-30 John Paul Wallington <jpw@pobox.com>
8980
8981 * subr.el (toplevel): Define `cl-assertion-failed' condition here
8982 because the `assert' macro signals it at runtime.
8983
8984 * emacs-lisp/cl.el (toplevel): Remove definition of
8985 `cl-assertion-failed' condition.
8986
8987 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
8988
8989 * thumbs.el (thumbs-marked-list): Make buffer-local and
8990 permanent-local.
8991 (thumbs-insert-thumb): Make help-echo non-sticky.
8992 (thumbs-file-alist): Use eolp as check for (non)-image.
8993
8994 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8995
8996 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
8997 (ediff-before-session-group-setup-hooks)
8998 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
8999 Fix typos in docstrings.
9000
9001 * window.el (bw-dir, bw-eqdir, balance-windows)
9002 (split-window-keep-point): Fix typos in docstrings.
9003
9004 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
9005 (org-quote-string, org-calendar-to-agenda-key)
9006 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
9007 (org-show-following-heading, org-tags-column)
9008 (org-use-tag-inheritance, org, org-allow-space-in-links)
9009 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9010 (org-enable-table-editor, org-calc-default-modes)
9011 (org-table-allow-automatic-line-recalculation)
9012 (org-export-html-style, org-export-with-fixed-width)
9013 (org-export-with-sub-superscripts, org-special-keyword)
9014 (org-formula, org-time-grid, org-table-may-need-update)
9015 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
9016 (org-goto-quit, org-get-indentation, org-end-of-item)
9017 (org-move-item-down, org-move-item-up)
9018 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
9019 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
9020 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
9021 (org-agenda-log-mode, org-agenda-toggle-diary)
9022 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
9023 (org-agenda-file-to-end, org-agenda-no-heading-message)
9024 (org-agenda-get-closed, org-format-agenda-item)
9025 (org-cmp-priority, org-cmp-category, org-cmp-time)
9026 (org-agenda-change-all-lines, org-agenda-diary-entry)
9027 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
9028 (org-link-search, org-camel-to-words, org-open-file)
9029 (org-remember-handler, org-table-convert-region)
9030 (org-table-move-row-down, org-table-move-row-up)
9031 (org-table-copy-region, org-table-wrap-region)
9032 (org-table-toggle-vline-visibility)
9033 (org-table-get-vertical-vector, org-table-modify-formulas)
9034 (org-table-get-specials, org-recalc-commands)
9035 (org-table-rotate-recalc-marks, org-table-eval-formula)
9036 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
9037 (org-level-color-stars-only, org-insert-heading):
9038 Fix typos in docstrings.
9039 (last-arg): Add defvar.
9040
9041 * makefile.w32-in (WINS): Add erc.
9042 (MH_E_SRC): Update (copied from lisp/Makefile.in).
9043
9044 2006-01-29 Bill Wohler <wohler@newt.com>
9045
9046 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
9047 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
9048 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
9049 (mh-autoloads): Don't use comments on otherwise empty lines.
9050
9051 2006-01-29 Edward O'Connor <ted@oconnor.cx>
9052
9053 * emulation/viper.el (viper-major-mode-modifier-list): Add
9054 insert-state and vi-state entries for erc-mode.
9055 (viper-go-away, viper-set-hooks): Add and remove
9056 viper-comint-mode-hook from erc-mode-hook as appropriate.
9057
9058 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
9059
9060 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
9061
9062 * bs.el (bs--format-aux): Implement `middle' alignment as
9063 described in the docstring for `bs-attributes-list'.
9064 (bs--get-name): Simplify. Don't pad the buffer name.
9065
9066 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
9067
9068 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
9069 English aspell dictionary is installed, use the first entry of
9070 ispell-dictionary-alist-1.
9071
9072 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
9073
9074 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9075 Doc fix.
9076
9077 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
9078
9079 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9080 for `process-file', in order to let it work for older Emacsen too.
9081
9082 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9083
9084 * international/latexenc.el: Add a suitable `coding:' tag.
9085 (latexenc-find-file-coding-system): Undo last change.
9086
9087 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9088
9089 * international/latexenc.el (latexenc-find-file-coding-system):
9090 Make sure latexenc-main-file is a regular file and is readable.
9091
9092 2006-01-27 Andre Spiegel <spiegel@gnu.org>
9093
9094 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
9095 Pass FILE to vc-user-login-name.
9096
9097 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
9098
9099 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
9100
9101 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
9102 there are no more images to display.
9103 (thumbs-mark, thumbs-unmark): Revert change so that they move to
9104 the next image.
9105
9106 2006-01-26 Richard M. Stallman <rms@gnu.org>
9107
9108 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
9109
9110 * wid-edit.el (advertised-widget-backward): New alias.
9111 (widget-keymap): Use advertised-widget-backward for S-TAB.
9112
9113 * tumme.el: Correct the keywords.
9114 (tumme-dir-max-size): Use defvar.
9115 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
9116
9117 * simple.el (move-beginning-of-line): Take account of fields.
9118 (clone-indirect-buffer-other-window): Take args like
9119 clone-indirect-buffer, and work like it.
9120
9121 * help-fns.el (describe-function): Don't pass `nil' as default.
9122
9123 * files.el (risky-local-variable-p): Follow var aliases.
9124
9125 * subr.el (lazy-completion-table): Doc fix.
9126
9127 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
9128 global binding of `line'.
9129
9130 2006-01-25 Andre Spiegel <spiegel@gnu.org>
9131
9132 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
9133 Tramp.
9134
9135 * vc.el (vc-default-dired-state-info): Pass FILE to
9136 vc-user-login-name.
9137 (vc-default-update-changelog): Don't use vc-user-login-name, we
9138 don't need it here.
9139
9140 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
9141 no longer necessary.
9142
9143 2006-01-25 Kenichi Handa <handa@m17n.org>
9144
9145 * international/mule.el (decode-char): Avoid the overhead of
9146 calling utf-lookup-subst-table-for-decode if
9147 utf-translate-cjk-mode is nil.
9148 (encode-char): Avoid the overhead of calling
9149 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
9150 nil.
9151
9152 2006-01-22 Kenichi Handa <handa@m17n.org>
9153
9154 * international/mule.el (make-subsidiary-coding-system): Reset
9155 `coding-system-define-form' property of subsidiaries to nil.
9156 Avoid duplicated entry in coding-system-alist.
9157 (make-coding-system): Avoid duplicated entry in
9158 coding-system-alist.
9159 (define-coding-system-alias): Likewise.
9160
9161 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
9162
9163 * completion.el: Minor fixes in introductory comment.
9164 (completion-def-wrapper): Fix alist.
9165
9166 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
9167
9168 * thumbs.el (thumbs-new-image-size): New function.
9169 (thumbs-increment-image-size-element)
9170 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
9171 (thumbs-decrement-image-size): Delete.
9172 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
9173 temp files and use to resize.
9174 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
9175 Use increment argument to enlarge/shrink. Preserve point.
9176 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
9177 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
9178 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
9179 (thumbs-mark, thumbs-unmark): Preserve point.
9180 (thumbs-modify-image): Keep old temp files and use to modify.
9181 Cleanup old temp files at load time. Preserve point.
9182 (thumbs-view-image-mode-map): Use new command names.
9183
9184 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * log-view.el (log-view-minor-wrap): First rev is the one at point.
9187
9188 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
9189 the nastiest part of the cyclic dependency.
9190 (cal-menu-update): Use dotimes and calendar-increment-month.
9191
9192 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
9193 (calendar-week-start-day): Add an :initializer.
9194 (calendar-mode-map): Use suppress-keymap, and command remapping.
9195 (describe-calendar-mode): Setup xref-stack info for the back button.
9196 (calendar-star-date): Insert before delete.
9197 (calendar-set-mode-line): Add file-modified info if applicable.
9198 (calendar-increment-month): New function.
9199
9200 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
9201
9202 * font-lock.el (lisp-font-lock-keywords-2):
9203 Recognize "& keywords" only at word boundaries.
9204
9205 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
9208 and permanent-local.
9209 (thumbs-max-image-number): New variable.
9210 (thumbs-do-thumbs-insertion): Use them.
9211 (thumbs-per-line): Change default to 4.
9212 (thumbs-marked-list): Rename from thumbs-markedL.
9213 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
9214 (thumbs-rename-images): Use -list instead of L for internal variables.
9215 (thumbs-call-convert): Use call-process instead of shell-command.
9216 (thumbs-insert-thumb): Add filename as help-echo to each image.
9217 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
9218 Give dir to thumbs-show-thumbs-list.
9219 (thumbs-show-thumbs-list): Set default-directory to that of images.
9220 (thumbs-dired-show): Rename from thumbs-dired-show-all.
9221 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
9222 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
9223 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
9224
9225 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * ses.el (ses-read-cell): Provide a default value.
9228
9229 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
9230
9231 * term/w32-win.el (image-library-alist): Add additional names for
9232 GIF library.
9233
9234 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9235
9236 * international/latexenc.el (latexenc-find-file-coding-system):
9237 Add file-regular-p check.
9238
9239 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * simple.el (clone-buffer): Don't show the new buffer in the same
9242 window.
9243
9244 2006-01-23 Juri Linkov <juri@jurta.org>
9245
9246 * faces.el (link, link-visited): New faces based on default values
9247 of `info-xref' and `info-xref-visited'.
9248
9249 * info.el (info-xref): Inherit from `link'.
9250 (info-xref-visited): Inherit from `link-visited'.
9251
9252 * cus-edit.el (custom-buffer-create-internal): Use widget type
9253 `custom-manual' instead of `info-link' and don't set properties
9254 `button-face' and `mouse-face' explicitly.
9255 (custom-browse-group-tag, custom-browse-variable-tag)
9256 (custom-browse-face-tag): Inherit from widget class
9257 `custom-group-link' instead of `push-button'.
9258 (custom-button-unraised): Inherit from `underline' face.
9259 (custom-link): Inherit from `link' face. Fix doc and group.
9260 (custom-add-parent-links, custom-group-value-create): Don't set
9261 properties `button-face' and `mouse-face' explicitly for
9262 `custom-group-link' widget.
9263 (custom-group-link): Add properties `button-face' and `mouse-face'
9264 to widget definition.
9265 (custom-field-keymap): New variable. Put `custom-field-keymap' to
9266 editable-field's :keymap property.
9267 (custom-mode): Fix docstring: substitute keybindings for
9268 `widget-forward' and `widget-backward' from `widget-keymap',
9269 `widget-complete' from `custom-field-keymap', replace old
9270 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
9271
9272 * desktop.el (desktop-load-file): Check for `fboundp' before
9273 calling `symbol-function'.
9274
9275 * simple.el (clone-buffer, clone-indirect-buffer)
9276 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
9277 `read-string'. Fix prompts.
9278
9279 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
9280
9281 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
9282
9283 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
9284
9285 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
9286
9287 * startup.el (inhibit-splash-screen, initial-scratch-message):
9288 Doc fixes.
9289
9290 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9291
9292 Sync with Tramp 2.0.52.
9293
9294 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
9295 net/tramp-vc.el: Add code for unloading Tramp. See comment before
9296 `tramp-unload-tramp' for checklist.
9297
9298 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
9299 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
9300 (tramp-unload-file-name-handler-alist)
9301 (tramp-unload-tramp): New defuns.
9302 (tramp-advice-PC-expand-many-files): New defadvice.
9303 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
9304 removed.
9305 (tramp-handle-expand-file-name): Remove double slash.
9306 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
9307 It doesn't matter, because it will be converted later on.
9308 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
9309 implementation was just heuristic.
9310 (tramp-post-connection): Set uid and gid properties.
9311 (tramp-convert-file-attributes): Set file's gid change bit.
9312 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
9313 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
9314 in case of su(do)? methods. The home directory of the local user
9315 will be taken else.
9316 (tramp-open-connection-telnet)
9317 (tramp-open-connection-rsh, tramp-open-connection-su)
9318 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
9319 local shell prompt could hurt. Reported by Romain Francoise
9320 <romain@orebokech.com>.
9321 (tramp-let-maybe): Add `edebug-form-spec' property.
9322 (tramp-handle-expand-file-name): Bind `default-directory' locally
9323 to "/" in order to avoid problems with UNC shares or Cygwin
9324 mounts.
9325 (tramp-md5-function): Fix typo in error message.
9326
9327 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
9328
9329 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
9330 for byte-compiler pacification.
9331
9332 2006-01-22 Andre Spiegel <spiegel@gnu.org>
9333
9334 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
9335 ID-FORMAT `string'. This allows us to get rid of
9336 `vc-user-login-name UID'.
9337
9338 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
9339
9340 2006-01-22 John Paul Wallington <jpw@pobox.com>
9341
9342 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
9343
9344 2006-01-21 Martin Rudalics <rudalics@gmx.at>
9345
9346 * emacs-lisp/find-func.el (find-definition-noselect)
9347 (find-variable-noselect): Search variables in C source code too.
9348 (find-function-C-source, find-function-noselect, find-function)
9349 (find-function-other-frame, find-variable-noselect, find-variable)
9350 (find-variable-other-frame, find-variable-at-point):
9351 Fix docstrings.
9352
9353 2006-01-21 Francesco Potorti` <pot@gnu.org>
9354
9355 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
9356
9357 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
9358
9359 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
9360 Default to disabling the "Save affix" question.
9361
9362 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
9363
9364 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
9365 the first arg to run-python.
9366
9367 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9368
9369 * startup.el (command-line-1): Handle --no-desktop if desktop.el
9370 is not loaded.
9371
9372 2006-01-20 Jay Belanger <belanger@truman.edu>
9373
9374 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
9375 limit is 0.
9376
9377 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
9378 the correct variable.
9379
9380 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
9381
9382 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
9383 link. Fixed buggy argument sequence in call to `org-view-tags'.
9384 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9385 (org-prefix-has-tag): New variable.
9386 (org-format-agenda-item): Remove tags from headline if
9387 appropriate.
9388 (org-agenda-remove-tags-when-in-prefix): New option.
9389 (org-get-tags-at): New function.
9390
9391 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
9392
9393 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
9394 (thumbs-find-image): Move image name and number from buffer name
9395 to mode name. Set thumbs-buffer. Preserve point so that large
9396 images remain visible.
9397 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
9398 order.
9399 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
9400 mode name.
9401 (thumbs-next-image, thumbs-previous-image): Make them work.
9402
9403 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
9404
9405 * cus-edit.el (custom-buffer-create-internal): State in the text above
9406 the whole buffer buttons that they do not operate on hidden items.
9407 (custom-face-menu): Use `custom-face-save' instead of
9408 `custom-face-save-command'.
9409 (custom-face-save-command): Make it an alias for `custom-face-save'
9410 and declare it obsolete.
9411 (custom-face-save): Doc fix.
9412
9413 * dired.el (dired-no-confirm): Add quote.
9414 (dired-subdir-alist-pre-R): Add quote in
9415 `make-variable-buffer-local' form and remove unbalanced parenthesis.
9416
9417 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * textmodes/table.el (table-mode-indicator): Typo in last change.
9420
9421 2006-01-19 Richard M. Stallman <rms@gnu.org>
9422
9423 * outline.el (hide-leaves): Don't call outline-end-of-heading.
9424 Fixes bug reported in Nov 2005.
9425
9426 * isearch.el (isearch-forward): Doc fix.
9427
9428 * dired.el (dired-move-to-filename-regexp): Define as alias.
9429 (dired-no-confirm): Use defcustom.
9430 (dired-subdir-alist-pre-R): Put defvar at top level.
9431
9432 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
9433
9434 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9435 Mark as risky.
9436
9437 * simple.el (set-mark-command): Doc fix.
9438 (clone-indirect-buffer-other-window):
9439 Read arg like clone-indirect-buffer.
9440 (move-beginning-of-line): Skip invisible newlines.
9441
9442 2006-01-19 Masatake YAMATO <jet@gyve.org>
9443
9444 * progmodes/cpp.el (cpp-edit-load): Make the order of
9445 listed conditions in a base C code buffer and its associate
9446 CPP Edit buffer the same.
9447
9448 2006-01-19 Kenichi Handa <handa@m17n.org>
9449
9450 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
9451 (rmail-mime-feature): Likewise.
9452 (rmail-require-mime-maybe): Use display-warning to show a warning
9453 message.
9454
9455 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
9456 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
9457
9458 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * array.el: Move defvars out of eval-when-compile.
9461 (array-make-template): Replace undeclared global var with a local one.
9462 (array-mode): Inline initialization functions.
9463 (array-init-local-variables, array-init-max-row)
9464 (array-init-max-column, array-init-columns-per-line)
9465 (array-init-field-width, array-init-rows-numbered)
9466 (array-init-line-length, array-init-lines-per-row): Remove.
9467
9468 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
9469 (doc-mode-map): Define explicitly.
9470 (doctor-txtype): Use mapc.
9471
9472 * textmodes/table.el: Move defvars out of eval-when-compile.
9473 Remove harmful code meant to avoid byte-compiler warnings.
9474 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
9475 specification that checks table-fixed-width-mode directly.
9476 (table-recognize-region, table-recognize-cell):
9477 Use restore-buffer-modified-p.
9478 (table-fixed-width-mode): Remove code that refreshes
9479 table-fixed-mode-indicator.
9480 (*table--cell-describe-bindings, *table--cell-describe-mode):
9481 Avoid obsolete name print-help-return-message.
9482 (table--test-cell-list): Don't use replace-regexp from elisp.
9483 (table--point-entered-cell-function, table--point-left-cell-function):
9484 Don't set table-fixed-mode-indicator, use force-mode-line-update.
9485
9486 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
9487 that was after the end of file. Use buffer-file-name variable.
9488 (org-timestamp-change): Use with-current-buffer.
9489 (org-todo-list): Don't unnecessarily define a new buffer-local var.
9490 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
9491 `file'.
9492
9493 * progmodes/fortran.el: Move defvars out of eval-when-compile.
9494 (fortran-break-line): Remove unused var `opoint'.
9495 (fortran-abbrev-start): Obey help-event-list.
9496
9497 2006-01-18 Jesper Harder <harder@phys.au.dk>
9498
9499 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
9500
9501 2006-01-18 Masatake YAMATO <jet@gyve.org>
9502
9503 * progmodes/make-mode.el (makefile-imake-mode): New mode
9504 derived from makefile-mode.
9505 (makefile-imake-mode-syntax-table): New syntax table
9506 derived from makefile-mode-syntax-table.
9507 (makefile-mode): Write about makefile-imake-mode in doc string.
9508 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
9509 (makefile-imake-font-lock-keywords): New font lock keywords.
9510
9511 * files.el (auto-mode-alist): Add Imakefile.
9512
9513 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
9514
9515 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
9516 loading the file rather than when turning on flyspell-mode.
9517
9518 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
9519
9520 * cus-edit.el (customize-rogue): Minor doc fix.
9521
9522 2006-01-17 Juri Linkov <juri@jurta.org>
9523
9524 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
9525 instead of the file at the mark as default if the file at the mark
9526 is the same as the file at point or if dired-dwim-target-directory
9527 is not the same as the current directory and the mark is not active.
9528
9529 * log-view.el (log-view-minor-wrap): Use the same logic to get
9530 revisions as `log-view-diff'.
9531
9532 * info.el (Info-revert-find-node): Check for Info-current-file
9533 before preserving new-history.
9534
9535 * man.el (Man-heading-regexp): Add `/'.
9536
9537 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
9538 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
9539
9540 2006-01-16 Juri Linkov <juri@jurta.org>
9541
9542 * faces.el (mode-line-faces): New defgroup.
9543 (mode-line-highlight): Move definition after new defgroup.
9544 (mode-line, mode-line-inactive, mode-line-highlight):
9545 Replace :group `modeline' with `mode-line-faces'.
9546 (mode-line-buffer-id): New face.
9547 (modeline-buffer-id): New face alias.
9548 (vertical-border): Remove :group `modeline'.
9549
9550 * bindings.el (propertized-buffer-identification): Use face
9551 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
9552 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
9553 (mode-line-buffer-identification-keymap): For mouse-1 replace
9554 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
9555 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
9556 mouse-3.
9557
9558 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
9559 Buffer-menu-buffer. Doc fix.
9560 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
9561 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
9562 `Buffer-menu-buffer'.
9563
9564 * info.el (Info-mode-line-node-keymap): New defvar.
9565 (Info-set-mode-line): Use `stringp' to check Info-current-file.
9566 Propertize Info-current-node with `mode-line-buffer-id' and
9567 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
9568
9569 * time.el (display-time-mail-face): Replace :group `faces' with
9570 `mode-line-faces'.
9571
9572 2006-01-16 Kenichi Handa <handa@m17n.org>
9573
9574 * international/code-pages.el: Add autoload cookies for cp125[0345678].
9575
9576 * language/european.el (cp1252): New alias for windows-1252.
9577
9578 * international/mule.el (autoload-coding-system): Prepare for EOL
9579 variants.
9580
9581 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
9582
9583 * term.el (term-raw-map): Add mapping for insert.
9584 (term-send-insert): New.
9585 (term-mode): Make variables local here instead of doing it in
9586 `term-emulate-terminal'.
9587 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
9588 Scroll reverse needs to take into account the scroll region.
9589 Saving and restoring the cursor should save the color attributes too.
9590 (term-reset-terminal): Reset the scroll region.
9591 (term-handle-ansi-escape): Cursor up and down should take into
9592 account the scroll region.
9593 (term-set-scroll-region): Rename from `term-scroll-region'.
9594 Move to 0,0 after setting the region.
9595 (term-handle-scroll): Handle scroll up.
9596 (term-down): Fix off by one error.
9597 (term-delete-lines): Do not delete outside the scroll region.
9598 (term-insert-lines): Take into account the scroll region.
9599
9600 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * textmodes/ispell.el (ispell-internal-change-dictionary)
9603 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
9604 (start, end): Move declaration outside of eval-when-compile.
9605
9606 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
9607 (flyspell-mode-on): Use it.
9608
9609 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
9610 ispell-kill-ispell-hook.
9611
9612 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
9613
9614 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9615 (Custom-reset-saved): Do not ask for confirmation in single option
9616 buffers.
9617
9618 2006-01-13 Richard M. Stallman <rms@gnu.org>
9619
9620 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
9621
9622 2006-01-13 Romain Francoise <romain@orebokech.com>
9623
9624 * add-log.el (add-change-log-entry, change-log-merge):
9625 Conditionally use `hard-newline'.
9626
9627 2006-01-13 Martin Rudalics <rudalics@gmx.at>
9628
9629 * wid-edit.el (widget-field-end): If the overlay is no longer
9630 associated with a buffer, behave as if the overlay didn't exist.
9631
9632 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
9633 Make sure the links use the `custom-link' face.
9634
9635 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
9638 (ld-script-mode): Don't set indent-line-function since we don't
9639 have one.
9640
9641 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9642
9643 * textmodes/org.el (org-open-file): Use mailcap for selecting an
9644 application.
9645 (org-file-apps-defaults-gnu): Use mailcap as the default for
9646 selecting an application on a UNIX system.
9647 (org-agenda-show-tags): New command.
9648 (org-table-insert-hline): Keep cursor in current table line.
9649 (org-table-convert): Offset effect of modifying
9650 `org-table-insert-hline'.
9651 (org-format-agenda-item): New optional argument TAG.
9652 (org-compile-prefix-format): Handle %T format for the tag.
9653 (org-expand-wide-chars): New function.
9654 (org-table-insert-row, org-table-insert-hline):
9655 Use `org-expand-wide-chars'.
9656 (org-open-file): Fix bug in program launch.
9657 (org-get-time-of-day): Fix bug with times before 1am.
9658 (org-agenda-menu): Add tags commands.
9659
9660 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
9661
9662 * textmodes/ispell.el (ispell-init-process): Include the used
9663 dictionary in ispell process start message.
9664 (ispell-internal-change-dictionary): When flyspell-mode is active
9665 and dictionary is changed, make sure ispell process is restarted
9666 and flyspell word cache cleared out for the current buffer.
9667 (ispell-change-dictionary): Make sure flyspell word cache is
9668 cleared out in all buffers with active flyspell mode when
9669 dictionary is globally changed.
9670 Call ispell-internal-change-dictionary after dictionary change.
9671
9672 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9673
9674 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9675
9676 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
9677 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
9678 years. Fix small differences wrt Makefile.in.
9679 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
9680 Makefile.in does.
9681
9682 2006-01-12 Bill Wohler <wohler@newt.com>
9683
9684 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
9685 mh-search.el.
9686
9687 2006-01-12 Masatake YAMATO <jet@gyve.org>
9688
9689 * progmodes/ld-script.el: Update copyright year.
9690
9691 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
9692
9693 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
9694 Don't add widget if setting undefined.
9695
9696 2006-01-12 John Paul Wallington <jpw@pobox.com>
9697
9698 * help-fns.el (describe-variable): Remove newlines from void
9699 variable output.
9700
9701 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
9702
9703 * wdired.el (wdired-mode-map): Add help echo for
9704 wdired-abort-changes.
9705
9706 * man.el (Man-file-name-regexp): Adjust for a list of files.
9707
9708 2006-01-12 Masatake YAMATO <jet@gyve.org>
9709
9710 * progmodes/ld-script.el (auto-mode-alist): Support
9711 suffix conventions used in netbsd and eCos.
9712
9713 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
9714
9715 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
9716 (custom-variable-menu, custom-face-menu, custom-group-menu)
9717 (Custom-mode-menu): Change names of menu items. (As discussed on
9718 emacs-devel.)
9719 (custom-face-menu): Add "Undo Edits" item.
9720
9721 * startup.el (init-file-user): defcustom -> defvar.
9722
9723 * tooltip.el (tooltip-mode): Doc fix.
9724
9725 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * reveal.el (reveal-post-command): window-buffer signals an error on
9728 dead windows rather than returning nil.
9729 (reveal-open-new-overlays): An overlay might die while we open others.
9730
9731 2006-01-11 Bill Wohler <wohler@newt.com>
9732
9733 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
9734 phrasing in docstring.
9735
9736 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
9737 can give some systems gas. Add new file mh-buffers.el.
9738
9739 2006-01-06 Masatake YAMATO <jet@gyve.org>
9740
9741 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
9742 C preprocessor forward ported from GNU Emacs 21.2.
9743
9744 * progmodes/asm-mode.el (asm-font-lock-keywords):
9745 Use `cpp-font-lock-keywords'.
9746
9747 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
9748
9749 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
9750 of $ for "\\.ld[s]?".
9751
9752 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
9755 (tcl-indent-line): Return `noindent' if inside a string.
9756
9757 * progmodes/flymake.el (flymake-split-string): Remove more than one
9758 empty string at beg/end of the result.
9759 (flymake-find-buildfile, flymake-find-possible-master-files):
9760 Use expand-file-name.
9761 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
9762 since expand-file-name does it for us. Use directory-file-name.
9763 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
9764 (flymake-ler-get-type, flymake-ler-get-text)
9765 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
9766 (flymake-current-line-no): Remove spurious interactive spec.
9767 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
9768 (flymake-check-include): Remove arg inc-path merged into inc-name.
9769 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
9770 Arg regexp-list replaced by a simple regexp.
9771 (flymake-master-make-header-init, flymake-master-tex-init):
9772 Correspondingly replace regexp-list with a regexp. Fix regexp.
9773
9774 2006-01-10 Simon Josefsson <jas@extundo.com>
9775
9776 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
9777 describing AUTH PLAIN fix.
9778
9779 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9780
9781 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
9782 (report-emacs-bug): Don't record initial prompt text.
9783 Instead, add text properties to prompting text.
9784 (report-emacs-bug-hook): Delete prompting text.
9785
9786 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
9789 `dirs'. Adjust callers.
9790
9791 2006-01-09 John Paul Wallington <jpw@gnu.org>
9792
9793 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
9794
9795 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * reveal.el (reveal-open-new-overlays): New extracted fun.
9798 (reveal-close-old-overlays): Idem. Check overlays's liveness before
9799 using them. Simplify the code.
9800 (reveal-post-command): Use them. Fix up obsolete windows in
9801 reveal-open-spots.
9802
9803 * progmodes/flymake.el: Use `require' rather than autoload for
9804 XEmacs's overlays.
9805 (flymake-get-common-file-prefix, flymake-build-relative-filename):
9806 Delete. Use file-relative-name instead.
9807 (flymake-get-syntax-check-program-args, flymake-perl-init):
9808 Simplify the resulting code.
9809
9810 * log-view.el (log-view-file-re, log-view-message-re): Add support
9811 for DaRCS output.
9812
9813 2006-01-09 Alex Schroeder <alex@gnu.org>
9814
9815 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
9816 identifiers sometimes added in square brackets at the beginning of
9817 subject lines.
9818
9819 2006-01-07 Richard M. Stallman <rms@gnu.org>
9820
9821 * cus-edit.el (Custom-set, Custom-save): Doc fix.
9822 (Custom-reset-current, Custom-reset-saved): Change question text.
9823 (Custom-reset-standard): Likewise.
9824 (custom-variable-reset-saved): Doc fix.
9825
9826 2006-01-07 Eli Zaretskii <eliz@gnu.org>
9827
9828 * startup.el (init-file-user): Doc fix.
9829
9830 2006-01-07 Alex Schroeder <alex@gnu.org>
9831
9832 * mail/rmail.el (rmail-current-subject): New function.
9833 (rmail-current-subject-regexp): New function.
9834 (rmail-next-same-subject): Use it.
9835
9836 * mail/rmailsum.el (rmail-summary-by-topic):
9837 Use rmail-current-subject and rmail-current-subject-regexp.
9838 (rmail-summary-next-same-subject): Ditto.
9839
9840 * net/rcirc.el (rcirc-send-input): No longer check whether the
9841 process is open, since not all commands need an open process.
9842 (rcirc-send-string): Check whether the process is open before
9843 sending anything.
9844 (rcirc-ignore-list): New option.
9845 (rcirc-ignore-list-automatic): New variable.
9846 (rcirc-print): Take rcirc-ignore-list into account.
9847 (rcirc-cmd-ignore): New command.
9848 (rcirc-ignore-update-automatic): New function.
9849 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
9850 list if ignored nicks.
9851 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
9852
9853 2006-01-06 David Reitter <david.reitter@gmail.com>
9854
9855 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
9856 reflect the address to which the report will be sent.
9857
9858 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9859
9860 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
9861 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
9862
9863 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
9864
9865 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
9866
9867 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
9868 the doc string: "functoin" => "function".
9869 * ldefs-boot.el: Likewise.
9870
9871 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
9872 message text: "Duplicat" => "Duplicate".
9873
9874 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
9875
9876 * files.el (basic-save-buffer-2): If backing-up failed, reset
9877 buffer-backed-up to nil.
9878
9879 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
9880
9881 * progmodes/gud.el (gdb-script-skip-to-head)
9882 (gdb-script-calculate-indentation): Indent for breakpoint command
9883 lists also.
9884
9885 2006-01-05 Bill Wohler <wohler@newt.com>
9886
9887 * Makefile.in (compile-always): Add mh-autoloads dependency.
9888 (bootstrap): Remove mh-autoloads dependency, as compile dependency
9889 provides it.
9890 (updates): Remove mh-autoloads dependency, since it probably has
9891 already run recently (via recompile).
9892
9893 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
9896 argument `force' to disable the flyspell-last-buffer optimization.
9897 (flyspell-mode-on): Use it.
9898
9899 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
9900 flymake-simple-cleanup.
9901 (flymake-allowed-file-name-masks): Use this new default.
9902 All the functions are now called in the right buffer rather than
9903 passing the buffer as argument.
9904 (flymake-process-sentinel): Switch to buffer before calling cleanup.
9905 (flymake-parse-err-lines): Remove redundant buffer arg.
9906 (flymake-get-program-dir): Comment out unused function.
9907 (flymake-start-syntax-check, flymake-start-syntax-check-process):
9908 Remove redundant buffer argument.
9909 (flymake-get-real-file-name, flymake-simple-java-cleanup)
9910 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
9911
9912 2006-01-05 Richard M. Stallman <rms@gnu.org>
9913
9914 * info.el (Info-find-node): Don't record previous node if have none.
9915 (info): Go to directory only if history is empty.
9916
9917 * simple.el (mark): Doc fix.
9918
9919 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9920
9921 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
9922 already of desired type.
9923 (mac-ae-list): Coerce parameter to "list" type.
9924 (mac-dispatch-apple-event): Replace cadr part of event with a
9925 dummy position so that event-start returns it.
9926
9927 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9928
9929 * textmodes/org.el (org-end-of-subtree): New function.
9930 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
9931 Use `org-end-of-subtree'.
9932 (org-agenda, org-agenda-convert-date): Protect calls to
9933 `fit-window-to-buffer'.
9934 (org-tags-view): Force matching of sublevels when doing a
9935 todo-only search. Define the correct redo command, including the
9936 arguments.
9937 (org-agenda-redo): Display message.
9938 (org-check-for-org-mode): New function.
9939 (org-agenda-type): New variable.
9940 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9941 Set `org-agenda-type'.
9942 (org-agenda-check-type): New function.
9943 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9944 (org-agenda-week-view, org-agenda-day-view)
9945 (org-agenda-next-date-line, org-agenda-previous-date-line)
9946 (org-agenda-log-mode, org-agenda-toggle-diary)
9947 (org-agenda-toggle-time-grid, org-agenda-date-later)
9948 (org-agenda-date-prompt, org-agenda-diary-entry)
9949 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
9950 (org-agenda-convert-date, org-agenda-menu):
9951 Use `org-agenda-check-type'.
9952 (org-make-overlay, org-delete-overlay)
9953 (org-detatch-overlay, org-move-overlay, org-overlay-put):
9954 New compatibility functions.
9955 (org-calendar-select-mouse): New command.
9956
9957 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
9960 (Custom-reset-standard): Fix y-or-n-p messages.
9961 (custom-link): New face for links.
9962 (custom-buffer-create-internal, custom-manual): Use it.
9963 (custom-face-save): Push to theme-face before setting face spec.
9964
9965 * wid-edit.el (widget-default-mouse-face-get): New function.
9966 (widget-specify-button): Handle mouse-face like button-face.
9967
9968 * custom.el (load-theme): Clear old theme settings if reloading.
9969
9970 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
9971
9972 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
9973 "Erase Customization" button back to same position it occupies in
9974 the individual State menus.
9975
9976 2006-01-04 Kim F. Storm <storm@cua.dk>
9977
9978 * wid-edit.el (key-sequence): Rework widget to read key binding
9979 using `kbd' syntax. Use C-q to insert literal key, event, or code.
9980 (widget-key-sequence-default-value): Default value for empty sequence.
9981 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
9982 (widget-key-sequence-read-event): New command for C-q.
9983 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
9984 (widget-key-sequence-value-to-external): New functions.
9985
9986 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
9989 Use expand-file-name.
9990 (flymake-delete-temp-directory): Use expand-file-name,
9991 file-name-directory, and directory-file-name.
9992 (flymake-strrchr): Delete.
9993 (flymake-start-syntax-check): Don't pass the redundant buffer argument
9994 to the init-f function.
9995 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
9996 (flymake-init-find-buildfile-dir)
9997 (flymake-init-create-temp-source-and-master-buffer-copy)
9998 (flymake-simple-make-init-impl, flymake-simple-make-init)
9999 (flymake-master-make-init, flymake-master-make-header-init)
10000 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
10001 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
10002 (flymake-xml-init): Remove corresponding redundant buffer argument.
10003 (flymake-allowed-file-name-masks): Remove last elems that are equal to
10004 the default anyway. Clean up regexps.
10005
10006 * progmodes/flymake.el (flymake-temp-source-file-name)
10007 (flymake-master-file-name, flymake-temp-master-file-name)
10008 (flymake-base-dir): New buffer-local vars.
10009 (flymake-buffer-data, flymake-get-buffer-value)
10010 (flymake-set-buffer-value): Replace those hash-tables by the new
10011 buffer-local vars. Update callers.
10012
10013 * progmodes/flymake.el (flymake-check-start-time)
10014 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
10015 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
10016 Move definition, so we can remove redundant earlier declaration.
10017 (flymake-replace-regexp-in-string, flymake-split-string)
10018 (flymake-get-temp-dir): Use defalias.
10019 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
10020 (flymake-xemacs-window-edges): Remove unused function.
10021 (flymake-get-point-pixel-pos): Move.
10022 (flymake-pid-to-names, flymake-reg-names)
10023 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
10024 Replace by a simple list flymake-processes and by process-buffer.
10025 Update callers. Other than simplify the code, it uses buffers rather
10026 than buffer-names so it doesn't get confused by uniquify.
10027 (flymake-buffer-data): The global value should just be nil.
10028
10029 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
10030 Optimize the body of a defalias like any other code.
10031
10032 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
10033 Make sure we've setup font-lock's vars. It may influence which
10034 function we then call.
10035 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
10036 here since it's too late anyway.
10037
10038 2006-01-03 Romain Francoise <romain@orebokech.com>
10039
10040 * startup.el (fancy-splash-tail, normal-splash-screen):
10041 Update copyright year.
10042
10043 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
10044
10045 * mouse.el (mouse-drag-track): Rename, from
10046 `mouse-drag-region-1'. Includes optional argument required to
10047 enable post-drag event processing (e.g. delete region keys).
10048 Can be used without this argument to track a mouse region and operate
10049 on it as soon as the drag completes.
10050 (mouse-drag-region): Use `mouse-drag-track'.
10051
10052 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
10053
10054 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
10055 Move to `custom-buffer' group.
10056
10057 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
10058 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
10059 (custom-theme-insert-face-marker, custom-theme-variable-menu)
10060 (custom-theme-face-menu): New variables.
10061 (custom-theme-add-variable, custom-theme-variable-action)
10062 (custom-variable-reset-theme, custom-theme-delete-variable)
10063 (custom-face-reset-theme, custom-theme-face-action)
10064 (custom-theme-delete-face, custom-theme-merge-theme)
10065 (custom-theme-add-face, custom-theme-visit-theme): New functions.
10066
10067 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * custom.el: Move Custom Themes commentary to start of theme code.
10070 (custom-known-themes): Rename `standard' theme to `changed'.
10071 (custom-push-theme): Caller no longer specifies what theme to use
10072 when doing `reset'---the setting is simply removed from the theme.
10073 Delete MODE from `theme-value' and `theme-settings' properties.
10074 (custom-declare-theme): Ignore &rest args since we don't use them.
10075
10076 (custom-loaded-themes): Delete variable.
10077 (custom-theme-load-themes, custom-theme-loaded-p)
10078 (custom-theme-value): Delete functions.
10079
10080 (custom-declare-theme): Signal error on invalid theme names.
10081 (provide-theme): custom-loaded-themes was deleted.
10082 (load-theme): Load the file unconditionally.
10083 (enable-theme): Call `load-theme' if theme is undefined.
10084 (custom-enabled-themes): Only update value for successful loads.
10085 (disable-theme): Complete from enabled themes when interactive.
10086 (custom-variable-theme-value): Calculate theme value directly.
10087
10088 (custom-theme-reset-variables, custom-reset-variables): Mark as
10089 XEmacs compatibility functions. We don't actually use these.
10090
10091 * cus-edit.el (custom-variable-state-set):
10092 Use custom-variable-theme-value instead of custom-theme-value.
10093 (custom-face-state-set): Rename `standard' theme to `changed'.
10094 (custom-save-variables, custom-save-faces): Delete unneeded
10095 references to custom-reset-variables.
10096 (custom-save-resets): Delete function.
10097 (custom-save-variables, custom-save-faces): MODE argument deleted.
10098 (custom-save-variables, custom-save-faces): Ignore theme values.
10099
10100 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
10101 compatibility function.
10102
10103 2006-01-01 Richard M. Stallman <rms@gnu.org>
10104
10105 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
10106 (Custom-reset-current, Custom-reset-saved): Likewise.
10107 (Custom-reset-standard): Show message if aborted.
10108 (custom-mode): Doc fix, describing those commands.
10109
10110 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
10111 put on event-kind property.
10112
10113 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
10114
10115 * custom.el (provide-theme): Ban `user' theme name.
10116 (custom-enabling-themes): New variable.
10117 (enable-theme): Don't enable user if custom-enabling-themes is t.
10118 (custom-enabled-themes): Make it a defcustom.
10119 (custom-theme-recalc-face): No-op if face is undefined.
10120
10121 * cus-edit.el (custom-button-mouse): New variable.
10122 (custom-button-mouse): New face.
10123 (custom-raised-buttons, custom-mode): Use it.
10124
10125 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
10126
10127 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10128
10129 * progmodes/gud.el (gud-display-line): Support hl-line in the
10130 source buffer.
10131
10132 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10133
10134 * mouse.el (mouse-drag-window-above): Verify that the found window
10135 overlaps with the given window in the horizontal dimension.
10136
10137 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10138
10139 * Makefile.in (cvs-update): New target.
10140
10141 * makefile.w32-in (cvs-update): Ditto.
10142
10143 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
10144
10145 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
10146 (custom-new-theme-mode-map): New variable.
10147
10148 2005-12-30 Richard M. Stallman <rms@gnu.org>
10149
10150 * custom.el (custom-load-themes): Function deleted.
10151
10152 * cus-edit.el (custom-save-loaded-themes): Function deleted.
10153 (custom-save-variables): Don't delete or add custom-load-themes call.
10154
10155 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
10156
10157 * cus-start.el: Add `visible-cursor'.
10158
10159 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
10160 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
10161 (flymake-process-filter): Switch to buffer before calling it instead.
10162 (flymake-post-syntax-check, flymake-highlight-err-lines)
10163 (flymake-delete-own-overlays, flymake-parse-err-lines)
10164 (flymake-start-syntax-check, flymake-start-syntax-check-process)
10165 (flymake-count-lines, flymake-parse-residual):
10166 Remove constant buffer argument.
10167 (flymake-start-syntax-check-for-current-buffer): Remove.
10168 Update callers to use flymake-start-syntax-check instead.
10169 (flymake-display-err-menu-for-current-line):
10170 Remove unused var `mouse-pos'.
10171 (flymake-restore-formatting): Comment out unused function.
10172 (flymake-report-status, flymake-report-fatal-status): Remove buffer
10173 argument, use current-buffer instead. Update callers.
10174
10175 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10176
10177 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
10178 buffer-local because choose-completion-delete-max-match requires
10179 that we set completion-ignore-case (i.e., binding via let is not
10180 sufficient).
10181 (bibtex-complete): Always set completion-ignore-case and
10182 choose-completion-string-functions. The latter is needed because
10183 choose-completion-string-functions keeps its value if we quit the
10184 *Completions* buffer without requesting a completion.
10185
10186 2005-12-30 Andreas Schwab <schwab@suse.de>
10187
10188 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
10189
10190 2005-12-30 Eli Zaretskii <eliz@gnu.org>
10191
10192 * jit-lock.el (jit-lock-chunk-size): Doc fix.
10193
10194 2005-12-30 Juri Linkov <juri@jurta.org>
10195
10196 * locate.el (locate-fcodes-file, locate-header-face)
10197 * progmodes/delphi.el (delphi-other-face)
10198 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
10199
10200 * paren.el (show-paren-match, show-paren-mismatch): Use existing
10201 group `paren-showing-faces'.
10202
10203 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
10204 (goto-address): Fix docstring.
10205
10206 * net/webjump.el (webjump-sample-sites): Update URLs.
10207
10208 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
10209
10210 * subr.el (cancel-change-group): Add listp around pending-undo-list.
10211
10212 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * font-lock.el (font-lock-compile-keywords): Signal an error when
10215 font-lock-set-defaults hasn't been called.
10216
10217 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
10218
10219 * subr.el (noreturn, 1value): Doc fixes.
10220
10221 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10222
10223 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
10224 that assoc-string returns nil.
10225
10226 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10227
10228 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
10229 (bibtex-entry-type-str, bibtex-empty-field-re)
10230 (bibtex-search-backward-string, bibtex-preamble-prefix)
10231 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
10232 (bibtex-any-valid-entry-type): New variable.
10233 (bibtex-parse-field-name): Simplify.
10234 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
10235 (bibtex-preamble-prefix): Include left delimiter.
10236 (bibtex-search-forward-field, bibtex-search-backward-field):
10237 Allow unbounded search past entry boundaries (required by bibtex-pop).
10238 (bibtex-text-in-field-bounds): Use push.
10239 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
10240 (bibtex-parse-preamble, bibtex-valid-entry)
10241 (bibtex-beginning-first-field): New functions.
10242 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
10243 (bibtex-map-entries): Fix docstring.
10244 (bibtex-flash-head): New arg prompt. Simplify.
10245 (bibtex-enclosing-field): Include code of bibtex-inside-field.
10246 (bibtex-insert-kill): Simplify. Always insert text past the
10247 current field or entry.
10248 (bibtex-format-entry): Use bibtex-parse-field.
10249 (bibtex-pop): Use bibtex-beginning-of-entry and
10250 bibtex-end-of-entry to initiate the search. Insert empty field if
10251 we found ourselves.
10252 (bibtex-print-help-message): New args field and comma.
10253 Handle entry keys.
10254 (bibtex-make-field): Use bibtex-beginning-of-entry.
10255 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
10256 invalid entry.
10257 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
10258 Handle preambles. Simplify code for thorough test.
10259 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
10260 New arg comma. Handle entry heads.
10261 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
10262 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
10263 New arg comma.
10264 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
10265 (bibtex-fill-field): Simplify.
10266 (bibtex-fill-entry): Use bibtex-beginning-first-field and
10267 bibtex-parse-field.
10268 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
10269 (bibtex-complete): Use bibtex-parse-preamble.
10270
10271 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
10272
10273 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
10274 Display name of expression instead of convenience variable.
10275 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
10276
10277 * progmodes/gud.el (gud-tooltip-dereference): Rename from
10278 toggle-gud-tooltip-dereference.
10279 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
10280 (gud-tooltip-tips): ...here when dereferencing.
10281
10282 2005-12-28 Bill Wohler <wohler@newt.com>
10283
10284 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
10285
10286 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
10289 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
10290 (vc-annotate-display-autoscale): Adjust call.
10291 (vc-annotate-display-default): Adjust call. Make arg compulsory.
10292 Fix interactive spec.
10293 (vc-annotate-time-span): Remove.
10294 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
10295 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
10296 (vc-annotate-display-select): Use new name.
10297
10298 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
10299 (vc-annotate-mode-menu): Remove left-over redundant declaration.
10300 Correct the construction of span entries. Simplify.
10301 (vc-annotate-display-select): Fix the nil case.
10302 (vc-annotate): Remove obsolete (and now broken) code.
10303 (vc-annotate-extract-revision-at-line): Remove obsolete code.
10304 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
10305
10306 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
10307
10308 * subr.el (lazy-completion-table): Correct typo in docstring.
10309
10310 * startup.el (command-line): Use `custom-reevaluate-setting' for
10311 `send-mail-function'.
10312
10313 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
10314
10315 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
10316
10317 * mail/smtpmail.el (smtpmail-try-auth-methods):
10318 Send credentials together with "AUTH PLAIN" command.
10319
10320 2005-12-27 Richard M. Stallman <rms@gnu.org>
10321
10322 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
10323 mouse-2, go back to previously selected window, so it's selected
10324 when mouse-2 command runs.
10325
10326 2005-12-27 Juri Linkov <juri@jurta.org>
10327
10328 * descr-text.el (describe-text-sexp): Use square brackets for
10329 button [Show] to distinguish it from the property value `show'.
10330 (describe-property-list): Use `insert-text-button' with
10331 `help-face' type instead of putting face in quotes, because button
10332 is not created automatically for a list of faces.
10333 (describe-text-properties-1): Put button-type value in quotes to
10334 distinguish from plain text "button".
10335 (describe-char): Display code point values in hex. Don't use
10336 `symbol-name' for `current-input-method' because it is a string.
10337 Use `insert-text-button' with `help-face' type instead of putting
10338 hardcoded face in quotes, because button is not created automatically.
10339
10340 2005-12-27 Richard M. Stallman <rms@gnu.org>
10341
10342 * progmodes/glasses.el (glasses-face): More specific custom type.
10343
10344 * files.el (set-visited-file-name): Doc fix.
10345
10346 * textmodes/flyspell.el (flyspell-external-point-words):
10347 Use local var buffer-scan-pos to advance scan for next misspelling.
10348 Advance it only after we find the misspelling.
10349
10350 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
10351
10352 * textmodes/flyspell.el (flyspell-external-point-words):
10353 New criteria for finding the misspelling in the buffer.
10354
10355 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
10356
10357 * help-mode.el (help-insert-string): Set help-xref-stack-item
10358 rather than call help-setup-xref.
10359
10360 * descr-text.el (describe-char): Revert previous changes for
10361 optional buffer argument.
10362
10363 2005-12-27 Juri Linkov <juri@jurta.org>
10364
10365 * help-mode.el (help-insert-string): New function. Save buffer
10366 contents in cases where it is impossible to recompute the old contents.
10367
10368 * descr-text.el (describe-char): Set help-xref-stack-item
10369 explicitly after buffer has been generated.
10370
10371 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10372
10373 * cus-start.el (all): Add x-gtk-show-hidden-files.
10374
10375 2005-12-26 Richard M. Stallman <rms@gnu.org>
10376
10377 * replace.el (perform-replace): Calculate match-again
10378 before skipping read-only matches.
10379
10380 * paren.el (paren-showing-faces): New group.
10381 (show-paren-match, show-paren-mismatch): Move to that group.
10382
10383 * button.el (button): Put into group `basic-faces'.
10384
10385 * progmodes/make-mode.el: Remove faces from group `faces'.
10386
10387 * apropos.el (apropos, apropos-value): Doc fix.
10388 (apropos-documentation): Doc fix.
10389
10390 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * subr.el (lazy-completion-table): Remove argument `args'.
10393
10394 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10395 Don't use the `args' argument of lazy-completion-table.
10396
10397 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
10398
10399 * descr-text.el (describe-char): Add optional argument for buffer.
10400 Set buffer appropriately. Call help-setup-xref.
10401 Suggested by Stefan Monnier.
10402
10403 2005-12-26 Juri Linkov <juri@jurta.org>
10404
10405 * descr-text.el: Require `help-fns' at runtime. Don't require
10406 `button' for byte compilation.
10407 (describe-text-widget): Add `help-echo' for first button.
10408 Use `help-info' for second.
10409 (describe-property-list): Use `help-argument-name' instead of `italic'.
10410 (describe-text-category): Add prompt to interactive spec.
10411 Call `help-setup-xref'.
10412 (describe-char): Use `help-character-set'. Add `help-echo' for
10413 code point. Use `help-input-method'. Remove superfluous insert.
10414
10415 2005-12-25 Richard M. Stallman <rms@gnu.org>
10416
10417 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
10418 at point, in case of narrowing.
10419
10420 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
10421
10422 * locate.el (locate-header-face): Allow nil in type.
10423
10424 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
10425
10426 2005-12-25 Romain Francoise <romain@orebokech.com>
10427
10428 * battery.el (battery-linux-proc-acpi): Also try
10429 `/proc/acpi/thermal_zone/THM0/temperature'.
10430
10431 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
10432
10433 * custom.el (custom-push-theme): Fix docstring.
10434
10435 * cus-edit.el (custom-variable-set, custom-variable-save)
10436 (custom-variable-save): Custom-quote widget values.
10437 (customize-save-variable): Fix custom-push-theme call.
10438
10439 2005-12-24 Eli Zaretskii <eliz@gnu.org>
10440
10441 * w32-fns.el (w32-batch-update-autoloads): New function.
10442
10443 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
10444 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
10445 from the command line.
10446
10447 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
10448
10449 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
10450 reset means to remove setting from theme entirely. Don't keep
10451 expanding theme-settings list; delete old entries if necessary.
10452
10453 * cus-edit.el (custom-buffer-create-internal): Move "Erase
10454 customization" button one line up.
10455 (custom-themed): New face.
10456 (custom-magic-alist): New value, THEMED, for theme settings.
10457 (custom-variable-state-set, custom-face-state-set):
10458 Check theme-value instead of saved-value.
10459 (custom-variable-reset-standard, custom-face-reset-standard):
10460 Remove theme setting entirely. Recalculate new values.
10461 (custom-variable-set, custom-variable-set)
10462 (custom-variable-reset-saved, custom-variable-reset-backup)
10463 (custom-face-set, custom-face-reset-saved): Update `user' theme.
10464 (custom-variable-save): Fix typos.
10465
10466 2005-12-23 Juri Linkov <juri@jurta.org>
10467
10468 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
10469 Add autoload cookies.
10470 (edebug-outside-d-c-i-n-s-w): New variable.
10471 (edebug-display, edebug-outside-excursion): Use it to save the
10472 original value of default-cursor-in-non-selected-windows.
10473 Set default-cursor-in-non-selected-windows to t while Edebug
10474 is active.
10475 (edebug-mode, edebug-eval-mode): Doc fix.
10476
10477 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
10478 with `buffer-substring-no-properties' to remove common substring
10479 highlighting.
10480
10481 * info.el (info-other-window, info): Rename function argument
10482 `file' to `file-or-node'.
10483 (Info-complete-menu-item): Use local variable `complete-nodes' to
10484 keep the global value of `Info-complete-nodes' unchanged for
10485 subsequent completions.
10486 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
10487
10488 * simple.el (get-next-valid-buffer, last-buffer)
10489 (next-error-buffer-p, next-error-find-buffer)
10490 (minibuffer-history-sexp-flag): Doc fix.
10491
10492 * savehist.el (savehist-mode-hook): Add `:group'.
10493
10494 * log-view.el: Call autoload for vc-find-version.
10495 (log-view-current-file): Adjust subgroup numbers.
10496 (log-view-current-tag): Add `length'.
10497
10498 2005-12-23 Richard M. Stallman <rms@gnu.org>
10499
10500 * vc.el (vc-annotate-car-last-cons): Defn moved up.
10501
10502 2005-12-23 Juri Linkov <juri@jurta.org>
10503
10504 * hi-lock.el (hi-lock-archaic-interface-message-used)
10505 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
10506 (hi-lock-mode): Display "Hi" in the mode line only when
10507 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
10508 (hi-lock-write-interactive-patterns):
10509 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
10510 (hi-lock-set-pattern, hi-lock-set-file-patterns)
10511 (hi-lock-font-lock-hook): Set 3rd arg `how' of
10512 font-lock-add-keywords to t.
10513
10514 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
10515
10516 * hi-lock.el (hi-lock-highlight-range): New variable.
10517 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
10518 only if font-lock-fontified is non-nil. Remove overlays.
10519 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
10520 font-lock-fontified is non-nil, otherwise use overlays (instead of
10521 text properties).
10522 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
10523 New variables.
10524 (hi-lock-string-serialize) New function.
10525
10526 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10527
10528 * menu-bar.el (menu-find-file-existing): New function.
10529 (menu-bar-file-menu): Use menu-find-file-existing for Open.
10530
10531 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
10532
10533 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * vc.el: Remove unnecessary leading * in docstrings.
10536 (vc-annotate-mode-map): Move initialization into declaration.
10537 (vc-static-header-alist): Nitpick on the regexp.
10538 (vc-default-init-version): New fun.
10539 (vc-register): Use it.
10540 (vc-insert-headers): Use dolist.
10541 (vc-annotate-get-backend): Remove unused function.
10542 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
10543 (vc-annotate-mode): Remove corresponding call.
10544 (vc-annotate-car-last-cons): Simplify.
10545 (vc-annotate-buffers): Remove var.
10546 (vc-annotate-backend): Make it buffer-local.
10547 (vc-annotate): Move the interaction to the interactive spec.
10548 Add a `buf' argument.
10549 (vc-annotate-warp-version): Use this new `buf' argument to avoid
10550 killing&creating a vc-annotate buffer, which is very disruptive when
10551 the buffers are shown in dedicated frames.
10552
10553 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
10554
10555 * descr-text.el: Add FSF as maintainer.
10556 (describe-text-mode, describe-text-mode-map)
10557 (describe-text-mode-hook, describe-text-done): Delete. Use normal
10558 help-mode.
10559 (describe-text-widget, describe-text-sexp)
10560 (describe-property-list, describe-text-category)
10561 (describe-text-properties, describe-text-properties-1)
10562 (describe-char): Use help buttons instead of widgets.
10563 (describe-char-unicodedata-file): Make URL link in doc string.
10564
10565 2005-12-22 Richard M. Stallman <rms@gnu.org>
10566
10567 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
10568 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
10569 Don't include buttons that write a file when there's no file.
10570 (custom-variable-menu, custom-face-menu, custom-group-menu):
10571 Don't include commands that write a file when there's no file.
10572 (customize-browse): Reword the top-of-buffer help intro.
10573 (custom-buffer-create-internal): Fix previous change.
10574 (customize-changed-options-previous-release): Prev release is 21.1.
10575 (customize-changed-options): Doc fix.
10576 (customize-changed): New alias.
10577 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
10578 Say "standard values".
10579 (Custom-reset-standard): Doc fix.
10580 (custom-face-reset-standard): Doc fix.
10581
10582 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
10585 even if font-lock-mode is non-nil since it may be t without having
10586 turned on font-lock-mode-internal.
10587 (font-lock-choose-keywords): Minor optimization.
10588 (font-lock-add-keywords, font-lock-remove-keywords)
10589 (font-lock-set-defaults): Don't call make-local-variable on a variable
10590 that we know to already be local.
10591
10592 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10593
10594 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
10595 messages if in the minibuffer.
10596
10597 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
10600 (tex-mode-flyspell-verify, flyspell-get-word)
10601 (flyspell-external-point-words): Don't use point-min/max uselessly.
10602
10603 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
10604 by Kevin Rodgers. Instead, just hide the completions buffer if we
10605 don't need to show it.
10606
10607 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
10608
10609 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
10610
10611 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
10614 delete-windows-on with an inexistent buffer.
10615
10616 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
10617
10618 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10619 Delete defcustom variable :tag names.
10620
10621 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
10624 (log-view-font-lock-keywords): Ajust subgroup numbers.
10625 (log-view-current-tag): Don't hard code the number of subgroups.
10626
10627 2005-12-20 Juri Linkov <juri@jurta.org>
10628
10629 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
10630 (tooltip-x-offset, tooltip-y-offset): Doc fix.
10631
10632 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10633 (menu-bar-non-minibuffer-window-p): Instead of checking
10634 display-multi-frame-p, use selected-frame when menu-updating-frame
10635 is nil.
10636
10637 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
10638
10639 * align.el (align-rules-list): Use [ \t] instead of \s-
10640 for column separators in text mode.
10641
10642 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
10643
10644 * help-mode.el (help-customize-variable, help-customize-face):
10645 Don't pop help-xref-stack as help-follow no longer pushes
10646 anything on to it.
10647
10648 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
10649
10650 * textmodes/org.el (org-agenda-custom-commands): New option.
10651 (org-agenda): Offer custom commands on splash screen.
10652 (org-make-tags-matcher): Parser for Boolean logic added.
10653 (org-agenda-set-tags): New command.
10654 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
10655 (org-set-tags): Efficiency improvements.
10656 (org-auto-align-tags): New option.
10657 (org-todo, org-demote, org-promote): Realign tags.
10658 (org-tags-completion-function): Use also "&" and "|" as separators.
10659 (org-org-menu): Agenda commands simplified.
10660
10661 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
10662
10663 * cus-edit.el (customize-apropos, customize-apropos-options):
10664 Docstring changes.
10665
10666 * font-lock.el (font-lock): Add tags to the links in the defgroup.
10667
10668 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * longlines.el (longlines-mode): Wrap while widened.
10671 (longlines-decode-region, longlines-encode-region): Compute max
10672 just once.
10673
10674 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10675
10676 * cus-edit.el (mac): New group.
10677
10678 * cus-start.el (all): Add user options in macterm.c. Add test for
10679 Mac-related built-ins. Fix test for GTK-related built-ins.
10680
10681 * term/mac-win.el (mac-handle-language-change)
10682 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
10683 (mac-services-open-selection, mac-services-mail-selection)
10684 (mac-services-mail-to, mac-services-insert-text)
10685 (mac-dispatch-apple-event): Add docstrings.
10686 (x-get-selection, mac-select-convert-to-string): Select coding
10687 system from `utf-16be' and `utf-16le' using `byteorder'.
10688
10689 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * subr.el (lazy-completion-table): Don't be fooled if the var holds
10692 a "list" (lambda ...) rather than a real completion list.
10693
10694 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
10695 lexical-let when encountering ((lambda (...) ...) ...).
10696
10697 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10698
10699 * progmodes/sh-script.el (sh-mode):
10700 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
10701 * textmodes/picture.el (picture-mode): Update docstrings.
10702
10703 2005-12-17 Eli Zaretskii <eliz@gnu.org>
10704
10705 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
10706 commands enclosed in $(ARGQUOTE)s should not be split between two
10707 lines, as that will break with GNU Make >3.80, when sh.exe is used
10708 and arg quoting is with '..'.
10709 (autoloads): Don't break the quoted --eval expression between
10710 several lines.
10711
10712 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10713
10714 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
10715 Capture error from printing circular structures.
10716
10717 2005-12-17 Martin Rudalics <rudalics@gmx.at>
10718
10719 * wid-edit.el (widget-checkbox-action): Clear undo info.
10720
10721 2005-12-16 Bill Wohler <wohler@newt.com>
10722
10723 * menu-bar.el (kill-this-buffer): Set a good example by using menu
10724 bar, not menubar in comment.
10725
10726 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10727
10728 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
10729 After-change-functions should not clobber the match data.
10730
10731 2005-12-16 Juri Linkov <juri@jurta.org>
10732
10733 * simple.el (choose-completion): Use `buffer-substring-no-properties'
10734 instead of `buffer-substring'.
10735 (completion-common-substring): Doc fix.
10736 (completion-setup-function): Use minibuffer-completion-contents
10737 instead of minibuffer-contents. Don't set common-string-length
10738 initially. Remove special handling of partial-completion-mode.
10739 Move computation of completion-base-size into one cond.
10740 Call completion-base-size-function in mainbuf. In computation of
10741 completion-base-size for file name completion don't move point to
10742 the end of the minibuffer. Move computation of common-string-length
10743 into one cond. Start putting faces only when common-string-length>=0.
10744 Add condition to put completions-common-part when
10745 common-string-length>0.
10746
10747 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
10748 place point at the first different character in the minibuffer
10749 even if this position is at the beginning of the minibuffer.
10750
10751 * info.el (Info-read-node-name-1): In completion-base-size-function's
10752 lambda return 1 if common-substring or minibuffer-completion-contents
10753 starts with (, and 0 otherwise.
10754
10755 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
10756 Use `crm-current-element' for second arg of `display-completion-list'.
10757
10758 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
10759
10760 * files.el (set-auto-mode): Look for an interpreter specified on
10761 the first line also if search for mode specification succeeded,
10762 but the mode is not known.
10763
10764 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
10765
10766 * textmodes/org.el (org-tags-match-list-sublevels): New option.
10767 (org-open-at-point): Implement tag searches as links.
10768 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
10769 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
10770 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10771 (org-agenda-dispatch): New commands.
10772 (org-use-tag-inheritance, org-tags-column): New options.
10773 (org-tab-follows-link, org-return-follows-link): New options.
10774 (org-tags): New customize group.
10775 (org-start-icalendar-file): Get local time zone.
10776 (org-tags-completion-function): New function.
10777 (org-set-font-lock-defaults): Make sure links will also be
10778 highlighted inside headlines.
10779
10780 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
10781
10782 * term.el (term-emulate-terminal):
10783 Let term-handle-ansi-terminal-messages override what Bash says about
10784 its current directory.
10785
10786 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10787
10788 * bindings.el (last-buffer): Move to simple.el.
10789 * simple.el (last-buffer): Move here.
10790 (get-next-valid-buffer): New function.
10791 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
10792 (prev-buffer): Ditto. Rename to `previous-buffer'.
10793
10794 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
10795 * bindings.el (global-map): Ditto.
10796
10797 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
10798
10799 * cus-edit.el: Introductory comment change.
10800 (custom-magic-alist): Change message string for the `rogue' state.
10801
10802 2005-12-15 Richard M. Stallman <rms@gnu.org>
10803
10804 * tooltip.el: Delete defcustom variable :tag names.
10805
10806 * complete.el (partial-completion-mode): Doc fix.
10807
10808 * textmodes/flyspell.el (flyspell-external-point-words):
10809 Use save-excursion to ensure we don't move backward in the
10810 search loop, not even one character.
10811 (flyspell-delete-all-overlays): Use remove-overlays directly.
10812
10813 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
10814 (ispell-start-process): Set that variable.
10815 Clear ispell-buffer-local-name.
10816 (ispell-internal-change-dictionary):
10817 Set ispell-current-dictionary after killing process.
10818 (ispell-buffer-local-dict):
10819 Don't set spell-personal-dictionary after killing process.
10820 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
10821 (ispell-tex-skip-alists, ispell-html-skip-alists)
10822 (ispell-skip-region-alist): Mark as risky.
10823
10824 * net/newsticker.el (newsticker--retrieval-timer-list)
10825 (newsticker--display-timer, newsticker-running-p)
10826 (newsticker-ticker-running-p): Definitions moved up.
10827
10828 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
10829
10830 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
10831
10832 2005-12-15 David Ponce <david@dponce.com>
10833
10834 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
10835 (recentf-edit-list, recentf-open-files): Signal an error when
10836 there is no recent file.
10837
10838 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10839
10840 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
10841 read-only except for texinfo-format-region evaluation.
10842
10843 2005-12-14 Richard M. Stallman <rms@gnu.org>
10844
10845 * vc.el (vc-default-previous-version, vc-default-next-version)
10846 (vc-do-command): Doc fixes.
10847
10848 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10849
10850 * textmodes/bibtex.el (bibtex-expand-strings)
10851 (bibtex-autokey-expand-string, bibtex-name-part)
10852 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
10853 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
10854 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
10855 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
10856 (bibtex-entry-postfix, bibtex-known-entry-type-re)
10857 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
10858 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
10859 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
10860 (bibtex-beginning-of-last-entry): Remove.
10861 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
10862 message if comma is missing but buffer is read-only.
10863 (bibtex-parse-field-text): Handle whitespaces at the end of field
10864 text. Return 3-element list with beginning and end of field text
10865 and end of field.
10866 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
10867 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
10868 (bibtex-search-forward-field, bibtex-search-backward-field):
10869 Search always delimited by limits of entry. Use more efficient
10870 search algorithms.
10871 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
10872 bibtex-end-of-name-in-field.
10873 (bibtex-text-in-field-bounds): Handle BibTeX strings when
10874 extracting the content of a field.
10875 (bibtex-text-in-field): Use search limits.
10876 (bibtex-parse-string-prefix): Handle empty string keys based on
10877 bibtex-string-empty-key.
10878 (bibtex-parse-string): Fix docstring.
10879 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
10880 (bibtex-preamble-prefix, bibtex-strings): New functions.
10881 (bibtex-skip-to-valid-entry): Include preceding whitespace in
10882 BibTeX entries (consistent with other BibTeX functions).
10883 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
10884 (bibtex-search-entry): Fix docstring. Simplify.
10885 (bibtex-flash-head, bibtex-complete-string-cleanup)
10886 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
10887 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
10888 (bibtex-parse-entry): New optional arg content.
10889 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
10890 Use bibtex-text-in-field-bounds.
10891 (bibtex-print-help-message): Handle BibTeX strings and preambles.
10892 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
10893 bibtex-parse-string-postfix.
10894 (bibtex-find-text-internal): New function.
10895 (bibtex-remove-delimiters): Use it.
10896 (bibtex-find-text): Use it. New optional arg help.
10897 (bibtex-complete): Handle BibTeX string and preamble entries.
10898 (bibtex-Preamble): Fix order of closing delimiters.
10899
10900 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * vc.el (vc-default-revert): New fun.
10903
10904 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
10905
10906 2005-12-14 Romain Francoise <romain@orebokech.com>
10907
10908 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
10909 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
10910 (font-lock-remove-keywords): Likewise.
10911
10912 2005-12-14 Juri Linkov <juri@jurta.org>
10913
10914 * log-view.el (log-view-diff): Doc fix.
10915
10916 * isearch.el (isearch-query-replace): Use (mark) instead of
10917 isearch-opoint if mark is active in transient-mark-mode.
10918
10919 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
10920
10921 * isearch.el (isearch-query-replace): Check for isearch-other-end.
10922
10923 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
10924
10925 * progmodes/cpp.el (cpp-face): New widget.
10926 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
10927
10928 2005-12-14 Juri Linkov <juri@jurta.org>
10929
10930 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
10931 around `erase-buffer' and `insert'.
10932
10933 * descr-text.el (describe-text-properties): Replace buffer name
10934 "*Help-2*" with "*Help*<2>".
10935 (describe-char): Add functions print-help-return-message,
10936 toggle-read-only. Use help-setup-xref with nil to not store
10937 describe-char in help-xref-stack. Use help-make-xrefs to
10938 make [back] button.
10939
10940 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
10941
10942 * wdired.el (wdired-old-point): New internal variable.
10943 (wdired-change-to-wdired-mode): Set it buffer-locally.
10944 (wdired-abort-changes): Restore point after aborting changes.
10945
10946 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * vc.el (vc-do-command): Add a new value t for okstatus.
10949
10950 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
10951 frame in case of errors.
10952
10953 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10954
10955 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
10956 so it comes after "On the Left" in the menu.
10957
10958 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
10959
10960 * cus-edit.el (customize-apropos, customize-apropos-options)
10961 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
10962
10963 2005-12-12 Bill Wohler <wohler@newt.com>
10964
10965 * vc-svn.el (vc-svn-registered): Fix problem of visiting
10966 non-writable Subversion-controlled files by saving window
10967 configuration before calling vc-do-command. vc-do-command calls
10968 pop-to-buffer on error which is unexpected during registration.
10969
10970 2005-12-12 Jay Belanger <belanger@truman.edu>
10971
10972 * calc/README: Update the summary of changes.
10973
10974 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * descr-text.el (describe-char): Rework last fix to solve the problem
10977 is the same way it's solved for everything else in that function
10978 (i.e. by extracting the info before setting up the *Help* buffer).
10979
10980 2005-12-12 Kim F. Storm <storm@cua.dk>
10981
10982 * subr.el (version-regexp-alist): Allow space as separator before
10983 non-numeric part, e.g. "1.0 alpha".
10984 (version-to-list): Interpret .X.Y version as 0.X.Y version.
10985
10986 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
10987
10988 * textmodes/org.el (org-agenda, org-timeline, org-todo):
10989 Implement Logging and the keep-modes setting.
10990 (org-get-category): Make sure a string is returned.
10991 (org-log-done): New function.
10992 (org-log-done, org-closed-string): New options.
10993
10994 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10995
10996 * tooltip.el (tooltip-y-offset): Change default to 20.
10997
10998 2005-12-12 Richard M. Stallman <rms@gnu.org>
10999
11000 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
11001
11002 * frame.el (display-hourglass): Doc fix.
11003
11004 * help.el (help-for-help-internal): Simplify entry for `a'.
11005
11006 * info.el (Info-on-current-buffer): Doc fix.
11007 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11008
11009 * startup.el (inhibit-splash-screen): Make this the real name.
11010 (inhibit-startup-message): Make this the alias.
11011 (command-line): Find only simple.el, and use its directory
11012 to fill in other preloaded files' names.
11013 (command-line): Deactivate the mark if deactivate-mark is set.
11014
11015 * international/mule.el (load-with-code-conversion):
11016 Bind deactivate-mark.
11017
11018 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11019
11020 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
11021
11022 * cus-edit.el (customize-apropos): Avoid listing an option more
11023 than once under different aliases. No longer list user options
11024 that are not defined with defcustom (unless a prefix arg is given).
11025 Doc fix.
11026 (customize-apropos-options): Doc fix.
11027
11028 2005-12-11 Juri Linkov <juri@jurta.org>
11029
11030 * frame.el (set-background-color, set-foreground-color)
11031 (set-cursor-color, set-mouse-color, set-border-color):
11032 Add explicit prompts to read colors by `facemenu-read-color'.
11033 (show-trailing-whitespace, blink-cursor-delay)
11034 (blink-cursor-interval, display-hourglass, hourglass-delay):
11035 Remove tags.
11036 (display-hourglass, hourglass-delay): Doc fix.
11037 (cursor-in-non-selected-windows): Capitalize words in tag.
11038
11039 * faces.el (frame-background-mode): Replace `choice-item' keywords
11040 with `const' to not make [default] button. Change default value tag
11041 from `default' to `automatic'. Doc fix.
11042 (trailing-whitespace) <defface>: Change group `whitespace' to
11043 `whitespace-faces'.
11044
11045 2005-12-11 Richard M. Stallman <rms@gnu.org>
11046
11047 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
11048
11049 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11050
11051 * term/mac-win.el: Create keymap for mac-apple-event-map.
11052
11053 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
11054
11055 * tooltip.el (tooltip-mode): Move to start of file so that it
11056 appears at top of customize buffer.
11057
11058 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11059 Add the gud groupname.
11060 (gud-tooltip-mode): Add the tooltip groupname.
11061 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
11062 avoid conflict with tooltip-use-echo-area.
11063
11064 2005-12-10 Romain Francoise <romain@orebokech.com>
11065
11066 * help.el (help-for-help-internal): Add `r' in doc string.
11067
11068 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11069
11070 * align.el (align-regexp, align-highlight-rule):
11071 Use region-beginning and region-end instead of point and mark, so that
11072 repetition (with `repeat-complex-command') recomputes the region
11073 bounds.
11074
11075 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
11076
11077 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11078 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11079 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
11080 (balance-windows): Rewrite using the above new functions.
11081
11082 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
11083
11084 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
11085 react if global-hi-lock-mode seems intended.
11086 (global-hi-lock-mode) Renamed from hi-lock-mode.
11087 (hi-lock-archaic-interface-message-used)
11088 (hi-lock-archaic-interface-deduce): New variables.
11089 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
11090 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
11091 (hi-lock-find-patterns, hi-lock-font-lock-hook):
11092 Replace hi-lock-buffer-mode with hi-lock-mode.
11093
11094 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
11095
11096 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
11097 completion list, even after a partial completion has been
11098 inserted in the current buffer. If there are more than 1
11099 completion, redisplay the *Completions* buffer; if the
11100 completion is unique, delete the *Completions* window.
11101
11102 2005-12-10 Eli Zaretskii <eliz@gnu.org>
11103
11104 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
11105 strings and long subject lines that were broken into multiple
11106 lines at arbitrary places. Handle subjects that have "Re: " in
11107 the middle.
11108
11109 2005-12-10 John W. Eaton <jwe@octave.org>
11110
11111 * emacs/octave-mod.el (octave-electric-space): Don't indent
11112 comments or strings if octave-auto-indent is nil.
11113
11114 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11115
11116 * term/mac-win.el: Require url when compiling.
11117 Call mac-process-deferred-apple-events after loading init files.
11118 (mac-apple-event-map): New defvar. Define event handlers in it.
11119 (core-event, internet-event): New Apple event class symbols.
11120 (open-application, reopen-application, open-documents)
11121 (print-documents, open-contents, quit-application)
11122 (application-died, show-preferences, autosave-now, get-url):
11123 New Apple event ID symbols.
11124 (about): New HICommand ID symbol.
11125 (mac-event-spec, mac-event-ae): New macros.
11126 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
11127 (mac-ae-selection-range, mac-ae-text-for-search)
11128 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
11129 (mac-application-menu-map): Remove keymap. Handlers for HICommand
11130 and Services menu events are now defined in mac-apple-event-map.
11131 (mac-drag-n-drop): Remove selection range handling.
11132
11133 2005-12-10 Kenichi Handa <handa@m17n.org>
11134
11135 * simple.el (zap-to-char):
11136 * isearch.el (isearch-process-search-char): Translate CHAR by
11137 translation-table-for-input.
11138
11139 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * foldout.el (foldout-exit-fold): Properly hide subtree.
11142
11143 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11144
11145 * files.el (save-buffer):
11146 * international/ucs-tables.el (ucs-set-table-for-input):
11147 * mail/mail-extr.el (mail-extract-address-components):
11148 * mail/sendmail.el (mail-mode): Reformat doc string.
11149
11150 2005-12-09 Juri Linkov <juri@jurta.org>
11151
11152 * isearch.el (isearch-highlight): Change main overlay priority
11153 from 1 to 1001. Simplify.
11154 (isearch-lazy-highlight-update): Change lazy overlay priority
11155 from 0 to 1000.
11156
11157 * replace.el (replace-highlight): Change overlay priority from
11158 1 to 1001.
11159
11160 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
11161 Change overlay priority from 1 to 1001. Reuse existing overlay.
11162
11163 * compare-w.el (compare-windows-highlight): Change overlay
11164 priority from 1 to 1000.
11165
11166 * menu-bar.el (menu-bar-edit-menu): Add listp around
11167 pending-undo-list to disable menu item "undo" when pending
11168 undo list is empty.
11169
11170 * locate.el (locate): Disable undo in *Locate* buffer.
11171
11172 2005-12-09 Kim F. Storm <storm@cua.dk>
11173
11174 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
11175
11176 2005-12-09 David Ponce <david@dponce.com>
11177
11178 * recentf.el: Improvement of the menu code.
11179 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
11180 instead of menu hook.
11181 (recentf-show-menu, recentf-hide-menu): New functions.
11182 (recentf-menu-customization-changed, recentf-mode): Use them.
11183 (recentf-menu-action, recentf-max-menu-items)
11184 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
11185 (recentf-arrange-by-rule-others)
11186 (recentf-arrange-by-rules-min-items)
11187 (recentf-arrange-by-rule-subfilter) : Don't use
11188 `recentf-menu-customization-changed'.
11189 (recentf-arrange-rules): Likewise. Accept functions to compute
11190 sub-menu titles.
11191 (recentf-menu-filter): Likewise. Doc fix.
11192 (recentf-menu-value-shortcut): Doc fix.
11193 (recentf-dump-variable): Quote atom value.
11194 (recentf-make-menu-items): Update to use it as a menu filter.
11195 (recentf-match-rule): New function.
11196 (recentf-arrange-by-rule): Use it.
11197 (recentf-indirect-mode-rule): New function.
11198 (recentf-build-mode-rules): Use it.
11199 (recentf-dir-rule): New function.
11200 (recentf-arrange-by-dir): Use it.
11201 (recentf-filter-changer-current): Rename from
11202 `recentf-filter-changer-state'. All references updated.
11203 (recentf-filter-changer-alist): Update filter names.
11204 (recentf-filter-changer-select): New function.
11205 (recentf-filter-changer): Use it. Make a sub-menu from filters
11206 available in `recentf-filter-changer-alist'.
11207 (recentf-data-cache, recentf-clear-data)
11208 (recentf-update-menu): Remove. All references updated.
11209 (recentf-match-rule-p, recentf-build-dir-rules)
11210 (recentf-filter-changer-goto-next)
11211 (recentf-filter-changer-get-current)
11212 (recentf-filter-changer-get-next): Remove.
11213
11214 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
11215
11216 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
11217 buffer "Reset" button to "Reset to Current" for consistency with
11218 the State buttons.
11219
11220 2005-12-08 John Paul Wallington <jpw@pobox.com>
11221
11222 * ibuf-ext.el (define-ibuffer-filter filename):
11223 If `dired-directory' is a list then really use its car.
11224
11225 2005-12-08 Kim F. Storm <storm@cua.dk>
11226
11227 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11228 Fix indention of text on right side of replaced rectangle.
11229
11230 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
11231
11232 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
11233 No need to check gud-comint-buffer is bound.
11234 (gdb): Prevent multiple debugging when first session uses gdba.
11235
11236 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11237
11238 CC Mode update to 5.31.
11239
11240 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
11241 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
11242 We might do this function properly in the future).
11243
11244 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
11245 New macros c-sentence-end and c-default-value-sentence end, to cope
11246 with Emacs 22's new function `sentence-end'.
11247
11248 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11249
11250 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
11251 compat issue using `c-put-overlay' and `c-delete-overlay'.
11252
11253 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
11254 New compat macros to handle overlays/extents.
11255
11256 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11257
11258 * progmodes/cc-fix.el: Add definitions of the macros push and pop
11259 (for GNU Emacs 20.4)
11260
11261 * progmodes/cc-defs.el:
11262 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
11263
11264 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
11265 highlighting mechanism so it will work in XEmacs too.
11266
11267 * progmodes/cc-defs.el: Insert c-int-to-char.
11268
11269 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
11270 call to the new macro c-int-to-char. This solves XEmacs's
11271 regarding characters as different from integers.
11272
11273 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11274
11275 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
11276 New internal helper.
11277
11278 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
11279 construct to make the indirect face lookup work in XEmacs.
11280
11281 (c-cpp-matchers): Append the negation char face to the existing
11282 fontification, so that the cpp face doesn't disappear.
11283 Use `c-make-syntactic-matcher' to avoid negation chars in comments
11284 and strings.
11285
11286 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
11287 to map to `font-lock-negation-char-face' in emacsen where it exists.
11288
11289 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11290
11291 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
11292
11293 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
11294 Rename "c-subword-move-mode" as "c-subword-mode".
11295
11296 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
11297 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
11298
11299 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11300
11301 * progmodes/cc-mode.el: Added autoload directive for
11302 `c-subword-move-mode' for use in older emacsen.
11303
11304 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11305
11306 * progmodes/cc-mode.el:
11307 (i) Insert a binding for C-c C-backspace into
11308 c-bind-special-erase-keys which works in TTYs.
11309 (ii) Make sure that when file styles are used, any explicitly
11310 given style variables take priority over those in the style.
11311 Do this by calling `hack-local-variables' a second time.
11312
11313 * progmodes/cc-vars.el: Add language specific customization
11314 widgets for AWK to c-doc-comment-style, c-require-final-newline
11315 and c-default-style. Add a defcustom for awk-mode-hook.
11316 Give c-syntactic-element and c-syntactic-context doc-strings by
11317 directly setting their `variable-documentation' propery.
11318 This allows Emacs 22.1 to read these with C-h v.
11319
11320 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
11321
11322 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11323
11324 * progmodes/cc-fonts.el, cc-vars.el
11325 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
11326 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
11327 Masatake YAMATO.
11328
11329 (c-doc-comment-style): Made GtkDoc default in C mode.
11330
11331 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
11332 and C-c C-<delete>.
11333
11334 (c-bind-special-erase-keys): New function for use on
11335 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
11336
11337 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
11338 <delete> key behavior in XEmacs according to `delete-forward-p'.
11339 C.f. `c-electric-delete'.
11340
11341 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11342
11343 * progmodes/cc-mode.el: Give c-hungry-backspace and
11344 c-hungry-delete-forward permanent key bindings.
11345
11346 * progmodes/cc-cmds.el (c-electric-semi&comma):
11347 Bind c-syntactic-context for calls to "criteria functions", for
11348 consistency with other calls to user functions.
11349
11350 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
11351 `current-prefix-arg', since this might be the prefix arg to a
11352 command which calls c-indent-command as a function. Change the
11353 interactive spec from "p" to "P".
11354
11355 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
11356 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
11357 was difficult to understand.
11358
11359 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11360
11361 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
11362 first char of an identifier.
11363
11364 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
11365 +" syntax in C++.
11366
11367 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11368
11369 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
11370 auto-fill doesn't split a c-comment's last word from a hanging
11371 "*/" when a space is typed between them after fill-column.
11372
11373 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
11374
11375 * progmodes/cc-styles.el (c-set-style)
11376 (c-setup-paragraph-variables): Abort the command if we're not in a
11377 CC Mode buffer.
11378
11379 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
11380 with blank comment-prefix, and a blank line as the comment's
11381 second line.
11382
11383 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11384
11385 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
11386 Incorporate the patterns added in the Emacs development branch
11387 for the new Emacs 22 face `font-lock-negation-char-face'.
11388
11389 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
11390 of "red" since it stands out better in xterms and DOS terminals.
11391
11392 * progmodes/cc-engine.el (c-literal-faces):
11393 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
11394
11395 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11396
11397 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
11398 forcibly enable c-electric-flag.
11399
11400 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
11401 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
11402 after the comment-prefix of a C-style comment will close that comment.
11403
11404 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11405
11406 * progmodes/cc-fonts.el (c-basic-matchers-before)
11407 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
11408 in Pike.
11409
11410 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
11411 digraphs.
11412
11413 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
11414 (c-cpp-message-directives, c-cpp-include-directives)
11415 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
11416 (c-cpp-expr-directives): Introduce new language constants to
11417 control cpp syntax in a cleaner way.
11418
11419 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
11420
11421 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
11422
11423 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
11424 (c-multiline-string-start-char): New language constants and
11425 variables to specify how newlines in string literals work.
11426
11427 (c-font-lock-invalid-string): Use them.
11428
11429 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
11430 unbalanced close brace is entered. Optimization by avoiding going
11431 back over arbitrarily large blocks. Removed hints that this
11432 function only would be relevant/useful in AWK.
11433
11434 (c-electric-brace): Indent syntactically after the cleanups since
11435 lineup functions might do it differently then.
11436
11437 * progmodes/cc-engine.el, cc-langs.el
11438 (c-opt-op-identifier-prefix): New language constant and variable.
11439
11440 (c-just-after-func-arglist-p, c-after-special-operator-id)
11441 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
11442
11443 * progmodes/cc-align.el, cc-engine.el
11444 (c-after-special-operator-id): New helper to handle C++ operator
11445 identifiers.
11446
11447 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
11448 (c-guess-basic-syntax): Handle C++ operator identifiers in
11449 declarations.
11450
11451 * progmodes/cc-langs.el (c-assignment-operators): Add the
11452 trigraph version of ^= too.
11453
11454 * progmodes/cc-langs.el (c-assignment-operators): Add the
11455 trigraph version of |= in C++.
11456
11457 * progmodes/cc-fonts.el (c-font-lock-declarators):
11458 Handle `c-decl-hangon-kwds' after the identifier name.
11459
11460 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
11461 whether an arglist is "nonempty", ignore a comment after the open
11462 paren if it isn't followed by a non-comment token on the same line.
11463
11464 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
11465 Enable heuristics below the point to cope with classes inside special
11466 brace lists in Pike.
11467
11468 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11469
11470 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
11471
11472 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11473
11474 * progmodes/cc-guess.el (cc-guess-install): New function to
11475 install an already guessed style in another buffer.
11476
11477 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
11478 sets `inhibit-read-only' - `c-save-buffer-state' should be used
11479 anyway if the change always is undone.
11480
11481 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11482
11483 Implement togglable electricity:
11484
11485 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
11486 saying when it should be used.
11487
11488 * progmodes/cc-engine.el: Add the new buffer-local variable,
11489 c-electric-flag.
11490
11491 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
11492 c-toggle-auto-newline.
11493
11494 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
11495 c-toggle-auto-newline. Remove the binding for
11496 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
11497 c-toggle-electric-state.
11498
11499 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
11500
11501 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
11502 c-\(forward\|backward\)-subword.
11503 (c-update-modeline): Add the new modeline flag `l' for
11504 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
11505 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
11506 Make the old name an alias of the new name.
11507 (c-toggle-electric-state): New function.
11508 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
11509 Adapt these functions to do electric things only when
11510 c-electric-flag is non-nil.
11511 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
11512 new functions from c-electric-brace.
11513 (c-point-syntax): Add a check for "virtual semicolons" in AWK
11514 mode, so that the tentative extra newline doesn't change the
11515 syntax of the following brace.
11516 (c-electric-brace): Restructure by extracting the above functions.
11517 Tidy up the coding somewhat.
11518 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11519 restructure a bit.
11520
11521 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11522
11523 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
11524 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
11525
11526 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
11527 (c-submode-indicators): Change name from `c-auto-hungry-string'
11528 since it's now used to track another submode.
11529
11530 (c-update-modeline): Convert to function and extended to check
11531 `c-subword-move-mode'.
11532
11533 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11534 Convert to compat aliases for `c-forward-subword' and
11535 `c-backward-subword'.
11536
11537 * progmodes/cc-subword.el: New functions and minor mode to handle
11538 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
11539
11540 (c-forward-subword, c-backward-subword, c-mark-subword)
11541 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
11542 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
11543 Functions corresponding to the standard word handling functions.
11544
11545 (c-subword-move-mode): Minor mode that replaces all the standard
11546 word handling functions with their subword equivalences.
11547
11548 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11549
11550 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
11551 entry for one-liner-defun.
11552
11553 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
11554 name in its def-edebug-spec.
11555
11556 * progmodes/cc-cmds.el (c-electric-brace): Make the
11557 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
11558 compacts space before a comment, if this will make things fit on
11559 one line.
11560
11561 Introduce an "awk" style, mainly for auto-newline and clean-ups.
11562
11563 * progmodes/cc-align.el: New function c-snug-1line-defun-close
11564
11565 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
11566 clean-up one-liner-defun.
11567
11568 * progmodes/cc-styles.el: Add the new "awk" style.
11569
11570 * progmodes/cc-vars.el: Add description of one-liner-defun to
11571 c-cleanup-list's doc-string. New user options,
11572 c-max-one-liner-length. In c-default-style, set the default style
11573 for AWK to "awk".
11574
11575 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11576
11577 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
11578 macros inside labels.
11579
11580 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
11581 `c-at-statement-start-p' and `c-at-expression-start-p'.
11582
11583 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
11584 error if the mark isn't set.
11585
11586 * progmodes/cc-engine.el (c-guess-continued-construct)
11587 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
11588 accurately detect functions inside functions.
11589
11590 * progmodes/cc-engine.el (c-at-expression-start-p): New function
11591 like `c-at-statement-start-p' that additionally recognizes commas
11592 and expression parentheses as delimiters.
11593
11594 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
11595 to avoid heuristics that doesn't work for unclosed blocks.
11596 (c-at-statement-start-p): New function.
11597
11598 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
11599 Objective-C directives, e.g. directives spanning lines should work
11600 reasonably well now.
11601
11602 (c-put-c-type-property, c-clear-c-type-property): New helpers.
11603
11604 (c-forward-objc-directive): New function to move over any ObjC
11605 directive.
11606
11607 (c-just-after-func-arglist-p, c-guess-basic-syntax)
11608 (c-basic-matchers-before): Use it.
11609
11610 (c-font-lock-objc-iip-decl): Remove.
11611
11612 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
11613 in the template arglist recognition.
11614
11615 * progmodes/cc-styles.el (c-style-alist): Fix several
11616 inconsistencies in the Whitesmith style.
11617
11618 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
11619 New lineup function to get lines after Whitesmith style blocks
11620 correctly indented.
11621
11622 (c-lineup-whitesmith-in-block): Back out the compensation for
11623 opening parens since it's done using `add' lists in the style
11624 definition instead. Don't use the anchor position since it varies
11625 too much between the syntactic symbols. :P
11626
11627 * progmodes/cc-vars.el (c-valid-offset): Update.
11628
11629 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
11630 lists where the offsets are combined according to several
11631 different methods: `first', `min', `max', and `add'.
11632 Report offset evaluation errors with `c-benign-error' so that some kind
11633 of reindentation still is done.
11634
11635 * progmodes/cc-engine.el (c-guess-basic-syntax):
11636 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
11637 `arglist-close'.
11638
11639 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
11640 situations for `arglist-cont-nonempty' and `arglist-close'.
11641
11642 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
11643
11644 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
11645 cc-bytecomp-boundp' in a number of places.
11646
11647 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
11648 macro related issue.
11649
11650 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11651
11652 * progmodes/cc-awk.el: Change the terminology of regexps: A char
11653 list is now [asdf], a char class [:alpha:].
11654 Include code for char classes.
11655 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
11656 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
11657
11658 Remove (nearly all of) the cruft associated with AWK Mode's former
11659 concept of "virtual semicolons":
11660
11661 Adapt c-beginning-of-statement, c-end-of-statement (together with
11662 subfunctions) to use the new notion of "virtual semicolon" in
11663 place of the old awkward special handling for AWK. There remains
11664 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
11665 * progmodes/cc-cmds.el:
11666 (c-ascertain-adjacent-literal): In the backwards direction, now
11667 recognises AWK regexp delimiters as string delimiters.
11668 (c-after-statement-terminator-p): Adapt for virtual semicolons;
11669 check more rigorously for "end of macro".
11670 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
11671 virtual semicolons;
11672 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
11673 out the code for forward movement into ...
11674 (c-end-of-statement): Now contains the code for forward movement,
11675 adapted for virtual semicolons.
11676
11677 * progmodes/cc-engine.el:
11678 (c-ws*-string-limit-regexp): New regexp.
11679 (c-forward-single-comment, c-backward-single-comment): Comment out
11680 the (now redundant) "special" AWK stuff.
11681
11682 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
11683 c-string-par-start, c-string-par-separate to be more like Text
11684 Mode than Fundamental Mode.
11685
11686 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11687
11688 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
11689 to the fontified region so that fontification doesn't occur
11690 outside it (could happen e.g. when fontifying a line with an
11691 unfinished declaration).
11692
11693 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11694
11695 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
11696 start of the file. ^L now separate sections of the file.
11697 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
11698 (c-awk-one-line-possibly-open-string-re)
11699 (c-awk-regexp-one-line-possibly-open-char-class-re)
11700 (c-awk-one-line-possibly-open-regexp-re)
11701 (c-awk-one-line-non-syn-ws*-re): New defonsts.
11702 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
11703
11704 Amend the concept of "virtual semicolons" (in the indentation
11705 engine) for languages like AWK, such that they are now
11706 conceptually attached to end of the last token of a statement, not
11707 the end of the line. (In AWK Mode, however, the pertinent text
11708 property is still physically set on the EOL.) Remove the specific
11709 tests for awk-mode, thus facilitating the introduction of other
11710 language modes where EOLs can end statements.
11711 (Note: The funtionality in cc-cmds.el, specifically
11712 c-beginning/end-of-statement has yet to be amended.)
11713
11714 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
11715 New macros.
11716
11717 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
11718 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
11719 c-vsemi-status-unknown-p-fn (in a new page).
11720
11721 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
11722 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
11723 numerous awkward forms like
11724 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
11725 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
11726 variable before-ws-ip, the place just after char-before-ip appears.
11727
11728 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
11729 a comment.
11730
11731 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11732
11733 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
11734 `c-tentative-buffer-changes'.
11735
11736 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
11737 convert to macro to choose between Emacs and XEmacs at compile time.
11738
11739 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
11740
11741 (c-tentative-buffer-changes): New macro to handle temporary buffer
11742 changes in a convenient way.
11743
11744 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
11745 for `c-tentative-buffer-changes'.
11746
11747 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
11748 the checks for paren sexps between the point and the keyword, to
11749 avoid some false alarms.
11750
11751 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
11752 Fixed a situation where an error could be thrown for unbalanced
11753 parens. Changed to make use of c-keyword-member' to avoid some
11754 repeated regexp matches.
11755
11756 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
11757 These language variable are no longer necessary.
11758
11759 (c-block-stmt-kwds): New language constant used by
11760 c-looking-at-inexpr-block'.
11761
11762 (c-guess-basic-syntax): Remove an optional check that looked at
11763 the existence of the now removed language variables.
11764
11765 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
11766 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
11767 object instantiation expressions as declarations in some contexts.
11768 This bug only affected languages where the declarator can't be
11769 enclosed in parentheses.
11770
11771 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
11772 insert newlines before and after substatement braces.
11773
11774 * progmodes/cc-engine.el: Improved the heuristics for recognizing
11775 function declaration headers and the handling of C++ style member
11776 init lists.
11777
11778 (c-just-after-func-arglist-p): Rewritten to use
11779 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
11780
11781 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
11782
11783 (c-guess-basic-syntax): Adapt case 5B for the new
11784 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
11785 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
11786 covers all cases now).
11787
11788 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
11789
11790 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11791
11792 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
11793 c-string-par-start/separate c-sentence-end-with-esc-eol,
11794 initialised in c-setup-paragraph-variables, used in string
11795 scanning subroutines of c-beginning-of-statement.
11796
11797 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11798 which precedes the newly inserted `{'.
11799
11800 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11801
11802 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
11803 function for declaration level blocks. It should now cope with
11804 templates better and also be a lot more comprehensible.
11805
11806 (c-looking-at-decl-block): The new function.
11807
11808 (c-search-uplist-for-classkey): The old one. It's now a wrapper
11809 for compatibility.
11810
11811 (c-add-class-syntax, c-guess-continued-construct)
11812 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
11813
11814 (c-decl-block-key): Change to tell apart ambiguous and
11815 unambiguous keywords. Pike specials are now handled directly in
11816 the code instead.
11817
11818 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
11819 New language constants and variables to make the backward skip in
11820 `c-looking-at-decl-block' as tight as possible.
11821
11822 (c-nonsymbol-token-char-list): New language constant.
11823
11824 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
11825 find balanced template arglists backwards.
11826
11827 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
11828 making char classes for `c-syntactic-skip-backward'.
11829
11830 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
11831 16D - can't be a class-close at that point.
11832
11833 * progmodes/cc-engine.el (c-guess-basic-syntax)
11834 (c-add-class-syntax): Don't narrow out the enclosing declaration
11835 level. This makes everything a lot easier, and it was actually
11836 only four small places that needed it to work. Some places that
11837 previously did `widen' are removed now, which has the effect that
11838 `c-guess-basic-syntax' never will look at things outside the
11839 current narrowment now. The anchor position for `topmost-intro'
11840 is affected by this, but it was so bogus it was basically useless
11841 before, and now it's equally bogus but in a slightly different way.
11842
11843 (c-narrow-out-enclosing-class): Gone.
11844
11845 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
11846 the narrowed region.
11847
11848 (c-least-enclosing-brace): Remove silly optional argument.
11849
11850 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11851 the point could be left directly after an open paren when finding
11852 the beginning of the first decl in the block.
11853
11854 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
11855 Specify which submatch to use.
11856
11857 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
11858
11859 (c-decl-start-re): No longer any need for special treatment of
11860 ObjC due to the above.
11861
11862 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
11863 presumably follows C in that regard.
11864
11865 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
11866 New language constants to specify operator tokens inside
11867 identifiers in a more high level way.
11868
11869 (c-opt-identifier-prefix-key): New internal language constant.
11870
11871 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
11872 (c-identifier-start, c-identifier-key): Now completely calculated
11873 from other constants.
11874
11875 (c-identifier-last-sym-match): Decommission since it's no longer used.
11876
11877 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
11878
11879 * progmodes/cc-engine.el (c-forward-name): Remove the
11880 optimization when c-identifier-key is equal to c-symbol-key since
11881 it doesn't work in byte compiled files. Don't record empty
11882 regions as identifiers.
11883
11884 * progmodes/cc-langs.el (c-filter-ops): New helper function to
11885 simplify access to `c-operators' and its likes.
11886
11887 (c-operator-list, c-all-op-syntax-tokens)
11888 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
11889 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
11890 (c-primary-expr-regexp, c-cast-parens): Use it.
11891
11892 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
11893 an explicit language in functions.
11894
11895 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
11896 variant of adornment.
11897
11898 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
11899 variable.
11900
11901 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
11902 the Pike value.
11903
11904 * progmodes/cc-engine.el (c-on-identifier)
11905 (c-simple-skip-symbol-backward): Small fix for handling "-"
11906 correctly in `skip-chars-backward'. Affected the operator lfun
11907 syntax in Pike.
11908
11909 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
11910 diagnostic message about precompiled language vars not being used.
11911
11912 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
11913 "__attribute__" is followed by a parenthesis.
11914
11915 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
11916 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
11917 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
11918
11919 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
11920 Internal cleanups to properly detect the declared identifiers in
11921 various declarations.
11922
11923 (c-decl-start-kwds): New language constant to recognize
11924 declarations that can start anywhere. Used for class declarations
11925 in Pike.
11926
11927 (c-specifier-key, c-not-decl-init-keywords)
11928 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
11929 (c-find-decl-spots): Implement `c-decl-start-kwds'.
11930
11931 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
11932 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
11933 handling of the compiler specific extension keywords into a new
11934 language constant `c-decl-hangon-kwds' that defines keyword
11935 clauses to be ignored in declarations.
11936
11937 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
11938 past unrecognized tokens when handling `c-colon-type-list-kwds'.
11939 Necessary to stop at the declared identifier in e.g. IDL valuetype
11940 declarations.
11941
11942 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
11943 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
11944 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
11945 (c-forward-decl-or-cast-1): Recognize the declared identifier in
11946 class and enum declarations as such and not as part of the type.
11947
11948 (c-forward-decl-or-cast-1, c-forward-label): Relax the
11949 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
11950
11951 (c-forward-decl-or-cast-1): Don't disregard sure signs of
11952 declarations when there's some syntax error later on.
11953
11954 (c-complex-decl-matchers): Did away with a reference to
11955 `c-specifier-key'.
11956
11957 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
11958 value - this variable is always dynamically bound.
11959
11960 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
11961 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
11962 * cc-cmds.el, cc-defs.el: Change the policy for marking up
11963 functions that might do hidden buffer changes: All such internal
11964 functions are now marked instead of those that don't.
11965
11966 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
11967 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
11968 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
11969 (c-literal-type): Allow these functions to make hidden buffer changes,
11970 so that they are free to use text property caching later on.
11971
11972 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
11973 (c-electric-brace, c-electric-slash, c-electric-star)
11974 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
11975 (c-electric-paren, c-electric-continued-statement, c-indent-command)
11976 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
11977 (c-context-line-break): Add `c-save-buffer-state' calls to comply
11978 with the changed semantics of the functions above.
11979
11980 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
11981 when macros occur in obscure places. Optimized the sexp movement
11982 a bit.
11983
11984 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11985
11986 Enhancements for c-beginning-of-statement to work in AWK Mode:
11987
11988 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
11989 (completed statement) with `}' (statement completed by closing
11990 brace or semicolon) and `$' (statement completed by EOL).
11991
11992 (c-awk-virtual-semicolon-ends-prev-line-p)
11993 (c-awk-virtual-semicolon-ends-line-p)
11994 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
11995 (c-awk-at-statement-end-p): New functions.
11996
11997 * progmodes/cc-cmds.el: Simplify the structure of functions
11998 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
11999 two functions and c-beginning-of-statement to handle AWK Mode.
12000
12001 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
12002 c-backward-single-comment for AWK mode. Attempt to clarify their
12003 doc-strings.
12004
12005 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
12006
12007 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12008
12009 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
12010 label handling. Labels are now recognized in a uniform and more
12011 robust way, regardless of context. Text properties are put on all
12012 labels to recognize the following declarations better.
12013 Multiword labels are handled both in indentation and fontification for
12014 the benefit of language extensions like Qt. For consistency, keywords
12015 in labels are now fontified with the label face instead.
12016 That also applies to "case" and "default".
12017
12018 (c-beginning-of-statement-1): Fix some bugs in the label
12019 handling. Disregard `c-nonlabel-token-key' in labels that begin
12020 with `c-label-kwds'.
12021
12022 (c-find-decl-spots): Support that the callback adds more
12023 `c-decl-end' spots to find.
12024
12025 (c-forward-decl-or-cast-1): Don't treat a list of plain
12026 identifiers followed by a colon as a declaration.
12027
12028 (c-forward-label): New function to recognize labels.
12029
12030 (c-guess-basic-syntax): Replace uses of `c-label-key' with
12031 `c-forward-label'. Moved the label recognition cases (14 and 15)
12032 earlier since they aren't so context sensitive now. Handle labels
12033 on the top level gracefully. Moved access label recognition to
12034 the generic label case (CASE 15) - removed CASE 5E.
12035
12036 (c-font-lock-declarations): Add recognition of labels in the
12037 same round since we need to handle labels in parallell with other
12038 declarations to recognize both accurately. It should also improve
12039 speed.
12040
12041 (c-simple-decl-matchers, c-basic-matchers-after):
12042 Move `c-font-lock-labels' so that it only is used on decoration level 2
12043 since `c-font-lock-declarations' handles it otherwise.
12044
12045 (c-complex-decl-matchers): Remove the simplistic recognition of
12046 access labels.
12047
12048 (c-decl-prefix-re): Remove the kludges that was necessary to cope
12049 with labels earlier.
12050
12051 (c-decl-start-re): New language variable to make
12052 `c-font-lock-declarations' stop for the special protection labels
12053 in Objective-C that start with `@'.
12054
12055 (c-label-key): Remove since it's no longer used.
12056
12057 (c-recognize-colon-labels, c-label-prefix-re): New language
12058 constants to support recognition of generic colon-terminated labels.
12059
12060 (c-type-decl-end-used): `c-decl-end' is now used whenever there
12061 are colon terminated labels.
12062
12063 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12064 first argument starts with a special brace list.
12065
12066 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
12067 (c-font-lock-declarations): Break out the declaration and cast
12068 recognition from `c-font-lock-declarations' to a new function, so
12069 that it can be used in the indentation engine.
12070
12071 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
12072 up to the start of the literal. Fixed bug with the point on the
12073 wrong side of the search limit that could happen when the start
12074 position is inside a literal.
12075
12076 * progmodes/cc-engine.el (c-parse-state)
12077 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
12078 so that it's kept a little bit back to increase the hit rate.
12079
12080 (c-parse-state): Change the macro handling and fixed some
12081 glitches. Macro context is checked more often than necessary now,
12082 but otoh less garbage conses are generated.
12083
12084 * progmodes/cc-engine.el (c-parse-state)
12085 (c-invalidate-state-cache): Cache the last position where
12086 `c-state-cache' applies. This can speed up refontification quite
12087 a bit in blocks where there are many non-brace parens before the point.
12088
12089 (c-state-cache-end): New variable for this.
12090
12091 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
12092 cache variable.
12093
12094 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
12095 get close initial continue positions when the start position is
12096 inside a literal or macro. Do not call the callback for spots
12097 before the start position (which can happen e.g. for `c-decl-end'
12098 spots inside comments). Optimize better in special cases when the
12099 region is a single line inside a literal or macro (typically when
12100 the current line is refontified).
12101
12102 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
12103 to `c-add-stmt-syntax' - there's no need to explicitly whack off
12104 entries from the paren state.
12105
12106 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
12107 special case for "else if" clauses.
12108
12109 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12110 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
12111
12112 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
12113 New language variable to recognize the gcc extension with statement
12114 blocks inside expressions.
12115
12116 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
12117 it somewhat more comprehensible. The argument AT-BLOCK-START is
12118 no longer used and hence removed.
12119
12120 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
12121 to `c-add-stmt-syntax'.
12122
12123 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12124 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
12125 This fixes bogus label recognition.
12126
12127 * progmodes/cc-engine.el (c-add-type, c-check-type)
12128 (c-forward-name, c-forward-type): Improve storage of template
12129 types in `c-found-types' so that they can be recognized better.
12130
12131 (c-syntactic-content): Add option to skip past nested parens.
12132
12133 * progmodes/cc-engine.el (c-forward-name):
12134 Set `c-last-identifier-range' all the time. It's less work that way.
12135 Handle that there might not be an identifier to store in
12136 `c-last-identifier-range'.
12137
12138 (c-forward-type): Handle that `c-last-identifier-range' might be
12139 nil from `c-forward-name'.
12140
12141 * progmodes/cc-defs.el (c-safe-scan-lists)
12142 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
12143
12144 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
12145 to work even if the form fails.
12146
12147 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
12148 down in a large file in one go.
12149
12150 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
12151
12152 * progmodes/cc-align.el (c-lineup-assignments): New lineup
12153 function which is like `c-lineup-math' but returns nil instead of
12154 `c-basic-offset' when it doesn't match.
12155
12156 (c-lineup-math): Change to use `c-lineup-assignments'.
12157
12158 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12159
12160 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
12161 c-beginning-of-statement. New subfunctions
12162 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
12163
12164 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12165
12166 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
12167 hardcoded char classes whereever possible. Changed a couple of
12168 places to use skip by syntax instead of skip by char class.
12169
12170 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
12171 Fix a bug in the regexp that caused extreme backtracking.
12172
12173 * progmodes/cc-langs.el (c-block-comment-starter)
12174 (c-block-comment-ender): New language constants to specify in a
12175 single place how block comments look.
12176
12177 (c-comment-start-regexp, c-block-comment-start-regexp)
12178 (comment-start, comment-end, comment-start-skip)
12179 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
12180 (c-syntactic-ws, c-nonempty-syntactic-ws)
12181 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
12182 `c-line-comment-starter', `c-block-comment-starter' and
12183 `c-block-comment-ender'.
12184
12185 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
12186 New language constants to break up things a bit.
12187
12188 (c-simple-ws): New language constant for simple whitespace.
12189
12190 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
12191
12192 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
12193 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
12194 newlines. Allow and ignore nil elements in the list.
12195
12196 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12197
12198 * progmodes/cc-cmds.el: Comment out a (n almost certainly
12199 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
12200
12201 * progmodes/cc-cmds.el: Tidy up the comments in
12202 c-beginning-of-statement and subfunctions.
12203
12204 * progmodes/cc-awk.el: Replace calls to put-text-property to the
12205 more flexible c-put-char-property and c-clear-char-properties.
12206 Add the author's email address.
12207
12208 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
12209
12210 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
12211 closing "*/" of a block comment.
12212
12213 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
12214 subfunctions) so that it works at BOB and EOB.
12215
12216 * progmodes/cc-cmds.el, cc-vars.el: More updating of
12217 c-beginning-of-statement, including new variable
12218 c-block-comment-start-regexp.
12219
12220 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12221
12222 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
12223 symbols from `*-font-lock-extra-types' so that there's no need to
12224 use `regexp-opt' on those lists.
12225
12226 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
12227 `c-type-modifier-kwds' is empty.
12228
12229 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
12230 there are several strings on the same line.
12231
12232 * progmodes/cc-engine.el (c-literal-limits): Remove the
12233 compatibility function for older emacsen. `c-literal-limits-fast'
12234 has now taken the place of this function.
12235
12236 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
12237 with older emacsen: We now require `pps-extended-state'.
12238
12239 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12240
12241 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
12242 which obviates the need to hack sentence-end. This now handles
12243 escaped newlines in strings correctly. Correct minor bugs in
12244 c-move-over-sentence and in c-beginning-of-statement.
12245
12246 * progmodes/cc-cmds.el (c-beginning-of-statement (and
12247 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
12248 that movement over macros and code are rigorously separated from
12249 eachother. Correct a few incidental bugs.
12250
12251 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
12252 Improve its doc-string. Improve the handling of certain specific cases.
12253
12254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12255
12256 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
12257 (c-guess-basic-syntax): Change the way class-level labels are
12258 recognized; they can now contain essentially any symbols.
12259
12260 (c-opt-extra-label-key): New language variable to cope with the
12261 special protection label syntax in Objective-C.
12262
12263 (c-opt-access-key): Remove; this is now handled better by
12264 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
12265
12266 (c-complex-decl-matchers): Update to handle that
12267 `c-opt-access-key' no longer exists.
12268
12269 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
12270 improved label recognition in `c-beginning-of-statement-1'.
12271
12272 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
12273 Recognize bitfields better.
12274
12275 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
12276 Remove some cruft and fixed a bug that could cause it to go to a
12277 position further down.
12278
12279 * progmodes/cc-langs.el, cc-engine.el
12280 (c-beginning-of-statement-1): Improve detection of labels in
12281 declaration contexts.
12282
12283 (c-beginning-of-decl-1): Use it.
12284
12285 (c-nonlabel-token-key): New language constant and variable needed
12286 by `c-beginning-of-statement-1'.
12287
12288 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
12289 manifested itself due to the correction in `c-forward-sexp'.
12290
12291 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
12292 Make these behave as documented when used at the buffer limits.
12293
12294 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
12295 (c-type-decl-end-used): Made this a language variable.
12296
12297 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
12298 correctly when `combine-after-change-calls' is used together with
12299 temporary narrowings.
12300
12301 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12302 Report labels correctly when the start point is immediately after the
12303 colon.
12304
12305 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
12306 Remove since it isn't used anymore.
12307
12308 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
12309 bracket arglists such as template parens in C++.
12310
12311 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
12312 in the last check-in. Some optimization.
12313
12314 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
12315 where it could stop at the same level in a preceding sexp when
12316 PAREN-LEVEL is set.
12317
12318 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
12319 text property lookup only when it's needed.
12320
12321 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
12322 Change the policy for paren marked angle brackets to be more
12323 persistent; once marked they remain marked even when they're found
12324 to be unbalanced in the searched region. This should keep the
12325 paren syntax around even when individual lines are refontified in
12326 multiline template arglists.
12327
12328 (c-parse-and-markup-<>-arglists): New dynamically bound variable
12329 to control markup so that incorrect angle bracket arglists aren't
12330 marked in contexts where the correct value for
12331 `c-disallow-comma-in-<>-arglists' isn't known.
12332
12333 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
12334 argument has become `c-parse-and-markup-<>-arglists'.
12335
12336 (c-remove-<>-arglist-properties): Remove - no longer used.
12337
12338 (c-after-change-check-<>-operators): New function used on
12339 `after-change-functions' to avoid that "<" and ">" characters that
12340 are part of longer operators have paren syntax.
12341
12342 (c-<>-multichar-token-regexp): New language variable used by
12343 `c-after-change-check-<>-operators'.
12344
12345 (c-after-change): Call `c-after-change-check-<>-operators'.
12346
12347 (c-font-lock-<>-arglists): Use the context properties set by
12348 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
12349 correctly to avoid doing invalid markup.
12350
12351 (c-font-lock-declarations): Remove code that undoes the invalid
12352 markup done by `c-font-lock-<>-arglists'.
12353
12354 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
12355 after `c-font-lock-declarations'.
12356
12357 * progmodes/cc-engine.el (c-syntactic-skip-backward):
12358 Add paren-level feature.
12359
12360 (c-guess-basic-syntax): Improve the anchor position for
12361 `template-args-cont' in nested template arglists. There's still
12362 much to be desired in this area, though.
12363
12364 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12365
12366 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
12367 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
12368
12369 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12370
12371 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
12372 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
12373
12374 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
12375 it doesn't work no longer are supported.
12376
12377 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
12378 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
12379 requires support for the syntax-table' text property, which rules
12380 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
12381 cruft associated with those versions.
12382
12383 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
12384 for the `syntax-table' text property, which rules out Emacs 19 and
12385 XEmacs < 21.4. Removed various compatibility cruft associated
12386 with those versions.
12387
12388 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
12389 support for the `syntax-table' text property.
12390
12391 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
12392 variable and use an extra quoted face name instead. All the
12393 emacsen flavors handle that correctly.
12394
12395 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
12396 (c-font-lock-declarators, c-font-lock-declarations)
12397 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
12398 property to mark the items in in declarator lists to handle
12399 refontification inside multiline declarations better.
12400
12401 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
12402 construct like "a * b = c;" as a declaration.
12403
12404 2005-12-08 Kim F. Storm <storm@cua.dk>
12405
12406 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
12407 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
12408 select either meta, hyper, or super modifier for rectangle commands.
12409 (cua--rectangle-modifier-key): New defvar.
12410 (cua--M/H-key): Use it. Remove special case for `space'.
12411 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
12412 on X, to meta otherwise. Always bind C-return to toggle
12413 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
12414
12415 * emulation/cua-rect.el (cua-help-for-rectangle):
12416 Use cua--rectangle-modifier-key. Handle super modifier too.
12417 (cua--init-rectangles): Always bind C-return to toggle rectangle.
12418 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
12419
12420 * ido.el: Move Acknowledgements and History after Commentary.
12421 Minor changes to Commentary.
12422
12423 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
12424 keymap if cua--prefix-override-timer is `shift'.
12425 (cua--shift-control-prefix): New function; emulate "type prefix
12426 key twice" functionality to handle shifted prefix key override.
12427 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
12428 New commands.
12429 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
12430
12431 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
12432
12433 * textmodes/org.el (org-insert-heading): Try to do items before
12434 headings.
12435 (org-agenda-mode): Quote `org-agenda-mode-hook'.
12436 (org-insert-item): New function.
12437 (org-renumber-ordered-list): Don't skip to higher level lists.
12438
12439 2005-12-08 Juri Linkov <juri@jurta.org>
12440
12441 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
12442
12443 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
12444
12445 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
12446
12447 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
12448 the constructed function name fun-1.
12449
12450 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
12451 because such links don't lead to parent documentation.
12452
12453 2005-12-08 Kenichi Handa <handa@m17n.org>
12454
12455 * descr-text.el (describe-char): Use *Help-2* buffer if the
12456 current buffer is *Help*. Call describe-text-properties while
12457 setting the original buffer.
12458
12459 2005-12-07 Bill Wohler <wohler@newt.com>
12460
12461 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
12462 and causes problems with non-MH users (such as Gnus users).
12463
12464 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
12465
12466 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
12467 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
12468 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
12469 command "info sources". Move calls to GDB command "list".
12470 (gdb-find-file-hook): Just use gdb-source-file-list.
12471 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
12472 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
12473 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12474 (gdb-data-list-register-values-handler): Use correct trigger name.
12475
12476 2005-12-07 Kim F. Storm <storm@cua.dk>
12477
12478 * ido.el (ido-completion-map): Rename from ido-mode-map.
12479 (ido-common-completion-map, ido-file-completion-map)
12480 (ido-file-dir-completion-map, ido-buffer-completion-map):
12481 Rename from ido-mode-....-map.
12482 (ido-init-completion-maps): Rename from ido-init-mode-maps.
12483 (ido-setup-completion-map): Rename from ido-define-mode-map.
12484 (ido-read-internal): Bind minibuffer-local-filename-completion-map
12485 to ido-completion-map.
12486
12487 2005-12-07 Kenichi Handa <handa@m17n.org>
12488
12489 * international/mule-cmds.el
12490 (set-display-table-and-terminal-coding-system): If the coding
12491 system specified in `unibyte-display' property is different from
12492 the arg coding-system, don't setup standard-display-table.
12493
12494 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
12497 that comments end at \n, regardless of selective-display.
12498
12499 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
12500
12501 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
12502 (gdb-version): New variables.
12503 (gdb-source-file-list, gdb-register-names)
12504 (gdb-changed-registers): New variables for use with GDB 6.4+.
12505 (gdb-ann3): Replace with...
12506 (gdb-init-1, gdb-init-2): ...two new functions.
12507 (gdba, gdb-prompt): Call gdb-init-1.
12508 (gdb-get-version): New function. Call gdb-init-2 from here.
12509 (gud-watch): Make it work with mouse events too.
12510 (gdb-post-prompt): Don't add to queue until GDB version is known.
12511 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
12512 (gdb-locals-mode): Use gdb-version.
12513 (gdb-memory-format-map, gdb-memory-unit-map)
12514 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
12515 (gdb-locals-font-lock-keywords-1)
12516 (gdb-locals-font-lock-keywords-2): New variables.
12517 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
12518 (gdb-set-gud-minor-mode-existing-buffers-1)
12519 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
12520 (gdb-var-update-1, gdb-var-update-handler-1)
12521 (gdb-data-list-register-values-handler)
12522 (gdb-data-list-register-values-custom)
12523 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
12524 (gdb-stack-list-locals-handler, gdb-get-register-names):
12525 New functions for use with GDB 6.4+.
12526 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
12527 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
12528 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
12529 (gdb-stack-list-locals-regexp)
12530 (gdb-data-list-register-names-regexp): New regexps for use with
12531 GDB 6.4+.
12532
12533 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
12536
12537 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
12538
12539 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
12540 prompts work for AUTH PLAIN. Also reported by Steve Allan
12541 <seallan@verizon.net>.
12542
12543 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12544
12545 * frame.el (set-frame-parameter): Add doc string.
12546
12547 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
12548
12549 * textmodes/org.el (org-occur-highlights): New variable.
12550 (org-highlight-new-match, org-remove-occur-highlights): New functions.
12551 (org-highlight-sparse-tree-matches): New option.
12552 (org-do-occur): New function.
12553 (org-get-heading): Make it work also at beginning of line.
12554 (org-category-table): New variable.
12555 (org-get-category-table, org-get-category)
12556 (org-camel-to-words, org-link-search): New functions.
12557 (org-select-this-todo-keyword): New variable.
12558 (org-todo-list): New command.
12559 (org-shiftright, org-shiftleft): New commands.
12560 (org-agenda-todo): Add prefix argument.
12561 (org-show-hierarchy-above): New option.
12562 (org-show-todo-tree): Numerical prefix creates tree for specific
12563 TODO keyword.
12564 (org-outline-level): New function, to assign a level to plain
12565 lists items.
12566 (org-cycle-include-plain-lists): New option.
12567 (org-mode): Use `org-outline-level' as value of `outline-level'.
12568 (org-cycle): Temporarily switch `outline-regexp' if
12569 `org-cycle-include-plain-lists' is non-nil.
12570 (org-start-icalendar-file): Fix format bug.
12571 (org-agenda-get-day-entries): Create category table.
12572 (org-agenda-get-todos, org-agenda-get-timestamps)
12573 (org-agenda-get-deadlines, org-agenda-get-scheduled)
12574 (org-agenda-get-blocks): Use `org-get-category'.
12575 (org-context-in-file-links): Rename from
12576 `org-line-numbers-in-file-links'.
12577
12578 2005-12-06 Romain Francoise <romain@orebokech.com>
12579
12580 * window.el (balance-windows): Delete extraneous third arg in call
12581 to `enlarge-window'.
12582
12583 2005-12-06 Kenichi Handa <handa@m17n.org>
12584
12585 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
12586
12587 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
12588
12589 * progmodes/gdb-ui.el (gdb-var-create-handler)
12590 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
12591 (gdb-var-list-children-handler, gdb-var-update-handler):
12592 Current buffer is already gdb-partial-output-buffer, don't
12593 make it current again.
12594
12595 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
12596
12597 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
12598 (list-buffers-noselect): Use it.
12599
12600 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
12603 (mail-yank-ignored-headers): Use regexp-opt.
12604 (mail-mode-map): Move initialization into declaration.
12605 (mail-sent-via): Remove unused shadowed var `to-line'.
12606 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
12607 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
12608 (mail-do-fcc): Use dolist and push.
12609 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
12610 (mail-yank-ignored-headers): Don't autoload.
12611
12612 2005-12-05 Kenichi Handa <handa@m17n.org>
12613
12614 * international/mule-cmds.el (set-language-info-internal): New fun.
12615 (set-language-info): Call set-language-info-internal to update
12616 language-info-alist. If LANG-ENV is the current one, call
12617 set-language-environment to make INFO effective now.
12618 (set-language-info-alist): Likewise.
12619 (locale-language-names): With locale "en", use English
12620 lang. env. but set the default codings to iso-8859-1.
12621
12622 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
12623
12624 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
12625 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
12626 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
12627 for plain strings.
12628 (gdb-frames-mode): Remove redundant call to font-lock-mode.
12629 (gdb-all-registers): Rename from toggle-gdb-all-registers.
12630 Create registers buffer if necessary. Echo new state in minibuffer.
12631 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
12632
12633 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
12634
12635 * info.el (Info-fontify-node): Match external links using
12636 non-directory part of filename.
12637
12638 2005-12-04 Juri Linkov <juri@jurta.org>
12639
12640 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
12641 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
12642 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
12643 because there is no customization option for it.
12644
12645 * font-lock.el (lisp-font-lock-keywords-1):
12646 Add define-global-minor-mode.
12647
12648 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
12649
12650 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
12651 properties on the constructed variable names.
12652
12653 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12654 Put `definition-name' properties on the constructed function names
12655 next-sym and prev-sym.
12656
12657 * emacs-lisp/find-func.el (find-function-regexp):
12658 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
12659 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
12660 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
12661 and easy-menu-define.
12662
12663 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
12664 easy-mmode-define-global-mode and define-global-minor-mode.
12665 (lisp-imenu-generic-expression): Add define-global-minor-mode.
12666
12667 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
12668 instead of easy-mmode-define-global-mode.
12669
12670 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12671 Use define-minor-mode instead of easy-mmode-define-minor-mode.
12672
12673 * cus-edit.el (customize-group, customize-group-other-window):
12674 Filter out autoloaded options from the group completion list by
12675 using heuristics that autoloaded groups don't have `custom-autoload'
12676 property on their symbols (they have only `custom-loads').
12677
12678 * simple.el (completion-setup-function): Put completions-common-part
12679 face on complete completion string too (i.e. completion string
12680 without completions-first-difference face).
12681
12682 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
12683
12684 2005-12-03 Eli Zaretskii <eliz@gnu.org>
12685
12686 * view.el (view-mode): Doc fix.
12687
12688 * disp-table.el (standard-display-european): Add to the warning
12689 message a reference to the doc string.
12690
12691 * play/yow.el (apropos-zippy): Call print-help-return-message,
12692 similar to other Help and Apropos commands.
12693
12694 * help.el (print-help-return-message): If pop-up-frames is
12695 non-nil, set up help-return-method to delete the help window and,
12696 possibly, its frame as well, and don't display message about
12697 scrolling the help window. Doc fix.
12698 (help-return-method): Doc fix.
12699
12700 2005-12-03 Martin Rudalics <rudalics@gmx.at>
12701
12702 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
12703 whereby names of length one or names starting with a
12704 symbol-constituent character would not be returned.
12705
12706 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12707
12708 * subr.el (atomic-change-group): Add edebug and indentation spec.
12709
12710 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * completion.el (save-completions-file-name): Fix typo in last change.
12713
12714 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12715
12716 * info.el: Move back/forward history to the beginning of the tool bar.
12717
12718 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
12719
12720 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12721 Add fset of allout-real-isearch-abort during compile to fix
12722 byte-compilation warnings.
12723 (allout-mode-p): Move definition of this macro above all uses, or
12724 byte compilation in barren Emacs (eg, during Emacs build) will
12725 lack the definition.
12726 (allout-mode): Move this variable above any uses, or byte
12727 compilation will fail.
12728 (allout-resolve-xref): Remove use of personal file-reference function.
12729 (allout-toggle-current-subtree-encryption): Do the current (ie,
12730 visible containing) topic, rather than nearest around point. Doc fix.
12731 (allout-toggle-subtree-encryption): New function, workhorse that
12732 works on nearest topic containing point.
12733 (allout-encrypt-string): Signal requirement for newer version of pgg.
12734 (allout-resumptions): Doc fix.
12735
12736 2005-12-02 Eli Zaretskii <eliz@gnu.org>
12737
12738 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
12739
12740 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
12741
12742 * textmodes/flyspell.el (flyspell-external-point-words):
12743 Consider a misspelling as found in the string search if: (a) misspelling
12744 and found string lengths match, or (b) misspelling is found as
12745 element in a boundary-chars separated longer string, or (c)
12746 ispell-program-name is really ispell and misspelling is found as
12747 part of a TeX string. After successful match move beginning of
12748 search region to end of match. Warn about not found misspellings
12749 once the process is done.
12750 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
12751
12752 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
12753
12754 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
12755 tool bar (removed inadvertently).
12756
12757 2005-12-02 Juri Linkov <juri@jurta.org>
12758
12759 * log-view.el (log-view-diff): Clarify doc string.
12760
12761 2005-12-01 Bill Wohler <wohler@newt.com>
12762
12763 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
12764 triggers lm-verify errors.
12765
12766 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
12767
12768 * simple.el (transient-mark-mode, line-number-mode)
12769 (column-number-mode, size-indication-mode): Remove `:require nil'.
12770
12771 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
12772
12773 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
12774 in the margin also.
12775 (gdb-breakpoints-mode-map): Use D instead of d for
12776 gdb-delete-breakpoint.
12777 (gdb-get-frame-number): Require a number to match on.
12778 (gdb-threads-mode-map): Add follow-link binding.
12779
12780 2005-11-30 Jason Rumney <jasonr@gnu.org>
12781
12782 * isearch.el (isearch-mode-map): Avoid exiting search on
12783 language-change event.
12784
12785 2005-11-30 Romain Francoise <romain@orebokech.com>
12786
12787 * speedbar.el (speedbar-default-position): New defcustom.
12788 (speedbar-frame-reposition-smartly): Use it.
12789
12790 * dframe.el (dframe-reposition-frame-emacs): Fix position
12791 computation for `left' location.
12792 Update copyright year.
12793
12794 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * help.el (help-map): Move initialization into declaration.
12797
12798 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
12799
12800 * help-fns.el (help-argument-name): Don't autoload.
12801 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
12802 to be re-loaded when customizing the `help' group.
12803
12804 2005-11-30 John Paul Wallington <jpw@gnu.org>
12805
12806 * help-fns.el (describe-function-1): Fill arglist output.
12807
12808 2005-11-30 Kim F. Storm <storm@cua.dk>
12809
12810 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
12811 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
12812 after revert-buffer (or anything else which kills all local variables).
12813
12814 * apropos.el (apropos-parse-pattern): Doc fix.
12815 Set apropos-regexp directly, rather than expecting callers to do so.
12816 (apropos-command, apropos, apropos-value, apropos-documentation):
12817 Simplify calls to apropos-parse-pattern.
12818
12819 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12820
12821 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
12822 (hi-lock-face-phrase-buffer): Use hi-yellow face.
12823 (hi-lock-write-interactive-patterns): Use comment-region.
12824
12825 * longlines.el (longlines-mode): Add mail-setup-hook.
12826
12827 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
12828
12829 * simple.el (sendmail-user-agent-compose, next-line):
12830 Conditionally use hard-newline.
12831
12832 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12833
12834 * international/latexenc.el (latex-inputenc-coding-alist):
12835 Reword doc string.
12836
12837 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12838
12839 * help.el (describe-key-briefly, describe-key): Recognize default
12840 bindings.
12841
12842 2005-11-29 Romain Francoise <romain@orebokech.com>
12843
12844 * view.el (view-inhibit-help-message): New defcustom.
12845 (view-mode-enter): Use it.
12846
12847 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
12848
12849 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
12850 Preserve user position.
12851
12852 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
12853
12854 * font-lock.el: Throw error if facemenu is not loaded to prevent
12855 accidental change of loading order in loadup.el. (Suggested by RMS.)
12856
12857 * loadup.el: Add comment explaining why facemenu must be loaded
12858 before font-lock.
12859
12860 2005-11-28 Jay Belanger <belanger@truman.edu>
12861
12862 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
12863 (calc-dispatch-map): Add more keys for `calc-same-interface'.
12864
12865 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
12866
12867 * calc/calc-embed.el (calc-do-embedded): Update help message.
12868
12869 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
12870
12871 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
12874
12875 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
12876 called-interactively-p.
12877 (elp-profilable-p): Rename from elp-not-profilable-p.
12878 Invert result and take into account macros and autoloaded functions.
12879 (elp-instrument-function): Update call.
12880 (elp-instrument-package): Update call. Add completion.
12881 (elp-pack-number): Use match-string.
12882 (elp-results-jump-to-definition-by-mouse): Merge into
12883 elp-results-jump-to-definition and then remove.
12884 (elp-output-insert-symname): Make help echo text single-line.
12885
12886 * replace.el (query-replace-map): Move initialization into declaration.
12887 (occur-engine): Use with-current-buffer.
12888 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
12889 (occur-mode-mouse-goto): Replace with an alias.
12890
12891 2005-11-28 Juri Linkov <juri@jurta.org>
12892
12893 * simple.el (quoted-insert): Let-bind input-method-function to nil.
12894
12895 * term/w32-win.el: Bind [S-tab] to [backtab].
12896
12897 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
12898 `Info-find-file' to t.
12899
12900 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
12901 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
12902 and same-window-regexps.
12903 (occur-next-error): Don't move point for arg 0.
12904
12905 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
12906
12907 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
12908
12909 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * log-edit.el (log-edit-changelog-use-first): New var.
12912 (log-edit-changelog-ours-p): Use it.
12913 (log-edit-insert-changelog): Set it with new arg `use-first'.
12914 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
12915 (log-edit-hook): Add them to the list of suggested options.
12916
12917 * textmodes/flyspell.el (flyspell-last-buffer): New var.
12918 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
12919 redundant work.
12920 (flyspell-mode-on): Use add-hook for after-change-functions.
12921 (flyspell-mode-off): Use remove-hook for after-change-functions.
12922 (flyspell-changes): Make it buffer-local.
12923 (flyspell-after-change-function): Make it non-interactive. Use push.
12924 (flyspell-post-command-hook): Check input-pending-p while processing
12925 the potentially long list of buffer changes.
12926
12927 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12928
12929 * buff-menu.el (list-buffers-noselect): Display the selected
12930 frame's buffer list, not the global one.
12931
12932 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12933
12934 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
12935 that (list last-input-event) works as in interactive spec.
12936
12937 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12938
12939 * loadup.el ("facemenu"): Load facemenu before font-lock, because
12940 `facemenu-keymap' needs to be defined when font-lock is loaded.
12941 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
12942
12943 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * completion.el: Remove useless leading * in defcustom docstrings.
12946 (save-completions-file-name): Use ~/.emacs.d if available.
12947 (completion-standard-syntax-table): Rename from
12948 cmpl-standard-syntax-table and fold initialization into declaration,
12949 thus removing cmpl-make-standard-completion-syntax-table.
12950 (completion-lisp-syntax-table, completion-c-syntax-table)
12951 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
12952 (cmpl-saved-syntax, cmpl-saved-point): Remove.
12953 (symbol-under-point, symbol-before-point)
12954 (symbol-under-or-before-point, symbol-before-point-for-complete)
12955 (add-completions-from-c-buffer): Use with-syntax-table.
12956 (make-completion): Don't return a list of completion entries.
12957 Update callers.
12958 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
12959 (completion-initialize): Rename from initialize-completions.
12960 (completion-find-file-hook): Rename from cmpl-find-file-hook.
12961 (kill-emacs-save-completions): Collect stats here.
12962 (save-completions-to-file, load-completions-from-file):
12963 Use with-current-buffer.
12964 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
12965 into a function. Move all calls to toplevel.
12966 (completion-lisp-mode-hook): New fun.
12967 (completion-c-mode-hook, completion-setup-fortran-mode):
12968 Set the syntax-table here. Use local-set-key.
12969 (completion-saved-bindings): New var.
12970 (dynamic-completion-mode): Make it into a proper minor mode.
12971 (load-completions-from-file): Remove unused var `num-uses'.
12972
12973 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
12974 constructor if it is explicitly overridden.
12975
12976 * complete.el (PC-completion-as-file-name-predicate):
12977 Use minibuffer-completing-file-name.
12978 (partial-completion-mode): Use find-file-not-found-functions.
12979 (PC-lisp-complete-symbol): Use with-syntax-table.
12980 (PC-look-for-include-file): Remove dead setq.
12981 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
12982 (PC-complete): Use with-current-buffer.
12983
12984 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
12985 escape single quotes.
12986
12987 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12988
12989 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
12990 of `if' whose condition always returned nil. Doc fix.
12991
12992 * buff-menu.el (Buffer-menu-revert-function): Make the selected
12993 window's buffer the current buffer around the call to
12994 `list-buffers-noselect'. This is necessary to mark that buffer
12995 with a `.' in the Buffer Menu when called from Lisp, for instance
12996 by Auto Revert Mode.
12997
12998 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12999
13000 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
13001 attaching to it.
13002 (gdb-pre-prompt): Make sure gdb-error is reset.
13003
13004 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
13005 with a child process, detect it.
13006 (gud-speedbar-buttons): Match regexp more carefully.
13007
13008 2005-11-27 Richard M. Stallman <rms@gnu.org>
13009
13010 * mouse.el (mouse-drag-move-window-bottom):
13011 Use adjust-window-trailing-edge.
13012
13013 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13014
13015 * simple.el (blink-matching-open): Ignore
13016 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
13017 (blink-matching-paren-on-screen): Update docstring.
13018
13019 * paren.el (show-paren-mode): No longer change
13020 `blink-matching-paren-on-screen'.
13021
13022 2005-11-27 John Paul Wallington <jpw@pobox.com>
13023
13024 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13025 (gdb-threads-select, gdb-edit-register-value):
13026 Use `posn-set-point' instead of `mouse-set-point' because the
13027 latter is not fbound when configured without X.
13028
13029 2005-11-27 Kim F. Storm <storm@cua.dk>
13030
13031 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
13032 existing face when partially highlighting a TAB in a rectangle.
13033
13034 2005-11-26 Kim F. Storm <storm@cua.dk>
13035
13036 * ido.el (ido-mode-map): Doc fix.
13037 (ido-mode-common-map, ido-mode-file-map)
13038 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
13039 (ido-define-mode-map): Rewrite. Select one of the new maps as
13040 parent for ido-mode-map instead of building from scratch.
13041 (ido-init-mode-maps): New defun to initialize new maps.
13042 (ido-mode): Call it.
13043 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
13044 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
13045
13046 2005-11-26 John Paul Wallington <jpw@pobox.com>
13047
13048 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
13049 `mouse-set-point' because the latter is not fbound when configured
13050 without X.
13051
13052 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
13053
13054 * files.el (file-relative-name): Doc fix.
13055
13056 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13057
13058 * progmodes/octave-inf.el (inferior-octave-startup): Force a
13059 non-empty string for secondary prompt PS2.
13060
13061 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13062
13063 * progmodes/compile.el (compilation-setup): Fix last change.
13064
13065 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
13066
13067 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13068 (gdb-mouse-toggle-breakpoint-margin)
13069 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
13070 Add gdb-server-prefix to keep out of command history.
13071 (gdb-edit-register-value): New function.
13072 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
13073 (gdb-info-registers-custom): Use above map.
13074
13075 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13076
13077 * custom.el (enable-theme): Signal error if argument is not a
13078 theme. Don't recalculate a face if it's not loaded yet.
13079
13080 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
13081 the `user' theme is in effect.
13082
13083 * info.el (Info-on-current-buffer): Record actual filename in
13084 Info-current-file, instead of t, or a fake filename if a non-file
13085 buffer. Make autoload.
13086 (Info-find-node, Info-revert-find-node): No need to check for
13087 Info-current-file nil.
13088 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
13089 Info-current-file is now never `t'.
13090 (Info-fontify-node): Many simplifications due to Info-current-file
13091 always being valid. Use Info-find-file to find node filename.
13092
13093 2005-11-25 David Kastrup <dak@gnu.org>
13094
13095 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
13096 new character, then delete" in order to preserve markers.
13097
13098 2005-11-25 David Ponce <david@dponce.com>
13099
13100 * recentf.el (recentf-arrange-by-rule): Handle a special
13101 `auto-mode-alist'-like "strip suffix" rule.
13102 (recentf-build-mode-rules): Handle second level auto-mode entries.
13103
13104 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
13105
13106 * viper-keym.el (viper-ESC-key): Use different values in terminal and
13107 window modes.
13108
13109 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
13110 jde-javadoc-checker-report-mode.
13111
13112 * ediff-wind (ediff-make-wide-display): Slight simplification.
13113
13114 * ediff.el (ediff-date): Change the date of last update.
13115
13116 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
13117
13118 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
13119 Use define-minor-mode, and make it a local mode. Turn on font-lock.
13120 (hi-lock-mode): New global minor mode.
13121 (turn-on-hi-lock-if-enabled): New function.
13122 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
13123 Change arguments to regexp and face instead of a font-lock pattern.
13124 Directly set face property, instead of refontifying.
13125 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
13126 (hi-lock-find-patterns): Use line-number-at-pos.
13127
13128 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
13129 arguments for hi-lock-set-pattern.
13130 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
13131 Call font-lock-fontify-buffer.
13132 (hi-lock-find-file-hook, hi-lock-current-line)
13133 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
13134
13135 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
13136 turned off.
13137
13138 * progmodes/compile.el (compilation-setup): Don't fiddle with
13139 font-lock-defaults.
13140
13141 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
13142
13143 * progmodes/gdb-ui.el (gdb-var-create-handler)
13144 (gdb-var-list-children-handler): Find values for all variable
13145 objects. gud-speedbar-buttons decides whether to display them.
13146
13147 2005-11-24 Romain Francoise <romain@orebokech.com>
13148
13149 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
13150 buffer name with a space.
13151
13152 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
13153
13154 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
13155 `org-export-local-list-max-depth'. Change default value to 3.
13156 (org-auto-renumber-ordered-lists)
13157 (org-plain-list-ordered-item-terminator): New options.
13158 (org-at-item-p, org-beginning-of-item, org-end-of-item)
13159 (org-get-indentation, org-get-string-indentation)
13160 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
13161 New functions.
13162 (org-move-item-down, org-move-item-up): New commands.
13163 (org-export-as-html): New classes for CSS support. Bug fix in
13164 regular expression detecting fixed-width regions. Respect
13165 `org-local-list-ordered-item-terminator'.
13166 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
13167 also a list item.
13168 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
13169 New item moving functions.
13170
13171 2005-11-24 Juri Linkov <juri@jurta.org>
13172
13173 * isearch.el (isearch-repeat): With empty search ring set
13174 `isearch-error' to the error string instead of signaling error
13175 with the function `error'.
13176
13177 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13178
13179 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
13180
13181 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
13182
13183 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
13184 and variable.
13185 (gdb-var-create-handler, gdb-var-list-children-handler):
13186 Don't match on "char **...".
13187 (gdb-var-update-handler): Find values for all variable objects.
13188 (gdb-info-frames-custom): Identify frames by leading "#".
13189
13190 * progmodes/gud.el (gud-speedbar-menu-items): Add
13191 gdb-speedbar-auto-raise as radio button.
13192 (gud-speedbar-buttons): Raise speedbar if requested.
13193 Don't match on "char **...".
13194 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
13195 Make it editable.
13196
13197 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * info.el (Info-fontify-node): Handle the case where
13200 Info-current-file is t.
13201
13202 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * simple.el (blink-matching-open): Fix off-by-one in last change.
13205
13206 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13207
13208 * term/mac-win.el: Don't change default directory.
13209
13210 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
13211
13212 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
13213 buffers correctly. (It used to throw an error in such buffers.)
13214 Make it ask for confirmation in group buffers and other Custom
13215 buffers containing more than one customization item.
13216
13217 2005-11-22 John Paul Wallington <jpw@gnu.org>
13218
13219 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
13220 property on mail and url overlays.
13221 (goto-address-at-point): Use `posn-set-point' instead of
13222 `mouse-set-point' because the latter is not fbound when configured
13223 without X.
13224
13225 2005-11-22 Lars Hansen <larsh@soem.dk>
13226
13227 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
13228 (ls-lisp-classify, ls-lisp-format): Delete call to
13229 ls-lisp-parse-symlink.
13230 (ls-lisp-handle-switches): Handle symlinks to directories as
13231 directories when ls-lisp-dirs-first in non-nil.
13232
13233 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
13234
13235 * startup.el (command-line): Make sure that loaddefs.el is handled
13236 correctly in load-history.
13237
13238 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
13239
13240 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
13241 (gdb-struct-string, gdb-array-string): New constants.
13242 (gdb-info-locals-handler): Use them.
13243 (gdb-reset): Reset gdb-var-list to nil.
13244
13245 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
13248 in patterns.
13249
13250 2005-11-21 Juri Linkov <juri@jurta.org>
13251
13252 * custom.el (defcustom): Update link types in docstring.
13253
13254 2005-11-20 Martin Rudalics <rudalics@gmx.at>
13255
13256 * custom.el (defgroup): Add doc-string-elt info.
13257
13258 * widget.el (define-widget): Don't use declare for the doc-string-elt.
13259
13260 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * newcomment.el (comment-enter-backward): Fix last fix.
13263
13264 * simple.el (blink-matching-open):
13265 * paren.el (show-paren-function): Allow new paren-class info.
13266
13267 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
13268
13269 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
13270 handled automagically.
13271
13272 2005-11-20 Andreas Schwab <schwab@suse.de>
13273
13274 * descr-text.el (describe-char): When copying overlays put them
13275 over the full char description instead of just the first character
13276 of it.
13277
13278 2005-11-20 Juri Linkov <juri@jurta.org>
13279
13280 * simple.el (what-cursor-position):
13281 * descr-text.el (describe-char): Use Lisp-readable syntax
13282 for octal and hex. Reorder decimal, octal and hex values.
13283 Remove excess whitespace in the output. Use `=' in `column='
13284 like in `point=' and `Hscroll='.
13285
13286 * international/mule-cmds.el (encoded-string-description):
13287 Use Lisp-readable syntax for hex.
13288
13289 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13290
13291 * newcomment.el (comment-enter-backward): Handle the case where the
13292 comment is closed by EOB.
13293
13294 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13295
13296 * longlines.el (longlines-before-revert-hook)
13297 (longlines-after-revert-hook): New functions.
13298 (longlines-mode): Turn off longlines temporarily when reverting.
13299 Add a message-setup-hook.
13300 (longlines-decode-buffer): New function.
13301 (longlines-wrap-line): Preserve marker positions.
13302
13303 2005-11-19 Andreas Schwab <schwab@suse.de>
13304
13305 * emacs-lisp/shadow.el: Handle compressed files.
13306
13307 2005-11-19 Romain Francoise <romain@orebokech.com>
13308
13309 * net/browse-url.el (browse-url-default-browser): Signal an error
13310 if no usable browser can be found, rather than try to load w3.
13311
13312 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
13313
13314 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
13315 replacing existing properties.
13316 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13317 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
13318 tty specs.
13319 (rcirc-server-prefix, rcirc-server): New faces.
13320 (rcirc-url-regexp): Generate with rx macro.
13321 (rcirc-last-server-message-time): New variable.
13322 (rcirc-filter): Record time of last message.
13323 (rcirc-keepalive): Kill processes that did not send a message
13324 since the last ping.
13325 (rcirc-mode): Give rcirc-topic a local binding here.
13326
13327 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
13328
13329 * subr.el (read-passwd): Fontify the prompt as we do with other
13330 prompts.
13331
13332 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
13333
13334 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
13335 binding buffer-read-only to nil.
13336
13337 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13338
13339 * complete.el (partial-completion-mode):
13340 Mention completion-auto-help in the doc string.
13341
13342 * man.el (Man-highlight-references): Doc fix. Reformat code in a
13343 more Lisp-ish way.
13344
13345 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13346
13347 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
13348 digits, not 8, to avoid misalignment for files larger than 100MB.
13349
13350 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13351
13352 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
13353 Mention "keyboard shortcuts" in the help text.
13354
13355 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13356
13357 * startup.el (fancy-splash-default-action): Discard only
13358 mouse-down and succeeding mouse-up events in the splash screen
13359 window so that drag-n-drop event can be processed.
13360
13361 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * longlines.el (longlines-mode): Add hacks for mail-mode and
13364 message-mode.
13365
13366 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
13367
13368 * textmodes/org.el (org-table-sort-lines): New command.
13369 (org-tbl-menu): Add entry for `org-table-sort-lines'.
13370 (org-add-file): Command removed, use `org-agenda-file-to-front'
13371 instead.
13372 (org-export-icalendar): Use `org-icalendar-combined-name'.
13373 (org-cycle-agenda-files, org-agenda-file-to-end)
13374 (org-agenda-file-to-front): New commands.
13375 (org-table-tab-jumps-over-hlines, org-export-html-style):
13376 New options.
13377 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
13378 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
13379 New functions.
13380 (org-fill-paragraph): Call `org-table-align' in tables.
13381 (org-mode): Call `org-set-autofill-regexps'.
13382 (org-export-as-html): Support for local handformatted lists.
13383 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
13384 (org-export-local-list-max-depth): New option.
13385 (org-html-expand): Use `org-html-protect'.
13386
13387 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
13388
13389 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
13390 to "p".
13391 (gdb): Move definition of gud-pp to...
13392
13393 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
13394 speedbar.
13395 (gdb-find-watch-expression): New function.
13396
13397 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13398
13399 * faces.el (face-attribute, set-face-attribute): Mention existence
13400 of `:ignore-defface' setting in docstring.
13401
13402 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * simple.el (completion-setup-function): Fix last change.
13405
13406 2005-11-17 John Paul Wallington <jpw@pobox.com>
13407
13408 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
13409 Use `posn-set-point' instead of `mouse-set-point' because the
13410 latter is not fbound when configured without X.
13411
13412 * comint.el (comint-insert-input): Likewise.
13413
13414 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13415
13416 * simple.el (hard-newline): New variable.
13417 (sendmail-user-agent-compose, next-line): Use it.
13418
13419 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
13420 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
13421 (mail-mail-reply-to, mail-mail-followup-to)
13422 (mail-position-on-field, mail-signature, mail-yank-original)
13423 (mail-attach-file): Likewise.
13424
13425 * mail/mailheader.el (mail-header-format)
13426 (mail-header-format-function): Likewise.
13427
13428 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
13429
13430 2005-11-17 Juri Linkov <juri@jurta.org>
13431
13432 * font-lock.el (font-lock-faces): Rename this defgroup from
13433 `font-lock-highlighting-faces'.
13434 (font-lock-comment-face, font-lock-comment-delimiter-face)
13435 (font-lock-string-face, font-lock-doc-face)
13436 (font-lock-keyword-face, font-lock-builtin-face)
13437 (font-lock-function-name-face, font-lock-variable-name-face)
13438 (font-lock-type-face, font-lock-constant-face)
13439 (font-lock-warning-face, font-lock-negation-char-face)
13440 (font-lock-preprocessor-face)
13441 (font-lock-regexp-grouping-backslash)
13442 (font-lock-regexp-grouping-construct): Rename :group from
13443 `font-lock-highlighting-faces' to `font-lock-faces'.
13444
13445 * cus-edit.el (lisp, c, tex):
13446 * progmodes/ada-mode.el (ada):
13447 * progmodes/asm-mode.el (asm):
13448 * progmodes/cperl-mode.el (cperl-faces):
13449 * progmodes/cpp.el (cpp):
13450 * progmodes/dcl-mode.el (dcl):
13451 * progmodes/f90.el (f90):
13452 * progmodes/fortran.el (fortran):
13453 * progmodes/icon.el (icon):
13454 * progmodes/idlwave.el (idlwave-misc):
13455 * progmodes/m4-mode.el (m4):
13456 * progmodes/make-mode.el (makefile):
13457 * progmodes/meta-mode.el (meta-font):
13458 * progmodes/modula2.el (modula2):
13459 * progmodes/octave-mod.el (octave):
13460 * progmodes/pascal.el (pascal):
13461 * progmodes/perl-mode.el (perl):
13462 * progmodes/prolog.el (prolog):
13463 * progmodes/ps-mode.el (PostScript-edit):
13464 * progmodes/scheme.el (scheme):
13465 * progmodes/sh-script.el (sh-script):
13466 * progmodes/simula.el (simula):
13467 * progmodes/tcl.el (tcl):
13468 * textmodes/nroff-mode.el (nroff):
13469 * textmodes/reftex-vars.el (reftex-fontification-configurations):
13470 * textmodes/sgml-mode.el (sgml):
13471 * textmodes/texinfo.el (texinfo):
13472 Add :link (custom-group-link font-lock-faces) to defgroup.
13473
13474 * hi-lock.el (hi-lock): Rename this defgroup from
13475 `hi-lock-interactive-text-highlighting'. Change parent group from
13476 `faces' to `font-lock'. Add link to the manual.
13477 (hi-lock-mode, hi-lock-file-patterns-range)
13478 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
13479 `hi-lock-interactive-text-highlighting' to `hi-lock'.
13480 (hi-lock-faces): Add :group `faces'.
13481
13482 * cus-edit.el (custom-variable-prompt): Clarify the code.
13483
13484 * faces.el (face-read-string): Set the default value arg of
13485 completing-read.
13486
13487 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
13488
13489 * rfn-eshadow.el (file-name-shadow-properties)
13490 (file-name-shadow-tty-properties, file-name-shadow-mode):
13491 Remove autoloads, because the file is now preloaded.
13492
13493 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * printing.el (easy-menu-intern): Don't define.
13496 (pr-get-symbol): Use easy-menu-intern only if defined.
13497
13498 * simple.el (blink-matching-open): Simplify a bit.
13499 (completion-setup-function): Fix the case of partial-completion-mode
13500 when the minibuffer's contents start with "-".
13501 Obey completion-base-size-function even when
13502 minibuffer-completing-file-name is non-nil.
13503
13504 2005-11-16 Richard M. Stallman <rms@gnu.org>
13505
13506 * net/eudcb-ph.el (eudc-ph-open-session):
13507 Use set-process-query-on-exit-flag.
13508
13509 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
13510
13511 * international/ucs-tables.el (ucs-set-table-for-input):
13512 Use make-local-variable, not make-variable-buffer-local.
13513
13514 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13515 Improve warning message text.
13516
13517 * savehist.el (savehist-save-hook): Add :group.
13518
13519 * menu-bar.el (menu-bar-help-menu):
13520 Rename Find Extra Packages to External Packages.
13521
13522 * cus-edit.el (Custom-reset-standard): Verify that
13523 :custom-standard-value prop exists before calling it.
13524
13525 * apropos.el (apropos-calc-scores): Use apropos-pattern.
13526
13527 2005-11-16 Martin Rudalics <rudalics@gmx.at>
13528
13529 * wid-edit.el (color): Enclose %t in %{...%}.
13530
13531 * cus-edit.el (face): Enclose %t in %{...%}.
13532
13533 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
13534
13535 * savehist.el (savehist-mode-hook): Re-add the var.
13536 (savehist-mode): Use it.
13537
13538 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * textmodes/flyspell.el: Fix commenting convention.
13541 Remove unnecessary leading * in custom docstrings.
13542 (flyspell-emacs): Remove unused var.
13543 (flyspell-delete-region-overlays): Use remove-overlays.
13544 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
13545 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
13546 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
13547 (flyspell-debug-signal-word-checked): Use with-current-buffer.
13548 (make-flyspell-overlay): Don't locally reuse a global name.
13549 (flyspell-highlight-incorrect-region)
13550 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
13551 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
13552 (flyspell-notify-misspell): Remove unused args `start' and `end'.
13553 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
13554 Wrap calls to accept-process-output inside with-local-quit since it's
13555 often called from a post-command-hook.
13556 (flyspell-correct-word, flyspell-auto-correct-word):
13557 Use ispell-send-string.
13558 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
13559
13560 * calendar/diary-lib.el (diary-list-entries): Also hide the
13561 terminating newline.
13562
13563 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
13564
13565 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
13566 window-system, to allow fonts on tty.
13567
13568 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
13569
13570 * progmodes/gud.el (gud-speedbar-item-info): New function.
13571 (gud-install-speedbar-variables): Use it to display data type
13572 of watch expression as a tooltip in speedbar.
13573
13574 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
13575
13576 * font-core.el (global-font-lock-mode): Add :version keyword,
13577 because default was changed.
13578
13579 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
13580
13581 * startup.el (command-line): Use `custom-reevaluate-setting' for
13582 `file-name-shadow-mode'.
13583
13584 * loadup.el: Preload rfn-eshadow.
13585
13586 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
13587 Add :version keyword.
13588 (file-name-shadow-properties, file-name-shadow-tty-properties)
13589 (file-name-shadow): Add :version keyword.
13590
13591 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
13592 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
13593 in the custom-group property of the symbol frames and the fringe
13594 group got no link to its parent group frames.
13595 Doc fix.
13596
13597 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13598
13599 * progmodes/gud.el (gud-stop-subjob): New function.
13600 (gud-menu-map, gud-tool-bar-map): Use it.
13601
13602 2005-11-16 Kim F. Storm <storm@cua.dk>
13603
13604 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
13605 than kill it.
13606 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
13607 to a more useful/logical place.
13608
13609 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13610
13611 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
13612 go buttons complementary.
13613
13614 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
13617 (rfn-eshadow-sifn-equal): New function.
13618 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
13619
13620 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
13621
13622 * viper-utils.el (viper-non-word-characters-reformed-vi):
13623 Quote `-' in string.
13624
13625 * viper.el (viper-emacs-state-mode-list): Ensure that
13626 rcirc-mode buffers come up in Emacs state.
13627
13628 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
13629 operation.
13630
13631 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13632
13633 * term.el (term-termcap-format): Fix typos.
13634 (term-down): Fix the negative argument case.
13635
13636 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13637
13638 * progmodes/gdb-ui.el: Remove face-alias left over from change on
13639 2005-08-15.
13640 (gdb-ann3): New command gud-go.
13641 (menu): Accomodate gdb-mi.el.
13642 (gdb-assembler-custom): Make buffer of selected window current
13643 so that set-window-point works.
13644
13645 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
13646 buttons and include new ones.
13647
13648 2005-11-16 Kim F. Storm <storm@cua.dk>
13649
13650 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
13651 (gud-menu-map): Use it.
13652
13653 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
13654
13655 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
13656 that works correctly for Custom and that does not override a user
13657 who disables it.
13658
13659 * help-mode.el (help-make-xrefs, help-xref-on-pp)
13660 (help-xref-interned, help-follow): Make hyperlinks for variables
13661 that are unbound, but have a non-nil variable-documentation property.
13662
13663 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
13664 mode hook. (It conflicted with defcustoms for some mode hooks.)
13665 Use the `variable-documentation' property to give the mode hook a
13666 docstring and expand that docstring.
13667
13668 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
13669
13670 * savehist.el (savehist-mode): Don't bother with
13671 `custom-set-minor-mode'.
13672 (savehist-coding-system): Check XEmacs version.
13673 (history-length): Declare also at run time.
13674 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
13675 Don't set the customize state.
13676 (savehist-minibuffer-hook): Special case for when
13677 minibuffer-history-variable is equal to t.
13678
13679 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13680
13681 * files.el (write-file): Refresh VC status.
13682
13683 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
13684 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
13685 than fundamental-mode to see if the mode was set.
13686
13687 2005-11-14 Romain Francoise <romain@orebokech.com>
13688
13689 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
13690 dummy function in `eval-when-compile' to avoid compiler warning.
13691 Require `man' at compile time.
13692
13693 2005-11-14 Jay Belanger <belanger@truman.edu>
13694
13695 * calc-alg.el (calcFunc-write-out-power): Rename it to
13696 calcFunc-powerexpand.
13697 (math-write-out-power): Rename it to math-powerexpand; have it
13698 handle negative exponents.
13699 (calc-writeoutpower): Rename it to calc-powerexpand.
13700
13701 * calc-ext.el: Change calcFunc-writeoutpower and
13702 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
13703 autoloads.
13704 Add calcFunc-ldiv to autoloads.
13705
13706 * calc-arith.el (calcFunc-ldiv): New function.
13707
13708 * calc.el (calc-left-divide): New function.
13709
13710 2005-11-14 Juri Linkov <juri@jurta.org>
13711
13712 * cus-edit.el (custom-variable-prompt): Set the default value arg
13713 of completing-read.
13714
13715 * cus-dep.el (custom-make-dependencies): Reverse the list of
13716 found dependencies.
13717
13718 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13719
13720 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
13721 Highlighting" entry, it is on by default now.
13722 (menu-bar-options-save): Do not save global-font-lock-mode.
13723
13724 2005-11-13 Richard M. Stallman <rms@gnu.org>
13725
13726 * textmodes/flyspell.el (flyspell-large-region):
13727 Call flyspell-accept-buffer-local-defs.
13728
13729 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
13730
13731 * textmodes/flyspell.el (flyspell-notify-misspell):
13732 Fix misspelling of "Misspelling".
13733 (flyspell-process-localwords): New function.
13734 (flyspell-large-region): Call flyspell-process-localwords and
13735 flyspell-delete-region-overlays.
13736 (flyspell-delete-region-overlays): New function.
13737 (flyspell-delete-all-overlays): Call that.
13738
13739 2005-11-13 Richard M. Stallman <rms@gnu.org>
13740
13741 * help.el (help-for-help-internal): Improve doc of C-h a.
13742 (describe-key): Improve prompt; doc fix.
13743
13744 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * vc-svn.el (vc-svn-registered): Catch all errors.
13747
13748 * cus-dep.el (custom-make-dependencies): Typo.
13749
13750 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
13751
13752 * net/tramp-util.el (top): Fix compilation warning.
13753
13754 2005-11-13 Kim F. Storm <storm@cua.dk>
13755
13756 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
13757
13758 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13759
13760 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
13761 (gud-speedbar-buttons): Match on "const char *" too.
13762
13763 * progmodes/gdb-ui.el (gdb-var-create-handler)
13764 (gdb-var-list-children-handler): Match on "const char *" too.
13765 (gdb-var-evaluate-expression-handler): Match on empty string.
13766 (gdb-var-update-handler): Only call
13767 gdb-var-evaluate-expression-handler when required.
13768
13769 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13770
13771 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
13772 selected window. This still doesn't work for speedbar.
13773 (gud-speedbar-buttons): Handle string expressions properly.
13774
13775 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13776 (gdb-var-create-handler): Handle string expressions properly.
13777 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
13778 Handle string expressions properly. Move "type" field into regexp.
13779
13780 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13781
13782 * bookmark.el (bookmark-maybe-message): New function to reduce
13783 code duplication: invokes `message' iff baud-rate is high enough.
13784 (bookmark-write-file): Use above instead of an inline conditional.
13785 (bookmark-load): Same.
13786
13787 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13788
13789 * bookmark.el (bookmark-write-file): Don't visit the destination
13790 file, just write the data to it using write-region. This is
13791 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
13792 change to avoid visiting the file in the first place.
13793
13794 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
13795
13796 * hi-lock.el (hi-lock-mode): Set the default value of
13797 font-lock-defaults.
13798
13799 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
13800
13801 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
13802 arg to `file-attributes'.
13803 (find-lisp-format): The UID and GID can now be strings.
13804
13805 2005-11-12 Kim F. Storm <storm@cua.dk>
13806
13807 * help.el (help-map): Bind C-h d to apropos-documentation.
13808
13809 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
13810 when point is at end-of-buffer.
13811
13812 * apropos.el (apropos-match-face): Doc fix.
13813 (apropos-sort-by-scores): Add new choice `verbose'.
13814 (apropos-documentation-sort-by-scores): New defcustom.
13815 (apropos-pattern): Now contains the pattern entered by the user.
13816 (apropos-pattern-quoted): New defvar.
13817 (apropos-regexp): New defvar, containing the regexp corresponding
13818 to apropos-pattern.
13819 (apropos-all-words-regexp): Rename from apropos-all-regexp.
13820 (apropos-read-pattern): New defun. Use it to read pattern arg in
13821 interactive calls; returns list of words for a word list, and
13822 string for a regexp.
13823 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
13824 parses a list of words or regexp as returned by apropos-read-pattern.
13825 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
13826 (apropos-score-doc): Return a very high score if the string
13827 entered by the user matches literally.
13828 (apropos-variable): Doc fix. Use apropos-read-pattern.
13829 (apropos-command): Doc fix. Use apropos-read-pattern and
13830 apropos-parse-pattern. Call apropos-print with nosubst=t.
13831 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
13832 apropos-parse-pattern.
13833 (apropos-documentation): Doc fix. Use apropos-read-pattern and
13834 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
13835 apropos-documentation-sort-by-scores. Call apropos-print with
13836 nosubst=t.
13837 (apropos-documentation-internal): Pass doc string through
13838 substitute-key-definition before adding text properties.
13839 Highlight substring matching literal user input if possible.
13840 (apropos-documentation-check-doc-file): Remove locals beg and end.
13841 Fix calculation of score (as added twice). Pass doc string through
13842 substitute-key-definition before adding text properties.
13843 (apropos-documentation-check-elc-file): Pass doc string through
13844 substitute-key-definition before adding text properties.
13845 Highlight substring matching literal user input if possible.
13846 (apropos-print): Add new arg NOSUBST; if set, command and variable
13847 doc strings have already been passed through substitute-key-definition.
13848 Add code to handle apropos-accumulator items without score element
13849 for backwards compatibility (e.g. with woman package).
13850 Only show scores if apropos-sort-by-scores is `verbose'.
13851
13852 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13853
13854 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
13855 Add jka-compr-load-suffixes to load-suffixes.
13856
13857 * jka-compr.el: Require jka-cmpr-hook.
13858 (jka-compr-info-compress-message, jka-compr-info-compress-program)
13859 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
13860 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
13861 (jka-compr-info-can-append, jka-compr-info-strip-extension)
13862 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
13863 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
13864 (jka-compr-uninstall): Remove entries from
13865 jka-compr-added-to-file-coding-system-alist after they are used.
13866 (jka-compr-error): Remove unused var `curbuf'.
13867 (jka-compr-file-local-copy): Remove unused var `notfound'.
13868
13869 2005-11-10 Romain Francoise <romain@orebokech.com>
13870
13871 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
13872
13873 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
13874
13875 * progmodes/gud.el (gud-menu-map): Move parentheses.
13876 (gdb): New command gud-pv.
13877
13878 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13879
13880 * tar-mode.el: Remove spurious or unnecessary leading stars
13881 in docstrings.
13882 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
13883 (tar-parse-octal-integer-safe): Use mapc.
13884 (tar-header-block-summarize): Remove unused var `ck'.
13885 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
13886 cleared before. Obey default-enable-multibyte-characters.
13887 Use mapconcat. Simplify setting of tar-header-offset.
13888 (tar-mode-map): Move initialization inside delcaration.
13889 (tar-flag-deleted): Use `abs'.
13890 (tar-expunge-internal): Remove unused var `line'.
13891 (tar-expunge-internal): Don't hardcode point-min==1.
13892 (tar-expunge): Widen while doing set-buffer-multibyte.
13893 (tar-rename-entry): Use file-name-coding-system.
13894 (tar-alter-one-field): Don't hardcode point-min==1.
13895 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
13896 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
13897
13898 2005-11-10 Masatake YAMATO <jet@gyve.org>
13899
13900 * add-log.el (add-log-current-defun): Handle class::method
13901 notation of c++. Fix incorrect comment.
13902
13903 2005-11-10 Alan Mackenzie <acm@muc.de>
13904
13905 * help-fns.el (describe-variable): Make C-h v work when a variable
13906 has variable documentation yet is unbound.
13907
13908 2005-11-10 Masatake YAMATO <jet@gyve.org>
13909
13910 * man.el (Man-highlight-references): Set an empty
13911 string to `Man-arguments' if it is nil.
13912 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
13913
13914 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
13917 commenting conventions.
13918
13919 * cus-dep.el (custom-make-dependencies): Simplify.
13920 Better follow the commenting conventions.
13921
13922 2005-11-09 Richard M. Stallman <rms@gnu.org>
13923
13924 * apropos.el (apropos-pattern): Rename from apropos-regexp.
13925 (apropos-orig-pattern): Rename from apropos-orig-regexp.
13926 All uses changed.
13927 (apropos-rewrite-regexp): Doc fix.
13928 (apropos-variable, apropos-command, apropos, apropos-value):
13929 Change prompt; carry through the argument renaming.
13930
13931 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
13932
13933 * find-lisp.el: Require dired.
13934 (find-lisp-find-dired-internal): Do not call
13935 `abbreviate-file-name' on DIR.
13936
13937 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
13938
13939 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
13940
13941 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
13942
13943 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
13944 when using the speedbar.
13945 (gdb): New command gud-pp.
13946 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
13947
13948 2005-11-09 Juri Linkov <juri@jurta.org>
13949
13950 * replace.el (occur-excluded-properties): New defcustom.
13951 (occur-1, occur-engine, occur-accumulate-lines): Use it.
13952
13953 2005-11-08 Jay Belanger <belanger@truman.edu>
13954
13955 * calc/calc-units.el (math-convert-units): Replace any composite
13956 unit by its definition.
13957
13958 2005-11-08 Lars Hansen <larsh@soem.dk>
13959
13960 * emacs-lisp/autoload.el (update-directory-autoloads):
13961 Add obsolete function alias.
13962
13963 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13964
13965 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13966 comment-indent-function.
13967 (lisp-comment-indent): Replace by an alias for comment-indent-default.
13968
13969 * reveal.el (reveal-post-command): Rework the handling of
13970 reveal-open-spots, so as to be more reliable. There were several
13971 tricky corner cases where an open spot might be lost, or where
13972 a closed spot might end up on the list of open spots.
13973 Only reveal text that's ellipsised.
13974
13975 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
13976
13977 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
13978
13979 2005-11-07 John Paul Wallington <jpw@gnu.org>
13980
13981 * ibuffer.el (ibuffer): Search iconified frames too when
13982 getting Ibuffer buffer's window.
13983
13984 2005-11-06 Richard M. Stallman <rms@gnu.org>
13985
13986 * progmodes/compile.el (compilation-internal-error-properties):
13987 save-excursion around the computation of MARKER.
13988
13989 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
13990
13991 * textmodes/flyspell.el (flyspell-external-point-words):
13992 flyspell-get-word returns a list, not just a string.
13993
13994 2005-11-06 John Paul Wallington <jpw@pobox.com>
13995
13996 * ibuffer.el (ibuffer): Search all visible frames when getting
13997 Ibuffer buffer's window.
13998
13999 2005-11-07 Masatake YAMATO <jet@gyve.org>
14000
14001 * man.el (Man-reference-regexp): Accept spaces between
14002 `Man-name-regexp' and `Man-section-regexp'.
14003 (Man-apropos-regexp): New variable.
14004 (Man-abstract-xref-man-page): Use value for `Man-target-string'
14005 if available.
14006 (Man-highlight-references, Man-highlight-references0):
14007 Handle the case when `Man-arguments' includes "-k".
14008 (Man-highlight-references0): Rename the argument `TARGET-POS' to
14009 `TARGET'. `TARGET' can be a number, function or nil.
14010
14011 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
14012
14013 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
14014 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
14015 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
14016 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
14017 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
14018 (gdb-send-item): Use buffer-local-value and simplify.
14019
14020 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
14021
14022 * startup.el (command-line): Use `custom-reevaluate-setting' for
14023 `global-font-lock-mode'.
14024
14025 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
14026 by default, except in batch mode or when the -D option is given.
14027
14028 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
14029 specified keyword args on to `define-minor-mode'. Update docstring.
14030
14031 2005-11-05 Romain Francoise <romain@orebokech.com>
14032
14033 * replace.el (occur-engine): Add marker at end of line, too.
14034
14035 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14036
14037 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14038 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14039 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14040 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14041 argument to all these routines, so the passphrase can be managed
14042 externally and passed in to the system.
14043 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14044 pgg-add-passphrase-to-cache function.
14045
14046 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14047 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14048 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14049 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14050 argument to all these routines, so the passphrase can be managed
14051 externally and passed in to the system.
14052 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14053 function.
14054
14055 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14056
14057 * font-lock.el: Don't deal with font-lock-face-attributes here,
14058 move the code ...
14059
14060 * startup.el (command-line): ... here. Use face-spec-set instead
14061 of custom-declare-face.
14062
14063 * faces.el (face-spec-set): Reset the face if spec is not nil.
14064
14065 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14066
14067 * newcomment.el (comment-region-internal): Box more tightly in the
14068 common case where there's no TAB in the boxed text.
14069
14070 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14071
14072 * info.el (info-tool-bar-map): Use images prev-node, next-node and
14073 up-node.
14074
14075 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
14076
14077 * newsticker.el: Commentary updated. Code formatting changed.
14078 (newsticker-version): Change to "1.9".
14079 (newsticker, newsticker-feed): Doc fix.
14080 (newsticker-url-list): Doc fix. Add option "Weekly".
14081 (newsticker-retrieval-interval): Add option "Weekly".
14082 (newsticker-headline-processing): Doc fix.
14083 (newsticker-auto-mark-filter): Remove.
14084 (newsticker-auto-mark-filter-list): New.
14085 (newsticker-layout, newsticker-sort-method): Doc fix.
14086 (newsticker-hide-old-items-in-newsticker-buffer)
14087 (newsticker-heading-format, newsticker-item-format)
14088 (newsticker-desc-format): Doc fix.
14089 (newsticker-show-all-rss-elements): Remove.
14090 (newsticker-show-all-news-elements): New.
14091 (newsticker-faces, newsticker-ticker): Doc fix.
14092 (remove-from-invisibility-spec): Code formatting.
14093 (newsticker--process-ids): New.
14094 (newsticker-mode): Doc fix.
14095 (newsticker-mode): Change mode-line-format.
14096 (newsticker-start): Remove debug output.
14097 (newsticker-start-ticker): Doc fix. Add autoload cookie.
14098 (newsticker-w3m-show-inline-images): Code formatting.
14099 (newsticker-next-item): Call `force-mode-line-update'.
14100 (newsticker-previous-item): Call `force-mode-line-update'.
14101 (newsticker-next-feed): Call `force-mode-line-update'.
14102 (newsticker-previous-feed): Call `force-mode-line-update'.
14103 (newsticker-mark-all-items-at-point-as-read): Code formatting.
14104 (newsticker-show-old-items): Do not show descs.
14105 (newsticker-hide-entry): Hide too much.
14106 (newsticker-hide-entry, newsticker-show-entry)
14107 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
14108 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
14109 (newsticker-toggle-auto-narrow-to-item): Code formatting.
14110 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
14111 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
14112 (newsticker-get-news): Call `force-mode-line-update'.
14113 Collect process ids.
14114 (newsticker--sentinel): Change coding system handling.
14115 Move image retrieval to new functions newsticker--get-logo-url-*.
14116 Move feed parsing to new functions newsticker--parse-*.
14117 Update list of process ids.
14118 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
14119 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
14120 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
14121 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
14122 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14123 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
14124 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
14125 (newsticker--decode-coding-string): Remove.
14126 (newsticker--decode-numeric-entities): Check input. Format code.
14127 (newsticker--remove-whitespace): Check input.
14128 (newsticker--do-forget-preformatted): Doc fix.
14129 (newsticker--decode-rfc822-date): Allow for missing time.
14130 (newsticker--update-process-ids): New.
14131 (newsticker--image-sentinel): Change comment.
14132 (newsticker--image-read): Change error message.
14133 (newsticker--imenu-goto): Doc fix. Show headline title.
14134 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
14135 (newsticker--buffer-do-insert-text): Clean whitespace in
14136 html-rendered headline title. Code formatting.
14137 Call `newsticker--buffer-print-extra-elements'.
14138 (newsticker--buffer-print-extra-element): Remove.
14139 (newsticker--buffer-print-extra-elements): New.
14140 (newsticker--buffer-do-print-extra-element): New.
14141 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
14142 large sizes.
14143 (newsticker--run-auto-mark-filter)
14144 (newsticker--do-run-auto-mark-filter):
14145 Use `newsticker-auto-mark-filter-list'.
14146
14147 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
14148
14149 * net/rcirc.el: Use split-string OMIT-NULLS argument.
14150 (rcirc-print): Force redisplay before running hooks. Do long
14151 buffer truncation after making new text read-only. Deal with nil
14152 text when decoding strings. If TARGET is nil, use either the
14153 currently selected buffer, if it is an rcirc buffer and of the
14154 same process or the process buffer.
14155 (rcirc-mode): Remove header-line. Recompute short buffer names.
14156 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
14157 (rcirc-short-buffer-name): Add variable.
14158 (rcirc-kill-buffer-hook): Recompute short buffer names.
14159 Remove nick from private channel.
14160 (rcirc-send-input): Send command text to current-buffer.
14161 Don't clear overlay arrow here.
14162 (rcirc-short-buffer-name): Return a short buffer name.
14163 (rcirc-update-short-buffer-names, rcirc-abbreviate)
14164 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
14165 buffer-name abbreviations.
14166 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
14167 Do not touch nick-table when killing a parted channel.
14168 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
14169 Clear arrow from current buffer if it is now hidden.
14170 (rcirc-current-buffer): Add variable.
14171 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14172 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
14173 Remove -face from names.
14174 (rcirc-update-activity-string): Print "DND" when globally ignoring
14175 activity.
14176 (rcirc-ignore-buffer-activity-flag): Rename from
14177 rcirc-ignore-channel-activity.
14178 (rcirc-ignore-all-activity-flag): Doc fix.
14179 (rcirc-channels): Remove variable.
14180 (rcirc-kill-buffer-hook):
14181 (rcirc-get-buffer-create): Add nick to private channel.
14182 (rcirc-multiline-edit-submit): Remove tabs.
14183 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
14184 folded.
14185 (rcirc-remove-nick-channel): Bug fix.
14186 (rcirc-toggle-ignore-buffer-activity): Rename from
14187 rcirc-toggle-ignore-channel-activity.
14188 (rcirc-record-activity): Add buffers to the front of the list.
14189 (rcirc-update-activity): Remove killed buffers from list.
14190 (rcirc-process-server-response-1): Remove last argument if it is
14191 null before calling handler.
14192 (rcirc): Add "rcirc" defcustom prefix.
14193 (rcirc-prompt): Simplify default prompt.
14194 Use custom-initialize-default.
14195 (rcirc-private-chats): Remove variable.
14196 (rcirc-prompt): Change initialization.
14197 (rcirc-version): Remove function.
14198 (rcirc-id-string): Add constant.
14199 (rcirc-last-buffer): Remove variable.
14200 (rcirc-buffer-alist): Add variable.
14201 (rcirc-connect): Update variable setup.
14202 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
14203 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
14204 default.
14205 (rcirc-handler-generic): Trigger activity.
14206 (rcirc-send-message): Create the buffor of the target.
14207 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
14208 (rcirc-get-buffer): Just return nil if there is no matching buffer.
14209 (rcirc-multiline-edit-cancel): Remove function.
14210 (rcirc-set-last-buffer): Remove function.
14211 (rcirc-get-any-buffer): Add function.
14212 (rcirc-join-channels): Don't print /join text.
14213 (rcirc-toggle-ignore-channel-activity): Add and update echo area
14214 messages.
14215 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
14216 (rcirc-handler-NOTICE): Recognize CTCP responses.
14217 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
14218 constructing TOPIC string for buffers we are not JOINed.
14219 (rcirc-handler-CTCP-response): Add handler.
14220 (rcirc-multiline-edit-submit): Restore the window-configuration
14221 before adjusting point.
14222 (rcirc): Add customization group.
14223 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
14224 (rcirc-user-full-name, rcirc-startup-channels-alist)
14225 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
14226 (rcirc-ignore-all-activity-flag, rcirc-time-format)
14227 (rcirc-input-ring-size, rcirc-read-only-flag)
14228 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
14229 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
14230 Change defvar to defcustom.
14231 (rcirc-update-prompt): Add optional ALL arg, which will update
14232 prompts in all rcirc buffers. Regexp quote replacement text.
14233 (rcirc-fill-column): Accept frame-width as a value.
14234 (rcirc-set-changed): Add function.
14235 (rcirc-next-active-buffer): Write more meaningful messages.
14236 (rcirc-faces): Add customization group.
14237 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
14238 (rcirc-nick-in-message-face, rcirc-prompt-face)
14239 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
14240 (with-rcirc-process-buffer): Move before first usage.
14241 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
14242 (rcirc-debug-flag): Rename from `rcirc-log-p'.
14243 (rcirc-debug): Rename from `rcirc-log'.
14244 (rcirc-format-response-string): Do not print `-' chars for a
14245 NOTICE with no sender. Simplify output of server responses.
14246
14247 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14248
14249 (rcirc-browse-url-map, rcirc-browse-url-at-point)
14250 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
14251 Make urls mouse and RET clickable.
14252
14253 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14254
14255 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
14256
14257 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14258
14259 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14260 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14261 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14262 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14263 argument to all these routines, so the passphrase can be managed
14264 externally and passed in to the system.
14265 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14266 pgg-add-passphrase-to-cache function.
14267
14268 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14269 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14270 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14271 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14272 argument to all these routines, so the passphrase can be managed
14273 externally and passed in to the system.
14274 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14275 function.
14276
14277 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
14278
14279 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
14280 from goto-address-url-regexp.
14281
14282 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
14283
14284 * textmodes/org.el (org-read-date, org-goto-calendar)
14285 (org-recenter-calendar, org-agenda-goto-calendar):
14286 Temporarily clear `calendar-move-hook'.
14287
14288 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
14289
14290 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
14291 merging.
14292
14293 * ediff-util.el (ediff-previous-difference): Don't skip regions that
14294 have merge clashes.
14295
14296 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14297
14298 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14299 Undo previous change.
14300
14301 * startup.el (command-line): Use `custom-reevaluate-setting' for
14302 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
14303 tty-register-default-colors on Mac.
14304
14305 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14306
14307 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
14308 (gdb-buffer-type): Make it automatically buffer local...
14309 (gdb-get-create-buffer): ...and set it accordingly.
14310 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
14311 actually work.
14312
14313 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
14314
14315 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
14316 not red.
14317
14318 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14319
14320 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
14321 case GUD buffer is not visible.
14322 (gdb-goto-breakpoint): Try to force display in source buffer.
14323 (gdb-frame-gdb-buffer): Copy other similar functions.
14324 (gdb-restore-windows): Don't display source if not asked for.
14325 (gdb-assembler-buffer-name): Don't capitalise.
14326
14327 2005-11-03 Richard M. Stallman <rms@gnu.org>
14328
14329 * wid-edit.el (key-sequence): New widget type.
14330
14331 * simple.el (set-mark-command-repeat-pop): New variable.
14332 (set-mark-command): Only interpret plan C-@ after a pop as a pop
14333 if set-mark-command-repeat-pop is true.
14334
14335 * info.el (Info-fontify-node): Don't display extra "see" if there
14336 already is one here.
14337
14338 * mouse.el: Fix special handling of DEL after dragging a region:
14339 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
14340 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
14341
14342 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
14343
14344 * textmodes/ispell.el (ispell-command-loop): Change `i' description
14345 not to assume it pertains to an affix.
14346
14347 * textmodes/flyspell.el (flyspell-post-command-hook):
14348 Bind deactivate-mark to prevent deactivation.
14349
14350 2005-11-03 Lars Hansen <larsh@soem.dk>
14351
14352 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
14353 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
14354 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
14355
14356 2005-11-03 Romain Francoise <romain@orebokech.com>
14357
14358 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
14359 Update copyright years.
14360
14361 2005-11-03 Sam Steingold <sds@gnu.org>
14362
14363 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14364 Use system-type instead of window-system because window-system is not
14365 correctly defined during loadup.
14366
14367 2005-11-02 Mark A. Hershberger <mah@everybody.org>
14368
14369 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
14370 (xml-parse-tag): Join strings separated by a comment properly.
14371
14372 2005-11-02 Andreas Schwab <schwab@suse.de>
14373
14374 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
14375
14376 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
14379 (byte-optimize-pure-func): Quote the eval'd value.
14380
14381 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14382 Rename from perl-font-lock-syntactic-face-function.
14383 Change the calling convention so it can be used as a font-lock MATCHER.
14384 Do the parse-partial-sexp loop outselves.
14385 (perl-font-lock-syntactic-keywords): Use it.
14386 (perl-mode): Don't set font-lock-syntactic-face-function any more.
14387
14388 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
14389
14390 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
14391 disassembly buffer too.
14392 (gdb-exited): Remove overlay arrows when execution has finished.
14393 (gdb-info-frames-custom, gdb-info-threads-custom)
14394 (gdb-info-registers-custom): Don't add inappropriate text
14395 properties if inferior is not active.
14396
14397 2005-11-02 Glenn Morris <rgm@gnu.org>
14398
14399 * progmodes/fortran.el (fortran-blink-match):
14400 Use `blink-matching-delay'.
14401
14402 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
14403
14404 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
14405
14406 2005-11-02 Lars Hansen <larsh@soem.dk>
14407
14408 * net/tramp.el (tramp-action-out-of-band): Handle scp message
14409 "Permission denied".
14410
14411 2005-11-01 Richard M. Stallman <rms@gnu.org>
14412
14413 * textmodes/flyspell.el (flyspell-external-point-words):
14414 Pass nil to flyspell-get-word.
14415
14416 2005-11-02 Kim F. Storm <storm@cua.dk>
14417
14418 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
14419 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
14420
14421 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
14424 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
14425 (calendar-mouse-print-dates): Add optional `event' argument.
14426 Update interactive-spec.
14427 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
14428 Use `calendar-event-to-date' instead of `event'.
14429
14430 2005-11-02 Masatake YAMATO <jet@gyve.org>
14431
14432 * progmodes/ld-script.el (ld-script-builtins):
14433 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
14434 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
14435 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
14436
14437 2005-11-01 Romain Francoise <romain@orebokech.com>
14438
14439 * vc-sccs.el: Update copyright year.
14440 * ezimage.el: Likewise.
14441
14442 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
14443
14444 * info.el (Info-fontify-node): Use `string-width' for fontifying
14445 underlined titles.
14446
14447 2005-11-01 Juri Linkov <juri@jurta.org>
14448
14449 * info.el (Info-fontify-node): Downcase node header keywords Node,
14450 Prev, Next, Up before comparison.
14451 (Info-history): Insert absolute directory name, and put invisible
14452 property on it.
14453
14454 2005-11-01 Juri Linkov <juri@jurta.org>
14455
14456 * info.el (Info-file-supports-index-cookies): New variable.
14457 (Info-find-node-2): Check makeinfo version for index cookie support.
14458 (Info-index-nodes): Search for nodes with index cookies only when
14459 Info-file-supports-index-cookies is t. Otherwise, search nodes
14460 with "Index" in the node name.
14461 (Info-index-node): Search index cookie in the current node only when
14462 Info-file-supports-index-cookies is t. Otherwise, check the word
14463 "Index" in the node name.
14464 (Info-find-emacs-command-nodes): Remove code that searches nodes
14465 with "Index" node name in the top menu.
14466
14467 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14468
14469 * progmodes/scheme.el (scheme-mode-variables): Use the default
14470 comment-indent-function.
14471
14472 * faces.el (face-attribute): Handle the case where a face inherits from
14473 a non-existent face.
14474
14475 * simple.el (eval-expression-print-format): Use lisp-readable syntax
14476 for octal and hexa output, and merge the char into the paren.
14477 (kill-new): Use push.
14478 (copy-to-buffer): Use with-current-buffer.
14479 (completion-setup-function): Move code in loop to remove redundancy.
14480 (minibuffer-local-must-match-map): Don't add bindings that duplicate
14481 those inherited from minibuffer-local-completion-map.
14482
14483 * savehist.el (savehist-mode) <defcustom>:
14484 Use custom-set-minor-mode if available.
14485 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
14486 and emit a message if applicable.
14487
14488 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
14489
14490 * savehist.el: Sync up to version 19.
14491 (savehist-mode): New minor mode.
14492 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
14493 (savehist-length): Remove (use history-length instead).
14494 (savehist-file-modes): Rename from savehist-modes.
14495 (savehist-save-hook, savehist-loaded): New vars.
14496 (savehist-load): Use savehist-mode. Try to smooth up transition from
14497 old format to new format.
14498 (savehist-install): Allow savehist-autosave-interval to be nil.
14499 (savehist-save): Run the new hook. Be more careful to only trim the
14500 history variables.
14501 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
14502 (savehist-printable): Print into a buffer rather than char-by-char.
14503
14504 2005-11-01 John Wiegley <johnw@newartisans.com>
14505
14506 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
14507 toggle-ignore keybinding (C-a). The author said it had been
14508 disabled much earlier due to a possible incompatibility, but after
14509 many months of usage I have encountered no problems (and it is a
14510 rather useful option, especially for switching to " *temp*").
14511
14512 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
14513 support for OS/X's AddressBook, by calling out to the open source
14514 program "contacts" (installable through Fink).
14515
14516 * net/eudc.el (eudc-expand-inline): If the
14517 `eudc-multiple-match-handling-method' is set to `all', delete the
14518 query string before inserting the query result.
14519
14520 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
14521 flag, to prevent Eshell from using the system ls when
14522 `eshell-ls-insert-directory' is in used.
14523 (eshell-ls-insert-directory): Disable font-lock in directory
14524 buffer so that Eshell's own fontification is seen. This broke
14525 recently due to changes in font-lock, so this goes back to version
14526 21 behavior.
14527
14528 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
14529
14530 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
14531 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
14532 (gdb-many-windows): Doc fix.
14533
14534 2005-10-31 Romain Francoise <romain@orebokech.com>
14535
14536 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
14537
14538 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14539
14540 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
14541 that global-font-lock-mode can be enabled by default.
14542
14543 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
14544 (font-lock-add-keywords, font-lock-remove-keywords)
14545 (font-lock-fontify-buffer): Remove autoload cookies.
14546
14547 * jit-lock.el (jit-lock-register): Likewise.
14548
14549 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
14550
14551 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14552
14553 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
14554 intact if there is no gud-comint-buffer.
14555
14556 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
14557
14558 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
14559 old prompt comint-prompt-read-only is t and GDB commands are
14560 issued from tool bar etc.
14561
14562 2005-10-31 Masatake YAMATO <jet@gyve.org>
14563
14564 * vc.el (vc-directory-exclusion-list): Add "{arch}".
14565
14566 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14567
14568 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
14569 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
14570
14571 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
14572
14573 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
14574 starting at beginning of line. Fontification is messed up when
14575 `open-paren-in-column-0-is-defun-start' set to t.
14576 Reported by John Paul Wallington <jpw@pobox.com>.
14577
14578 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
14579
14580 * comint.el (comint-send-input): Call `comint-update-fence' when
14581 `comint-process-echoes' and `comint-prompt-read-only' are both
14582 non-nil, to avoid leftover read-only newline.
14583
14584 2005-10-30 Richard M. Stallman <rms@gnu.org>
14585
14586 * textmodes/flyspell.el (flyspell-external-point-words):
14587 Detect when WORD can't be checked properly because
14588 flyspell-get-word finds just part of it, and move on.
14589
14590 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
14591 boundarychar for Polish.
14592 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
14593 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
14594
14595 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14596
14597 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
14598 (gdb-registers-font-lock-keywords): Delete.
14599 (gdb-registers-mode): Don't fontify.
14600 (gdb-info-registers-custom): Use text properties instead as, in
14601 future, changed register values will use font-lock-warning-face.
14602 (gdb-local-font-lock-keywords): Rename to...
14603 (gdb-locals-font-lock-keywords): ...for consistency.
14604
14605 2005-10-30 Andre Spiegel <spiegel@gnu.org>
14606
14607 * vc.el (vc-switch-backend): Better error message if the buffer is
14608 not visiting a file under version control.
14609
14610 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
14611
14612 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
14613
14614 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
14615 ~/.emacs.d/.emacs.
14616
14617 2005-10-29 Richard M. Stallman <rms@gnu.org>
14618
14619 * replace.el (occur-mode-mouse-goto): Always go to other window.
14620 (occur-mode-goto-occurrence): Always switch in same window.
14621
14622 * simple.el (undo): Display message at end, not at start.
14623
14624 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
14625 New arg REUSE-CELL.
14626 (cancel-timer-internal): New function.
14627 (timer-event-handler): Use cancel-timer-internal,
14628 and pass the cell it returns to timer-activate...
14629
14630 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
14631 (jit-lock-deferred-fontify, jit-lock-context-fontify)
14632 (jit-lock-after-change): Test memory-full.
14633
14634 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14635
14636 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14637 part of the decoded armor to find the key-identifier.
14638 (pgg-gpg-lookup-key-owner): New function to return the
14639 human-readable identifier of a key owner.
14640 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14641 key itself.
14642 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14643 the key value) if we have a key and can match it against a secret
14644 key. Also, added a note pointing out fact that the prompt only
14645 indicates the first matching key.
14646
14647 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14648 pgg-decrypt-region.
14649 (pgg-pending-timers): A new hash for tracking the passphrase cache
14650 timers, so that new ones supercede old ones.
14651 (pgg-add-passphrase-to-cache): Rename from
14652 `pgg-add-passphrase-cache' to reduce confusion (all callers
14653 changed). Modified to cancel old timers when new ones are added.
14654 (pgg-remove-passphrase-from-cache): Rename from
14655 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14656 changed). Modified to cancel old timers when their keys are
14657 removed from the cache.
14658 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14659 XEmacs, an indirection to delete-itimer.
14660 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14661 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14662 users can only check cache without risk of prompting. Correct bug in
14663 notruncate behavior.
14664 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14665 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14666 Add informative docstrings.
14667 (pgg-decrypt): Convey provided passphrase in subordinate call to
14668 pgg-decrypt-region.
14669
14670 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14671 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14672 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14673 `passphrase' argument, so the passphrase can be managed externally
14674 and then passed in to the system.
14675
14676 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14677 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14678 so the passphrase cache can be used reliably with identifiers
14679 besides a pgp packet's key id.
14680
14681 * pgg-gpg.el (pgg-pgp-encrypt-region)
14682 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14683 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14684 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14685 argument to all these routines, so the passphrase can be managed
14686 externally and passed in to the system.
14687
14688 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14689 `notruncate' argument, so the passphrase cache can be used
14690 reliably with identifiers besides a pgp packet's key id.
14691
14692 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14693
14694 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14695 symmetric encryption.
14696 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14697 encrypted session key.
14698 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14699 message ask for the passphrase in a proper way.
14700
14701 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14702 New user commands for symmetric encryption.
14703
14704 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
14705
14706 * textmodes/conf-mode.el (conf-assignment-sign)
14707 (conf-assignment-regexp): Fix docstrings.
14708 (conf-mode-initialize): New function.
14709 (conf-mode): Remove optional args. Use delay-mode-hooks to
14710 recognize recursive calls.
14711 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
14712 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
14713 (conf-xdefaults-mode): Use define-derived-mode and
14714 conf-mode-initialize.
14715
14716 2005-10-29 Romain Francoise <romain@orebokech.com>
14717
14718 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
14719
14720 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14721
14722 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14723 part of the decoded armor to find the key-identifier.
14724 (pgg-gpg-lookup-key-owner): New function to return the
14725 human-readable identifier of a key owner.
14726 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14727 key itself.
14728 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14729 the key value) if we have a key and can match it against a secret
14730 key. Also, added a note pointing out fact that the prompt only
14731 indicates the first matching key.
14732
14733 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14734 pgg-decrypt-region.
14735 (pgg-pending-timers): A new hash for tracking the passphrase cache
14736 timers, so that new ones supercede old ones.
14737 (pgg-add-passphrase-to-cache): Rename from
14738 `pgg-add-passphrase-cache' to reduce confusion (all callers
14739 changed). Modified to cancel old timers when new ones are added.
14740 (pgg-remove-passphrase-from-cache): Rename from
14741 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14742 changed). Modified to cancel old timers when their keys are
14743 removed from the cache.
14744 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14745 XEmacs, an indirection to delete-itimer.
14746 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14747 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14748 users can only check cache without risk of prompting. Correct bug in
14749 notruncate behavior.
14750 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14751 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14752 Add informative docstrings.
14753 (pgg-decrypt): Convey provided passphrase in subordinate call to
14754 pgg-decrypt-region.
14755
14756 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
14757
14758 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14759 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14760 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14761 `passphrase' argument, so the passphrase can be managed externally
14762 and then passed in to the system.
14763
14764 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14765 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14766 so the passphrase cache can be used reliably with identifiers
14767 besides a pgp packet's key id.
14768
14769 * pgg-gpg.el (pgg-pgp-encrypt-region)
14770 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14771 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14772 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14773 argument to all these routines, so the passphrase can be managed
14774 externally and passed in to the system.
14775
14776 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14777 `notruncate' argument, so the passphrase cache can be used
14778 reliably with identifiers besides a pgp packet's key id.
14779
14780 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14781
14782 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14783 symmetric encryption.
14784 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14785 encrypted session key.
14786 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14787 message ask for the passphrase in a proper way.
14788
14789 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14790 New user commands for symmetric encryption.
14791
14792 2005-10-28 Bill Wohler <wohler@newt.com>
14793
14794 * help-mode.el (help-url): New button type. Calls browse-url.
14795 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
14796 Similar to Info nodes: URL `url'.
14797 (help-make-xrefs): Create help-url buttons for
14798 help-xref-url-regexp matches.
14799
14800 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * tool-bar.el (tool-bar-add-item-from-menu)
14803 (tool-bar-local-item-from-menu): Fix doc strings.
14804
14805 2005-10-28 Romain Francoise <romain@orebokech.com>
14806
14807 * ldefs-boot.el: Update.
14808
14809 * subr.el (locate-library): Move from help-fns.el.
14810 * help-fns.el (locate-library): Move to subr.el.
14811
14812 2005-10-28 Richard M. Stallman <rms@gnu.org>
14813
14814 * net/tramp.el (tramp-completion-mode): defvar moved up.
14815
14816 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
14817
14818 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
14819
14820 * files.el (find-file-noselect): Use %d to format large file size.
14821
14822 * bindings.el (mode-line-format): Add %e.
14823
14824 * loadup.el ("facemenu"): Load unconditionally.
14825 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
14826 ("x-dnd"): Load, when appropriate.
14827
14828 * startup.el (command-line): Call before-init-hook earlier.
14829 Warn about some bad characters in -u user name.
14830
14831 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
14832 (flyspell-external-point-words): Error if misspelled word is not found.
14833 Set flyspell-large-region-beg at end of word.
14834
14835 2005-10-28 Andreas Schwab <schwab@suse.de>
14836
14837 * view.el (View-revert-buffer-scroll-page-forward):
14838 Use view-page-size-default.
14839
14840 2005-10-28 Juri Linkov <juri@jurta.org>
14841
14842 * international/quail.el (quail-get-current-str): Translate last
14843 raw character for deterministic input methods.
14844
14845 2005-10-27 Jay Belanger <belanger@truman.edu>
14846
14847 * calc/calc-ext.el: Add functions to autoloads.
14848 (math-identity-matrix-p, math-ident-row-p): New functions.
14849
14850 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
14851 multiplication by an identity matrix; don't turn multiplication by
14852 an inverse matrix into division.
14853 (math-div-symbol-fancy): Replace division by matrices with
14854 multiplication by inverse.
14855
14856 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
14857
14858 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
14859 (calc-writeoutpower): New functions.
14860
14861 2005-10-27 Romain Francoise <romain@orebokech.com>
14862
14863 * replace.el (occur-engine): Include colon in mouse-face highlight.
14864
14865 * dired-x.el: Change Maintainer field.
14866
14867 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
14868
14869 * longlines.el (longlines-mode): Bind after-change-functions to
14870 nil during initial decoding and final encoding.
14871
14872 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14873
14874 * term.el (term-emulate-terminal, term-handle-colors-array)
14875 (term-handle-ansi-escape): Specify the terminfo capabilities
14876 implemented.
14877
14878 2005-10-26 Richard M. Stallman <rms@gnu.org>
14879
14880 * info.el (Info-fontify-node): Fix detection of sentence-break
14881 before *Note.
14882
14883 2005-10-26 Romain Francoise <romain@orebokech.com>
14884
14885 * smerge-mode.el: Add `tools' to file keywords.
14886
14887 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
14888
14889 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
14890 when the fringe is not available.
14891
14892 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
14893 (def-gdb-auto-update-trigger): Simplify construction.
14894 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
14895 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
14896 defined explicitly.
14897 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
14898 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
14899 defined explicitly.
14900 (gdb-info-locals-custom): Remove as it's a no-op.
14901
14902 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
14903
14904 * longlines.el (longlines-mode): Remove narrowing before
14905 performing the initial decoding or final encoding.
14906
14907 2005-10-25 Romain Francoise <romain@orebokech.com>
14908
14909 * emacs-lisp/find-func.el (find-library-name): Also strip
14910 extension if library name ends in .el, to take advantage of
14911 `find-library-suffixes'.
14912
14913 2005-10-25 Richard M. Stallman <rms@gnu.org>
14914
14915 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
14916
14917 2005-10-25 Juri Linkov <juri@jurta.org>
14918
14919 * textmodes/texinfo.el (texinfo-mode): Change charset of one
14920 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
14921
14922 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
14925 (blackbox-redefine-key): Add argument `map'.
14926
14927 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
14928 regions when moving the jit-lock-context-unfontify-pos boundary.
14929
14930 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14931
14932 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
14933
14934 2005-10-25 Masatake YAMATO <jet@gyve.org>
14935
14936 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
14937
14938 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14939
14940 * play/blackbox.el (blackbox-redefine-key): New function.
14941 (blackbox-mode-map): Use it to remap existing bindings for cursor
14942 motion instead of binding literal keys.
14943
14944 2005-10-25 Glenn Morris <rgm@gnu.org>
14945
14946 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
14947 diary does not end in a newline. Do not assume a blank line at
14948 the start of the diary file.
14949
14950 2005-10-25 Kenichi Handa <handa@m17n.org>
14951
14952 * international/quail.el (quail-translate-key): If the input
14953 method is deterministic and failed to handle the last key, restart
14954 the key handling loop from an appropriate key.
14955
14956 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
14957
14958 * vc.el (vc-dired-mode): Extend comment for binding of
14959 `directory-listing-before-filename-regexp'.
14960
14961 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14962
14963 * textmodes/texinfo.el (texinfo-mode):
14964 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
14965 not to unnecessarily expose emacs-mule's internal char codes.
14966
14967 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
14968
14969 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
14970 Display hand pointer and help-echo on disabled icon too.
14971 (gdb-mouse-until): New function.
14972 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
14973
14974 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
14975
14976 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
14977 with 2005-10-23 change to doctor.el.
14978
14979 * finder.el (finder-mode-map): Add follow-link binding.
14980
14981 2005-10-25 Kim F. Storm <storm@cua.dk>
14982
14983 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
14984 to gdb-mouse-toggle-breakpoint-fringe.
14985 (gdb-mouse-toggle-breakpoint-margin): Rename from
14986 gdb-mouse-toggle-breakpoint. Fix doc.
14987 (gdb-mouse-toggle-breakpoint-fringe): New defun.
14988 (gdb-put-string): Add optional SPROPS arg. Add props to string.
14989 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
14990 string properties also for fringe breakpoint bitmaps.
14991
14992 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
14993
14994 * textmodes/org.el (org-start-icalendar-file): Fix format form.
14995
14996 2005-10-25 Masatake YAMATO <jet@gyve.org>
14997
14998 * simple.el (completion-common-substring):
14999 Use `completion-common-substring' prior to `completion-base-size'.
15000
15001 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
15002
15003 * savehist.el: Require CL while compiling.
15004 (savehist-history-variables): Remove.
15005 (savehist-save-minibuffer-history, savehist-additional-variables)
15006 (savehist-minibuffer-history-variables): New vars.
15007 (savehist-save): Use them.
15008 (savehist-uninstall, savehist-minibuffer-hook): New funs.
15009 (savehist-install): New fun, extracted from savehist-load.
15010 (savehist-load): Use them.
15011
15012 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
15015 a dummy doc-string-elt property.
15016 (defalias, defvaralias, define-category): Add a docstring property.
15017
15018 * image.el (defimage):
15019 * widget.el (define-widget):
15020 * custom.el (defface, defcustom): Add `doc-string' declaration.
15021
15022 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
15023 (defadvice): Add `doc-string' declaration.
15024
15025 * emacs-lisp/byte-run.el (macro-declaration-function):
15026 Handle `doc-string' declarations.
15027 (define-obsolete-function-alias, define-obsolete-variable-alias):
15028 Add `doc-string' declaration.
15029
15030 2005-10-24 Kenichi Handa <handa@m17n.org>
15031
15032 * international/utf-7.el (utf-7): Add autoload cookie.
15033
15034 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
15035
15036 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15037
15038 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
15039 list of directories passed to batch-update-autoloads. Add "." to
15040 the list of the echoed directories.
15041
15042 * pgg-def.el:
15043 * pgg-gpg.el:
15044 * pgg-parse.el:
15045 * pgg-pgp.el:
15046 * pgg-pgp5.el:
15047 * pgg.el: Moved here from the gnus subdirectory.
15048
15049 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
15050
15051 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
15052 in case comint-prompt-read-only is set to t.
15053
15054 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
15055 in case comint-prompt-read-only is set to t.
15056
15057 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
15058
15059 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
15060 Now a string.
15061 (icalendar-import-format): Handle CLASS, STATUS, URL.
15062 Rename `subject' to `summary'.
15063 (icalendar-import-format-summary): Rename from
15064 `icalendar-import-format-subject'.
15065 (icalendar-import-format-url, icalendar-import-format-status)
15066 (icalendar-import-format-class): New variables.
15067 (icalendar--rris): Take variable argument list.
15068 (icalendar--datestring-to-isodate): Remove unnecessary
15069 calendar-style check when converting dates with explicit month names.
15070 (icalendar-export-region): Change return type of conversion
15071 subroutines. Bury current buffer unless error occurred.
15072 (icalendar--convert-to-ical)
15073 (icalendar--parse-summary-and-rest): New functions.
15074 (icalendar--convert-ordinary-to-ical)
15075 (icalendar--convert-weekly-to-ical)
15076 (icalendar--convert-yearly-to-ical)
15077 (icalendar--convert-block-to-ical)
15078 (icalendar--convert-cyclic-to-ical)
15079 (icalendar--convert-anniversary-to-ical): Change return type.
15080 Strip trailing blanks from subject.
15081 (icalendar--convert-sexp-to-ical): Change return type.
15082 Strip trailing blanks from subject. Handle simple sexp
15083 entries as generated by icalendar.el.
15084 (icalendar--convert-float-to-ical)
15085 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
15086 (icalendar-import-file): Doc fix.
15087 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
15088 Correct call to icalendar--rris.
15089 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
15090 `summary'.
15091 (icalendar--add-diary-entry): Rename `subject' to `summary'.
15092
15093 2005-10-24 Romain Francoise <romain@orebokech.com>
15094
15095 * server.el (server-sentinel): Set query-on-exit flag to nil on
15096 new client processes (it isn't inherited from the server process).
15097
15098 * replace.el (occur-engine): Rearrange text properties.
15099
15100 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15101
15102 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
15103 case-fold-search is nil.
15104 (debug-help-follow): Use help-xref-interned directly.
15105
15106 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15107
15108 * thumbs.el (thumbs-image-type): Add .pbm.
15109
15110 2005-10-23 Richard M. Stallman <rms@gnu.org>
15111
15112 * faces.el (inhibit-face-set-after-frame-default): New variable.
15113 (set-face-attribute): Bind it.
15114 (face-set-after-frame-default): Test it.
15115
15116 * help-fns.el (describe-simplify-lib-file-name): New function.
15117 (describe-function-1, describe-variable): Use it.
15118
15119 * faces.el (describe-face): Use describe-simplify-lib-file-name.
15120
15121 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
15122 Eliminate nil as possible value.
15123 (tooltip-hide-delay): Reduce internal-border-width.
15124
15125 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
15126 (menu-bar-file-menu) <new-file>: Likewise.
15127
15128 * simple.el (line-move-finish): Ignore fields computing LINE-END.
15129
15130 * international/mule.el (load-with-code-conversion):
15131 Pass full file name to `eval-buffer' unless preloading.
15132
15133 * textmodes/flyspell.el (flyspell-large-region):
15134 Call ispell-check-version.
15135
15136 * textmodes/ispell.el (ispell-local-dictionary-overridden):
15137 Fix the make-variable-buffer-local call that was supposed
15138 to be for this variable.
15139 (ispell-aspell-supports-utf8): Doc fix.
15140 (ispell-find-aspell-dictionaries): Preserve elements of
15141 ispell-dictionary-alist for dictionaries that aspell doesn't report.
15142 (ispell-aspell-find-dictionary): Return nil on error.
15143
15144 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
15145 (doctor-symptoms): Likewise.
15146
15147 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
15148
15149 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15150
15151 * cus-edit.el (custom-button, custom-button-pressed): New vars.
15152 (custom-raised-buttons): Add :set spec.
15153 (custom-button-unraised, custom-button-pressed-unraised):
15154 New faces, so that custom-raised-buttons actually does something.
15155 (custom-mode): Use custom-button and custom-button-pressed.
15156
15157 * wid-edit.el (widget-specify-button): Don't ignore
15158 widget-mouse-face on graphic terminals.
15159 (widget-move-and-invoke): Cleanup.
15160
15161 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
15162
15163 * whitespace.el (whitespace-cleanup): Doc fix.
15164
15165 2005-10-23 Romain Francoise <romain@orebokech.com>
15166
15167 * emulation/viper.el (viper-set-hooks): Quote forms passed to
15168 `eval-after-load' to avoid evaluating their result.
15169
15170 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
15171
15172 * files.el (directory-listing-before-filename-regexp):
15173 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
15174
15175 * dired.el (dired-move-to-filename-regexp): Remove.
15176 All occurences replaced by `directory-listing-before-filename-regexp'.
15177
15178 * dired-x.el, locate.el, vc.el:
15179 Replace `dired-move-to-filename-regexp' by
15180 `directory-listing-before-filename-regexp'. In vc.el it is
15181 overwritten locally; maybe this can be handled in files.el too.
15182
15183 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
15184 replaced by `directory-listing-before-filename-regexp'.
15185
15186 2005-10-23 Andreas Schwab <schwab@suse.de>
15187
15188 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
15189 and eval-next-after-load.
15190
15191 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
15192
15193 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
15194 exist, create it.
15195
15196 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
15197
15198 * allout.el: Remove autoloads for mailcrypt and crypt++.
15199 Require pgg, pgg-gpg during compilation.
15200 (allout-version): Increment version number to 2.1, and use a literal
15201 rather than RCS Id.
15202 (allout-default-encryption-scheme): Remove.
15203 (allout-passphrase-verifier-handling)
15204 (allout-passphrase-verifier-string)
15205 (allout-file-passphrase-verifier-string)
15206 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
15207 (allout-passphrase-hint-handling): Rename and simplify.
15208 (allout-init): Use `find-file-hook' if available, otherwise
15209 `find-file-hooks'.
15210 (allout-mode): Use `write-file-functions' if available, otherwise
15211 `local-write-file-hooks' and, instead of making auto-save-hook
15212 buffer local, make the write-file-hook activity contingent to
15213 allout-mode.
15214 (allout-mode): Use key-binding substitution in the docstring.
15215 (allout-kill-line): Spell-out kill ring data structure mutation
15216 instead of using byte-compiler-complaint-provoking `pop'.
15217 (allout-insert-listified): Use `insert' rather than `insert-string'
15218 (allout-toggle-current-subtree-encryption): Update docstring, adjust
15219 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
15220 (allout-encrypt-string): Totally revamped vis new underlying
15221 encryption facilities.
15222 (allout-mc-activate-passwd): Remove.
15223 (allout-obtain-passphrase): New, more or less replaces
15224 allout-mc-activate-passwd.
15225 (allout-encrypted-key-info): More or less replaces
15226 allout-encrypted-text-type.
15227 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
15228 (my-mark-marker): Use `(featurep 'xemacs)'.
15229
15230 2005-10-23 Lars Hansen <larsh@soem.dk>
15231
15232 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
15233 (byte-compile-file-form-defmumble, byte-compile-defun)
15234 (byte-compile-defmacro): Use it.
15235 (byte-compile-form): Don't call byte-compile-set-symbol-position
15236 when a byte-compile handler is called.
15237
15238 2005-10-22 Romain Francoise <romain@orebokech.com>
15239
15240 * savehist.el (savehist-history-variables): Add `grep-find-history'.
15241
15242 * subr.el (eval-after-load): Convert library name to an absolute
15243 file name using locate-library, since load-history no longer has
15244 library names in it.
15245
15246 2005-10-22 Richard M. Stallman <rms@gnu.org>
15247
15248 * files.el (make-temp-file): Move from subr.el.
15249 * subr.el (make-temp-file): Move to files.el.
15250
15251 * window.el (get-buffer-window-list): Move from subr.el.
15252 * subr.el (get-buffer-window-list): Move to window.el.
15253
15254 * image.el (image-load-path): Use eval-at-startup to initialize.
15255
15256 * subr.el (eval-at-startup): New macro.
15257
15258 * subr.el: Much rearrangement of functions and division
15259 into pages. No code changes.
15260
15261 2005-10-22 Kenichi Handa <handa@m17n.org>
15262
15263 * tar-mode.el (tar-extract): Be sure to call
15264 find-operation-coding-system if set-auto-coding doesn't find a
15265 coding system.
15266
15267 2005-10-22 Kim F. Storm <storm@cua.dk>
15268
15269 * image.el (image-type-header-regexps): Rename from image-type-regexps.
15270 Change users.
15271 (image-type-file-name-regexps): New defconst.
15272 (image-type-from-data): Simplify loop.
15273 (image-type-from-buffer): New defun.
15274 (image-type-from-file-header): Use it instead of image-type-from-data.
15275 Use image-search-load-path instead of only looking in data-directory.
15276 (image-type-from-file-name): New defun.
15277 (image-search-load-path): Change `pathname' to `filename'.
15278 Make PATH arg optional, default to image-load-path.
15279
15280 2005-10-21 Richard M. Stallman <rms@gnu.org>
15281
15282 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
15283
15284 * textmodes/paragraphs.el (sentence-end-base): New variable.
15285 (sentence-end): Use sentence-end-base.
15286
15287 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * font-lock.el (font-lock-default-fontify-region): Check the multiline
15290 property independently from the font-lock-multiline variable.
15291
15292 2005-10-21 Richard M. Stallman <rms@gnu.org>
15293
15294 * emacs-lisp/find-func.el (find-library-name): Doc fix.
15295
15296 * startup.el (command-line): Convert library names
15297 in `load-history' to absolute file names.
15298
15299 * subr.el (symbol-file): Doc fix.
15300
15301 * loadhist.el (file-loadhist-lookup): Call locate-library
15302 instead of find-library-name. Don't try converting
15303 abs file names to library names, since load-history no longer
15304 has library names in it.
15305 (file-dependents, file-provides, file-requires): Doc fixes.
15306
15307 2005-10-21 Juri Linkov <juri@jurta.org>
15308
15309 * progmodes/etags.el (tags-table-mode): New function.
15310 (tags-verify-table): Replace initialize-new-tags-table with
15311 tags-table-mode.
15312
15313 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
15314 default value.
15315 (desktop-modes-not-to-save): Add tags-table-mode to the
15316 default value.
15317
15318 * info.el (Info-index-next): Add total number of index
15319 alternatives to the message.
15320
15321 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
15322 backward only space (instead of space and period) before looking
15323 at sentence end.
15324
15325 * simple.el (set-variable): Use user-variable-p instead of symbolp.
15326 Add the old variable value as 4th default-value arg of read-string.
15327
15328 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15329
15330 * cus-face.el (custom-declare-face): Make face from X resources
15331 also on Mac.
15332
15333 * disp-table.el (standard-display-g1, standard-display-graphic):
15334 Refuse to use string glyphs also on Mac.
15335 (standard-display-european): Don't set terminal coding system also
15336 on Mac.
15337
15338 * frame.el (display-screens): Use x-display-screens also on Mac.
15339
15340 2005-10-21 Romain Francoise <romain@orebokech.com>
15341
15342 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
15343
15344 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15345
15346 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
15347 and $? into sexps.
15348
15349 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
15350 warning face on open-paren-in-column-0.
15351
15352 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
15353 boundary case. Fix typo.
15354 Suggested by Martin Rudalics <rudalics@gmx.at>.
15355
15356 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
15357
15358 * textmodes/org.el (org-combined-agenda-icalendar-file)
15359 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
15360 (org-export-icalendar-this-file)
15361 (org-export-icalendar-all-agenda-files)
15362 (org-export-icalendar-combine-agenda-files): New commands.
15363 (org-export-icalendar, org-print-icalendar-entries)
15364 (org-start-icalendar-file, org-finish-icalendar-file)
15365 (org-ical-ts-to-string): New functions.
15366 (org-read-date, org-goto-calendar)
15367 (org-agenda-goto-calendar): Inhibit displaying diary entries by
15368 call to `calendar'.
15369 (orgtbl-setup): Remove the :keys arguments from the menu description.
15370 (org-after-save-iCalendar-file-hook): New variable.
15371
15372 2005-10-21 Kenichi Handa <handa@m17n.org>
15373
15374 * language/vietnamese.el (tcvn-5712): Make it an alias of
15375 vietnamese-tcvn coding-system.
15376
15377 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
15378
15379 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
15380 group id is given.
15381
15382 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * progmodes/sh-script.el (sh-escaped-line-re): New var.
15385 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
15386 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
15387 whose line is either continued or ends with a comment.
15388
15389 2005-10-20 Romain Francoise <romain@orebokech.com>
15390
15391 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
15392
15393 * replace.el (occur-engine): Add follow-link property.
15394
15395 * font-core.el (font-lock-mode): Doc fix.
15396
15397 2005-10-20 Richard M. Stallman <rms@gnu.org>
15398
15399 * net/rcirc.el: New file.
15400
15401 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
15402
15403 * term.el (term-term-name): Initialize to "eterm-color".
15404
15405 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
15406
15407 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
15408 for encryption functionality.
15409 Move allout customization subgroup from `editing' to `outlines' group.
15410 Fix commentary keywords to legitimate ones.
15411 Update author info (using my current email address, obscurified).
15412 (allout-encrypt-string, allout-encryption-produce-work-buffer)
15413 (allout-encrypted-topic-p, allout-encrypted-text-type)
15414 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
15415 (allout-situate-encryption-key-verifier)
15416 (allout-get-encryption-key-verifier, allout-verify-key)
15417 (allout-next-topic-pending-encryption)
15418 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
15419 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
15420 (outline-key-verifier-handling, outline-key-hint-handling)
15421 (outline-encrypt-unencrypted-on-saves): New defcustoms.
15422 (allout-file-key-verifier-string, allout-encryption-scheme)
15423 (allout-key-verifier-string, allout-key-hint-string)
15424 (allout-after-save-decrypt): New variables.
15425 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
15426 (allout-after-saves-handler): New hook functions.
15427 (allout-post-command-business): Do allout-after-save-decrypt.
15428 (allout-enable-file-variable-adjustment): Custom var to enable
15429 mechanism for adding and adjusting settings of Emacs file variables.
15430 (allout-adjust-file-variable, allout-file-vars-section-data):
15431 New functions, implement the mechanism.
15432 (outlineify-sticky): Use the file vars mechanism.
15433 (allout-inhibit-protection, allout-during-write-cue)
15434 (allout-override-protect, allout-before-change-protect): Remove.
15435 (allout-flag-region, allout-open-topic): Adjust read-only text.
15436 (allout-open-line-not-read-only): Add to facilitate read-only
15437 text based protection.
15438 (allout-kill-line): Revise to adjust read-only text, clue the
15439 user about the inhibition.
15440 (allout-unprotected): Use unwind-protect.
15441 (allout-shift-in, allout-shift-out): Disallow manually shifting a
15442 topic deeper than the offspring depth of the previous topic -
15443 avoiding confusing "containment discontinuities".
15444 (allout-reindent-bodies): Fix retention of body relative hanging
15445 indent during promotion of collapsed bodies.
15446 (allout-open-topic): Make it easy to open new topic with same
15447 bullet as current topic - topic creation functions provided with
15448 any universal argument provokes now prompt for bullet, defaulting
15449 to the bullet of the previous topic.
15450 (allout-plain-bullets-string, allout-distinctive-bullets-string):
15451 Plain bullet alternates `.' period and `,' comma only. All other
15452 bullets are relegated to special status (but customizable).
15453 (allout-end-of-entry): Rename from allout-end-of-current-entry
15454 since it actually operates w.r.t. most immediately containing
15455 entry, visible or not.
15456 (allout-hide-current-entry, allout-show-current-entry): Use the
15457 revised version.
15458 (allout-old-expose-topic): Solidify deprecation.
15459 (allout-end-of-subtree): Add so we can span concealed as well
15460 as visible topics.
15461 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
15462 (allout-end-of-current-heading): Tweak to just respect the first line.
15463 (allout-get-body-text): Add.
15464 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
15465 when invoked interactively.
15466 (allout-up-current-level): Use `interactive-p'.
15467 (allout-mode, allout-init): Miscellaneous docstring and
15468 operational refinements, as well as hookups of new encryption stuff.
15469 (allout-beginning-of-current-entry): Now works as advertised.
15470 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
15471 (allout-isearch-rectification): Refine condition for isearching.
15472 (allout-isearch-abort, allout-enwrap-isearch)
15473 (allout-flag-region, my-region-active-p): Relocate some macros.
15474 (allout-title): Fallback title is (buffer-name), not
15475 non-existing (current-buffer-name).
15476 (subst-char-in-string): Define if absent (for some XEmacs versions).
15477
15478 2005-10-20 Jari Aalto <jari.aalto@cante.net>
15479
15480 * mail/sendmail.el (mail-setup-hook, mail-aliases)
15481 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
15482 (mail-citation-prefix-regexp, mail-signature-file)
15483 (mail-default-headers, mail-bury-selects-summary)
15484 (mail-send-nonascii): Add autoload cookies.
15485
15486 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15487
15488 * frame.el (blink-cursor-mode): Add `mac' to the list of
15489 window-system's that support blinking cursor.
15490
15491 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15492
15493 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
15494
15495 2005-10-20 Eli Zaretskii <eliz@gnu.org>
15496
15497 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
15498 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
15499 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
15500
15501 2005-10-20 Kim F. Storm <storm@cua.dk>
15502
15503 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
15504 (ido-set-current-directory): Don't add / after final @.
15505 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
15506 Explicitly handle ange-ftp completion oddities.
15507 (ido-make-file-list): Don't rotate list at tramp root to avoid
15508 triggering tramp file handler for expand-file-name via get-file-buffer.
15509
15510 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
15513
15514 2005-10-19 Jay Belanger <belanger@truman.edu>
15515
15516 * calc/calc-units.el (math-standard-units): Add units, adjust
15517 symbols and update values.
15518 (math-unit-prefixes): Add more prefixes.
15519
15520 2005-10-19 Romain Francoise <romain@orebokech.com>
15521
15522 * bookmark.el (bookmark-menu-heading): New face.
15523 (bookmark-bmenu-list): Use it.
15524 Don't fiddle with `baud-rate' at top-level.
15525
15526 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
15527
15528 * image.el (create-image, find-image): Mention max-image-size in
15529 docstring.
15530
15531 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * savehist.el (savehist-load): Revert to checking XEmacs.
15534
15535 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
15536 Various docstring and line-width fixups.
15537 (conf-mode): Use cond.
15538 Set font-lock-defaults. Don't set comment-use-syntax.
15539
15540 2005-10-18 David Ponce <david@dponce.com>
15541
15542 * tree-widget.el (tree-widget-button-click): New function.
15543 (tree-widget-button-keymap): Use it.
15544
15545 2005-10-18 Romain Francoise <romain@orebokech.com>
15546
15547 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15548 (bookmark-bmenu-hide-filenames): Add follow-link property.
15549 Improve help-echo text.
15550
15551 * ffap.el (find-file-at-point): Doc fix.
15552
15553 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15554
15555 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
15556
15557 2005-10-18 Masatake YAMATO <jet@gyve.org>
15558
15559 Install to the CVS repository what I forgot to install in my
15560 2005-10-16 changes.
15561
15562 * progmodes/python.el (python-complete-symbol): Pass the common
15563 prefix substring of completion to `display-completion-list'.
15564
15565 * textmodes/org.el (org-complete): Ditto.
15566
15567 2005-10-18 Masatake YAMATO <jet@gyve.org>
15568
15569 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
15570
15571 * woman.el (WoMan-xref-man-page): New button type derived
15572 from `Man-abstract-xref-man-page'.
15573 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
15574
15575 * man.el (Man-abstract-xref-man-page): New button type.
15576 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
15577 (Man-highlight-references): Add new optional argument `xref-man-type'.
15578
15579 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15580
15581 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
15582
15583 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15584
15585 * cus-edit.el (Custom-move-and-invoke): Delete.
15586 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
15587
15588 * wid-edit.el (widget-move-and-invoke): New function, from
15589 Custom-move-and-invoke.
15590
15591 2005-10-17 Bill Wohler <wohler@newt.com>
15592
15593 Move all remaining images from lisp/toolbar to etc/images, move
15594 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
15595 the low resolution images in their own directory (low-color).
15596
15597 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
15598 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
15599 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
15600 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
15601 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
15602 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
15603 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
15604
15605 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
15606 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
15607 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
15608 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
15609 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
15610 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
15611 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
15612 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
15613 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
15614 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
15615 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
15616 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
15617 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
15618 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
15619 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
15620
15621 To conform with convention, replace the underscore (_) in the
15622 following image names with dash (-) or (/) as appropriate.
15623
15624 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
15625 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
15626 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
15627 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
15628 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
15629 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
15630 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
15631 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
15632 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
15633 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
15634 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
15635 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
15636 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
15637 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
15638 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
15639
15640 * info.el (info-tool-bar-map): Replace underscores in image names
15641 with dashes.
15642
15643 * makefile.w32-in (WINS): Remove toolbar.
15644
15645 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
15646
15647 * tool-bar.el: Move to lisp from toolbar. Now that
15648 toolbar is empty, it should be deleted when folks run "cvs up -P".
15649
15650 2005-10-18 Jay Belanger <belanger@truman.edu>
15651
15652 * calc/calc-store.el (calc-store-into): Get the proper variable name
15653 to display in message.
15654
15655 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15656
15657 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
15658 expressions display in speedbar for all buffers when debugging.
15659 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
15660
15661 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
15662 (speedbar-insert-button, speedbar-make-button):
15663 Use add-text-properties.
15664 (speedbar-update-localized-contents)
15665 (speedbar-update-directory-contents)
15666 (speedbar-update-special-contents): Use dolist.
15667 (speedbar-buffer-easymenu-definition): Add a menu separator.
15668
15669 2005-10-17 Jason Rumney <jasonr@gnu.org>
15670
15671 * makefile.w32-in: Use $(lisp) consistently.
15672 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
15673 for shell specific generation of mh-autoloads.
15674
15675 2005-10-17 Richard M. Stallman <rms@gnu.org>
15676
15677 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
15678
15679 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15680
15681 * jit-lock.el (jit-lock-fontify-now):
15682 Move jit-lock-context-unfontify-pos to avoid wasted work.
15683
15684 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
15685
15686 * net/tramp.el (tramp-completion-mode): New defvar. Used in
15687 `tramp-completion-mode' for checking if we are in completion mode.
15688 (tramp-completion-handle-file-name-all-completions): Reorder code
15689 in order to complete for file names only in case there are no
15690 method/user/host completions. This is necessary for cooperation
15691 with ido. Reported by Kim F. Storm <storm@cua.dk>.
15692
15693 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
15694
15695 * longlines.el (longlines-search-forward)
15696 (longlines-search-backward): Match any number of spaces.
15697
15698 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
15699
15700 * diff-mode.el (diff-mode): Doc fix.
15701
15702 2005-10-16 David Reitter <david.reitter@gmail.com>
15703
15704 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
15705 as default on darwin and windows systems.
15706
15707 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
15708
15709 * arc-mode.el (archive-zip-extract): Doc fix.
15710
15711 2005-10-16 Romain Francoise <romain@orebokech.com>
15712
15713 * mouse.el (mouse-1-click-follows-link): Doc fix.
15714
15715 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15716
15717 * savehist.el: Don't require CL at runtime.
15718 (savehist-xemacs): Remove.
15719 (savehist-coding-system): Use utf-8 if present, regardless of religion.
15720 (savehist-no-conversion): Use (featurep 'xemacs).
15721 (savehist-load): Check existence of start-itimer rather than XEmacs.
15722 Use an idle timer.
15723 (savehist-process-for-saving): Replace use of CL funs `subseq' and
15724 `delete-if-not'.
15725
15726 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
15727
15728 * savehist.el: Newer version.
15729 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
15730 (savehist-last-checksum, savehist-no-conversion): New vars.
15731 (savehist-autosave, savehist-process-for-saving, savehist-printable):
15732 New functions.
15733 (savehist-load, savehist-save): Use them.
15734 (savehist-delimit): Remove.
15735
15736 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15737
15738 * progmodes/compile.el (compilation-goto-locus): Display the
15739 compilation buffer first and the source buffer second, in case they're
15740 in overlapping frames. Don't raise the compilation frame if it was the
15741 selected window upon entry. Pass the `other-window' arg to
15742 pop-to-buffer.
15743
15744 * info.el (Info-fontify-node): Use dolist.
15745 Change add-text-properties to put-text-property.
15746
15747 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15748
15749 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15750 bound of search.
15751
15752 2005-10-16 Masatake YAMATO <jet@gyve.org>
15753
15754 * dabbrev.el (dabbrev-completion): Pass the common
15755 prefix substring of completion to `display-completion-list'.
15756
15757 * filecache.el (file-cache-minibuffer-complete)
15758 (file-cache-complete): Ditto.
15759
15760 * tempo.el (tempo-display-completions): Ditto.
15761
15762 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
15763
15764 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
15765
15766 * eshell/em-hist.el (eshell-list-history): Ditto.
15767
15768 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
15769
15770 * mail/mailalias.el (mail-complete): Ditto.
15771
15772 * progmodes/etags.el (complete-tag): Ditto.
15773
15774 * progmodes/make-mode.el (makefile-complete): Ditto.
15775
15776 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
15777
15778 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
15779
15780 * progmodes/pascal.el (pascal-complete-word)
15781 (pascal-show-completions): Ditto.
15782
15783 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
15784
15785 * simple.el (completion-common-substring): New variable.
15786 (completion-setup-function): Use `completion-common-substring'
15787 to put faces.
15788
15789 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15790
15791 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
15792 (x-get-selection, mac-select-convert-to-string): Convert from/to
15793 UTF-16 clipboard data as in native byte order, no BOM.
15794
15795 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
15796
15797 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15798 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
15799 (gud-sentinel): Use speedbar-frame to check for speedbar.
15800
15801 2005-10-15 Richard M. Stallman <rms@gnu.org>
15802
15803 * savehist.el: New file.
15804
15805 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
15806
15807 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15808 Fix bug in \bf fontification.
15809
15810 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * pcvs.el (cvs-edit-log-files): New var.
15813 (cvs-mode-edit-log): New arg `file'.
15814 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
15815 Instead force the use of the original file and nothing else.
15816 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
15817 the cvs-minor-wrap-function is set.
15818 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
15819
15820 2005-10-14 Bill Wohler <wohler@newt.com>
15821
15822 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
15823 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
15824 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
15825 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
15826 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
15827 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
15828 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
15829 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
15830 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
15831 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
15832 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
15833 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
15834 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
15835 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
15836 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
15837
15838 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15839 appropriately (for example, gud-break to gud/break).
15840
15841 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
15842
15843 * longlines.el (longlinges-search-function)
15844 (longlines-search-forward, longlines-search-backward): New functions.
15845 (longlines-mode): Set isearch-search-fun-function to
15846 longlinges-search-function.
15847
15848 * mouse.el (mouse-drag-region-1): Handle the case where a
15849 double-click event is bound to an arbitrary function.
15850
15851 2005-10-14 David Ponce <david@dponce.com>
15852
15853 * recentf.el (recentf-track-opened-file)
15854 (recentf-track-closed-file, recentf-update-menu)
15855 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
15856 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
15857 mouse-1-click-follows-link.
15858
15859 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15860
15861 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
15862 Gnome file-manager.png. Suggested by
15863 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
15864
15865 * toolbar/README: Add diropen.xpm.
15866
15867 2005-10-13 Bill Wohler <wohler@newt.com>
15868
15869 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
15870 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
15871
15872 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
15875 Don't waste the byte-compiler's time on constant data.
15876
15877 2005-10-13 Kenichi Handa <handa@m17n.org>
15878
15879 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
15880 byte with `escape-glyph' face.
15881
15882 * international/fontset.el (ccl-encode-unicode-font):
15883 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
15884 Handle the case that ucs-mule-to-mule-unicode translates a character to
15885 ASCII (usually for IPA characters).
15886
15887 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15888
15889 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
15890 Don't hide the underline of titles if font-lock-mode is disabled.
15891
15892 2005-10-12 Bill Wohler <wohler@newt.com>
15893
15894 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
15895 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15896 files in MH-E-SRC have been updated.
15897 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
15898
15899 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15900
15901 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
15902 (mixal-mode-syntax-table): Add \n as end-comment.
15903 (mixal-operation-codes-alist): Immediately initialize to full value.
15904 (mixal-add-operation-code): Remove.
15905 (mixal-describe-operation-code): Make the arg non-optional.
15906 Use the interactive spec instead.
15907 Use mixal-operation-codes-alist rather than mixal-operation-codes.
15908 (mixal-font-lock-keywords): Don't highlight comments here any more.
15909 (mixal-font-lock-syntactic-keywords): New var.
15910 (mixal-mode): Use it. Fix comment-start-skip.
15911
15912 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15913
15914 * startup.el (command-line-x-option-alist): -nb => -nbi
15915
15916 2005-10-12 Kim F. Storm <storm@cua.dk>
15917
15918 * startup.el (fancy-splash-default-action): Discard mouse click in
15919 the splash screen window, as it has no sensible meaning in the
15920 next window to be selected. Fixes error reported by Jan D.
15921
15922 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15923
15924 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
15925
15926 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15927
15928 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
15929 Try to fix up minor layout issues like indentation, line break, etc...
15930 (mixal-mode-syntax-table): Don't try to specify comment syntax,
15931 because it doesn't work.
15932 (mixal-operation-codes): Add some more codes.
15933 (mixal-font-lock-keywords): Process comments here.
15934 (mixal-mode): mixasm no longer needs -g option.
15935
15936 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
15937
15938 * progmodes/sh-script.el (sh-tmp-file):
15939 Use mktemp -t. Finish support for es and rc shells.
15940
15941 2005-10-11 Jay Belanger <belanger@truman.edu>
15942
15943 * calc/calcalg2.el (calc-integral): With an argument, compute the
15944 definite integral.
15945
15946 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
15947
15948 * mouse.el (mouse-drag-region-1): Don't try to catch a
15949 double-click when doing follow-link (it's overridden anyway).
15950
15951 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
15954 (autoload-print-form-outbuf): Add docstring.
15955
15956 2005-10-11 Juri Linkov <juri@jurta.org>
15957
15958 * info.el (Info-mode-menu): Delete menu item "Edit".
15959 (Info-mode): Delete description of Info-edit from docstring,
15960 and rearrange descriptions of Info commands in the order
15961 they are documented in the Info manual.
15962
15963 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15964
15965 * calendar/appt.el (appt-check): Use diary-selective-display var.
15966
15967 2005-10-10 Richard M. Stallman <rms@gnu.org>
15968
15969 * net/newsticker.el (newsticker-start, newsticker-show-news):
15970 Add autoload cookies.
15971
15972 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
15973
15974 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
15975
15976 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
15977
15978 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
15979
15980 2005-10-10 Jay Belanger <belanger@truman.edu>
15981
15982 * calc/calc-arith.el (math-check-known-scalarp)
15983 (math-check-known-matrixp): Check the values of arguments that are
15984 variables.
15985 (math-check-known-square-matrixp): New function.
15986 (math-known-square-matrixp): Use math-check-known-square-matrixp.
15987 (math-super-types): Add sqmatrix type.
15988
15989 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
15990 mode name `square' to `sqmatrix'.
15991
15992 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
15993 mode name `square' to `sqmatrix'.
15994
15995 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * progmodes/etags.el (select-tags-table-mode): Don't use
15998 selective-display.
15999 (tags-select-tags-table): Pass `button' to the action function.
16000 (select-tags-table): Place the side-info on button properties rather
16001 than in hidden text. Abbreviate file names.
16002 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
16003 (select-tags-table-select): Add `button' argument.
16004 Get side-info from the button property rather than from hidden text.
16005
16006 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
16007
16008 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
16009 (gud-speedbar-buttons): Preserve point if possible.
16010 (gud-sentinel): Restore previous speedbar display type.
16011
16012 * progmodes/gdb-ui.el (gdba): Improve diagram.
16013 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16014 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
16015 Call get-buffer-window once.
16016
16017 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
16020 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
16021 (pascal-indent-command): Remove unused var `ind'.
16022 (pascal-indent-case): Remove unused var `oldpos'.
16023 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
16024 since it's now used as a proper minor mode map.
16025 (pascal-outline): Rename to pascal-outline-mode.
16026 (pascal-outline-mode): Use define-minor-mode.
16027 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
16028 selective-display.
16029
16030 2005-10-10 Andreas Schwab <schwab@suse.de>
16031
16032 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
16033 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
16034
16035 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
16036 outside source directory.
16037
16038 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
16039
16040 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
16041 C-x' as a prefix.
16042 (orgtbl-mode-map): Full keymap instead of sparse, because all
16043 `self-insert-command' keys are redefined in this map.
16044 (org-export-as-html): Specify charset for HTML file, by taking it
16045 from the coding system.
16046
16047 2005-10-10 Kenichi Handa <handa@m17n.org>
16048
16049 * textmodes/flyspell.el (flyspell-check-word-p):
16050 If unread-command-events is non-empty, don't call sit-for.
16051
16052 2005-10-09 Richard M. Stallman <rms@gnu.org>
16053
16054 * font-lock.el (font-lock-syntactic-keywords)
16055 (font-lock-keywords): Doc fixes.
16056
16057 * textmodes/flyspell.el (flyspell-external-point-words):
16058 Simplify logic, and don't try to check for consecutive appearances
16059 of one incorrect word.
16060
16061 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
16062
16063 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
16064 separator.
16065
16066 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
16067 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
16068 (gud-expansion-speedbar-buttons): New function.
16069 (gud-speedbar-buttons): Check for gud-comint-buffer.
16070
16071 2005-10-09 Bill Wohler <wohler@newt.com>
16072
16073 * Makefile.in (updates): Add mh-loaddefs dependency.
16074
16075 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
16076
16077 * speedbar.el (speedbar-file-key-map): Fix typo.
16078
16079 2005-10-09 Daniel Brockman <daniel@brockman.se>
16080
16081 * cus-start.el (line-spacing): Add custom spec.
16082
16083 2005-10-09 Romain Francoise <romain@orebokech.com>
16084
16085 * textmodes/ispell.el (ispell-check-version): Fix last change.
16086
16087 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16088
16089 * term/x-win.el: Remove -i, --icon-type from comment.
16090
16091 * startup.el (command-line-x-option-alist): Remove options -i,
16092 -itype, --icon-type, added -nb, --no-bitmap-icon
16093
16094 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
16095
16096 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
16097 instead of :active.
16098
16099 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
16100
16101 * textmodes/ispell.el (ispell-check-version):
16102 Ignore hyphen, and all that follows, in aspell's version text.
16103
16104 2005-10-08 Jay Belanger <belanger@truman.edu>
16105
16106 * calc/calc-arith.el (math-known-square-matrixp): New function.
16107 (math-pow-fancy): Check for matrices before distributing exponent
16108 across products.
16109
16110 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
16111 fullscreen keypad. Suggested by Luc Teirlinck.
16112 (calc-keypad-show-input): Add space for formatting.
16113
16114 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
16115 Add square matrix option.
16116
16117 * calc/calc-poly.el (math-expand-term): Check for matrices instead
16118 of checking calc-matrix-mode when deciding how to expand.
16119
16120 * calc/calc.el (calc-set-mode-line): Add square matrix option.
16121
16122 2005-10-08 Lars Hansen <larsh@soem.dk>
16123
16124 * net/tramp.el (tramp-perl-directory-files-and-attributes):
16125 Add error handling.
16126 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
16127
16128 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
16129
16130 Sync with Tramp 2.0.51.
16131
16132 * net/tramp.el (tramp-handle-set-visited-file-modtime)
16133 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16134 Insert special handling for `last-coding-system-used', again
16135 it still seems to be necessary (unlike stated before).
16136 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
16137 (tramp-password-prompt-regexp): There might be other words before
16138 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
16139 (tramp-chunksize): Improve docstring.
16140 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
16141 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
16142 Christian Joergensen <bugs@razor.dk>.
16143
16144 2005-10-07 Glenn Morris <rgm@gnu.org>
16145
16146 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
16147 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
16148 precision'.
16149
16150 2005-10-07 Romain Francoise <romain@orebokech.com>
16151
16152 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
16153 (ibuffer-do-shell-command-pipe-replace)
16154 (ibuffer-do-shell-command-file, ibuffer-do-eval)
16155 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
16156 (ibuffer-do-revert, ibuffer-do-replace-regexp)
16157 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
16158 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
16159 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
16160 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
16161 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
16162 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
16163 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
16164 Autoload file sans suffix.
16165
16166 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
16167
16168 2005-10-07 David Ponce <david@dponce.com>
16169
16170 * recentf.el (recentf-menu-open-all-flag): New option.
16171 (recentf-digit-shortcut-command-name): New function.
16172 (recentf--shortcuts-keymap): New variable.
16173 (recentf-menu-shortcuts): New variable.
16174 (recentf-make-menu-items): Initialize it. Replace the "More..."
16175 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
16176 (recentf-menu-value-shortcut): New function.
16177 (recentf-make-menu-item): Use it. No more in-lined.
16178 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
16179 (recentf-open-most-recent-file): Rename from
16180 `recentf-open-file-with-key'. Don't depend on key binding.
16181 (recentf-mode-map): New variable.
16182 (recentf-mode): Use it.
16183
16184 2005-10-06 Bill Wohler <wohler@newt.com>
16185
16186 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
16187
16188 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
16189 (MH-E-SRC): New. Used by mh-autoloads.
16190 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16191 files in MH-E-SRC have been updated.
16192 (compile, recompile, bootstrap): Depend on mh-autoloads.
16193
16194 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
16195
16196 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
16197 gud-break and gud-remove icons when the fringe is not available.
16198
16199 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
16200 Typo.
16201
16202 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16203
16204 * play/zone.el (zone): Wrap body with save-window-excursion.
16205
16206 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
16209 Use the new `list-only' arg to diary-list-entries.
16210
16211 * calendar/diary-lib.el: Use overlays rather than selective-display.
16212 (diary-selective-display): New var.
16213 (diary-header-line-format): Use it.
16214 (diary-list-entries): Add argument `list-only'.
16215 Put the buffer in diary-mode. Don't add \^M at beg and end.
16216 Replace \^M by invisible overlays.
16217 (diary-unhide-everything): Replace \^M by invisible overlays.
16218 (print-diary-entries): Look for overlays rather than \^M.
16219 Add a space to the temp buffer name.
16220 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
16221 Put the buffer in diary-mode.
16222 (list-sexp-diary-entries): Replace \^M by invisible overlays.
16223 (diary-anniversary): Make the year arg optional.
16224 (diary-time-regexp): New const.
16225 (diary-font-lock-keywords): Use it to accept a few more time formats.
16226
16227 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
16228
16229 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
16230
16231 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
16232 Fix bug introduced 2005-07-03: Use (car (last ...))
16233 to faithfully reproduce replaced artist-last.
16234 (artist-set-arrow-points-for-poly): Likewise.
16235 Suggested by Johan Bockg\e,Ae\e(Brd.
16236
16237 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
16238
16239 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
16240 * wid-edit.el (widget):
16241 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
16242 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
16243
16244 2005-10-06 Kenichi Handa <handa@m17n.org>
16245
16246 * international/mule-cmds.el (set-language-environment):
16247 Fix setting up of case-table for unibyte mode.
16248
16249 * simple.el (what-cursor-position): If the character is displayed
16250 by some `display' text property, show that. Don't use
16251 single-key-description for eight-bit characters in multibyte mode.
16252
16253 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
16254
16255 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
16256 (gdb-ann3): Set it.
16257 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
16258 (gdb-info-frames-custom): Use inverse-video for first five
16259 characters of selected frame only.
16260 (gdb-get-frame-number): Select frame even when point is on frame
16261 number.
16262
16263 2005-10-06 Masatake YAMATO <jet@gyve.org>
16264
16265 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
16266 Put `font-lock-function-name-face'.
16267 (gdb-info-frames-custom): Put `font-lock-function-name-face'
16268 and `font-lock-variable-name-face'
16269 (gdb-registers-font-lock-keywords): New font lock keywords definition.
16270 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
16271 (gdb-memory-font-lock-keywords): New font lock keywords definition.
16272 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
16273 (gdb-local-font-lock-keywords): New font lock keywords definition.
16274 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
16275 (gdb-threads-font-lock-keywords): New font lock keywords definition.
16276 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
16277
16278 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
16279
16280 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
16281 (ediff-merge-region-is-non-clash-to-skip): Previously called
16282 ediff-merge-region-is-non-clash.
16283
16284 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
16285 Use insert-buffer-substring.
16286
16287 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
16288 selecting files to patch. Also bug fixes.
16289
16290 * ediff-util.el (ediff-setup): Bug fix.
16291 (ediff-next-difference): Never skip clashes that differ in white
16292 space only.
16293
16294 * ediff-wind.el (ediff-setup-control-frame)
16295 (ediff-destroy-control-frame): Check the menubar feature.
16296
16297 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
16298 (viper-refresh-mode-line): Use make-local-variable to localize
16299 some vars instead of make-variable-buffer-local. Suggested by
16300 Stefan Monnier.
16301
16302 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
16303 (viper-restore-cursor-type, viper-set-insert-cursor-type):
16304 Use make-local-variable instead of make-variable-buffer-local.
16305 Suggested by Stefan Monnier.
16306
16307 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
16308 (viper-comint-mode-hook): Use make-local-variable on
16309 require-final-newline.
16310 (viper-non-hook-settings): Don't use make-variable-buffer-local.
16311
16312 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16313
16314 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
16315 also the second char of a comment-start sequence.
16316 (scheme-sexp-comment-syntax-table): New var.
16317 (lambda, define): Set their scheme-doc-string-elt property.
16318 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
16319 Use lisp-font-lock-syntactic-face-function now that it properly
16320 handles |...| symbols.
16321 (scheme-mode-variables): Set lisp-doc-string-elt-property,
16322 parse-sexp-lookup-properties and font-lock-extra-managed-props.
16323
16324 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
16325 bit from # to |.
16326 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
16327
16328 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
16329 (lisp-doc-string-elt-property): New var.
16330 (lisp-font-lock-syntactic-face-function): Use it.
16331 Rewrite to recognize docstrings even for forms not at toplevel.
16332
16333 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
16334 annotation on the | part of #| rather than on the # part.
16335 (scheme-font-lock-syntactic-face-function): New function, to
16336 distinguish strings from |...| symbols.
16337 (scheme-mode-variables): Use it. Also fix up the font-lock-time
16338 syntax-table so that #|...|# is properly highlighted.
16339
16340 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
16341 Don't mark as docstring the 3rd elem of an unknown toplevel form.
16342
16343 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
16344
16345 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
16346 and C-e.
16347
16348 * emacs-lisp/eldoc.el: Move comments into docstrings.
16349 (eldoc-message-commands): Initialize in its declaration.
16350 Add move-beginning-of-line and move-end-of-line.
16351 (eldoc-add-command, eldoc-add-command-completions)
16352 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
16353
16354 * outline.el (outline-mark-subtree): Activate the mark.
16355
16356 * calendar/appt.el (appt-time-regexp): New var.
16357 (appt-add, appt-make-list): Use it.
16358 (appt-convert-time): Clean up.
16359
16360 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
16361 Don't set any syntax-table property here.
16362 (tex-font-lock-verb): New function. Do it here.
16363 (tex-font-lock-syntactic-keywords): Use it.
16364
16365 2005-10-04 Richard M. Stallman <rms@gnu.org>
16366
16367 * wid-edit.el (widget-file-complete): Get the widget start point
16368 the right way. Default directory to `/' if file has none.
16369
16370 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
16371
16372 * textmodes/flyspell.el (flyspell-mode-on):
16373 Call ispell-maybe-find-aspell-dictionaries.
16374
16375 * textmodes/ispell.el (ispell-word, ispell-region):
16376 Call ispell-maybe-find-aspell-dictionaries.
16377 (ispell-accept-buffer-local-defs):
16378 Don't call ispell-maybe-find-aspell-dictionaries
16379
16380 2005-10-04 Richard M. Stallman <rms@gnu.org>
16381
16382 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
16383
16384 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
16385
16386 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
16387 instead of `fboundp' in order to allow for anonymous functions.
16388
16389 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
16390
16391 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
16392 case the user clicks on the link while another window is selected.
16393 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
16394
16395 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
16396 functionality.
16397 (dframe-help-echo): Save point in case mouse tracking is off.
16398
16399 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
16400
16401 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
16402
16403 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16404
16405 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
16406 not change the global value of those vars.
16407
16408 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
16409 make-local-variable which we do not need any more.
16410
16411 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
16412
16413 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
16414 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
16415 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
16416 (speedbar-path-line): Define obsolete aliases.
16417 (speedbar-line-directory): Doc fix.
16418
16419 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
16420 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
16421 instead of speedbar-line-path.
16422
16423 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16424
16425 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
16426 to nil if dropping on a window. Handle dropping on a minibuffer window
16427 like dropping on a non-window part of Emacs.
16428
16429 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16430
16431 * net/ange-ftp.el: Use with-current-buffer.
16432 (ange-ftp-insert-directory): Do not follow symlinks any more.
16433
16434 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16435 Remove interactive spec.
16436
16437 2005-10-03 Kim F. Storm <storm@cua.dk>
16438
16439 * ido.el (ido-mode): Use custom-initialize-set.
16440
16441 2005-10-02 Richard M. Stallman <rms@gnu.org>
16442
16443 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
16444 Use insert-buffer-substring.
16445
16446 * net/tramp.el: Pacify byte compiler warnings in pacification code.
16447 (tramp-handle-file-local-copy): Use insert-buffer-substring.
16448
16449 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16450
16451 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
16452 in last change.
16453 (ange-ftp-insert-directory): Fix up the search for the case where
16454 `file' is absolute.
16455
16456 2005-10-02 Romain Francoise <romain@orebokech.com>
16457
16458 * progmodes/compile.el (compile-goto-error): Delete extra paren.
16459
16460 2005-10-02 Andreas Schwab <schwab@suse.de>
16461
16462 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
16463 directory component in the session info.
16464
16465 2005-10-01 Richard M. Stallman <rms@gnu.org>
16466
16467 * comint.el (comint-redirect-subvert-readonly): Doc fix.
16468
16469 * simple.el (next-error-internal): New function.
16470
16471 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
16472 (compilation-start): Pass new arg to compilation-buffer-name.
16473 (compile-goto-error): Use next-error-internal.
16474
16475 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16476
16477 * speedbar.el: Remove RCS tag.
16478 (speedbar-check-read-only): Handle non-existent files.
16479
16480 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
16481
16482 * info.el (Info-speedbar-hierarchy-buttons)
16483 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
16484
16485 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16486
16487 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
16488 Do not match newline.
16489 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
16490 (bibtex-summary): Remove unnecessary save-excursion.
16491 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
16492
16493 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16494
16495 * term/mac-win.el: Add charset info for "iso10646-1".
16496 Modify default fontset to use ATSUI-compatible fonts for some charsets
16497 if available.
16498
16499 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16500
16501 * speedbar.el: Re-apply arch tag.
16502 (speedbar-version): Rename to version 1.0. Suggested by Eric
16503 M. Ludlam.
16504 Reapply two changes from Emacs CVS' version of speedbar lost
16505 during the merge:
16506 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
16507 (speedbar-frame-parameters): Improve customize type.
16508
16509 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
16512 (ange-ftp-file-directory-p): Fix the symlink case.
16513 (ange-ftp-insert-directory): When listing a single file, get a list of
16514 the parent buffer and extract the relevant line. Inspired from a patch
16515 by Katsumi Yamaoka <yamaoka@jpl.org>.
16516 (ange-ftp-file-name-sans-versions): Simplify.
16517
16518 2005-09-30 Bill Wohler <wohler@newt.com>
16519
16520 Move MH-E image files from toolbar and mail directories into
16521 etc/images.
16522
16523 * mail/reply2.*: Move to etc/images/mail/reply*.
16524
16525 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
16526 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
16527 etc/images.
16528
16529 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
16530 * toolbar/reply*: Move to etc/images/mail.
16531
16532 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
16533
16534 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
16535
16536 * speedbar.el: New version 1.0pre3.
16537
16538 Frame management code (including timer, and mouse click specifics)
16539 moved to dframe.el:
16540 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
16541 (speedbar-timer): Removed. Use dframe-timer.
16542 (speedbar-close-frame): Removed. Use dframe-close-frame.
16543 (speedbar-activity-change-focus-flag): Removed. Use
16544 dframe-activity-change-focus-flag.
16545 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
16546 dframe-update-speed.
16547
16548 (speedbar-current-frame): New macro. Use this instead of the
16549 variable speedbar-frame.
16550
16551 (speedbar-use-images, speedbar-expand-image-button-alist)
16552 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
16553
16554 (speedbar-find-image-on-load-path): Removed. Replaced by
16555 defezimage in ezimage.el.
16556 (speedbar-expand-image-button-alist): Removed. Replaced by
16557 ezimage-expand-image-button-alist in ezimage.el.
16558
16559 (speedbar-ignored-directory-regexp)
16560 (speedbar-add-ignored-directory-regexp)
16561 (speedbar-ignored-directory-expressions)
16562 (speedbar-line-directory, speedbar-buffers-line-directory)
16563 (speedbar-directory-line, speedbar-buffers-line-directory):
16564 Renamed, replacing `path' with `directory'.
16565
16566 (speedbar-create-directory, speedbar-expand-line-descendants)
16567 (speedbar-toggle-line-expansion)
16568 (speedbar-contract-line-descendants): New commands.
16569
16570 (speedbar-query-confirmation-method, speedbar-select-frame-method)
16571 (speedbar-use-tool-tips-flag): New options.
16572
16573 (speedbar-check-read-only, speedbar-require-version)
16574 (speedbar-insert-separator, speedbar-buffers-tail-notes)
16575 (speedbar-handle-delete-frame, speedbar-try-completion)
16576 (speedbar-update-localized-contents): New functions.
16577
16578 (speedbar-incompatible-version, speedbar-ro-to-do-point)
16579 (speedbar-object-read-only-indicator): New variables.
16580
16581 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
16582 New hooks.
16583
16584 (speedbar-separator-face): New face.
16585
16586 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
16587 (speedbar-ignored-modes): Add fundamental-mode.
16588 (speedbar-directory-unshown-regexp): Add . directories.
16589
16590 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
16591 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
16592 `]' for full expand/close.
16593 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
16594
16595 (speedbar-check-vc): Support hidden files.
16596 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
16597 (speedbar-this-file-in-vc): Use vc-state if available. If VC
16598 state is nil, it is not checked out.
16599
16600 (speedbar-line-text, speedbar-line-token): Support expand buttons
16601 with no text.
16602 (speedbar-refresh): Universal argument acts as power-click.
16603 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
16604 that buffer to get variable values.
16605
16606 And many other bugfixes.
16607
16608 * dframe.el, ezimage.el, sb-image.el: New files.
16609
16610 * sb-*.xpm: Remove files. New image files installed into
16611 etc/images/ezimage.
16612
16613 2005-09-30 Kenichi Handa <handa@m17n.org>
16614
16615 * ps-mule.el (ps-mule-show-warning): If a character is in
16616 ps-print-translation-table, don't treat it as non-printable.
16617
16618 2005-09-30 David Ponce <david@dponce.com>
16619
16620 * tree-widget.el (tree-widget-themes-load-path): New variable.
16621 (tree-widget-themes-directory): Doc fix.
16622 (tree-widget-image-formats) [Emacs]: Doc fix.
16623 (tree-widget--locate-sub-directory): New function.
16624 (tree-widget-themes-directory): Use it.
16625
16626 * recentf.el (recentf-filename-handlers): Rename from
16627 `recentf-filename-handler'. Allow a list of functions.
16628 (recentf-menu-items-for-commands): Fix :help strings.
16629 (recentf-apply-filename-handlers): New function.
16630 (recentf-expand-file-name): Use it.
16631 (recentf-cleanup): Remove duplicates too.
16632
16633 2005-09-29 Juri Linkov <juri@jurta.org>
16634
16635 * faces.el: Rearrange face definitions to be in the same order as
16636 their face descriptions in "(emacs)Standard Faces".
16637
16638 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
16639
16640 * tooltip.el (tooltip): Add group `basic-faces'.
16641
16642 * buff-menu.el (Buffer-menu-buffer): Remove group
16643 `font-lock-highlighting-faces'.
16644
16645 * progmodes/compile.el (compilation-error, compilation-warning)
16646 (compilation-info, compilation-line-number, compilation-column-number):
16647 Change group from `font-lock-highlighting-faces' to `compilation'.
16648
16649 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16650 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
16651 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
16652 (vhdl-font-lock-reserved-words-face)
16653 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
16654 `font-lock-highlighting-faces'.
16655
16656 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
16657
16658 2005-09-28 Kim F. Storm <storm@cua.dk>
16659
16660 * emulation/cua-base.el: Set CUA move property on additional commands:
16661 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
16662 forward-sexp, backward-sexp, forward-list, backward-list.
16663
16664 2005-09-28 Romain Francoise <romain@orebokech.com>
16665
16666 * comint.el (comint-show-output): Really set point at the
16667 beginning of the output when not using `comint-use-prompt-regexp'.
16668
16669 2005-09-27 Jay Belanger <belanger@truman.edu>
16670
16671 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
16672 in TeX mode.
16673
16674 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
16675
16676 * textmodes/org.el (org-table-sum): Fix format string.
16677
16678 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
16679 Quote face names.
16680
16681 2005-09-26 Romain Francoise <romain@orebokech.com>
16682
16683 * isearch.el (isearch-forward-regexp): Close doc string.
16684
16685 2005-09-25 Richard M. Stallman <rms@gnu.org>
16686
16687 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
16688
16689 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
16690
16691 * progmodes/compile.el (compilation-error-properties):
16692 When getting the file from the previous error message,
16693 correctly decode the new data format.
16694
16695 * progmodes/cc-cmds.el (c-electric-paren):
16696 Call old-blink-paren only for close-paren.
16697
16698 2005-09-24 Andreas Schwab <schwab@suse.de>
16699
16700 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16701 condition.
16702
16703 2005-09-25 Romain Francoise <romain@orebokech.com>
16704
16705 * dired-aux.el (dired-copy-file-recursive):
16706 * dired.el (dired-delete-file):
16707 * ediff-mult.el (ediff-dir-diff-copy-file):
16708 * ediff-util.el (ediff-test-save-region):
16709 * forms.el (forms-mode):
16710 * ido.el (ido-file-internal, ido-delete-file-at-head):
16711 * log-edit.el (log-edit-done):
16712 * ses.el (ses-yank-resize):
16713 * play/gomoku.el (gomoku-human-plays, gomoku)
16714 (gomoku-human-resigns, gomoku-prompt-for-other-game)
16715 (gomoku-offer-a-draw):
16716 * play/landmark.el (lm-human-resigns, lm):
16717 * net/eudcb-ldap.el (eudc-ldap-check-base):
16718 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
16719 * progmodes/ebrowse.el (ebrowse-find-pattern):
16720 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
16721 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
16722 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
16723
16724 * vc.el (vc-delete-file):
16725 * play/gomoku.el (gomoku-terminate-game, gomoku)
16726 (gomoku-prompt-for-move, gomoku-human-takes-back):
16727 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
16728 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
16729
16730 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16731
16732 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
16733 color rxvt terminals by using the code xterm.el used to use before
16734 2005-04-09 in order to match the colors used by rxvt.
16735
16736 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16737
16738 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
16739 colors rxvt-unicode terminals by using the same code as xterm.el.
16740
16741 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16742
16743 * textmodes/tex-mode.el (tex-font-lock-append-prop)
16744 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
16745 new symbol used for the tex-verbatim face.
16746
16747 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16748
16749 * woman.el (woman-file-name):
16750 * wid-edit.el (widget-file-prompt-value)
16751 (widget-coding-system-prompt-value):
16752 * w32-fns.el (set-w32-system-coding-system):
16753 * vc.el (vc-version-diff, vc-annotate):
16754 * textmodes/reftex-auc.el (reftex-arg-cite)
16755 (reftex-arg-index-tag):
16756 * textmodes/refer.el (refer-get-bib-files):
16757 * textmodes/artist.el (artist-figlet-choose-font):
16758 * terminal.el (terminal-emulator):
16759 * replace.el (occur-read-primary-args):
16760 * rect.el (string-rectangle, string-insert-rectangle):
16761 * ps-print.el (ps-print-preprint):
16762 * progmodes/pascal.el (pascal-goto-defun):
16763 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
16764 * progmodes/compile.el (compilation-find-file):
16765 * printing.el (pr-interactive-n-up):
16766 * play/animate.el (animate-birthday-present):
16767 * net/rcompile.el (remote-compile):
16768 * man.el (man, Man-goto-section, Man-follow-manual-reference):
16769 * mail/rmailsum.el (rmail-summary-search-backward)
16770 (rmail-summary-search):
16771 * mail/rmailout.el (rmail-output-read-rmail-file-name)
16772 (rmail-output-read-file-name):
16773 * mail/rmail.el (rmail-search, rmail-search-backwards):
16774 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
16775 * locate.el (locate):
16776 * international/quail.el (quail-show-keyboard-layout):
16777 * international/mule.el (set-buffer-file-coding-system)
16778 (revert-buffer-with-coding-system, set-file-name-coding-system)
16779 (set-terminal-coding-system, set-keyboard-coding-system)
16780 (set-next-selection-coding-system):
16781 * international/mule-diag.el (describe-coding-system)
16782 (describe-font, describe-fontset):
16783 * international/mule-cmds.el (universal-coding-system-argument)
16784 (search-unencodable-char, describe-input-method)
16785 (set-language-environment, describe-language-environment):
16786 * international/codepage.el (codepage-setup):
16787 * international/code-pages.el (codepage-setup):
16788 * info.el (Info-search, Info-follow-reference)
16789 (Info-search-backward):
16790 * emacs-lisp/advice.el (ad-read-advised-function)
16791 (ad-read-advice-class, ad-clear-cache, ad-activate)
16792 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
16793 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
16794 (ad-read-regexp):
16795 * ediff-util.el (ediff-toggle-regexp-match):
16796 * ediff-ptch.el (ediff-prompt-for-patch-file):
16797 * dired-aux.el (dired-diff):
16798 * diff.el (diff):
16799 * cus-edit.el (custom-variable-prompt):
16800 * calendar/timeclock.el (timeclock-ask-for-project):
16801 * calc/calcalg3.el (calc-get-fit-variables):
16802 * calc/calc-store.el (calc-edit-variable)
16803 (calc-permanent-variable):
16804 * vc-mcvs.el (vc-mcvs-register):
16805 * shadowfile.el (shadow-define-literal-group):
16806 * woman.el (woman-file-name):
16807 * vc.el (vc-version-diff, vc-merge):
16808 * textmodes/reftex-index.el (reftex-index-complete-tag):
16809 * format.el (format-decode-buffer, format-decode-region):
16810 * emulation/viper-cmd.el (viper-read-string-with-history):
16811 * emacs-lisp/debug.el (cancel-debug-on-entry):
16812 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16813 * ediff.el (ediff-merge-revisions)
16814 (ediff-merge-revisions-with-ancestor, ediff-revision):
16815 * completion.el (interactive-completion-string-reader):
16816 * calc/calc-prog.el (calc-user-define-formula):
16817 Follow convention for reading with the minibuffer.
16818
16819 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
16820
16821 * progmodes/python.el (python-describe-symbol): Add globals() and
16822 locals() to the arguments of emacs.ehelp.
16823
16824 2005-09-24 Magnus Henoch <mange@freemail.hu>
16825
16826 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
16827 New function, code extracted from ispell-valid-dictionary-list.
16828 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
16829 Call it.
16830
16831 2005-09-24 Eli Zaretskii <eliz@gnu.org>
16832
16833 * subr.el (version-regexp-alist): Extend valid syntax for version
16834 strings: allow any of the characters -,_,+ to separate the
16835 alpha/beta/rc part from the version part. Doc fix.
16836 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
16837
16838 2005-09-23 David Reitter <david.reitter@gmail.com>
16839
16840 * mail/mailclient.el: New file.
16841
16842 2005-09-23 Richard M. Stallman <rms@gnu.org>
16843
16844 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
16845 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
16846 Doc fixes.
16847
16848 * progmodes/cc-mode.el (c-font-lock-init):
16849 Specify font-lock-lines-before.
16850
16851 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
16854 whole conflict.
16855
16856 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
16857
16858 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
16859 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
16860 of `remap' feature when available. Additional key bindings for
16861 better tty support.
16862 (org-mode-restart, org-force-self-insert): New commands.
16863 (org-time-stamp-inactive): New command.
16864 (org-remap): New function.
16865 (org-table-auto-blank-field, org-level-color-stars-only): New options.
16866 (org-enable-fixed-width-editor): Move to `org-structure'
16867 customization group.
16868 (org-self-insert-command, orgtbl-self-insert-command): Modify to
16869 blank field after field motion commands.
16870
16871 2005-09-23 Kenichi Handa <handa@m17n.org>
16872
16873 * international/mule-cmds.el (set-language-environment):
16874 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
16875 have to call utf-translate-cjk-load-tables.
16876
16877 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * mouse.el (mouse-move-drag-overlay): Fix last change.
16880
16881 2005-09-22 David Ponce <david@dponce.com>
16882
16883 * tree-widget.el (tree-widget-value-create): Fix previous change.
16884
16885 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16886
16887 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
16888
16889 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16890
16891 * mouse.el (mouse-move-drag-overlay): New function.
16892 (mouse-drag-region-1): Use it.
16893 Try to simplify a bit the state handling. Handle clicks on links
16894 inside intangible areas.
16895 (mouse-save-then-kill): Minor simplification.
16896 (mouse-secondary-overlay): Make it always non-nil instead of
16897 recreating it each time.
16898 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
16899 (mouse-kill-secondary, mouse-secondary-save-then-kill):
16900 Simplify accordingly.
16901
16902 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16903
16904 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
16905
16906 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
16907
16908 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
16909 (ediff-file-name-sans-prefix): Treat nil as an empty string.
16910 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
16911 to patch.
16912
16913 * ediff-util.el: Use insert-buffer-substring.
16914
16915 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
16916
16917 * emulation/viper-cmd.el (viper-change-state): Don't move over the
16918 field boundaries in the minibuffer.
16919 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
16920 (viper-minibuffer-post-command-hook): New hook.
16921 (viper-line): Don't move cursor at bolp.
16922
16923 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
16924
16925 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
16926 avoid compiler warnings.
16927
16928 * emulation/viper-macs.el (ex-map): Better messages.
16929
16930 * emulation/viper-utils.el (viper-beginning-of-field): New function.
16931
16932 * emulation/viper.el: Replace make-variable-buffer-local with
16933 viper-make-variable-buffer-local everywhere, to avoid warnings.
16934
16935 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16936
16937 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
16938 Delete unused var `old-selected-window'.
16939 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
16940 (mouse-drag-secondary): Delete unused var `start-frame'.
16941
16942 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16943
16944 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
16945
16946 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16947
16948 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
16949 Re-indent within 80 columns. Use inhibit-read-only.
16950
16951 2005-09-19 Romain Francoise <romain@orebokech.com>
16952
16953 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
16954
16955 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * font-lock.el (font-lock-default-fontify-region): Don't add a line
16958 unconditionally, since the after-change-function already did it.
16959
16960 2005-09-19 Miles Bader <miles@gnu.org>
16961
16962 * net/newsticker.el: Get rid of CVS keyword.
16963
16964 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
16965
16966 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
16967 The prompt is formatted later.
16968
16969 2005-09-19 David Ponce <david@dponce.com>
16970
16971 * tree-widget.el (tree-widget-value-create): Save the converted
16972 tree :node widget.
16973
16974 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
16975
16976 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
16977 variable `message'.
16978
16979 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
16980
16981 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
16982 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
16983 <slawomir.nowaczyk.847@student.lu.se>.
16984
16985 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
16986
16987 * image.el (image-load-path): Use symbol `data-directory' instead
16988 of its value, for backward compatibility with packages that bind
16989 it during `find-image'. Suggested by Katsumi Yamaoka.
16990 (image-search-load-path): Handle symbols whose values are strings.
16991
16992 2005-09-18 Romain Francoise <romain@orebokech.com>
16993
16994 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
16995 with-current-buffer form in save-excursion.
16996
16997 2005-09-18 Deepak Goel <deego@gnufans.org>
16998
16999 * apropos.el (apropos-command): Fix `message' call: first arg
17000 should be a format spec. In this and all other cases that appear
17001 below and elsewhere in the source code, I made a change only when
17002 two conditions were satisfied: [1] I can think of a possibility
17003 that the arguments would cause an error, for example, the code in
17004 question relies on external variables such as filenames. [2] I
17005 was sure that the arg to `message' could not have been nil in the code.
17006
17007 * textmodes/tildify.el (tildify-region): Ditto.
17008
17009 * textmodes/reftex-index.el (reftex-index-change-entry)
17010 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
17011 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
17012 * textmodes/org.el (org-complete, org-deadline, org-schedule)
17013 (org-priority, org-table-sum):
17014 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
17015 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
17016 (flyspell-word, flyspell-display-next-corrections):
17017 * textmodes/bibtex.el (bibtex-print-help-message):
17018 * textmodes/artist.el (artist-key-set-point-poly):
17019 * term/mac-win.el (mac-services-insert-text):
17020 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
17021 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
17022 (vhdl-port-paste-testbench, vhdl-compose-new-component)
17023 (vhdl-compose-configuration):
17024 * progmodes/sh-script.el (sh-blink, sh-show-indent)
17025 (sh-set-indent, sh-learn-line-indent):
17026 * progmodes/ps-mode.el (ps-mode-target-column):
17027 * progmodes/idlwave.el (idlwave-make-tags)
17028 (idlwave-scan-library-catalogs):
17029 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
17030 * progmodes/gud.el (gud-jdb-analyze-source):
17031 * progmodes/flymake.el (flymake-log):
17032 * progmodes/ebnf2ps.el (ebnf-generate-region):
17033 * progmodes/cmacexp.el (c-macro-expansion):
17034 * progmodes/ada-xref.el (ada-treat-cmd-string):
17035 * progmodes/ada-mode.el (ada-create-case-exception-substring)
17036 (ada-justified-indent-current, ada-batch-reformat):
17037 * play/zone.el (zone):
17038 * play/landmark.el (lm-move):
17039 * play/decipher.el (decipher-show-alphabet):
17040 * net/newsticker.el (newsticker--display-jump)
17041 (newsticker--display-scroll):
17042 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
17043 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
17044 * mail/feedmail.el (feedmail-dump-message-to-queue):
17045 * eshell/esh-proc.el (eshell-remove-process-entry):
17046 * emulation/ws-mode.el (ws-last-error):
17047 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
17048 (viper-record-kbd-macro):
17049 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
17050 * emacs-lisp/lisp-mnt.el (lm-report-bug):
17051 * emacs-lisp/find-func.el (find-function-noselect):
17052 * calendar/timeclock.el (timeclock-status-string)
17053 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
17054 (timeclock-when-to-leave-string):
17055 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
17056 * calc/calc-units.el (calc-enter-units-table):
17057 * calc/calc-mode.el (calc-mode-record-mode):
17058 * woman.el (woman-mini-help):
17059 * wdired.el (wdired-change-to-wdired-mode):
17060 * vc.el (vc-retrieve-snapshot):
17061 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
17062 * startup.el (display-startup-echo-area-message):
17063 * simple.el (set-goal-column):
17064 * ses.el (ses-command-hook, ses-recalculate-cell):
17065 * server.el (server-process-filter):
17066 * printing.el (pr-interface-txt-print, pr-interface-printify)
17067 (pr-interface-ps):
17068 * pcvs.el (cvs-help):
17069 * log-edit.el (log-edit, log-edit-mode-help):
17070 * iswitchb.el (iswitchb-possible-new-buffer):
17071 * isearch.el (isearch-edit-string):
17072 * image-mode.el (image-mode, image-minor-mode):
17073 * ibuf-macs.el (define-ibuffer-filter):
17074 * hi-lock.el (hi-lock-find-patterns):
17075 * files.el (toggle-read-only):
17076 * ediff-util.el (ediff-copy-diff)
17077 (ediff-write-merge-buffer-and-maybe-kill):
17078 * echistory.el (Electric-history-undefined):
17079 * dnd.el (dnd-insert-text):
17080 * dired-aux.el (dired-query):
17081 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
17082 * bookmark.el (bookmark-bmenu-locate):
17083 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
17084 Fix `message' calls to ensure first arg is a format string.
17085 The change was made only when these two conditions were satisfied:
17086 [1] when there is a possibility that the arguments would cause an error
17087 for example, if the code in question relies on external variables
17088 such as filenames, and
17089 [2] if the arg to `message' could not have been nil in the code.
17090
17091 * pcomplete.el (pcomplete--help): Fix `message' format spec.
17092 Not having a %s would be weird, though not technically wrong.
17093
17094 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17095
17096 * term/mac-win.el (mac-add-charset-info): Doc fix.
17097
17098 2005-09-17 Romain Francoise <romain@orebokech.com>
17099
17100 * shell.el (shell-resync-dirs): Handle echoing processes more
17101 reliably. Don't insert resync command if `comint-process-echoes'
17102 is non-nil.
17103
17104 2005-09-17 Magnus Henoch <mange@freemail.hu>
17105
17106 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
17107 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
17108 aspell versions >= 0.60.
17109 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
17110 only if ispell-aspell-supports-utf8 is non-nil.
17111
17112 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17113
17114 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
17115 buffer-local value to lisp-indent-function.
17116
17117 2005-09-17 Milan Zamazal <pdm@zamazal.org>
17118
17119 * progmodes/glasses.el (glasses-make-readable): If
17120 glasses-separator differs from underscore, put appropriate
17121 overlays over underscore characters.
17122 (glasses-convert-to-unreadable): If glasses-separator differs from
17123 underscore, try to convert glasses-separator characters to
17124 underscores.
17125
17126 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17127
17128 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
17129 Use with-syntax-table and dolist.
17130
17131 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
17132
17133 * textmodes/reftex-auc.el:
17134 * textmodes/reftex-cite.el:
17135 * textmodes/reftex-dcr.el:
17136 * textmodes/reftex-global.el:
17137 * textmodes/reftex-parse.el:
17138 * textmodes/reftex-ref.el:
17139 * textmodes/reftex-sel.el:
17140 * textmodes/reftex-toc.el:
17141 * textmodes/reftex-vars.el:
17142 * textmodes/reftex.el: Small changes to remove compiler warnings.
17143
17144 * textmodes/reftex-index.el: Likewise.
17145 (reftex-query-index-phrase): More efficient use of markers.
17146
17147 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17148
17149 * image.el (image-load-path): New variable.
17150 (image-search-load-path): New function.
17151 (find-image): Search for images in `image-load-path'.
17152
17153 2005-09-15 Richard M. Stallman <rms@gnu.org>
17154
17155 * follow.el: Change Maintainer field.
17156
17157 2005-09-15 David Ponce <david@dponce.com>
17158
17159 * recentf.el (recentf-save-file-modes): New option.
17160 (recentf-save-list): Use it.
17161
17162 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
17163
17164 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
17165 (mode-line-mule-info, mode-line-modified): Move bindings from
17166 mouse-3 to mouse-1.
17167
17168 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17169
17170 * simple.el (sendmail-user-agent-compose): Revert last change.
17171
17172 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17173
17174 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
17175 Use with-current-buffer.
17176 (ange-ftp-gwp-start): Remove unused var `gw-user'.
17177 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
17178 (ange-ftp-insert-directory): Remove unused var `short'.
17179 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
17180
17181 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
17182 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
17183
17184 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
17185 (check-calendar-holidays, diary-list-entries): Autoload.
17186 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
17187 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
17188
17189 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
17190 which mistakenly removed a call to display-buffer.
17191
17192 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
17193
17194 * obsolete/iso-insert.el: Move to obsolete/ from international/.
17195
17196 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
17197
17198 * progmodes/hideshow.el
17199 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
17200 (hs-allow-nesting): New user var.
17201 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
17202 (hs-hide-block-at-point): When nesting allowed,
17203 if there is already an overlay in place, delete it.
17204 (hs-safety-is-job-n): Delete func; remove call sites.
17205 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
17206 (hs-overlay-at): New func.
17207 (hs-already-hidden-p, hs-show-block): Use it.
17208 (hs-hide-all): Don't pre-clean if nesting allowed.
17209 (hs-show-all): Temporarily disallow
17210 nesting around call to `hs-discard-overlays'.
17211
17212 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
17213
17214 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
17215 Delete unused local var.
17216
17217 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
17218
17219 * help-fns.el (describe-categories): "?\ " -> "?\s".
17220 (help-do-arg-highlight): Recognize also ARG-n, as in
17221 `move-to-left-margin' (ARG+n is already recognized). Simplify.
17222
17223 * international/codepage.el (dos-unsupported-char-glyph):
17224 * net/newsticker.el (tool-bar-map, w3-mode-map)
17225 (w3m-minor-mode-map):
17226 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
17227 (ent-alist):
17228 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
17229
17230 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
17231
17232 * custom.el (custom-push-theme): Handle the case where a symbol is
17233 bound but face properties have not yet been assigned.
17234
17235 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
17236 Fix behavior if noerase is `t' and there is no mail buffer.
17237
17238 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
17239 if `continue' is nil, rather than signal an error.
17240
17241 2005-09-12 Richard M. Stallman <rms@gnu.org>
17242
17243 * font-lock.el (font-lock-keywords): Add autoload.
17244
17245 * help-fns.el (describe-variable): Rearrange to put source link
17246 in a predictable place.
17247
17248 * net/newsticker.el: New file.
17249
17250 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17251
17252 * calendar/calendar.el (calendar-for-loop): Add edebug info.
17253 (calendar-basic-setup): Use the new nil arg.
17254 (number-of-diary-entries): Move to diary-lib.el.
17255
17256 * calendar/diary-lib.el: Use with-current-buffer, match-string.
17257 (diary-list-entries): Use with-syntax-table and dolist.
17258 Rename from list-diary-entries.
17259 Use number-of-diary-entries if `number' is nil.
17260 (diary, diary-view-entries): Use this new name and new nil arg value.
17261 (number-of-diary-entries): Move from calendar.el.
17262 (diary-unhide-everything): New function.
17263 (include-other-diary-files, fancy-diary-display)
17264 (diary-show-all-entries, make-diary-entry): Use it.
17265 (diary-mail-entries): Use buffer-string.
17266 (mark-diary-entries): Fix long standing paren typo.
17267 (diary-sexp-entry): Use count-lines.
17268 (make-diary-entry): Avoid `previous-line'.
17269 (diary-mode-map): New var.
17270 (diary-mode): Redraw cal after saving. Setup header-line.
17271 (fancy-diary-display-mode): Use local-set-key.
17272
17273 * startup.el (command-line): Try calling various terminal-init-foo-bar
17274 functions by stripping hyphenated suffixes from $TERM.
17275
17276 * files.el (normal-mode): Check boundness of font-lock-keywords.
17277
17278 2005-09-12 Richard M. Stallman <rms@gnu.org>
17279
17280 * progmodes/compile.el: Don't decide a file's directory
17281 until the user actually tries to go there.
17282 (compilation-next-error-function):
17283 Pass compilation-find-file the directory from the file-struct.
17284 (compilation-internal-error-properties): Separate local FILE-STRUCT
17285 from FILE. Doc the args better. Rename arg FMT to FMTS.
17286 (compilation-find-file): Arg DIR renamed to DIRECTORY.
17287 Expand it, and if nil, use default-directory.
17288 (compilation-get-file-structure): Don't mix specified directory
17289 with default directory. Put specified directory into
17290 file-struct. Don't make the file name absolute.
17291
17292 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17293 (compile-command): Add autoload.
17294 (compilation-disable-input): Add autoload.
17295
17296 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
17297
17298 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
17299 strings of the variables it can override.
17300 (time-stamp): New (as yet undocumented) time-stamp-format escapes
17301 %Q and %q, for fully-qualified domain name and unqualified host name.
17302
17303 2005-09-11 Kim F. Storm <storm@cua.dk>
17304
17305 * emacs-lisp/authors.el (authors-aliases): Update list.
17306 (authors-fixed-entries): Update mldrag.el entry.
17307
17308 2005-09-10 Alan Mackenzie <acm@muc.de>
17309
17310 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
17311 from the region narrowed to.
17312
17313 2005-09-10 Magnus Henoch <mange@freemail.hu>
17314
17315 * textmodes/ispell.el (ispell-check-version): Signal an error if
17316 aspell version is less than 0.60.
17317
17318 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
17319
17320 * progmodes/octave-inf.el (inferior-octave-startup):
17321 Resync current dir at the end.
17322
17323 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
17324
17325 * woman.el (woman-topic-at-point-default):
17326 Rename to woman-use-topic-at-point-default.
17327 (woman-topic-at-point): Rename to woman-use-topic-at-point.
17328 (woman-file-name): Reflect renames above. Automatically use the
17329 word at point as topic if woman-use-topic-at-point is non-nil.
17330 Otherwise offer it as default but don't insert it in the
17331 minibuffer. Also use `test-completion' instead of `assoc' as
17332 suggested by Stefan Monnier.
17333
17334 2005-09-10 Andre Spiegel <spiegel@gnu.org>
17335
17336 * vc.el (vc-directory, vc-update-change-log): Throw an error on
17337 the attempt to do it over Tramp. This is not yet supported.
17338
17339 2005-09-10 Eli Zaretskii <eliz@gnu.org>
17340
17341 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17342 (menu-bar-non-minibuffer-window-p): New functions.
17343 ("Split Window", "Save As..."): Use them.
17344 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
17345 ("Print Buffer", "Truncate Long Lines in this Buffer"):
17346 Use menu-bar-menu-frame-live-and-visible-p.
17347 ("Save Buffer", "Insert File", "Open Directory...")
17348 ("Open File...", "Visit New File..."):
17349 Use menu-bar-non-minibuffer-window-p.
17350 (kill-this-buffer-enabled-p, dired <menu-enable>):
17351 Use menu-bar-non-minibuffer-window-p.
17352
17353 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17354
17355 * cus-start.el (all): Don't complain about fringe-related
17356 built-ins if fringes are not supported. Ditto about
17357 selection-related built-ins. Fix the test for GTK-related built-ins.
17358
17359 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
17360 ("Postscript Print Buffer", "Print Region", "Save As...")
17361 ("Save", "Insert File...", "Open Directory...")
17362 ("Open File...", "Visit New File..."")
17363 ("Truncate Long Lines in this Buffer"): Don't look at
17364 menu-updating-frame if this display does not support multiple frames.
17365
17366 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17367
17368 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
17369
17370 2005-09-09 Emilio Lopes <eclig@gmx.net>
17371
17372 * woman.el: Format- and whitespace-related changes.
17373
17374 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17375
17376 * woman.el: Fix my email address.
17377
17378 2005-09-08 Richard M. Stallman <rms@gnu.org>
17379
17380 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
17381 (sh-mode): Locally set skeleton-pair-default-alist.
17382
17383 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
17384
17385 * progmodes/flymake.el: Require `compile' unconditionally.
17386
17387 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
17388
17389 * woman.el (woman-file-name): Provide a default, not initial input.
17390
17391 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
17392
17393 * font-lock.el (font-lock-support-mode): Doc fix.
17394
17395 * descr-text.el (describe-property-list): Handle non-symbol prop names.
17396
17397 2005-09-08 Richard M. Stallman <rms@gnu.org>
17398
17399 * simple.el (blink-matching-open): Get rid of text props from
17400 the string shown in echo area. Don't permanently set point.
17401 Some rearrangements.
17402
17403 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17404
17405 * recentf.el (recentf-filename-handler): Add custom choice
17406 `abbreviate-file-name'.
17407
17408 * msb.el (msb--very-many-menus): Fix typo.
17409
17410 * disp-table.el (standard-display-european): Don't set
17411 enable-multibyte-characters to nil.
17412
17413 2005-09-08 David Ponce <david@dponce.com>
17414
17415 * recentf.el (recentf-show-file-shortcuts-flag): New option.
17416 (recentf-expand-file-name): Doc fix.
17417 (recentf-dialog-mode-map): Define digit shortcuts.
17418 (recentf--files-with-key): New variable.
17419 (recentf-show-digit-shortcut-filter): New function.
17420 (recentf-open-files-items): New function.
17421 (recentf-open-files): Use it.
17422 (recentf-open-file-with-key): New command.
17423
17424 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
17425
17426 * buff-menu.el (Buffer-menu-sort-by-column): New function.
17427 Suggested by Kim F. Storm.
17428 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
17429 (Buffer-menu-make-sort-button): Use global keymap.
17430
17431 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
17432
17433 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
17434 (Man-getpage-in-background-advice): Remove defadvice; it isn't
17435 necessary any longer with the remapped command.
17436 (Man-bgproc-sentinel-advice): Remove defadvice which counts
17437 formatting time only.
17438
17439 * net/tramp.el (tramp-action-password)
17440 (tramp-multi-action-password): Compile the password prompt from
17441 `method', `user' and `host'. Sometimes it isn't obvious which
17442 password to enter, for example with remote files offered by
17443 recentf.el, or with multiple steps. Suggested by Robert Marshall
17444 <robert@chezmarshall.freeserve.co.uk>.
17445
17446 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17447
17448 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17449 Fix regexp for when "s///" is at the beginning of line.
17450
17451 2005-09-07 Jay Belanger <belanger@truman.edu>
17452
17453 * calc/calc-poly.el (math-expand-term): Multiply out any powers
17454 when in matrix mode.
17455
17456 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17457
17458 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
17459 non-anonymous functions.
17460
17461 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
17462
17463 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
17464 when using a header line. Otherwise, use mouse-1-click-follows-link.
17465
17466 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
17467 can't be moved; don't signal an error.
17468
17469 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
17470
17471 * cus-theme.el (custom-theme-write-faces): Save the current face
17472 spec, not the defface spec.
17473
17474 * custom.el (custom-known-themes): Clarify meaning of "standard".
17475 (custom-push-theme): Save old values in the standard theme.
17476 (disable-theme): Correct typo.
17477 (custom-face-theme-value) Deleted unused function.
17478 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
17479
17480 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * progmodes/compile.el (compilation-goto-locus): Take into account
17483 iconified frames when determining whether the buffer is
17484 already visible.
17485 Don't reset window height if the window already existed.
17486
17487 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
17488
17489 * custom.el (load-theme): Rename from require-theme.
17490 Add interactive spec.
17491 (enable-theme): Rename from custom-enable-theme.
17492 Add interactive spec.
17493 (disable-theme): Rename from custom-disable-theme.
17494 Add interactive spec.
17495 (custom-make-theme-feature): Doc fix.
17496 (custom-theme-directory): Doc fix.
17497 (provide-theme): Call enable-theme.
17498
17499 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * obsolete/lazy-lock.el (lazy-lock-mode):
17502 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
17503 font-lock-mode if it's off. Print a warning instead.
17504
17505 * progmodes/compile.el (compilation-start): Ignore errors if the
17506 process died before we get to send-eof.
17507
17508 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
17509 Undo last change. Enclosing the result in quotes broke things on Unix
17510 since tex-send-command passes it through shell-quote-argument.
17511 (tex-send-command): Pass `file' through convert-standard-filename
17512 when possible.
17513 (tex-uptodate-p): Handle the case where TeX hasn't put additional
17514 info in a transcript.
17515
17516 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17517
17518 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
17519 fix compilation warning. Reorder the key definitions to group
17520 together keys emitted by the current version of xterm.
17521
17522 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
17523 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
17524 Reorder predicates to correct min-color usage.
17525
17526 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
17527
17528 * longlines.el (longlines-mode): Inhibit read-only when encoding.
17529 Kill local variables when longlines-mode is turned off.
17530
17531 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
17534
17535 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
17536
17537 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
17538
17539 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
17540 (font-lock-lines-before): Change default to being inactive.
17541 (font-lock-default-fontify-region): Obey font-lock-lines-before.
17542 (font-lock-after-change-function): Don't handle f-l-lines-before here.
17543
17544 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17545
17546 * net/tramp.el (tramp-handle-make-auto-save-file-name):
17547 Deactivate temporarily advice if active (not needed for Emacs 22,
17548 but for backwards compatibility).
17549 (tramp-exists-file-name-handler): Rewrite. First implementation
17550 was too simple.
17551 (tramp-advice-make-auto-save-file-name):
17552 Call `tramp-handle-make-auto-save-file-name' (again, just for
17553 backwards compatibility).
17554
17555 2005-08-31 Reto Zimmermann <reto@gnu.org>
17556
17557 * progmodes/vhdl-mode.el
17558 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
17559 (vhdl-end-p): Fix indentation bug "else" after "-- when".
17560 (vhdl-set-default-project): New function (easier setting of default).
17561 (vhdl-port-copy): Handle extended identifiers for generics.
17562 (vhdl-compiler-alist): Better description for error message regexp.
17563 (vhdl-make): Query for target, use previous as default.
17564 (vhdl-port-copy): Fix port copy for port names starting with "signal".
17565 (vhdl-font-lock-keywords-2): Fix fontification for record
17566 el. assign.
17567 (vhdl-speedbar-make-subpack-line): Add package body link.
17568 (vhdl-generate-makefile-1): Not include itself as dependency.
17569 (vhdl-font-lock-init): Highlight c-preprocessor directives.
17570 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
17571 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
17572 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
17573 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
17574 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
17575 (vhdl-import-project): Add string argument for `error'.
17576 (vhdl-compose-configuration)
17577 (vhdl-compose-configuration-architecture): Add configuration
17578 declaration generation.
17579 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
17580 (vhdl-trailer-re): Add "record" keyword (better indentation).
17581 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
17582 "[^ \t-\"]+".
17583 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
17584 (vhdl-testbench-entity-file-name)
17585 (vhdl-testbench-architecture-file-name): Allow separate
17586 customization of testbench file names.
17587 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
17588 (vhdl-get-visible-signals): Allow newline within alias declaration.
17589 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
17590 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
17591 (member-ignore-case): Alias for missing function in XEmacs.
17592 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
17593 (vhdl-update-sensitivity-list): Ignore case on read signals.
17594 (vhdl-replace-string): Adjust case only for file names.
17595 (vhdl-update-sensitivity-list): Fix search for read signals.
17596 (vhdl-update-sensitivity-list): Exclude formal parameters.
17597 (vhdl-get-visible-signals): Include aliases of signals.
17598 (vhdl-get-visible-signals): Fix signal name searching.
17599 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
17600 (vhdl-fixup-whitespace-region): Fix for character
17601 literals (e.g. `:').
17602
17603 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17604
17605 * ansi-color.el (comint-last-output-start):
17606 * bs.el (font-lock-verbose):
17607 * diff-mode.el (add-log-buffer-file-name-function):
17608 * dired-x.el (vm-folder-directory):
17609 * faces.el (help-xref-stack-item):
17610 * files.el (font-lock-keywords):
17611 * find-lisp.el (dired-buffers, dired-subdir-alist):
17612 * ido.el (cua-inhibit-cua-keys):
17613 * log-view.el (cvs-minor-wrap-function):
17614 * outline.el (font-lock-warning-face):
17615 * simple.el (compilation-current-error):
17616 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
17617 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
17618 * tooltip.el (comint-prompt-regexp):
17619 * w32-fns.el (explicit-shell-file-name):
17620 * term/mac-win.el (mac-charset-info-alist)
17621 (mac-services-selection, mac-system-script-code):
17622 * term/tty-colors.el (msdos-color-values):
17623 * term/w32-win.el (xlfd-regexp-registry-subnum):
17624 * term/x-win.el (x-keysym-table, x-selection-timeout)
17625 (x-session-id, x-session-previous-id):
17626 * textmodes/ispell.el (mail-yank-prefix):
17627 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
17628 * textmodes/org.el (calc-embedded-close-formula)
17629 (calc-embedded-open-formula)
17630 (font-lock-unfontify-region-function):
17631 * textmodes/reftex-global.el (isearch-next-buffer-function)
17632 (TeX-master):
17633 * textmodes/reftex.el (font-lock-keywords):
17634 * textmodes/tex-mode.el (font-lock-comment-face)
17635 (font-lock-doc-face):
17636 * textmodes/texinfo.el (outline-heading-alist):
17637 Add defvars.
17638
17639 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
17640 (artist-spray-chars, artist-mode-init, artist-replace-string)
17641 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
17642 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
17643 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
17644
17645 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
17646 (conf-align-assignments): "?\ " -> "?\s".
17647
17648 * textmodes/reftex-index.el (TeX-master): Add defvar.
17649 (reftex-index-phrases-marker): Move up defvar.
17650
17651 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
17652 (reftex-toc-include-labels-indicator)
17653 (reftex-toc-include-index-indicator)
17654 (reftex-toc-max-level-indicator): Move up declarations.
17655
17656 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
17657 of args to `tramp-run-real-handler', even if it's empty in this case.
17658
17659 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17660
17661 * dired.el (dired-move-to-filename-regexp): Add date format for
17662 Mac OS X 10.3 in East Asian locales.
17663
17664 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17665
17666 * files.el (make-auto-save-file-name): Add file name handler call
17667 if applicable.
17668
17669 * net/tramp.el (tramp-file-name-handler-alist)
17670 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
17671 (tramp-handle-make-auto-save-file-name): Rename from
17672 `tramp-make-auto-save-file-name'.
17673 (tramp-exists-file-name-handler): New defun.
17674 (tramp-advice-make-auto-save-file-name): Make defadvice only when
17675 `make-auto-save-file-name' is not a magic file name operation.
17676
17677 2005-08-30 Richard M. Stallman <rms@gnu.org>
17678
17679 * files.el (risky-local-variable-p):
17680 Match `-predicates' and `-commands.
17681
17682 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
17683 (custom-save-all): Visit the file if necessary;
17684 kill the buffer if we created it.
17685 (custom-save-delete): Don't visit file or kill buffer here.
17686
17687 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
17688
17689 * textmodes/org.el (org-special-keyword): New face.
17690 (org-table-copy-down, org-table-eval-formula)
17691 (org-table-recalculate, org-init-section-numbers):
17692 Use `string-to-number' instead of `string-to-int'.
17693 (org-get-location): Use `insert-buffer-substring' instead of
17694 `insert-buffer'.
17695 (org-modify-diary-entry-string): New function.
17696 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
17697 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
17698 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
17699 active region.
17700 (org-export-as-html): Handle QUOTE keyword.
17701 (org-quote-string): New option.
17702 (org-bookmark-jump-unhide): New function, used for
17703 `bookmark-after-jump-hook'.
17704 (org-diary-default-entry): Apply only when not called through
17705 `org-agenda'.
17706
17707 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
17708
17709 * net/eudc.el (mode-popup-menu):
17710 * play/handwrite.el (ps-printer-name, ps-lpr-command):
17711 * progmodes/ada-mode.el (compile-auto-highlight)
17712 (skeleton-further-elements):
17713 * progmodes/autoconf.el (font-lock-syntactic-keywords):
17714 * progmodes/cmacexp.el (msdos-shells):
17715 * progmodes/compile.el (font-lock-extra-managed-props)
17716 (font-lock-keywords, font-lock-maximum-size)
17717 (font-lock-support-mode):
17718 * progmodes/grep.el (font-lock-lines-before):
17719 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
17720 * progmodes/mixal-mode.el (compile-command):
17721 * progmodes/perl-mode.el (font-lock-comment-face)
17722 (font-lock-doc-face, font-lock-string-face):
17723 * progmodes/prolog.el (comint-prompt-regexp):
17724 * progmodes/sh-script.el (font-lock-comment-face)
17725 (font-lock-set-defaults, font-lock-string-face):
17726 * progmodes/sql.el (font-lock-keyword-face)
17727 (font-lock-set-defaults, font-lock-string-face):
17728 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
17729 (itimer-version, lazy-lock-defer-contextually)
17730 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
17731 Add defvars.
17732
17733 * progmodes/cperl-mode.el (cperl-electric-lbrace)
17734 (cperl-electric-keyword, cperl-electric-pod)
17735 (cperl-electric-backspace, cperl-forward-re)
17736 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
17737 (vc-rcs-header, vc-sccs-header): Add defvars.
17738
17739 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
17740 (font-lock-syntactic-keywords, gud-find-expr-function):
17741 Add defvars.
17742
17743 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
17744 (gdb-frame-parameters): Declare before use.
17745
17746 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
17747 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
17748 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
17749 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
17750
17751 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
17752 (idlwave-help-with-source): Use `insert-buffer-substring', not
17753 `insert-buffer'.
17754
17755 2005-08-29 Juri Linkov <juri@jurta.org>
17756
17757 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
17758 Put outline-back-to-heading function call inside save-excursion.
17759
17760 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
17761
17762 * man.el (Man-init-defvars, Man-translate-references)
17763 (Man-support-local-filenames, Man-highlight-references):
17764 * progmodes/sql.el (sql-interactive-mode):
17765 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
17766
17767 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
17768 (compilation-mode-font-lock-keywords): Add defvars.
17769 (checkdoc-interactive-loop): "?\ " -> "?\s".
17770
17771 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
17772 (font-lock-doc-face, font-lock-string-face)
17773 (font-lock-keywords-case-fold-search): Add defvars.
17774 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
17775
17776 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
17777 Don't pass X and Y (they are ignored anyway).
17778 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
17779 (mouse-delete-window): Make arguments optional.
17780
17781 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
17782 (caesar-translate-table, minor-modes, news-buffer-save)
17783 (news-group-name, news-minor-modes): Add defvars.
17784
17785 * emacs-lisp/lselect.el (mouse-highlight-priority)
17786 (x-lost-selection-functions, zmacs-regions):
17787 * emacs-lisp/pp.el (font-lock-verbose):
17788 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
17789 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
17790 (ses-mode-map):
17791 * emacs-lisp/tcover-unsafep.el (safe-functions):
17792 * international/mule-cmds.el (mac-system-coding-system)
17793 (mac-system-locale):
17794 * language/ethio-util.el (rmail-current-message)
17795 (rmail-message-vector):
17796 * language/thai-util.el (thai-auto-composition-mode):
17797 * mail/metamail.el (rmail-current-message, rmail-message-vector):
17798 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
17799 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
17800 (vm-primary-inbox, vm-spool-files):
17801 * mail/rmail.el (deleted-head, font-lock-fontified)
17802 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
17803 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
17804 (total-messages):
17805 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
17806 (rmail-summary-mode-map):
17807 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
17808 (rmail-last-label, rmail-last-multi-labels)
17809 (rmail-summary-vector, rmail-total-messages):
17810 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
17811 * mail/rmailsum.el (msgnum):
17812 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
17813 (rmail-current-message):
17814 * obsolete/fast-lock.el (font-lock-face-list):
17815 * obsolete/rnewspost.el (mail-reply-buffer):
17816 * obsolete/scribe.el (compile-command):
17817 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
17818
17819 2005-08-28 John Paul Wallington <jpw@gnu.org>
17820
17821 * ibuf-ext.el (ibuffer-auto-update-changed):
17822 Use `frame-or-buffer-changed-p' to check whether we need to update.
17823 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
17824 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
17825 as a `frame-or-buffer-changed-p' state vector instead.
17826
17827 2005-08-27 Romain Francoise <romain@orebokech.com>
17828
17829 * textmodes/makeinfo.el (makeinfo-compile):
17830 Use `compilation-start'. Set `next-error-function' according to
17831 `disable-errors'.
17832 (makeinfo-next-error): New function.
17833 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
17834 (makeinfo-buffer): Likewise.
17835
17836 * progmodes/compile.el (compilation-start): Add autoload cookie.
17837
17838 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
17839 * textmodes/sgml-mode.el: Likewise.
17840 * progmodes/python.el: Likewise.
17841
17842 2005-08-27 Eli Zaretskii <eliz@gnu.org>
17843
17844 * simple.el (blink-matching-paren-distance): Document the meaning
17845 of nil value, and allow to customize to nil.
17846
17847 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
17848 command.com, not command.exe.
17849
17850 2005-08-26 John Wiegley <johnw@newartisans.com>
17851
17852 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
17853 code around a bit so that an extraneous nil argument is not added
17854 to a command when no args are given.
17855
17856 * eshell/esh-arg.el (eshell-parse-double-quote): If a
17857 double-quoted argument resolves to nil, return it as an empty
17858 string rather than as nil. This made it impossible to pass "" to
17859 a shell script as a null string argument.
17860
17861 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17862
17863 * outline.el (outline-invent-heading): New fun.
17864 (outline-promote, outline-demote): Use it.
17865 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
17866 (outline-end-of-subtree): Remove unused var `opoint'.
17867
17868 2005-08-26 David Reitter <david.reitter@gmail.com>
17869
17870 * menu-bar.el (truncate-lines, write-file, print-buffer)
17871 (ps-print-buffer-faces, ps-print-buffer, split-window):
17872 Disable menu items when the frame they refer to is invisible, or when
17873 they refer to a buffer and the minibuffer is selected.
17874
17875 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
17876
17877 * progmodes/flymake.el (flymake-highlight-err-lines):
17878 Use save-excursion around flymake-highlight-line to preserve point.
17879
17880 2005-08-26 Eli Zaretskii <eliz@gnu.org>
17881
17882 * progmodes/octave-mod.el: Change Author and Maintainer address.
17883 (octave-maintainer-address): Change Kurt's email address.
17884 * progmodes/octave-inf.el: Change Author and Maintainer address.
17885 * progmodes/octave-hlp.el: Change Author and Maintainer address.
17886
17887 2005-08-26 Kim F. Storm <storm@cua.dk>
17888
17889 * subr.el (version-list-<, version-list-<=, version-list-=):
17890 Rename from integer-list-*.
17891 (version-list-not-zero): Likewise. Fix while loop.
17892 (version=): Use version-list-= instead of string-equal.
17893
17894 2005-08-26 Richard M. Stallman <rms@gnu.org>
17895
17896 * outline.el (outline-promote): Try shortening the heading.
17897 As last resort, read the heading to use.
17898 (outline-demote): As last resort, read the heading to use.
17899
17900 2005-08-26 Romain Francoise <romain@orebokech.com>
17901
17902 * progmodes/compile.el (compilation-start): Doc fix.
17903
17904 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
17905 (antlr-font-lock-additional-keywords): Fix reference to
17906 `antlr-font-lock-literal-regexp' erroneously changed during the
17907 mass face rename.
17908 (antlr-run-tool): Use `compilation-start'.
17909
17910 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
17911 instead of the obsolete `compile-internal'.
17912
17913 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
17914
17915 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
17916 (number, original-date):
17917 * calendar/cal-china.el (date):
17918 * calendar/cal-coptic.el (date):
17919 * calendar/cal-french.el (date):
17920 * calendar/cal-hebrew.el (date, entry, number, original-date):
17921 * calendar/cal-islam.el (date, number, original-date):
17922 * calendar/cal-iso.el (date):
17923 * calendar/cal-julian.el (date):
17924 * calendar/cal-mayan.el (date):
17925 * calendar/cal-menu.el (date, event):
17926 * calendar/cal-persia.el (date):
17927 * calendar/lunar.el (date):
17928 * calendar/solar.el (date): Add defvars.
17929
17930 * emerge.el:
17931 * ibuffer.el:
17932 * info-xref.el:
17933 * obsolete/bg-mouse.el:
17934 * obsolete/sun-curs.el:
17935 * obsolete/swedish.el: Move the `defvar's to the top level.
17936
17937 * smerge-mode.el (smerge-refined-change): Add :group.
17938
17939 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
17940
17941 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
17942 (smerge-keep-n): Remove props.
17943 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17944 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
17945 now that it's done in smerge-keep-n.
17946 (smerge-refined-change): New face.
17947 (smerge-refine-chopup-region, smerge-refine-highlight-change)
17948 (smerge-refine): New funs.
17949 (smerge-basic-map): Bind smerge-refine.
17950
17951 2005-08-25 Juri Linkov <juri@jurta.org>
17952
17953 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
17954 compilation-process-setup-function and compilation-disable-input
17955 in grep-mode instead of let-bindings in grep.
17956
17957 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
17958 Delete "Automatic File De/compression" (auto-compression-mode).
17959
17960 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
17961
17962 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
17963 Silence warning about non-existent variable.
17964
17965 2005-08-25 Richard M. Stallman <rms@gnu.org>
17966
17967 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
17968 Rename "Describe Key" to "Describe Key or Mouse Operation".
17969
17970 * mail/mailalias.el (build-mail-aliases): Delete comments
17971 from the contents before processing them.
17972
17973 * isearch.el (isearch-edit-string): Erase the Search prompt
17974 if user enters an empty string and there is no default.
17975
17976 * comint.el (comint-file-name-prefix): Add autoload.
17977
17978 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
17979
17980 * subr.el (play-sound): Rearrange to avoid warning.
17981
17982 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
17983
17984 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
17985 New hook.
17986 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
17987
17988 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17989
17990 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
17991
17992 * custom.el (custom-theme-set-variables): Sort minor modes last.
17993
17994 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17995
17996 * subr.el (version-separator, version-regexp-alist): New vars used by
17997 version comparison funs.
17998 (integer-list-<, integer-list-=, integer-list-<=)
17999 (integer-list-not-zero): New funs for integer list comparison.
18000 (version-to-list, version=, version<, version<=): New funs for version
18001 comparison.
18002
18003 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
18004
18005 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
18006 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
18007 time to silence the byte-compiler.
18008
18009 * ibuffer.el (ibuffer-compile-make-eliding-form)
18010 (ibuffer-check-formats): Use `with-no-warnings' to hide references
18011 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
18012 so it's silly to get warnings for it).
18013 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
18014 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
18015 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
18016 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
18017 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
18018 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
18019 Defvar at compile time.
18020 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
18021 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
18022 Declare them before use.
18023
18024 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
18025 (info-xref-good, info-xref-bad): Defvar at compile time.
18026
18027 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
18028 Use `let*' instead of `let'.
18029
18030 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
18031 (*mouse-y*, menu, char): Defvar at compile time.
18032 (sc::menu): Declare it before use.
18033 (sc::pack-one-line): Use `let', not `let*'.
18034
18035 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
18036 (mail-send-hook): Defvar at compile time.
18037
18038 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
18039 Defvar at compile time.
18040
18041 * term/sun-mouse.el (current-global-mousemap)
18042 (current-local-mousemap): Declare them before use.
18043
18044 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
18045
18046 * bookmark.el (bookmark-after-jump-hook): New hook.
18047 (bookmark-jump): Run `bookmark-after-jump-hook'.
18048
18049 2005-08-23 Juri Linkov <juri@jurta.org>
18050
18051 * faces.el (minibuffer-prompt): Doc fix.
18052
18053 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
18054
18055 * progmodes/xscheme.el: Trivial changes to silence warnings.
18056 (xscheme-previous-mode, xscheme-previous-process-state):
18057 Add defvars.
18058 (xscheme-last-input-end, xscheme-process-command-line)
18059 (xscheme-process-name, xscheme-buffer-name)
18060 (xscheme-expressions-ring-max, xscheme-expressions-ring)
18061 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
18062 (xscheme-control-g-synchronization-p)
18063 (xscheme-control-g-disabled-p, xscheme-string-receiver)
18064 (default-xscheme-runlight, xscheme-runlight)
18065 (xscheme-runlight-string, xscheme-process-filter-state)
18066 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
18067 Move to beginning of file.
18068 (scheme-interaction-mode-commands-alist)
18069 (scheme-interaction-mode-map, scheme-debugger-mode-map):
18070 Declare them before use. Note: the initialization code for the
18071 variables has not been moved because it uses functions that reference
18072 the variables.
18073 (xscheme-control-g-message-string, xscheme-process-filter-alist)
18074 (xscheme-prompt-for-expression-map): Declare them before use.
18075 (scheme-debugger-mode-commands): "?\ " -> "?\s".
18076
18077 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
18078
18079 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
18080
18081 2005-08-22 Juri Linkov <juri@jurta.org>
18082
18083 * faces.el (set-face-underline): Delete this duplicate function
18084 and make an obsolete alias to set-face-underline-p.
18085 (set-face-underline-p): Use docstring of set-face-underline.
18086 (describe-face): Create hyperlink to parent face.
18087
18088 * info.el (Info-insert-dir): Use save-excursion around
18089 insert-buffer-substring.
18090 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
18091 (Info-escape-percent): Delete function.
18092 (Info-fontify-node): Replace Info-escape-percent by
18093 replace-regexp-in-string with REP arg set to lambda that
18094 duplicates `%' and preserves text properties.
18095
18096 * progmodes/compile.el (compilation-disable-input): Doc fix.
18097 (define-compilation-mode): Doc fix and refill.
18098 (kill-compilation): Use `mode-name' in the error message.
18099 (compilation-find-file): Use `compilation-error' in the
18100 read-file-name's prompt.
18101
18102 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18103
18104 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
18105 (smerge-auto-leave): Make undo re-enable the mode.
18106 (debug-ignored-errors): Add the user-error of impossible resolution.
18107 (smerge-resolve): Move things around a bit, in preparation for later.
18108 (smerge-diff): Don't fail if the buffer has no associated file.
18109 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
18110 (smerge-conflict-overlay): New function.
18111 (smerge-match-conflict): Don't add text properties here.
18112 (smerge-find-conflict): Instead, add an overlay here.
18113 Also check for the case where we're inside a conflict already, so as to
18114 obviate the need for font-lock-multiline, which is unbearably slow with
18115 large conflicts and ciomplex font-lock patterns.
18116 (smerge-remove-props): Remove overlay rather than text-properties.
18117 (smerge-mode): Don't set font-lock-multiline.
18118 Remove overlays when turned off.
18119
18120 2005-08-21 Kim F. Storm <storm@cua.dk>
18121
18122 * ido.el (ido-ignore-item-p): Use save-match-data.
18123 Bind case-fold-search to ido-case-fold locally.
18124
18125 2005-08-20 Richard M. Stallman <rms@gnu.org>
18126
18127 * files.el (normal-mode): If font lock is on, turn it off and on.
18128
18129 * subr.el (replace-regexp-in-string): Doc fix.
18130
18131 * startup.el (command-line-1): Don't suppress startup screen
18132 due to existing processes.
18133
18134 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
18135
18136 * progmodes/compile.el (compilation-disable-input): Default to nil.
18137
18138 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18139
18140 * progmodes/compile.el (compilation-disable-input): New defcustom.
18141 (compilation-start): If compilation-disable-input is non-nil, send
18142 EOF to the compilation process.
18143
18144 2005-08-20 Eli Zaretskii <eliz@gnu.org>
18145
18146 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
18147 Run the argument of tex-shell-cd-command through
18148 convert-standard-filename, to get the correct style of slashes on
18149 Windows, and enclose the result in quotes, in case the file name
18150 includes whitespace or other special characters.
18151
18152 2005-08-19 Andreas Schwab <schwab@suse.de>
18153
18154 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
18155 process.
18156
18157 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
18158
18159 * cus-start.el (minibuffer-prompt-properties): Correct typo.
18160
18161 2005-08-18 Kim F. Storm <storm@cua.dk>
18162
18163 * scroll-lock.el: Fix errors due to incorrect line wrapping.
18164
18165 2005-08-18 Richard M. Stallman <rms@gnu.org>
18166
18167 * scroll-lock.el: New file.
18168
18169 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
18170
18171 * dired.el (dired-move-to-end-of-filename):
18172 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
18173
18174 2005-08-18 Kim F. Storm <storm@cua.dk>
18175
18176 * ido.el (ido-everywhere): Fix defcustom :set function to disable
18177 rather than toggle mode when custom value is nil.
18178 (ido-everywhere): Fix defun doc string.
18179
18180 2005-08-17 Richard M. Stallman <rms@gnu.org>
18181
18182 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
18183 as tag instead of "Inviolable".
18184
18185 2005-08-17 Kim F. Storm <storm@cua.dk>
18186
18187 * windmove.el (windmove-coordinates-of-position): Remove.
18188 (windmove-coordinates-of-window-position): Remove.
18189 (windmove-reference-loc): Use posn-at-point instead.
18190
18191 * subr.el (insert-for-yank-1): Doc fix.
18192
18193 * ido.el (ido-enter-matching-directory): Rename from
18194 ido-enter-single-matching-directory. Change `slash' choice to
18195 `only'. Add `first' choice.
18196 (ido-exhibit): Adapt to above changes.
18197
18198 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
18199
18200 * Makefile.in: Expand comment about building loaddefs.el.
18201
18202 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
18203
18204 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
18205 Comment use of defadvice.
18206
18207 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
18208
18209 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
18210
18211 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
18212 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
18213 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
18214 * progmodes/idlw-shell.el, progmodes/ld-script.el,
18215 * progmodes/which-func.el, ruler-mode.el, strokes.el,
18216 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
18217 for backward compatibility for faces that did not appear in the
18218 previous Emacs release.
18219
18220 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
18221
18222 2005-08-15 Kim F. Storm <storm@cua.dk>
18223
18224 * emulation/cua-base.el (cua-delete-region): Return t if
18225 deleted region was non-empty.
18226 (cua-replace-region): Inhibit overwrite-mode for
18227 self-insert-command if replaced region was non-empty.
18228 (cua--explicit-region-start, cua--status-string): Make them
18229 buffer-local at top-level...
18230 (cua-mode): ...rather than when mode is enabled.
18231
18232 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
18233
18234 * progmodes/vhdl-mode.el (vhdl-emacs-21):
18235 Set t for Emacs 21, 22, and so on.
18236
18237 2005-08-15 David Ponce <david@dponce.com>
18238
18239 * tree-widget.el: Update Commentary header.
18240 (tree-widget-theme): Doc fix.
18241 (tree-widget-space-width): New option.
18242 (tree-widget-image-properties): Look up in the default theme too.
18243 (tree-widget--cursors): Only for images with arrow pointer shape.
18244 (tree-widget-lookup-image): Pointer shape is hand by default.
18245 (tree-widget-icon): Rename generic icon widget from
18246 `tree-widget-control'.
18247 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
18248 derive from `tree-widget-icon'.
18249 (tree-widget-handle): Improve default look and feel of the text
18250 representation.
18251 (tree-widget): Rename :*-control properties to :*-icon properties.
18252 Add :action and :help-echo properties.
18253 (tree-widget-after-toggle-functions): Move.
18254 (tree-widget-close-node, tree-widget-open-node): Remove.
18255 (tree-widget-before-create-icon-functions): New hook.
18256 (tree-widget-value-create): Update to allow customization of icons
18257 and nodes at run-time via that new hook.
18258 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
18259 (tree-widget-icon-action, tree-widget-icon-help-echo)
18260 (tree-widget-action, tree-widget-help-echo): New functions.
18261
18262 2005-08-15 Kim F. Storm <storm@cua.dk>
18263
18264 * ido.el (ido-buffer-internal): Use with-no-warnings.
18265 (ido-make-merged-file-list): Use while-no-input.
18266
18267 2005-08-15 Richard M. Stallman <rms@gnu.org>
18268
18269 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
18270 (flyspell-large-region): Fix doc and custom type.
18271
18272 2005-08-14 Richard M. Stallman <rms@gnu.org>
18273
18274 * files.el (interpreter-mode-alist): Doc fix.
18275
18276 * mail/rmail.el (rmail-nonignored-headers): New variable.
18277 (rmail-clear-headers): Use it.
18278 (rmail-reply): Better handling of mail-followup-to header.
18279
18280 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18281 Rename variable from sh-font-lock-keywords. In the `shell' entry,
18282 don't try to refer to executable-font-lock-keywords.
18283 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
18284 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
18285 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
18286 (sh-mode): Set comment-start-skip, local-abbrev-table,
18287 imenu-case-fold-search.
18288 (sh-set-shell): Don't set them here.
18289 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
18290 Don't cache the results in the original alist; don't ever modify
18291 that alist.
18292
18293 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
18294
18295 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
18296 empty.
18297
18298 2005-08-15 Andreas Schwab <schwab@suse.de>
18299
18300 * desktop.el: Put autoload cookie at risky-local-variable declarations.
18301
18302 * dired.el, info.el, mail/rmail.el: Revert last change.
18303
18304 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
18305
18306 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
18307 modification in `eval-after-load' form.
18308 * info.el: Likewise.
18309 * mail/rmail.el: Likewise.
18310
18311 2005-08-14 Juri Linkov <juri@jurta.org>
18312
18313 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18314 Remove highlighting of "Compilation started". Highlight only
18315 the word "finished" in "Compilation finished". Add highlighting
18316 of "interrupt", "killed", "terminated" and the exit code.
18317 (compilation-start): Add newline after header. Use exactly the
18318 same time stamp format as the finishing message.
18319 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
18320
18321 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
18322 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
18323 Add highlighting of "interrupt", "killed", "terminated".
18324
18325 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
18326 enabled and the current command is self-insert-command, call it
18327 explicitly with overwrite-mode bound to nil, to not allow it
18328 to delete the character after the selected region.
18329
18330 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
18331
18332 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
18333 move-end-of-line, end-of-line, and beginning-of-line to the list
18334 of commands after which the echo area is updated.
18335
18336 2005-08-12 Eli Zaretskii <eliz@gnu.org>
18337
18338 * cus-edit.el (custom-save-all, custom-save-delete):
18339 Bind recentf-exclude to exclude custom-file.
18340
18341 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
18342
18343 * mail/rmailsum.el (rmail-summary-end-of-message): New command
18344 to go to the bottom of the mail message. Added to
18345 `rmail-summary-mode-map' with key "/".
18346 (rmail-summary-show-message): New (internal) function for use by
18347 both `rmail-summary-beginning/end-of-message'.
18348 (rmail-summary-beginning-of-message): Change to use
18349 rmail-summary-show-message.
18350
18351 * mail/rmail.el (rmail-end-of-message): New command to go to the
18352 end of the current message. Added to `rmail-mode-map' with key "/".
18353 (rmail-beginning-of-message): Fix to work as documented.
18354 (rmail-mode): Change documentation.
18355
18356 * progmodes/compile.el (compilation-start): Add the line
18357 "Compilation started" with compilation start time.
18358 (compilation-mode-font-lock-keywords): Add `started' to keywords.
18359
18360 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
18361
18362 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
18363 of menu items.
18364
18365 2005-08-11 Richard M. Stallman <rms@gnu.org>
18366
18367 * simple.el (pop-global-mark): Reverse test of widen-automatically.
18368
18369 * battery.el (battery-status-function): Don't use ignore-errors.
18370
18371 2005-08-11 Lute Kamstra <lute@gnu.org>
18372
18373 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
18374 define-obsolete-variable-alias.
18375
18376 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
18377
18378 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
18379 (ange-ftp-send-cmd): Revert last change, and expand
18380 the comment explaining the problem.
18381
18382 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
18383
18384 * ldefs-boot.el: Update.
18385
18386 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
18387 item to "Time, Load and Mail". Change help echo text.
18388
18389 * time.el (display-time-use-mail-icon, display-time-format)
18390 (display-time-string-forms): Shorten first line of docstrings.
18391
18392 2005-08-10 Lars Hansen <larsh@soem.dk>
18393
18394 * desktop.el (desktop-buffer-mode-handlers):
18395 Make non-customizable. Add autoload cookie. Change initial value to
18396 nil; add elements in respective modules instead. Fix doc string.
18397 (desktop-load-file): New function.
18398 (desktop-minor-mode-handlers): New autoloaded variable.
18399 (desktop-create-buffer): Call minor mode handlers.
18400 Use desktop-load-file to load major and minor mode modules prior to
18401 checking for a handler.
18402 (desktop-save): Don't add nil to desktop-minor-modes for minor
18403 modes with nil function in desktop-minor-mode-table. Don't delete
18404 desktop file before rewriting it.
18405 (desktop-locals-to-save): Add autoload cookie. Don't make
18406 automatically buffer-local. Add variables column-number-mode,
18407 size-indication-mode, indent-tabs-mode,
18408 indicate-buffer-boundaries, indicate-empty-lines and
18409 show-trailing-whitespace.
18410 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
18411 regexps. Don't use desktop-clear-preserve-buffers-regexp.
18412 (desktop-clear-preserve-buffers-regexp): Delete.
18413 (desktop-clear-preserve-buffers): Update initial value and docstring.
18414 (desktop-save-buffer): Fix doc string.
18415
18416 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
18417 (hilit-chg-desktop-restore): New function.
18418 (highlight-changes-mode): Add highlight-changes-mode to
18419 desktop-locals-to-save.
18420
18421 * dired.el: Add handler to desktop-buffer-mode-handlers.
18422 (dired-restore-desktop-buffer): Remove autoload cookie.
18423 (dired-mode): Add autoload cookie.
18424
18425 * info.el: Add handler to desktop-buffer-mode-handlers.
18426 (Info-restore-desktop-buffer): Remove autoload cookie.
18427 (Info-mode): Add autoload cookie.
18428
18429 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
18430 (mh-restore-desktop-buffer): Remove autoload cookie.
18431 (mh-folder-mode): Add autoload cookie.
18432
18433 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
18434 (rmail-restore-desktop-buffer): Remove autoload cookie.
18435
18436 2005-08-11 Masatake YAMATO <jet@gyve.org>
18437
18438 * hexl.el (hexl-address-region):
18439 (hexl-ascii-region, hexl-font-lock-keywords):
18440 (hexl-highlight-line-range): Use the term "region"
18441 instead of "area" for consistency with the other symbols
18442 defined in hexl.el.
18443
18444 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
18445
18446 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
18447 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
18448 out by Juri Linkov). Add `display-battery-mode'.
18449
18450 2005-08-09 Juri Linkov <juri@jurta.org>
18451
18452 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18453 Remove `-text' from face variable names.
18454 (compilation-error-file-name, compilation-warning-file-name)
18455 (compilation-info-file-name): Delete faces.
18456 (compilation-line-number, compilation-column-number):
18457 Remove face underlining.
18458 (compilation-message-face): Set to `underline' value by default.
18459 (compilation-error-face, compilation-warning-face)
18460 (compilation-info-face): Remove `-file-name' from face names.
18461 (compilation-error-text-face, compilation-warning-text-face)
18462 (compilation-info-text-face): Delete face variables.
18463 (compilation-text-face): Delete function.
18464
18465 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
18466 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
18467 (grep-error-face): Set to `compilation-error' instead of
18468 `compilation-error-face' (which is redefined to `grep-hit-face' in
18469 grep buffers).
18470 (grep-mode-font-lock-keywords): Remove `-text' from face variable
18471 names. Use `grep-error-face' instead of `compilation-error-text-face'.
18472
18473 * dired-aux.el (dired-do-query-replace-regexp):
18474 Use `query-replace-read-args'.
18475
18476 * replace.el (query-replace-read-from, query-replace-read-to)
18477 (query-replace-read-args): Rename arg `string' to `prompt'.
18478
18479 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
18480
18481 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
18482
18483 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
18484 uploading files.
18485 (ange-ftp-canonize-filename): Handle file names beginning with ~
18486 correctly.
18487
18488 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18489
18490 * textmodes/fill.el (canonically-space-region)
18491 (fill-context-prefix, fill-french-nobreak-p)
18492 (fill-delete-newlines, fill-comment-paragraph)
18493 (justify-current-line): "?\ " -> "?\s".
18494
18495 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
18496
18497 * textmodes/fill.el (fill-nonuniform-paragraphs):
18498 Improve argument/docstring consistency.
18499
18500 2005-08-09 Richard M. Stallman <rms@gnu.org>
18501
18502 * textmodes/ispell.el (ispell-word): More fboundp checks.
18503
18504 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
18505 (find-file-noselect-1): Call it here, only if RAWFILE.
18506 (normal-mode): Always set some major mode.
18507 (save-some-buffers-action-alist): Change some explanation strings.
18508 (file-name-non-special): In the `quote' method, use unwind-protect.
18509
18510 2005-08-09 Magnus Henoch <mange@freemail.hu>
18511
18512 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
18513 (ispell-have-aspell-dictionaries): New variable.
18514 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
18515 (ispell-get-aspell-config-value): New function.
18516 (ispell-aspell-find-dictionary): New function.
18517 (ispell-aspell-add-aliases): New function.
18518 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
18519 appropriate. Don't look for ispell dictionaries if we use aspell.
18520 (ispell-menu-map): Don't build a submenu of dictionaries.
18521
18522 2005-08-09 Richard M. Stallman <rms@gnu.org>
18523
18524 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
18525 (sql-read-passwd): Use read-passwd.
18526
18527 * progmodes/idlw-toolbar.el (idlwave-toolbar)
18528 (idlwave-toolbar-is-possible): Add defvars.
18529
18530 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
18531 Avoid warnings.
18532
18533 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
18534 (idlwave-system-class-info, idlwave-executive-commands-alist):
18535 Use defvar.
18536
18537 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
18538
18539 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
18540 Avoid warnings.
18541
18542 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
18543 and content-type: headers.
18544
18545 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
18546
18547 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
18548 and rename some of them to be more self-explanatory.
18549
18550 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
18551
18552 * startup.el (command-line-1): Implement -scriptload.
18553
18554 * replace.el (occur-engine): Initial *Occur* output not undoable.
18555
18556 * menu-bar.el (menu-bar-file-menu): Rename some menu items
18557 and improve help strings.
18558
18559 * isearch.el (isearch-repeat): When changing direction,
18560 mark search successful.
18561
18562 * ediff-init.el: Use (featurep 'xemacs).
18563
18564 * comint.el (send-invisible): Identify buffer, if not selected.
18565
18566 * align.el: Delete autoload for c-guess-basic-syntax.
18567
18568 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18569
18570 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
18571 Improve argument/docstring consistency. Doc fixes.
18572 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
18573 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
18574 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
18575 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
18576 (r2bv-organization, r2bv-pages, r2bv-primary-author)
18577 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
18578 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
18579 Defvar at compile time.
18580
18581 2005-08-09 Juri Linkov <juri@jurta.org>
18582
18583 * info.el: Replace `info' with upper-case `Info' where appropriate.
18584 (info-title-1, info-title-2, info-title-3, info-title-4)
18585 (info-menu-header): Move up face definitions.
18586 (info-menu-star): Rename from `info-menu-5'.
18587 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
18588 (Info-fontify-visited-nodes): Fix docstring.
18589 (Info-hide-note-references): Fix docstring.
18590 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
18591 menu items in the same way as on cross-references.
18592 (info-apropos): Fix sorting order and formatting to be like in the
18593 stand-alone Info browser. Display error messages for 1 sec.
18594 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
18595 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
18596 from the menu bar.
18597 (Info-insert-dir): Restore point after calling
18598 `insert-buffer-substring'.
18599
18600 2005-08-08 Richard M. Stallman <rms@gnu.org>
18601
18602 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
18603 (recompute-lucid-menubar): Add defvars.
18604
18605 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
18606
18607 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
18608
18609 * net/net-utils.el (run-dig): Rename from `dig'.
18610
18611 * play/gametree.el (gametree-mode): Use make-local-variable,
18612 not make-variable-buffer-local.
18613
18614 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
18615
18616 * ansi-color.el (ansi-color-make-extent)
18617 (ansi-color-set-extent-face): Use fboundp, not functionp.
18618
18619 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
18620 not make-variable-buffer-local.
18621
18622 * bookmark.el (Info-current-file): Add defvar.
18623 (bookmark-jump-noselect): Use with-no-warnings.
18624
18625 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
18626
18627 * ebuff-menu.el (Helper-return-blurb): Add defvar.
18628
18629 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
18630
18631 * find-file.el (ada-procedure-start-regexp)
18632 (ada-package-start-regexp): Add defvars.
18633
18634 * info.el (Info-insert-dir): Use insert-buffer-substring.
18635
18636 * xml.el (xml-att-def-re): Add defvar.
18637
18638 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
18639 calling convention.
18640
18641 * subr.el (while-no-input): Return t if there is input.
18642
18643 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
18644
18645 * cus-start.el (all): Add `overflow-newline-into-fringe'.
18646
18647 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
18648
18649 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
18650 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
18651
18652 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
18653
18654 * cmuscheme.el (scheme-start-file): Replace reference to
18655 `user-emacs-directory' by "~/.emacs.d/".
18656
18657 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
18658
18659 * info.el (Info-dir-remove-duplicates): Avoid case folding
18660 in loop; instead, keep downcased strings for comparison.
18661 Suggested by Helmut Eller.
18662
18663 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
18664
18665 Sync with Tramp 2.0.50.
18666
18667 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
18668 XEmacs case; not necessary anymore.
18669 (tramp-user-regexp): Allow "@" as part of user name.
18670 (tramp-handle-set-visited-file-modtime)
18671 (tramp-handle-insert-file-contents)
18672 (tramp-handle-write-region): No special handling for
18673 `last-coding-system-used, because this is done in
18674 `tramp-accept-process-output' now.
18675 (tramp-accept-process-output): New defun.
18676 (tramp-process-one-action, tramp-process-one-multi-action)
18677 (tramp-wait-for-regexp, tramp-wait-for-output)
18678 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
18679 Howells <dhowells@redhat.com>.
18680 (clear-visited-file-modtime): Defadvice removed. The check for
18681 unset buffer's modtime does not need to be based on
18682 `tramp-buffer-file-attributes'. Suggested by RMS.
18683 (tramp-message): Insert "\n" if not being at beginning of line.
18684 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
18685 sequence with same logic.
18686 (tramp-completion-handle-expand-file-name): Discard call of
18687 `tramp-drop-volume-letter'. It is not necessary, and there have
18688 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
18689 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18690 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
18691 should always be visible.
18692 (tramp-handle-insert-directory, tramp-setup-complete)
18693 (tramp-set-process-query-on-exit-flag)
18694 (tramp-append-tramp-buffers): Pacify byte-compiler.
18695 (tramp-bug): Delete non-existing variables from list.
18696 Apply `tramp-load-report-modules' as pre-hook.
18697 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
18698 `shell-prompt-pattern' because of non-7bit characters.
18699 Reported by Sebastian Luque <sluque@mun.ca>.
18700 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
18701 (tramp-match-string-list): Remove function.
18702 (tramp-wait-for-regexp): Remove call of that function.
18703 Suggested by Kim F. Storm <storm@cua.dk>.
18704 (tramp-set-auto-save-file-modes): Use octal integer code #o600
18705 instead of octal character code ?\600. The latter resulted in a
18706 syntax error with XEmacs.
18707
18708 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
18709 XEmacs case; not necessary anymore.
18710 (tramp-smb-handle-write-region): No special handling for
18711 `last-coding-system-used, because this is done in
18712 `tramp-accept-process-output' now.
18713 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
18714
18715 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
18716
18717 * wid-edit.el (widget-choice-value-create):
18718 Unconditionally respect user choice. Set :explicit-choice back to nil
18719 when no longer needed.
18720 (widget-choice-action): Unconditionally respect user choice.
18721 Eliminate :explicit-choice-value.
18722
18723 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
18724
18725 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
18726 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
18727 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
18728 running new function `toggle-indicate-empty-lines'.
18729 Rename "Customize" item to "Customize fringe".
18730 Rename "Indicators" item to "Buffer boundaries" and change help echo.
18731 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
18732 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
18733 Delete "Empty lines only" item.
18734 (menu-bar-showhide-fringe-ind-customize): New function.
18735 (menu-bar-showhide-fringe-ind-mixed)
18736 (menu-bar-showhide-fringe-ind-box)
18737 (menu-bar-showhide-fringe-ind-right)
18738 (menu-bar-showhide-fringe-ind-left)
18739 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
18740 instead of `fringe-indicators'.
18741
18742 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18743
18744 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
18745 Change the date of last update.
18746
18747 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18748
18749 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
18750 (viper-exec-yank, viper-put-back): Don't display modification msg
18751 if in the minibuffer.
18752
18753 * viper-init.el (viper-replace-overlay-cursor-color)
18754 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
18755 Make variables frame local.
18756
18757 * viper-util.el (viper-append-filter-alist): Use append instead of
18758 nconc.
18759
18760 * viper.el (viper-vi-state-mode-list)
18761 (viper-emacs-state-mode-list): Move help-mode and
18762 completion-list-mode from the first list to the second.
18763 (viper-mode): Docstring.
18764 (viper-go-away, viper-non-hook-settings): Don't localize
18765 minor-mode-alist in newer Emacsen. Add advice to
18766 set-cursor-color. Don't bind "\C-c\\".
18767
18768 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
18769
18770 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
18771 (scheme-macro-expand-command): New user options.
18772 (scheme-trace-procedure, scheme-expand-current-form): New commands.
18773 (scheme-form-at-point, scheme-start-file)
18774 (scheme-interactively-start-process): New functions.
18775 (scheme-get-process): New function, extracted from `scheme-proc'.
18776 (run-scheme): Call `scheme-start-file' to get start file, and pass
18777 it to `make-comint'.
18778 (switch-to-scheme, scheme-proc):
18779 Call `scheme-interactively-start-process' if no Scheme buffer/process
18780 is available.
18781
18782 2005-08-06 Juri Linkov <juri@jurta.org>
18783
18784 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18785 Use `compilation-text-face', `compilation-info-text-face' and
18786 `compilation-error-text-face' instead of `font-lock-keyword-face'.
18787 (compilation-error): New face.
18788 (compilation-error-file-name): Inherit from
18789 `compilation-error' instead of `font-lock-warning-face'.
18790 (compilation-warning-file-name): Inherit from
18791 `compilation-warning' instead of `font-lock-warning-face'.
18792 (compilation-info, compilation-error-file-name)
18793 (compilation-warning-file-name, compilation-info-file-name)
18794 (compilation-line-number, compilation-column-number): Doc fix.
18795 (compilation-error-text-face, compilation-warning-text-face)
18796 (compilation-info-text-face): New face variables.
18797 (compilation-line-face, compilation-column-face)
18798 (compilation-enter-directory-face)
18799 (compilation-leave-directory-face): Doc fix.
18800 (compilation-text-face): New function.
18801
18802 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
18803 instead of 1 to display binary file names as info file links.
18804 (grep-error-face): Use `compilation-error-face' instead of
18805 `font-lock-keyword-face'.
18806 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
18807 and `compilation-warning-text-face' instead of
18808 `font-lock-keyword-face'. Use `compilation-error-text-face'
18809 instead of `grep-error-face'.
18810
18811 2005-08-05 Kenichi Handa <handa@m17n.org>
18812
18813 * international/code-pages.el: Add autoload cookies for all coding
18814 systems.
18815
18816 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
18817
18818 * cus-start.el (all): Put undo.c where it alphabetically belongs.
18819
18820 2005-08-04 Juri Linkov <juri@jurta.org>
18821
18822 * progmodes/compile.el (compilation-mode-map):
18823 * progmodes/grep.el (grep-mode-map):
18824 Bind TAB to `compilation-next-error' and [backtab] to
18825 `compilation-previous-error'.
18826
18827 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
18828 matching line numbers, column numbers and their ranges with regexp
18829 matching only line numbers.
18830 (grep-context-face): New face variable.
18831 (grep-mode-font-lock-keywords): Use it.
18832
18833 * faces.el (read-face-name): Delete duplicate faces.
18834
18835 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
18836
18837 * thumbs.el (thumbs-find-image): Don't make variables
18838 automatically buffer local.
18839 (thumbs-current-tmp-filename, thumbs-current-image-filename)
18840 (thumbs-image-num): Make automatically buffer local.
18841 (thumbs-show-thumbs-list): Use `make-local-variable', not
18842 `make-variable-buffer-local'.
18843 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
18844
18845 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
18846 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
18847 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
18848 (bother, bye, canyou, chatlst, continue, deathlst, describe)
18849 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
18850 (feelings-about, foullst, found, hello, history, howareyoulst)
18851 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
18852 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
18853 (neglst, obj, object, owner, please, problems, qlist)
18854 (random-adjective, relation, remlst, repetitive-shortness)
18855 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
18856 (shortlst, something, sportslst, stallmanlst, states, subj)
18857 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
18858 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
18859 Defvar at compile time.
18860
18861 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
18862 not `make-variable-buffer-local'.
18863
18864 2005-08-02 Kim F. Storm <storm@cua.dk>
18865
18866 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
18867 rectangle overlay in selected window.
18868
18869 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
18870
18871 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
18872 instead of display group. Make `indicate-buffer-boundaries'
18873 customizable through Custom.
18874
18875 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
18876
18877 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
18878 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
18879 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
18880 (gdb-put-string): Fix typos in docstrings.
18881
18882 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
18883
18884 Update copyright notices of files in progmodes directory for
18885 release of Emacs 22.1.
18886
18887 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
18888
18889 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
18890 Don't barf if the GUD buffer has been killed.
18891
18892 2005-08-01 Kim F. Storm <storm@cua.dk>
18893
18894 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
18895
18896 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
18897
18898 * simple.el (next-error-follow-minor-mode):
18899 make-variable-buffer-local -> make-local-variable.
18900
18901 * emacs-lisp/cl-extra.el: Require CL also when compiling.
18902
18903 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
18904 (byte-compile-form-make-variable-buffer-local): New functions to warn
18905 about misuses of make-variable-buffer-local where make-local-variable
18906 was meant.
18907
18908 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
18909
18910 * bs.el (bs-attributes-list): Doc fix.
18911 (bs): Update url-link.
18912
18913 * desktop.el (desktop-save-buffer): Fix typos in docstring.
18914 (desktop-load-default): Simplify.
18915
18916 * ibuffer.el (ibuffer-columnize-and-insert-list)
18917 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
18918 (ibuffer-unmark-all, ibuffer-toggle-marks)
18919 (ibuffer-unmark-forward, ibuffer-unmark-backward)
18920 (ibuffer-compile-make-format-form, ibuffer-format-column)
18921 (ibuffer-current-buffers-with-marks)
18922 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
18923 (ibuffer): Doc fix.
18924 (ibuffer-mode): Fix typo in docstring.
18925 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
18926 with `define-obsolete-variable-alias'.
18927 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
18928
18929 2005-07-29 Kenichi Handa <handa@m17n.org>
18930
18931 * international/mule-cmds.el (select-message-coding-system):
18932 Be sure to use LF for end-of-line. If no coding system is decided,
18933 return iso-8859-1-unix.
18934
18935 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
18936
18937 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
18938 (ange-ftp-pending-error-line): New vars.
18939 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
18940 to handle the non-fatal no-route-to-host messages.
18941 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
18942
18943 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
18944
18945 * isearch.el (isearch-mode-map, isearch-other-meta-char)
18946 (isearch-quote-char, isearch-printing-char)
18947 (isearch-text-char-description): "?\ " -> "?\s".
18948 (isearch-lazy-highlight-cleanup)
18949 (isearch-lazy-highlight-initial-delay)
18950 (isearch-lazy-highlight-interval)
18951 (isearch-lazy-highlight-max-at-a-time)
18952 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
18953 Declare with define-obsolete-*-alias macros.
18954 (isearch-forward): Fix typo in docstring.
18955 (search-invisible, search-ring-yank-pointer)
18956 (regexp-search-ring-yank-pointer): Doc fixes.
18957
18958 * recentf.el (recentf-menu-append-commands-p): Declare with
18959 `define-obsolete-variable-alias'.
18960 (recentf-max-saved-items, recentf-menu-filter)
18961 (recentf-arrange-by-rule-subfilter): Doc fixes.
18962 (recentf-menu-append-commands-flag)
18963 (recentf-initialize-file-name-history, recentf-expand-file-name)
18964 (recentf-clear-data): Fix typos in docstrings.
18965
18966 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
18967
18968 * progmodes/gdb-ui.el: Smarten comments.
18969 (gdb-info-breakpoints-custom): Use nowarn when finding file.
18970
18971 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18972
18973 * term/apollo.el (terminal-init-apollo): New function containing
18974 all former top level forms in the file.
18975 * term/bobcat.el (terminal-init-bobcat):
18976 * term/cygwin.el (terminal-init-cygwin):
18977 * term/iris-ansi.el (terminal-init-iris-ansi):
18978 * term/linux.el (terminal-init-linux):
18979 * term/news.el (terminal-init-news):
18980 * term/rxvt.el (terminal-init-rxvt):
18981 * term/sun.el (terminal-init-sun):
18982 * term/tvi970.el (terminal-init-tvi970):
18983 * term/vt100.el (terminal-init-vt100):
18984 * term/vt102.el (terminal-init-vt102):
18985 * term/vt125.el (terminal-init-vt125):
18986 * term/vt200.el (terminal-init-vt200):
18987 * term/vt201.el (terminal-init-vt201):
18988 * term/vt220.el (terminal-init-vt220):
18989 * term/vt240.el (terminal-init-vt240):
18990 * term/vt300.el (terminal-init-vt300):
18991 * term/vt320.el (terminal-init-vt320):
18992 * term/vt400.el (terminal-init-vt400):
18993 * term/vt420.el (terminal-init-vt420):
18994 * term/wyse50.el (terminal-init-wyse50):
18995 * term/xterm.el (terminal-init-xterm): Likewise.
18996
18997 * term/README: Describe the terminal-init-* functionality.
18998
18999 * startup.el (command-line): After loading the terminal initialization
19000 file call the corresponding terminal initialization function.
19001
19002 2005-07-27 Kenichi Handa <handa@m17n.org>
19003
19004 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
19005 negative.
19006
19007 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
19008 (ps-mule-composition-prologue): Fix for the case that
19009 RelativeCompose is false.
19010
19011 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19012
19013 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
19014
19015 * descr-text.el (describe-char): Handle the case where the list of
19016 chars is displayed in a separate frame.
19017 Be a bit more discriminating when looking for the char.
19018
19019 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
19020
19021 * bookmark.el (bookmark-automatically-show-annotations)
19022 (bookmark-read-annotation-text-func): Doc fixes.
19023 (bookmark-save): Improve argument/docstring consistency.
19024 (bookmark-get-bookmark, bookmark-get-bookmark-record)
19025 (bookmark-alist-from-buffer)
19026 (bookmark-upgrade-file-format-from-0)
19027 (bookmark-grok-file-format-version)
19028 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19029 (bookmark-read-annotation-mode)
19030 (bookmark-insert-current-bookmark, bookmark-jump)
19031 (bookmark-exit-hook): Fix typos in docstrings.
19032 (bookmark-exit-hooks): Define as obsolete alias.
19033 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
19034 not `bookmark-exit-hooks'. Fix docstring.
19035 (bookmark-bmenu-select): "?\ " -> "?\s".
19036
19037 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
19038
19039 * startup.el (command-line): Fix typo.
19040
19041 2005-07-24 Richard M. Stallman <rms@gnu.org>
19042
19043 * tooltip.el (tooltip-mode): Test emacs-basic-display,
19044 not emacs-quick-startup.
19045
19046 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
19047
19048 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
19049 (reb-next-match, reb-show-subexp): Use `with-selected-window'
19050 instead of `reb-with-current-window'.
19051 (reb-prev-match): Likewise. Also, don't move left if the search
19052 was unsuccessful.
19053 (reb-initialize-buffer): New function.
19054 (re-builder, reb-change-syntax): Use it.
19055
19056 * man.el (Man-goto-page): Make second argument NOERROR optional.
19057
19058 2005-07-23 Richard M. Stallman <rms@gnu.org>
19059
19060 * man.el (Man-bgproc-sentinel): Check here for failure to find
19061 any man page in the output, and report the error here.
19062 (Man-arguments): Make it permanent local.
19063 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
19064 (Man-mode): Pass t for NOERROR.
19065
19066 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
19067 (grep-mode-font-lock-keywords):
19068 Don't use compilation-...-face for messages that are not file names.
19069
19070 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19071 Don't use compilation-...-face for messages that are not file names.
19072
19073 2005-07-22 Juri Linkov <juri@jurta.org>
19074
19075 * startup.el (normal-splash-screen): Update menu name.
19076
19077 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
19078
19079 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19080
19081 * term/xterm.el: Load term/rxvt if the terminal is actually an
19082 rxvt terminal.
19083 (xterm-rxvt-set-background-mode): Remove, not used anymore.
19084
19085 * term/rxvt.el (function-key-map): Use substitute-key-definition
19086 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19087
19088 * term/cygwin.el: New file.
19089
19090 2005-07-22 Kim F. Storm <storm@cua.dk>
19091
19092 * image-file.el (insert-image-file, image-file-yank-handler):
19093 Fix last change to maintain a (unique) yank-handler on yanked images.
19094
19095 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
19096
19097 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
19098 of the file size (as in "177B" for 177 bytes). This happens with
19099 "ls -lh" on FreeBSD.
19100
19101 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
19102
19103 * hilit-chg.el (highlight-changes-global-initial-state)
19104 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
19105 (hilit-chg-fixup, highlight-changes-mode):
19106 Fix typos in docstrings.
19107 (highlight-changes-global-modes, highlight-changes-rotate-faces):
19108 Doc fixes.
19109
19110 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
19111
19112 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
19113 mode function using `eval-after-load'.
19114
19115 2005-07-21 Kim F. Storm <storm@cua.dk>
19116
19117 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
19118 included when reporting an Emacs crash, and tell about the DEBUG file.
19119
19120 * image-file.el (insert-image-file): Add yank-handler.
19121 (image-file-yank-handler): Yank handler to make unique copies of
19122 images when they are yanked into a buffer next to each other.
19123
19124 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
19125
19126 * comint.el (comint-use-prompt-regexp, comint-send-input)
19127 (comint-source-default, comint-extract-string)
19128 (comint-get-source, comint-word, comint-completion)
19129 (comint-source, comint-prompt-read-only, comint-update-fence):
19130 Fix typos in docstrings.
19131 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
19132 Declare with define-obsolete-*-alias macros.
19133 (comint-previous-matching-input-from-input)
19134 (comint-next-matching-input-from-input)
19135 (comint-previous-matching-input, comint-next-matching-input)
19136 (comint-forward-matching-input):
19137 Improve argument/docstring consistency.
19138
19139 * desktop.el (desktop-clear-preserve-buffers-regexp):
19140 Also preserve the *server* buffer.
19141
19142 * simple.el (clone-indirect-buffer): Doc fix.
19143 (fixup-whitespace, just-one-space)
19144 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
19145 (next-error, next-error-highlight)
19146 (next-error-highlight-no-select, next-error-last-buffer)
19147 (next-error-buffer-p, next-error-find-buffer, next-error)
19148 (previous-error, next-error-no-select, previous-error-no-select)
19149 (open-line, split-line, minibuffer-prompt-width, kill-new)
19150 (binary-overwrite-mode): Fix typos in docstrings.
19151 (set-fill-column): Fix typo in message.
19152
19153 * skeleton.el (skeleton-proxy-new): Doc fix.
19154
19155 * strokes.el (strokes-load-hook): Doc fix.
19156 (strokes-grid-resolution, strokes-get-grid-position)
19157 (strokes-renormalize-to-grid, strokes-read-stroke)
19158 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
19159 (strokes-global-map): Fix typos in docstrings.
19160 (strokes-help): Doc fix. Fix help message and pass it through
19161 `substitute-command-keys'.
19162
19163 * tempo.el (tempo-insert-prompt, tempo-interactive)
19164 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
19165 (tempo-insert-string-functions, tempo-local-tags)
19166 (tempo-define-template, tempo-insert-template)
19167 (tempo-insert-prompt-compat, tempo-is-user-element)
19168 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
19169 Fix typos in docstrings.
19170
19171 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
19172 (vcursor-key-bindings, vcursor-use-vcursor-map)
19173 (vcursor-find-window, vcursor-scroll-down)
19174 (vcursor-disable, vcursor-beginning-of-buffer)
19175 (vcursor-end-of-buffer): Fix typos in docstrings.
19176 (vcursor-relative-move, vcursor-get-char-count):
19177 Improve argument/docstring consistency.
19178
19179 * version.el: "?\ " -> "?\s".
19180
19181 * wid-edit.el (widget-default-create, widget-after-change)
19182 (widget-default-format-handler, widget-checklist-add-item)
19183 (widget-radio-add-item, widget-choose, widget-specify-secret)
19184 (widget-field-value-create, widget-field-value-get)
19185 (widget-editable-list-format-handler)
19186 (widget-editable-list-entry-create, widget-group-value-create)
19187 (widget-documentation-link-add)
19188 (widget-documentation-string-value-create): "?\ " -> "?\s".
19189 (widget-convert-text): Doc fix.
19190 (widget-narrow-to-field, widget-field-find)
19191 (widget-url-link-action, widget-emacs-library-link-action)
19192 (widget-color-notify): Fix typos in docstrings.
19193
19194 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
19195 (x-select-text, set-w32-system-coding-system)
19196 (w32-add-charset-info): Fix typos in docstrings.
19197
19198 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
19199 (cua-enable-cua-keys, cua-use-hyper-key)
19200 (cua-virtual-rectangle-edges): Fix typos in docstrings.
19201 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
19202
19203 * net/tramp.el (tramp-handle-load): Fix typo in error message.
19204
19205 * emacs-lisp/re-builder.el (regexp-builder): Declare with
19206 `defalias' instead of faking it.
19207
19208 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
19209 (eshell-ls-missing, eshell-ls-dired-initial-args)
19210 (eshell-ls-use-in-dired): Fix typos in docstrings.
19211
19212 2005-07-20 Kim F. Storm <storm@cua.dk>
19213
19214 * emulation/cua-base.el (cua-mode): Improve doc string.
19215
19216 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
19217
19218 * abbrev.el (expand-region-abbrevs): Doc fix.
19219 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
19220 Improve argument/docstring consistency.
19221
19222 * arc-mode.el (archive-get-descr, archive-alternate-display):
19223 Doc fixes.
19224 (archive-l-e): Improve argument/docstring consistency.
19225 (archive-tmpdir, archive-unixdate, archive-unixtime)
19226 (archive-chmod-entry): Fix typos in docstrings.
19227 (archive-unflag, archive-unflag-backwards)
19228 (archive-unmark-all-files): "?\ " -> "?\s".
19229
19230 * buff-menu.el (Buffer-menu-unmark): Doc fix.
19231 (Buffer-menu-not-modified, Buffer-menu-execute)
19232 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
19233 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
19234
19235 * composite.el (compose-string, encode-composition-rule)
19236 (compose-last-chars): Fix typos in docstrings.
19237
19238 * desktop.el (desktop-enable, desktop-basefilename):
19239 Declare with `define-obsolete-variable-alias'.
19240 (desktop-internal-v2s): Don't quote keywords.
19241 (desktop-clear): "?\ " -> "?\s".
19242
19243 * dired.el (dired-align-file, dired-flag-backup-files)
19244 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
19245 (dired-listing-switches, dired-ls-F-marks-symlinks)
19246 (dired-dwim-target, dired-load-hook, dired-mode-hook)
19247 (dired-directory, dired-faces, dired, dired-revert)
19248 (dired-mode, dired-summary, dired-view-file)
19249 (dired-copy-filename-as-kill, dired-delete-file)
19250 (dired-no-confirm, dired-unmark-all-marks)
19251 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
19252 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
19253 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
19254 Fix typos in message strings.
19255
19256 * dired-x.el (virtual-dired): Declare with `defalias'.
19257 (dired-mark-unmarked-files, dired-local-variables-file)
19258 (dired-omit-here-always): Doc fix.
19259 (dired-omit-mode, dired-find-subdir)
19260 (dired-enable-local-variables, dired-clean-up-buffers-too)
19261 (dired-extra-startup, dired-mark-extension, dired-jump)
19262 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
19263 (dired-smart-shell-command, dired-guess-shell-alist-user)
19264 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
19265 (dired-x-bind-find-file, dired-x-submit-report):
19266 Fix typos in docstrings.
19267 (dired-mark-unmarked-files): "?\ " -> "?\s".
19268
19269 * dirtrack.el (dirtrack-list): Fix typos in docstring.
19270
19271 * faces.el (describe-face): "?\ " -> "?\s".
19272 (read-all-face-attributes, read-face-font, modify-face)
19273 (face-attr-construct, italic): Fix typos in docstrings.
19274 (frame-update-face-colors): Declare with
19275 `define-obsolete-function-alias'.
19276
19277 * files.el (find-file-noselect, recode-file-name): Doc fixes.
19278 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
19279 (magic-mode-alist, buffer-file-numbers-unique)
19280 (write-file-functions, get-free-disk-space):
19281 Fix typos in docstrings.
19282 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
19283 (write-contents-hooks, write-file-hooks):
19284 Declare with `define-obsolete-variable-alias'.
19285
19286 * forms-d2.el (arch-rj): Fix typo in docstrings.
19287 (arch-tocol): Likewise. "?\ " -> "?\s".
19288
19289 * frame.el (set-frame-font, cursor-in-non-selected-windows):
19290 Fix typo in docstring.
19291 (set-screen-width, set-screen-height): Delete redundant info in
19292 doctrings.
19293 (new-frame, screen-height, screen-width): Declare with
19294 `define-obsolete-function-alias'.
19295 (delete-frame-hook, blink-cursor): Declare with
19296 `define-obsolete-variable-alias'.
19297
19298 * paths.el (prune-directory-list): Fix typos in docstring.
19299
19300 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
19301 (cvs-prefix-get): Fix typos in docstrings.
19302
19303 * ps-print.el (ps-extend-face-list, ps-extend-face)
19304 (ps-print-background-image): Fix typos in docstrings.
19305 (ps-default-fg, ps-default-bg): Doc fixes.
19306
19307 * s-region.el (s-region-bind): Doc fix.
19308 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
19309
19310 * textmodes/org.el (org-table-formula-substitute-names)
19311 (org-table-get-vertical-vector): Doc fixes.
19312 (org-table-recalculate): Remove unused argument to `message'.
19313
19314 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
19315
19316 * textmodes/org.el (org-table-column-names)
19317 (org-table-column-name-regexp)
19318 (org-table-named-field-locations): New variables.
19319 (org-archive-subtree): Protect `this-command' when calling
19320 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
19321 the kill buffer.
19322 (org-complete): Remove fixed-formula completion.
19323 (org-edit-formulas-map): New variable.
19324 (org-table-edit-formulas): New command.
19325 (org-finish-edit-formulas, org-abort-edit-formulas)
19326 (org-show-variable, org-table-get-vertical-vector): New functions.
19327 (org-table-maybe-eval-formula): Handle `:=' fields.
19328 (org-table-get-stored-formulas, org-table-store-formulas)
19329 (org-table-get-formula, org-table-modify-formulas)
19330 (org-table-replace-in-formulas): Handle named field formulas.
19331 (org-table-get-specials): Store locations of named fields.
19332
19333 2005-07-19 Juri Linkov <juri@jurta.org>
19334
19335 * progmodes/grep.el (grep-regexp-alist)
19336 (grep-mode-font-lock-keywords, grep-process-setup):
19337 Use default GNU grep match color "01;31m" instead of "01;41m".
19338 (grep-regexp-alist, grep-mode-font-lock-keywords):
19339 Use `\\[[0-9]*m' instead of `\\[00m'.
19340 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
19341 sgr_start where its handling is more important. Use the real
19342 length of sgr_start instead of constant 8.
19343 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
19344 specially. Delete all remaining escape sequences.
19345 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
19346 (grep-regexp-alist): Make hyperlink only for binary file name
19347 instead of the whole line.
19348 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
19349 (grep-mode): Add autoload.
19350
19351 * emacs-lisp/find-func.el (find-function-regexp):
19352 Add `define-compilation-mode'.
19353
19354 2005-07-19 Juri Linkov <juri@jurta.org>
19355
19356 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
19357 (compare-windows-sync-string-size, compare-windows-recenter)
19358 (compare-windows-highlight, compare-windows): Add version 22.1.
19359 (compare-windows) <defface>: Inherit from lazy-highlight instead
19360 of duplicating its default value.
19361
19362 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
19363 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
19364
19365 * descr-text.el (describe-char): Create link buttons for `charset'
19366 and `code point'. Add the current input method name with a link
19367 button to `to input' field. Print face names of display table
19368 characters in `The display table entry is displayed by' section
19369 instead of printing face-id in the `display' field.
19370 Guess hardcoded faces and create a link button for them.
19371 Skip empty fields when calculating max-width.
19372 Treat `widget-create' specially while inserting strings from the
19373 collected field list.
19374 (describe-char-after): Made obsolete in version 22.1, not 21.5.
19375
19376 * diff-mode.el (diff-file-header): Change foreground color from
19377 yellow to green on light backgrounds.
19378 (diff-context): Inherit from `shadow' only for color/grayscale
19379 with more than 88 colors.
19380 (diff-indicator-removed, diff-indicator-added)
19381 (diff-indicator-changed): New faces.
19382 (diff-font-lock-keywords): Use new faces. Regroup rules.
19383 Add "^---$" for `normal' diff format. Fontify `#' lines with
19384 font-lock-comment-delimiter-face and font-lock-comment-face.
19385 Add `#' to ^[^...] in the rule for `diff-context-face'.
19386
19387 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
19388 a button-like box. Inherit from `highlight' on low colors.
19389 (shadow): Use shades of gray only for color/grayscale with
19390 more than 88 colors. Use green for light backgrounds with
19391 8 colors, and yellow for dark backgrounds with 8 colors.
19392
19393 * font-lock.el (font-lock-regexp-grouping-backslash):
19394 Don't inherit from escape-glyph (use bold for all cases).
19395
19396 * info.el (info-xref-visited): Use light foreground color `violet'
19397 for dark backgrounds instead of dark color `magenta3'.
19398 (info-title-1): Use `yellow' color for dark backgrounds.
19399
19400 * isearch.el (isearch): Use not-too-dark magenta3 instead of
19401 too-light magenta2.
19402
19403 * replace.el (match): Use slightly more light RoyalBlue3 instead
19404 of dark RoyalBlue4.
19405
19406 * wid-edit.el (widget-inactive): Inherit from `shadow'.
19407
19408 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
19409
19410 * novice.el (disabled-command-hook): Declare it with
19411 `define-obsolete-variable-alias'.
19412
19413 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
19414 (desktop-buffer-misc-functions, desktop-buffer-handlers)
19415 (desktop-load-default): Add release to obsolescence info.
19416 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
19417 (desktop-append-buffer-args, desktop-read):
19418 Fix typos in docstrings.
19419 (desktop-kill): Fix typo in message.
19420 (desktop-save): Doc fix.
19421
19422 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
19423
19424 * viper-cmd.el (viper-escape-to-state): Bug fix.
19425 (viper-envelop-ESC-key): Change the definition of fast
19426 keysequence so it'll work with keyboard macros.
19427
19428 * ediff.el (ediff-patch-buffer): Change the docstring.
19429
19430 2005-07-19 Kenichi Handa <handa@m17n.org>
19431
19432 * international/mule-cmds.el (select-safe-coding-system): Try to
19433 use an auto-coding (if any) before anything else. If the found
19434 auto-coding is invalid, show a warning message.
19435
19436 * international/mule.el (find-auto-coding): New function created
19437 by modifying the body of set-auto-coding.
19438 (set-auto-coding): Use find-auto-coding to find a coding.
19439
19440 2005-07-18 Richard M. Stallman <rms@gnu.org>
19441
19442 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
19443 not isearch-mode-end-hook-error.
19444 (allout-before-change-protect): Fix error message.
19445
19446 2005-07-18 Juri Linkov <juri@jurta.org>
19447
19448 * allout.el (allout-mode):
19449 * calculator.el (calculator-copy):
19450 * custom.el (custom-known-themes):
19451 * dired.el (dired-desktop-buffer-misc-data)
19452 (dired-restore-desktop-buffer):
19453 * dired-x.el (dired-omit-marker-char):
19454 * files.el (basic-save-buffer):
19455 * font-core.el (font-lock-mode):
19456 * calendar/calendar.el (calendar-goto-hebrew-date)
19457 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
19458 (calendar-goto-persian-date):
19459 * language/ethio-util.el (ethio-sera-to-fidel-region):
19460 * textmodes/picture.el (picture-mode):
19461 Delete duplicate duplicate words.
19462
19463 2005-07-18 Juri Linkov <juri@jurta.org>
19464
19465 * isearch.el (isearch-mode-map): Remove key bindings for regexp
19466 chars * ? } |.
19467 (isearch-fallback): Don't call `isearch-process-search-char'.
19468 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
19469 (isearch-process-search-char): Call `isearch-fallback' for regexp
19470 chars * ? } |.
19471 (isearch-return-char): Make obsolete with `make-obsolete' instead
19472 of simply documenting it as obsolete in the docstring.
19473 (isearch-fallback): Refill docstring.
19474
19475 * international/isearch-x.el
19476 (isearch-process-search-multibyte-characters): Remove unneeded
19477 `concat'. Add intermediate values to `junk-hist' instead of
19478 `minibuffer-history'. Test the length of `str'.
19479
19480 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
19481
19482 * allout.el (allout-resolve-xref): Fix typos in error strings.
19483 (allout-before-change-protect): Remove unneeded `concat'.
19484
19485 * array.el (array-mode, array-reconfigure-rows)
19486 (untabify-backward): Fix typos in docstrings.
19487 (array-reconfigure-rows): Use `insert-buffer-substring', not
19488 `insert-buffer'.
19489
19490 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
19491 * progmodes/ada-mode.el (ada-make-body):
19492 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
19493
19494 * dired.el (dired-log):
19495 * tar-mode.el (tar-subfile-save-buffer):
19496 * play/zone.el (zone-pgm-stress-destress):
19497 Use `insert-buffer-substring', not `insert-buffer'.
19498
19499 2005-07-17 Simon Josefsson <jas@extundo.com>
19500
19501 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
19502
19503 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
19504
19505 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
19506 Add plain auth method.
19507 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
19508
19509 2005-07-17 Kim F. Storm <storm@cua.dk>
19510
19511 * ido.el (dired-other-window): Add ido property.
19512
19513 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
19514
19515 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19516 Fix typo in docstring.
19517 (byte-compile-interactive-only-functions): Add `insert-buffer' and
19518 `insert-file-literally'.
19519
19520 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
19521 info and delete redundant message. Doc fix.
19522 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
19523 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
19524
19525 2005-07-16 Richard M. Stallman <rms@gnu.org>
19526
19527 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
19528 (byte-compile-and): Use byte-compile-and-recursion.
19529 (byte-compile-or-recursion): New function.
19530 (byte-compile-or): Use that.
19531 (byte-compile-if): Guard the else-clause too.
19532 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
19533
19534 * isearch.el (isearch-mode-end-hook-quit): New variable.
19535 (isearch-done): Bind it.
19536 (isearch-mode-end-hook): Doc fix.
19537
19538 * allout.el (allout-isearch-did-quit): Variable deleted.
19539 (allout-real-isearch-abort): Function name no longer used.
19540 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
19541 (allout-isearch-rectification): isearch-mode always exists.
19542 Don't set allout-isearch-did-quit.
19543 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
19544 allout-isearch-did-quit.
19545 (allout-enwrap-isearch): Just add the hook.
19546 (allout-isearch-abort): Function deleted.
19547 (allout-pre-command-business): Avoid warning.
19548
19549 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
19550 Correctly avoid warnings.
19551 (pascal-outline): Likewise.
19552
19553 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
19554
19555 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
19556
19557 * play/tetris.el (tetris-mode): Avoid warning.
19558
19559 * play/snake.el (snake-mode): Avoid warning.
19560
19561 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
19562 (gamegrid-set-display-table): Avoid warning.
19563 (gamegrid-set-timer): Likewise.
19564 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
19565 (gamegrid-add-score-with-update-game-score-1): Take FILE
19566 as argument.
19567 (gamegrid-add-score-with-update-game-score): Pass that argument.
19568 Rename have-shared-game-dir to gamegrid-shared-game-dir.
19569
19570 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
19571
19572 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
19573 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
19574
19575 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
19576 and insert-file.
19577
19578 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
19579 (sc-ask): Avoid warnings.
19580
19581 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
19582 (eshell-hist-initialize): Use that var the natural way.
19583
19584 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
19585
19586 * emacs-lisp/re-builder.el (reb-cook-regexp):
19587 Avoid warning calling lre-compile-string.
19588 (reb-color-display-p): Avoid warning.
19589
19590 * calculator.el (calculator-last-input): Guard uses
19591 of event-key and key-press-event-p.
19592 (event-key, key-press-event-p): Delete definitions.
19593
19594 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
19595 (find-gc-source-directory, find-gc-subrs-callers)
19596 (find-gc-noreturn-list, find-gc-source-files)
19597 (find-gc-subrs-called): Vars renamed and defvar'd.
19598
19599 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
19600 (checkdoc-overlay-put, checkdoc-delete-overlay)
19601 (checkdoc-overlay-start, checkdoc-overlay-end)
19602 (checkdoc-mode-line-update, checkdoc-char=):
19603 Define such that compiler knows they are defined.
19604 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
19605 (checkdoc-read-event): Delete. Use read-event directly.
19606
19607 * whitespace.el (whitespace-make-overlay)
19608 (whitespace-overlay-put, whitespace-delete-overlay)
19609 (whitespace-overlay-start, whitespace-overlay-end):
19610 Define such that compiler knows they are defined.
19611 (whitespace): Move conditional inside.
19612
19613 * tempo.el (tempo-insert-template): Suppress warning.
19614
19615 * ediff-diff.el (longlines-mode): Add defvar.
19616
19617 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
19618
19619 * server.el: Bind "C-x #" in a way that works even if C-x is
19620 redefined to a command key, not a prefix key.
19621
19622 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19623
19624 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
19625 cl-make-type-test till execution time.
19626
19627 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
19628
19629 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
19630 arg ARG and use it.
19631
19632 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19633
19634 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
19635
19636 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
19637
19638 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19639 a defcustom with two :set or :type keywords.
19640
19641 2005-07-15 Richard M. Stallman <rms@gnu.org>
19642
19643 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19644 Don't give ^M comment-end syntax.
19645
19646 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
19647
19648 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
19649 Don't consider gdbmi (gdb-mi.el has its own update functions).
19650 (gdb-var-delete): Make it work for gdbmi as well.
19651 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
19652
19653 * progmodes/gud.el (etags, sdb): Only require etags when needed.
19654 (gud-speedbar-menu-items): Correct logic for enabling items.
19655
19656 2005-07-15 Kim F. Storm <storm@cua.dk>
19657
19658 * ido.el: Fix commentary.
19659 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
19660 Use with-no-warnings around ffap-guesser.
19661 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
19662 Let bind minibuffer-completing-file-name to t.
19663
19664 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
19665
19666 * startup.el (site-run-file, keyboard-type): Doc fixes.
19667 (command-line): Check for "--basic-display" argument; also for
19668 "--quick", not "--bare-bones" (which was renamed).
19669 (fancy-splash-text): Add missing item "Getting New Versions".
19670 (normal-splash-screen): Fix typos and improve consistency with
19671 `fancy-splash-text'. Update copyright year.
19672
19673 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
19674 valid binding for `help-char'.
19675
19676 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
19677
19678 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
19679
19680 * term.el (term-mode): Disable cua-mode for term buffers.
19681
19682 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
19683
19684 * add-log.el (add-log-mailing-address, change-log-merge):
19685 Doc fixes.
19686 (change-log-get-method-definition): Fix typo in docstring.
19687
19688 2005-07-14 Kim F. Storm <storm@cua.dk>
19689
19690 * emulation/cua-base.el:
19691 (cua--pre-command-handler-1, cua--pre-command-handler)
19692 (cua--post-command-handler-1, cua--post-command-handler):
19693 Split in two. Check (buffer local) value of cua-mode.
19694 (cua-selection-mode): New command.
19695
19696 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
19697
19698 * custom.el (custom-initialize-safe-set)
19699 (custom-initialize-safe-default): Doc fixes.
19700
19701 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19702 and simplify :init-value again.
19703
19704 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19705 and simplify :init-value again. Delete autoload.
19706
19707 * startup.el (command-line): Use `custom-reevaluate-setting' again
19708 for tooltip-mode.
19709
19710 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19711 a defcustom with two :initialize keywords.
19712
19713 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
19714
19715 * allout.el (my-mark-marker, allout-isearch-prior-pos)
19716 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
19717 (allout-post-command-business, allout-flag-region)
19718 (isearch-reenable-font-lock, allout-yank)
19719 (allout-insert-latex-header, allout-insert-latex-trailer)
19720 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
19721 (allout-latex-verb-quote): Fix typos in docstrings.
19722 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
19723 (allout-unprotected, allout-prefix-data):
19724 Improve argument/docstring consistency.
19725 (allout-chart-subtree): Fix argument spec.
19726 (allout-open-topic): Rename `use_sib_bullet' argument to
19727 `use-sib-bullet'. Doc fix.
19728
19729 * whitespace.el (whitespace-check-buffer-leading)
19730 (whitespace-check-buffer-trailing)
19731 (whitespace-check-buffer-indent)
19732 (whitespace-check-buffer-spacetab)
19733 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
19734 (whitespace-check-leading-whitespace)
19735 (whitespace-check-trailing-whitespace)
19736 (whitespace-check-spacetab-whitespace)
19737 (whitespace-check-indent-whitespace)
19738 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
19739 (whitespace-modes): Fix typos in docstrings.
19740 (defgroup, defcustom): Doc fixes.
19741
19742 * winner.el (winner-mode, winner-boring-buffers)
19743 (winner-pending-undo-ring): Doc fixes.
19744 (winner-ring): Remove unneeded `progn'.
19745 (winner-equal): `defsubst' it.
19746 (winner-redo): Fix message.
19747
19748 2005-07-13 Kim F. Storm <storm@cua.dk>
19749
19750 * simple.el (line-move-1): Always use vertical-motion to
19751 do the last (or only) line move to ensure some movement.
19752 Undo 2005-06-23 change--don't check for overlays.
19753
19754 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19755
19756 * term/mac-win.el (ccl-encode-mac-roman-font)
19757 (ccl-encode-mac-centraleurroman-font)
19758 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
19759 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
19760 Change charset-id boundary of dimension to ?\xef.
19761 (mac-char-fontspec-list): New constant.
19762 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
19763 argument. Nil uses itself as family in font-spec. Previous
19764 behavior for nil is now provided by non-nil non-string argument.
19765 All callers changed. Add font-specs for Mac fonts to
19766 "fontset-default" unless iso8859-1 fonts are installed.
19767
19768 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19769
19770 * progmodes/sh-script.el (sh-get-indent-info): Only indent
19771 a continuation line if the \ is preceded by SPC or TAB.
19772 (sh-get-indent-info): Simplify.
19773 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
19774 Use with-current-buffer.
19775
19776 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
19777 when the matched text is empty.
19778
19779 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
19780
19781 * startup.el (command-line): Revert to previous handling of
19782 tooltip-mode. Explain in comment why the complexity is needed.
19783
19784 * tooltip.el (tooltip-mode): Revert to previous implementation of
19785 its defcustom.
19786
19787 * frame.el (blink-cursor-mode): Revert to previous implementation
19788 of its defcustom. Update comment.
19789
19790 2005-07-12 Lars Hansen <larsh@soem.dk>
19791
19792 * desktop.el: Update e-mail address.
19793
19794 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19795
19796 * term/mac-win.el (mac-services-mail-selection)
19797 (mac-services-mail-to): New functions.
19798 (mac-application-menu-map): Bind them.
19799
19800 2005-07-12 wulei <milton@wulei.net> (tiny change)
19801
19802 * progmodes/gdb-ui.el: Add note about buffering with Windows.
19803
19804 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
19805
19806 * custom.el (custom-reevaluate-setting): Doc fix.
19807
19808 2005-07-11 Jay Belanger <belanger@truman.edu>
19809
19810 * calc/calc.el (calc-embedded-announce-formula-alist)
19811 (calc-embedded-open-close-plain-alist)
19812 (calc-embedded-open-close-mode-alist): Add checks for additional
19813 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
19814
19815 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
19816
19817 * custom.el (custom-enable-theme): Don't add theme to
19818 `custom-enabled-themes' with `push' because there is no
19819 setf-method for `delq'.
19820
19821 2005-07-11 Richard M. Stallman <rms@gnu.org>
19822
19823 * custom.el (custom-declare-variable): Doc fix.
19824
19825 * dired-aux.el (dired-compare-directories): Remove "." and ".."
19826 from the alists.
19827
19828 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
19829 Do nothing if edebug-active.
19830
19831 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
19832 (edebug-display): Do it here instead.
19833
19834 2005-07-10 Richard M. Stallman <rms@gnu.org>
19835
19836 * cus-face.el (custom-theme-set-faces): Make it work.
19837 (custom-reset-faces): Doc fix.
19838 (custom-theme-reset-internal-face, custom-theme-face-value):
19839 Functions deleted.
19840
19841 * custom.el (custom-push-theme): Maintain list of the settings
19842 of a given theme in its theme-settings property.
19843 Maintain position of old settings in the theme-value
19844 or theme-face property.
19845 (custom-enabled-themes): New variable.
19846 (custom-theme-enabled-p): New function.
19847 (provide-theme): Update custom-enabled-themes.
19848 Disable and reenable the `user' theme.
19849 (require-theme): Doc fix.
19850 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
19851 (custom-theme-value, custom-theme-variable-value): Likewise.
19852 (custom-theme-reset-internal): Likewise.
19853 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
19854 (custom-enable-theme, custom-disable-theme): New functions.
19855 (custom-variable-theme-value, custom-face-theme-value): Likewise.
19856 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
19857 (custom-theme-reset-variables): Simplify.
19858 (deftheme, custom-declare-theme, custom-make-theme-feature):
19859 Definitions moved.
19860
19861 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
19862
19863 * longlines.el (longlines-show-region)
19864 (longlines-unshow-hard-newlines): Recognize hard newlines by
19865 non-nil hard property, instead of t.
19866
19867 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
19868
19869 * viper-cmd.el (viper--key-maps): New variable.
19870 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
19871 emulation-mode-map-alists.
19872 (viper-envelop-ESC-key): Use viper-subseq.
19873 (viper-search-forward/backward/next): Disable debug-on-error.
19874
19875 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19876 (viper-ESC-key): New defcustoms.
19877
19878 * viper-macs.el (ex-map-read-args): Use viper-subseq.
19879
19880 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
19881 (viper-subseq): Copy of subseq from cl.el.
19882
19883 * viper.el (viper-go-away, viper-set-hooks): Use
19884 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
19885
19886 * viper-mous.el (viper-current-frame-saved): Use defvar.
19887
19888 * viper-init.el: Get rid of -face in face names.
19889
19890 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
19891 Make it work with longlines mode
19892
19893 * ediff-mult.el (ediff-meta-mode-hook): New variable.
19894
19895 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
19896
19897 * ediff-init.el: Get rid of -face in face names.
19898
19899 2005-07-10 Richard M. Stallman <rms@gnu.org>
19900
19901 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
19902 and with-timeout-unsuspend.
19903
19904 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
19905 and with-timeout-unsuspend.
19906
19907 * emacs-lisp/timer.el (with-timeout-timers): New variable.
19908 (with-timeout): Bind that variable to record timers.
19909 (with-timeout-suspend, with-timeout-unsuspend): New functions.
19910
19911 * emacs-lisp/debug.el (debug-help-follow): New function.
19912 (debugger-mode-map): Use that instead of help-follow.
19913 (debugger-setup-buffer): Use eval-buffer-list
19914 to handle eval-buffer frames.
19915
19916 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
19917
19918 * timezone.el (timezone-parse-date): Change first regexp
19919 so it will not mistakenly match dates with no time zone.
19920
19921 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
19922
19923 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
19924
19925 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
19926
19927 * custom.el (custom-initialize-safe-set)
19928 (custom-initialize-safe-default): New functions.
19929
19930 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19931 and simplify :init-value.
19932
19933 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19934 and simplify :init-value. Delete obsolete comment.
19935
19936 * startup.el (command-line): Use `custom-reevaluate-setting' to
19937 handle `tooltip-mode'. Delete obsolete comment.
19938
19939 * files.el (set-visited-file-name): Avoid calling
19940 `file-name-nondirectory' with a nil argument.
19941
19942 2005-07-09 Richard M. Stallman <rms@gnu.org>
19943
19944 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
19945 was called with nil for the buffer, handle the read position right.
19946 Handle read position for eval-region, too.
19947
19948 2005-07-09 Juri Linkov <juri@jurta.org>
19949
19950 * fringe.el (fringe-mode): Add period in docstring.
19951 (fringe-query-style): Build prompt depending on `all-frames' arg.
19952
19953 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
19954 to not create links to unrelated functions in the Help buffer.
19955
19956 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
19957 Doc fix.
19958
19959 * simple.el (next-error-hook): New variable.
19960 (next-error): Use it. Doc fix.
19961
19962 * textmodes/ispell.el (ispell-command-loop): Add current
19963 dictionary name and program name to mode-line-format.
19964 (ispell-region, ispell-process-line): Add current dictionary name
19965 and program name to messages.
19966
19967 2005-07-08 Jay Belanger <belanger@truman.edu>
19968
19969 * calc/calc.el (calc-embedded-announce-formula-alist)
19970 (calc-embedded-open-close-formula-alist)
19971 (calc-embedded-open-close-word-alist)
19972 (calc-embedded-open-close-plain-alist)
19973 (calc-embedded-open-close-new-formula-alist)
19974 (calc-embedded-open-close-mode-alist)
19975 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
19976 (calc-embedded-mode-hook): New variables.
19977
19978 * calc/calc-embed.el (calc-embedded-firsttime)
19979 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
19980 New variables.
19981 (calc-do-embedded): Use calc-embedded-firsttime,
19982 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
19983 determine whether or not to run hooks.
19984 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
19985 calc-embedded-firsttime-formula appropriately.
19986 Set calc-embedded delimiter variables according to mode.
19987
19988 2005-07-08 Richard M. Stallman <rms@gnu.org>
19989
19990 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
19991 Check for "emacs", etc., as entire symbol, not just as word.
19992 (checkdoc-file-comments-engine): Use regexp-quote on FN.
19993
19994 * files.el (set-visited-file-name): Report the error
19995 for "empty filename" earlier.
19996 (kill-some-buffers): Ignore buffers already dead.
19997
19998 * fringe.el (fringe-mode): Doc fix.
19999
20000 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20001 Check for (featurep 'xemacs) and turn off warnings in what it guards.
20002 Use unwind-protect to ensure byte-compile-unresolved-functions
20003 is updated.
20004
20005 * whitespace.el (whitespace-buffer-leading-cleanup):
20006 Simplify w/ skip-chars-forward.
20007 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
20008
20009 * mail/rmail.el (rmail-only-expunge): Fix paren error.
20010 Unconditionally try to leave point at the same old place.
20011
20012 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
20013
20014 * comint.el (comint-postoutput-scroll-to-bottom)
20015 (comint-show-maximum-output): Take scroll-margin into consideration.
20016
20017 2005-07-08 Kim F. Storm <storm@cua.dk>
20018
20019 * ido.el (ido-use-filename-at-point): New choice `guess'.
20020 (ido-file-internal): Try ffap-guesser if selected.
20021
20022 * ido.el (ido-before-fallback-functions): New hook.
20023 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
20024 (ido-read-file-name): Run it.
20025
20026 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20027
20028 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
20029 strings rather than a list of symbols to the completion function.
20030
20031 2005-07-07 Jay Belanger <belanger@truman.edu>
20032
20033 * calc/calc-units.el (math-apply-units): Change the places in
20034 which units are simplified.
20035
20036 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
20037
20038 * cus-edit.el (customize-option, customize-option-other-window):
20039 Make them handle aliases.
20040
20041 * custom.el (custom-variable-p): Make it recursively follow
20042 aliases. Mention that in the docstring.
20043
20044 2005-07-07 Richard M. Stallman <rms@gnu.org>
20045
20046 * cus-start.el (exec-path): Use `directory' instead of `file'.
20047 Fix tag for nil.
20048
20049 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20050
20051 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
20052 when called non-interactively. Doc fix.
20053
20054 2005-07-07 Lute Kamstra <lute@gnu.org>
20055
20056 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
20057 new address as well.
20058
20059 2005-07-07 Kenichi Handa <handa@m17n.org>
20060
20061 * international/mule.el (make-coding-system):
20062 Describe `ascii-incompatible' property in the docstring.
20063 (set-file-name-coding-system): Signal an error if coding-system is
20064 ascii-incompatible.
20065 (set-keyboard-coding-system): Likewise.
20066
20067 * international/mule-cmds.el (set-default-coding-systems):
20068 Don't set default-file-name-coding-system and
20069 default-keyboard-coding-system if coding-system is ASCII-incompatible.
20070
20071 * international/utf-16.el: Declare that all UTF-16-based coding
20072 systems are ASCII-incompatible.
20073
20074 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
20075
20076 * progmodes/gud.el: Require font-lock for displaying errors.
20077 Used by gdb-ui.el.
20078
20079 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20080
20081 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
20082 values for the pattern lists which are `read'able but not
20083 `append'able (like symbols).
20084
20085 2005-07-06 Richard M. Stallman <rms@gnu.org>
20086
20087 * progmodes/flymake.el (flymake-float-time): Instead of
20088 with-no-warnings, test for XEmacs.
20089 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
20090 to avoid warning.
20091
20092 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
20093
20094 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
20095
20096 2005-07-05 Lute Kamstra <lute@gnu.org>
20097
20098 * battery.el: Add support for Darwin (with much debugging help
20099 from Samuel Lauber <sam124@operamail.com>).
20100 (battery-status-function, battery-echo-area-format)
20101 (battery-mode-line-format): Add support for pmset on Darwin.
20102 (battery-load-low, battery-load-critical): New user options.
20103 (battery-pmset): New function.
20104
20105 2005-07-05 Lute Kamstra <lute@gnu.org>
20106
20107 Update FSF's address in GPL notices.
20108
20109 * textmodes/page-ext.el: Update FSF's address.
20110
20111 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20112
20113 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
20114 filling from using prefix when filling a single-line docstring.
20115
20116 * progmodes/flymake.el: Remove useless eval-when-compile.
20117
20118 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
20119
20120 2005-07-04 Richard M. Stallman <rms@gnu.org>
20121
20122 * textmodes/org.el (org-file-apps-defaults-gnu):
20123 Rename from org-file-apps-defaults-linux.
20124 (org-default-apps): Don't test system-type for `linux'.
20125 (org-file-apps): Doc fix.
20126
20127 2005-07-04 David Ponce <david@dponce.com>
20128
20129 * tree-widget.el: Improve header Commentary section.
20130 (tree-widget) [defgroup]
20131 (tree-widget-image-enable, tree-widget-themes-directory)
20132 (tree-widget-theme, tree-widget-image-properties-emacs)
20133 (tree-widget-image-properties-xemacs, tree-widget-create-image)
20134 (tree-widget-image-formats, tree-widget-control)
20135 (tree-widget-empty-control, tree-widget-leaf-control
20136 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
20137 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
20138 (tree-widget-keep, tree-widget-after-toggle-functions)
20139 (tree-widget-open-node, tree-widget-close-node): Doc fix.
20140 (tree-widget-open-control, tree-widget-close-control): Fix doc and
20141 :help-echo message.
20142 (tree-widget-set-theme): Doc fix. Use `string-equal'.
20143 (tree-widget-image-properties): Doc fix. Clearer implementation.
20144 (tree-widget--cursors): New constant.
20145 (tree-widget-lookup-image): New function split from
20146 `tree-widget-find-image'. Clearer implementation.
20147 (tree-widget-find-image): Use it.
20148 (tree-widget-button-keymap): Use `set-keymap-parent'.
20149 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
20150 Define the sub-widgets here.
20151 (tree-widget-node): Check that :node is not a tree-widget.
20152 (tree-widget-get-super, tree-widget-open-control)
20153 (tree-widget-close-control, tree-widget-empty-control)
20154 (tree-widget-leaf-control, tree-widget-guide)
20155 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
20156 (tree-widget-no-handle, tree-widget-value-delete)
20157 (tree-widget-map): Remove.
20158 (tree-widget-children-value-save): Doc fix. Simplified.
20159 (tree-widget-value-create): Update according to previous changes.
20160
20161 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
20162
20163 * textmodes/org.el: Leading space replaced by TABS.
20164 (org-recalc-marks, org-table-rotate-recalc-marks)
20165 (org-table-get-specials): Treat "^" and "_" marks.
20166 (org-table-justify-field-maybe): Optional argument NEW.
20167 (org-table-eval-formula): Parsing of the format simplified.
20168 New modes C,I. Honor the %= parameter in the current table.
20169 Avoid unnecessary re-align by using the NEW argument to
20170 `org-table-justify-field-maybe'.
20171 (org-calc-default-modes): Default for date-format mimicks org-mode.
20172 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
20173
20174 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
20175
20176 * cus-face.el (custom-theme-set-faces): Make it handle face
20177 aliases whose alias declarations are pre- or autoloaded.
20178
20179 2005-07-04 Juri Linkov <juri@jurta.org>
20180
20181 * faces.el (read-face-name): Put the code for getting a face name
20182 from the buffer before adding the faces from the `face' property.
20183 Use `completing-read-multiple' instead of `completing-read'.
20184 Require `crm'. Add default value and post-process the returned
20185 list of faces.
20186
20187 * emacs-lisp/crm.el (crm-find-current-element)
20188 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
20189
20190 * emacs-lisp/lisp-mode.el (eval-defun-1):
20191 * emacs-lisp/edebug.el (edebug-eval-defun):
20192 Remove unnecessary quotes.
20193
20194 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20195
20196 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
20197 (prolog-indent-level): Fix typo in docstring.
20198
20199 * info.el (Info-history, Info-history-forward)
20200 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
20201
20202 * add-log.el (add-change-log-entry):
20203 * comint.el (comint-dynamic-list-input-ring)
20204 (comint-dynamic-list-completions):
20205 * dabbrev.el (dabbrev-expand):
20206 * delim-col.el (delimit-columns-rectangle-line):
20207 * diff-mode.el (diff-context->unified, diff-reverse-direction)
20208 (diff-unified->context):
20209 * ediff-init.el (ediff-abbrev-jobname):
20210 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
20211 (ediff-replace-session-activity-marker-in-meta-buffer):
20212 * info.el (Info-summary):
20213 * lpr.el (printify-region):
20214 * printing.el (pr-create-interface):
20215 * ps-print.el (ps-print-quote):
20216 * ses.el (ses-column-widths, ses-print-cell)
20217 (ses-adjust-print-width, ses-center):
20218 * shell.el (shell-file-name-quote-list):
20219 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
20220 (strokes-fill-current-buffer-with-whitespace)
20221 (strokes-xpm-for-stroke, strokes-list-strokes)
20222 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
20223 * term.el (term-dynamic-list-input-ring)
20224 (term-dynamic-list-completions):
20225 * calc/calc.el (math-format-stack-value):
20226 * emacs-lisp/edebug.el (edebug-display-freq-count):
20227 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
20228 (delphi-new-comment-line):
20229 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
20230 * progmodes/executable.el (executable-set-magic):
20231 * progmodes/python.el (inferior-python-mode):
20232 * progmodes/scheme.el (scheme-mode-syntax-table):
20233 * progmodes/sh-script.el (sh-maybe-here-document):
20234 * progmodes/sql.el (sql-copy-column):
20235 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
20236 * textmodes/bibtex.el (bibtex-mode):
20237 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
20238 (sgml-auto-attributes):
20239 * textmodes/table.el (table-insert, table-shorten-cell)
20240 (table--generate-source-scan-lines, table-delete-row)
20241 (*table--cell-delete-char, table--spacify-frame)
20242 (table--horizontally-shift-above-and-below)
20243 (table--cell-insert-char, table--cell-blank-str)
20244 (table--fill-region-strictly):
20245 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
20246 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
20247
20248 * add-log.el (change-log):
20249 * apropos.el (apropos):
20250 * comint.el (comint-completion, comint-source):
20251 * dabbrev.el (dabbrev):
20252 * delim-col.el (columns):
20253 * diff-mode.el (diff-mode):
20254 * ediff.el (ediff):
20255 * ediff-diff.el (ediff-diff):
20256 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
20257 * ediff-mult.el (ediff-mult):
20258 * ediff-ptch.el (ediff-ptch):
20259 * ediff-wind.el (ediff-window):
20260 * facemenu.el (facemenu):
20261 * indent.el (indent):
20262 * info.el (info):
20263 * jka-cmpr-hook.el (compression, jka-compr):
20264 * lpr.el (lpr):
20265 * outline.el (outlines):
20266 * pcmpl-cvs.el (pcmpl-cvs):
20267 * pcmpl-rpm.el (pcmpl-rpm):
20268 * printing.el (printing):
20269 * ps-print.el (postscript, ps-print, ps-print-horizontal)
20270 (ps-print-vertical, ps-print-headers, ps-print-font)
20271 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
20272 (ps-print-background, ps-print-printer, ps-print-page)
20273 (ps-print-miscellany):
20274 * ses.el (ses):
20275 * shell.el (shell, shell-directories, shell-faces):
20276 * startup.el (initialization):
20277 * strokes.el (strokes):
20278 * term.el (term):
20279 * uniquify.el (uniquify):
20280 * w32-vars.el (w32):
20281 * calc/calc.el (calc):
20282 * emacs-lisp/bytecomp.el (bytecomp):
20283 * emacs-lisp/cl-indent.el (lisp-indent):
20284 * emacs-lisp/edebug.el (edebug):
20285 * emacs-lisp/elp.el (elp):
20286 * emacs-lisp/testcover.el (testcover):
20287 * emacs-lisp/trace.el (trace):
20288 * emulation/viper-ex.el (viper-ex):
20289 * emulation/viper-mous.el (viper-mouse):
20290 * mail/mailalias.el (mailalias):
20291 * mail/supercite.el (supercite, supercite-frames)
20292 (supercite-attr, supercite-cite, supercite-hooks):
20293 * net/rcompile.el (remote-compile):
20294 * net/rlogin.el (rlogin):
20295 * obsolete/ooutline.el (outlines):
20296 * progmodes/delphi.el (delphi):
20297 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
20298 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
20299 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
20300 (ebnf-optimization):
20301 * progmodes/etags.el (etags):
20302 * progmodes/executable.el (executable):
20303 * progmodes/idlwave.el (idlwave):
20304 * progmodes/pascal.el (pascal):
20305 * progmodes/prolog.el (prolog):
20306 * progmodes/python.el (python):
20307 * progmodes/scheme.el (scheme):
20308 * progmodes/sh-script.el (sh, sh-script):
20309 * progmodes/sql.el (SQL):
20310 * progmodes/tcl.el (tcl):
20311 * textmodes/bibtex.el (bibtex, bibtex-autokey):
20312 * textmodes/enriched.el (enriched):
20313 * textmodes/makeinfo.el (makeinfo):
20314 * textmodes/sgml-mode.el (sgml):
20315 * textmodes/table.el (table-hooks):
20316 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
20317 * textmodes/texinfo.el (texinfo):
20318 * textmodes/two-column.el (two-column):
20319 Finish `defgroup' description with period.
20320
20321 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
20322 * eshell/esh-var.el (eshell-var):
20323 * progmodes/vhdl-mode.el (vhdl-testbench):
20324 * textmodes/org.el (org): Fix typos in docstrings.
20325
20326 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
20327 consistency.
20328
20329 * progmodes/flymake.el (flymake-find-file): Remove.
20330 (flymake-float-time): Use `with-no-warnings'.
20331 (flymake-check-start-time, flymake-check-was-interrupted)
20332 (flymake-err-info, flymake-is-running, flymake-last-change-time)
20333 (flymake-new-err-info): `defvar' at compile time.
20334
20335 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
20336
20337 * replace.el (occur-hook): Doc fix.
20338 (occur-1): Don't call `occur-hook' if there are no matches.
20339
20340 2005-07-03 Richard M. Stallman <rms@gnu.org>
20341
20342 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
20343 global-map, save the same map.
20344 (global-map): Don't alter it at top level.
20345 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
20346 Then alter it here instead.
20347 (tpu-edt-off): Set global-map to the saved one.
20348
20349 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
20350 All references simplified.
20351 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
20352 (zmacs-regions): Add defvar.
20353 (repeat-complex-command-map): Everything about that deleted.
20354
20355 * textmodes/artist.el (artist-key-is-drawing)
20356 (artist-key-endpoint1, artist-key-poly-point-list)
20357 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
20358 (artist-key-compl-table, artist-rb-save-data)
20359 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
20360 Don't put them in eval-when-compile.
20361 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
20362
20363 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
20364 Use with-no-warnings.
20365
20366 * net/browse-url.el (dos-windows-version): Add defvar.
20367
20368 * mail/supercite.el (filladapt-prefix-table): Add defvar.
20369
20370 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
20371 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
20372 (rmail-new-summary-line-count): Rename from new-summary-line-count.
20373 Add defvar.
20374 (rmail-summary-beginning-of-message): Use with-no-warnings.
20375 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
20376
20377 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
20378 Use with-no-warnings.
20379
20380 * emulation/vi.el (vi-mark-region): Use c-mark-function.
20381 (c-mark-function): Add point-moving-unit property.
20382 (vi-goto-line): Use with-no-warnings.
20383
20384 * emulation/edt.el (edt-last-copied-word): Add defvar.
20385 (zmacs-region-stays): Likewise.
20386 (edt-mark-section-wisely): Use c-mark-function for C.
20387 Use makr-defun for Fortran.
20388 (time-string): defvar deleted.
20389 (edt-display-the-time): Don't set time-string.
20390
20391 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
20392
20393 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20394 Don't warn when name is not constant
20395 or for defining the group `emacs'.
20396
20397 * tooltip.el (gud-tooltip-mode): Add defvar.
20398
20399 * startup.el (default-frame-background-mode): Add defvar.
20400
20401 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
20402
20403 * info.el (tool-bar-map): Add defvar.
20404
20405 * dired.el (dnd-protocol-alist): Add defvar.
20406
20407 * dired-aux.el (dired-query): Display question with answer, when
20408 the user answers.
20409
20410 * custom.el (custom-add-option): Doc fix.
20411
20412 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
20413
20414 2005-07-03 Eli Zaretskii <eliz@gnu.org>
20415
20416 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
20417 bogus name from the last change.
20418
20419 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
20420
20421 * custom.el (custom-declare-variable): Fix typos in comment.
20422 (custom-known-themes): Doc fix.
20423 (custom-theme-directory): New defcustom.
20424 (require-theme): Make it check `custom-theme-directory'.
20425
20426 * cus-theme.el (custom-new-theme-mode): New function.
20427 (custom-theme-name, custom-theme-variables, custom-theme-faces)
20428 (custom-theme-description): Add compiler defvars.
20429 (customize-create-theme): Add doc to the "*New Custom Theme*"
20430 buffer. Use `custom-new-theme-mode'.
20431 (custom-theme-write): Put the created buffer in emacs-lisp-mode
20432 and save it to the `custom-theme-directory'. Make this the
20433 default directory of the buffer.
20434
20435 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
20436
20437 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
20438 Fix unbalanced parentheses.
20439
20440 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
20443 into flymake-mode and delegate to flymake-mode.
20444
20445 * find-file.el (ff-which-function-are-we-in): Clean up.
20446
20447 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
20448
20449 * replace.el (occur-rename-buffer): Fix docstring.
20450
20451 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
20452 (edt-last-copied-word, edt-learn-macro-count)
20453 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
20454 (edt-rect-start-point, edt-user-global-map, rect-start-point)
20455 (time-string, zmacs-region-stays):
20456 * emulation/edt-mapper.el (edt-save-function-key-map)
20457 (EDT-key-name): `defvar' to silence the byte-compiler.
20458
20459 2005-07-02 Martin Rudalics <rudalics@gmx.at>
20460
20461 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
20462 font-lock-regexp-backslash. Doc fix.
20463 (font-lock-regexp-backslash-grouping-construct): Rename from
20464 font-lock-regexp-backslash-construct. Doc fix.
20465 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
20466 grouping constructs.
20467
20468 2005-07-02 Eli Zaretskii <eliz@gnu.org>
20469
20470 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
20471 updating all the prerequisites.
20472
20473 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
20474
20475 * textmodes/org.el (org-agenda-start-on-weekday)
20476 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
20477 (org-agenda-use-time-grid, org-archive-location)
20478 (org-allow-space-in-links, org-usenet-links-prefer-google)
20479 (org-enable-table-editor, org-export-default-language)
20480 (org-export-html-show-new-buffer, org-fill-paragraph)
20481 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
20482 (org-goto-quit, org-occur, org-eval-in-calendar)
20483 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
20484 (org-agenda-diary-entry, org-remember-help)
20485 (org-table-convert-region, org-at-table-p)
20486 (org-table-move-row-down, org-table-move-row-up)
20487 (org-table-copy-region, org-table-toggle-vline-visibility)
20488 (org-table-get-stored-formulas, org-table-get-specials)
20489 (org-recalc-commands, org-table-eval-formula)
20490 (org-table-formula-substitute-names, orgtbl-make-binding)
20491 (org-format-org-table-html, org-format-table-table-html)
20492 (org-format-table-table-html-using-table-generate-source)
20493 (org-customize): Fix typos in docstrings.
20494 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
20495 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
20496 (org-back-to-heading): Doc fixes.
20497 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
20498 (org-agenda-change-all-lines, org-get-header):
20499 Improve argument/docstring consistency.
20500 (orgtbl-error): Fix error message.
20501
20502 * progmodes/flymake.el (flymake-find-possible-master-files)
20503 (flymake-master-file-compare, flymake-get-line-err-count)
20504 (flymake-highlight-line, flymake-gui-warnings-enabled):
20505 Fix typos in docstrings.
20506 (flymake-parse-line, flymake-get-project-include-dirs-function)
20507 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
20508 Doc fixes.
20509 (flymake-get-project-include-dirs-function)
20510 (flymake-make-err-menu-data):
20511 Improve argument/docstring consistency.
20512
20513 2005-07-01 Lute Kamstra <lute@gnu.org>
20514
20515 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
20516 Catch errors with ignore-errors. Use temporary buffer.
20517 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
20518
20519 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
20520 background color faces.
20521 (facemenu-set-foreground, facemenu-set-background):
20522 Use facemenu-set-face-from-menu.
20523 (facemenu-set-face-from-menu): Treat face names that start with
20524 "fg:" or "bg:" as special.
20525 (facemenu-add-new-color): Don't create faces. Simplify.
20526
20527 2005-06-30 Richard M. Stallman <rms@gnu.org>
20528
20529 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
20530 (crm-find-current-element): Likewise.
20531
20532 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20533
20534 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
20535
20536 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20537
20538 * arc-mode.el (archive-extract): Make it work as a mouse binding.
20539 (archive-mouse-extract): Make it an obsolete alias.
20540 (archive-mode-map): Don't use archive-mouse-extract any more.
20541 (archive-mode, archive-extract): write-contents-hooks ->
20542 write-contents-functions.
20543 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
20544 first arg.
20545 (archive-rename-entry): Update the call.
20546 (archive-zip-summarize): Remove unused var `method'.
20547 (archive-lzh-summarize): Remove unused var `creator'.
20548
20549 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
20550 dedicated frame upon exit.
20551
20552 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
20553 (archive-zip-extract, archive-zip-expunge)
20554 (archive-zip-update, archive-zip-update-case): Use executable-find.
20555 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
20556 Use restore-buffer-modified-p.
20557 (archive-extract, archive-add-new-member, archive-write-file-member):
20558 Use with-current-buffer.
20559 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
20560
20561 2005-06-30 Andreas Schwab <schwab@suse.de>
20562
20563 * progmodes/gud.el (gud-filter): Remove unneeded progn.
20564
20565 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20566
20567 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
20568
20569 2005-06-30 Juri Linkov <juri@jurta.org>
20570
20571 * faces.el (vertical-border): Inherit from mode-line-inactive
20572 only on tty.
20573
20574 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
20575
20576 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
20577 example, -NLINES in the `occur' docstring).
20578
20579 * replace.el (occur-1): When no matches are found, do not set the
20580 `buffer-read-only' and modified flags for the occur buffer,
20581 because it is deleted.
20582
20583 * emulation/cua-base.el (cua-check-pending-input)
20584 (cua-repeat-replace-region, cua-mode, cua-debug)
20585 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
20586 Fix typos in docstrings.
20587
20588 * emulation/cua-gmrk.el (cua-toggle-global-mark)
20589 (cua-cut-region-to-global-mark)
20590 (cua--cut-rectangle-to-global-mark):
20591 Remove period from end of messages.
20592
20593 * emulation/cua-rect.el (cua-do-rectangle-padding):
20594 Remove period from end of messages.
20595 (cua--rectangle-seq-format): Fix typo in docstring.
20596 (cua-sequence-rectangle, cua-fill-char-rectangle):
20597 Improve argument/docstring consistency.
20598
20599 2005-06-29 Juri Linkov <juri@jurta.org>
20600
20601 * faces.el (default-frame-background-mode): New internal variable.
20602 (frame-set-background-mode): Use it.
20603
20604 * startup.el (normal-top-level): Set default-frame-background-mode
20605 instead of frame-background-mode. Before setting it, test for its
20606 nil value. Remove tests for frame-background-mode and frame
20607 parameter `reverse'. Add test for "unspecified-fg".
20608
20609 * term/xterm.el (xterm-rxvt-set-background-mode):
20610 * term/rxvt.el (rxvt-set-background-mode):
20611 Set default-frame-background-mode instead of frame-background-mode.
20612
20613 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
20614
20615 * simple.el (set-variable): Warn about obsolete user variables.
20616
20617 * imenu.el (imenu--completion-buffer):
20618 * mouse.el (mouse-buffer-menu-alist):
20619 * msb.el (msb-invisible-buffer-p):
20620 * calendar/diary-lib.el (diary-header-line-format):
20621 * emacs-lisp/pp.el (pp-buffer):
20622 * progmodes/cperl-mode.el (cperl-do-auto-fill):
20623 * textmodes/picture.el (picture-replace-match):
20624 Change space constants followed by a sexp to "?\s ".
20625
20626 * play/decipher.el (decipher-loop-with-breaks):
20627 * textmodes/texinfo.el (texinfo-insert-@item): Change space
20628 constants "protected" from end of line by a comment to "?\s".
20629
20630 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20631
20632 * font-lock.el (save-buffer-state): Use `declare'.
20633
20634 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
20635 reset the syntax-table to cperl-mode-syntax-table.
20636 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
20637 "foo_print_bar" is not matched as a reserved keyword.
20638
20639 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
20640
20641 * textmodes/org.el (orgtbl-setup): New function, for delayed
20642 setup for the orgtbl commands.
20643 (org-calc-default-modes): New option.
20644 (orgtbl-make-binding): Use `defun' to get better help display.
20645 (org-diary): Call `org-compile-prefix-format'.
20646 (org-table-formula-substitute-names): New function.
20647 (org-agenda-day-view, org-agenda-week-view): New commands.
20648 (org-agenda-toggle-week-view): Command removed.
20649 (org-tbl-menu): Split off from org-org-menu.
20650 (org-mode): Move removal of outline-mode menus to here.
20651 (org-table-formula-debug): New option.
20652 (org-table-insert-row): Keep first field if just "#" or "*".
20653 (org-mode): Paragraph regexps fixed.
20654 (org-table-recalculate-regexp): New constant.
20655 (org-table-justify-field-maybe): Avoid replace if not necessary.
20656 (org-copy-special, org-cut-special): Use `call-interactively'.
20657 (org-table-copy-region): Take region from `interactive' call.
20658 (org-trim): Return string even if no match.
20659 (org-formula): New face.
20660 (org-set-font-lock-defaults): No longer highlight "FIXME".
20661 But highlight formula-related fields in table.
20662 (org-table-p): Use regexp, not fontification.
20663 (org-table-align): Handle white space at end of line.
20664 (org-table-formula-evaluate-inline): New option.
20665 (org-mode): Auto-wrapping in comment lines turned off.
20666 (org-table-copy-down): Evaluate only in copied field, not in
20667 destination.
20668 (org-table-current-formula): Variable removed.
20669 (org-table-store-formulas, org-table-get-stored-formulas)
20670 (org-table-modify-formulas, org-table-replace-in-formulas)
20671 (org-table-maybe-eval-formula): New functions.
20672 (org-table-get-formula): Modify to use stored formulas.
20673 (org-table-insert-column, org-table-delete-column)
20674 (org-table-move-column): Call `org-table-modify-formulas'.
20675 (org-complete): Add completion for keyword formulas.
20676 (orgtbl-mode): Pull orgtbl-mode-map to start of
20677 minor-mode-map-alist.
20678
20679 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * progmodes/python.el (python-check): Require `compile' before
20682 modifying its variables.
20683
20684 * newcomment.el (comment-indent-default): Don't get fooled by an early
20685 end of buffer.
20686
20687 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20688
20689 * ps-print.el (ps-print-version): Fix version number.
20690
20691 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
20692
20693 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
20694
20695 2005-06-28 Richard M. Stallman <rms@gnu.org>
20696
20697 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
20698 (flyspell-local-mouse-map): Declaration deleted.
20699 (flyspell-mouse-map): Bind only mouse-2.
20700 (flyspell-mode-map): Don't test flyspell-use-local-map.
20701 (flyspell-overlay-keymap-property-name): Var deleted.
20702 (flyspell-mode-on): Don't make local bindings for
20703 flyspell-mouse-map and flyspell-mode-map.
20704 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
20705
20706 * textmodes/ispell.el (ispell-word): Do not ignore short words.
20707
20708 * progmodes/compile.el (compilation-next-error-function):
20709 Don't switch buffers; operate on the current buffer.
20710
20711 * progmodes/compile.el (compilation-error-file-name)
20712 (compilation-warning-file-name, compilation-info-file-name)
20713 (compilation-line-number, compilation-column-number): New faces.
20714 (compilation-error-face, compilation-warning-face)
20715 (compilation-info-face, compilation-line-face)
20716 (compilation-column-face): Use them.
20717
20718 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
20719
20720 * comint.el (comint-password-prompt-regexp): Accept ", try again".
20721
20722 * bindings.el (global-map): Bind insertchar and its variants.
20723
20724 2005-06-27 Richard M. Stallman <rms@gnu.org>
20725
20726 * textmodes/artist.el (artist-text-overwrite)
20727 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
20728
20729 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20730
20731 * ps-print.el: It was not working the page selection for printing.
20732 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
20733 (ps-print-version): New version 6.6.7.
20734 (ps-end-sheet): New fun.
20735 (ps-header-sheet, ps-end-job): Call it.
20736
20737 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
20738
20739 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
20740
20741 2005-06-27 Lute Kamstra <lute@gnu.org>
20742
20743 * facemenu.el (facemenu-unlisted-faces): Add foreground and
20744 background color faces.
20745 (facemenu-get-face): Delete function.
20746 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
20747 (facemenu-add-new-color): Make second argument mandatory.
20748 Create the appropriate face and return it. Simplify.
20749 (facemenu-set-foreground, facemenu-set-background): Don't check if
20750 color is defined. Use return value of facemenu-add-new-color.
20751
20752 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
20753
20754 * progmodes/gud.el (gud-filter): Add missing argument to
20755 with-selected-window.
20756
20757 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20758
20759 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
20760 a :require to the defcustom.
20761
20762 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
20763 defcustoms corresponding to minor modes.
20764
20765 2005-06-26 David Ponce <david@dponce.com>
20766
20767 * recentf.el: Require tree-widget instead of wid-edit.
20768 (recentf-filename-handler): Fix widget :type.
20769 (recentf-cancel-dialog, recentf-open-more-files)
20770 (recentf-open-files-action): Doc fix.
20771 (recentf-dialog-goto-first): New function.
20772 (recentf-dialog-mode-map): Set parent keymap first.
20773 (recentf-dialog-mode): Define with define-derived-mode.
20774 Don't display continuation lines in dialogs.
20775 (recentf-edit-list): Rename from recentf-edit-selected-items.
20776 (recentf-edit-list-select): Rename from recentf-edit-list-action.
20777 Simplify.
20778 (recentf-edit-list-validate): New function.
20779 (recentf-edit-list): Update accordingly.
20780 (recentf-open-files-item-shift): Remove.
20781 (recentf-open-files-item): Convert menu elements into tree and
20782 link widgets. Don't create the widgets.
20783 (recentf-open-files): Update accordingly.
20784 (recentf-save-list): Untabify.
20785
20786 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
20787
20788 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
20789 (keep-lines): Add INTERACTIVE arg. Never delete lines only
20790 partially contained in the active region. Do not take active
20791 region into account when called from Lisp, unless INTERACTIVE arg
20792 is non-nil. Use `forward-line' instead of `beginning-of-line' to
20793 avoid trouble with fields. Make marker point nowhere when no
20794 longer used. Always return nil. Doc fix.
20795 (flush-lines): Add INTERACTIVE arg. Do not take active region
20796 into account when called from Lisp, unless INTERACTIVE arg is
20797 non-nil. Use `forward-line' instead of `beginning-of-line' to
20798 avoid trouble with fields. Make marker point nowhere when no
20799 longer used. Always return nil. Doc fix.
20800 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
20801 interchangeable. Do not take active region into account when
20802 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
20803 message in echo area when called from Lisp, unless INTERACTIVE arg
20804 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20805 Return the number of matches. Doc fix.
20806 (occur): Doc fix.
20807 (perform-replace): Make comment follow double space convention for
20808 the sake of `outline-minor-mode'.
20809
20810 * faces.el (facep): Doc fix.
20811
20812 2005-06-25 Richard M. Stallman <rms@gnu.org>
20813
20814 * facemenu.el (facemenu-enable-faces-p): New function.
20815 (facemenu-background-menu, facemenu-foreground-menu)
20816 (facemenu-face-menu): Add menu-enable property.
20817
20818 * jka-compr.el (jka-compr-insert-file-contents):
20819 Special handling if cannot find the uncompression program.
20820
20821 * cus-face.el (custom-face-attributes): Add autoload.
20822
20823 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20824 Bind comment-indent-function locally.
20825
20826 * window.el (save-selected-window): Use save-current-buffer.
20827
20828 * subr.el (with-selected-window): Use save-current-buffer.
20829
20830 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
20831 and with-current-buffer.
20832
20833 2005-06-24 Richard M. Stallman <rms@gnu.org>
20834
20835 * simple.el (line-move-1): Fix previous change.
20836
20837 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20838
20839 * replace.el (occur-1): Set `buffer-read-only' and the
20840 buffer-modified flag before running `occur-hook' to protect
20841 against unintentional buffer switches that can lead to data loss.
20842
20843 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
20844
20845 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
20846 (gud-gdb-marker-filter): Use font-lock-warning-face for any
20847 initial error.
20848
20849 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
20850 after fresh input.
20851 (gdb-var-create-handler): Put name of expression in quotes.
20852
20853 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
20854
20855 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
20856 elements of RING in order, and without bogus nil elements.
20857
20858 2005-06-23 Richard M. Stallman <rms@gnu.org>
20859
20860 * simple.el (set-variable): Args renamed; doc fix.
20861 (line-move-1): When there are overlays around, use vertical-motion.
20862
20863 * faces.el (escape-glyph): Use brown against light background.
20864 (nobreak-space): Rename from no-break-space.
20865 Fix previous change.
20866
20867 * dired-aux.el (dired-do-copy): Fix arg prompt.
20868
20869 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
20870
20871 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20872
20873 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
20874 rather than "Distributor".
20875
20876 2005-06-23 Lute Kamstra <lute@gnu.org>
20877
20878 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
20879 (debug-on-entry): Use it. New interactive declaration that uses
20880 function-called-at-point.
20881
20882 2005-06-23 Kim F. Storm <storm@cua.dk>
20883
20884 * subr.el (save-match-data): Add comment about using evaporate arg
20885 to set-match-data.
20886
20887 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
20888
20889 * cus-edit.el (customize-face)
20890 (customize-face-other-window): Handle face aliases.
20891
20892 * faces.el (face-documentation, set-face-attribute)
20893 (face-spec-set): Handle face aliases.
20894
20895 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
20896
20897 * help-mode.el (help-make-xrefs): If a symbol representing a face
20898 name is not followed by the word "face", it could still be a
20899 function or variable name, so don't bypass other checks.
20900
20901 2005-06-22 Juri Linkov <juri@jurta.org>
20902
20903 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
20904 Replace aliased functions with calls where second arg `inherit' is t.
20905
20906 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
20907
20908 * progmodes/gdb-ui.el (gdb-error): New variable.
20909 (gdb-error): New function.
20910 (gdb-annotation-rules): Act on error-begin and error annotations.
20911 (gdb-concat-output): Use font-lock-warning-face for errors.
20912
20913 2005-06-22 Miles Bader <miles@gnu.org>
20914
20915 * bindings.el (propertized-buffer-identification): Use renamed
20916 `Buffer-menu-buffer' face.
20917
20918 * faces.el (vertical-border): Rename from `vertical-divider'.
20919 (escape-glyph): Change dark-background color back to `cyan'.
20920
20921 2005-06-21 Juri Linkov <juri@jurta.org>
20922
20923 * faces.el (face-user-default-spec): Try getting `customized-face'
20924 prior to `saved-face'.
20925 (frame-background-mode): Refill docstring.
20926
20927 * emacs-lisp/lisp-mode.el (eval-defun-1):
20928 * emacs-lisp/edebug.el (edebug-eval-defun):
20929 Set `saved-face' temporarily to nil before calling form.
20930 Set `customized-face' to the new spec after that.
20931
20932 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20933
20934 * subr.el (1value, lambda, key-substitution-in-progress):
20935 Doc fixes.
20936
20937 * autoinsert.el (auto-insert-alist):
20938 * ses.el (ses-call-printer):
20939 * subr.el (noreturn):
20940 * emacs-lisp/lisp.el (check-parens):
20941 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
20942 * net/browse-url.el (browse-url-mosaic):
20943 * progmodes/cc-defs.el (c-safe-scan-lists):
20944 * progmodes/ebnf-abn.el (ebnf-abn-lex):
20945 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
20946 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
20947 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
20948 * progmodes/ebnf-iso.el (ebnf-iso-lex):
20949 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
20950
20951 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
20952
20953 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
20954
20955 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
20956
20957 * calendar/appt.el (appt-make-list): Activate the package, if
20958 not already active (for backwards compatibility).
20959
20960 2005-06-20 Kim F. Storm <storm@cua.dk>
20961
20962 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
20963
20964 2005-06-20 Miles Bader <miles@gnu.org>
20965
20966 * faces.el (vertical-divider): New face.
20967
20968 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
20969
20970 * simple.el (kill-whole-line): Doc fix.
20971 (next-error-buffer-p, next-error-find-buffer)
20972 (clone-indirect-buffer): Fix typos in docstrings.
20973 (comment-line-break-function): Doc fix: don't say variable
20974 is automatically buffer-local (it isn't).
20975
20976 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
20977
20978 * net/tramp-ftp.el (top):
20979 * net/tramp-smb.el (top):
20980 * net/tramp-util.el (top):
20981 * net/tramp-uu.el (top):
20982 * net/tramp-vc.el (top):
20983 * net/tramp.el (top): Revert copyright years back to original
20984 ones. Tramp has a life outside GNU Emacs.
20985
20986 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
20987
20988 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
20989
20990 2005-06-18 Juri Linkov <juri@jurta.org>
20991
20992 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
20993 end of first regexp to limit the match to the position between
20994 line number and source line with same separator character as used
20995 between file name and line number. In the second regexp limit
20996 mouse-face area to file name and line number by adding new group
20997 for them and referring it in HYPERLINK arg.
20998 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
20999 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
21000 previous line where grep markers may be already removed.
21001
21002 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
21003
21004 * progmodes/ps-mode.el: Update version and maintainer's email address.
21005
21006 2005-06-18 Steve Youngs <steve@xemacs.org>
21007
21008 * net/browse-url.el (browse-url-browser-function)
21009 (browse-url-default-browser): Add firefox.
21010 (browse-url-firefox-program, browse-url-firefox-arguments)
21011 (browse-url-firefox-startup-arguments)
21012 (browse-url-firefox-new-window-is-tab): New defcustoms.
21013 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
21014
21015 2005-06-17 Richard M. Stallman <rms@gnu.org>
21016
21017 * startup.el (command-line): Warn if specified user name has
21018 no home directory.
21019
21020 * term.el (term-get-old-input, term-input-filter, term-input-sender)
21021 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
21022
21023 * longlines.el (longlines-mode, longlines-show-hard-newlines):
21024 Doc fixes.
21025
21026 * faces.el (underline): Try bold if terminal doesn't support underline.
21027
21028 * mail/sendmail.el (mail-setup-with-from): New variable.
21029 (mail-insert-from-field): New function.
21030 (sendmail-send-it): Call it.
21031 (mail-setup): Optionally call it here.
21032
21033 * term/linux.el: Call tty-no-underline.
21034
21035 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
21036
21037 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21038
21039 2005-06-17 Miles Bader <miles@gnu.org>
21040
21041 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
21042 (ediff-current-diff-C, ediff-current-diff-Ancestor)
21043 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
21044 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
21045 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
21046 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
21047 Remove "-face" suffix from face names.
21048 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21049 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21050 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21051 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21052 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21053 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21054 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21055 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21056 New backward-compatibility aliases for renamed faces.
21057 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21058 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21059 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21060 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21061 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21062 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21063 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21064 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21065 Use renamed ediff faces.
21066
21067 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
21068 Remove "-face" suffix from face names.
21069 (eshell-test-ok-face, eshell-test-failed-face):
21070 New backward-compatibility aliases for renamed faces.
21071 (eshell-run-test): Use renamed eshell-test faces.
21072
21073 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
21074 face name.
21075 (eshell-prompt-face): New backward-compatibility alias for renamed
21076 face.
21077 (eshell-emit-prompt): Use renamed eshell-prompt face.
21078
21079 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
21080 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
21081 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
21082 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
21083 Remove "-face" suffix from face names.
21084 (eshell-ls-directory-face, eshell-ls-symlink-face)
21085 (eshell-ls-executable-face, eshell-ls-readonly-face)
21086 (eshell-ls-unreadable-face, eshell-ls-special-face)
21087 (eshell-ls-missing-face, eshell-ls-archive-face)
21088 (eshell-ls-backup-face, eshell-ls-product-face)
21089 (eshell-ls-clutter-face):
21090 New backward-compatibility aliases for renamed faces.
21091 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
21092
21093 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
21094 Remove "-face" suffix from face name.
21095 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
21096 instead of literal face.
21097
21098 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
21099
21100 * emacs-lisp/warnings.el (display-warning, lwarn)
21101 (warning-minimum-log-level): Doc fixes.
21102 (warning-minimum-level, warning-minimum-log-level):
21103 Add :debug to :type choices.
21104
21105 * progmodes/ada-mode.el (ada-format-paramlist)
21106 (ada-get-indent-case, ada-check-matching-start)
21107 (ada-check-defun-name, ada-goto-matching-decl-start)
21108 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
21109 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
21110 (ada-make-subprogram-body): Follow error conventions.
21111 (ada-case-exception-file, ada-indent-comment-as-code)
21112 (ada-indent-handle-comment-special, ada-indent-renames)
21113 (ada-indent-return, ada-search-directories-internal)
21114 (ada-tab-policy, ada-case-exception-substring)
21115 (ada-other-file-alist, ada-matching-start-re)
21116 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
21117 (ada-imenu-generic-expression, ada-compile-goto-error)
21118 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
21119 (ada-popup-menu, ada-add-extensions, ada-mode)
21120 (ada-region-selected, ada-create-case-exception)
21121 (ada-create-case-exception-substring, ada-after-keyword-p)
21122 (ada-activate-keys-for-case, ada-adjust-case-region)
21123 (ada-adjust-case-buffer, ada-format-paramlist)
21124 (ada-scan-paramlist, ada-insert-paramlist)
21125 (ada-indent-newline-indent)
21126 (ada-indent-newline-indent-conditional)
21127 (ada-justified-indent-current, ada-goto-previous-word)
21128 (ada-indent-current, ada-get-indent-open-paren)
21129 (ada-get-indent-paramlist, ada-get-indent-end)
21130 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
21131 (ada-get-indent-block-start, ada-get-indent-subprog)
21132 (ada-get-indent-noindent, ada-get-indent-label)
21133 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
21134 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
21135 (ada-goto-stmt-end, ada-goto-next-word)
21136 (ada-check-matching-start, ada-check-defun-name)
21137 (ada-goto-matching-decl-start, ada-goto-matching-start)
21138 (ada-goto-matching-end, ada-search-ignore-string-comment)
21139 (ada-in-decl-p, ada-looking-at-semi-or)
21140 (ada-looking-at-semi-private, ada-in-paramlist-p)
21141 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
21142 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
21143 (ada-next-procedure, ada-previous-procedure, ada-next-package)
21144 (ada-previous-package, ada-create-menu)
21145 (ada-fill-comment-paragraph-justify)
21146 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
21147 (ada-other-file-name, ada-last-which-function-line)
21148 (ada-last-which-function-subprog, ada-which-function)
21149 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
21150 (ada-gen-treat-proc, ada-check-emacs-version)
21151 (ada-continuation-indent, ada-align-region-separate):
21152 Fix typos in docstrings.
21153 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
21154
21155 2005-06-16 Lute Kamstra <lute@gnu.org>
21156
21157 * simple.el (fundamental-mode): Run after-change-major-mode-hook
21158 conditionally.
21159
21160 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
21161
21162 * comint.el (comint-replace-by-expanded-filename)
21163 (comint-prompt-regexp, comint-delimiter-argument-list)
21164 (comint-preinput-scroll-to-bottom):
21165 * info.el (Info-hide-cookies-node):
21166 * ls-lisp.el (ls-lisp-classify):
21167 * find-file.el (ff-search-directories, ff-special-constructs)
21168 (ff-find-other-file):
21169 * font-lock.el (font-lock-keywords):
21170 * shell.el (shell-prompt-pattern)
21171 (shell-dynamic-complete-functions, shell-mode)
21172 (shell-delimiter-argument-list):
21173 * term.el (term-replace-by-expanded-filename)
21174 (term-prompt-regexp, term-delimiter-argument-list):
21175 * woman.el (woman-ignore, woman0-if):
21176 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
21177 * emacs-lisp/elint.el (elint-init-env):
21178 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
21179 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
21180 * language/ethio-util.el (ethio-tilde-escape)
21181 (ethio-use-three-dot-question):
21182 * net/zone-mode.el (zone-mode-load-time-setup):
21183 * progmodes/cc-align.el (c-lineup-argcont):
21184 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
21185 * progmodes/cperl-mode.el (cperl-set-style-back):
21186 * progmodes/inf-lisp.el (inferior-lisp-prompt):
21187 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
21188 Fix spellings in docstrings.
21189
21190 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
21191 * progmodes/modula2.el (m2-for): Fix spellings.
21192
21193 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
21194
21195 * simple.el (undo-more): Don't use `format' on `error' arguments.
21196 Improve argument/docstring consistency.
21197 (pending-undo-list): Doc fix.
21198
21199 * smerge-mode.el (smerge-ensure-match):
21200 * emulation/vip.el (vip-ex):
21201 * net/zone-mode.el (zone-mode-update-serial):
21202 * progmodes/idlwave.el (idlwave-complete):
21203 * progmodes/vhdl-mode.el (vhdl-visit-file)
21204 (vhdl-compose-wire-components):
21205 Don't use `format' on `error' arguments.
21206
21207 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
21208 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
21209 (tooltip-help-tips): Fix typos in docstrings.
21210
21211 2005-06-16 David Ponce <david@dponce.com>
21212
21213 * tree-widget.el (tree-widget-value-create): Simplify last change.
21214
21215 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
21216
21217 * ido.el (ido-incomplete-regexp): New variable.
21218 (ido-set-matches-1): Handle invalid-regexp error and set
21219 ido-incomplete-regexp.
21220 (ido-incomplete-regexp): New face.
21221 (ido-completions): Use it.
21222 (ido-complete, ido-exit-minibuffer, ido-completions):
21223 Handle incomplete regexps.
21224 (ido-completions): Add check for complete match when entering a regexp.
21225
21226 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21227
21228 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
21229
21230 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21231
21232 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
21233 by field delimiters.
21234
21235 2005-06-15 David Ponce <david@dponce.com>
21236
21237 * tree-widget.el: eval-and-compile inlined functions so they will
21238 be available at run-time too.
21239 (tree-widget-super-format-handler)
21240 (tree-widget-format-handler): Remove.
21241 (tree-widget-value-create): Handle the :indent property.
21242
21243 2005-06-15 Miles Bader <miles@gnu.org>
21244
21245 * progmodes/which-func.el (which-func): Only inherit
21246 `font-lock-function-name-face' when that makes sense against the
21247 default mode-line face, otherwise set the face color explicitly.
21248
21249 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
21250 faces instead of (non-existent) variables.
21251
21252 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21253
21254 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
21255 (iswitchb-get-matched-buffers): Likewise. Simplify.
21256
21257 2005-06-14 Miles Bader <miles@gnu.org>
21258
21259 * progmodes/ld-script.el (ld-script-location-counter):
21260 Remove "-face" suffix from face name.
21261 (ld-script-location-counter-face):
21262 New backward-compatibility alias for renamed face.
21263 (ld-script-location-counter-face): Use renamed face.
21264
21265 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
21266 (cperl-hash): Remove "-face" suffix from face names.
21267 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
21268 New backward-compatibility aliases for renamed faces.
21269 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
21270 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
21271
21272 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
21273 name.
21274 (which-func-face): New backward-compatibility alias for renamed face.
21275 (which-func-format): Use renamed which-func face.
21276
21277 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
21278 (vhdl-function, vhdl-directive, vhdl-reserved-word)
21279 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
21280 names.
21281 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
21282 (vhdl-speedbar-configuration, vhdl-speedbar-package)
21283 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
21284 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
21285 (vhdl-speedbar-architecture-selected)
21286 (vhdl-speedbar-configuration-selected)
21287 (vhdl-speedbar-package-selected)
21288 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
21289 names.
21290 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
21291 Use renamed faces.
21292 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
21293 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
21294 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
21295 Use renamed faces.
21296 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
21297 names.
21298 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
21299 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
21300 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
21301 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
21302 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
21303 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
21304
21305 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
21306 face name.
21307 (sh-heredoc-face): New backward-compatibility alias for renamed face.
21308 (sh-heredoc-face): Use renamed sh-heredoc face.
21309
21310 * progmodes/idlw-help.el (idlwave-help-link):
21311 Remove "-face" suffix from face name.
21312 (idlwave-help-link-face):
21313 New backward-compatibility alias for renamed face.
21314 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
21315
21316 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
21317 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
21318 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
21319 New backward-compatibility aliases for renamed faces.
21320 (idlwave-shell-disabled-breakpoint-face)
21321 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
21322
21323 * progmodes/flymake.el (flymake-errline, flymake-warnline):
21324 Remove "-face" suffix from face names.
21325 (flymake-errline-face, flymake-warnline-face):
21326 New backward-compatibility aliases for renamed faces.
21327 (flymake-highlight-line): Use renamed flymake faces.
21328
21329 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
21330 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
21331 (ebrowse-member-class, ebrowse-progress):
21332 Remove "-face" suffix from face names.
21333 (ebrowse-tree-mark-face, ebrowse-root-class-face)
21334 (ebrowse-file-name-face, ebrowse-default-face)
21335 (ebrowse-member-attribute-face, ebrowse-member-class-face)
21336 (ebrowse-progress-face):
21337 New backward-compatibility aliases for renamed faces.
21338 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
21339 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
21340 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
21341 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
21342
21343 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
21344 antlr-syntax)
21345 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
21346 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
21347 names.
21348 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
21349 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
21350 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
21351 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
21352 backward-compatibility aliases for renamed faces.
21353 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
21354 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
21355 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
21356 remove "font-lock-". Use renamed antlr-mode faces.
21357 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
21358 literal face-names with face variable references.
21359
21360 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
21361 face name.
21362 (Buffer-menu-buffer-face): New backward-compatibility alias for
21363 renamed face.
21364 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
21365
21366 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
21367
21368 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
21369 Eliminate "-face" suffix.
21370 (makefile-targets): Inherit from font-lock-function-name-face and
21371 eliminate "-face" suffix.
21372 (makefile-shell): Remove attributes and eliminate "-face" suffix.
21373 (makefile-*-font-lock-keywords): Append makefile-targets in rule
21374 actions, instead of prepending, to make it less visible.
21375 (makefile-previous-dependency, makefile-match-dependency):
21376 Don't match a target on a continuation line.
21377
21378 * files.el (auto-mode-alist): Put Makefile in gmake mode.
21379
21380 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
21381
21382 * progmodes/gdb-ui.el (menu): Re-order menu items.
21383 (gdb-tooltip-print): Respect tooltip-use-echo-area.
21384
21385 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
21386 Define in tooltip.el.
21387 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
21388 (gud-tooltip-tips): Respect tooltip-use-echo-area and
21389 gud-tooltip-echo-area.
21390
21391 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
21392 backward compatibility and make obsolete.
21393 (tooltip-help-tips): Use tooltip-use-echo-area.
21394 (tooltip-show-help-function): Rename to...
21395 (tooltip-show-help): ...this, because it is a function.
21396 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
21397
21398 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
21399
21400 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
21401 (edebug-print-length, edebug-print-level, edebug-print-circle)
21402 (edebug-modify-breakpoint, edebug-eval-last-sexp)
21403 (edebug-eval-print-last-sexp): Doc fixes.
21404
21405 2005-06-14 Kim F. Storm <storm@cua.dk>
21406
21407 * ido.el (ido-mode): Make a new keymap every time we enable ido,
21408 as the coverage buffer/file/both may change.
21409
21410 2005-06-14 Lute Kamstra <lute@gnu.org>
21411
21412 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
21413 and run-mode-hooks. Simplify.
21414
21415 * mail/rmailedit.el (rmail-edit-mode):
21416 * progmodes/octave-inf.el (inferior-octave-mode):
21417 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
21418
21419 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
21420 and run-mode-hooks.
21421 (recentf-edit-list, recentf-open-files): Don't call
21422 kill-all-local-variables directly.
21423
21424 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21425
21426 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
21427
21428 * emacs-lisp/byte-run.el (make-obsolete)
21429 (define-obsolete-function-alias): Rename arguments FUNCTION and
21430 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
21431 (make-obsolete-variable, define-obsolete-variable-alias):
21432 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
21433 respectively.
21434
21435 * isearchb.el (isearchb-activate):
21436 * pcvs.el (cvs-mode):
21437 * ses.el (ses-load):
21438 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
21439 * net/tramp.el (tramp-find-file-exists-command)
21440 (tramp-find-shell):
21441 * progmodes/ada-mode.el (ada-create-case-exception)
21442 (ada-create-case-exception-substring, ada-make-subprogram-body):
21443 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
21444 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
21445 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
21446 * textmodes/org.el (org-promote, org-evaluate-time-range)
21447 (org-agenda-next-date-line, org-agenda-previous-date-line)
21448 (org-agenda-error, org-open-at-point, org-table-move-row)
21449 (org-format-table-table-html-using-table-generate-source)
21450 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
21451 * textmodes/reftex.el (reftex-access-scan-info):
21452 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
21453 (reftex-toc-promote-prepare): Follow error conventions.
21454
21455 * diff-mode.el (diff-mode): Fix typo in docstring.
21456
21457 * forms.el (forms--intuit-from-file): Fix reference to
21458 `forms-number-of-fields' in error message.
21459 (forms-print): Fix quoting in error message.
21460
21461 * forms.el (forms-mode):
21462 * emulation/vi.el (vi-goto-insert-state):
21463 * progmodes/flymake.el (flymake-new-err-info)
21464 (flymake-start-syntax-check-for-current-buffer)
21465 (flymake-simple-cleanup):
21466 * eshell/esh-var.el (eshell/export):
21467 * progmodes/gud.el (xdb):
21468 * textmodes/flyspell.el (flyspell-incorrect-hook)
21469 (flyspell-maybe-correct-transposition)
21470 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
21471
21472 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
21473
21474 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
21475 minibuffer prompt.
21476
21477 2005-06-13 Kim F. Storm <storm@cua.dk>
21478
21479 * subr.el (add-to-ordered-list): New defun.
21480
21481 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
21482 add cua--keymap-alist to emulation-mode-map-alists.
21483
21484 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21485
21486 * subr.el (complete-in-turn): New macro.
21487 (dynamic-completion-table, lazy-completion-table): Add debug info.
21488
21489 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
21490 in preference to face aliases.
21491
21492 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
21493 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
21494 Remove unused vars `start' and `firstline'.
21495 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
21496 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
21497
21498 2005-06-13 Eli Zaretskii <eliz@gnu.org>
21499
21500 * cus-start.el (all): Don't complain about missing GTK-related
21501 variables, unless either `gtk' is boundp or this isn't a
21502 `windows-nt' build.
21503
21504 2005-06-13 Lute Kamstra <lute@gnu.org>
21505
21506 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
21507 run-mode-hooks.
21508
21509 * ediff-mult.el (ediff-meta-mode):
21510 * ediff-util.el (ediff-mode): Use run-mode-hooks.
21511
21512 * ledit.el (ledit-mode): Use delay-mode-hooks.
21513
21514 * woman.el (woman-mode-line-format): Delete constant.
21515 (woman-mode-map): Initialize it properly.
21516 (woman-mode): Set mode-class property to special.
21517 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
21518 Set major-mode and mode-name. Don't set mode-line-format directly.
21519 (Man-getpage-in-background): Don't reference woman-mode-line-format.
21520
21521 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
21522 string argument obsolete.
21523
21524 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
21525
21526 * textmodes/org.el (org-CUA-compatible): New option.
21527 (org-disputed-keys): New variable.
21528 (org-key): New function.
21529 (orgtbl-make-binding): Add docstring to the created function.
21530 (org-mode): Set paragraph start/separate regexps.
21531 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
21532 (org-archive-location, org-archive-mark-done)
21533 (org-archive-stamp-time): New options.
21534 (org-archive-subtree): New command.
21535 (org-fill-paragraph): New function.
21536 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
21537 (org-fake-empty-table-line): Function removed.
21538 (org-format-org-table-html): Do not create empty table lines at
21539 separator lines. Improved table header treatment.
21540 (org-link-format): New option.
21541 (org-make-link): New function.
21542 (org-insert-link, org-store-link): Use org-make-link.
21543 (org-open-file): Quote file name for shell command, to allow
21544 spaces in file names.
21545 (org-link-regexp): Fix bug with mailto link.
21546 (org-link-maybe-angles-regexp, org-protected-link-regexp):
21547 New constants.
21548 (org-export-as-html): Deal with the optional angles around a link.
21549 Better treatment of file: links.
21550 (org-open-at-point): Replace @{ and @} with < and >.
21551 (org-run-mode-hooks): Function removed.
21552 (org-agenda-mode): No longer use `org-run-mode-hooks'.
21553
21554 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
21555
21556 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
21557 MI command -data-list-register-values.
21558 (gdb-post-prompt): Indent properly.
21559
21560 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
21561
21562 * hilit-chg.el (highlight-changes-colors): Rename from
21563 `highlight-changes-colours'.
21564 (highlight-changes-colours): Keep as obsolete alias.
21565 (highlight-changes-face-list): Doc fix.
21566 (hilit-chg-make-list): Use `highlight-changes-colors'.
21567
21568 2005-06-12 Mark A. Hershberger <mah@everybody.org>
21569
21570 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
21571 defun-prompt-regexp.
21572
21573 2005-06-12 Eli Zaretskii <eliz@gnu.org>
21574
21575 * loadup.el: Don't say we are dumping under 2 names on windows-nt
21576 and cygwin.
21577
21578 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
21579 Don't use an old loaddefs.el, as in Makefile.in.
21580
21581 2005-06-12 Lute Kamstra <lute@gnu.org>
21582
21583 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
21584
21585 * man.el (Man-mode-map): Initialize it properly.
21586 (Man-mode): Set mode-class property to special.
21587
21588 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
21589
21590 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
21591
21592 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
21593 A newline is needed in the docstring there.
21594
21595 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
21596 Doc fixes.
21597
21598 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21599
21600 * printing.el: Doc fix. The menubar is no more changed when printing
21601 is loaded, it only changes when pr-menu-bind or pr-update-menus is
21602 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
21603 (pr-version): New version number (6.8.4).
21604 (pr-menu-bind): New command.
21605 (pr-update-menus): Docstring and code fix.
21606 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
21607 Docstring fix.
21608 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
21609 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
21610
21611 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
21612
21613 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
21614 "Returns" to "return", document useful return values, etc.
21615
21616 2005-06-11 Alan Mackenzie <acm@muc.de>
21617
21618 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
21619 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
21620 (adaptive-file-function): Minor amendment to doc-string.
21621
21622 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21623
21624 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
21625 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
21626 Fix :type--it is `integer', not `string'.
21627
21628 * faces.el (modeline-highlight): Rename from (the erroneous)
21629 `modeline-higilight'.
21630
21631 2005-06-11 Lute Kamstra <lute@gnu.org>
21632
21633 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
21634 lisp-interaction-mode-map but make it the parent.
21635 (edebug-eval-mode): Use define-derived-mode.
21636
21637 2005-06-11 Andreas Schwab <schwab@suse.de>
21638
21639 * bindings.el: Add binding of `ESC functionkey' for every
21640 `M-functionkey'.
21641 * hexl.el (hexl-mode-map): Likewise.
21642
21643 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
21644
21645 * progmodes/compile.el (compilation-error-regexp-alist-alist)
21646 [msft]: update regexp for newer msft compilers.
21647
21648 2005-06-10 Mark A. Hershberger <mah@everybody.org>
21649
21650 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
21651 ATTLIST portions of included DTDs.
21652 (xml-parse-dtd): Eliminate use of inefficient match-data.
21653
21654 2005-06-10 Miles Bader <miles@gnu.org>
21655
21656 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
21657 (mpuz-text): Remove "-face" suffix from face names.
21658 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
21659 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
21660 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
21661
21662 * play/gomoku.el (gomoku-O, gomoku-X):
21663 Remove "-face" suffix from face names.
21664 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
21665 New backward-compatibility aliases for renamed faces.
21666 (gomoku-font-lock-keywords): Use renamed gomoku faces.
21667
21668 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21669
21670 * thumbs.el: Fixes for changes of 2005-06-09.
21671 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
21672 as a directory.
21673 (thumbs-thumbname): Remove directory separator from format string;
21674 `thumbs-thumbsdir' now returns a valid directory name.
21675 (thumbs-temp-dir): New defsubst.
21676 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
21677 Use it.
21678
21679 * cus-edit.el (minibuffer):
21680 * files.el (make-backup-file-name-function):
21681 * filesets.el (filesets-external-viewers):
21682 * hilit-chg.el (highlight-changes-colours)
21683 (highlight-changes-face-list, highlight-changes-rotate-faces):
21684 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
21685 * kmacro.el (kmacro-call-macro):
21686 * log-edit.el (log-edit-changelog-full-paragraphs):
21687 * mouse.el (mouse-1-click-follows-link):
21688 * skeleton.el (skeleton-autowrap):
21689 * subr.el (insert-for-yank-1):
21690 * tempo.el (tempo-insert-region):
21691 * terminal.el (terminal-emulator):
21692 * time.el (display-time-mail-face):
21693 * vc.el (vc-annotate):
21694 * vcursor.el (vcursor-copy-line):
21695 * woman.el (woman-bold-headings, woman-ignore)
21696 (woman-default-faces, woman-monochrome-faces):
21697 * calendar/todo-mode.el (todo-insert-threshold):
21698 * emulation/pc-select.el (pc-select-selection-keys-only)
21699 (pc-selection-mode):
21700 * emulation/vip.el (vip-find-char-forward):
21701 * emulation/viper-cmd.el (viper-find-char-forward):
21702 * international/mule-cmds.el
21703 (select-safe-coding-system-accept-default-p)
21704 (input-method-exit-on-invalid-key):
21705 * international/mule-diag.el (describe-coding-system):
21706 * international/ucs-tables.el (unify-8859-on-encoding-mode):
21707 * net/browse-url.el (browse-url-xterm-program):
21708 * obsolete/lazy-lock.el (lazy-lock-mode):
21709 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
21710 (cperl-mode):
21711 * progmodes/cpp.el (cpp-face-light-name-list)
21712 (cpp-face-dark-name-list):
21713 * progmodes/delphi.el (delphi-newline-always-indents):
21714 Fix spellings in docstrings.
21715
21716 * ido.el (ido-mode, ido-file-extensions-order)
21717 (ido-default-file-method, ido-default-buffer-method)
21718 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
21719 (ido-decorations, ido-read-file-name-as-directory-commands)
21720 (ido-read-file-name-non-ido, ido-work-directory-list)
21721 (ido-ignore-item-temp-list, ido-current-directory)
21722 (ido-magic-forward-char, ido-enter-find-file)
21723 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
21724 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
21725
21726 2005-06-10 Lute Kamstra <lute@gnu.org>
21727
21728 * play/dunnet.el (dun-mode): Use define-derived-mode.
21729 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
21730 obsolete alias.
21731
21732 * play/doctor.el (doctor-mode-map): Remove defvar.
21733 (doctor-mode): Use define-derived-mode.
21734
21735 * mail/mspools.el (mspools-mode):
21736 * net/eudc-hotlist.el (eudc-hotlist-mode):
21737 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
21738
21739 2005-06-10 Miles Bader <miles@gnu.org>
21740
21741 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
21742 Remove "-face" suffix from face names.
21743 (flyspell-incorrect-face, flyspell-duplicate-face):
21744 New backward-compatibility aliases for renamed faces.
21745 (flyspell-mode-on, make-flyspell-overlay)
21746 (flyspell-highlight-incorrect-region)
21747 (flyspell-highlight-duplicate-region)
21748 (flyspell-display-next-corrections)
21749 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
21750
21751 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
21752 from face name.
21753 (texinfo-heading-face): New backward-compatibility alias for
21754 renamed face.
21755 (texinfo-heading-face): Use renamed texinfo-heading face.
21756
21757 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
21758 suffix from face names.
21759 (tex-math-face, tex-verbatim-face):
21760 New backward-compatibility aliases for renamed faces.
21761 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
21762 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
21763 literal face name.
21764
21765 * textmodes/table.el (table-cell): Remove "-face" suffix from face
21766 name.
21767 (table-cell-face): New backward-compatibility alias for renamed face.
21768 (table--put-cell-face-property, table--update-cell-face):
21769 Use renamed table-cell face.
21770
21771 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
21772 from face name.
21773 (sgml-namespace-face): New backward-compatibility alias for
21774 renamed face.
21775 (sgml-namespace-face): Use renamed sgml-namespace face.
21776
21777 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
21778 (org-level-4, org-level-5, org-level-6, org-level-7)
21779 (org-level-8, org-warning, org-headline-done)
21780 (org-deadline-announce, org-scheduled-today)
21781 (org-scheduled-previously, org-link, org-done, org-table)
21782 (org-time-grid): Remove "-face" suffix from face names.
21783 (org-level-1-face, org-level-2-face, org-level-3-face)
21784 (org-level-4-face, org-level-5-face, org-level-6-face)
21785 (org-level-7-face, org-level-8-face, org-warning-face)
21786 (org-headline-done-face, org-deadline-announce-face)
21787 (org-scheduled-today-face, org-scheduled-previously-face)
21788 (org-link-face, org-done-face, org-table-face)
21789 (org-time-grid-face):
21790 New backward-compatibility aliases for renamed faces.
21791 (org-level-faces, org-set-font-lock-defaults, org-timeline)
21792 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
21793 (org-agenda-get-timestamps, org-agenda-get-scheduled)
21794 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
21795
21796 * emulation/viper-init.el (viper-search, viper-replace-overlay)
21797 (viper-minibuffer-emacs, viper-minibuffer-insert)
21798 (viper-minibuffer-vi): Remove "-face" suffix from face names.
21799 (viper-search-face, viper-replace-overlay-face)
21800 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21801 (viper-minibuffer-vi-face):
21802 New backward-compatibility aliases for renamed faces.
21803 (viper-search-face, viper-replace-overlay-face)
21804 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21805 (viper-minibuffer-vi-face): Use renamed viper faces.
21806
21807 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
21808 Remove "-face" suffix from face names.
21809 (testcover-nohits-face, testcover-1value-face):
21810 New backward-compatibility aliases for renamed faces.
21811 (testcover-mark): Use renamed testcover faces.
21812
21813 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
21814 face name.
21815 (diary-button-face): New backward-compatibility alias for renamed face.
21816 (diary-entry): Use renamed diary-button face.
21817
21818 * calendar/calendar.el (diary, calendar-today, holiday)
21819 (mark-visible-calendar-date): Remove "-face" suffix from face names.
21820 (diary-face, calendar-today-face, holiday-face):
21821 New backward-compatibility aliases for renamed faces.
21822 (eval-after-load "facemenu", diary-entry-marker)
21823 (calendar-today-marker, calendar-holiday-marker, diary-face):
21824 Use renamed calendar faces.
21825
21826 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
21827 (compare-windows-face): New backward-compatibility alias for
21828 renamed face.
21829 (compare-windows-highlight): Use renamed compare-windows face.
21830
21831 * strokes.el (strokes-char): Remove "-face" suffix from face name.
21832 (strokes-char-face): New backward-compatibility alias for renamed face.
21833 (strokes-encode-buffer): Use renamed strokes-char face.
21834
21835 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
21836 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
21837 Remove "-face" suffix from face names.
21838 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
21839 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
21840 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
21841 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
21842 Use renamed pcvs faces.
21843 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
21844 * pcvs-defs.el (cvs-mode-map): Likewise.
21845 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
21846
21847 * info.el (info-title-1, info-title-2, info-title-3)
21848 (info-title-4): Remove "-face" suffix from and downcase face names.
21849 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
21850 (Info-title-4-face):
21851 New backward-compatibility aliases for renamed faces.
21852 (Info-fontify-node): Use renamed info faces.
21853
21854 * hilit-chg.el (highlight-changes, highlight-changes-delete):
21855 Remove "-face" suffix from face names.
21856 (highlight-changes-face, highlight-changes-delete-face):
21857 New backward-compatibility aliases for renamed faces.
21858 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
21859 (hilit-chg-make-list): Use renamed highlight-changes faces.
21860
21861 * generic-x.el (show-tabs-tab, show-tabs-space):
21862 Remove "-face" suffix from face names.
21863 (show-tabs-tab-face, show-tabs-space-face):
21864 New backward-compatibility aliases for renamed faces.
21865 (show-tabs-generic-mode-font-lock-defaults-1)
21866 (show-tabs-generic-mode-font-lock-defaults-2):
21867 Use renamed show-tabs faces.
21868
21869 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
21870 (smerge-markers): Remove "-face" suffix from face names.
21871 (smerge-mine-face, smerge-other-face, smerge-base-face)
21872 (smerge-markers-face):
21873 New backward-compatibility aliases for renamed faces.
21874 (smerge-mine-face, smerge-other-face, smerge-base-face)
21875 (smerge-markers-face): Use renamed smerge faces.
21876
21877 * log-view.el (log-view-file, log-view-message): Remove "-face"
21878 suffix from face names.
21879 (log-view-file-face, log-view-message-face):
21880 New backward-compatibility aliases for renamed faces.
21881 (log-view-file-face, log-view-message-face): Use renamed log-view
21882 faces.
21883
21884 * paren.el (show-paren-match, show-paren-mismatch):
21885 Remove "-face" suffix from face names.
21886 (show-paren-match-face, show-paren-mismatch-face):
21887 New backward-compatibility aliases for renamed faces.
21888 (show-paren-function): Use renamed show-paren faces.
21889
21890 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
21891 (ruler-mode-margins, ruler-mode-fringes)
21892 (ruler-mode-column-number, ruler-mode-fill-column)
21893 (ruler-mode-comment-column, ruler-mode-goal-column)
21894 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
21895 suffix from face names.
21896 (ruler-mode-default-face, ruler-mode-pad-face)
21897 (ruler-mode-margins-face, ruler-mode-fringes-face)
21898 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
21899 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
21900 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
21901 New backward-compatibility aliases for renamed faces.
21902 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
21903 (ruler-mode-column-number, ruler-mode-fill-column)
21904 (ruler-mode-comment-column, ruler-mode-goal-column)
21905 (ruler-mode-tab-stop, ruler-mode-current-column)
21906 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
21907 faces.
21908
21909 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
21910 face name.
21911 (whitespace-highlight-the-space): Use renamed face.
21912 (whitespace-highlight-face): New backward-compatibility alias for
21913 renamed face.
21914
21915 * woman.el (woman-italic, woman-bold, woman-unknown)
21916 (woman-addition, woman-symbol-face):
21917 Remove "-face" suffix from face names.
21918 (woman-italic-face, woman-bold-face, woman-unknown-face)
21919 (woman-addition-face):
21920 New backward-compatibility aliases for renamed faces.
21921 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
21922 (woman-decode-region, woman-replace-match)
21923 (woman-display-extended-fonts, woman-special-characters)
21924 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
21925 Use renamed woman faces.
21926
21927 * longlines.el (longlines-visible-face): Face removed.
21928
21929 * diff-mode.el (diff-header, diff-file-header, diff-index)
21930 (diff-hunk-header, diff-removed, diff-added, diff-changed)
21931 (diff-function, diff-context, diff-nonexistent): Remove "-face"
21932 suffix from face names.
21933 (diff-header-face, diff-file-header-face, diff-index-face)
21934 (diff-hunk-header-face, diff-removed-face, diff-added-face)
21935 (diff-changed-face, diff-function-face, diff-context-face)
21936 (diff-nonexistent-face): New backward-compatibility aliases for
21937 renamed faces.
21938 (diff-header-face, diff-file-header-face)
21939 (diff-index, diff-index-face, diff-hunk-header)
21940 (diff-hunk-header-face, diff-removed, diff-removed-face)
21941 (diff-added, diff-added-face, diff-changed-face, diff-function)
21942 (diff-function-face, diff-context-face, diff-nonexistent)
21943 (diff-nonexistent-face): Use renamed diff-mode faces.
21944
21945 * progmodes/compile.el (compilation-warning-face)
21946 (compilation-info-face): Remove "-face" suffix from face names.
21947 (compilation-warning-face, compilation-info-face):
21948 New backward-compatibility aliases for renamed faces.
21949 (compilation-warning-face, compilation-info-face):
21950 Use renamed compilation faces.
21951
21952 * add-log.el (change-log-date, change-log-name)
21953 (change-log-email, change-log-file, change-log-list)
21954 (change-log-conditionals, change-log-function)
21955 (change-log-acknowledgement): Remove "-face" suffix from face names.
21956 (change-log-date-face, change-log-name-face)
21957 (change-log-email-face, change-log-file-face)
21958 (change-log-list-face, change-log-conditionals-face)
21959 (change-log-function-face, change-log-acknowledgement-face):
21960 New backward-compatibility aliases for renamed faces.
21961 (change-log-font-lock-keywords): Use renamed change-log faces.
21962
21963 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
21964 (custom-set, custom-changed, custom-saved, custom-button)
21965 (custom-button-pressed, custom-documentation, custom-state)
21966 (custom-comment, custom-comment-tag, custom-variable-tag)
21967 (custom-variable-button, custom-face-tag, custom-group-tag-1)
21968 (custom-group-tag): Remove "-face" suffix from face names.
21969 (custom-magic-alist, custom-magic-value-create)
21970 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
21971 (custom-invalid-face, custom-rogue-face, custom-modified-face)
21972 (custom-set-face, custom-changed-face, custom-saved-face)
21973 (custom-button-face, custom-button-pressed-face)
21974 (custom-documentation-face, custom-state-face)
21975 (custom-comment-face, custom-comment-tag-face)
21976 (custom-variable-tag-face, custom-variable-button-face)
21977 (custom-face-tag-face, custom-group-tag-face-1)
21978 (custom-group-tag-face):
21979 New backward-compatibility aliases for renamed faces.
21980
21981 * wid-edit.el (widget-documentation, widget-button)
21982 (widget-field, widget-single-line-field, widget-inactive)
21983 (widget-button-pressed): "-face" suffix removed from face names.
21984 (widget-documentation-face, widget-button-face)
21985 (widget-field-face, widget-single-line-field-face)
21986 (widget-inactive-face, widget-button-pressed-face):
21987 New backward-compatibility aliases for renamed faces.
21988 (widget-documentation-face, widget-button-face)
21989 (widget-button-pressed-face, widget-specify-field)
21990 (widget-specify-inactive): Use renamed widget faces.
21991
21992 2005-06-10 Kenichi Handa <handa@m17n.org>
21993
21994 * term/x-win.el (x-clipboard-yank): Remove condition-case
21995 wrapping.
21996
21997 2005-06-11 Kenichi Handa <handa@m17n.org>
21998
21999 * add-log.el (change-log-font-lock-keywords): Make the regexp for
22000 date lines stricter.
22001
22002 2005-06-10 Zhang Wei <id.brep@gmail.com>
22003
22004 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
22005 of x-get-selection.
22006
22007 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22008
22009 * comint.el (comint-mode, comint-snapshot-last-prompt):
22010 * frame.el (frame-current-scroll-bars):
22011 * term.el (term-mode, term-check-proc, term-input-sender)
22012 (term-simple-send, term-extract-string, term-word)
22013 (term-match-partial-filename):
22014 * window.el (window-current-scroll-bars):
22015 * emulation/cua-base.el (cua-normal-cursor-color)
22016 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
22017 (cua-global-mark-cursor-color):
22018 * mail/undigest.el (rmail-forward-separator-regex):
22019 Fix typos in docstrings.
22020
22021 * comint.el (comint-check-proc, make-comint-in-buffer)
22022 (comint-source-default): Doc fixes.
22023
22024 * term.el (term-send-string): Improve argument/docstring consistency.
22025
22026 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
22027
22028 * comint.el (comint-send-input): Bind `inhibit-read-only' around
22029 call to `delete-region'.
22030 (comint-mode-hook): Do not enable Font Lock by default.
22031
22032 2005-06-09 Lute Kamstra <lute@gnu.org>
22033
22034 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
22035 could be void.
22036
22037 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
22038
22039 * emacs-lisp/debug.el (debugger-will-be-back): New var.
22040 (debug): Use it.
22041 (debugger-step-through, debugger-continue, debugger-jump)
22042 (debugger-return-value): Set it when needed.
22043 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
22044 Use inhibit-read-only.
22045
22046 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
22047
22048 * window.el (shrink-window-if-larger-than-buffer)
22049 (window-size-fixed): Fix typo in docstring.
22050
22051 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
22052 thumbnails directory on loading.
22053 (thumbs-conversion-program): Use `eq' to check the system type,
22054 not `equal'.
22055 (thumbs-temp-dir): Initialize to `temporary-file-directory',
22056 not "/tmp". Fix docstring.
22057 (thumbs-thumbsdir): New function to return the thumbnails
22058 directory, creating it if needed.
22059 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
22060 (thumbs-temp-file): Delete variable and make it into a function.
22061 (thumbs-resize-image, thumbs-modify-image): Use it.
22062 (thumbs-kill-buffer): Simplify.
22063 (thumbs-gensym): Defalias or duplicate CL `gensym'.
22064 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
22065 docstrings.
22066
22067 2005-06-09 Kim F. Storm <storm@cua.dk>
22068
22069 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
22070 set-match-data to free markers in match-data.
22071
22072 * replace.el (replace-match-data): Pass RESEAT arg `t' to
22073 match-data to unchain markers in match-data.
22074
22075 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22076
22077 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
22078 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
22079 unnecessary now.
22080
22081 2005-06-08 Richard M. Stallman <rms@gnu.org>
22082
22083 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
22084 give the variable a doc string that doesn't say don't set it directly.
22085
22086 * textmodes/ispell.el (ispell-check-version):
22087 Use match-string-no-properties.
22088 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
22089 (ispell-buffer-local-words): Likewise.
22090
22091 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
22092 except on terminals with enough colors to really display it.
22093 (makefile-dependency-regex): Delete spurious `bb'.
22094
22095 * faces.el (escape-glyph): Use blue once again in last case.
22096 (no-break-space): Redefine so that it isn't invisible on a tty.
22097
22098 2005-06-08 Kim F. Storm <storm@cua.dk>
22099
22100 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
22101 also when reading directory name.
22102
22103 2005-06-08 Lute Kamstra <lute@gnu.org>
22104
22105 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
22106 (flyspell-mode-line-string): Remove autoload cookie.
22107 (flyspell-mode): Remove defvar.
22108
22109 2005-06-07 Lute Kamstra <lute@gnu.org>
22110
22111 * textmodes/org.el (org-run-mode-hooks): New function.
22112 (org-agenda-mode): Use it.
22113
22114 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
22115
22116 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
22117
22118 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22119
22120 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
22121
22122 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
22123
22124 * font-lock.el (font-lock-add-keywords): Doc fix.
22125
22126 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22127
22128 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
22129 (tex-compile-default): In the absence of any history, use the order in
22130 tex-compile-alist to choose the preferred command.
22131 (tex-compile-commands): Reorder a bit.
22132
22133 * textmodes/flyspell.el (flyspell-auto-correct-binding)
22134 (flyspell-incorrect-face, flyspell-duplicate-face):
22135 Use (X)Emacs-agnostic code.
22136 (flyspell-mode-map): Don't overwrite at each load. Remove code
22137 redundant with the subsequent add-minor-mode. Merge Emacs and
22138 XEmacs code.
22139 (flyspell-word): Minor simplification.
22140 (flyspell-math-tex-command-p): Quieten the byte-compiler.
22141 (flyspell-external-point-words): Remove unused vars `size' and `start'.
22142 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
22143 Merge the corresponding Emacs code.
22144 (flyspell-correct-word, flyspell-xemacs-popup):
22145 Use flyspell-do-correct.
22146
22147 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
22148 a dedicated window.
22149
22150 * international/latexenc.el (latexenc-find-file-coding-system):
22151 Undo part of last patch, to turn off a compiler warning.
22152
22153 2005-06-06 Juri Linkov <juri@jurta.org>
22154
22155 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
22156 Rename `tmm-inactive-face' to `tmm-inactive'.
22157
22158 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
22159
22160 * iswitchb.el: Rename faces.
22161
22162 2005-06-06 Kim F. Storm <storm@cua.dk>
22163
22164 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
22165 (cua-global-mark): Remove -face suffix from face names.
22166
22167 * emulation/cua-gmrk.el (cua--init-global-mark):
22168 Remove cua-global-mark face setup.
22169
22170 2005-06-06 Richard M. Stallman <rms@gnu.org>
22171
22172 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
22173 just like other allowed characters.
22174 (makefile-match-dependency): Exclude leading and training whitespace
22175 from the range of regexp subexp 1.
22176 (makefile-macroassign-regex): Don't try to match the body,
22177 just the name of the macro being defined.
22178
22179 * info.el (Info-read-node-name-2): New function.
22180 (Info-read-node-name-1): Use that.
22181 Add a completion-base-size-function property.
22182
22183 * simple.el (completion-setup-function): Look for
22184 completion-base-size-function property of minibuffer-completion-table.
22185
22186 * files.el (locate-file-completion): Doc fix.
22187
22188 * printing.el: Don't call pr-update-menus; user must do that.
22189
22190 * emacs-lisp/debug.el (debugger-window): New variable.
22191 (debug): Use debugger-window if it is set and still alive.
22192 Record debugger-window for next entry.
22193
22194 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
22195
22196 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
22197
22198 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
22199 (hack-one-local-variable, hack-local-variables)
22200 (hack-local-variables-prop-line): Pass that arg.
22201
22202 2005-06-06 Kim F. Storm <storm@cua.dk>
22203
22204 * ido.el (ido-first-match, ido-only-match, ido-subdir)
22205 (ido-indicator): Remove -face suffix from face names.
22206
22207 2005-06-06 Juri Linkov <juri@jurta.org>
22208
22209 * font-lock.el (font-lock-regexp-backslash)
22210 (font-lock-regexp-backslash-construct): New faces.
22211 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
22212 after `('. Add `while-no-input' to control structures.
22213
22214 * faces.el (no-break-space, shadow): New faces.
22215 (escape-glyph): Use less loud colors pink2 and red4.
22216
22217 * diff-mode.el (diff-context-face)
22218 * dired.el (dired-ignored)
22219 * rfn-eshadow.el (file-name-shadow)
22220 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
22221
22222 * info.el (Info-title-1-face): Use green instead of yellow because
22223 bold yellow is not readable on light backgrounds.
22224
22225 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
22226 before selecting the desired mode to not spend time fontifying
22227 old contents.
22228
22229 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
22230
22231 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
22232 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
22233
22234 * ps-print.el (ps-default-fg, ps-default-bg):
22235 Fix typos in docstrings.
22236
22237 * isearchb.el (isearchb): Don't pass a spurious second argument to
22238 `iswitchb-completions'.
22239
22240 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
22241
22242 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
22243 to preserve point.
22244 (gdb-find-file-hook): Add doc string.
22245
22246 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
22247 C dereferenced pointer expression.
22248 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
22249
22250 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
22251
22252 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
22253 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
22254 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
22255 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
22256 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
22257 Make background transparent.
22258
22259 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
22260
22261 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
22262 (font-lock-remove-keywords): Doc fix.
22263 (font-lock-mode-major-mode): Compiler defvar.
22264 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
22265
22266 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
22267 (font-lock-mode): Update `font-lock-mode-major-mode'.
22268 (font-lock-set-defaults): Compiler defvar.
22269 (font-lock-default-function): Take `font-lock-mode-major-mode'
22270 into account.
22271
22272 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
22273 keep track of which major mode it enabled the minor mode for.
22274 Use find-file-hook again. Update docstring.
22275
22276 * simple.el (eval-expression-print-level)
22277 (eval-expression-print-length, eval-expression-debug-on-error):
22278 Doc fixes.
22279
22280 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
22281
22282 * iswitchb.el (iswitchb-single-match-face)
22283 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
22284 (iswitchb-invalid-regexp-face): New faces.
22285 (iswitchb-completions): Use them.
22286 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
22287 now marked as an obsolete alias.
22288 (iswitchb-read-buffer): Remove check for bound font variables.
22289 (iswitchb-invalid-regexp): New free variable.
22290 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
22291 set iswitchb-invalid-regexp.
22292 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
22293 invalid regexps.
22294 (iswitchb-completions): Add check for complete match when entering
22295 a regexp.
22296 (iswitchb-completions): Remove require-match argument.
22297 (iswitchb-exhibit): Fix caller.
22298 (iswitchb-common-match-inserted): New variable.
22299 (iswitchb-complete, iswitchb-completion-help): Use it.
22300
22301 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
22302
22303 * url-http.el (url-http-chunked-encoding-after-change-function):
22304 Use `url-http-debug' instead of `message'.
22305
22306 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
22307
22308 * url-http.el (url-http-parse-headers): Pass redirected URL as a
22309 callback argument.
22310
22311 2005-06-04 Kim F. Storm <storm@cua.dk>
22312
22313 * simple.el (line-move): Only call sit-for when moving backwards.
22314
22315 * ido.el (ido-make-merged-file-list-1): New defun split from
22316 ido-make-merged-file-list.
22317 (ido-make-merged-file-list): Bind throw-on-input around call to
22318 ido-make-merged-file-list-1. Return input-pending-p if
22319 interrupted by more input available.
22320 (ido-read-internal): Handle input-pending-p return value from
22321 ido-make-merged-file-list.
22322
22323 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22324
22325 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
22326 compatibility code.
22327
22328 * international/latexenc.el (latexenc-find-file-coding-system):
22329 Don't inherit the EOL part of the coding-system from the
22330 tex-main buffer. Fit within 80 columns.
22331
22332 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
22333
22334 * tmm.el (tmm-inactive-face): New face.
22335 (tmm-remove-inactive-mouse-face): New function.
22336 (tmm-prompt, tmm-add-one-shortcut)
22337 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
22338 but not selectable.
22339
22340 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
22341
22342 * faces.el (face-equal): Improve argument/docstring consistency.
22343
22344 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
22345
22346 * progmodes/make-mode.el (makefile-targets-face)
22347 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
22348 (makefile-bsdmake-dependency-regex)
22349 (makefile-makepp-rule-action-regex)
22350 (makefile-bsdmake-rule-action-regex): New constants.
22351 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
22352
22353 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22354 Allow (...) within `...' for makepp messages.
22355
22356 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
22357
22358 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
22359
22360 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
22361 "." files are deleted from all file lists before comparison.
22362
22363 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22364 (viper-ESC-key): Made them customizable.
22365
22366 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
22367
22368 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
22369
22370 * autorevert.el (auto-revert-buffers): Use save-match-data.
22371
22372 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22373
22374 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
22375 menu items with a nil command binding.
22376
22377 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
22378
22379 * emacs-lisp/cl-macs.el (defsetf):
22380 Improve argument/docstring consistency.
22381
22382 * faces.el (list-faces-display): Improve the formatting by
22383 computing the maximum length required for any face-name (reworked
22384 patch of 1999-01-11, accidentally deleted on 1999-07-21).
22385 (internal-find-face): Remove redundant info in docstring.
22386
22387 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
22388
22389 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
22390 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
22391 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
22392 (gdb-assembler-custom): Improve regexps.
22393 (def-gdb-auto-update-handler): Use window point to preserve point.
22394
22395 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22396
22397 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
22398
22399 2005-05-31 Jay Belanger <belanger@truman.edu>
22400
22401 * calc/calc-embed.el (calc-embedded-word): Change argument passed
22402 to calc-embedded.
22403 (calc-embedded-make-info): Have plain prefix argument select
22404 entire line.
22405
22406 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
22407
22408 * faces.el (list-faces-display): Signal error if passed a regexp
22409 that matches no face name.
22410
22411 * simple.el (filter-buffer-substring): Fix typo in docstring.
22412
22413 2005-05-31 Richard M. Stallman <rms@gnu.org>
22414
22415 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
22416 (vhdl-emacs-21): Doc fix.
22417 (vhdl-mode): Unconditionally set comment-padding.
22418 (vhdl-fixup-whitespace-region): Insert spaces only where
22419 there are none.
22420 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
22421
22422 2005-05-30 John Wiegley <johnw@newartisans.com>
22423
22424 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
22425 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
22426 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
22427 `directory-sep-char' to ?/, and all uses of `string-to-int' to
22428 `string-to-number'.
22429
22430 2005-05-30 Jay Belanger <belanger@truman.edu>
22431
22432 * calc/calc.el (calc-bug-address): Fix docstring.
22433 (calc-window-hook, calc-trail-window-hook): New variables.
22434 (calc-trail-display): Restore use of calc-trail-window-hook.
22435 (calc): Restore use of calc-window-hook.
22436
22437 2005-05-31 Masatake YAMATO <jet@gyve.org>
22438
22439 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
22440
22441 * help-fns.el (help-C-file-name): Add autoload mark for
22442 `find-function-noselect'.
22443
22444 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22445
22446 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
22447 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
22448
22449 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22450
22451 * calendar/diary-lib.el (mark-included-diary-files): Only kill
22452 included diary buffer if it was not already being visited.
22453 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
22454
22455 * calendar/icalendar.el (top-level): Do not require appt.
22456
22457 * mail/supercite.el (sc-select-attribution): Only use a list
22458 element from sc-attrib-selection-list if it returns a string.
22459 Reported by Davide G. M. Salvetti <salve@debian.org>.
22460
22461 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
22462
22463 * thumbs.el (thumbs-thumbname): The resulting thumbname now
22464 includes a hash value to improve its uniqueness, and has a ".jpg"
22465 extension. Also, it is now a valid filename on all systems.
22466 (thumbs-make-thumb): Use `let', not `let*'.
22467 (thumbs-show-thumbs-list): Check for JPEG availability.
22468
22469 2005-05-30 Richard M. Stallman <rms@gnu.org>
22470
22471 * filesets.el (filesets-menu-ensure-use-cached):
22472 Prevent warning when emacs-version>= is undefined.
22473
22474 * printing.el (pr-interactive-n-up): Use string-to-number.
22475
22476 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
22477
22478 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22479 Warn only when name to be defined is quoted.
22480
22481 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
22482
22483 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
22484 Make regexp more robust.
22485 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
22486 Force regeneration of disassembly.
22487
22488 2005-05-29 Jay Belanger <belanger@truman.edu>
22489
22490 * calc/calc.el (calc-user-invocation): Check if
22491 calc-invocation-macro is non-nil.
22492
22493 2005-05-29 Juri Linkov <juri@jurta.org>
22494
22495 * add-log.el (change-log-font-lock-keywords):
22496 Add `+' to e-mail regexp to accept mail address with keywords.
22497
22498 * man.el (Man-name-regexp): Add `:' to accept qualified names.
22499
22500 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
22501
22502 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
22503
22504 * ielm.el (inferior-emacs-lisp-mode): Ditto.
22505
22506 2005-05-29 Richard M. Stallman <rms@gnu.org>
22507
22508 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22509 Undo the change that moves to end of the current word.
22510
22511 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22512
22513 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
22514 Throw error when count <= 0 to ensure input is a number.
22515 (gdb-read-memory-custom): Pick up address from buffer.
22516 (gdb-memory-mode): Allow user to increment and decrement
22517 memory address from header line.
22518
22519 2005-05-29 Richard M. Stallman <rms@gnu.org>
22520
22521 * flyspell.el (flyspell-version): Function deleted.
22522 (flyspell-auto-correct-previous-hook): Doc fix.
22523
22524 * jit-lock.el (jit-lock-function, jit-lock-after-change):
22525 Do nothing if memory is full.
22526
22527 * font-lock.el (font-lock-fontify-syntactically-region):
22528 Pass t for GREEDY to looking-back.
22529
22530 * saveplace.el (save-place-alist-to-file): Write the file
22531 using write-region.
22532
22533 * subr.el (looking-back): New argument GREEDY.
22534
22535 * progmodes/compile.el (compilation-start): Set the mode
22536 before inserting the initial text.
22537
22538 * progmodes/which-func.el (which-func-update-1): Turn the mode
22539 off in case of error by setting which-func-mode.
22540
22541 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
22542
22543 * flyspell.el (flyspell-auto-correct-previous-word):
22544 Narrow down to what's on the screen, and recenter overlays
22545 at the end of the next word.
22546
22547 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
22548
22549 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
22550 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
22551 (flyspell-abbrev-p): Default to nil.
22552 (flyspell-use-global-abbrev-table-p): Doc fix.
22553 (flyspell-large-region): Allow nil as value.
22554 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
22555
22556 (mail-mode-flyspell-verify): More robust handling
22557 of `mail-header-separator'. More efficient signature detection.
22558 Allow for regexp metacharacters in message-header-separator.
22559 Adding `To' not to be checked in mail-mode-flyspell-verify.
22560
22561 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
22562 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
22563 Bind flyspell-auto-correct-binding.
22564 Bind C-. and C-, .
22565 (flyspell-mode-map): Likewise.
22566 (flyspell-mode): Doc fix.
22567 (flyspell-accept-buffer-local-defs): Preserve current buffer.
22568 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
22569 (flyspell-word-cache-result): New var, always local.
22570 (flyspell-check-pre-word-p): Doc fix.
22571 (flyspell-check-changed-word-p): Handle spc like newline.
22572 (flyspell-post-command-hook): Set flyspell-word-cache-result.
22573 (flyspell-word-search-backward, flyspell-word-search-forward):
22574 New functions.
22575 (flyspell-word): Return t if nothing to check.
22576 When parsing TeX code, check for after } or \.
22577 Use flyspell-word-search-backward to find previous word.
22578 Return nil if duplicated word.
22579 For word already checked, return same value as last time.
22580 Set flyspell-word-cache-result after checking.
22581 Don't clobber the return value.
22582 (flyspell-get-word): Major rewrite.
22583 (flyspell-external-point-words): New locals pword, pcount.
22584 Fix size used in progress message.
22585 Find the proper corresponding word in flyspell-large-region-buffer.
22586 (flyspell-region): Check for flyspell-large-region = nil.
22587 (flyspell-highlight-incorrect-region): Clean up overlays in region.
22588 (flyspell-auto-correct-word): Check that WORD is a cons.
22589 (flyspell-correct-word): Likewise.
22590
22591 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
22592
22593 * progmodes/make-mode.el (makefile-rule-action-regex)
22594 (makefile-macroassign-regex, makefile-makepp-mode)
22595 (makefile-bsdmake-mode): Continuation lines may be empty.
22596 Reported by Joshua Varner.
22597 (makefile-makepp-font-lock-keywords): Add $(stem).
22598
22599 2005-05-28 Karl Berry <karl@gnu.org>
22600
22601 * textmodes/tex-mode.el: Now that tex-send-command calls
22602 shell-quote-argument (2005-03-31 change), remove all calls to
22603 shell-quote-argument; they all end up invoking tex-send-command.
22604 The double quoting loses on filenames with non-safe characters,
22605 such as "@". Reported by Frederik Fouvry.
22606
22607 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22608
22609 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
22610 about preserving point.
22611
22612 2005-05-27 Jay Belanger <belanger@truman.edu>
22613
22614 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
22615 Info-goto-node.
22616
22617 * calc/calc-embed.el (calc-embed-arg): New variable.
22618 (calc-do-embedded-activate, calc-embedded-activate-formula)
22619 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
22620 variable by new variable.
22621 (calc-embedded-make-info): Replace undeclared variable by new
22622 variable. When selecting region with positive prefix
22623 argument, use end of previous line instead of beginning of line.
22624
22625 * calc/calc-aent.el (calc-arg-values): Declare it.
22626
22627 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
22628 Declare them.
22629
22630 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
22631
22632 * calc/calc.el (calc-alg-map): Declare it.
22633
22634 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
22635
22636 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
22637
22638 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
22639 (gdb-registers-buffer, toggle-gdb-all-registers):
22640 Toggle display of floating point registers.
22641 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
22642
22643 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
22644 (toggle-gud-tooltip-dereference):
22645 Rename from gud-toggle-tooltip-dereference.
22646
22647 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22648
22649 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
22650
22651 2005-05-27 Jay Belanger <belanger@truman.edu>
22652
22653 * calc/calc-prog.el (calc-kbd-report): Remove.
22654 (calc-kbd-query): Rewrite.
22655
22656 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
22657
22658 * image.el (image-library-alist): Move to image.c.
22659 (image-type-available-p): Doc fix.
22660
22661 2005-05-27 Lute Kamstra <lute@gnu.org>
22662
22663 * calc/calc.el (calc):
22664 * outline.el (outline-1, outline-2, outline-3, outline-4)
22665 (outline-5, outline-6, outline-7, outline-8):
22666 * textmodes/dns-mode.el (dns-mode):
22667 * textmodes/sgml-mode.el (sgml-namespace-face):
22668 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
22669 (tex-verbatim-face, tex-use-reftex):
22670 * textmodes/texinfo.el (texinfo-heading-face):
22671 Specify customization group.
22672
22673 * longlines.el: Don't require easy-mmode.
22674 (longlines-visible-face): Specify customization group.
22675
22676 2005-05-27 Kenichi Handa <handa@m17n.org>
22677
22678 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
22679 encoding table of windows-1251.
22680
22681 * international/ucs-tables.el (ucs-set-table-for-input):
22682 If translation-table-for-input of a coding system is a symbol, get
22683 its translation-table property.
22684
22685 * international/code-pages.el: Don't register a coding system into
22686 non-iso-charset-alist more than once.
22687 (cp-make-coding-system): Likewise.
22688
22689 2005-05-26 John Wiegley <johnw@newartisans.com>
22690
22691 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
22692 `eshell-resume-eval' is wrapped in a list, it indicates that the
22693 command was run asynchronously. In that case, unwrap the value
22694 before checking the delimiter value.
22695
22696 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
22697 character before a space at the end of a line is \, assume the space
22698 is part of the last argument rather than a final argument separator.
22699
22700 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
22701 is in use, and the target is `t' or `nil' (which are the most common
22702 values), don't assume that the symbol target is a buffer.
22703
22704 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
22705
22706 * calendar/calendar.el (calendar-mode-line-format):
22707 Use mode-line-highlight as mouse-face.
22708
22709 * time.el (display-time-string-forms, display-time-update):
22710 Use mode-line-highlight as mouse-face.
22711
22712 2005-05-26 Jay Belanger <belanger@truman.edu>
22713
22714 * calc/calc.el (calc-language-alist): Remove extra defvar.
22715
22716 2005-05-26 Lute Kamstra <lute@gnu.org>
22717
22718 * arc-mode.el (archive-mode):
22719 * bookmark.el (bookmark-read-annotation-mode)
22720 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
22721 * bs.el (bs-mode):
22722 * calc/calc-yank.el (calc-edit-mode):
22723 * calc/calc.el (calc-mode, calc-trail-mode):
22724 * calculator.el (calculator-mode):
22725 * chistory.el (command-history-mode):
22726 * comint.el:
22727 * cus-edit.el (custom-mode):
22728 * descr-text.el (describe-text-mode):
22729 * ebuff-menu.el (Electric-buffer-menu-mode):
22730 * ediff-util.el (ediff-mode):
22731 * emacs-lisp/re-builder.el (reb-mode):
22732 * emulation/vi.el (vi-mode-setup):
22733 * emulation/ws-mode.el (wordstar-mode):
22734 * eshell/esh-mode.el (eshell-mode):
22735 * forms.el (forms-mode):
22736 * help-mode.el (help-mode):
22737 * hexl.el (hexl-mode):
22738 * ibuffer.el (ibuffer-mode):
22739 * ielm.el (inferior-emacs-lisp-mode):
22740 * info.el (Info-mode, Info-edit-mode):
22741 * international/swedish.el:
22742 * ledit.el (ledit-from-lisp-mode):
22743 * locate.el (locate-mode):
22744 * mail/rmail.el (rmail-mode):
22745 * mail/rmailedit.el (rmail-edit-mode):
22746 * mail/rmailsum.el (rmail-summary-mode):
22747 * mail/supercite.el (sc-electric-mode):
22748 * net/eudc.el (eudc-mode):
22749 * net/quickurl.el (quickurl-list-mode):
22750 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
22751 * obsolete/ooutline.el (outline-mode):
22752 * obsolete/options.el (Edit-options-mode):
22753 * obsolete/rnews.el (news-mode):
22754 * obsolete/rnewspost.el (news-reply-mode):
22755 * play/5x5.el (5x5-mode):
22756 * play/decipher.el (decipher-mode, decipher-stats-mode):
22757 * play/gomoku.el (gomoku-mode):
22758 * play/snake.el (snake-mode):
22759 * play/solitaire.el (solitaire-mode):
22760 * play/tetris.el (tetris-mode):
22761 * progmodes/ada-mode.el (ada-mode):
22762 * progmodes/antlr-mode.el (antlr-mode):
22763 * progmodes/autoconf.el (autoconf-mode):
22764 * progmodes/dcl-mode.el (dcl-mode):
22765 * progmodes/delphi.el (delphi-mode):
22766 * progmodes/ebrowse.el (ebrowse-tree-mode)
22767 (ebrowse-electric-list-mode, ebrowse-member-mode)
22768 (ebrowse-electric-position-mode):
22769 * progmodes/f90.el (f90-mode):
22770 * progmodes/fortran.el (fortran-mode):
22771 * progmodes/icon.el (icon-mode):
22772 * progmodes/idlw-help.el (idlwave-help-mode):
22773 * progmodes/idlw-shell.el (idlwave-shell-mode):
22774 * progmodes/idlwave.el (idlwave-mode):
22775 * progmodes/inf-lisp.el (inferior-lisp-mode):
22776 * progmodes/m4-mode.el (m4-mode):
22777 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
22778 * progmodes/modula2.el (modula-2-mode):
22779 * progmodes/octave-inf.el (inferior-octave-mode):
22780 * progmodes/octave-mod.el (octave-mode):
22781 * progmodes/pascal.el (pascal-mode):
22782 * progmodes/sh-script.el (sh-mode):
22783 * progmodes/sql.el (sql-mode, sql-interactive-mode):
22784 * progmodes/vhdl-mode.el (vhdl-mode):
22785 * progmodes/xscheme.el (scheme-interaction-mode):
22786 * replace.el (occur-mode):
22787 * ses.el (ses-mode):
22788 * simple.el (completion-list-mode):
22789 * skeleton.el:
22790 * speedbar.el (speedbar-mode):
22791 * term.el (term-mode):
22792 * terminal.el (terminal-edit-mode):
22793 * textmodes/reftex-index.el (reftex-index-mode)
22794 (reftex-index-phrases-mode):
22795 * textmodes/reftex-sel.el (reftex-select-label-mode)
22796 (reftex-select-bib-mode):
22797 * textmodes/reftex-toc.el (reftex-toc-mode):
22798 * wdired.el (wdired-change-to-wdired-mode):
22799 * wid-browse.el (widget-browse-mode):
22800 Use run-mode-hooks.
22801
22802 * array.el (array-mode):
22803 * calendar/todo-mode.el (todo-mode):
22804 * man.el (Man-mode):
22805 * play/landmark.el (lm-mode):
22806 * play/mpuz.el (mpuz-mode):
22807 Use kill-all-local-variables and run-mode-hooks.
22808
22809 * subr.el (delay-mode-hooks): Specify indentation.
22810
22811 2005-05-26 Mark A. Hershberger <mah@everybody.org>
22812
22813 * xml.el (xml-substitute-special): Don't die for undefined xml
22814 entities.
22815
22816 2005-05-26 Jay Belanger <belanger@truman.edu>
22817
22818 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
22819 of nil.
22820
22821 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
22822
22823 * progmodes/gdb-ui.el (gdb-frame-address):
22824 Rename from gdb-current-address.
22825 (gdb-previous-frame-address): Rename from gdb-previous-address.
22826 (gdb-selected-frame): Rename from gdb-current-frame.
22827 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
22828 (gdb-frame-number): Rename from gdb-current-stack-level.
22829 (gdb-ann3): Match new mode-name for disassembly buffer.
22830 Extend initialization of variables.
22831 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
22832 (gdb-memory-mode): Use mouse-face in header line.
22833 (gdb-assembler-buffer-name): Call it disassembly and give frame
22834 in mode line.
22835 (gdb-source-spec-regexp, gdb-assembler-custom)
22836 (gdb-invalidate-assembler, gdb-frame-handler):
22837 Make robust to leading zeroes in address format.
22838
22839 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
22840
22841 * textmodes/org.el (org-mode): Use `define-derived-mode' to
22842 define `org-mode'.
22843 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
22844
22845 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
22846
22847 * log-edit.el (log-edit-changelog-entries): Distinguish between
22848 filenames like xfns.c and fns.c.
22849
22850 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
22851
22852 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
22853 point after reverting.
22854 (Buffer-menu-make-sort-button): Handle the case where
22855 `Buffer-menu-use-header-line' is nil.
22856
22857 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
22858
22859 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
22860 New funcs. In minibuffer-local-completion-map bind `]', `/'
22861 and `:' to them.
22862
22863 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22864
22865 * startup.el (normal-top-level): Allow modification of load-path while
22866 we're iterating over it.
22867
22868 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
22869
22870 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
22871 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
22872 (thumbs-resize-interactive, thumbs-insert-image)
22873 (thumbs-insert-thumb, thumbs-dired-show-marked)
22874 (thumbs-find-image-at-point, thumbs-delete-images)
22875 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
22876 (thumbs-increment-image-size, thumbs-decrement-image-size):
22877 Fix typos in docstrings.
22878
22879 2005-05-24 Andre Spiegel <spiegel@gnu.org>
22880
22881 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
22882 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
22883 (cperl-mode): Use them.
22884
22885 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
22886
22887 * window.el (quit-window, shrink-window-if-larger-than-buffer):
22888 Doc fixes.
22889
22890 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
22891
22892 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
22893 Bind C-d to gdb-inferior-io-eof.
22894
22895 * dired.el (dired-dnd-popup-notice): Use message-box.
22896
22897 2005-05-23 Masatake YAMATO <jet@gyve.org>
22898
22899 * bindings.el (mode-line-major-mode-keymap):
22900 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
22901
22902 * faces.el (mode-line-highlight): New face.
22903
22904 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
22905 as mouse-face.
22906
22907 * bindings.el (top-level, help-echo, mode-line-modified)
22908 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
22909 as mouse-face.
22910
22911 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
22912
22913 * progmodes/cc-engine.el (c-guess-basic-syntax):
22914 Remove spurious call to `zerop'.
22915
22916 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
22917
22918 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
22919
22920 CC Mode update to 5.30.10:
22921
22922 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
22923 could go past the limit in decoration level 2, thereby causing
22924 errors during interactive fontification.
22925
22926 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
22927 the file is evaluated interactively.
22928
22929 * cc-engine.el (c-guess-basic-syntax): Handle operator
22930 declarations somewhat better in C++.
22931
22932 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
22933 make use of `run-mode-hooks' which has been added in Emacs 21.1.
22934 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
22935 (awk-mode): Use it.
22936 (make-local-hook): Suppress warning about obsoleteness.
22937
22938 * cc-engine.el, cc-align.el, cc-cmds.el
22939 (c-append-backslashes-forward, c-delete-backslashes-forward)
22940 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
22941 Compensate for return value from `forward-line' when it has moved
22942 but not to a different line due to eob.
22943
22944 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
22945 `objc-method-intro' and `objc-method-args-cont'.
22946
22947 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
22948
22949 CC Mode update to 5.30.10:
22950
22951 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
22952 in the copyright statement. Incidentally, change "along with GNU
22953 Emacs" to "along with this program" where it occurs.
22954
22955 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
22956 so that it is interactive, hence can be found by M-x awk-mode
22957 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
22958 <gmorris+emacs@ast.cam.ac.uk>.
22959
22960 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
22961 Mode's regexps.
22962
22963 2005-05-23 Kevin Ryde <user42@zip.com.au>
22964
22965 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
22966 c-parse-state, to avoid a lisp error (on bad code).
22967
22968 2005-05-23 Lute Kamstra <lute@gnu.org>
22969
22970 * subr.el (font-lock-defaults): Remove defvar as it's already
22971 defined in font-core.el.
22972
22973 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
22974
22975 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
22976
22977 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
22978 more general and work when GDB variable "print pretty" is on,
22979 as with Emacs, for example.
22980
22981 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
22982
22983 * font-core.el: Update comment.
22984
22985 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22986 Use `after-change-major-mode-hook' instead of `find-file-hook'.
22987
22988 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
22989
22990 2005-05-22 Eli Zaretskii <eliz@gnu.org>
22991
22992 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
22993 and `yank-handler' in the doc strings.
22994
22995 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22996
22997 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
22998
22999 2005-05-22 Richard M. Stallman <rms@gnu.org>
23000
23001 * help.el (describe-key): Move print-help-return-message call
23002 out of conditional.
23003
23004 * progmodes/etags.el (list-tags): Use with-no-warnings.
23005
23006 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
23007 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
23008 (starttls-extra-args, starttls-extra-arguments): Add defvars.
23009
23010 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
23011
23012 * language/viet-util.el (viet-viscii-nonascii-translation-table):
23013 Add defvar.
23014
23015 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
23016 Use defvar, not defconst.
23017
23018 * hexl.el (hexl-follow-line): Use with-no-warnings.
23019
23020 * emulation/tpu-extras.el: Use write-file-functions instead of
23021 write-file-hooks.
23022
23023 * dired.el (dired-font-lock-keywords): Fontify files with junk
23024 extensions even if marked by -F.
23025
23026 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
23027
23028 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
23029 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
23030 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
23031 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
23032 (concatenate, list-length, get*, getf, cl-remprop):
23033 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
23034 (etypecase, progv, lexical-let, lexical-let*)
23035 (multiple-value-bind, multiple-value-setq, shiftf):
23036 Improve argument/docstring consistency.
23037
23038 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
23039
23040 2005-05-22 Andre Spiegel <spiegel@gnu.org>
23041
23042 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
23043 doesn't exist.
23044
23045 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
23046 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
23047
23048 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
23049
23050 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
23051 already deleted variables: auto-fill-hook, blink-paren-hook,
23052 lisp-indent-hook, inhibit-local-variables, unread-command-event,
23053 suspend-hooks, comment-indent-hook, meta-flag,
23054 before-change-function, after-change-function,
23055 font-lock-doc-string-face.
23056
23057 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
23058
23059 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
23060
23061 2005-05-21 Eli Zaretskii <eliz@gnu.org>
23062
23063 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
23064 rmail-dont-reply-to.
23065
23066 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23067
23068 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
23069 literal blank when splitting new-header-values.
23070
23071 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
23072
23073 * calendar/cal-menu.el (cal-menu-update): Add separator as a
23074 string so that tmm doesn't create a completion entry for it.
23075
23076 * textmodes/table.el (table-disable-menu): Ditto.
23077
23078 2005-05-21 Richard M. Stallman <rms@gnu.org>
23079
23080 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
23081
23082 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
23083
23084 * net/rcompile.el (remote-compile): Use compilation-start.
23085
23086 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
23087
23088 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
23089
23090 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
23091 Default to makefile-bsdmake-mode on BSD systems.
23092
23093 * imenu.el (imenu-generic-expression, imenu--generic-function'):
23094 REGEXP may also be a search function now. The part of doc-string
23095 for describing the structure was 95% identical to that of
23096 `imenu--generic-function'. Unify it there.
23097
23098 * progmodes/make-mode.el (makefile-imenu-generic-expression):
23099 Use function to find dependencies, because regexp alone is so complex,
23100 it easily goes into an endless loop.
23101 (makefile-makepp-mode): Also add submenu for Perl functions
23102 defined in the makefile.
23103 (makefile-bsdmake-mode): Special imenu-generic-expression no
23104 longer needed, due to function call.
23105 (makefile-match-dependency): Take BOUND into account when checking
23106 if we're through.
23107
23108 2005-05-20 Jay Belanger <belanger@truman.edu>
23109
23110 * calc/calc-units.el (calc-invalidate-units-table):
23111 Use inhibit-read-only.
23112 (math-build-units-table-buffer): Use view-mode.
23113
23114 2005-05-20 David Kastrup <dak@gnu.org>
23115
23116 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
23117 easy-menu-add is not a nop on Emacs; and clarify when to call it.
23118
23119 2005-05-20 Lute Kamstra <lute@gnu.org>
23120
23121 * diff-mode.el (diff-header-face, diff-file-header-face)
23122 (diff-index-face, diff-hunk-header-face, diff-removed-face)
23123 (diff-added-face, diff-changed-face, diff-function-face)
23124 (diff-context-face, diff-nonexistent-face): Put them in the
23125 diff-mode customization group.
23126
23127 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23128
23129 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
23130
23131 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
23132
23133 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
23134 Minor regexp-optimization.
23135
23136 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
23137
23138 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
23139 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
23140 (org-agenda-add-time-grid-maybe): New function.
23141 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
23142 (org-table-create): `dotimes' instead of `mapcar'.
23143 (org-xor): Simplify implementation.
23144 (org-agenda): `inhibit-redisplay' turned on.
23145 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
23146 a consistent line after a state change.
23147 (org-agenda-remove-times-when-in-prefix): New option.
23148 (org-prefix-has-time): New variable.
23149 (org-parse-time-string): Optional argument NODEFAULT.
23150 (org-format-agenda-item): Parse items for time-of-day
23151 specifications and move these into the prefix if possible.
23152 (org-agenda-priority): Get current heading, not previous heading
23153 during agenda remote editing.
23154
23155 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
23156
23157 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
23158 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
23159 (remove-duplicates, delete-duplicates, substitute)
23160 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
23161 (nsubstitute-if-not, find, find-if, find-if-not, position)
23162 (position-if, position-if-not, count, count-if, count-if-not)
23163 (mismatch, search, sort*, stable-sort, merge, member*)
23164 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
23165 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
23166 (intersection, nintersection, set-difference, nset-difference)
23167 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
23168 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
23169 (nsublis, tree-equal): Improve argument/docstring consistency.
23170
23171 * subr.el (send-string, send-region): Remove obsolescence declaration.
23172 (window-dot, set-window-dot, read-input, show-buffer)
23173 (eval-current-buffer, string-to-int):
23174 Add release number to obsolescence declarations.
23175
23176 2005-05-19 Kim F. Storm <storm@cua.dk>
23177
23178 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
23179 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
23180
23181 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
23182
23183 * faces.el (list-faces-display): Make back button respect optional
23184 regexp arg.
23185
23186 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
23187
23188 * calculator.el (calculator-radix-grouping-mode)
23189 (calculator-radix-grouping-digits, calculator-displayer)
23190 (calculator-radix-grouping-separator, calculator-copy-displayer):
23191 * dabbrev.el (dabbrev-search-these-buffers-only):
23192 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
23193 (diff-advance-after-apply-hunk, diff-mode-hook)
23194 (diff-minor-mode-prefix):
23195 * imenu.el (imenu-use-popup-menu):
23196 * jit-lock.el (jit-lock-context-time):
23197 * newcomment.el (comment-fill-column, comment-column)
23198 (comment-style, comment-padding, comment-multi-line)
23199 (comment-empty-lines, comment-auto-fill-only-comments):
23200 * reveal.el (reveal-around-mark):
23201 * uniquify.el (uniquify-buffer-name-style)
23202 (uniquify-after-kill-buffer-p)
23203 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
23204 (uniquify-min-dir-content, uniquify-separator)
23205 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
23206 * w32-vars.el (w32-fixed-font-alist):
23207 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
23208 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
23209 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
23210 * progmodes/perl-mode.el (perl-indent-level)
23211 (perl-continued-statement-offset, perl-continued-brace-offset)
23212 (perl-brace-offset, perl-brace-imaginary-offset)
23213 (perl-label-offset, perl-indent-continued-arguments)
23214 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
23215 * progmodes/tcl.el (tcl-indent-level)
23216 (tcl-continued-indent-level, tcl-auto-newline)
23217 (tcl-tab-always-indent, tcl-electric-hash-style)
23218 (tcl-help-directory-list, tcl-use-smart-word-finder)
23219 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
23220 (inferior-tcl-source-command):
23221 * textmodes/fill.el (enable-kinsoku):
23222 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
23223 * textmodes/table.el (table-yank-handler):
23224 Specify missing group (and type, if simple) in defcustom.
23225
23226 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
23227
23228 * progmodes/compile.el (compilation-finish-function): Fix defvar.
23229
23230 2005-05-19 Richard M. Stallman <rms@gnu.org>
23231
23232 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
23233
23234 * subr.el (event-basic-type): Don't get an error.
23235 (left-fringe-p): Function deleted.
23236
23237 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
23238 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
23239
23240 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
23241 in recursive copy.
23242
23243 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
23244
23245 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
23246
23247 * emacs-lisp/bytecomp.el
23248 (byte-compile-file-form-custom-declare-variable):
23249 Call byte-compile-nogroup-warn if appropriate.
23250
23251 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
23252 (compilation-set-window): Don't call left-fringe-p; do it directly.
23253
23254 2005-05-19 Jay Belanger <belanger@truman.edu>
23255
23256 * calc/calc-graph.el (calc-graph-format-data): Make sure
23257 var-PlotRejects is bound before trying to check its value.
23258
23259 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
23260
23261 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
23262 definition of this variable from reftex-global.el to reftex.el,
23263 because it is needed in the menu.
23264
23265 2005-05-19 Lute Kamstra <lute@gnu.org>
23266
23267 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
23268 years are fixed. Don't insert a space after a dash.
23269
23270 2005-05-19 Kim F. Storm <storm@cua.dk>
23271
23272 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
23273
23274 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
23275
23276 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
23277 strings, because (eq ... ?\\) is fairly frequent.
23278
23279 * progmodes/make-mode.el (makefile-add-this-line-targets):
23280 Simplify and integrate into `makefile-pickup-targets'.
23281 (makefile-add-this-line-macro): Simplify and integrate into
23282 `makefile-pickup-macros.
23283 (makefile-pickup-filenames-as-targets): Simplify.
23284 (makefile-previous-dependency, makefile-match-dependency):
23285 Don't stumble over `::'.
23286
23287 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
23288
23289 * subr.el (post-command-idle-hook, post-command-idle-delay):
23290 Remove obsoletion of post-command-idle-hook and
23291 post-command-idle-delay.
23292
23293 * faces.el (list-faces-display): Provide button when describe-face
23294 is called to take user back to the list of faces.
23295
23296 * help-fns.el (describe-variable): Remove hyperlinks in a
23297 variable's value as these are quite frequently inappropriate.
23298
23299 * follow.el (follow-submit-feedback, follow-mode):
23300 Remove references to post-command-idle-hook.
23301
23302 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
23303
23304 * progmodes/make-mode.el (makefile-previous-dependency)
23305 (makefile-match-dependency): Check for := (and in bsd mode also
23306 !=) to give a better result, even when font-lock is not on.
23307
23308 2005-05-18 Jay Belanger <belanger@truman.edu>
23309
23310 * calc/calc-help.el (calc-s-prefix-help):
23311 Add `calc-copy-special-constant' to help string.
23312
23313 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
23314
23315 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23316
23317 2005-05-18 Jay Belanger <belanger@truman.edu>
23318
23319 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
23320 in linear factors are in proper order.
23321
23322 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
23323
23324 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23325 Support for jurabib.
23326
23327 * textmodes/reftex.el (featurep): Define aliases for overlay
23328 commands, for XEmacs compatibility, and use these aliases in
23329 overlay initializations.
23330 (reftex-highlight): Use `reftex-move-overlay'.
23331 (reftex-unhighlight): Use `reftex-delete-overlay'.
23332 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
23333 (reftex-access-search-path): Use `reftex-uniquify' instead of
23334 `reftex-uniq'
23335
23336 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
23337 `before-string' property modification enables for Emacs as well.
23338 (reftex-select-item): Use `reftex-delete-overlay'.
23339 (reftex-select-mark): Use `reftex-make-overlay' and
23340 `reftex-overlay-put'.
23341 (reftex-select-unmark): Use `reftex-delete-overlay' and
23342 `reftex-overlay-put'.
23343
23344 2005-05-18 Lute Kamstra <lute@gnu.org>
23345
23346 * emacs-lisp/lisp.el (check-parens): Fix docstring.
23347
23348 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
23349
23350 * add-log.el (add-change-log-entry):
23351 * array.el (array-make-template, array-reconfigure-rows)
23352 (array-init-max-row, array-init-max-column)
23353 (array-init-columns-per-line, array-init-field-width):
23354 * replace.el (replace-match-maybe-edit, perform-replace):
23355 * textmodes/spell.el (spell-region):
23356 Replace `read-input' by `read-string'.
23357
23358 * forms.el (forms-mode):
23359 * finder.el (finder-compile-keywords):
23360 * shadowfile.el (shadow-read-files):
23361 Replace `eval-current-buffer' by `eval-buffer'.
23362
23363 * terminal.el (te-pass-through):
23364 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
23365 (ange-ftp-raw-send-cmd):
23366 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
23367 (send-process-next-char, telnet-initial-filter, telnet):
23368 Replace `send-string' by `process-send-string'.
23369
23370 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
23371 (prolog-consult-region): Replace `send-string' by
23372 `process-send-string'; replace `send-region' by `process-send-region'.
23373
23374 * progmodes/delphi.el (delphi-log-msg):
23375 Replace `set-window-dot' by `set-window-point'.
23376
23377 * subr.el (window-dot, set-window-dot, read-input, send-string)
23378 (send-region, show-buffer, eval-current-buffer):
23379 Make really obsolete, as the comment says.
23380
23381 2005-05-17 Kim F. Storm <storm@cua.dk>
23382
23383 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
23384 (cua--init-keymaps): Bind C-return instead of S-return to set
23385 rectangle mark.
23386
23387 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
23388 instead of S-return to toggle/clear rectangle mark.
23389
23390 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
23391
23392 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
23393 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
23394 Also fontify plain strings assigned to variables, mostly so that a
23395 colon has a face and is thus not taken as a dependency separator.
23396 (makefile-previous-dependency): Inline the new matcher, because it
23397 is too complex to work in both directions.
23398 (makefile-match-dependency): Eliminate `backward' arg (see above).
23399 Completely reimplemented so as to not sometimes go into an endless
23400 loop. It should also be more efficient, because first it only
23401 searches for `:', instead of applying the very complex regexp.
23402 (makefile-mode): Cancel `font-lock-support-mode', because blocks
23403 to be fontified in one piece can be too long for JIT.
23404 Makefiles are never *that* big.
23405
23406 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
23407
23408 * dired.el (dired-mode): Simplify.
23409
23410 2005-05-17 Lute Kamstra <lute@gnu.org>
23411
23412 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
23413 defcustom for the mode hook variable.
23414
23415 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
23416 Emacs Lisp Reference Manual.
23417
23418 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
23419
23420 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
23421 (evenp, list*):
23422 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
23423 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
23424
23425 * net/tramp-smb.el (tramp-smb-open-connection):
23426 Pass `tramp-chunksize' as fifth (required) argument.
23427
23428 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
23429
23430 * font-lock.el (lisp-font-lock-keywords-1):
23431 Set `font-lock-negation-char-face' for [^...] char group.
23432 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
23433
23434 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
23435 a var, and refine it to mask one more level of nested vars.
23436 (makefile-rule-action-regex): Turn it into a var, and refine it so
23437 it recognizes backslashed continuation lines as belonging to the
23438 same command.
23439 (makefile-macroassign-regex): Refine it so it recognizes
23440 backslashed continuation lines as belonging to the same command.
23441 (makefile-var-use-regex): Don't look at the next char, because it
23442 might be the same one to be skipped by the initial [^$], leading
23443 to an overlooked variable use.
23444 (makefile-make-font-lock-keywords): Remove two parameters, which
23445 are now variables that some of the modes set locally.
23446 Handle dependency and rule action matching through functions, because
23447 regexps alone match too often. Dependency matching now comes
23448 last, so it can check, whether a colon already matched something else.
23449 (makefile-mode): Inform that font-lock improves makefile parsing
23450 capabilities.
23451 (makefile-match-dependency, makefile-match-action): New functions.
23452
23453 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
23454
23455 * emacs-lisp/cl-extra.el (equalp): Doc fix.
23456
23457 * align.el (align-regexp):
23458 * ansi-color.el (ansi-color-get-face):
23459 * array.el (array-reconfigure-rows, array-init-max-row)
23460 (array-init-max-column, array-init-columns-per-line)
23461 (array-init-field-width):
23462 * dired-aux.el (dired-trample-file-versions):
23463 * dired-x.el (dired-mark-sexp):
23464 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
23465 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
23466 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
23467 * faces.el (face-read-integer):
23468 * files.el (backup-extract-version, insert-directory):
23469 * hexl.el (hexl-insert-decimal-char):
23470 * server.el (server-process-filter):
23471 * shell.el (shell-extract-num):
23472 * startup.el (command-line-1):
23473 * term.el (term-command-hook):
23474 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
23475 (time-stamp-do-number):
23476 * time.el (display-time-update):
23477 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
23478 (timezone-fix-time):
23479 * vms-patch.el (vms-suspend-resume-hook):
23480 * calendar/appt.el (appt-convert-time):
23481 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23482 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
23483 * calendar/cal-islam.el (mark-islamic-diary-entries):
23484 * calendar/calendar.el (calendar-cursor-to-date)
23485 (calendar-star-date):
23486 * calendar/diary-lib.el (diary-attrtype-convert)
23487 (mark-diary-entries, diary-entry-time):
23488 * calendar/solar.el (solar-get-number):
23489 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
23490 * emacs-lisp/re-builder.el (reb-display-subexp):
23491 * emulation/edt.el (edt-set-scroll-margins):
23492 * emulation/tpu-extras.el (tpu-set-scroll-margins):
23493 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
23494 (vip-get-ex-count):
23495 * emulation/viper-ex.el (viper-get-ex-token)
23496 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
23497 * international/fontset.el (fontset-plain-name):
23498 * mail/feedmail.el (feedmail-look-at-queue-directory):
23499 * mail/mailalias.el (mail-get-names):
23500 * mail/rmail.el (rmail-convert-to-babyl-format):
23501 * mail/rmailsum.el (rmail-make-basic-summary-line)
23502 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
23503 (rmail-summary-goto-msg):
23504 * mail/smtpmail.el (smtpmail-read-response):
23505 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
23506 (ange-ftp-vms-add-file-entry):
23507 * play/gametree.el (gametree-looking-at-ply)
23508 (gametree-current-branch-score):
23509 * progmodes/ada-xref.el (ada-prj-find-prj-file)
23510 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
23511 * progmodes/cperl-mode.el (condition-case):
23512 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
23513 (ebrowse-set-member-buffer-column-width)
23514 (ebrowse-select-1st-to-9nth):
23515 * progmodes/etags.el (etags-snarf-tag):
23516 * progmodes/flymake.el (flymake-parse-line):
23517 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
23518 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
23519 (idlwave-shell-menu-def):
23520 * progmodes/ps-mode.el (ps-run-goto-error):
23521 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
23522 (vhdl-speedbar-contract-level):
23523 * term/mac-win.el (x-handle-numeric-switch):
23524 * term/sun-mouse.el (sun-get-frame-data):
23525 * term/w32-win.el (x-handle-numeric-switch):
23526 * term/x-win.el (x-handle-numeric-switch):
23527 * textmodes/ispell.el (ispell-parse-output):
23528 * textmodes/nroff-mode.el (nroff-outline-level):
23529 * textmodes/reftex-cite.el (reftex-bib-sort-year)
23530 (reftex-bib-sort-year-reverse, reftex-format-citation):
23531 * textmodes/reftex-parse.el (reftex-init-section-numbers)
23532 (reftex-section-number):
23533 * textmodes/texinfmt.el (texinfo-paragraphindent):
23534 Replace `string-to-int' by `string-to-number'.
23535
23536 * international/latexenc.el: Add page marker to force the "Local
23537 Variables:" string out of the last page.
23538
23539 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23540
23541 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
23542 tooltip-change-major-mode.
23543 (gud-tooltip-print-command): Remove case where gud-minor-mode
23544 is gdb ("--fullname").
23545 (gud-tooltip-tips): Turn GUD tooltips off for this case and
23546 explain to user.
23547
23548 2005-05-16 Jay Belanger <belanger@truman.edu>
23549
23550 * calc/calc-store.el (calc-copy-special-constant): New function.
23551
23552 * calc/calc-ext.el (calc-init-extensions): Add binding for
23553 `calc-copy-special-constant'.
23554
23555 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
23556 for the `calc-copy-special-constant' command.
23557
23558 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23559
23560 * subr.el (left-fringe-p): New function.
23561
23562 * progmodes/compile.el (compilation-setup): Set local value of
23563 overlay-arrow-string to "" always.
23564 (compilation-set-window): Left fringe then don't scroll.
23565 No left fringe then no arrow and scroll message to top.
23566 (compilation-context-lines): Adjust doc string accordingly.
23567
23568 2005-05-16 Kim F. Storm <storm@cua.dk>
23569
23570 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
23571 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
23572 (ido-wide-find-dir-or-delete-dir): New command for M-d.
23573 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
23574 (ido-read-file-name): Handle commands with ido property value
23575 equal to find-file as reading a file name, to allow C-d to enter dired.
23576 (ibuffer-find-file): Add ido property with value find-file.
23577
23578 2005-05-15 Kim F. Storm <storm@cua.dk>
23579
23580 * subr.el (open-network-stream-nowait): Remove.
23581 (open-network-stream-server): Remove.
23582
23583 2005-05-15 Richard M. Stallman <rms@gnu.org>
23584
23585 * faces.el (describe-face): Output a definition link button.
23586
23587 * help-mode.el (help-face-def): New button type.
23588
23589 * emacs-lisp/copyright.el (copyright-fix-years):
23590 Match properly if the first year is 2-digit.
23591 Don't mess up the whitespace after the years by filling.
23592
23593 * dired-aux.el (dired-mark-confirm):
23594 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
23595
23596 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
23597 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
23598 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
23599
23600 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23601 Set font-lock-comment-start-skip.
23602
23603 * font-lock.el (font-lock-comment-start-skip): New variable.
23604 (font-lock-comment-end-skip): New variable.
23605 (font-lock-fontify-syntactically-region): Use them if non-nil.
23606
23607 2005-05-15 Jay Belanger <belanger@truman.edu>
23608
23609 * calc/calc-store.el (calc-store-value): Return a string rather
23610 than display it as a message.
23611 Use calc-var-name for variable name.
23612 (calc-store-into): Add the result of calc-store-value to message.
23613 (calc-copy-variable): Add a message.
23614 (calc-store-exchange): Improve error messages.
23615 (calc-store-binary, calc-store-map): Don't reset the values of
23616 special constants.
23617
23618 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
23619
23620 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
23621 manual to docstring.
23622
23623 * files.el (hack-local-variables-confirm): Add STRING argument.
23624 Make the function handle non file visiting buffers correctly.
23625 (hack-local-variables-prop-line, hack-local-variables)
23626 (hack-one-local-variable): Use STRING arg of
23627 `hack-local-variables-confirm'.
23628
23629 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
23630
23631 Sync with Tramp 2.0.49.
23632
23633 * net/tramp.el (tramp-handle-dired-call-process)
23634 (tramp-handle-insert-directory):`insert-buffer' cannot be used
23635 because the contents of the Tramp buffer is changed before
23636 insertion (`expand-file' and alike).
23637 (tramp-handle-insert-directory): If `localname' has an empty
23638 nondirectory name, it must not be quoted.
23639 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
23640 variable `tramp-chunksize'. Change callees.
23641 (tramp-open-connection-setup-interactive-shell): Check remote host
23642 for buggy `send-process-string' implementation.
23643 Set `tramp-chunksize' if found. Reported by Michael Kifer
23644 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
23645 (tramp-handle-shell-command): `insert-buffer' cannot be used
23646 because the contents of the Tramp buffer is changed before
23647 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
23648 <frederic.bothamy@free.fr>.
23649 (tramp-set-auto-save): Actions should be done for Tramp file name
23650 handler only. Ange-FTP has its own auto-save mechanism.
23651 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23652 (tramp-set-auto-save-file-modes): Set file modes of
23653 `buffer-auto-save-file-name' to ?\600 as fallback solution.
23654 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
23655 (tramp-bug): Remove obsolete variable.
23656 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
23657 for presence of `mml-mode'. Make it running for older Emacsen as well.
23658
23659 2005-05-14 John Paul Wallington <jpw@pobox.com>
23660
23661 * ibuf-ext.el (define-ibuffer-filter filename):
23662 If `dired-directory' is a list, use its car.
23663
23664 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
23665
23666 * ibuffer.el (define-ibuffer-column filename):
23667 If `dired-directory' is a list, use its car.
23668
23669 2005-05-14 Richard M. Stallman <rms@gnu.org>
23670
23671 * subr.el (symbol-file): Doc fix.
23672
23673 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
23674 (byte-compile-form): Call byte-compile-nogroup-warn.
23675 (byte-compile-warning-types): Doc fix.
23676
23677 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
23678
23679 * progmodes/cc-engine.el (c-literal-faces):
23680 Add font-lock-comment-delimiter-face.
23681
23682 * net/net-utils.el (dig): Use with-no-warnings.
23683
23684 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
23685 (sc-recite-frame-alist, sc-default-cite-frame)
23686 (sc-default-uncite-frame, sc-default-recite-frame)
23687 (sc-attrib-selection-list, sc-rewrite-header-list):
23688 Mark as risky-local-variable.
23689
23690 * international/ogonek.el (ogonek-jak, ogonek-how):
23691 Don't use beginning-of-buffer.
23692
23693 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
23694
23695 * calendar/solar.el (solar-data-list): Move definition up.
23696
23697 * dnd.el (dnd-protocol-alist): Add autoload.
23698
23699 * progmodes/sh-script.el: Many doc usage fixes.
23700 (sh-indent-after-do): Change default to match common styles.
23701
23702 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
23703
23704 * files.el (interpreter-mode-alist)
23705 (auto-mode-interpreter-regexp): Doc fixes.
23706
23707 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
23708
23709 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
23710
23711 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
23712
23713 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23714
23715 * dired.el (dired-mode): make-variable-buffer-local =>
23716 make-local-variable.
23717
23718 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23719
23720 * term/mac-win.el (mac-select-convert-to-string): Try coding
23721 systems in mac-script-code-coding-systems if specified one cannot
23722 encode string for `com.apple.traditional-mac-plain-text'.
23723
23724 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
23725
23726 * progmodes/make-mode.el (makefile-targets-face)
23727 (makefile-shell-face, makefile-makepp-perl-face): New faces.
23728 (makefile-dependency-regex): Fix it to not make the colon in
23729 $(var:a=b) special.
23730 (makefile-rule-action-regex): New regexp for highlighting embedded
23731 Shell strings.
23732 (makefile-macroassign-regex): Handle != for highlighting as
23733 embedded Shell strings.
23734 (makefile-var-use-regex): New const.
23735 (makefile-statements, makefile-automake-statements)
23736 (makefile-gmake-statements, makefile-makepp-statements)
23737 (makefile-bsdmake-statements): New consts.
23738 (makefile-make-font-lock-keywords): New function.
23739 (makefile-automake-font-lock-keywords)
23740 (makefile-gmake-font-lock-keywords)
23741 (makefile-makepp-font-lock-keywords)
23742 (makefile-bsdmake-font-lock-keywords): New consts.
23743 (makefile-mode-map): Add switchers between the various submodes.
23744 (makefile-mode): Document the availability of the variants.
23745 (makefile-automake-mode, makefile-gmake-mode)
23746 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
23747
23748 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
23749 new variants of makefile-mode.
23750
23751 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23752
23753 * font-lock.el (font-lock-comment-delimiter-face): Fix up
23754 the inheritance.
23755
23756 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
23757
23758 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
23759 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
23760
23761 * files.el (normal-mode): Extend the scope of the
23762 `enable-local-variables' binding to include the `set-auto-mode' call.
23763 (magic-mode-alist): Doc fix.
23764
23765 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23766
23767 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
23768 font-lock-comment-face rather than copying its setting.
23769
23770 2005-05-12 Andreas Schwab <schwab@suse.de>
23771
23772 * eshell/esh-mode.el (eshell-send-input): Doc fix.
23773
23774 2005-05-12 Lute Kamstra <lute@gnu.org>
23775
23776 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
23777 defcustom for the mode hook variable. Delete the last argument.
23778 * generic-x.el: Fix callers of define-generic-mode.
23779 (generic-x-modes): Delete group.
23780 (show-tabs-tab-face, show-tabs-space-face): Put them in the
23781 generic-x customization group.
23782
23783 2005-05-12 Kim F. Storm <storm@cua.dk>
23784
23785 * font-lock.el (font-lock-negation-char-face): Default to "off".
23786
23787 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
23788 font-lock-negation-char-face to ! in !=.
23789
23790 2005-05-12 Masatake YAMATO <jet@gyve.org>
23791
23792 * add-log.el (find-change-log): Fix typos in the docstring
23793 of function.
23794
23795 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23796
23797 * international/latexenc.el (latexenc-find-file-coding-system):
23798 Avoid `re-search-forward' when looking for input encoding because
23799 of speed and safety. Better regular expressions for recognizing
23800 input encoding. Limit a search for TeX-master/tex-main-file to
23801 the local variable section.
23802
23803 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
23804
23805 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
23806 syntax of $ to "'" (quote).
23807
23808 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
23809
23810 * dnd.el (dnd-protocol-alist): Improve custom type.
23811
23812 * dired.el (dired-dnd-protocol-alist): New variable.
23813 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
23814 `dired-mode-hook' to the end.
23815
23816 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23817
23818 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
23819 comment-end if comment-start-skip is not set.
23820 Obey the font-lock-comment-delimiter-face variables.
23821
23822 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23823
23824 * files.el (executable-find): Move from executable.el. Use
23825 locate-file.
23826 * progmodes/executable.el (executable-find): Move to files.el.
23827
23828 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
23829 when trying to ensure forward progress.
23830
23831 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
23832
23833 * mouse-sel.el (mouse-sel-follow-link-p): New function.
23834 (mouse-select, mouse-select-internal, mouse-extend-internal):
23835 Use it to implement mouse-1-click-follows-link functionality.
23836
23837 2005-05-11 Richard M. Stallman <rms@gnu.org>
23838
23839 * font-lock.el (font-lock-fontify-syntactically-region):
23840 Use font-lock-comment-delimiter-face for comment delimiters.
23841
23842 2005-05-10 Jay Belanger <belanger@truman.edu>
23843
23844 * calc/calc-help.el (calc-m-prefix-help): Add mention of
23845 preserving embedded modes.
23846
23847 2005-05-10 Richard M. Stallman <rms@gnu.org>
23848
23849 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
23850
23851 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
23852 Move from ada-stmt.el.
23853 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
23854
23855 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
23856 Move to ada-mode.el.
23857 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
23858
23859 * cus-edit.el (custom-file): Call file-chase-links.
23860
23861 * files.el (read-directory-name): Fix previous change.
23862 (hack-local-variables-confirm): New function.
23863 (hack-local-variables-prop-line, hack-local-variables)
23864 (hack-one-local-variable): Use it.
23865
23866 2005-05-10 Lute Kamstra <lute@gnu.org>
23867
23868 * font-lock.el (font-lock-keywords-alist)
23869 (font-lock-removed-keywords-alist): Clarify docstrings.
23870
23871 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
23872
23873 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
23874 (gdb-source-info): Check for preprocessor info.
23875 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
23876 a macro for a function.
23877 (gdb-info-breakpoints-custom): Try to find file again if not already
23878 found (user might have used GDB dir command).
23879 (gdb-get-location): Update gdb-location-alist correctly for change
23880 to gdb-info-breakpoints-custom.
23881
23882 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
23883 (gud-tooltip-print-command): Add gdbmi case.
23884 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
23885 preprocessor info.
23886
23887 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
23888
23889 * startup.el (fancy-splash-insert): Fix typo in doc string.
23890
23891 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
23892
23893 * obsolete/float.el (string-to-float):
23894 * obsolete/hilit19.el (hilit-add-pattern):
23895 * obsolete/rnews.el (news-parse-range, news-select-message)
23896 (news-get-pruned-list-of-files): Replace `string-to-int' by
23897 `string-to-number'.
23898
23899 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
23900 `find-file-not-found-hooks'; use `add-hook'.
23901 (uncompress-while-visiting): Set `write-file-functions', not
23902 `write-file-hooks'; use `add-hook'.
23903
23904 2005-05-09 Kim F. Storm <storm@cua.dk>
23905
23906 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
23907 (cua-paste): Handle clipboard action.
23908 (cua--init-keymaps): Remap clipboard-kill-region and
23909 clipboard-kill-ring-save.
23910
23911 2005-05-08 Eli Zaretskii <eliz@gnu.org>
23912
23913 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23914 Improve commentary.
23915
23916 * simple.el (next-error-overlay-arrow-position): Revert the change
23917 made on 2005-04-30.
23918
23919 2005-05-07 Jay Belanger <belanger@truman.edu>
23920
23921 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
23922 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
23923 `calc-sel-reselect'.
23924
23925 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
23926 Calc is in embedded mode.
23927
23928 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23929
23930 * progmodes/compile.el (compilation-setup):
23931 Set overlay-arrow-string to an empty string on text terminals.
23932
23933 * textmodes/ispell.el (ispell-program-name): Try looking for
23934 "aspell" along exec-path, and if found, use it as the default
23935 speller program.
23936
23937 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
23938
23939 * international/mule.el (sgml-xml-auto-coding-function):
23940 Recognize encoding='FOO' in single quotes as well as in double quotes.
23941
23942 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23943
23944 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
23945 as well as `interactive', so that defmacro* would recognize
23946 `declare' forms.
23947
23948 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23949
23950 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23951 Explain more about the LIGHTER arg's usage in the doc string.
23952 Add commentary to clarify what the code does. Fix the regexp that
23953 strips whitespace from LIGHTER. Quote LIGHTER before using it,
23954 since it could have characters special to regular expressions.
23955
23956 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23957
23958 * replace.el (occur-1): Bind inhibit-read-only so that
23959 erase-buffer doesn't barf on read-only text properties (likewise
23960 for add-text-properties in occur-engine). Mark buffer as unmodified.
23961 (occur-engine): Don't set buffer-read-only here.
23962
23963 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23964
23965 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
23966 list-buffers-directory. This caused the *cvs-commit* buffer to be
23967 sometimes mistakenly reused as a *cvs* buffer.
23968
23969 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
23970
23971 * tooltip.el: Move code for GUD tooltips into gud.el.
23972 (require): CL no longer needed to compile case.
23973 (tooltip-mode): Do not toggle functions for GUD tooltips.
23974 (tooltip-gud-tips-p): Remove. Replace with minor mode
23975 gud-tooltip-mode in gud.el.
23976 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
23977 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
23978 tooltip-gud prefix with gud-tooltip and obsolete.
23979 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
23980 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
23981 (tooltip-mouse-motion): Mouse movement functions/variable.
23982 Rename in gud.el by adding gud prefix.
23983 (tooltip-gud-original-filter, tooltip-gud-dereference)
23984 (tooltip-gud-event, tooltip-toggle-gud-tips)
23985 (tooltip-gud-process-output, tooltip-gud-print-command)
23986 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
23987 gud.el by replacing tooltip-gud prefix with gud-tooltip.
23988 (gdb-tooltip-print): Move to gdb-ui.el.
23989
23990 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
23991 (require): CL needed to compile case.
23992 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
23993 tooltip-gud-tips-p. Make it a minor-mode.
23994 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
23995 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
23996 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
23997 (gud-tooltip-change-major-mode)
23998 (gud-tooltip-activate-mouse-motions-if-enabled)
23999 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
24000 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
24001 (gud-tooltip-original-filter, gud-tooltip-dereference)
24002 (gud-tooltip-event, tooltip-toggle-gud-tips)
24003 (gud-tooltip-process-output, gud-tooltip-print-command)
24004 (gud-tooltip-tips): Move from tooltip.el.
24005
24006 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
24007 (gdb-cpp-define-alist-flags): Doc fix.
24008 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
24009 gud-tooltip-mode is t.
24010
24011 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24012
24013 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
24014 evaporate if their text is deleted.
24015 (goto-address-at-point): Make it work as a mouse binding as well.
24016 (goto-address-at-mouse): Obsolete it. Update users.
24017
24018 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24019
24020 * calendar/appt.el (top-level): No longer activate on load.
24021
24022 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
24023
24024 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24025 * net/webjump.el (webjump):
24026 * progmodes/idlw-help.el (idlwave-do-context-help1)
24027 (idlwave-highlight-linked-completions):
24028 * textmodes/po.el (po-find-file-coding-system-guts):
24029 Replace `assoc-ignore-case' by `assoc-string'.
24030
24031 2005-05-06 Eli Zaretskii <eliz@gnu.org>
24032
24033 * files.el (locate-file): Doc fix.
24034
24035 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
24036 Remove the redundant test for ms-dos.
24037
24038 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
24039 look for the preprocessor with exec-suffixes. If not found in
24040 standard places, look in exec-path. Remove most of the tests that
24041 used system-type.
24042
24043 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
24044
24045 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
24046
24047 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
24048 file-name clash with jka-compr.el on 8+3 filesystems.
24049
24050 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24051
24052 * term/mac-win.el: Don't define or bind scroll bar functions if
24053 x-toolkit-scroll-bars is t.
24054 (x-select-text, x-get-selection-value): Clear
24055 x-last-selected-text-clipboard if x-select-enable-clipboard is
24056 nil.
24057 (PRIMARY): Put mac-scrap-name property.
24058 (mac-select-convert-to-file-url): New function.
24059 (public.file-url): New selection target type. Add to
24060 selection-converter-alist.
24061 (x-get-selection, x-selection-value): Handle it.
24062 (x-cut-buffer-or-selection-value): New alias.
24063
24064 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24065
24066 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
24067 entry to avoid calling bibtex-find-entry with arg global
24068 being t. Remove arg key.
24069 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
24070 (bibtex-copy-summary-as-kill): Change accordingly.
24071
24072 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24073
24074 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
24075 (org-agenda-date-later): Use with-current-buffer.
24076
24077 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
24078
24079 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
24080 (define-obsolete-variable-alias): Doc Fixes.
24081
24082 2005-05-06 Kim F. Storm <storm@cua.dk>
24083
24084 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
24085 vertical-motion when selective-display is active.
24086
24087 * ido.el (ido-setup-hook): New hook.
24088 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
24089 (ido-input-stack): New var.
24090 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
24091 ido-next-work-file binding to M-O.
24092 Bind M-f to ido-wide-find-file-or-pop-dir.
24093 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
24094 (ido-read-internal): Run ido-setup-hook.
24095 Catch quit in read-file-name and read-string to cancel edit.
24096 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
24097 Automatically pop-all when completing a directory name (RET).
24098 (ido-file-internal): Add with-no-warnings around ffap and dired code.
24099 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
24100 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
24101 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
24102 New functions for M-b/M-f to move among the directory components.
24103 (ido-make-merged-file-list): Catch quit to cancel merge.
24104 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
24105 (ido-completion-help): No warnings for ido-completion-buffer-full.
24106
24107 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
24108
24109 * font-lock.el (font-lock-negation-char-face): New face and variable.
24110 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
24111 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
24112 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
24113 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
24114
24115 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
24116
24117 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
24118 Fix typo in docstring.
24119
24120 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
24121 (ebrowse-print-statistics-line)
24122 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
24123
24124 * term/w32-win.el (image-library-alist): Add additional name for
24125 Xpm library.
24126
24127 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
24128
24129 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
24130 use gcc instead of cpp.
24131
24132 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
24133 (gdb-create-define-alist): Use it.
24134 (gdb-cpp-define-alist-program): Update for MS-DOS.
24135
24136 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
24137
24138 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
24139
24140 2005-05-04 Richard M. Stallman <rms@gnu.org>
24141
24142 * help.el (describe-key): No error when UNTRANSLATED is nil.
24143
24144 * simple.el (line-move-1): Fix previous change to signal errors
24145 appropriately.
24146
24147 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
24148
24149 * calendar/icalendar.el (icalendar-version): Now at 0.12.
24150 (icalendar-duration-correction): Remove.
24151 (icalendar--get-event-properties): Split result at commas.
24152 (icalendar--decode-isoduration): New optional argument
24153 DURATION-CORRECTION.
24154 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
24155 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
24156 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
24157 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
24158 (icalendar--convert-anniversary-to-ical): New functions, extracted
24159 from icalendar-export-region, with bug fixes.
24160 (icalendar-export-region): Use the above functions.
24161 (icalendar-import-buffer): Check before saving diary file.
24162 (icalendar--convert-recurring-to-diary)
24163 (icalendar--convert-non-recurring-all-day-to-diary)
24164 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
24165 extracted from icalendar--convert-ical-to-diary, with bug fixes.
24166 (icalendar--convert-ical-to-diary): Use the above functions.
24167
24168 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
24169
24170 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
24171 Remove these recent additions.
24172 (c-mode): Restore to before 2005-04-28.
24173
24174 * progmodes/cc-vars.el (cc-define-list-program): Remove this
24175 recent addition.
24176
24177 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
24178 (gdb-define-alist): New variables.
24179 (gdb-create-define-alist): New function.
24180 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
24181 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
24182 with string-to-number.
24183 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
24184
24185 * progmodes/gud.el: Replace string-to-int with string-to-number.
24186 (gud-find-file): Handle gdb-define-alist.
24187
24188 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
24189
24190 2005-05-02 Jay Belanger <belanger@truman.edu>
24191
24192 * calc/calc-aent.el (math-read-token):
24193 * calc/calc-bin.el (calc-word-size):
24194 * calc/calc-ext.el (calc-read-number-fancy):
24195 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
24196 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
24197 * calc/calc-frac.el (calc-over-notation):
24198 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
24199 (calc-graph-num-points, calc-graph-init):
24200 * calc/calc-prog.el (calc-read-parse-table-part)
24201 (calc-edit-macro-repeats):
24202 * calc/calc-yank.el (calc-do-grab-rectangle):
24203 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
24204 Replace `string-to-int' by `string-to-number'.
24205
24206 2005-05-02 Kim F. Storm <storm@cua.dk>
24207
24208 * kmacro.el: Use executing-kbd-macro-index variable.
24209
24210 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
24211
24212 * net/rlogin.el (rlogin-parse-words): Delete func.
24213 (rlogin): Use split-string, not rlogin-parse-words.
24214 Also, if there are option-like elements in the parsed args,
24215 take the host to be the first arg immediately following them.
24216 Suggested by Michael Mauger.
24217
24218 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24219
24220 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
24221
24222 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24223
24224 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
24225 (cc-mode-cpp-program): Rename to cc-define-list-program and
24226 move to cc-vars.el.
24227
24228 * progmodes/cc-vars.el (cc-define-list-program):
24229 Change to "gcc -E -dM -". Make customizable.
24230
24231 2005-05-02 Kim F. Storm <storm@cua.dk>
24232
24233 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
24234
24235 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24236
24237 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
24238
24239 * international/mule-util.el (truncate-string): Remove alias and
24240 obsolete declaration.
24241
24242 * international/mule-cmds.el (update-iso-coding-systems):
24243 Remove alias and obsolete declaration.
24244
24245 * international/mule.el (coding-system-parent): Remove alias and
24246 obsolete declaration.
24247
24248 * subr.el (define-function, sref): Remove aliases and obsolete
24249 declarations.
24250 (chars-in-region): Remove obsolete declaration.
24251
24252 2005-05-01 Richard M. Stallman <rms@gnu.org>
24253
24254 * info.el (Info-mode): Set widen-automatically to nil, locally.
24255
24256 * simple.el (widen-automatically): New variable.
24257 (pop-global-mark): Obey widen-automatically.
24258
24259 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
24260
24261 * term/xterm.el (function-key-map): Call substitute-key-definition
24262 before the keymap size is increased by a lot of define-key calls.
24263
24264 2005-05-01 Richard M. Stallman <rms@gnu.org>
24265
24266 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
24267 Rename ARG to ELEMENT. Doc fix.
24268
24269 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24270
24271 * allout.el (allout-exposure): Remove macro and obsolete declaration.
24272 Remove references to allout-exposure/change to allout-new-exposure.
24273
24274 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
24275 bytecode symbols.
24276
24277 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
24278 (compiled-function-p, focus-frame, unfocus-frame):
24279 Remove aliases and obsolete declarations.
24280 Back out inadvertent changes from previous commit.
24281
24282 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24283
24284 * files.el (require-final-newline): Make Custom tags consistent
24285 with mode-require-final-newline.
24286 (mode-require-final-newline): Doc fix.
24287
24288 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
24289
24290 * international/latexenc.el (latexenc-find-file-coding-system):
24291 Fix regular expressions.
24292
24293 2005-05-01 David Kastrup <dak@gnu.org>
24294
24295 * international/latexenc.el (latexenc-find-file-coding-system):
24296 Fix regular expressions.
24297
24298 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24299
24300 * subr.el (string-to-int): Make obsolete.
24301
24302 2005-04-30 Richard M. Stallman <rms@gnu.org>
24303
24304 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
24305
24306 * loadup.el: load jka-comp-hook.
24307
24308 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
24309 (jka-compr-handler): Add autoload. `put' calls moved
24310 to jka-comp-hook.el.
24311 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
24312 (jka-compr-inhibit): Autoload.
24313
24314 * jka-comp-hook.el: New file.
24315 Enable the mode by default.
24316
24317 * files.el (backup-buffer-copy): Use copy-file instead
24318 of write-region, and put back the 'excl.
24319
24320 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
24321
24322 * progmodes/flymake.el (flymake-split-string)
24323 (flymake-split-string, flymake-log, flymake-pid-to-names)
24324 (flymake-reg-names, flymake-get-source-buffer-name)
24325 (flymake-unreg-names, flymake-add-line-err-info)
24326 (flymake-add-err-info): Clarify docstrings.
24327 (flymake-popup-menu, flymake-make-emacs-menu)
24328 (flymake-make-xemacs-menu): Add docstrings.
24329 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
24330 Set variables directly throughout.
24331
24332 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
24333
24334 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
24335 exists. Initialize cc-define-alist.
24336 (c-mode): Add cc-create-define-alist locally to after-save-hook.
24337 If there is no file (Macroexpansion) don't create an alist.
24338
24339 2005-04-29 Sam Steingold <sds@gnu.org>
24340
24341 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
24342 (cc-create-define-alist): Use it instead of the hard-coded string.
24343
24344 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24345
24346 * international/mule-conf.el (file-coding-system-alist): Fix regexp
24347 for latexenc.
24348
24349 2005-04-29 Lute Kamstra <lute@gnu.org>
24350
24351 * emacs-lisp/generic.el: Improve commentary section.
24352 (define-generic-mode): Improve docstring.
24353
24354 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
24355
24356 * textmodes/org.el (many places): Change to quiet the byte compiler.
24357 (org-prefix-format-compiled): New variable.
24358 (org-compile-prefix-format): New function.
24359 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
24360 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
24361 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
24362 (org-get-entries-from-diary): Use `org-get-time-of-day' for
24363 consistency with entries from `org-mode' files.
24364 (org-get-time-of-day): Fix bug with partial matches early in a line.
24365 (org-non-link-chars): New constant.
24366 (org-link-regexp): Respect `org-non-link-chars'.
24367 (org-agenda-day-view): Remove command.
24368 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
24369 (org-follow-bbdb-link, org-store-link): Search also company field.
24370 (org-highlight-overlay): New variable.
24371 (org-highlight, org-unhighlight): New functions.
24372 (org-agenda-mode): Add pre-command-hook to remove highlight.
24373 (org-evaluate-time-range): Behavior depends upon whether time stamp
24374 contains a time or not.
24375 (org-show-subtree, org-show-entry): New functions.
24376 (org-agenda-cleanup-fancy-diary): Remove empty lines.
24377
24378 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
24379
24380 * comint.el (comint-output-filter-functions): Add autoload cookie.
24381
24382 2005-04-28 Kim F. Storm <storm@cua.dk>
24383
24384 * ido.el (ido-everywhere): Fix last change.
24385
24386 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24387
24388 * international/latexenc.el: New file.
24389 * international/mule-conf.el (file-coding-system-alist): For .tex,
24390 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
24391
24392 2005-04-28 Lute Kamstra <lute@gnu.org>
24393
24394 * font-lock.el (font-lock-add-keywords)
24395 (font-lock-remove-keywords): Clarify docstring.
24396 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
24397 Don't start docstrings with a `*'.
24398 (font-lock-update-removed-keyword-alist): Give it a docstring.
24399
24400 * generic-x.el: Update commentary section.
24401 Only require font-lock when compiling.
24402 Define all modes conditionally.
24403 Place all generic modes in the generic-x-modes customization group.
24404 (generic-x-modes): New customization group.
24405 (generic-default-modes, generic-mswindows-modes)
24406 (generic-unix-modes, generic-other-modes): New constants.
24407 (generic-define-mswindows-modes, generic-define-unix-modes):
24408 Update docstrings. Make them obsolete.
24409 (generic-extras-enable-list): New default value. Update docstring.
24410 Improve :type. Change :set function.
24411 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
24412 Fix docstring.
24413
24414 * emacs-lisp/generic.el (generic-mode-internal):
24415 Simplify font-lock-defaults.
24416 (define-generic-mode): Fix docstring.
24417
24418 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24419
24420 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
24421 font-lock-face property to highlight matches.
24422
24423 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
24424
24425 * progmodes/cc-mode.el (cc-create-define-alist): New function.
24426 (cc-define-alist): New variable.
24427 (c-mode): Make it local and initialize it.
24428
24429 * progmodes/gdb-ui.el (gdb-active-process): New variable.
24430 (gdb-exited): New function.
24431 (gdb-annotation-rules): Use it.
24432 (gdb-starting): Set gdb-active-process to t.
24433 (gdb-stopping): Amend doc string.
24434 (gdb-reset): Set gdb-active-process to nil.
24435
24436 * tooltip.el (tooltip-gud-tips): Show the associated #define
24437 directives when a C program under GDB is not executing.
24438
24439 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24440
24441 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
24442 font-lock-fontify-syntactic-keywords.
24443
24444 * font-lock.el (font-lock-default-fontify-region): Don't force
24445 parse-sexp-lookup-properties to nil.
24446
24447 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24448
24449 * man.el (man-mode-syntax-table): Set up `:' to have
24450 word-constituent syntax.
24451
24452 2005-04-27 Lute Kamstra <lute@gnu.org>
24453
24454 * novice.el (disable-command): Don't add spurious newlines to the
24455 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
24456
24457 2005-04-26 Jay Belanger <belanger@truman.edu>
24458
24459 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
24460 than one window before deleting window.
24461
24462 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
24463
24464 * shell.el (shell-prompt-pattern): Doc fix.
24465 (shell-mode): Set paragraph-separate buffer locally to "\\'".
24466
24467 * comint.el (comint-prompt-regexp, comint-get-old-input)
24468 (comint-use-prompt-regexp)
24469 (comint-use-prompt-regexp-instead-of-fields)
24470 (comint-replace-by-expanded-history, comint-send-input)
24471 (comint-output-filter, comint-get-old-input-default)
24472 (comint-line-beginning-position, comint-bol, comint-show-output)
24473 (comint-backward-matching-input, comint-forward-matching-input)
24474 (comint-next-prompt, comint-previous-prompt):
24475 Rename `comint-use-prompt-regexp-instead-of-fields' to
24476 `comint-use-prompt-regexp'. Keep old name as alias and declare
24477 obsolete.
24478 (comint-use-prompt-regexp): Shorten first line of doc string.
24479
24480 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
24481 Set paragraph-separate buffer locally to "\\'".
24482
24483 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
24484 Adapt to above name change.
24485
24486 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
24487 (smbclient-prompt-regexp): Ditto.
24488
24489 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
24490
24491 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
24492
24493 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
24494 gdb-location-list.
24495 Break lines that are over 80 characters wide.
24496
24497 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24498
24499 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
24500 New fun and var, to preserve compatibility.
24501
24502 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
24503
24504 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
24505
24506 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
24507 name to file-newer-than-file-p.
24508
24509 2005-04-26 Richard M. Stallman <rms@gnu.org>
24510
24511 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
24512
24513 * progmodes/python.el (python-mode):
24514 Use new name eldoc-documentation-function.
24515
24516 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
24517
24518 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24519 (eldoc-documentation-function):
24520 Rename from eldoc-print-current-symbol-info-function. Calls changed.
24521
24522 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
24523
24524 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
24525
24526 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24527
24528 * term/xterm.el (function-key-map): Fix strings for
24529 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
24530 {C,S,A,C-S}-{f1-f12}.
24531
24532 2005-04-26 Kenichi Handa <handa@m17n.org>
24533
24534 * international/mule-cmds.el (select-safe-coding-system):
24535 Fix previous change.
24536
24537 2005-04-26 Lute Kamstra <lute@gnu.org>
24538
24539 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
24540
24541 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
24542 (font-lock-comment-delimiter-face): Ditto.
24543
24544 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
24545
24546 2005-04-25 Jay Belanger <belanger@truman.edu>
24547
24548 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
24549 to t while inserting information; use help-mode.
24550
24551 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24552
24553 * term.el (ansi-term-color-vector): Use the xterm colors.
24554 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
24555
24556 2005-04-25 Lute Kamstra <lute@gnu.org>
24557
24558 * font-core.el (font-lock-defaults): Fix docstring.
24559
24560 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
24561
24562 2005-04-25 Kenichi Handa <handa@m17n.org>
24563
24564 * international/mule-cmds.el (select-safe-coding-system):
24565 Don't check consistency with coding: spec, etc if raw-text or
24566 no-conversion was found to be safe.
24567
24568 2005-04-24 Richard M. Stallman <rms@gnu.org>
24569
24570 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
24571 citation markers at start of each line.
24572
24573 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
24574 citation markers at start of each line.
24575
24576 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
24577
24578 * files.el (mode-require-final-newline): Fix previous change.
24579 (require-final-newline): Fix type label.
24580
24581 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24582
24583 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
24584 statement in buffer (broken by 2004-11-24 change).
24585
24586 2005-04-24 Kim F. Storm <storm@cua.dk>
24587
24588 * ido.el (ido-everywhere): Save and restore old read-buffer-function
24589 and read-file-name-function values. Don't overwrite existing
24590 non-nil values if ido-mode is enabled without ido-everywhere.
24591
24592 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
24593
24594 * files.el (mode-require-final-newline): Minor doc fix.
24595
24596 2005-04-24 Eli Zaretskii <eliz@gnu.org>
24597
24598 * subr.el (syntax-after): Doc fix.
24599 (syntax-class): If argument is nil, return nil. Mask off upper 16
24600 bits, not 8 bits.
24601
24602 * files.el (mode-require-final-newline): Doc fix.
24603 (backup-buffer-copy): Fix last change.
24604
24605 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24606
24607 * term/mac-win.el: Require select. Set selection-coding-system to
24608 mac-system-coding-system. Call menu-bar-enable-clipboard.
24609 (x-last-selected-text-clipboard, x-last-selected-text-primary)
24610 (x-select-enable-clipboard): New variables.
24611 (x-select-text, x-get-selection, x-selection-value)
24612 (x-get-selection-value, mac-select-convert-to-string)
24613 (mac-services-open-file, mac-services-open-selection)
24614 (mac-services-insert-text): New functions.
24615 (CLIPBOARD, FIND): Put mac-scrap-name property.
24616 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
24617 (public.tiff): Put mac-ostype property.
24618 (selection-converter-alist): Add entries for them.
24619 (mac-application-menu-map): New keymap.
24620 (interprogram-cut-function, interprogram-paste-function): Set to
24621 x-select-text and x-get-selection-value, respectively.
24622 (split-window-keep-point): Set to t.
24623
24624 2005-04-23 Richard M. Stallman <rms@gnu.org>
24625
24626 * files.el (read-directory-name): Always pass non-nil
24627 DEFAULT-FILENAME arg to read-file-name.
24628 (backup-buffer-copy, basic-save-buffer-2): Take care against
24629 writing thru an unexpected existing symlink.
24630 (revert-buffer): In indirect buffer, revert the base buffer.
24631 (magic-mode-alist): Doc fix.
24632 (buffer-stale-function): Doc fix.
24633 (minibuffer-with-setup-hook): Avoid warning.
24634 (mode-require-final-newline): Doc and custom fix.
24635
24636 * follow.el (follow-end-of-buffer): Use with-no-warnings.
24637
24638 * font-lock.el (font-lock-comment-face): On terminals with few colors,
24639 use the default appearance.
24640 (font-lock-comment-delimiter-face): New face, new variable.
24641
24642 * imenu.el (imenu--generic-function): The official position of a
24643 definition is the start of the line that BEG is in.
24644
24645 * midnight.el (midnight-timer): Move defvar up.
24646
24647 * mouse.el (mouse-drag-region-1): Delete some debugging code.
24648
24649 * saveplace.el (save-place-to-alist): Use with-no-warnings.
24650
24651 * startup.el (command-line): Use with-no-warnings.
24652
24653 * window.el (window-size-fixed): New defvar.
24654
24655 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
24656
24657 * mail/rmail.el (rmail-font-lock-keywords):
24658 Use font-lock-comment-delimiter-face.
24659
24660 * mail/sendmail.el (mail-font-lock-keywords):
24661 Use font-lock-comment-delimiter-face.
24662
24663 * progmodes/compile.el (next-error-highlight-timer): New defvar.
24664
24665 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24666
24667 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24668 Specify t for LAXMATCH when matching directories.
24669 Save match data around compilation-compat-error-properties form.
24670
24671 2005-04-23 David Kastrup <dak@gnu.org>
24672
24673 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
24674 Mention that the autoloaded aliases should be kept for AUCTeX.
24675
24676 2005-04-23 Andreas Schwab <schwab@suse.de>
24677
24678 * isearch.el (isearch-forward): Doc fix.
24679
24680 2005-04-23 Eli Zaretskii <eliz@gnu.org>
24681
24682 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
24683 (jit-lock-stealth-nice): Change default value to 0.5.
24684
24685 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
24686
24687 * abbrev.el (write-abbrev-file): Write table entries in
24688 alphabetical order by table name.
24689
24690 2005-04-22 Kim F. Storm <storm@cua.dk>
24691
24692 * ido.el (ido-read-internal): Fix `list' completion.
24693
24694 2005-04-22 Kenichi Handa <handa@m17n.org>
24695
24696 * recentf.el (recentf-save-file-coding-system): New variable.
24697 (recentf-save-list): Encode the file by
24698 recentf-save-file-coding-system and add coding: tag.
24699
24700 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
24701
24702 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
24703
24704 2005-04-21 Lute Kamstra <lute@gnu.org>
24705
24706 * loadhist.el (unload-feature): Don't remove a function from hooks
24707 if it is about to be restored to an autoload . Remove functions
24708 that will become unbound from auto-mode-alist. Simplify the code.
24709
24710 * subr.el (assq-delete-all): New implementation that is linear,
24711 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
24712 (rassq-delete-all): New function.
24713
24714 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24715 Add size-indication-mode.
24716
24717 2005-04-21 Kenichi Handa <handa@m17n.org>
24718
24719 * international/mule-cmds.el: Add autoload for widget-value in
24720 eval-when-compile.
24721
24722 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
24723
24724 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24725 Add tooltip-mode.
24726
24727 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
24728
24729 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
24730
24731 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
24732 (inferior-lisp-filter-regexp, inferior-lisp-program)
24733 (inferior-lisp-load-command, inferior-lisp-prompt)
24734 (inferior-lisp-mode-hook, lisp-source-modes)
24735 (inferior-lisp-load-hook): defvar->defcustom.
24736 (inferior-lisp-program, inferior-lisp-prompt)
24737 (inferior-lisp-load-hook): Doc fixes.
24738 (inferior-lisp-install-letter-bindings): Small change in
24739 introductory comment.
24740
24741 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
24742
24743 * vc.el (vc-annotate-color-map): Change some colors so that text
24744 using them as foreground is readable on both white and black
24745 backgrounds.
24746
24747 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24748
24749 * international/mule-conf.el (translation-table-for-input):
24750 Remove redundant declaration.
24751
24752 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24753
24754 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
24755
24756 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
24757 (tooltip-toggle-gud-tips): New function.
24758
24759 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24760
24761 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
24762 right angle brackets.
24763
24764 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24765
24766 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
24767
24768 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24769
24770 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
24771 Remove. Update callers to use expand-file-name instead.
24772
24773 * subr.el (syntax-class): New function.
24774
24775 * simple.el (blink-matching-open): Use it.
24776
24777 * paren.el (show-paren-function): Use it to recognize parens that are
24778 also used in 2-char comment markers.
24779
24780 2005-04-19 Lute Kamstra <lute@gnu.org>
24781
24782 * loadhist.el (unload-feature): Update for new format of
24783 load-history. Simplify the code.
24784
24785 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24786
24787 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
24788 (mac-add-charset-info): New function. Initialize variable
24789 mac-charset-info-alist using it.
24790 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
24791 for translation.
24792 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
24793 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24794 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
24795 New CCL programs.
24796
24797 2005-04-19 Kim F. Storm <storm@cua.dk>
24798
24799 * simple.el (next-buffer, prev-buffer, next-error)
24800 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24801 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
24802
24803 * bindings.el (next-buffer, prev-buffer, next-error)
24804 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24805 (clone-indirect-buffer-other-window): Move bindings from simple.el.
24806 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
24807 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
24808
24809 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24810
24811 * isearch.el (isearch-edit-string): Make the search-ring available for
24812 minibuffer history commands.
24813 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
24814 the default history commands now work just as well.
24815 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
24816
24817 2005-04-18 Kim F. Storm <storm@cua.dk>
24818
24819 * emulation/cua-base.el (cua--pre-command-handler): Add more
24820 elaborate check for shift modifier on non-window systems.
24821
24822 2005-04-18 Lars Hansen <larsh@math.ku.dk>
24823
24824 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
24825
24826 2005-04-18 Kim F. Storm <storm@cua.dk>
24827
24828 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
24829 and make it optional. Don't test tooltip-gud-echo-area here.
24830 (tooltip-gud-process-output, gdb-tooltip-print):
24831 Pass tooltip-gud-echo-area to tooltip-show.
24832 (tooltip-help-tips): Remove second optional arg to tooltip-show.
24833
24834 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24835
24836 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
24837 `display-graphic-p' may not be bound yet.
24838
24839 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
24840
24841 * startup.el (command-line): No longer enable Xterm Mouse mode by
24842 default in terminals compatible with xterm.
24843
24844 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
24845
24846 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
24847
24848 * tooltip.el (tooltip-gud-echo-area): Rename from
24849 tooltip-use-echo-area.
24850 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
24851 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
24852 area independently of where help tooltips are displayed.
24853
24854 2005-04-17 David Kastrup <dak@gnu.org>
24855
24856 * cus-theme.el (custom-theme-write-variables): Quote variables
24857 where necessary.
24858
24859 2005-04-17 Richard M. Stallman <rms@gnu.org>
24860
24861 * simple.el (yank-excluded-properties): Add follow-link to value.
24862
24863 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
24864
24865 * startup.el (fancy-splash-max-time): Just 30 seconds.
24866 (fancy-splash-delay): Just 7.
24867 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
24868
24869 * loadhist.el (unload-feature): Update for new format of load-history.
24870 Simplify the code.
24871
24872 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
24873 (rmail-font-lock-keywords): Don't fontify the text of a citation.
24874
24875 * mail/sendmail.el (mail-font-lock-keywords):
24876 Don't fontify subject text.
24877 Don't fontify the text of a citation.
24878
24879 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
24880
24881 * comint.el (comint-output-filter): Run comint-output-filter-functions
24882 with point where the user had it.
24883
24884 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24885
24886 * international/ucs-tables.el (ucs-set-table-for-input):
24887 Disable when using unify-on-decoding.
24888
24889 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
24890
24891 * emulation/cua-base.el (cua-global-mark-face): Add special case
24892 for displays supporting a high number of colors.
24893
24894 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24895
24896 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
24897
24898 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
24899
24900 * filesets.el (filesets-add-buffer): If user supplies a name of a
24901 non-existing fileset, create a new fileset.
24902
24903 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
24904
24905 * textmodes/org.el (org-up-heading-all): Fix bug with
24906 `outline-up-heading-all'.
24907
24908 2005-04-16 Andreas Schwab <schwab@suse.de>
24909
24910 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
24911 /etc/permissions.d/* and /etc/aliases.d/*.
24912
24913 2005-04-16 Kenichi Handa <handa@m17n.org>
24914
24915 * international/code-pages.el (cp-make-coding-system):
24916 Set `translation-table-for-input' property value to the symbol
24917 ucs-mule-to-mule-unicode, not to that value.
24918 (pt154): Escape guillemet by `\'.
24919
24920 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
24921
24922 * loadup.el: Load tooltip if x-show-tip is fboundp.
24923
24924 * startup.el (command-line): Add comment.
24925
24926 * tooltip.el (tooltip-mode): Specify correct standard value for
24927 Custom in init-value.
24928
24929 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
24930
24931 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
24932 possible.
24933
24934 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
24935
24936 * textmodes/org.el (org-agenda-date-prompt): Rename from
24937 `org-agenda-date-today'.
24938 (org-evaluate-time-range): Insert at point instead of directly
24939 after time range.
24940 (org-first-headline-recenter, org-subtree-end-visible-p)
24941 (org-optimize-window-after-visibility-change): New functions
24942 (org-agenda-post-command-hook): Don't allow point at end of line,
24943 to make sure it always hits the text properties.
24944 (org-agenda-next-date-line, org-agenda-previous-date-line):
24945 New commands.
24946 (org-set-regexps-and-options): Category may contain white space.
24947 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24948 Improve marker positions.
24949 (org-agenda-new-marker): Argument POS made optional.
24950 (org-agenda-get-timestamps): Deadlines which are done are listed
24951 in org-done-face now.
24952 (org-agenda-get-todos, org-agenda-get-timestamps)
24953 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24954 Set `undone-face' and `done-face' properties.
24955 (org-last-todo-state-is-todo): New variable.
24956 (org-todo): Set `org-last-todo-state-is-todo'.
24957 (org-agenda-todo): Change face according to
24958 `org-last-todo-state-is-todo'. And change other lines referring to
24959 the same entry.
24960 (org-calendar-goto-agenda): New command.
24961 (org-calendar-to-agenda-key): New option.
24962 (org-startup-folded): New allowed value `content'.
24963 (org-set-regexps-and-options): Accept new value `content' for
24964 `org-startup-folded'.
24965 (org-get-current-options): Handle new value `content' for
24966 `org-startup-folded'.
24967 (org-insert-todo-heading): New command.
24968 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
24969 interactively in empty file and option
24970 `org-insert-mode-line-in-empty-file' has been set.
24971 (org-agenda-todo, org-agenda-priority): Modify to use
24972 `org-agenda-change-all-lines'.
24973 (org-warning-face): Change color on dark background
24974
24975 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24976
24977 * international/mule-cmds.el (set-locale-environment): On Mac OS,
24978 use preferences AppleLocale and AppleLanguages, and variable
24979 mac-system-locale for default locale. On Mac OS Classic, use
24980 mac-system-coding-system for default coding systems.
24981
24982 * term/mac-win.el: Don't set file-name-coding-system.
24983 Decode variables system-name, emacs-build-system, user-login-name, and
24984 user-full-name by mac-system-coding-system on Mac OS Classic.
24985 (mac-system-coding-system): New variable.
24986
24987 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
24988
24989 * startup.el (command-line): Handle `xterm-mouse-mode' before
24990 reading init file.
24991
24992 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
24993
24994 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
24995
24996 * progmodes/sh-script.el (sh-here-document-word): Make it a
24997 defcustom. Doc fix.
24998 (sh-add): Bash uses $(( )) for arithmetic.
24999 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
25000 (sh-maybe-here-document): Remove quotes and leading whitespace
25001 from heredoc word when closing. Indent heredoc with tabs if word
25002 starts with "-".
25003
25004 2005-04-13 Richard M. Stallman <rms@gnu.org>
25005
25006 * simple.el (undo): Fix previous change.
25007
25008 * custom.el (defface): Doc fix.
25009
25010 2005-04-13 Lute Kamstra <lute@gnu.org>
25011
25012 * Makefile.in (DONTCOMPILE): Remove list.
25013 (compile, compile-always): Don't use DONTCOMPILE.
25014 (update-authors): Load the library in which batch-update-authors
25015 is defined.
25016 * makefile.w32-in (DONTCOMPILE): Remove list.
25017 (compile, compile-always): Fix comments.
25018 (update-authors): Load the library in which batch-update-authors
25019 is defined.
25020
25021 * generic-x.el (generic-mode-ini-file-find-file-hook):
25022 Rename to ini-generic-mode-find-file-hook.
25023 Keep generic-mode-ini-file-find-file-hook as an alias.
25024 (ini-generic-mode-find-file-hook): Rename from
25025 generic-mode-ini-file-find-file-hook. Fix docstring.
25026 (ini-generic-mode): Docstring change.
25027 (bat-generic-mode-run-as-comint): Silence the byte compiler.
25028
25029 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
25030 called from lisp.
25031
25032 * generic.el: Move to the emacs-lisp subdir.
25033
25034 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
25035
25036 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
25037 and C-S- function and cursor motion keys.
25038
25039 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
25040
25041 * startup.el (command-line): Enable Xterm Mouse mode by default.
25042 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
25043 for Custom. No longer show "Mouse" in mode line when enabled.
25044 Doc fix.
25045
25046 2005-04-12 Kim F. Storm <storm@cua.dk>
25047
25048 * emulation/cua-base.el (cua-rectangle-face)
25049 (cua-rectangle-noselect-face): Define face attributes here.
25050
25051 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
25052
25053 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25054
25055 * startup.el (command-line): Turn off blinking cursor if
25056 cursorBlink in resources is off or false.
25057
25058 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25059
25060 * term/mac-win.el (dnd): Require dnd.
25061 (mac-drag-n-drop): Call dnd-handle-one-url.
25062 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
25063 (kTextEncodingISOLatin2): Remove constants.
25064 (mac-script-code-coding-systems): New constant.
25065 (mac-handle-language-change): New function.
25066 (special-event-map): Bind it to `language-change' event.
25067 (mac-centraleurroman, mac-cyrillic): New coding systems.
25068 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
25069 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
25070 and mac-cyrillic-encoder to encode-mac-centraleurroman and
25071 encode-mac-cyrillic, respectively.
25072
25073 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25074
25075 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
25076 Don't set overlay-arrow-string to "=>" as this is done
25077 globally in C now.
25078
25079 2005-04-12 Lute Kamstra <lute@gnu.org>
25080
25081 * generic-x.el (rc-generic-mode, rul-generic-mode):
25082 Fix auto-mode-alist entries.
25083 (etc-fstab-generic-mode): Tweak fontification.
25084
25085 * generic.el (generic-make-keywords-list): Fix docstring.
25086 (generic-mode-internal): Simplify generic-font-lock-keywords.
25087
25088 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25089
25090 * whitespace.el (whitespace-buffer-leading)
25091 (whitespace-buffer-trailing): Revert the incorrect test inversion.
25092 However, fix the highlight area for the leading and
25093 trailing whitespaces to show space.
25094
25095 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25096
25097 * whitespace.el (whitespace-version): Bump to 3.5
25098
25099 (whitespace-buffer-leading, whitespace-buffer-trailing):
25100 Invert sense of the test to highlight the whitespace.
25101
25102 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25103
25104 * progmodes/gud.el (gud-display-line): GUD uses its own
25105 overlay arrow now so don't set overlay-arrow-string.
25106 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
25107
25108 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
25109
25110 * term.el (term-ansi-current-bold, term-ansi-current-underline)
25111 (term-ansi-current-reverse, term-ansi-current-invisible)
25112 (term-ansi-face-already-done): Change to boolean.
25113 (term-reset-terminal, term-handle-colors-array): Handle the above
25114 vars accordingly.
25115 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
25116 (term-emulate-terminal): Use the new name.
25117
25118 * faces.el (secondary-selection): Use yellow1, not yellow.
25119 (trailing-whitespace): Use red1, not red.
25120
25121 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25122
25123 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
25124 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
25125 (dired-dnd-handle-file): Call dnd-get-local-file-uri
25126
25127 * cus-edit.el (dnd): New group.
25128
25129 * term/w32-win.el (dnd): Require dnd
25130 (w32-drag-n-drop): Call dnd-handle-one-url.
25131
25132 * x-dnd.el: Require dnd.
25133 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
25134 Call dnd-handle-one-url.
25135 (x-dnd-types-alist, x-dnd-insert-utf8-text)
25136 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
25137 to dnd-insert-text.
25138 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
25139 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
25140 (x-dnd-get-local-file-name, x-dnd-open-local-file)
25141 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
25142
25143 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
25144
25145 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25146
25147 * wdired.el: Doc fixes.
25148 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
25149 (wdired-use-dired-vertical-movement): Rename from
25150 wdired-always-move-to-filename-beginning.
25151 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
25152 (wdired-change-to-wdired-mode): Change mode name.
25153 (wdired-newline): Delete.
25154
25155 2005-04-11 Richard M. Stallman <rms@gnu.org>
25156
25157 * whitespace.el (whitespace-highlight-the-space):
25158 Don't call whitespace-unhighlight-the-space here.
25159
25160 * simple.el (undo): Record t in undo-equiv-table
25161 for the redo record made by an undo-in-region.
25162
25163 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25164
25165 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
25166 (gdb-frame-inferior-io-buffer): New Functions to control
25167 display of separate IO buffer.
25168 (menu): Add them to menu-bar.
25169 (gdb-display-buffer): Check for buffer another frame.
25170 Protect GUD buffer.
25171 (gdb-setup-windows): Create IO buffer if not already there.
25172 (gdb-memory-mode): Remove purecopy noops.
25173
25174 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25175
25176 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
25177 and pass to self-insert-command.
25178
25179 2005-04-11 Lute Kamstra <lute@gnu.org>
25180
25181 * generic.el: Commentary section cleanup.
25182 (generic): Delete.
25183 (generic-use-find-file-hook, generic-lines-to-scan)
25184 (generic-find-file-regexp, generic-ignore-files-regexp)
25185 (default-generic-mode, generic-mode-find-file-hook)
25186 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
25187 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
25188 (generic-use-find-file-hook, generic-lines-to-scan)
25189 (generic-find-file-regexp, generic-ignore-files-regexp)
25190 (default-generic-mode, generic-mode-find-file-hook)
25191 (generic-mode-ini-file-find-file-hook): Move from generic.el.
25192
25193 2005-04-10 Karl Fogel <kfogel@red-bean.com>
25194
25195 * bookmark.el (bookmark-write-file): Catch errors writing file.
25196 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
25197
25198 2005-04-10 Richard M. Stallman <rms@gnu.org>
25199
25200 * startup.el (fancy-splash-tail): Update copyright year.
25201 (command-line): Split part of -Q into -D.
25202 (emacs-basic-display): New defvar.
25203 (fancy-splash-text): Correct name of menu item.
25204
25205 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
25206
25207 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
25208 lines in one node.
25209
25210 * comint.el (comint-send-input): New arg ARTIFICIAL.
25211 Callers in this file changed.
25212
25213 * abbrev.el (define-abbrevs): Read system abbrevs properly.
25214
25215 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
25216
25217 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
25218
25219 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
25220 `ldap-search-internal'.
25221
25222 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25223
25224 * files.el (set-auto-mode-1): Use line-end-position.
25225
25226 * international/latin-1.el:
25227 * international/latin-2.el:
25228 * international/latin-3.el:
25229 * international/latin-4.el:
25230 * international/latin-5.el:
25231 * international/latin-8.el:
25232 * international/latin-9.el: Give punctuation syntax to NBSP.
25233
25234 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
25235 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
25236 Use char-classes to accept non-ascii letters, accepted in some recent
25237 bibtex implementations.
25238
25239 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
25240
25241 * custom.el (custom-set-minor-mode): Any non-nil value for the
25242 variable should enable the mode when set through Custom.
25243
25244 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25245
25246 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
25247 TAB binding so tab-always-indent is obeyed.
25248 (vhdl-minibuffer-local-map): Move initialization into declaration.
25249 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
25250 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
25251 (vhdl-hooked-abbrev): Avoid test for XEmacs.
25252 (vhdl-current-line): Use line-beginning-position.
25253 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
25254 with-output-to-temp-buffer, so the current position can be recorded.
25255
25256 2005-04-10 Masatake YAMATO <jet@gyve.org>
25257
25258 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25259 Add regexp for gcov.
25260
25261 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
25262
25263 * calendar/time-date.el (time-to-seconds, seconds-to-time)
25264 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
25265 syntax which Emacs 20 doesn't support.
25266
25267 2005-04-09 Richard M. Stallman <rms@gnu.org>
25268
25269 * help.el (describe-key-briefly, describe-key):
25270 Replace strings as event types with "(any string)".
25271
25272 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
25273
25274 * arc-mode.el (archive-mode-map): Move initialization into
25275 the declaration. Override *all* bindings of `undo'.
25276 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
25277
25278 2005-04-09 Jay Belanger <belanger@truman.edu>
25279
25280 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
25281
25282 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
25283
25284 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
25285 (xterm-register-default-colors): Update color values computation
25286 to match xterm-200.
25287
25288 2005-04-09 Kenichi Handa <handa@m17n.org>
25289
25290 * international/code-pages.el (iso-latin-7): Fix the map.
25291
25292 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
25293
25294 * emacs-lisp/lisp.el (defun-prompt-regexp)
25295 (parens-require-spaces, buffer-end, end-of-defun)
25296 (insert-parentheses): Doc fixes.
25297
25298 2005-04-08 Kim F. Storm <storm@cua.dk>
25299
25300 * comint.el (comint-highlight-prompt): Fix face spec.
25301 * hi-lock.el (hi-green): Likewise.
25302
25303 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25304
25305 * cus-edit.el (custom-modified-face):
25306 * comint.el (comint-highlight-input): Fix previous changes.
25307 * term.el (term-handle-ansi-escape): Add a comment.
25308
25309 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
25310
25311 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
25312 in the buffer and in whitespace-highlighted-space.
25313 (whitespace-unhighlight-the-space): Simplify.
25314 (whitespace-buffer): Simplify.
25315
25316 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25317
25318 * textmodes/table.el (table-cell-face): Add special case for
25319 displays supporting a high number of colors.
25320 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25321 (vhdl-font-lock-reserved-words-face)
25322 (vhdl-speedbar-architecture-face)
25323 (vhdl-speedbar-instantiation-face)
25324 (vhdl-speedbar-architecture-selected-face)
25325 (vhdl-speedbar-instantiation-selected-face): Likewise.
25326 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
25327 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
25328 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
25329 (ebrowse-root-class-face, ebrowse-member-attribute-face)
25330 (ebrowse-progress-face): Likewise.
25331 * progmodes/compile.el (compilation-info-face): Likewise.
25332 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
25333 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
25334 * calendar/calendar.el (diary-face): Likewise.
25335 * woman.el (woman-italic-face, woman-bold-face)
25336 (woman-unknown-face): Likewise.
25337 * wid-edit.el (widget-button-pressed-face): Likewise.
25338 * whitespace.el (whitespace-highlight-face): Likewise.
25339 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
25340 * pcvs-info.el (cvs-marked-face): Likewise.
25341 * info.el (info-xref): Likewise.
25342 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
25343 * hilit-chg.el (highlight-changes-face)
25344 (highlight-changes-delete-face): Likewise.
25345 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
25346 (hi-red-b): Likewise.
25347 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
25348 * font-lock.el (font-lock-keyword-face)
25349 (font-lock-function-name-face, font-lock-warning-face): Likewise.
25350 * cus-edit.el (custom-invalid-face, custom-modified-face)
25351 (custom-set-face, custom-changed-face, custom-variable-tag-face)
25352 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
25353 * comint.el (comint-highlight-prompt): Likewise.
25354
25355 2005-04-08 Lute Kamstra <lute@gnu.org>
25356
25357 * font-lock.el (font-lock-keywords): Docstring fixes.
25358
25359 2005-04-08 Kenichi Handa <handa@m17n.org>
25360
25361 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
25362 chars are more than a limit, print " and more..." at the tail.
25363
25364 2005-04-08 Kim F. Storm <storm@cua.dk>
25365
25366 * emacs-lisp/authors.el (authors-aliases): Update list.
25367 (authors-ignored-files): New list.
25368 (authors-fixed-entries): Fix typo.
25369 (authors-renamed-files-alist): Update list.
25370 (authors-add): Check authors-ignored-files.
25371
25372 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
25373
25374 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
25375 optional, to ensure backward compatibility.
25376
25377 2005-04-08 Stephen Eglen <stephen@gnu.org>
25378
25379 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
25380
25381 2005-04-08 Kim F. Storm <storm@cua.dk>
25382
25383 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
25384
25385 * mouse.el (mouse-on-link-p): Doc fix.
25386
25387 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
25388
25389 * ielm.el (ielm-prompt-read-only): Doc fix.
25390
25391 * comint.el (comint-prompt-read-only): Doc fix.
25392
25393 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
25394
25395 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
25396 ensure dired always handles wildcards passed to ffap.
25397 (find-file-at-point): Use it.
25398 (ffap-dired-wildcards): Doc fix.
25399
25400 2005-04-07 Juri Linkov <juri@jurta.org>
25401
25402 * simple.el (next-error-overlay-arrow-position): New defvar.
25403 Put "=>" on its property `overlay-arrow-string'. Add it to
25404 `overlay-arrow-variable-list'.
25405
25406 * progmodes/compile.el (compilation-setup):
25407 Set `next-error-overlay-arrow-position' to nil. Also set it to
25408 nil in the local hook `kill-buffer-hook'. Make local variable
25409 `overlay-arrow-string' and set it to "=>".
25410 (compilation-goto-locus): Set BOL position to
25411 `next-error-overlay-arrow-position' instead of
25412 `overlay-arrow-position'.
25413
25414 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
25415 locally instead of adding it to the global hook.
25416 (Info-kill-buffer): Move up.
25417
25418 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
25419
25420 * term/xterm.el (xterm-standard-colors): Update color values from
25421 xterm-200.
25422
25423 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
25424
25425 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
25426
25427 * fast-lock.el:
25428 * lazy-lock.el: Move them to the obsolete subdir.
25429
25430 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25431
25432 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
25433 (wdired-add-replace-advice): Remove.
25434 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
25435
25436 2005-04-06 Kim F. Storm <storm@cua.dk>
25437
25438 * startup.el (command-line): Add --bare-bones alias for -Q.
25439
25440 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25441
25442 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
25443 create the startup fontset if a font specification ends with
25444 `mac-roman'.
25445
25446 2005-04-06 Lute Kamstra <lute@gnu.org>
25447
25448 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
25449 change.
25450
25451 * emacs-lisp/copyright.el (copyright-update-year): Replace the
25452 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
25453
25454 2005-04-05 Lute Kamstra <lute@gnu.org>
25455
25456 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
25457 (define-generic-mode): Ditto. Fix debug declaration.
25458
25459 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
25460 Put them in the generic-x group.
25461
25462 * calendar/timeclock.el (timeclock): Doc fix.
25463
25464 * generic.el (define-generic-mode): Don't use custom-current-group.
25465 Document default :group value.
25466 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
25467 (define-global-minor-mode): Don't use custom-current-group.
25468
25469 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
25470
25471 * startup.el (command-line-1): Display startup-echo-area-message
25472 when fancy splash screen is in use.
25473
25474 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
25475 (sh-escaped-newline): New face.
25476 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
25477 newline, and use sh-escaped-newline face.
25478
25479 * progmodes/tcl.el (tcl-escaped-newline): New face.
25480 (tcl-builtin-list): New variable.
25481 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
25482 newlines. Fix keywords subexpression number.
25483
25484 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
25485
25486 * textmodes/org.el (org-diary-default-entry): Fix call to
25487 `add-to-diary-entry'.
25488
25489 2005-04-05 Kim F. Storm <storm@cua.dk>
25490
25491 * ediff-init.el: Use (featurep 'xemacs).
25492
25493 2005-04-05 David Ponce <david@dponce.com>
25494
25495 * cus-edit.el (face): Derive from symbol widget. Display sample
25496 of the current face on the fly.
25497 (widget-face-sample-face-get, widget-face-notify): New functions.
25498 (widget-face-value-create): Remove.
25499
25500 * wid-edit.el (widget-field-end): Temporarily remove field
25501 narrowing before to call `get-char-property'.
25502
25503 2005-04-04 Jay Belanger <belanger@truman.edu>
25504
25505 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
25506 (math-read-subscripts): New variable.
25507 (math-read-preprocess-string): Process subscripts.
25508
25509 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
25510
25511 * comint.el (comint-prompt-read-only): Doc fix.
25512
25513 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
25514 `-1'. Doc fix.
25515
25516 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
25517
25518 * textmodes/org.el (org-insert-mode-line-in-empty-file):
25519 Change default value to nil.
25520
25521 2005-04-04 Lute Kamstra <lute@gnu.org>
25522
25523 * autorevert.el (auto-revert-mode): Specify :group.
25524 * battery.el (display-battery-mode): Specify :group.
25525 * diff-mode.el (diff-minor-mode): Specify :group.
25526 * font-core.el (font-lock-mode): Specify :group.
25527 * hl-line.el (hl-line-mode): Specify :group.
25528 * iimage.el (iimage): New customization group.
25529 (iimage-mode): Specify :group.
25530 * longlines.el (longlines-mode): Specify :group.
25531 * master.el: Don't require easy-mmode.
25532 (master): New customization group.
25533 (master-mode): Specify :group.
25534 * msb.el (msb-mode): Specify :group.
25535 * reveal.el (reveal-mode): Specify :group.
25536 * simple.el (next-error-follow-minor-mode): Specify :group.
25537 * smerge-mode.el (smerge-mode): Specify :group.
25538 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
25539 * emulation/cua-base.el (cua-mode): Specify :group.
25540 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
25541 * language/thai-util.el (thai-auto-composition-mode)
25542 (thai-word-mode): Specify :group.
25543 * mail/supercite.el (sc-minor-mode): Specify :group.
25544 * progmodes/cwarn.el (cwarn-mode): Specify :group.
25545 * progmodes/flymake.el (flymake-mode): Specify :group.
25546 * progmodes/glasses.el (glasses-mode): Specify :group.
25547 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
25548 * textmodes/enriched.el (enriched-mode): Specify :group.
25549 * textmodes/refill.el (refill-mode): Specify :group.
25550
25551 * add-log.el (change-log-font-lock-keywords): Names in
25552 parenthesized lists can contain spaces.
25553
25554 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
25555
25556 * startup.el (fancy-splash-text): Shorten default text of
25557 "Emacs Tutorial" line. Also, if the current language env
25558 indicates an available tutorial file other than TUTORIAL,
25559 extract its title and append it to the line in parentheses.
25560 (fancy-splash-insert): If arg is a thunk, funcall it.
25561
25562 2005-04-04 Jay Belanger <belanger@truman.edu>
25563
25564 * calc.el (calc-language-alist): Add tags to customization type.
25565
25566 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
25567
25568 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
25569 Doc fix.
25570
25571 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
25572
25573 * add-log.el (change-log-font-lock-keywords): The manual
25574 describing a Change Log entry, says: (...) "Aside from these
25575 header lines, every line in the change log starts with a space or
25576 a tab.". The font-lock was not highlighting lines started with
25577 spaces, added support for it.
25578
25579 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25580
25581 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
25582 (bibtex-generate-url-list): Update docstring accordingly. Put the
25583 complex example in the docstring.
25584 (bibtex-font-lock-url): Use pop.
25585
25586 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
25587
25588 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
25589
25590 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
25591
25592 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25593
25594 * filesets.el (filesets-set-default): Doc fix.
25595
25596 2005-04-03 Lute Kamstra <lute@gnu.org>
25597
25598 * generic.el (define-generic-mode): Add argument to specify
25599 keywords for defcustom.
25600 (default-generic-mode): Specify :group.
25601
25602 * generic-x.el: Specify :group for all generic modes.
25603
25604 * desktop.el (desktop-no-desktop-file-hook)
25605 (desktop-after-read-hook): Doc fix.
25606
25607 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
25608
25609 * simple.el (visible-mode): Use explicit :group keyword.
25610 This changes the group of `visible-mode-hook' from paren-blinking
25611 to editing-basics.
25612
25613 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
25614
25615 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
25616 mailbox specifications as well as URLs.
25617 (rmail-insert-inbox-text): Remove unused conditional branches.
25618
25619 2005-04-01 Jay Belanger <belanger@truman.edu>
25620
25621 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
25622 (calc-gnuplot-print-command): Move definitions to calc.el.
25623
25624 * calc/calc-embed.el (calc-embedded-announce-formula)
25625 (calc-embedded-open-formula, calc-embedded-close-formula)
25626 (calc-embedded-open-word, calc-embedded-close-word)
25627 (calc-embedded-open-plain, calc-embedded-close-plain)
25628 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
25629 (calc-embedded-open-mode, calc-embedded-close-mode):
25630 Move definitions to calc.el.
25631
25632 * calc/calc.el (calc-settings-file, calc-language-alist):
25633 Make customizable.
25634 (calc-embedded-announce-formula, calc-embedded-open-formula)
25635 (calc-embedded-close-formula, calc-embedded-open-word)
25636 (calc-embedded-close-word, calc-embedded-open-plain)
25637 (calc-embedded-close-plain, calc-embedded-open-new-formula)
25638 (calc-embedded-close-new-formula, calc-embedded-open-mode)
25639 (calc-embedded-close-mode, calc-gnuplot-name)
25640 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
25641 from other files and make customizable.
25642
25643 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25644
25645 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
25646 Use buffer-live-p.
25647 (cvs-mode-run): Don't call cvs-update-header here.
25648 (cvs-run-process): Call cvs-update-header.
25649 Use process properties for cvs-postprocess and cvs-buffer so that
25650 the sentinel can behave better if the temp buffer is killed.
25651 Use a pipe rather than a tty, to better handle unexpected prompts.
25652 (cvs-sentinel): Rewrite. Call cvs-update-header.
25653
25654 2005-04-01 Andre Spiegel <spiegel@gnu.org>
25655
25656 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
25657 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
25658
25659 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25660
25661 * generic.el (define-generic-mode): Add indentation rule.
25662
25663 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
25664
25665 * files.el (mode-require-final-newline): Make Custom correctly
25666 report a nil value and allow to set it to nil via Custom.
25667 Doc fix.
25668
25669 2005-04-01 Kenichi Handa <handa@m17n.org>
25670
25671 * international/characters.el: Enable the correct case setting for
25672 dotless-i and dotted-I.
25673
25674 2005-04-01 Kim F. Storm <storm@cua.dk>
25675
25676 * ido.el (ido-file-internal): Fall back to non-ido command if
25677 initial directory is on slow ftp (or tramp) host.
25678
25679 2005-03-31 Richard M. Stallman <rms@gnu.org>
25680
25681 * emacs-lisp/autoload.el (make-autoload):
25682 Handle define-global-minor-mode.
25683
25684 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25685 Rename from easy-mmode-define-global-mode.
25686 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
25687
25688 * progmodes/scheme.el (scheme-mode-syntax-table):
25689 Update syntax of | and # for two-character comment syntax.
25690
25691 2005-03-31 Lute Kamstra <lute@gnu.org>
25692
25693 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
25694 (define-minor-mode): Call custom-current-group at load-time.
25695
25696 * generic.el (define-generic-mode): Add debug declaration.
25697 Add defcustom for the mode hook.
25698 (generic-mode-internal): Use run-mode-hooks.
25699
25700 2005-03-31 Kim F. Storm <storm@cua.dk>
25701
25702 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
25703 (mouse-fixup-help-message): New defun called by show_help_echo
25704 to fixup mouse-2 prefix in help messages when applicable.
25705
25706 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
25707
25708 2005-03-31 Kenichi Handa <handa@m17n.org>
25709
25710 * language/thai-word.el (thai-find-word-ends): Pay attention to
25711 the case that we reach the end of buffer.
25712
25713 * textmodes/fill.el (fill-text-properties-at): New function.
25714 (fill-newline): Use fill-text-properties-at instead of
25715 text-properties-at.
25716
25717 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25718
25719 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
25720 not comint-quote-filename.
25721
25722 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
25723
25724 * help-fns.el (help-with-tutorial): Revert last change.
25725
25726 2005-03-31 Kim F. Storm <storm@cua.dk>
25727
25728 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
25729
25730 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
25731
25732 * calendar/cal-china.el: Update reference to "Calendrical
25733 Calculations" book; there's a new edition.
25734 * calendar/cal-coptic.el: Likewise.
25735 * calendar/cal-french.el: Likewise.
25736 * calendar/cal-hebrew.el: Likewise.
25737 * calendar/cal-islam.el: Likewise.
25738 * calendar/cal-iso.el: Likewise.
25739 * calendar/cal-julian.el: Likewise.
25740 * calendar/cal-mayan.el: Likewise.
25741 * calendar/cal-persia.el: Likewise.
25742 * calendar/calendar.el: Likewise.
25743 * calendar/holidays.el: Likewise.
25744 * calendar/lunar.el: Likewise.
25745 * calendar/solar.el: Likewise.
25746
25747 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
25748 white space from doc string.
25749
25750 2005-03-30 Jay Belanger <belanger@truman.edu>
25751
25752 * calc/calc-help.el (calc-full-help): Remove email address.
25753
25754 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
25755
25756 * help-fns.el (help-with-tutorial): Delete title line.
25757
25758 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25759
25760 * calendar/cal-x.el (calendar-one-frame-setup)
25761 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
25762 rather than `symbol' for set-window-dedicated-p.
25763
25764 * calendar/appt.el (appt-buffer-name): Make it a constant.
25765 (appt-add): Doc fix.
25766
25767 * filesets.el (filesets-menu-path, filesets-menu-before)
25768 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
25769 (filesets-menu-cache-file): Use directory ~/.emacs.d.
25770 (filesets-add-submenu): Delete and use add-submenu instead.
25771
25772 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
25773
25774 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
25775 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
25776 (org-diary-default-entry): New function.
25777 (org-get-entries-from-diary): Better parsing of diary entries.
25778 (org-agenda-check-no-diary): New function.
25779 ("diary-lib"): Advice to function `add-to-diary-list', to allow
25780 linking to diary entries.
25781 (org-agenda-execute-calendar-command): New function.
25782 (org-agenda): Improve visible section in window.
25783 Use `org-fit-agenda-window'.
25784 (org-fit-agenda-window): New option.
25785 (org-move-subtree-down): Better handling of empty lines
25786 at end of subtree.
25787 (org-cycle): Numeric prefix is interpreted now as show-subtree N
25788 levels up.
25789 (org-fontify-done-headline): New option.
25790 (org-headline-done-face): New face.
25791 (org-set-font-lock-defaults): Use `org-headline-done-face'.
25792 (org-table-copy-down): Rename from `org-table-copy-from-above'.
25793 When current field is non-empty, it is copied to next row.
25794 (org-table-copy-from-above): Fix bug which made it
25795 impossible to copy fields containing only a single non-white character.
25796
25797 2005-03-30 Kim F. Storm <storm@cua.dk>
25798
25799 * kmacro.el (kmacro-end-macro): Isearch may store this command
25800 into the macro -- so ignore it when executing keyboard macro.
25801
25802 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25803
25804 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
25805
25806 2005-03-29 Kenichi Handa <handa@m17n.org>
25807
25808 * language/thai.el ("Thai"): Set setup-function and exit-function
25809 for Thai language environment.
25810
25811 * language/thai-util.el: Require thai-word.
25812 (thai-word-mode-map): New variable.
25813 (thai-word-mode): New minor mode.
25814 (setup-thai-language-environment-internal): New function.
25815 (exit-thai-language-environment-internal): New function.
25816
25817 * language/thai-word.el (thai-word-table): Declare it by defvar,
25818 use dolist to initialize it.
25819 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
25820 (thai-fill-find-break-point): New functions.
25821
25822 2005-03-29 Richard M. Stallman <rms@gnu.org>
25823
25824 * simple.el (idle-update-delay): Move definition up.
25825 (set-mark): Doc fix.
25826
25827 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
25828
25829 * longlines.el: New file.
25830
25831 * simple.el (buffer-substring-filters): New variable.
25832 (filter-buffer-substring): New function.
25833 (kill-region, copy-region-as-kill): Use it.
25834
25835 * register.el (copy-to-register, append-to-register)
25836 (prepend-to-register): Use filter-buffer-substring.
25837
25838 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25839
25840 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
25841 (gud-filter-pending-text): Move in front of gdb.
25842 (gud-overlay-arrow-position): New variable.
25843 (gud-sentinel, gud-display-line): Use it in place of
25844 overlay-arrow-position.
25845
25846 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
25847
25848 * progmodes/fortran.el (fortran-if-indent): Doc fix.
25849 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
25850 (fortran-font-lock-keywords-4): New variable.
25851 (fortran-blocks-re, fortran-end-block-re)
25852 (fortran-start-block-re): New constants, for hideshow.
25853 (hs-special-modes-alist): Add a Fortran entry.
25854 (fortran-mode-map): Bind fortran-end-of-block,
25855 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
25856 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
25857 (fortran-looking-at-if-then, fortran-end-of-block)
25858 (fortran-beginning-of-block): New functions, for hideshow.
25859
25860 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
25861 Doc fix. Tweak regexp.
25862 (f90-beginning-of-block): Push mark first.
25863
25864 2005-03-29 Jay Belanger <belanger@truman.edu>
25865
25866 * calc/calc.el: Update copyright date.
25867 (calc-version): Increase to 2.1.
25868 (calc-version-date): Remove.
25869
25870 * calc/calc-help.el: Update copyright date.
25871 (calc-full-help): Remove reference to calc-version-date.
25872 Update copyright date.
25873
25874 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25875
25876 * vc.el (vc-do-command): Use a pipe for async processes, so password
25877 prompts don't show up at places where the user can't reply.
25878
25879 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25880
25881 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
25882 on the file name we pass to the inferior shell.
25883
25884 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25885
25886 * progmodes/which-func.el (which-function): Be robust in the face of an
25887 imenu--make-index-alist failure.
25888
25889 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25890
25891 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
25892
25893 * progmodes/python.el (python-preoutput-filter): Fix last change.
25894
25895 2005-03-29 Lute Kamstra <lute@gnu.org>
25896
25897 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
25898 functions and compiled macros.
25899 (debug-convert-byte-code): Handle macros too.
25900 (debug-on-entry-1): Don't signal an error when trying to clear a
25901 function that is not set to debug on entry.
25902
25903 2005-03-29 Jay Belanger <belanger@truman.edu>
25904
25905 * calc/calc-lang.el: Add functions to math-function-table
25906 properties of tex and math.
25907
25908 2005-03-29 Kenichi Handa <handa@m17n.org>
25909
25910 * ps-mule.el (ps-mule-plot-string): Translate characters by
25911 ps-print-translation-table.
25912 (ps-mule-begin-job): Call find-charset-region/string with
25913 ps-print-translation-table.
25914 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
25915
25916 * ps-print.el (ps-print-translation-table): New variable.
25917 (ps-plot-region): Translate characters by ps-print-translation-table.
25918
25919 2005-03-29 Juri Linkov <juri@jurta.org>
25920
25921 * simple.el (next-error-highlight-timer): New variable.
25922
25923 * progmodes/compile.el (compilation-goto-locus):
25924 Use `next-error-highlight-timer' instead of `sit-for'.
25925
25926 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25927
25928 * mail/supercite.el (sc-mail-field): Use assoc-string.
25929 (sc-get-address): Simplify regexps.
25930
25931 * files.el (minibuffer-with-setup-hook): New macro.
25932 (find-file-read-args): Use it to avoid let-binding
25933 minibuffer-with-setup-hook (which breaks turning on/off
25934 file-name-shadow-mode while in the prompt).
25935
25936 * complete.el (PC-read-include-file-name-internal):
25937 Use test-completion.
25938
25939 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
25940
25941 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
25942
25943 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25944
25945 * window.el (window-buffer-height): Use count-screen-lines.
25946
25947 * progmodes/python.el (python-preoutput-leftover): New var.
25948 (python-preoutput-filter): Use it.
25949 (python-send-receive): Loop until all the result has been received.
25950
25951 2005-03-28 Juri Linkov <juri@jurta.org>
25952
25953 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
25954
25955 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
25956 "Recover Crashed Session".
25957 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
25958 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
25959 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
25960 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
25961 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
25962 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
25963 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
25964 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
25965
25966 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
25967 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
25968 Ediff Sessions", "Toggle use of separate control buffer frame",
25969 "Use separate frame for Ediff control buffer".
25970
25971 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
25972 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
25973 "Rename Bookmark", "Delete Bookmark".
25974
25975 * info.el (Info-mode-menu): Remove ellipsis from "Index".
25976 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
25977 Add `:active Info-index-alternatives' to "Next Matching Item".
25978
25979 * wdired.el (wdired-change-to-wdired-mode):
25980 Mention `wdired-abort-changes' key in the initial message.
25981
25982 * international/mule.el (auto-coding-alist): Associate non-ascii
25983 image filename extensions with `no-conversion'.
25984
25985 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
25986
25987 * international/iso-acc.el:
25988 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
25989
25990 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
25991
25992 * textmodes/sgml-mode.el (html-mode): Doc update.
25993
25994 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
25995
25996 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
25997
25998 * term.el (term-move-columns): Fix face after extending a line.
25999 (term-insert-spaces): Likewise.
26000 (term-reset-terminal): Fix off by one error.
26001
26002 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26003
26004 * international/mule.el (auto-coding-alist): Add .xpi files.
26005
26006 * files.el (auto-mode-alist): Add .xpi files.
26007
26008 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
26009
26010 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
26011
26012 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26013
26014 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
26015
26016 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
26017
26018 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
26019 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
26020
26021 * calendar/cal-move.el (calendar-beginning-of-year): Move the
26022 cursor to Jan 1 when needed.
26023 (calendar-end-of-year): Fix -/+ typo.
26024 Reported by Chong Yidong <cyd@stupidchicken.com>.
26025
26026 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
26027
26028 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
26029
26030 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
26031 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
26032
26033 2005-03-25 Richard M. Stallman <rms@gnu.org>
26034
26035 * filesets.el (filesets-init): Add autoload.
26036
26037 * mail/mailalias.el (mail-directory): Doc fix.
26038
26039 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26040
26041 * mail/mailalias.el (mail-directory-process): Do nothing if
26042 mail-directory-process is an atom.
26043 (mail-get-names): Ignore mail-directory-names if it is an atom.
26044 (mail-directory-process defvar): Doc fix.
26045 (mail-names): Doc fix.
26046
26047 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
26048
26049 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
26050
26051 2005-03-26 Kenichi Handa <handa@m17n.org>
26052
26053 * international/mule-util.el (detect-coding-with-priority):
26054 Call update-coding-systems-internal before detect-coding-region.
26055
26056 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
26057
26058 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
26059 (gdb-frames-mode-map): Add follow-link property.
26060
26061 2005-03-25 Jay Belanger <belanger@truman.edu>
26062
26063 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
26064 for variables.
26065
26066 2005-03-25 Juri Linkov <juri@jurta.org>
26067
26068 * image-mode.el: Optimize image filename extension regexps in
26069 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
26070 in `auto-mode-alist'.
26071 (image-mode): Add `image-toggle-display-text' to local hook
26072 `change-major-mode-hook'. Display the image as an image by
26073 default. Set `cursor-type' and `truncate-lines' if the image
26074 is already displayed. Take into account the current mode (image
26075 or text) in message.
26076 (image-minor-mode): New minor mode.
26077 (image-mode-maybe, image-toggle-display-text): New functions.
26078 (image-toggle-display): Use called-interactively-p.
26079 Let-bind `inhibit-read-only' to t.
26080
26081 * image-mode.el (image-minor-mode): Set `cursor-type' and
26082 `truncate-lines' if the image is already displayed. Add turning
26083 image-minor-mode off to `change-major-mode-hook'. Add message.
26084 Call `image-toggle-display-text' after turning image-minor-mode off.
26085
26086 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
26087
26088 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
26089 Terminal.app, use utf-8.
26090 (set-display-table-and-terminal-coding-system): Add coding-system arg.
26091 (set-locale-environment): Use it.
26092
26093 * term/xterm.el: Undo last change, better done in mule-cmds.el.
26094
26095 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
26096
26097 * progmodes/python.el (python-close-block-statement-p)
26098 (python-outdent-p, python-current-defun): Use symbol-end.
26099
26100 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26101
26102 * files.el (save-some-buffers): Doc fix.
26103
26104 2005-03-25 Werner Lemberg <wl@gnu.org>
26105
26106 * complete.el, thumbs.el: Replace `legal' with `valid'.
26107 * calendar/calendar.el: Replace `legal' with `valid'.
26108 * emacs-lisp/advice.el: Replace `legal' with `valid'.
26109 * mail/supercite.el: Replace `legal' with `valid'.
26110 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
26111 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
26112 Replace `legal' with `valid'.
26113 * textmodes/reftex-vars.el, textmodes/reftex.el:
26114 Replace `legal' with `valid'.
26115
26116 2005-03-25 Werner Lemberg <wl@gnu.org>
26117
26118 * calc/calc-forms.el, calc/calc-sel.el
26119 * midnight.el, vc-cvs.el
26120 * emacs-lisp/cl-macs.el
26121 * emulation/vip.el
26122 * eshell/esh-io.el, eshell/esh-var.el
26123 * mail/supercite.el
26124 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
26125 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
26126 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
26127 * progmodes/sh-script.el, progmodes/xscheme.el
26128 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
26129 * textmodes/reftex-index.el, textmodes/reftex-parse.el
26130 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
26131 * textmodes/reftex.el, textmodes/org.el:
26132 Replace `illegal' with `invalid'.
26133
26134 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26135
26136 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
26137 (flymake-find-buildfile, flymake-find-possible-master-files)
26138 (flymake-check-include, flymake-parse-line): Replace loops over the
26139 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
26140
26141 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
26142 Substitute file-name-as-directory in the rest of the file.
26143 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
26144 (flymake-replace-region): Remove unused arg `buffer'.
26145 (flymake-check-patch-master-file-buffer): Update calls to it.
26146 (flymake-add-err-info): Remove unused var `count'.
26147 (flymake-mode): Use define-minor-mode.
26148
26149 * progmodes/flymake.el: Use with-current-buffer.
26150 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
26151 flymake-replace-regexp-in-string, flymake-line-beginning-position)
26152 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
26153 Avoid testing for `xemacs'.
26154 (flymake-nop): Move.
26155 (flymake-region-has-flymake-overlays): Return the computed value.
26156 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
26157 Remove unused var `endline'.
26158 (flymake-get-line-count): Remove unused function.
26159 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
26160
26161 * emulation/vi.el:
26162 * generic.el:
26163 * hilit-chg.el (global-highlight-changes):
26164 * hi-lock.el (hi-lock-mode):
26165 * follow.el: find-file-hooks -> find-file-hook.
26166
26167 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
26168
26169 2005-03-24 Juri Linkov <juri@jurta.org>
26170
26171 * dired.el (dired-mode-map): Add menu item "Compare directories"
26172 for dired-compare-directories.
26173
26174 * dired-aux.el (dired-compare-directories): Add autoload cookie.
26175 Doc fix. Replace `read-file-name' with `read-directory-name'.
26176
26177 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26178
26179 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
26180
26181 2005-03-24 Jay Belanger <belanger@truman.edu>
26182
26183 * calc/calc-embed.el (calc-embedded-mode-change): Save all
26184 relevant mode settings in calc-embedded-original-modes when modes
26185 are permanently changed.
26186
26187 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26188
26189 * autoinsert.el: find-file-hooks -> find-file-hook.
26190
26191 2005-03-24 Lute Kamstra <lute@gnu.org>
26192
26193 * generic.el (generic-font-lock-defaults): Make it obsolete.
26194 (generic-font-lock-keywords): New variable to replace
26195 generic-font-lock-defaults.
26196 (generic-mode-set-font-lock): Delete it.
26197 (generic-mode-internal): Don't call generic-mode-set-font-lock.
26198 (generic-bracket-support): Add docstring.
26199
26200 * generic-x.el: Rename generic-font-lock-defaults to
26201 generic-font-lock-keywords throughout.
26202 (mailagent-rules-setup-function): Delete it.
26203 (mailagent-rules-generic-mode): Use anonymous function instead.
26204 (show-tabs-generic-mode-font-lock-defaults-1)
26205 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
26206 Quote faces.
26207 (show-tabs-tab-face, show-tabs-space-face): Specify background,
26208 not foreground.
26209
26210 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
26211 Recognize define-generic-mode.
26212
26213 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
26214
26215 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
26216 if there's no completion table.
26217
26218 2005-03-23 Miles Bader <miles@gnu.org>
26219
26220 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26221 Remove tty-specific variants, as they're no longer needed.
26222
26223 2005-03-23 Lute Kamstra <lute@gnu.org>
26224
26225 * generic-x.el: Code cleanup: make args constant whenever possible.
26226 (installshield-statement-keyword-list)
26227 (installshield-system-functions-list)
26228 (installshield-system-variables-list, installshield-types-list)
26229 (installshield-funarg-constants-list): Make them constants.
26230
26231 * generic.el (generic-make-keywords-list): Add autoload cookie.
26232
26233 * calendar/time-date.el: Add comment on time value formats.
26234 Don't require parse-time.
26235 (with-decoded-time-value): New macro.
26236 (encode-time-value): New function.
26237 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
26238 (days-to-time): Return a valid time value when arg is huge.
26239 (time-since): Use time-subtract.
26240 (time-to-number-of-days): Use time-to-seconds.
26241
26242 2005-03-23 David Ponce <david@dponce.com>
26243
26244 * recentf.el (recentf-keep): New option.
26245 (recentf-menu-action): Default to `find-file'.
26246 (recentf-keep-non-readable-files-flag)
26247 (recentf-keep-non-readable-files-p)
26248 (recentf-file-readable-p, recentf-find-file)
26249 (recentf-cleanup-remote): Remove.
26250 (recentf-include-p): More robust.
26251 (recentf-keep-p): New function.
26252 (recentf-remove-if-non-kept): Rename from
26253 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
26254 All callers updated.
26255 (recentf-menu-items-for-commands): Fix help string.
26256 (recentf-track-closed-file): Update. Doc fix.
26257 (recentf-cleanup): Update. Count removed files. Doc fix.
26258
26259 2005-03-23 Kim F. Storm <storm@cua.dk>
26260
26261 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26262 Don't inherit from fringe face (now happens automatically).
26263
26264 2005-03-22 Kim F. Storm <storm@cua.dk>
26265
26266 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
26267 position values.
26268
26269 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
26270
26271 * menu-bar.el (showhide-date-time): Remove.
26272 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
26273 (menu-bar-make-mm-toggle): Simplify.
26274
26275 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26276
26277 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
26278 Accept qualified variable and function names.
26279
26280 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
26281
26282 * bindings.el (completion-ignored-extensions):
26283 Remove ".lis" for `vax-vms'.
26284
26285 2005-03-22 Andreas Schwab <schwab@suse.de>
26286
26287 * generic-x.el: Revert last change.
26288 * ldefs-boot.el: Update.
26289
26290 2005-03-22 Jay Belanger <belanger@truman.edu>
26291
26292 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
26293 (calc-embedded-save-original-modes)
26294 (calc-embedded-restore-original-modes): New functions.
26295 (calc-do-embedded): Save original modes when entering embedded mode
26296 and restore when leaving embedded mode.
26297 (calc-embedded-modes-change): Change the value of
26298 calc-embedded-original-modes to reflect permanent changes.
26299
26300 2005-03-22 Lute Kamstra <lute@gnu.org>
26301
26302 * generic-x.el: Require generic again.
26303
26304 2005-03-22 Miles Bader <miles@gnu.org>
26305
26306 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26307 Tweak details to look good on both ttys and bitmap displays, light
26308 or dark background, etc.
26309
26310 2005-03-21 Kim F. Storm <storm@cua.dk>
26311
26312 * tooltip.el (tooltip-show-help-function): Check car and cdr of
26313 mouse position.
26314
26315 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26316
26317 * icomplete.el: Don't forcibly turn on the mode upon load.
26318 (icomplete-mode): Use define-minor-mode.
26319 (icomplete-eoinput): Default to nil.
26320 (icomplete-minibuffer-setup): Remove autoload.
26321 (icomplete-tidy): Simplify.
26322 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
26323 in the initial state or if the user has modified the field.
26324 Fix handling of icomplete-max-delay-chars.
26325 Remove code that handles the oddball case where
26326 minibuffer-completion-table is an integer.
26327 Wrap icomplete-completions in while-no-input in case building
26328 completions takes more time than expected.
26329 (icomplete-completions): Simplify.
26330
26331 2005-03-21 Richard M. Stallman <rms@gnu.org>
26332
26333 * jka-compr.el (jka-compr-really-do-compress):
26334 Make variable buffer-local.
26335
26336 * image-mode.el: Handle .xpm files too.
26337 (image-toggle-display): Preserve modification flag.
26338
26339 * help.el (where-is): Don't mention aliases with no key bindings.
26340
26341 2005-03-21 Lute Kamstra <lute@gnu.org>
26342
26343 * generic.el: Fix commentary section. Don't require cl for
26344 compilation.
26345 (generic-mode-list): Add autoload cookie.
26346 (generic-use-find-file-hook, generic-lines-to-scan)
26347 (generic-find-file-regexp, generic-ignore-files-regexp)
26348 (generic-mode, generic-mode-find-file-hook)
26349 (generic-mode-ini-file-find-file-hook): Fix docstrings.
26350 (define-generic-mode): Make it a defmacro. Fix docstring.
26351 (generic-mode-internal): Code cleanup. Add autoload cookie.
26352 (generic-mode-set-comments): Code cleanup.
26353 * generic-x.el: Don't prevent compilation. Don't require generic.
26354 Follow coding conventions. Minor code cleanup.
26355 (etc-fstab-generic-mode): Add some keywords.
26356 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
26357 define-generic-mode like a function declaration.
26358
26359 2005-03-21 Jay Belanger <belanger@truman.edu>
26360
26361 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
26362 changing modes.
26363
26364 2005-03-21 Sam Steingold <sds@gnu.org>
26365
26366 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
26367
26368 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
26369
26370 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
26371 Add underscore to "f$ lexicals" regexp.
26372
26373 2005-03-20 Juri Linkov <juri@jurta.org>
26374
26375 * subr.el (progress-reporter-do-update): When `min-value' is equal
26376 to `max-value', set `percentage' to 0 and prevent division by zero.
26377
26378 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
26379
26380 Sync with Tramp 2.0.48.
26381
26382 * net/tramp.el (all): Change all addresses to .gnu.org.
26383 (tramp-append-tramp-buffers): New defun.
26384 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
26385 Catch `dont-send' signal.
26386 (tramp-set-auto-save-file-modes): Set always permissions, because
26387 there might be an old auto-saved file belonging to another
26388 original file. This could be a security threat. Reported by
26389 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
26390 Check for Emacs 21.3.50 removed.
26391
26392 * net/tramp-smb.el (all): Remove debug construct for
26393 `with-parsed-tramp-file-name'.
26394 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
26395 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
26396 No error message if DIRECTORY or FILENAME doesn't exist.
26397 (tramp-smb-open-connection): Check existence of
26398 `tramp-smb-program'.
26399
26400 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
26401
26402 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
26403 Properly handle the case where the `m' or `s' command's argument is not
26404 yet terminated.
26405 (perl-indent-new-calculate): New function.
26406 (perl-indent-line): Use it.
26407
26408 2005-03-20 Miles Bader <miles@gnu.org>
26409
26410 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
26411 in text-mode too. Change to new face names.
26412 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
26413 Add `:weight bold' attribute.
26414 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
26415
26416 2005-03-19 Juri Linkov <juri@jurta.org>
26417
26418 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
26419
26420 * international/mule.el (auto-coding-alist): Sync with
26421 `auto-mode-alist' by adding upper case archive file extensions
26422 and adding ear/war to jar extension.
26423
26424 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
26425
26426 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
26427 running, restart it.
26428
26429 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
26430
26431 * finder.el (finder-current-item): Throw an error on an empty line.
26432
26433 * man.el (Man-follow-manual-reference): If current-word returns
26434 nil, use "".
26435
26436 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
26437
26438 * simple.el (goto-line): Doc fix.
26439
26440 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
26441
26442 * files.el (save-buffer): Doc fix.
26443
26444 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
26445
26446 * recentf.el (recentf-cleanup-remote): New variable.
26447 (recentf-cleanup): Use it to conditionally check availability of
26448 remote files.
26449
26450 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
26451
26452 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
26453 function names.
26454
26455 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26456
26457 * language/thai-word.el: New file.
26458
26459 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26460
26461 * files.el (backup-buffer): If the file's directory is not
26462 writable, use copy instead of move to backup the file.
26463
26464 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26465
26466 * obsolete/keyswap.el: Moved to obsolete/ from term/.
26467
26468 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26469
26470 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
26471 Use functionp instead of symbolp and fboundp. Reported by Drkm
26472 <darkman_spam@yahoo.fr>.
26473 (ps-print-version): New version 6.6.6.
26474
26475 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
26476
26477 * textmodes/table.el (table--line-column-position): New idiom.
26478 (table--row-column-insertion-point-p): New function to test
26479 validity of row and column insertion operation at a location.
26480 (table-global-menu, table-cell-menu): Use above functions for
26481 deterministic test operation.
26482 (table--editable-cell-p): Behave in deterministic fashion.
26483
26484 2005-03-18 Juri Linkov <juri@jurta.org>
26485
26486 * isearch.el (isearch-lazy-highlight-new-loop):
26487 Make arguments beg and end optional.
26488 (isearch-update): Remove optional arguments nil from
26489 isearch-lazy-highlight-new-loop.
26490 (isearch-lazy-highlight-search): Let-bind case-fold-search to
26491 isearch-lazy-highlight-case-fold-search instead of
26492 isearch-case-fold-search, and let-bind isearch-regexp to
26493 isearch-lazy-highlight-regexp.
26494 Use isearch-lazy-highlight-last-string instead of isearch-string.
26495
26496 * replace.el (perform-replace): Remove bindings of global
26497 variables isearch-string, isearch-regexp, isearch-case-fold-search.
26498 Add three new arguments to `replace-highlight'.
26499 (replace-highlight): Add arguments string, regexp, case-fold.
26500 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
26501 to allow isearch-lazy-highlight-new-loop to use these values
26502 to set corresponding isearch-lazy-highlight-* internal
26503 variables whose values lazy highlighting will use regardless of
26504 changes to global variables isearch-string, isearch-regexp,
26505 isearch-case-fold-search during lazy highlighting loop.
26506 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
26507 to `lazy-highlight-cleanup'.
26508
26509 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
26510 (ispell-highlight-face): Set default face to `isearch' when
26511 lazy highlighting is enabled.
26512 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
26513 priority to 1. Add lazy highlighting.
26514 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
26515 from `isearch-dehighlight'.
26516
26517 2005-03-18 David Ponce <david@dponce.com>
26518
26519 * files.el (hack-local-variables): Do a case-insensitive search
26520 for End.
26521
26522 2005-03-18 Juri Linkov <juri@jurta.org>
26523
26524 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
26525 `isearch-lazy-highlight-cleanup', add alias to old name and
26526 declare obsolete. Add release numbers to other obsolete vars.
26527 (isearch-done, isearch-lazy-highlight-new-loop):
26528 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
26529 (lazy-highlight-cleanup) <variable>: Doc fix.
26530 (isearch-lazy-highlight-update): Rename obsolete
26531 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
26532
26533 2005-03-18 Kenichi Handa <handa@m17n.org>
26534
26535 * language/thai-util.el: Fix categorization of Thai characters in
26536 thai-category-table.
26537 (thai-composition-pattern): Adjust it for the above change.
26538 (thai-self-insert-command, thai-compose-syllable): New functions.
26539 (thai-compose-region): Use thai-compose-syllable.
26540 (thai-compose-string): Likewise.
26541 (thai-composition-function): Likewise.
26542 (thai-auto-composition): New function.
26543 (thai-auto-composition-mode): New minor mode.
26544
26545 * language/thai.el: Fix patterns to be registered in
26546 composition-function-table.
26547
26548 * international/quail.el (quail-input-method): Locally bind
26549 inhibit-modification-hooks to t.
26550
26551 2005-03-17 Richard M. Stallman <rms@gnu.org>
26552
26553 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
26554 (perl-mode): Use run-mode-hooks.
26555
26556 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
26557 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
26558 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
26559
26560 * mail/sendmail.el (sendmail-send-it): Reenable the code
26561 to compute resend-to-address and use it.
26562
26563 * tar-mode.el (tar-mode): Turn off undo unconditionally.
26564
26565 * image-mode.el: New file.
26566
26567 * image.el (insert-sliced-image): Add autoload cookie.
26568
26569 * font-lock.el (font-lock-lines-before): New user option.
26570 (font-lock-after-change-function): Obey it.
26571
26572 * bindings.el (esc-map): Make M-g a prefix.
26573 Bind M-g g and M-g M-g to goto-line.
26574
26575 * faces.el (face-id): Doc fix.
26576
26577 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26578
26579 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
26580 (rmail-show-message): Use rmail-unknown-mail-followup-to.
26581 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
26582
26583 * mail/sendmail.el (mail-yank-ignored-headers)
26584 (mail-font-lock-keywords, mail-mode-fill-paragraph):
26585 Add Mail-Followup-To and Mail-Reply-To headers.
26586 (mail-citation-hook): Add autoload cookie.
26587 (mail-mode): Doc fix.
26588 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
26589 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
26590 (mail-mode-fill-paragraph): Handle those headers.
26591 (mail-mailing-lists): New variable.
26592 (mail-mail-reply-to, mail-mail-followup-to): New functions.
26593
26594 2005-03-17 Juri Linkov <juri@jurta.org>
26595
26596 * isearch.el (isearch-fallback): Check for `(car previous)'
26597 before calling `isearch-other-end-state'.
26598
26599 2005-03-17 Kim F. Storm <storm@cua.dk>
26600
26601 * simple.el (move-beginning-of-line): Move to beginning of buffer
26602 line, as well as beginning of screen line.
26603
26604 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
26605
26606 * calendar/diary-lib.el (mark-diary-entries): Use new optional
26607 argument REDRAW rather than calendar-redrawing variable.
26608 * calendar/calendar.el (calendar-redrawing): Delete.
26609 (redraw-calendar): Do not bind calendar-redrawing.
26610
26611 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
26612
26613 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
26614 diary-file buffer.
26615
26616 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
26617
26618 * help.el (describe-mode): Allow a :minor-mode-function property to
26619 specify a different minor mode toggle function than the variable.
26620 * simple.el (auto-fill-function):
26621 * subr.el (add-minor-mode): Use it.
26622
26623 2005-03-16 Kenichi Handa <handa@m17n.org>
26624
26625 * language/ethio-util.el (sera-being-called-by-w3): New variable.
26626 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
26627 (ethio-fidel-to-sera-buffer): Likewise.
26628
26629 2005-03-16 Juri Linkov <juri@jurta.org>
26630
26631 * emacs-lisp/find-func.el (find-function-regexp):
26632 Add defun-emitting macro `menu-bar-make-toggle'.
26633
26634 * isearch.el: Put `isearch-scroll' property to
26635 `split-window-horizontally'.
26636
26637 * info.el: Update error messages for `debug-ignored-errors'.
26638 (Info-isearch-search): Doc fix.
26639 (Info-find-node): Move up code to go into info buffer before
26640 recording the node to the history.
26641 (Info-fontify-node): Fontify titles only if the next line
26642 has two or more `*', `=', `-', `.'.
26643 Display "go to this node" for empty (match-string 3).
26644
26645 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26646
26647 * term/mac-win.el: Add mouse pointer shape constants.
26648
26649 2005-03-15 Kim F. Storm <storm@cua.dk>
26650
26651 * simple.el (move-beginning-of-line): Use vertical-motion.
26652
26653 2005-03-15 Juri Linkov <juri@jurta.org>
26654
26655 * isearch.el (isearch-error): New variable.
26656 (isearch-invalid-regexp, isearch-within-brackets): Remove.
26657 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
26658 (isearch-within-brackets-state): Remove.
26659 (isearch-case-fold-search-state, isearch-pop-fun-state):
26660 Decrease frame index.
26661 (isearch-mode, isearch-top-state, isearch-push-state)
26662 (isearch-edit-string, isearch-abort, isearch-search-and-update)
26663 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
26664 (isearch-search, isearch-lazy-highlight-new-loop):
26665 Replace `isearch-invalid-regexp' with `isearch-error'.
26666 Remove `isearch-within-brackets'.
26667 (isearch-search): Add `search-failed' handler to `condition-case'.
26668 (isearch-lazy-highlight-search): Add `condition-case' to catch
26669 errors and allow `isearch-lazy-highlight-update' to try
26670 highlighting from the beginning of the window.
26671 (isearch-repeat): Move up code to set isearch-wrapped to t
26672 before calling isearch-wrap-function.
26673
26674 * info.el (Info-isearch-initial-node): New internal variable.
26675 (Info-search): Signal an error in isearch mode when search leaves
26676 the initial node. Signal an error when `bound' is non-nil and
26677 nothing was found in the current subfile.
26678 (Info-isearch-search): Remove `condition-case'.
26679 (Info-isearch-wrap): Don't wrap when search failed during leaving
26680 the initial node. If `Info-isearch-search' is nil, wrap around
26681 the current node.
26682 (Info-isearch-start): New fun.
26683 (Info-mode): Add buffer-local hook `Info-isearch-start' to
26684 `isearch-mode-hook'.
26685
26686 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26687
26688 * simple.el (normal-erase-is-backspace): Set default to t if
26689 running on Mac.
26690
26691 * term/mac-win.el (function-key-map): Sync with x-win.el.
26692
26693 2005-03-15 Kenichi Handa <handa@m17n.org>
26694
26695 * international/mule-cmds.el (locale-language-names): Modify the
26696 format of elements and add more entries.
26697 (locale-preferred-coding-systems): Add more entries.
26698 (set-locale-environment): Adjust for the change of
26699 locale-language-names.
26700
26701 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
26702
26703 * pcvs.el (smerge-ediff): Remove bogus autoload.
26704
26705 2005-03-14 Lute Kamstra <lute@gnu.org>
26706
26707 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
26708 Ignore a `*' at the beginning of a line.
26709
26710 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
26711 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
26712 subr.el.
26713 (dont-compile, eval-when-compile, eval-and-compile): Use declare
26714 to specify indentation.
26715
26716 * generic.el (define-generic-mode): Let generic-mode-list be a
26717 list of strings; test membership with equal.
26718
26719 2005-03-14 Kim F. Storm <storm@cua.dk>
26720
26721 * simple.el (next-line, previous-line): Add optional try-vscroll
26722 arg to recognize interactive use. Pass it on to line-move.
26723 (line-move): Don't perform auto-window-vscroll when defining or
26724 executing keyboard macro to ensure consistent behavior.
26725
26726 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
26727
26728 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
26729
26730 2005-03-13 Lute Kamstra <lute@gnu.org>
26731
26732 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
26733 debugger-setup-buffer so that backtrace marks the frames set to
26734 debug-on-exit and we don't have to do it manually. Set an extra
26735 debug-on-exit for macro's.
26736 (debugger-setup-buffer): Don't mark the top frame manually.
26737
26738 2005-03-12 Lute Kamstra <lute@gnu.org>
26739
26740 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
26741 lisp-indent-function throughout.
26742 (with-no-warnings): Set lisp-indent-function property.
26743
26744 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
26745
26746 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
26747 Add entry for backslash.
26748
26749 2005-03-12 Juri Linkov <juri@jurta.org>
26750
26751 * info.el (Info-search): Four fixes for backward search.
26752
26753 2005-03-11 Jay Belanger <belanger@truman.edu>
26754
26755 * calc/calc.el (calc-language-alist): New variable.
26756 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
26757 (calc-embedded-find-modes): Use calc-language-alist instead of
26758 calc-embedded-language-alist.
26759
26760 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26761
26762 * calendar/calendar.el (calendar-redrawing): New internal
26763 variable.
26764 (redraw-calendar): Remove bogus save-excursion from previous
26765 change. Bind calendar-redrawing to t for mark-diary-entries.
26766 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
26767 calendar if that is why we were called.
26768
26769 2005-03-11 Kenichi Handa <handa@m17n.org>
26770
26771 * international/mule.el (make-coding-system): Set property
26772 coding-system-define-form to nil.
26773 (define-coding-system-alias): Likewise.
26774
26775 2005-03-11 Kenichi Handa <handa@m17n.org>
26776
26777 These changes are suggested by Dave Love <fx@gnu.org>.
26778
26779 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
26780 coding: tag.
26781 (adaptive-fill-regexp): Add more bullets.
26782 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
26783 regexps.
26784
26785 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
26786
26787 * help.el (describe-mode): Properly handle non-trivial lighters.
26788 Don't ignore minor modes that are not listed in minor-mode-list.
26789
26790 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
26791 feature ON when the user requests to turn it OFF.
26792
26793 2005-03-10 Lute Kamstra <lute@gnu.org>
26794
26795 * emacs-lisp/debug.el (debug-entry-code): Delete it.
26796 (implement-debug-on-entry): New function to replace debug-entry-code.
26797 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
26798 second argument as the 2005-03-07 change makes it obsolete.
26799 (debug-on-entry, cancel-debug-on-entry): Update call to
26800 debug-on-entry-1.
26801 (debug, debugger-setup-buffer): Comment update.
26802 (debugger-frame-number): Update to work with implement-debug-on-entry.
26803
26804 2005-03-10 Jay Belanger <belanger@truman.edu>
26805
26806 * calc/calc-embed.el (math-ms-args): Declare it.
26807 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
26808 math-ms-args.
26809 (calc-embedded-subst): Use math-multi-subst-rec to substitute
26810 variables.
26811
26812 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
26813
26814 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
26815 Use message-box.
26816
26817 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
26818 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
26819 (tooltip-gud-tips): Simplify.
26820 (tooltip-gud-tips-p): Remove superfluous :set.
26821 (tooltip-gud-modes): Add fortran-mode.
26822 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
26823
26824 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
26825
26826 2005-03-09 Kim F. Storm <storm@cua.dk>
26827
26828 * play/animate.el (animate-place-char): Use forward-line instead
26829 of next-line to improve performance.
26830
26831 2005-03-09 Simon Josefsson <jas@extundo.com>
26832
26833 * net/browse-url.el (browse-url-default-browser): Doc fix.
26834
26835 2005-03-09 Miles Bader <miles@gnu.org>
26836
26837 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
26838 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
26839
26840 2005-03-09 Kenichi Handa <handa@m17n.org>
26841
26842 * international/latin-1.el: Set case and syntax for 255 only if
26843 set-case-syntax-set-multibyte is nil.
26844
26845 * textmodes/ispell.el (ispell-insert-word): New function.
26846 (ispell-word): Use ispell-insert-word to insert a new word.
26847 (ispell-process-line): Likewise.
26848 (ispell-complete-word): Likewise.
26849
26850 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
26851
26852 * calendar/calendar.el (redraw-calendar): Preserve point.
26853 Reported by Matt Hodges <MPHodges@member.fsf.org>.
26854 (calendar-week-start-day): Move after definition of
26855 redraw-calendar. Delete buffer test, since redraw-calendar has
26856 that now.
26857
26858 * calendar/diary-lib.el (mark-diary-entries): Only call
26859 redraw-calendar in the first of any recursive calls.
26860 Reported by Alan Shutko <ats@acm.org>.
26861
26862 2005-03-08 Juri Linkov <juri@jurta.org>
26863
26864 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
26865 (html-horizontal-rule, html-line, html-image, html-checkboxes)
26866 (html-radio-buttons): Add a space before the trailing `/>' where
26867 sgml-xml-mode is non-nil.
26868 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
26869 the subsequent tag of the empty XML tag.
26870 (html-href-anchor): Don't set initial input to "http:".
26871 (html-image): Ask for the image URL and set point inside alt="".
26872 (html-name-anchor): Duplicate the name in the `id' attribute when
26873 sgml-xml-mode is non-nil.
26874 (html-paragraph): Remove \n before <p>.
26875 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
26876 instead of `checked' when sgml-xml-mode is non-nil.
26877
26878 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
26879 Remove 1 space before #RRGGBB to not truncate it on terminal
26880 windows w/o fringes. Remove 1 space between bg and fg examples
26881 to get more space.
26882 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
26883 avoid byte-compile warnings.
26884
26885 * image-file.el (image-file-handler): Put `safe-magic' property to
26886 `image-file-handler'.
26887
26888 * info.el (Info-isearch-search): Emulate word search in
26889 isearching through multiple Info nodes with Info-search.
26890 (Info-isearch-wrap): Allow isearch-word.
26891
26892 2005-03-08 Lute Kamstra <lute@gnu.org>
26893
26894 * emacs-lisp/debug.el (debugger-step-through): Make sure that
26895 stepping into the debugger's code is not possible.
26896 (debugger-jumping-flag): Docstring update.
26897
26898 2005-03-08 Jay Belanger <belanger@truman.edu>
26899
26900 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
26901 embedded mode begins.
26902 (calc-embedded-language-alist): New variable.
26903 (calc-embedded-find-modes): Use calc-embedded-language-alist to
26904 set default language mode.
26905
26906 2005-03-08 Kenichi Handa <handa@m17n.org>
26907
26908 * international/ccl.el (define-ccl-program): Fix docstring about
26909 extra 256 bytes assured for the output buffer.
26910
26911 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26912 Fix BUFFER_MAGNIFICATION to 2.
26913 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26914
26915 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
26916
26917 * align.el (align-rules-list): Added an alignment rule for CSS
26918 declarations (applies to css-mode and html-mode buffers).
26919
26920 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
26921
26922 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
26923
26924 2005-03-07 Kim F. Storm <storm@cua.dk>
26925
26926 * simple.el (move-beginning-of-line): New command.
26927
26928 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
26929
26930 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
26931
26932 * emulation/cua-base.el: Put CUA move property on move-end-of-line
26933 and move-beginning-of-line.
26934
26935 * apropos.el (apropos-print): Omit command from M-x ... RET.
26936
26937 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
26938
26939 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
26940 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
26941
26942 2005-03-06 Richard M. Stallman <rms@gnu.org>
26943
26944 * bindings.el (esc-map): Bind M-g to goto-line.
26945
26946 * facemenu.el (global-map): Bind M-o, not M-g.
26947
26948 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26949
26950 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
26951 "Open Directory" as for "Open File".
26952
26953 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
26954
26955 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
26956 (push-mark-command): Run activate-mark-hook.
26957
26958 2005-03-06 Richard M. Stallman <rms@gnu.org>
26959
26960 * help-mode.el (help-mode-finish): Don't alter the element
26961 in view-return-to-alist if there already is one.
26962
26963 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
26964 make sure the current buffer is the expected one.
26965
26966 * novice.el (disabled-command-function): Output in *Disabled Command*.
26967 Explicitly ignore non-keyboard events, and explicitly handle C-g.
26968
26969 * textmodes/flyspell.el (flyspell-large-region):
26970 Pass args differently for aspell.
26971
26972 * files.el (mode-require-final-newline): Doc fix.
26973
26974 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26975
26976 * progmodes/which-func.el (which-function):
26977 Specify NOERROR when calling imenu--make-index-alist.
26978
26979 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
26980
26981 * simple.el (normal-erase-is-backspace): Define default value.
26982
26983 * custom.el (custom-theme-set-variables): Remove unused var
26984 `immediate'.
26985 (custom-reevaluate-setting): Simple function to handle variables
26986 that are defined before their default value can really be
26987 computed.
26988
26989 * startup.el (command-line): Use it for temporary-file-directory,
26990 small-emporary-file-directory, auto-save-file-name-transforms,
26991 blink-cursor-mode, and normal-erase-is-backspace.
26992
26993 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
26994 progress, even with buggy anchored keywords.
26995
26996 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
26997
26998 * simple.el (goto-line): Remove unbalanced final parenthesis.
26999
27000 2005-03-05 Richard M. Stallman <rms@gnu.org>
27001
27002 * simple.el (goto-line): Use a number at point as the default.
27003 With C-u as arg, switch buffers.
27004
27005 2005-03-05 Juri Linkov <juri@jurta.org>
27006
27007 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
27008 with `no-blinking-cursor'.
27009
27010 * startup.el (no-blinking-cursor): New defvar.
27011 (command-line): Add `--no-blinking-cursor' to longopts.
27012 Set `no-blinking-cursor' to t for command line arguments
27013 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
27014 with `no-blinking-cursor' in the condition for calling
27015 `blink-cursor-mode'.
27016
27017 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
27018
27019 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
27020 (menu-bar-options-save): Add blink-cursor-mode.
27021 (menu-bar-options-menu): Add blink-cursor-mode.
27022
27023 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
27024
27025 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
27026 (icalendar-export-file, icalendar-export-region)
27027 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
27028 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
27029
27030 2005-03-04 Lute Kamstra <lute@gnu.org>
27031
27032 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
27033 (debug-function-list): Ditto.
27034
27035 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
27036
27037 * textmodes/texinfmt.el (texinfo-append-refill):
27038 Redefine the types of line to which @refill
27039 is not appended by replacing a search for `@refill\\|@bye' with
27040 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
27041 itemize@refill' bug and the unfilled long lines bug.
27042 (texinfmt-version): Update number and date.
27043
27044 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
27045
27046 * international/code-pages.el (windows-1250, windows-125[2-8])
27047 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
27048
27049 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
27050
27051 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
27052 bound yet.
27053
27054 2005-03-02 Romain Francoise <romain@orebokech.com>
27055
27056 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
27057 buffer after removing limits.
27058 (ibuffer-pop-filter): Ditto.
27059 Update copyright.
27060
27061 2005-03-02 Miles Bader <miles@gnu.org>
27062
27063 * button.el (make-text-button): If the user doesn't specify a
27064 type, use the default. Rewrite to use `add-text-properties' and
27065 plist functions.
27066
27067 2005-03-01 Lute Kamstra <lute@gnu.org>
27068
27069 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
27070 (debugger-jumping-flag): New var.
27071 (debug-entry-code): Use it.
27072 (debugger-jump): Use debugger-jumping-flag and add
27073 debugger-reenable to post-command-hook.
27074 (debugger-reenable): Use debugger-jumping-flag and remove itself
27075 from post-command-hook.
27076 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
27077 debugger-reenable.
27078
27079 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
27080
27081 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
27082 inclusion of "itemize\\|", which may be unnecessary, is certainly
27083 inelegant, and stops refilling in itemize lists when formatting
27084 Japanese Texinfo files to Info.
27085 Update copyright to 2005.
27086
27087 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
27088
27089 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
27090 of an error if GDB can't find the source file.
27091
27092 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
27093
27094 * calendar/calendar.el (redraw-calendar): Work from any buffer,
27095 not just the calendar.
27096
27097 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
27098 first.
27099 (diary-redraw-calendar): New function.
27100 (make-diary-entry): Add diary-redraw-calendar to local
27101 write-contents-functions. Turn off selective display before
27102 inserting in diary.
27103
27104 2005-03-01 Kim F. Storm <storm@cua.dk>
27105
27106 * emacs-lisp/copyright.el (copyright-fix-years): New command.
27107
27108 2005-03-01 Lute Kamstra <lute@gnu.org>
27109
27110 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
27111 that debug-entry-code can be safely removed from a function while
27112 this code is being evaluated. Revert the 2005-02-27 change as the
27113 new implementation no longer requires it. Make sure that a
27114 function body containing just a string is not mistaken for a docstring.
27115 (debug): Skip one more frame in case of debug on entry.
27116 (debugger-setup-buffer): Delete one more frame line in case of
27117 debug on entry.
27118 (debugger-frame-number): Update to use the new text introduced by
27119 the 1999-11-03 change. Skip one more frame in case of debug on entry.
27120
27121 2005-02-28 Kim F. Storm <storm@cua.dk>
27122
27123 * double.el (double-translate-key): Call force-window-update after
27124 read-event to avoid crash in redisplay.
27125
27126 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
27127
27128 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
27129 (debug): Use it. Move the inhibit-trace earlier.
27130 (debug-entry-code): New const.
27131 (debug-on-entry-1): Use it.
27132
27133 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
27134
27135 * international/utf-16.el (ccl-encode-mule-utf-16le):
27136 Fix BUFFER_MAGNIFICATION to 2.
27137 (ccl-encode-mule-utf-16be): Likewise.
27138
27139 2005-02-28 Kenichi Handa <handa@m17n.org>
27140
27141 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27142 Fix BUFFER_MAGNIFICATION to 4.
27143 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27144
27145 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
27146
27147 * speedbar.el (speedbar-update-flag): Doc fix.
27148 (speedbar-show-info-under-mouse): Give set-mouse-position the right
27149 argument.
27150
27151 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
27152
27153 * reveal.el (reveal-post-command): Don't try to reveal overlays which
27154 have a non-nil `invisible' property but are actually visible.
27155
27156 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
27157 for perldoc sections.
27158 (perl-outline-regexp, perl-outline-level): New var and function.
27159 (perl-mode): Use them.
27160
27161 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
27162
27163 * calendar/diary-lib.el (diary-remind): Discard any mark portion
27164 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
27165
27166 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
27167
27168 * cus-edit.el: Comment change.
27169 (custom-buffer-create-internal): Slightly reword text at top of
27170 Custom buffers. Mention there that saving an option edits the
27171 init file. Add link to Emacs manual node on `custom-file'.
27172 (custom-magic-alist): Rewrite individual State messages to use
27173 capitalized keywords. Doc fix.
27174
27175 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
27176
27177 * calendar/calendar.el (calendar-buffer): Move above
27178 calendar-week-start-day.
27179 (calendar-week-start-day): Doc fix. Add :set function.
27180 (calendar-minimum-window-height): New variable.
27181 (generate-calendar-window): Only resize window if selected-window
27182 is displaying the calendar buffer. Use new variable
27183 calendar-minimum-window-height.
27184 (generate-calendar): Reword error message.
27185 (calendar-mode-map): Bind DEL to scroll-other-window-down.
27186
27187 2005-02-27 Andreas Schwab <schwab@suse.de>
27188
27189 * vc.el (vc-do-command): Don't run command asynchronously when
27190 operating in a remote directory.
27191
27192 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
27193 change from sync with Tramp 2.0.47.
27194
27195 2005-02-27 Richard M. Stallman <rms@gnu.org>
27196
27197 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
27198
27199 * textmodes/flyspell.el (flyspell-mode-on):
27200 Call ispell-change-dictionary only if necessary.
27201
27202 * emacs-lisp/re-builder.el (regexp-builder): New function.
27203
27204 * register.el (describe-register-1): Explicitly handle
27205 yank-excluded-properties = t.
27206
27207 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
27208 (custom-magic-alist): Change the status descriptions again.
27209 (face widget-type): Total rewrite based on `restricted-sexp'
27210 to eliminate the confusing double hiding levels.
27211
27212 * emacs-lisp/debug.el (debug-on-entry-1):
27213 If function body is empty, add nil as body form.
27214
27215 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
27216
27217 * emacs-lisp/trace.el (inhibit-trace): New var.
27218 (trace-make-advice): Use it.
27219
27220 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
27221
27222 2005-02-26 Kim F. Storm <storm@cua.dk>
27223
27224 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
27225 (mouse-on-link-p, mouse-drag-region-1): Use it.
27226
27227 2005-02-25 Lute Kamstra <lute@gnu.org>
27228
27229 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
27230
27231 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
27232
27233 * frame.el (blink-cursor-mode): Add :group keyword.
27234
27235 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
27236
27237 * calendar/icalendar.el (icalendar--decode-isodatetime):
27238 New optional argument DAY-SHIFT.
27239 (icalendar-export-region): Fix coding-system-for-write.
27240 (icalendar--convert-ical-to-diary): Shift end-day of all-day
27241 events by one.
27242
27243 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
27244
27245 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
27246
27247 2005-02-24 Kim F. Storm <storm@cua.dk>
27248
27249 * international/iso-acc.el (iso-accents-compose): Fix crash
27250 during redisplay. Call force-window-update after read-event
27251 and delete-region to signal that window is not accurate.
27252
27253 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
27254
27255 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
27256 Remove unused and inexistent var `inhibit-trace'.
27257 (debugger-mode): Use run-mode-hooks.
27258 (debugger-list-functions): Add buttons; setup xref stack.
27259
27260 2005-02-23 Richard M. Stallman <rms@gnu.org>
27261
27262 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
27263 appointment says it was explicitly made.
27264 (appt-add): Set the 3rd element.
27265 (appt-make-list): Preserve explicit appointments.
27266
27267 * subr.el (find-tag-default): Catch errors in forward-sexp.
27268
27269 2005-02-23 Juri Linkov <juri@jurta.org>
27270
27271 * info.el (Info-isearch-search): New defcustom.
27272 (Info-isearch-search): Call the default isearch function
27273 when Info-isearch-search is nil.
27274 (Info-isearch-wrap): Use variable Info-isearch-search.
27275
27276 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
27277
27278 * cus-edit.el: Comment change.
27279
27280 2005-02-22 Kim F. Storm <storm@cua.dk>
27281
27282 * progmodes/hideif.el (hide-ifdef-use-define-alist):
27283 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
27284
27285 2005-02-22 Simon Josefsson <jas@extundo.com>
27286
27287 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
27288 New variable.
27289 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
27290 Oskarsson" <myrkraverk@users.sourceforget.net>.
27291
27292 2005-02-22 Kim F. Storm <storm@cua.dk>
27293
27294 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
27295 check that window of that event is the selected window.
27296 (mouse-drag-region-1): Compare mouse event window to selected
27297 window before setting point.
27298
27299 * tooltip.el (tooltip-show-help-function): Pass event to
27300 mouse-on-link-p so it can check selected window.
27301
27302 2005-02-22 Kenichi Handa <handa@m17n.org>
27303
27304 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
27305 (ps-mule-show-warning): New function.
27306 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
27307 characters are found.
27308
27309 * ps-print.el (ps-header-footer-string): Return a list of header
27310 and footer strings.
27311
27312 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
27313
27314 * pcvs.el (cvs-retrieve-revision): Fix thinko.
27315
27316 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
27317
27318 * frame.el (blink-cursor-mode): Use define-minor-mode.
27319
27320 * term/mac-win.el (function-key-map): Use char-names more consistently.
27321 (file-name-coding-system): Only set it for MacOS-9. The other case is
27322 already handled in mule-cmds.el (where it also works when mac-win.el
27323 is not used).
27324
27325 2005-02-21 Kenichi Handa <handa@m17n.org>
27326
27327 * international/mule.el (ctext-pre-write-conversion): Always use
27328 " *code-converting-work*" buffer for work.
27329
27330 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
27331
27332 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
27333
27334 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
27335
27336 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
27337
27338 * ses.el (undo-more): Restore defadvice, but only the part that
27339 allows changes outside the restricted area of the buffer.
27340
27341 2005-02-20 Kim F. Storm <storm@cua.dk>
27342
27343 * simple.el (line-move): Add fourth optional arg try-vscroll which
27344 must be set to perform auto-window-vscroll.
27345 When moving backwards and doing auto-window-vscroll, automatically
27346 vscroll to the last part of lines which are taller than the window.
27347 (next-line, previous-line): Set try-vscroll arg on line-move.
27348
27349 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
27350
27351 * replace.el (query-replace, query-replace-regexp)
27352 (replace-string, replace-regexp): When operating on region, make
27353 the minibuffer prompt say so.
27354
27355 * isearch.el (isearch-forward): Document isearch-query-replace and
27356 isearch-query-replace-regexp keybindings.
27357
27358 2005-02-19 Jay Belanger <belanger@truman.edu>
27359
27360 * calc/calc-aent.el (math-read-token): Add local variable.
27361
27362 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
27363 (calc-edit-top): Move declaration to earlier in file.
27364 (calc-edit-macro-repeats): Add local variables.
27365
27366 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
27367 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
27368 calcFunc-tanh.
27369 Adjust integration rule for calcFunc-tan.
27370
27371 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27372
27373 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
27374 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
27375 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
27376 (viper-skip-separators): Bug fix.
27377 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
27378 particular major mode.
27379 (viper-del-backward-char-in-replace): Don't put deleted char on the
27380 kill ring.
27381
27382 * viper-ex.el (viper-color-display-p): New function.
27383 (viper-has-face-support-p): Use viper-color-display-p.
27384
27385 * viper-keym.el (viper-gnus-modifier-map): New keymap.
27386
27387 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
27388
27389 * viper-util.el (viper-glob-unix-files): Fix shell status check.
27390 (viper-file-remote-p): Make equivalent to file-remote-p.
27391
27392 * viper.el (viper-major-mode-modifier-list):
27393 Use viper-gnus-modifier-map.
27394
27395 2005-02-19 David Kastrup <dak@gnu.org>
27396
27397 * subr.el (subregexp-context-p): Fix garbled doc string by adding
27398 quoting.
27399
27400 2005-02-19 Jay Belanger <belanger@truman.edu>
27401
27402 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
27403 Remove extra definitions.
27404 (calc-coth): New function.
27405 (calcFunc-cot): Fix `let'.
27406
27407 2005-02-19 Eli Zaretskii <eliz@gnu.org>
27408
27409 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
27410 the reasons we use "type pc" in these faces.
27411
27412 * button.el (button): Ditto.
27413
27414 2005-02-19 Michael Mauger <mmaug@yahoo.com>
27415
27416 * replace.el (query-replace-read-from): Set the value of
27417 query-replace-from-history-variable to handle the case of an empty
27418 string entered to accept the suggested default.
27419
27420 * net/tramp.el (tramp-file-name-for-operation):
27421 Use dired-call-process instead of dired-call-process-command.
27422
27423 2005-02-19 Jay Belanger <belanger@truman.edu>
27424
27425 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
27426 (math-div-non-trig): New variables.
27427 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
27428 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
27429 (math-combine-prod, math-div-symb-fancy): Add simplifications for
27430 trig expressions.
27431
27432 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
27433
27434 * progmodes/gdb-ui.el (gdb-var-update-handler)
27435 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
27436 for watch expressions,
27437 (gdb-var-create-handler): Don't set speedbar-update-flag.
27438 (gdb-post-prompt): Simplify test for speedbar.
27439
27440 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27441
27442 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
27443 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
27444 we use the syntax table of the correct buffer.
27445 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
27446 Felix Gatzemeier.
27447
27448 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
27449 (ediff-file-remote-p): Make synonymous with file-remote-p.
27450 In all deffaces ediff-*-face-*, use min-colors.
27451
27452 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
27453 ediff-recurse-to-subdirectories.
27454 (ediff-mark-if-equal): Check that the arguments are strings, use
27455 ediff-same-contents (after to Felix Gatzemeier).
27456
27457 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
27458 nil.
27459
27460 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
27461
27462 * log-view.el (log-view-message-re): Fix up Subversion regexp.
27463
27464 2005-02-18 David Kastrup <dak@gnu.org>
27465
27466 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
27467 use `mark-active' when defined.
27468
27469 2005-02-18 Kenichi Handa <handa@m17n.org>
27470
27471 * ps-print.el (ps-font-info-database): New entry
27472 ZapfChancery-MediumItalic with correct font name. Fix font name
27473 of the entry Zapf-Chancery-MediumItalic.
27474
27475 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
27476
27477 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
27478
27479 2005-02-16 Kim F. Storm <storm@cua.dk>
27480
27481 * ido.el (ido-fallback-command): Pass user input to fallback command.
27482
27483 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
27484
27485 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
27486 (gdb-find-file-hook): Add server prefix.
27487
27488 2005-02-16 Richard M. Stallman <rms@gnu.org>
27489
27490 * replace.el (perform-replace): Pass new args to replace-highlight.
27491 (replace-highlight): Take region args,
27492 and pass them to isearch-lazy-highlight-new-loop.
27493
27494 * novice.el (disabled-command-hook): Autoload the defalias
27495 and the make-obsolete-variable call.
27496
27497 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
27498
27499 * isearch.el (isearch-lazy-highlight-start-limit)
27500 (isearch-lazy-highlight-end-limit): New variables limit
27501 the region for highlighting.
27502 (isearch-lazy-highlight-new-loop): New args BEG and END.
27503 (isearch-lazy-highlight-search): Use the new vars.
27504 (isearch-lazy-highlight-update): Likewise.
27505
27506 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
27507
27508 * cus-start.el (all): Use default-boundp.
27509
27510 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
27511
27512 * menu-bar.el (menu-bar-select-frame): Handle current frame.
27513
27514 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
27515
27516 * autorevert.el (auto-revert-stop-on-user-input)
27517 (auto-revert-verbose): Doc fixes.
27518
27519 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
27520
27521 * international/mule-cmds.el (set-locale-environment): Remove call
27522 to set-selection-coding-system on Windows.
27523
27524 2005-02-15 Jay Belanger <belanger@truman.edu>
27525
27526 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
27527 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
27528 calcFunc-coth.
27529 (math-simplify-sqrt): Add simplifications.
27530
27531 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
27532 to list.
27533
27534 * calc/calc-ext.el: Add functions to autoloads.
27535
27536 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
27537 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
27538 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
27539 (math-csc-raw, math-cot-raw): New functions.
27540
27541 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
27542
27543 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
27544 the variable name in a message.
27545
27546 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
27547 calcFunc-csc, calcFunc-cot.
27548
27549 * calc/calcalg2.el: Add derivative and integration rules for
27550 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
27551 calcFunc-csch, calcFunc-coth.
27552 (math-do-integral-methods): Add to checks for when to use
27553 substitutions.
27554
27555 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
27556
27557 2005-02-15 Lute Kamstra <lute@gnu.org>
27558
27559 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27560 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
27561 <monnier@iro.umontreal.ca>.
27562 (lisp-outline-level): Improve efficiency. Suggested by David
27563 Kastrup <dak@gnu.org>.
27564
27565 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
27566
27567 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
27568 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
27569 (gdb-set-gud-minor-mode-existing-buffers): New functions.
27570 (gdb-find-file-hook): New hook. Add it to find-file-hook.
27571 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
27572
27573 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
27574
27575 * cus-start.el (all): Comment change.
27576
27577 2005-02-14 Lute Kamstra <lute@gnu.org>
27578
27579 * cus-start.el (all): Check if symbol is void.
27580
27581 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
27582
27583 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
27584 optional argument to \cite.
27585
27586 2005-02-14 Richard M. Stallman <rms@gnu.org>
27587
27588 * cus-edit.el (custom-buffer-create-internal): Update help message.
27589 (custom-magic-alist): Update help messages.
27590
27591 * cus-start.el (all): Allow a var to specify a standard value.
27592
27593 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
27594
27595 * custom.el (custom-theme-set-variables): Handle variable aliases.
27596
27597 * frame.el (blink-cursor-timer): Doc fix.
27598 (blink-cursor): Make it an alias for `blink-cursor-mode' and
27599 declare obsolete.
27600 (blink-cursor-mode): Define with defcustom and use correct
27601 standard expression in that defcustom.
27602 * startup.el (command-line): Adapt to above changes in frame.el.
27603
27604 2005-02-11 Lute Kamstra <lute@gnu.org>
27605
27606 * apropos.el (apropos-score-doc): Prevent division by zero.
27607
27608 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
27609
27610 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
27611 (icalendar--get-event-property-attributes)
27612 (icalendar--get-event-properties)
27613 (icalendar--datetime-to-diary-date): New functions.
27614 (icalendar--split-value): Doc fix.
27615 (icalendar--datetime-to-noneuropean-date)
27616 (icalendar--datetime-to-european-date): New optional argument
27617 SEPARATOR. Return result as a string instead of a list.
27618 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
27619 (icalendar--convert-string-for-export): Rename arg S to STRING.
27620 (icalendar-export-region): Doc fix. Change name of error buffer.
27621 Save output buffer.
27622 (icalendar-import-file): Add blank at end of prompt.
27623 (icalendar-import-buffer): Doc fix. Do not switch to error
27624 buffer. Indicate status in return value.
27625 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
27626 buffer. Save output buffer. Handle exception from recurrence
27627 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
27628 events. Fix problems with weekly all-day events.
27629
27630 2005-02-10 Richard M. Stallman <rms@gnu.org>
27631
27632 * simple.el (eval-expression-print-format):
27633 Avoid warning about edebug-active.
27634
27635 * help.el (help-for-help-internal): Rename from help-for-help.
27636 (help-for-help): Define with defalias.
27637
27638 * font-core.el (font-lock-default-function): Use with-no-warnings.
27639
27640 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
27641
27642 * custom.el (defface): Doc fix.
27643
27644 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
27645
27646 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
27647 width 0" to prevent word wrapping problems.
27648
27649 2005-02-09 Kim F. Storm <storm@cua.dk>
27650
27651 * ido.el (ido-file-extensions-order): New defcustom.
27652 (ido-file-extension-lessp, ido-file-extension-aux)
27653 (ido-file-extension-order): New advanced file ordering.
27654 (ido-file-lessp): New simple file ordering.
27655 (ido-sort-list): Remove.
27656 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
27657 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
27658
27659 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
27660
27661 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
27662 that some versions of grep produce.
27663 (grep-mode-font-lock-keywords): Likewise.
27664
27665 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
27666
27667 * progmodes/gdb-ui.el (gdb-location-list): New variable.
27668 (gdb-cdir): Delete.
27669 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
27670 (gdb-source-info): Treat case when source file is in another
27671 directory properly.
27672 (gdb-get-location): New function.
27673
27674 2005-02-07 Jay Belanger <belanger@truman.edu>
27675
27676 * calc/calc-prog.el (calc-write-parse-table-part)
27677 (calc-fix-token-name): Fix a check for language type.
27678
27679 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
27680
27681 2005-02-07 Andre Spiegel <spiegel@gnu.org>
27682
27683 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
27684 as directory not writable.
27685
27686 2005-02-07 Kim F. Storm <storm@cua.dk>
27687
27688 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
27689 (cua--standard-movement-commands): Remove list.
27690 Instead, set CUA property value to move for movement commands.
27691 (cua-movement-commands): Remove. Users must set CUA prop instead.
27692 (cua--pre-command-handler): Check CUA property.
27693 (cua--init-keymaps): Don't remap undo commands.
27694 (cua-mode): Don't call cua--rectangle-on-off.
27695
27696 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
27697 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
27698 (cua--rect-undo-set-point): New var.
27699 (cua--rectangle-undo-boundary): Setup undo apply entry.
27700 (cua--rect-undo-handler): New function for rectangle undo.
27701 (cua--rect-start-position, cua--rect-end-position): Add.
27702 (cua--rectangle-post-command): Call cua--rectangle-set-corners
27703 for restored rectangle. Set point if cua--rect-undo-set-point.
27704
27705 2005-02-06 Jay Belanger <belanger@truman.edu>
27706
27707 * calc/calc-lang.el (calc-tex-language): Display more information
27708 in messages.
27709
27710 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
27711 in TeX mode.
27712
27713 2005-02-06 Richard M. Stallman <rms@gnu.org>
27714
27715 * emacs-lisp/lisp.el (buffer-end): Doc fix.
27716
27717 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
27718
27719 * net/ldap.el (ldap-search-internal): Support attributes with
27720 optional descriptions separated by a semi-colon, as in
27721 "userCertificate;binary".
27722
27723 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27724
27725 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
27726 isn't a cons (i.e. the version is 0).
27727
27728 2005-02-05 Eli Zaretskii <eliz@gnu.org>
27729
27730 * help.el (help-for-help): Doc fix.
27731
27732 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
27733
27734 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
27735 GDB-Windows on the menu-bar as this works better.
27736
27737 2005-02-04 Jay Belanger <belanger@truman.edu>
27738
27739 * calc/calc-embed.el (calc-embedded-update): Don't put in
27740 unnecessary newlines. Adjust the end of formula marker.
27741
27742 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27743 (math-latex-parse-two-args): New function.
27744
27745 2005-02-03 Lute Kamstra <lute@gnu.org>
27746
27747 * help-fns.el (help-with-tutorial): Make sure that users cannot
27748 remove the entire text of the tutorial by means of `undo'.
27749
27750 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
27751
27752 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
27753 in recent changes, where the ispell process was repeatedly
27754 killed & restarted.
27755
27756 * international/mule-cmds.el (set-locale-environment): Set file-name
27757 coding system to utf-8 on Darwin systems.
27758 (set-default-coding-systems): Don't set default-file-name-coding-system
27759 on Darwin systems.
27760
27761 2005-02-03 Richard M. Stallman <rms@gnu.org>
27762
27763 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
27764
27765 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
27766
27767 * faces.el (list-faces-display): Add optional argument.
27768
27769 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
27770
27771 * font-core.el (font-lock-default-function): Handle the rare case where
27772 only font-lock-keywords is set.
27773
27774 2005-02-02 Kenichi Handa <handa@m17n.org>
27775
27776 * international/characters.el: Cancel previous change for
27777 I-WITH-DOT-ABOVE and DOTLESS-i.
27778
27779 * international/latin-5.el: Cancel previous change.
27780
27781 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27782
27783 * progmodes/gud.el: Correction to syntax in gud-menu-map.
27784
27785 2005-02-02 Kenichi Handa <handa@m17n.org>
27786
27787 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
27788 DOTLESS-i.
27789
27790 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
27791 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
27792
27793 * case-table.el (get-upcase-table): New function.
27794 (copy-case-table): Copy upcaes table too if non-nil.
27795 (set-case-syntax-delims): Maintain upcase table too.
27796 (set-case-syntax-pair): Likewise.
27797 (set-upcase-syntax, set-downcase-syntax): New functions.
27798 (set-case-syntax): Maintain upcase table too.
27799
27800 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27801
27802 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
27803
27804 * progmodes/gud.el (gud-goto-info): New function.
27805 (gud-tool-bar-map): Use correct icon.
27806
27807 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27808
27809 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
27810 When delegating, order args in the funcall correctly.
27811
27812 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27813
27814 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
27815
27816 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
27817
27818 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
27819 buffer not visiting a file.
27820
27821 2005-01-31 Jay Belanger <belanger@truman.edu>
27822
27823 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
27824 bound on the line with the formula.
27825
27826 2005-01-31 Kim F. Storm <storm@cua.dk>
27827
27828 * ses.el (ses-create-cell-variable-range)
27829 (ses-destroy-cell-variable-range, ses-reset-header-string)
27830 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
27831 (ses-insert-row): Fix format of apply undo entries.
27832
27833 2005-01-31 Jay Belanger <belanger@truman.edu>
27834
27835 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
27836 parts.
27837
27838 * calc/calc-embed.el (calc-embedded-open-formula)
27839 (calc-embedded-close-formula): Ignore matrix environments.
27840
27841 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
27842 TeX mode.
27843
27844 * calc/calc-lang.el (math-function-table, math-oper-table)
27845 (math-variable-table): Adjust the LaTeX portions.
27846
27847 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
27848 (math-latex-ignore-words): New constant.
27849
27850 2005-01-31 Richard M. Stallman <rms@gnu.org>
27851
27852 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
27853 (ispell-local-dictionary): Doc fix.
27854 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
27855 Don't reinitialize at run time. Don't defcustom.
27856 All uses changed to append ispell-local-dictionary-alist,
27857 or check it first.
27858 (ispell-current-dictionary): New variable for dictionary in use.
27859 (ispell-dictionary): Now used only for global default.
27860 (ispell-start-process): Set ispell-current-dictionary,
27861 not ispell-dictionary.
27862 (ispell-change-dictionary): Use this only for setting
27863 user preferences.
27864 (ispell-internal-change-dictionary): New function
27865 to change the current dictionary in use.
27866 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
27867 Use ispell-current-dictionary.
27868 Handle ispell-local-dictionary-overridden.
27869 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
27870
27871 2005-01-31 Jay Belanger <belanger@truman.edu>
27872
27873 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
27874
27875 * calc/calc-ext.el: Add calc-latex-language to autoloads.
27876 (calc-mode-map): Add calc-latex-language.
27877
27878 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
27879 (math-latex-print-frac): New functions.
27880 (math-oper-table, math-function-table, math-variable-table)
27881 (math-complex-format, math-input-filter): Add latex properties.
27882 (calc-set-language): Set math-expr-special-function-mapping.
27883
27884 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
27885 (calc-write-parse-table-part): Add LaTeX support.
27886
27887 * calc/calc.el (calc-language): Adjust docstring.
27888 (calc-set-mode-line): Add LaTeX support.
27889 (math-expr-special-function-mapping): New variable.
27890 (math-tex-ignore-words): Add to list.
27891
27892 * calc/calccomp.el (math-compose-expr, math-compose-rows):
27893 Add LaTeX support.
27894 (math-compose-expr): Add support for special functions.
27895
27896 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
27897
27898 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
27899
27900 * progmodes/gdb-ui.el (gdb-memory-address)
27901 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
27902 (gdb-memory-mode-map, gdb-memory-format-keymap)
27903 (gdb-memory-format-menu, gdb-memory-unit-keymap)
27904 (gdb-memory-unit-menu): New variables for a buffer
27905 that lets the user examine program memory.
27906 (gdb-memory-set-address, gdb-memory-set-repeat-count)
27907 (gdb-memory-format-binary, gdb-memory-format-octal)
27908 (gdb-memory-format-unsigned, gdb-memory-format-signed)
27909 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
27910 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
27911 (gdb-memory-unit-word, gdb-memory-unit-halfword)
27912 (gdb-memory-unit-byte, gdb-memory-unit-menu)
27913 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
27914 (gdb-memory-mode, gdb-memory-buffer-name)
27915 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
27916 New functions for above buffer.
27917
27918 2005-01-30 Richard M. Stallman <rms@gnu.org>
27919
27920 * cus-edit.el (custom-bury-buffer): Function deleted.
27921 (custom-buffer-done-function): Option deleted.
27922 (custom-buffer-done-kill): New replacement option.
27923 (Custom-buffer-done): Call quit-window.
27924 (custom-buffer-create-internal): Update for above changes.
27925
27926 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
27927
27928 * simple.el (undo-ask-before-discard): New var.
27929 (undo-outer-limit-truncate): Implement it.
27930 (undo-extra-outer-limit): Doc update.
27931
27932 2005-01-29 Richard M. Stallman <rms@gnu.org>
27933
27934 * ses.el (undo-more): Delete defadvice.
27935 (ses-begin-change): Doc fix.
27936
27937 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
27938 instead of rebinding C-x u and C-_.
27939
27940 * files.el (normal-backup-enable-predicate): Return nil for files
27941 in /tmp, regardless of temporary-file-directory.
27942
27943 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
27944
27945 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
27946 (open-rectangle, delete-whitespace-rectangle-line)
27947 (clear-rectangle-line): If FILL, pass t instead of FILL
27948 for move-to-column's 2nd arg.
27949
27950 * simple.el (undo): Fix the test for continuing a series of undos.
27951 (undo-more): Set pending-undo-list to t when we reach end.
27952 (pending-undo-list): Move up defvar.
27953
27954 * wid-edit.el (widget-button-click):
27955 Shorten the range of the track-mouse binding.
27956
27957 * comint.el (comint-insert-input): Undo previous changes;
27958 use last-input-event in interactive spec.
27959
27960 2005-01-29 Eli Zaretskii <eliz@gnu.org>
27961
27962 * progmodes/compile.el (compilation-start): Bind buffer-read-only
27963 to nil before invoking call-process. Reset buffer's modified flag
27964 after fontifying it in the no-async branch.
27965
27966 * wid-edit.el (widget-specify-button): If mouse pointer shape
27967 cannot be changed, use mouse face instead.
27968
27969 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
27970
27971 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
27972 (gdb-goto-breakpoint): Make breakpoint handling work on template
27973 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
27974 (gdb-assembler-custom): Update to recognize breakpoint information
27975 added on 2005-01-19.
27976
27977 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
27978
27979 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
27980 (dsssl-mode): Use define-derived-mode.
27981 (scheme-mode-initialize): Remove.
27982 (scheme-mode): Use run-mode-hooks.
27983
27984 * cus-edit.el (customize-group-other-window)
27985 (custom-buffer-create-other-window): Don't override special-display-*.
27986 (custom-mode-map): Make it dense.
27987
27988 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
27989 sets the default value.
27990
27991 2005-01-28 Eli Zaretskii <eliz@gnu.org>
27992
27993 * descr-text.el: Add more keywords.
27994
27995 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
27996
27997 * speedbar.el: Avoid unnecessary use of locate-library.
27998
27999 * international/mule-cmds.el (standard-display-european-internal):
28000 Don't fiddle with latin-1 non-break space any more since it's now
28001 special cased in the C code.
28002 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
28003
28004 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
28005
28006 * cus-start.el (all): Add `undo-outer-limit'.
28007
28008 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28009
28010 * textmodes/bibtex.el (bibtex-format-entry):
28011 Use `bibtex-empty-field-re' only on the text of fields, not on entire
28012 field lines.
28013 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
28014 not on part of a buffer.
28015
28016 2005-01-25 Lute Kamstra <lute@gnu.org>
28017
28018 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
28019 nonempty field text strings like "{letters\\macro{}more letters}".
28020 Clarify docstring.
28021 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
28022 (bibtex-entry-offset, bibtex-parse-association)
28023 (bibtex-parse-field-name): Fix typos in docstrings.
28024 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
28025
28026 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
28027
28028 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
28029 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
28030 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
28031 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
28032
28033 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
28034 isearch minor mode.
28035
28036 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
28037
28038 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
28039
28040 2005-01-24 Lute Kamstra <lute@gnu.org>
28041
28042 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
28043 CASECHARS and NOT-CASECHARS regular expressions of the
28044 "nederlands" and "nederlands8" dictionaries to prevent a "Range
28045 striding over charsets" error.
28046
28047 2005-01-24 Jay Belanger <belanger@truman.edu>
28048
28049 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
28050 display variable name.
28051
28052 2005-01-24 Kenichi Handa <handa@m17n.org>
28053
28054 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
28055 Fix setting of the element of encoded-kbd-iso2022-invocations.
28056
28057 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
28058
28059 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
28060 (gdb-threads-select): Change to also accept mouse events.
28061 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
28062 (gdb-threads-mouse-select): Delete.
28063
28064 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
28065
28066 * files.el (insert-directory): Take care of empty directory,
28067 listed without -a switch.
28068
28069 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
28070
28071 * textmodes/refill.el (refill-post-command-function):
28072 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
28073 to the list of functions that we should be careful not to undo.
28074 (refill-late-fill-paragraph-function): Remove.
28075 (refill-saved-state): New var.
28076 (refill-mode): Use it to save fill-paragraph-function.
28077 Save also the value of auto-fill-function.
28078
28079 * term/w32-win.el: Simplify code.
28080
28081 2005-01-23 Kim F. Storm <storm@cua.dk>
28082
28083 * simple.el (line-move): Adapt to new return value from
28084 pos-visible-in-window-p.
28085
28086 * simple.el (line-move): Fix last change. Check partial
28087 visibility at point rather than at window-start.
28088
28089 2005-01-22 Jason Rumney <jasonr@gnu.org>
28090
28091 * term/w32-win.el (xw-defined-colors): Remove debug-message.
28092
28093 2005-01-22 David Kastrup <dak@gnu.org>
28094
28095 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
28096
28097 2005-01-22 Eli Zaretskii <eliz@gnu.org>
28098
28099 * type-break.el (type-break-mode): Add a test for
28100 type-break-file-name being non-nil.
28101
28102 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
28103
28104 * net/eudc.el (top level): Call (message "") via progn, so that
28105 eudc-options-file is loaded.
28106
28107 2005-01-22 Kim F. Storm <storm@cua.dk>
28108
28109 * simple.el (line-move-1): Rename from line-move.
28110 (line-move): New function that adjusts vscroll for partially
28111 visible rows, and calls line-move-1 otherwise.
28112
28113 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
28114
28115 * pcomplete.el: Define pcomplete-read-event instead of read-event,
28116 since it's not a complete read-event implementation
28117
28118 2005-01-20 Jay Belanger <belanger@truman.edu>
28119
28120 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
28121 for called function.
28122
28123 2005-01-20 Steven Tamm <steventamm@mac.com>
28124
28125 * term/mac-win.el (process-connection-type): Remove.
28126 Controlled now by s/darwin.h:PTY_ITERATION.
28127
28128 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
28129
28130 * window.el (handle-select-window): Don't switch window when we're
28131 in the minibuffer.
28132
28133 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
28134
28135 * subr.el (dotimes-with-progress-reporter): New macro.
28136
28137 * ses.el (ses-dotimes-msg): Remove macro.
28138 Use `dotimes-with-progress-reporter' instead.
28139
28140 2005-01-19 Steven Tamm <steventamm@mac.com>
28141
28142 * term/mac-win.el (process-connection-type): Use new
28143 operating-system-release variable to use ptys on Darwin 7 (OS X
28144 10.3) when using carbon build.
28145
28146 2005-01-19 Jay Belanger <belanger@truman.edu>
28147
28148 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
28149 flags if the last command was a tab or M-tab.
28150
28151 * calc/calc-prog.el (calc-user-define-edit): Put original formula
28152 in formula editing buffer.
28153
28154 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28155
28156 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
28157 breakpoint image symbol in margin.
28158
28159 2005-01-19 Jay Belanger <belanger@truman.edu>
28160
28161 * calc/calc-prog.el (calc-execute-kbd-macro):
28162 Ignore calc-keep-arg-flag.
28163
28164 2005-01-19 Kenichi Handa <handa@m17n.org>
28165
28166 * textmodes/ispell.el (ispell-looking-at): New function.
28167 (ispell-process-line): Use ispell-looking-at to compare the ispell
28168 output and the buffer contents.
28169
28170 2005-01-18 Jay Belanger <belanger@truman.edu>
28171
28172 * calc/calc.el (calc-display-raw): Fix docstring.
28173
28174 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
28175
28176 * simple.el (blink-matching-open): Strip extra info from syntax.
28177
28178 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
28179 funny chars in the end-of-here-doc marker.
28180
28181 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28182
28183 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
28184 that enable/disabled state of breakpoints is shown correctly in
28185 fringe and on ttys.
28186 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
28187 Add breakpoint information as text properties.
28188 (gdb-mouse-toggle-breakpoint):
28189 Rename to gdb-mouse-set-clear-breakpoint.
28190 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
28191 breakpoints in the margin.
28192 (gdb-remove-strings): Simplify.
28193
28194 2005-01-17 Jay Belanger <belanger@truman.edu>
28195
28196 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
28197 erasing buffer.
28198
28199 2005-01-17 Richard M. Stallman <rms@gnu.org>
28200
28201 * progmodes/grep.el (grep-find): Copy from `grep' the condition
28202 for calling grep-compute-defaults.
28203
28204 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
28205 if buffer is empty.
28206
28207 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
28208
28209 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
28210
28211 * hilit-chg.el (highlight-changes-mode): Don't autoload.
28212
28213 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
28214 non-preloaded variables.
28215
28216 2005-01-17 Steven Tamm <steventamm@mac.com>
28217
28218 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
28219 tex-shell cause to force interactivity when using pipes.
28220
28221 2005-01-17 Kim F. Storm <storm@cua.dk>
28222
28223 * simple.el (just-one-space): Make arg optional.
28224
28225 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
28226
28227 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
28228 posn-at-x-y to t to access left-margin.
28229
28230 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
28231
28232 Sync with Tramp 2.0.47.
28233
28234 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
28235 catching keep-date problems in cp/scp operations.
28236 (tramp-handle-copy-file): Don't call `set-file-modes'
28237 unconditionally. Specialized functions should know better what is
28238 necessary. This improves performance a little bit, and the
28239 functions could catch errors with `cp -p' and `scp -p'.
28240 (tramp-do-copy-or-rename-file-via-buffer)
28241 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
28242 when appropriate.
28243 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
28244 Call `set-file-modes' when appropriate.
28245 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
28246 Johnsson <isak@hypergene.com>.
28247 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
28248 of both Tramp buffer and debug buffer. Reported by Joakim Verona
28249 <joakim@verona.se>.
28250 (tramp-file-name-for-operation): Mark `shell-command' as magic for
28251 Emacs only.
28252
28253 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
28254 `find-file-hooks' and `dired-mode-hook'.
28255 (tramp-minor-mode-map): Respective map. Add remapping for
28256 `compile' and `recompile'.
28257 (tramp-remap-command, tramp-recompile): New defuns.
28258 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
28259 in buffer "*Compilation*". Call the commands asynchronously.
28260
28261 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
28262 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
28263 `shell-command', because it isn't magic in XEmacs. Reported by
28264 Adrian Aichner <adrian@xemacs.org>.
28265
28266 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
28267 `substitute-in-file-name.
28268 (tramp-smb-handle-substitute-in-file-name): New defun.
28269 (tramp-smb-advice-PC-do-completion): Delete advice.
28270
28271 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
28272
28273 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
28274 Fix error in deleting region.
28275
28276 2005-01-15 Richard M. Stallman <rms@gnu.org>
28277
28278 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
28279 In non-temp buffer, switch syntax table temporarily.
28280
28281 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
28282
28283 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
28284
28285 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
28286
28287 * imenu.el (imenu--split-menu): Copy menulist before sorting.
28288 (imenu--generic-function): Use START, not BEG, as pos of definition.
28289
28290 * simple.el (just-one-space): Argument specifies number of spaces.
28291
28292 * simple.el (eval-expression-print-format): Avoid warning
28293 about edebug-active.
28294
28295 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
28296
28297 * progmodes/sh-script.el: Code copied from make-mode.el
28298 with small changes,
28299 (sh-mode-map): Bind C-c C-\.
28300 (sh-backslash-column, sh-backslash-align): New variables.
28301 (sh-backslash-region, sh-append-backslash): New functions.
28302
28303 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
28304
28305 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
28306 (rmail-pop-password, rmail-pop-password-required): Move to
28307 rmail-obsolete group.
28308 (rmail-set-pop-password): Rename to rmail-set-remote-password.
28309 All callers updated.
28310 (rmail-get-pop-password): Rename to rmail-get-remote-password.
28311 Take an argument specifying whether it is POP or IMAP mailbox we
28312 are using. All callers updated.
28313 (rmail-pop-password-error): Rename to
28314 rmail-remote-password-error. Added mailutils-specific error message.
28315 (rmail-movemail-search-path)
28316 (rmail-movemail-variant-in-use): New variables.
28317 (rmail-remote-password, rmail-remote-password-required):
28318 New customization variables.
28319 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
28320 (rmail-parse-url): New function.
28321 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
28322 with GNU mailutils movemail.
28323
28324 2005-01-15 Kevin Ryde <user42@zip.com.au>
28325
28326 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
28327 suffix to space, $ or '$, to correctly position point when going
28328 to @table style constants like DBL_MAX.
28329
28330 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
28331
28332 * type-break.el (type-break-mode, type-break-file-time)
28333 (type-break-file-keystroke-count, type-break-choose-file):
28334 Don't store data in or load data from the file if type-break-file-name
28335 is nil.
28336 (type-break-file-name): Doc update as per the above.
28337
28338 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
28339
28340 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
28341 lookup-key might return nil; handle that.
28342
28343 2005-01-15 Alan Mackenzie <acm@muc.de>
28344
28345 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
28346 rather than the element found, thus enabling the tree to be setcar'd.
28347
28348 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28349
28350 * textmodes/org.el (org-show-following-heading): New option.
28351 (org-show-hierarchy-above): Use `org-show-following-heading'.
28352 (org-cycle): Documentation fix.
28353
28354 * textmodes/org.el (orgtbl-optimized): New option
28355 (orgtbl-mode): New command, a minor mode.
28356 (orgtbl-mode-map): New variable.
28357 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
28358 (orgtbl-error, orgtbl-self-insert-command)
28359 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
28360
28361 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
28362 a local variable in each org-mode buffer.
28363
28364 * textmodes/org.el (org-set-regexps-and-options): Rename from
28365 `org-set-regexps'. Added checking for STARTUP keyword.
28366 (org-get-current-options): Add STARTUP options.
28367 (org-table-insert-row): Make mode intelligent about when
28368 realignment is needed.
28369 (org-self-insert-command, org-delete-backward-char, org-delete-char):
28370 New commands.
28371 (org-enable-table-editor): New default value `optimized'.
28372 (org-table-blank-field): Support blanking regions if active.
28373
28374 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28375
28376 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
28377 if the year is not given.
28378
28379 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
28380 Add new escapes %m and %M, fixed bug with %F by adding
28381 save-match-data.
28382 (reftex-reference): Remove ?. from list of spaces.
28383 (reftex-label-info): Add automatic label prefix recognition.
28384
28385 * textmodes/reftex-index.el (reftex-index-next-phrase):
28386 Add slave parameter to call of `reftex-index-this-phrase'.
28387 (reftex-index-this-phrase): New optional argument.
28388 (reftex-index-region-phrases): Add slave parameter to call of
28389 `reftex-index-this-phrase'.
28390 (reftex-display-index): New argument redo.
28391 (reftex-index-rescan): Add `redo' to arguments of
28392 `reftex-display-index'.
28393 (reftex-index-Rescan, reftex-index-revert)
28394 (reftex-index-switch-index-tag): Add `redo' to arguments of
28395 `reftex-display-index'.
28396 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
28397 indexing. Fix bug with matching is there is a quote before or
28398 after the word.
28399
28400 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
28401 Fix bug when collecting citation keys in lines with comments.
28402 (reftex-citation): Prefix argument no longer rescans the document,
28403 but forces prompting for optional arguments of cite macros.
28404 (reftex-do-citation): Prompting for optional arguments implemented.
28405
28406 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28407 Add optional arguments to most cite commands.
28408 (reftex-cite-cleanup-optional-args): New option
28409 (reftex-cite-prompt-optional-args): New option.
28410 (reftex-trust-label-prefix): New option.
28411
28412 * textmodes/reftex-toc.el (reftex-toc-find-section):
28413 Add push-mark before changing the position in the buffer.
28414
28415 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
28416 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
28417
28418 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
28419
28420 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
28421 more carefully.
28422
28423 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
28424
28425 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
28426 (sgml-mode): Use it.
28427 (sgml-get-context): Better keep track of implicitly closed tags.
28428
28429 2005-01-13 Kenichi Handa <handa@m17n.org>
28430
28431 * textmodes/ispell.el: These changes are to fix misalignment error
28432 caused by equivalent characters of different Emacs charsets.
28433 (ispell-unified-chars-table): New variable.
28434 (ispell-get-decoded-string): New function.
28435 (ispell-get-casechars, ispell-get-not-casechars)
28436 (ispell-get-otherchars): Call ispell-get-decoded-string.
28437
28438 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28439
28440 * custom.el (custom-declare-variable): Just put symbol instead
28441 of (defvar . symbol) in `current-load-list'.
28442
28443 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
28444
28445 * emacs-lisp/elint.el: Fixed typo in Commentary section.
28446
28447 2005-01-12 Jay Belanger <belanger@truman.edu>
28448
28449 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
28450 to create a Calc summary.
28451
28452 2005-01-12 Kim F. Storm <storm@cua.dk>
28453
28454 * mouse.el (mouse-on-link-p): Change functionality and doc
28455 string to comply with latest description in lisp ref.
28456
28457 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
28458
28459 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
28460 Enable mouse clicks on mode-line, header-line and margin.
28461 (event-type): Give mouse event symbols an `event-kind' property
28462 with value `mouse-click'.
28463
28464 2005-01-12 Juri Linkov <juri@jurta.org>
28465
28466 * facemenu.el (list-colors-display): Add new arg buffer-name.
28467 Use it. Fix docstring. Replace code for identifying duplicate
28468 colors by the name with call to `list-colors-duplicates' which
28469 identifies duplicate colors by the value unless the color
28470 is one of special Windows colors. Set truncate-lines to t.
28471 Print sorted duplicate color names on each line. Indent to 22
28472 \(the longest color name in rgb.txt) instead of 20. Optimize.
28473 (list-colors-duplicates): New function.
28474 (facemenu-color-name-equal): Delete function.
28475
28476 * facemenu.el (list-colors-print): New function created from code
28477 in list-colors-display. Print #RRGGBB at the window right edge.
28478 (list-colors-display): When temp-buffer-show-function is not
28479 defined, call list-colors-print from temp-buffer-show-hook
28480 to get the right value of window-width in list-colors-print
28481 after the buffer is displayed.
28482
28483 * simple.el (pop-mark): Move deactivate-mark out of conditional
28484 part to deactivate the active mark regardless of the state of the
28485 mark ring.
28486
28487 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
28488 variables line in desktop files.
28489
28490 2005-01-12 Juri Linkov <juri@jurta.org>
28491
28492 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
28493 Bring together isearch highlight related options.
28494 (lazy-highlight): Replace group `replace' by `matching'.
28495 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28496 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28497 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
28498 and declare them obsolete.
28499 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
28500 (isearch-faces): Remove defgroup.
28501 (isearch-overlay, isearch-highlight, isearch-dehighlight):
28502 Move isearch highlighting code closer to lazy highlighting code.
28503
28504 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
28505 (query-replace-highlight, query-replace-lazy-highlight)
28506 (query-replace): Move definitions to the beginning of the file.
28507
28508 2005-01-11 Juri Linkov <juri@jurta.org>
28509
28510 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
28511 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
28512 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
28513
28514 * info.el (Info-history-forward): New variable.
28515 (Info-select-node): Reset Info-history-forward to nil.
28516 (Info-last): Turn into defalias.
28517 (Info-history-back): Rename from Info-last.
28518 Add current node to Info-history-forward.
28519 (Info-history-forward): New fun.
28520 (Info-mode-map): Replace Info-last by Info-history-back.
28521 Bind Info-history-forward to "r".
28522 (Info-mode-menu): Replace Info-last by Info-history-back.
28523 Fix menu item text. Add menu item for Info-history-forward.
28524 (info-tool-bar-map): Replace Info-last by Info-history-back.
28525 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
28526 for Info-history-forward.
28527 (Info-mode): Replace Info-last by Info-history-back in docstring.
28528 Add local variable Info-history-forward.
28529 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
28530
28531 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
28532
28533 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
28534 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
28535 Ignore select-window events rather than fiddle with
28536 mouse-autoselect-window.
28537
28538 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
28539
28540 * type-break.el (type-break-mode): Fix previous change.
28541
28542 2005-01-10 Jay Belanger <belanger@truman.edu>
28543
28544 * calc/calc-ext.el (calc-reset): Reset when inside embedded
28545 calculator; only reset when point is inside a calculator.
28546 Don't adjust the window height if the window takes up the whole height
28547 of the frame.
28548
28549 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
28550
28551 * ebuff-menu.el (Electric-buffer-menu-mode):
28552 Preserve value of buffer-local var header-line-format.
28553
28554 2005-01-09 Jay Belanger <belanger@truman.edu>
28555
28556 * calc/calc.el (calc-mode-var-list-restore-saved-values):
28557 Make sure settings file exists before accessing it.
28558
28559 * calc/calc-embed.el (calc-embedded-subst):
28560 Replace math-multi-subst-rec, which is only supposed to be called
28561 by math-multi-subst, by math-multi-subst.
28562
28563 2005-01-09 Andre Spiegel <spiegel@gnu.org>
28564
28565 * vc.el (vc-allow-async-revert): New user option.
28566 (vc-disable-async-diff): New internal variable.
28567 (vc-revert-buffer): Use them to disable asynchronous diff.
28568
28569 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
28570 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
28571 asynchronously if vc-disable-async-diff is t.
28572
28573 2005-01-09 Jay Belanger <belanger@truman.edu>
28574
28575 * calc/calc.el (defcalcmodevar): New macro.
28576 (calc-mode-var-list-restore-default-values)
28577 (calc-mode-var-list-restore-saved-values): New functions.
28578 (calc-mode-var-list): Use defcalcmodevar to define it.
28579 (calc-always-load-extensions, calc-line-numbering)
28580 (calc-line-breaking, calc-display-just, calc-display-origin)
28581 (calc-number-radix, calc-leading-zeros, calc-group-digits)
28582 (calc-group-char, calc-point-char, calc-frac-format)
28583 (calc-prefer-frac, calc-hms-format, calc-date-format)
28584 (calc-float-format, calc-full-float-format, calc-complex-format)
28585 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
28586 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
28587 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
28588 (calc-matrix-brackets, calc-language, calc-language-option)
28589 (calc-left-label, calc-right-label, calc-word-size)
28590 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
28591 (calc-display-raw, calc-internal-prec, calc-angle-mode)
28592 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
28593 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
28594 (calc-window-height, calc-display-trail, calc-show-selections)
28595 (calc-use-selections, calc-assoc-selections)
28596 (calc-display-working-message, calc-auto-why, calc-timing)
28597 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
28598 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
28599 (calc-gnuplot-default-device, calc-gnuplot-default-output)
28600 (calc-gnuplot-print-device, calc-gnuplot-print-output)
28601 (calc-gnuplot-geometry, calc-graph-default-resolution)
28602 (calc-graph-default-resolution-3d, calc-invocation-macro)
28603 (calc-show-banner): Use defcalcmodevar to declare them and set
28604 their default values.
28605
28606 * calc/calc-ext.el (calc-reset): Restore saved values of variables
28607 instead of default values (but restore default values if there is
28608 an argument of 0).
28609
28610 2005-01-09 David Kastrup <dak@gnu.org>
28611
28612 * desktop.el (desktop-restore-eager): Fix typo in type.
28613
28614 2005-01-08 Richard M. Stallman <rms@gnu.org>
28615
28616 * cus-edit.el (customize): Delete :link.
28617
28618 2005-01-08 Jay Belanger <belanger@truman.edu>
28619
28620 * calc/calc.el (calc-mode): Remove the extension from the
28621 `calc-settings-file' file name when loading it.
28622
28623 2005-01-08 Kim F. Storm <storm@cua.dk>
28624
28625 * info.el (Info-mode-map, Info-next-link-keymap)
28626 (Info-prev-link-keymap, Info-up-link-keymap):
28627 Map follow-link to mouse-face.
28628 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
28629
28630 2005-01-08 Jay Belanger <belanger@truman.edu>
28631
28632 * calc/calc.el (calc-settings-file): Change default value.
28633 Suggested by cgw in a comment in calc-mode.el.
28634
28635 * calc/calc-mode.el (calc-settings-file-name):
28636 Compare calc-settings-file to user-init-file instead of ~/.emacs.
28637 Replace ~/.emacs in a prompt by calc-settings-file.
28638
28639 2005-01-07 Lars Hansen <larsh@math.ku.dk>
28640
28641 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
28642 (desktop-lazy-idle-delay): New customizable variables.
28643 (desktop-buffer-args-list): New variable.
28644 (desktop-append-buffer-args): New function.
28645 (desktop-save): Call desktop-append-buffer-args for some buffers.
28646 (desktop-lazy-create-buffer): New function.
28647 (desktop-idle-create-buffers): New function.
28648 (desktop-read): Add message about buffers to restore lazily.
28649 (desktop-lazy-abort): New command.
28650 (desktop-clear): Call desktop-lazy-abort.
28651 (desktop-lazy-complete): New command.
28652
28653 2005-01-06 Richard M. Stallman <rms@gnu.org>
28654
28655 * emacs-lisp/find-func.el (find-face-definition):
28656 Rename from find-face.
28657
28658 2005-01-06 Kim F. Storm <storm@cua.dk>
28659
28660 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
28661
28662 * man.el (Man-xref-man-page, Man-xref-header-file)
28663 (Man-xref-normal-file): Add follow-link property.
28664
28665 2005-01-06 Jay Belanger <belanger@truman.edu>
28666
28667 * calc/calc-units.el: Make sure the proper macro definitions are
28668 available when compiling.
28669
28670 2005-01-06 Juri Linkov <juri@jurta.org>
28671
28672 * isearch.el (isearch-lazy-highlight-update):
28673 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
28674
28675 2005-01-06 Miles Bader <miles@gnu.org>
28676
28677 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
28678 (isearch-lazy-highlight-face): Use new name.
28679
28680 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
28681
28682 * uniquify.el (uniquify-rationalize-file-buffer-names):
28683 Re-add an interactive spec.
28684 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
28685 to the same name.
28686
28687 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
28688 (isearch-update, isearch-done): Adjust calls accordingly.
28689
28690 2005-01-05 Richard M. Stallman <rms@gnu.org>
28691
28692 * custom.el (custom-set-variables, custom-theme-set-variables):
28693 Clarify documentation.
28694
28695 * emacs-lisp/find-func.el (find-variable)
28696 (find-variable-other-window, find-variable-other-frame):
28697 Fix the TYPE args to find-function-read and find-function-do-it.
28698 (find-function): Doc fix.
28699 (find-function-at-point): Replace function-at-point alias.
28700
28701 2005-01-04 Richard M. Stallman <rms@gnu.org>
28702
28703 * cus-face.el (custom-declare-face):
28704 Record defface in current-load-list.
28705
28706 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
28707
28708 * emacs-lisp/find-func.el: Doc fixes.
28709 (find-face-regexp): New variable.
28710 (find-function-regexp-alist): New variable.
28711 (find-function-C-source): Third arg is now TYPE.
28712 (find-function-search-for-symbol): Handle general TYPE.
28713 (find-function-read, find-function-do-it): Handle general TYPE.
28714 (find-definition-noselect, find-face): New functions.
28715 (function-at-point): Alias deleted.
28716
28717 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
28718
28719 * battery.el (display-battery-mode): Rename from display-battery.
28720 Handle the case where it gets turned off.
28721
28722 2005-01-04 Richard M. Stallman <rms@gnu.org>
28723
28724 * cus-edit.el (customize): Make :link point to user doc.
28725
28726 * man.el (Man-fontify-manpage): Turn off undo generation.
28727
28728 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
28729
28730 2005-01-04 Andreas Schwab <schwab@suse.de>
28731
28732 * files.el (insert-directory): Only look for error lines in
28733 inserted text. Don't move too far after processing --dired markers.
28734
28735 2005-01-04 Richard M. Stallman <rms@gnu.org>
28736
28737 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
28738 Don't expand if the character is @, period, dash, etc.
28739 (define-mail-abbrev): Quote names that contain problem characters.
28740
28741 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
28742
28743 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
28744
28745 2005-01-03 Richard M. Stallman <rms@gnu.org>
28746
28747 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
28748 (query-replace-highlight, query-replace-lazy-highlight)
28749 (query-replace): Definitions moved up. Doc fix.
28750
28751 2005-01-03 Richard M. Stallman <rms@gnu.org>
28752
28753 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
28754 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28755 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28756 (lazy-highlight-face): Rename from isearch-lazy-...
28757 Change all references to them.
28758
28759 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
28760
28761 * cus-edit.el (custom-file): Doc fix for defcustom.
28762 (custom-file): The function no longer sets the variable
28763 `custom-file' to its return value.
28764
28765 * startup.el (command-line): No longer load `custom-file'.
28766
28767 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
28768
28769 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
28770
28771 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
28772 Don't confuse module-prefixed identifiers for labels.
28773 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
28774
28775 2005-01-02 Richard M. Stallman <rms@gnu.org>
28776
28777 * files.el (basic-save-buffer-1): Fix previous change.
28778
28779 * loadhist.el (file-loadhist-lookup): New function.
28780 (file-provides, file-requires): Use it.
28781
28782 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
28783 instead of calculating the right size.
28784
28785 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28786
28787 * vc-svn.el (vc-svn-diff): Stay local if possible.
28788
28789 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
28790
28791 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
28792
28793 * files.el (hack-local-variables): Fix last change.
28794
28795 2005-01-02 Jay Belanger <belanger@truman.edu>
28796
28797 * calc/calc-yank.el (calc-edit-top): New variable.
28798 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
28799 object. Change header properties.
28800 (calc-edit-finish, calc-edit-finish-stack-object)
28801 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
28802 edited object.
28803 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
28804 for the beginning of the edited object.
28805 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
28806 for the beginning of the edited object.
28807 * calc/calc-prog.el (calc-edit-macro-finish-edit)
28808 (calc-finish-formula-edit, calc-macro-repeats)
28809 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
28810 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
28811 beginning of the edited object.
28812 (calc-user-define-edit): Change the header for editing macros.
28813 Remove unnecessary variable.
28814
28815 2005-01-01 Jay Belanger <belanger@truman.edu>
28816
28817 * calc/calc-yank.el (calc-edit-mode): Change default header.
28818 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
28819 * calc/calc-store.el (calc-edit-variable): Change title to match new
28820 header.
28821 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
28822 mode to match new header.
28823 (calc-user-define-edit): Change titles to include names of commands.
28824 (calc-finish-formula-edit): Adjust to handle new header.
28825 (calc-finish-macro-edit): Remove.
28826 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
28827 (calc-edit-macro-command, calc-edit-macro-command-type)
28828 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
28829 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
28830 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
28831 (calc-edit-macro-finish-edit): New functions.
28832 (calc-user-define-edit): Use new functions to edit named calc macros.
28833
28834 2005-01-01 Stefan <monnier@iro.umontreal.ca>
28835
28836 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
28837
28838 * ses.el (copy-region-as-kill): Deactivate mark.
28839
28840 2005-01-01 Richard M. Stallman <rms@gnu.org>
28841
28842 * replace.el (occur-1): If the output buffer is also an input,
28843 don't kill it, rename it.
28844
28845 * faces.el (set-face-background, set-face-foreground): Doc fix.
28846
28847 * cus-face.el (custom-face-attributes): Fix :help-echo strings
28848 for :foreground and :background.
28849
28850 * dired.el (dired-view-command-alist): Variable deleted.
28851 (dired-view-file, dired-mouse-find-file-other-window):
28852 Delete the code to use it.
28853
28854 2005-01-01 Kim F. Storm <storm@cua.dk>
28855
28856 * image.el (insert-sliced-image): Use t for line-height property.
28857
28858 See ChangeLog.11 for earlier changes.
28859
28860 ;; Local Variables:
28861 ;; coding: iso-2022-7bit
28862 ;; End:
28863
28864 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
28865 Copying and distribution of this file, with or without modification,
28866 are permitted provided the copyright notice and this notice are preserved.
28867
28868 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1