]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(BASE_PURESIZE): Increment to 1210000.
[gnu-emacs] / lisp / ChangeLog
1 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2
3 * calendar/appt.el (appt-add): Check whether an appointment is
4 already present in appt-time-msg-list. Simplify code.
5
6 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * progmodes/cc-langs.el (c-mode-menu):
9 Don't presume c-subword-mode is bound.
10
11 2006-04-13 Bill Wohler <wohler@newt.com>
12
13 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14 (customize-package-emacs-version): Use cdr instead of cadr now
15 that alists use dotted pairs.
16
17 * custom.el (defcustom): Fix docstring for :package-version.
18
19 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
20
21 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
22 (tramp-handle-shell-command): Display output buffer only when
23 `tramp-display-shell-command-buffer' is true.
24 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
25
26 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
27
28 * textmodes/org.el (org-set-autofill-regexps): Set only the local
29 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
30
31 2006-04-13 Romain Francoise <romain@orebokech.com>
32
33 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
34 leaving temporary .cvsignore buffers behind.
35
36 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
37
38 * textmodes/org.el: (org-set-regexps-and-options)
39 (org-get-current-options): Better names for the startup folding
40 options.
41
42 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
43
44 * vc.el (vc-annotate): Arrange for point to end up at the same
45 line number as in the original, but only when using a new buffer.
46
47 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
48
49 * files.el (hack-one-local-variable-eval-safep):
50 Recognize `edebug-form-spec' for `put', but only if it passes
51 `edebug-basic-spec'. Generalize `put' handling.
52
53 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
54 vetting file-local form specs.
55
56 * allout.el (allout-layout): Autoload its `safe-local-variable'
57 property.
58
59 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
60
61 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
62 (org-agenda-mouse-1-follows-link)
63 (org-mouse-1-follows-link): New options.
64 (org-format-agenda-item): Fix bug if TAGS is nil.
65 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
66
67 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
68
69 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
70 GDB 6.1+ gives full filename for "info sources" so use
71 file-name-nondirectory.
72
73 2006-04-12 Romain Francoise <romain@orebokech.com>
74
75 * subr.el (read-passwd): Bind `message-log-max' to nil.
76
77 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * progmodes/perl-mode.el (perl-indent-new-calculate):
80 Recompute parse-start after jumping backward by a whole sexp.
81
82 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
85 window configuration.
86 (vc-annotate-display-select): Select the buffer so that current-buffer
87 (and selected-window) is the output buffer at the end of vc-annotate.
88
89 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
90
91 * vc.el (vc-annotate-color-map): Add custom TTY color map for
92 8-color terminals, to use all of the colors in a sensible order.
93 256-color terminals work well with the standard map.
94 (vc-annotate-lines): Only strip the first color character if it
95 is "#", to allow for terminal-style named colors.
96 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
97 the correct buffer is scrolled.
98
99 2006-04-11 Richard Stallman <rms@gnu.org>
100
101 * emacs-lisp/bytecomp.el (byte-compile-file):
102 Bind enable-local-variables to :safe, and make normal-mode obey it.
103
104 * files.el (enable-local-variables): Allow value :safe.
105 (normal-mode): Doc fix.
106 (hack-local-variables): Implement enable-local-variables = :safe.
107 (hack-local-variables-confirm): Don't prevent quitting.
108
109 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * loadhist.el (unload-feature): A bit of sanity check of
112 load-history entries. Cancel timer-vars before unbinding them.
113
114 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
115 quote special chars, and make the trick work on the hex part of the
116 buffer as well.
117 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
118 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
119
120 * startup.el (normal-splash-screen): Fix last change so we don't wait
121 2 minutes if we don't show the splash screen.
122
123 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
124
125 * textmodes/org.el (org-export-plain-list-max-depth)
126 (org-table-spaces-around-separators)
127 (org-radio-targets, org-activate-camels)
128 (org-table-spaces-around-invisible-separators): Options removed.
129 (org-time-stamp-rounding-minutes, org-remember-templates)
130 (org-ellipsis, org-activate-links, org-descriptive-links):
131 New options.
132 (org-remember-apply-template, org-current-time)
133 (org-finish-edit-table-field)
134 (org-link-unescape, org-link-escape)
135 (org-string-width, org-table-clean-line, org-html-do-expand)
136 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
137 (org-read-agenda-file-list): New functions.
138 (org-table-edit-field)
139 (org-table-create-or-convert-from-region): New commands
140 (org-table-toggle-vline-visibility): Command removed.
141 (org-table-convert-region): Made a command.
142 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
143 Replace with the normal org- functions.
144 (org-self-insert-command): Don't trigger realign unnecessarily
145 when blanking a field that is not full.
146 (org-mode): `Set buffer-invisibility-spec' for links.
147 (org-activate-links2): Hide link part and only show descriptive
148 part of the link.
149 (org-insert-link): Modify for new linking system.
150 (org-store-link): Store description separately, for use by
151 `org-insert-link'.
152 (org-table-align): Use `org-string-width'.
153 (defgroup): Completely new group structure for custom variables.
154 (org-agenda-files): Option: Single file name allowed. Function:
155 Optional argument unrestrited means ignore any restricitons.
156 (org-install-agenda-files-menu): Find a buffer in Org-mode before
157 trying to modify the menu. Use generalized access to
158 `org-agenda-files.'
159 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
160 (org-agenda-file-to-front, org-remove-file, org-diary)
161 (org-tags-view, org-export-icalendar-all-agenda-files)
162 (org-export-icalendar-combine-agenda-files): Use generalized
163 access to `org-agenda-files'.
164 (org-remember-handler): Correctly preserve heading if present.
165 (org-table-insert-row, org-table-insert-hline): Deal with
166 invisible characters.
167
168 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
169
170 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
171 (vc-annotate-color-map): New 18 element constant
172 value/saturation, rotating hue colormap, from red->blue.
173 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
174 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
175 (vc-annotate): To avoid killing the required local variables,
176 set them before the end of `with-output-to-temp-buffer', and
177 after first switching to annotate-mode.
178 (vc-annotate-warp-version): Add buffer argument in goto-line to
179 ensure annotation, not source, is scrolled.
180
181 2006-04-10 Bill Wohler <wohler@newt.com>
182
183 * custom.el (defcustom, custom-handle-keyword):
184 Add :package-version keyword.
185 (custom-add-package-version): New function. Sets value of new
186 property 'custom-package-version from :package-version keyword.
187 (defcustom): Create Common Keywords section in docstring.
188 (defface, defgroup): Replace definitions of a select few keywords
189 with a reference to the Common Keywords in defcustom.
190 (defcustom, defface, defgroup): Replace reference to Customization
191 chapter in manual with hyperlink.
192
193 * cus-edit.el (customize-package-emacs-version-alist):
194 New variable.
195 (customize-changed-options): Add check for custom-package-version.
196 (customize-package-emacs-version): New function to look up Emacs
197 version corresponding to the given package version.
198
199 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
200 defun name, in similar fashion to find-variable-regexp.
201
202 2006-04-10 Eli Zaretskii <eliz@gnu.org>
203
204 * international/mule-cmds.el (set-locale-environment): Fix last
205 change for when the locale's preferences don't specify any encoding.
206
207 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
210 so the defined var/fun doesn't need to be quoted.
211
212 2006-04-10 Richard Stallman <rms@gnu.org>
213
214 * finder.el (finder-mode-map): Add n and p bindings.
215
216 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
217
218 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
219 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
220 (gdb-setup-windows): Put something in source window if we can't find
221 the source file.
222 (gdb-frame-handler): Make it work again with just assembly.
223 (gdb-data-list-register-values-handler): Make it work when there is
224 no stack.
225
226 2006-04-09 Richard Stallman <rms@gnu.org>
227
228 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
229 specs while looking for charset.
230
231 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
232
233 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
234 Make them faces.
235 (lm-font-lock-keywords): Update appropriately.
236
237 2006-04-10 Kim F. Storm <storm@cua.dk>
238
239 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
240 it can also replace buffer-substring-no-properties.
241
242 * emulation/cua-base.el (cua-delete-region, cua-paste)
243 (cua-repeat-replace-region): Use filter-buffer-substring.
244
245 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
246 (cua-cut-region-to-global-mark): Likewise.
247
248 * emulation/cua-rect.el (cua--extract-rectangle)
249 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
250
251 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
252
253 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
254 entry-type. Add field delimiters to numerical fields if they are
255 not present.
256
257 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
258
259 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
260 string-const to return value.
261 (bibtex-remove-delimiters): Use it.
262
263 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
266 cl-byte-compile-compiler-macro unless it exists.
267
268 2006-04-08 Eli Zaretskii <eliz@gnu.org>
269
270 * files.el (hack-local-variables-confirm) <offer-save>:
271 Clarify message text. Suggested by Ralf Angeli.
272
273 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
274
275 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
276 (delete-extract-rectangle-line): Use `filter-buffer-substring'
277 instead of `buffer-substring' and `delete-region'. (Most of the
278 code actually copied from `kill-region'.)
279
280 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
281
282 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
283 (rcirc-default-port): Rename from rcirc-port.
284 (rcirc-default-nick): Rename from rcirc-nick.
285 (rcirc-default-user-name): Rename from rcirc-user-name.
286 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
287 (rcirc-low-priority-flag): New variable.
288 (rcirc-decode-coding-system): New defcustom.
289 (rcirc-encode-coding-system): New defcustom.
290 (rcirc-coding-system-alist): New defcustom.
291 (rcirc-multiline-major-mode): New defcustom.
292 (rcirc-nick): New internal variable.
293 (rcirc-process): Remove variable.
294 (rcirc-server-buffer): New variable.
295 (rcirc): Update to use rcirc-default-* variables above.
296 (rcirc-connect): Do not add window-configuration-hook-here.
297 (rcirc-server): New internal variable.
298 (rcirc-connect): Do not send keepalive pings if
299 rcirc-keepalive-seconds is nil.
300 (with-rcirc-server-buffer): New macro.
301 (rcirc-send-string): Encode with rcirc-encode-coding-system.
302 (rcirc-server-name): Rename from rcirc-server.
303 (rcirc-buffer-process): New function.
304 (rcirc-buffer-nick): New function.
305 (rcirc-buffer-target): Remove function.
306 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
307 New commands.
308 (rcirc-mode-map): Change binding of C-c C-l to
309 rcirc-toggle-low-priority.
310 (rcirc-mode): Initialize coding system based on
311 rcirc-coding-system-alist. New change-major-mode-hook to part the
312 channel on a mode change. Make kill-buffer-hook buffer-local.
313 (rcirc-change-major-mode-hook): New function.
314 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
315 (rcirc-last-post-time): New variable.
316 (rcirc-process-message): Store the last time user posted a message
317 to this target.
318 (rcirc-multiline-minor-mode): New mode.
319 (rcirc-multiline-minor-mode-map): New mode map.
320 (rcirc-edit-multiline): Put multiline-edit buffer in
321 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
322 (rcirc-print): Ignore any line starting with an ignored nick.
323 (rcirc-print): Decode using rcirc-decode-coding-system.
324 (rcirc-track-minor-mode): Update global-mode-string when disabling
325 this mode.
326 (minor-mode-alist): Add LowPri indicator.
327 (rcirc-toggle-low-priority): New function.
328 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
329 next lowpriority buffer with activity.
330 (rcirc-record-activity): Sort buffers in rcirc-activity by the
331 last time the user posted a message in to the target.
332 (rcirc-update-activity-string): New formatting for low priority
333 buffers.
334 (rcirc-split-activity): New function.
335 (rcirc-handler-PART, rcirc-handler-KICK)
336 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
337 (rcirc-nick-away-alist): New variable.
338 (rcirc-handler-301): New handler. Away messages are printed once
339 per change.
340
341 2006-04-08 Eli Zaretskii <eliz@gnu.org>
342
343 * info.el (Info-follow-nearest-node): Doc fix.
344
345 * international/mule-cmds.el (set-locale-environment): Make sure
346 the coding-system preferred by the locale's language has the same
347 EOL conversion type as the original buffer-file-coding-system.
348 (locale-language-names): Add a few MS Windows language codes.
349
350 2006-04-07 Richard Stallman <rms@gnu.org>
351
352 * simple.el (eval-expression): Doc fix.
353
354 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
355 (eval-defun): Doc fixes.
356
357 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
358
359 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
360
361 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
362
363 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
364 GDB list command without argument for greater generality.
365
366 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
367
368 * subr.el (string-or-null-p): New function.
369
370 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
371
372 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
373
374 * files.el: Update comment about safe-local-variable declarations.
375
376 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
377
378 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
379 See idlwave.org.
380
381 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
382 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
383
384 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
385 See idlwave.org.
386
387 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
388 version 6.0 (minimal changes). See idlwave.org.
389
390 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
391 6.0 (minimal changes). See idlwave.org.
392
393 * progmodes/idlw-rinfo.el: File obsoleted and removed.
394
395 2006-04-06 Romain Francoise <romain@orebokech.com>
396
397 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
398 symmetric encryption features and a new asynchronous interface to
399 GnuPG. This new version is version 1.4, plus whitespace changes.
400
401 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
402
403 * files.el: Move some `safe-local-variable' declarations to the
404 respective files.
405
406 * textmodes/ispell.el (ispell-check-comments)
407 (ispell-local-dictionary): Mark as safe.
408
409 * abbrev.el (abbrev-mode): Mark as safe.
410
411 * add-log.el (change-log-default-name): Mark as safe.
412
413 * textmodes/reftex-vars.el (reftex-vref-is-default)
414 (reftex-fref-is-default, reftex-level-indent)
415 (reftex-guess-label-type): Mark as safe.
416
417 * textmodes/fill.el (colon-double-space): Mark as safe.
418
419 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
420 (sentence-end-double-space, sentence-end-without-period)
421 (sentence-end-without-space, sentence-end, sentence-end-base)
422 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
423
424 2006-04-06 Kim F. Storm <storm@cua.dk>
425
426 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
427 the :set-after list.
428 (ido-downcase-unc-hosts): New user option. Default on.
429 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
430 when it is set, as regexps are now applied on the fly.
431 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
432 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
433 on the fly, but only when ido-process-ignore-lists is set.
434 Do case insensitive filtering if ido-downcase-unc-hosts is set.
435 Only downcase names if ido-downcase-unc-hosts is set.
436
437 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
438
439 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
440
441 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
442
443 2006-04-05 Kim F. Storm <storm@cua.dk>
444
445 * ido.el (ido-mode): Set after ido-unc-hosts and
446 ido-ignore-unc-host-regexps.
447 (ido-save-history): Save ido-unc-hosts-cache.
448 (ido-load-history): Load ido-unc-hosts-cache.
449 (ido-reread-directory): Refresh unc hosts cache in // dir.
450
451 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
452 to nil while displaying slash screen.
453
454 2006-04-05 Daiki Ueno <ueno@unixuser.org>
455
456 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
457 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
458
459 2006-04-05 Kenichi Handa <handa@m17n.org>
460
461 * international/characters.el: Setup cases of Latin, Greek, and
462 Cyrillic characters in CJK charsets.
463
464 2006-03-29 Daiki Ueno <ueno@unixuser.org>
465
466 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
467 default-enable-multibyte-characters. This reverts the change from
468 revision 6.17 which is no longer necessary because the passphrase
469 is sent separately now. GnuPG messages are unreadable under
470 multibyte locales with default-enable-multibyte-characters set to nil.
471
472 2006-04-04 Andreas Schwab <schwab@suse.de>
473
474 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
475 and `byte-compile-warnings' as `safe-local-variable'.
476
477 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
478
479 * man.el (Man-mode-map): Restore the \r binding.
480 (Man-abstract-xref-man-page): If Man-target-string is a function,
481 call it.
482 (Man-highlight-references): Use Man-default-man-entry to get the
483 target. Deal with xrefs too.
484 (Man-highlight-references0): Don't call the target function.
485
486 * woman.el (WoMan-xref-man-page): Strip the section number, woman
487 cannot deal with it.
488
489 2006-04-04 Daiki Ueno <ueno@unixuser.org>
490
491 * pgg-gpg.el: Clean up process buffers every time gpg processes
492 complete.
493
494 2006-04-04 Kenichi Handa <handa@m17n.org>
495
496 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
497 here.
498 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
499 Temporarily bind inhibit-field-text-motion to t.
500
501 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * startup.el (normal-splash-screen): Only set mode-line-format in the
504 splash buffer, so as not to interfere when debugging the code.
505 Ignore errors when switching buffer.
506
507 2006-04-03 Romain Francoise <romain@orebokech.com>
508
509 * dired.el (dired-dnd-protocol-alist): Fix typo.
510
511 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
512
513 * savehist.el (savehist): Add :version.
514 (savehist-ignored-variables): New variable.
515 (savehist-minibuffer-hook): Don't save variables listed in
516 `savehist-ignored-variables'.
517
518 * dired.el (dired-dnd-protocol-alist): Mention that change does
519 only apply to new buffers in doc string.
520
521 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
522
523 * recentf.el (recentf-open-files-item): Include newline in button
524 field, so opening a file will work, when the point is at the end
525 of the file name. Allow, for example, to [i]search a file by
526 extension and just push RET to open it.
527
528 2006-04-03 Daiki Ueno <ueno@unixuser.org>
529
530 * pgg-gpg.el (pgg-gpg-process-filter)
531 (pgg-gpg-wait-for-completion): Check if buffer is alive.
532
533 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
534 lines, temporary fix.
535
536 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
537
538 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
539
540 2006-04-02 Richard Stallman <rms@gnu.org>
541
542 * progmodes/compile.el (compilation-message-face): Make it defcustom.
543
544 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
545
546 * ibuf-macs.el (define-ibuffer-column): Add a new key:
547 header-mouse-map.
548
549 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
550 (ibuffer-mode-header-map): New keymaps.
551 (ibuffer-update-title-and-summary): Enable mouse face highlighting
552 and keybindings for column headers.
553 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
554 property.
555
556 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
557
558 * speedbar.el (speedbar-after-create-hook): Doc fix.
559
560 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
561
562 * shell.el (shell-directory-tracker)
563 (shell-dynamic-complete-command): Doc fixes.
564
565 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
566
567 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
568 terminals.
569
570 2006-04-01 Kim F. Storm <storm@cua.dk>
571
572 * ido.el (ido-unc-hosts-cache): New defvar.
573 (ido-unc-hosts): If value of defcustom is a function, call it to
574 get list of UNC hosts. Add function-item choices to specify
575 ido-unc-hosts-net-view or user function.
576 (ido-ignore-unc-host-regexps): New defcustom.
577 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
578 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
579 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
580
581 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
584 wwidth.
585
586 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
587
588 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
589 (ido-max-work-file-list, ido-switch-buffer)
590 (ido-read-file-name-as-directory-commands):
591 Fix typos in docstrings.
592
593 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
594
595 * term/mac-win.el (mac-system-coding-system): Define and use after
596 Mac-specific coding systems are ready.
597
598 2006-03-27 Romain Francoise <romain@orebokech.com>
599
600 * net/rcirc.el (rcirc-connect): Add autoload cookie.
601
602 * ldefs-boot.el: Update.
603
604 2006-03-27 Daiki Ueno <ueno@unixuser.org>
605
606 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
607 passphrases when it is not needed.
608 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
609 passphrase stuff from gpg, should only be necessary when you use
610 gpg with a smartcard.
611
612 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
613
614 * comint.el (comint-dynamic-list-completions): Allow user to
615 select *Completions* buffer.
616
617 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
618
619 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
620
621 2006-03-26 Andreas Schwab <schwab@suse.de>
622
623 * progmodes/gud.el (gdb): Only complain about multiple debugging
624 when the gdb process is still running.
625
626 2006-03-25 Eli Zaretskii <eliz@gnu.org>
627
628 * mail/rmail.el (tool-bar-map): Defvar it.
629 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
630 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
631
632 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
633
634 * help.el (print-help-return-message): Suggest to use
635 display-buffer instead of switch-to-buffer-other-window to restore
636 the previous window without selecting it.
637
638 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
639
640 * frame.el (select-frame-by-name): Call x-focus-frame also when
641 window-system is mac.
642
643 * term/mac-win.el: Adjust Courier font specifications in
644 x-fixed-font-alist.
645 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
646 when directly encoding to UTF-16 in native byte order, no BOM.
647
648 2006-03-25 Kim F. Storm <storm@cua.dk>
649
650 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
651 (cua--init-keymaps): Use it instead of fixed C-return.
652 (cua-mode): Set after it.
653
654 * emulation/cua-rect.el (cua--init-rectangles):
655 Use cua-rectangle-mark-key instead of fixed C-return.
656
657 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
658
659 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
660 "run" in .gdbinit.
661 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
662
663 2006-03-24 Romain Francoise <romain@orebokech.com>
664
665 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
666 `display-buffer-other-frame'.
667
668 2006-03-24 Kim F. Storm <storm@cua.dk>
669
670 * apropos.el (apropos-synonyms): Add selection => region.
671
672 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
673
674 * progmodes/gdb-ui.el (gdb-var-create-regexp)
675 (gdb-var-list-children-regexp, gdb-var-update-regexp)
676 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
677 (gdb-data-list-register-values-regexp)
678 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
679 Future proof against new fields being added to MI output.
680 (gdb-send): Don't treat backslashes for program input as
681 continuations.
682 (gdb-assembler-handler): Don't use window-start for this handler.
683 (gdb-frame-handler): Don't change to hollow arrow if overlay
684 arrow doesn't move to new frame.
685
686 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
687
688 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
689 prevent compiler warnings.
690 (gdb-stopped): Check for gud-last-last-frame (case: signal).
691 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
692 (gdb-assembler-custom): Use hollow-right-triangle for assembler
693 buffer too.
694
695 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
696
697 * pgg-gpg.el (pgg-gpg-update-agent): Check for
698 make-network-process, so we can use the same code in Gnus v5-10
699 too and have this file fully synchronized with that release.
700
701 2006-03-23 Romain Francoise <romain@orebokech.com>
702
703 * ibuf-ext.el (ibuffer-read-filter-group-name):
704 Use `ibuffer-generate-filter-groups' to make completion list match
705 the filter groups that are really displayed in the Ibuffer buffer.
706 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
707
708 2006-03-23 Kenichi Handa <handa@m17n.org>
709
710 * international/mule-cmds.el (sort-coding-systems): Describe that
711 the argument is modified in docstring.
712
713 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
714
715 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
716 (pgg-gpg-update-agent): New function.
717 (pgg-gpg-use-agent-p): New function.
718 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
719 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
720 (pgg-gpg-sign-region): Use it.
721
722 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
723
724 * cus-edit.el (custom-face-set): Call custom-push-theme before
725 face-spec set so that `changed' theme is correctly saved.
726 (custom-face-reset-standard): Reset to recalculated face rather
727 than defface spec.
728
729 * custom.el (custom-push-theme): Only save `changed' theme if the
730 current face does not match the defface specs.
731
732 2006-03-21 Simon Josefsson <jas@extundo.com>
733
734 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
735 <wilde@sha-bang.de>.
736 (pgg-gpg-use-agent): New variable.
737 (pgg-gpg-process-region): Use it.
738 (pgg-gpg-encrypt-region): Likewise.
739 (pgg-gpg-encrypt-symmetric-region): Likewise.
740 (pgg-gpg-decrypt-region): Likewise.
741 (pgg-gpg-sign-region): Likewise.
742 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
743
744 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
745
746 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
747 bracket links.
748
749 2006-03-21 Kim F. Storm <storm@cua.dk>
750
751 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
752 fringe-indicator-alist instead of modifying global value.
753 (gdb-frame-handler): Likewise.
754
755 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
756
757 * diff-mode.el (diff-function): Make it inherit from diff-header
758 instead of diff-context.
759
760 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
761 bitmap.
762 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
763 change names in macro above for consistency.
764 (gdb-frame-handler): Use hollow-right-triangle for all selected
765 frames which except the innermost (where execution has stopped).
766 (gdb-reset): Reset buffer-local values of overlay-arrow.
767
768 2006-03-20 Richard Stallman <rms@gnu.org>
769
770 * simple.el (set-mark-command): Doc fix.
771
772 * files.el (display-buffer-other-frame): New command.
773 (ctl-x-4-map): Bind C-x 5 C-o to it.
774
775 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
778 rather than just defer-time, in case defer-time has been changed but
779 the timer isn't running yet.
780 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
781
782 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
783
784 * help-mode.el (help-follow-symbol): New function.
785 Essentially identical to the old `help-follow', but do not let
786 `push-button' do the work when on an xref.
787 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
788
789 2006-03-19 Richard Stallman <rms@gnu.org>
790
791 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
792 preceded by the word `program'.
793 (help-follow-mouse, help-follow): Throw error if not on xref.
794 Delete no longer used args.
795
796 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
797
798 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
799 annotation ensure gud-overlay-arrow-position is redisplayed.
800
801 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
802
803 * textmodes/bibtex.el (bibtex-include-OPTkey)
804 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
805 (bibtex-autokey-name-case-convert)
806 (bibtex-autokey-titleword-case-convert): Make these the aliases
807 for the following two variables.
808 (bibtex-autokey-name-case-convert-function)
809 (bibtex-autokey-titleword-case-convert-function): Make these the
810 real names.
811 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
812 bibtex-font-lock-crossref sublists.
813 (bibtex-mode): Revert 2005-12-30 change (which made
814 completion-ignore-case buffer-local).
815 (bibtex-url): Simplify.
816
817 2006-03-19 Kim F. Storm <storm@cua.dk>
818
819 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
820 cursor property value to 2 (to align with C level change).
821
822 2006-03-19 Bill Wohler <wohler@newt.com>
823
824 * image.el (image-load-path-for-library): Shorten first line in
825 docstring.
826
827 2006-03-18 Richard Stallman <rms@gnu.org>
828
829 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
830
831 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
832
833 * isearch.el (isearch-other-meta-char): Handle user bindings for
834 shifted control characters.
835
836 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
837
838 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
839 part that matches email addresses, file names, etc.
840
841 2006-03-18 Eli Zaretskii <eliz@gnu.org>
842
843 * term/w32-win.el (mouse-set-font):
844 Mention w32-list-proportional-fonts in the doc string.
845
846 2006-03-18 Kim F. Storm <storm@cua.dk>
847
848 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
849 (ido-unc-hosts): New user option to explicitly define list of know
850 UNC-style hosts for completion.
851 (ido-cache-unc-host-shares-time): New user option.
852 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
853 New helper functions for UNC file-name support.
854 (ido-may-cache-directory): Check for UNC host. Simplify.
855 (ido-wash-history): Clean out old UNC hosts.
856 (ido-nonreadable-directory-p): UNC hosts are always readable.
857 (ido-directory-too-big-p): UNC hosts are never too big.
858 (ido-set-current-directory): Handle UNC root path.
859 (ido-file-name-all-completions): Complete UNC host names from
860 ido-unc-hosts list. Cache UNC host shares.
861 (ido-make-file-list-1): Don't filter UNC root.
862 (ido-exhibit): Check for // in root directory, and switch to UNC
863 mode by setting ido-current-directory to //.
864
865 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
866
867 * cus-edit.el (customize-changed-options): Mention explicit
868 version number as default in prompt.
869
870 2006-03-17 Bill Wohler <wohler@newt.com>
871
872 * image.el (image-load-path-for-library): Minor docstring fix.
873
874 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
875
876 * textmodes/org.el (org-read-date): Include subgroup 5 into
877 replacement text.
878 (org-popup-calendar-for-date-prompt): Fix customization type.
879
880 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
881
882 * progmodes/gdb-ui.el (gud-watch): Provide completion.
883 (gdb-continuation): New variable.
884 (gdb-send): Deal with continuation lines.
885
886 * progmodes/gud.el (gud-gdb-complete-command)
887 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
888 expressions.
889 (gud-tooltip-mode): Use buffer-local value.
890
891 2006-03-16 Kim F. Storm <storm@cua.dk>
892
893 * ido.el (ido-edit-input): Use selected match, if any.
894
895 2006-03-16 Bill Wohler <wohler@newt.com>
896
897 * image.el (image-load-path-for-library): Prefer user's images in
898 image-load-path.
899
900 2006-03-16 Martin Rudalics <rudalics@gmx.at>
901
902 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
903 when checking for attempt to drag leftmost or rightmost scrollbar.
904
905 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
906
907 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
908 (gdb-force-mode-line-update): New function.
909 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
910 (gdb-exited): Use them.
911 (gdb-signal): New function.
912 (gdb-annotation-rules): Provide a rule for it.
913
914 2006-03-16 Kenichi Handa <handa@m17n.org>
915
916 * international/mule.el (auto-coding-regexp-alist): Add entries
917 for Unicode BOM.
918
919 * sort.el (sort-build-lists): Temporarily bind
920 inhibit-field-text-motion to t.
921
922 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
923
924 * locate.el (locate-command, locate-make-command-line)
925 (locate-fcodes-file, locate-update-command)
926 (locate-prompt-for-command, locate, locate-with-filter)
927 (locate-get-file-positions): Doc fixes.
928 (locate-buffer-name, locate-header-face): Remove leading `*' in
929 defcustom.
930 (locate-filter-output): Use `keep-lines' instead of its alias
931 `delete-non-matching-lines'.
932 (locate-get-filename, locate-get-dirname): Add introductory comment.
933 (locate-find-directory-other-window): Give appropriate error
934 message if used outside main listing.
935
936 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
939 the new extend-region feature.
940 (font-lock-after-change-function): Update correspondingly.
941 * jit-lock.el (jit-lock-after-change): Update correspondingly.
942 * progmodes/grep.el (font-lock-lines-before): Don't disable.
943
944 2006-03-15 Bill Wohler <wohler@newt.com>
945
946 * image.el (image-load-path-for-library): Fix example by not
947 recommending that one binds image-load-path. Just defvar it to
948 placate compiler and only use it if previously defined.
949
950 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
951
952 * textmodes/org.el (org-insert-centered): Use `string-width' to
953 make underlining work for wide characters.
954 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
955 TAB to `org-cycle', to make sure that no binding in
956 `outline-mode-map' can supercede it.
957
958 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
959
960 * allout.el: Increment version to 2.2.1 in file commentary.
961
962 (allout-version): Increment to 2.2.1.
963
964 (allout-default-layout): New customization variable, used when the
965 file lacks a specific allout-layout. Uses allout-layout-type for
966 recursively nested definition.
967
968 (allout-layout-type): Widget defining allout layouts, necessary for
969 self-recursive definition.
970
971 (allout-mode): Incorporate allout-default-layout as fallback for
972 allout-layout.
973
974 (allout-layout): Mark as 'safe-local-variable', and refer mention
975 fallback to `allout-default-layout' in absence of a specified value.
976 (allout-passphrase-verifier-string)
977 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
978
979 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
980
981 (allout-get-encryption-passphrase-verifier): Use correct name of
982 passphrase verifier in docstring.
983
984 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
985
986 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
987 elements.
988 (gdb-find-watch-expression): Make it work for arrays too.
989 Follow change to gdb-var-list.
990 (gud-watch): Allow the user to enter variable name with a prexix
991 arg. Create keybindings.
992 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
993 (gdb-var-list-children-handler, gdb-var-update-handler)
994 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
995 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
996 Follow change to gdb-var-list.
997 (gdb-starting): Don't show the overlay arrows when program is running.
998
999 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1000 gdb-var-list.
1001
1002 2006-03-14 Bill Wohler <wohler@newt.com>
1003
1004 * image.el (image-load-path-for-library): Pass value of path
1005 rather than symbol. Always return list of directories.
1006 Guarantee that image directory comes first.
1007
1008 2006-03-14 Alan Mackenzie <acm@muc.de>
1009
1010 * font-core.el (font-lock-extend-region\(-function\)?.):
1011 New function/variable.
1012
1013 * font-lock.el (font-lock-after-change-function):
1014 Call font-lock-extend-region. Obey font-lock-lines-before.
1015 (font-lock-default-fontify-region): Remove reference to
1016 font-lock-lines-before.
1017
1018 * jit-lock.el (jit-lock-after-change):
1019 Call font-lock-extend-region. Obey font-lock-lines-before.
1020
1021 2006-03-14 David Ponce <david@dponce.com>
1022
1023 * tree-widget.el (tree-widget-themes-load-path)
1024 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1025
1026 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1027
1028 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1029 (rcirc-print): Mark the start of text at the end of the prompt.
1030 (rcirc-track-minor-mode): Add autoload cookie.
1031 (rcirc-update-activity-string): Add space to front of mode-line
1032 indicator.
1033
1034 2006-03-13 Miles Bader <miles@gnu.org>
1035
1036 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1037 (rcirc-abbrev-nick): Remove function.
1038 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1039
1040 2006-03-13 David Ponce <david@dponce.com>
1041
1042 * tree-widget.el: Handle themes across all occurrences of the main
1043 themes sub-directory found in tree-widget-themes-load-path.
1044 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1045 (tree-widget--locate-sub-directory): Return all occurrences.
1046 (tree-widget-themes-path): New function.
1047 Replace tree-widget-themes-directory, and return a list of directories.
1048 (tree-widget-set-parent-theme)
1049 (tree-widget-lookup-image): Use it.
1050
1051 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1052
1053 * textmodes/org.el (org-link-search): Avoid self-matching of
1054 links, allow target text to be distributed over several lines.
1055 (org-search-not-link): New function.
1056 (org-set-regexps-and-options, org-get-current-options):
1057 New startup options.
1058 (org-export-as-html): Take odd-level setting from local variable.
1059 (org-fontify-emphasized-text): New option.
1060 (org-set-font-lock-defaults): Include emphasized text.
1061 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1062 (org-font-lock): Customize group renamed from `org-faces'.
1063
1064 2006-03-13 John Paul Wallington <jpw@pobox.com>
1065
1066 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1067 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1068
1069 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1070
1071 * cus-start.el (all): Delete :version keyword for members of the
1072 fringe group, since the entire group is new in 22.1.
1073
1074 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1075
1076 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1077 map if value is hexadecimal (an address).
1078 (gud-watch): Only search roots for existing watch expressions.
1079 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1080 prevent caching problems with speedbar-update-directory-contents.
1081
1082 2006-03-12 Juri Linkov <juri@jurta.org>
1083
1084 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1085 before comparing with `low' and `warn'.
1086
1087 * info.el (Info-dir-remove-duplicates): Move point to the
1088 beginning of the current line after deleting the entries from
1089 redundant heading. Use marker for `limit' and compare it with
1090 point before calling `re-search-forward'.
1091
1092 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1093
1094 * simple.el (yank): Fix typo in docstring.
1095
1096 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1097
1098 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1099 messages, where "D" is the 6th character.
1100
1101 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1102
1103 * simple.el (yank): Fix last change.
1104
1105 2006-03-11 David Ponce <david@dponce.com>
1106
1107 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1108 merging elements from the standard ispell-dictionary-alist.
1109 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1110 alist, and return the new alist.
1111
1112 2006-03-11 Richard Stallman <rms@gnu.org>
1113
1114 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1115
1116 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1117 the way it is implemented is too unclean.
1118
1119 * simple.el (kill-region, yank): Doc fix.
1120
1121 * battery.el (battery-echo-area-format): Doc fix.
1122 (battery-mode-line-format): Likewise.
1123 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1124 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1125
1126 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1127
1128 * progmodes/octave-mod.el (octave-indent-for-comment):
1129 Behave according to do string.
1130
1131 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1132
1133 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1134 Be visible only if major mode is Mail Mode.
1135
1136 * textmodes/flyspell.el (flyspell-external-point-words)
1137 (flyspell-process-localwords): Fix last changes.
1138
1139 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1140
1141 * calendar/holidays.el (list-holidays): Doc fix.
1142
1143 * international/mule.el (auto-coding-alist): Add .odt
1144 (OpenOffice's open document) files.
1145
1146 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1147 document) files. Mention in the doc string the need to sync with
1148 auto-coding-alist.
1149
1150 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1153 enable-local-variables is set to always query, or there is no
1154 savable variable.
1155
1156 2006-03-10 Bill Wohler <wohler@newt.com>
1157
1158 * image.el (image-load-path-for-library): Merge at least three
1159 functions from Gnus and MH-E into this one function that can now
1160 be shared.
1161
1162 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1163
1164 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1165 gdb-remove-mouse-face and remove help-echo too.
1166 (gdb-enqueue-input): Correct conditional clause.
1167
1168 2006-03-10 Glenn Morris <rgm@gnu.org>
1169
1170 * calendar/calendar.el (calendar-holidays): Doc fix.
1171 * calendar/holidays.el (list-holidays): Doc fix.
1172
1173 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1174
1175 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1176 it gets called in gdb-prompt anyway.
1177 (gdb-use-separate-io-buffer): Only restore window arrangement for
1178 gdb-many-windows.
1179 (gdb-enqueue-input): Make it harder to send GDB input when program
1180 is running.
1181 (gdb-buffer-list): New variable.
1182 (gdb-remove-mouse-face): New function.
1183 (gdb-starting): Use it when GDB input won't get sent.
1184
1185 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * help.el (view-lossage): Remove trailing whitespace before
1188 inserting "\n".
1189
1190 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * files.el (hack-local-variables-confirm):
1193 Set coding-system-for-read to nil before writing to .emacs.
1194
1195 * arc-mode.el (archive-extract): Check if an existing buffer name
1196 comes from a different archive.
1197
1198 * help.el (describe-key-briefly): If KEY is a down event, read and
1199 discard the up event.
1200
1201 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1204 be edited and use font-lock-warning-face for any changes.
1205
1206 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1207 (gdb-edit-value): Use it to report any errors.
1208
1209 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * help.el (describe-key): Remove leftover test code.
1212
1213 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1214
1215 * textmodes/org.el: Move defvars out of eval-when-compile.
1216 Use buffer-file-name variable.
1217 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1218 arg `file'.
1219 (org-level-faces): Remove startup dependency.
1220 (org-cycle, org-map-tree, org-scan-tags)
1221 (org-remember-handler): Don't call `outline-level' directly.
1222 (org-mhe-search-all-folders): New option.
1223 (org-mhe-get-message-folder-from-index)
1224 (org-mhe-get-message-folder): Fix indexing search.
1225 (org-format-agenda-item): Handle nil TAGS argument.
1226 (org-cleaned-string-for-export, org-activate-target-links)
1227 (org-make-target-link-regexp): Deal with empty radio target list.
1228 (org-tag): New face.
1229 (org-get-level-face): New function.
1230 (org-set-font-lock-defaults): Simplify setup for headlines.
1231 (org-complete): Pass common substring to `display-completion-list'.
1232
1233 2006-03-06 David Ponce <david@dponce.com>
1234
1235 * tree-widget.el: Update Commentary header.
1236 (tree-widget-theme-name): Ignore parent themes.
1237 (tree-widget-set-parent-theme): New function.
1238 (tree-widget-set-theme): Use it.
1239 (tree-widget-set-image-properties): Move definition. Does nothing
1240 if image properties have already been set.
1241 (tree-widget-image-properties): Move definition. Receive an image
1242 name. Set the :pointer property.
1243 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1244 Don't set the :pointer image property.
1245 (tree-widget-convert-widget): New function. Handle :dynargs
1246 compatibility here.
1247 (tree-widget): Use it to :convert-widget. Add the :expander-p
1248 predicate to control when the :expander function is entered.
1249 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1250 (tree-widget-value-create): Handle :expander-p. widget-apply
1251 :expander.
1252 (tree-widget-expander-p): New function. Default value of the
1253 :expander-p property.
1254
1255 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1256
1257 * help.el (describe-key): Properly handle the return value of
1258 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1259 remaps. Handle string and vector `follow-link' values.
1260
1261 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * complete.el (PC-expand-many-files): Try be more careful when parsing
1264 the shell's output.
1265
1266 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * outline.el (hide-sublevels): Provide better interactive default.
1269
1270 2006-03-06 Kenichi Handa <handa@m17n.org>
1271
1272 * international/fontset.el (create-fontset-from-fontset-spec):
1273 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1274
1275 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1276
1277 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1278 backslashes instead of one in regexp.
1279 (gud-tooltip-dereference): Add missing optional argument.
1280
1281 2006-03-04 John Paul Wallington <jpw@pobox.com>
1282
1283 * wdired.el (toplevel): Require `cl' at compile-time.
1284
1285 2006-03-04 Andreas Schwab <schwab@suse.de>
1286
1287 * server.el (server-process-filter): Handle errors during
1288 evaluation of the argument.
1289
1290 2006-03-03 John Paul Wallington <jpw@pobox.com>
1291
1292 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1293 escape parentheses at beginning of line.
1294 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1295 (t-mouse-mode): Remove period from end of error message.
1296
1297 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1298
1299 * textmodes/flyspell.el (flyspell-process-localwords):
1300 Be case-sensitive.
1301
1302 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1303
1304 * cus-edit.el (custom-quote): Remove function, since it has been
1305 moved to custom.el.
1306
1307 * font-lock.el (lisp-font-lock-keywords-2)
1308 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1309 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1310 they have no special meaning.
1311
1312 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1313 indirect buffer gets killed before indirect buffer. Use dolist.
1314
1315 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1316
1317 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1318 value instead of a literal constant (1) on more pauses.
1319
1320 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1321
1322 * textmodes/flyspell.el (flyspell-external-point-words):
1323 Be case-sensitive.
1324
1325 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1326
1327 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1328 with "www".
1329
1330 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1331
1332 * allout.el: Restablish intermediate missing comment header to
1333 preserve outline structure.
1334 (allout-beginning-of-current-entry): Skip invisible text.
1335 (allout-open-topic): Fix opening a topic at end-of-buffer.
1336 (allout-minor-mode): Move nearer to allout-mode function.
1337
1338 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1339
1340 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1341
1342 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1343
1344 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1345 is nil.
1346
1347 * progmodes/gud.el (gud-speedbar-menu-items):
1348 Use buffer-local-value and add missing :visible keyword.
1349
1350 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1351
1352 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1353
1354 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1355 must be `follow-link'.
1356
1357 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1358
1359 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1360 formatting: No nested anchors.
1361 (org-all-targets): Fix bug with XEmacs compatibility.
1362 (org-read-date): Add (require 'parse-time).
1363 (org-set-tags): Fix bug with extra inserted space.
1364 (org-export-html-style): Define a style class for targets.
1365 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1366 (org-hide-leading-stars): New option.
1367 (org-hide): New face.
1368 (org-set-font-lock-defaults): Allow to hide leading stars.
1369 (org-get-legal-level, org-tr-level): New functions.
1370 (org-odd-levels-only): New option.
1371 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1372 (org-demote, org-promote): Deal with double-star levels.
1373 (org-convert-to-odd-levels): New command.
1374
1375 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1376
1377 * speedbar.el (speedbar-update-localized-contents): Try to
1378 preserve window-start.
1379 (speedbar-update-directory-contents): Try to preserve window-start
1380 and window-point.
1381 (speedbar-update-special-contents): Don't move back to start of window.
1382
1383 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1384 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1385 speedbar-timer-fn.
1386 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1387 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1388 instead of gdb-speedbar-timer-fn.
1389
1390 2006-02-28 Jay Belanger <belanger@truman.edu>
1391
1392 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1393 (math-compose-expr): Use latex option when calling
1394 `math-compose-tex-matrix' for latex mode.
1395
1396 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1397
1398 * speedbar.el: Re-instate comments about developing for speedbar
1399 [this is what info and gdb-ui use even if better methods exist now].
1400
1401 * t-mouse.el: New file.
1402 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1403 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1404 (t-mouse-make-event-element): Use posn-at-x-y instead.
1405 (t-mouse-make-event): Deal with Fedora Core 3.
1406 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1407 (t-mouse-mouse-position-function): New function. Use it instead
1408 of advising mouse-position.
1409 (t-mouse-mode): New minor mode.
1410 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1411
1412 2006-02-27 Glenn Morris <rgm@gnu.org>
1413
1414 * calendar/calendar.el (calendar-holidays): Doc fix.
1415
1416 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1417
1418 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1419 Re-introduce the concept of a source window.
1420 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1421 consistency with get-buffer-create.
1422 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1423 (gdb-data-list-register-values-handler)
1424 (gdb-stack-list-locals-handler): Try to preserve window-start as
1425 well as window-point.
1426 (gdb-display-source-buffer): New function (old concept).
1427 (gdb-goto-breakpoint): Use it.
1428
1429 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1430 for gdb-ui/gdb-mi (old concept).
1431
1432 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1433
1434 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1435 binding.
1436
1437 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1438
1439 * textmodes/reftex-sel.el (reftex-select-label-map)
1440 (reftex-select-bib-map): Add `follow-mouse' binding.
1441
1442 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1443
1444 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1445 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1446 Give :set functions to provide automatic updating.
1447 Update docstring. Give compiler defvars early in the file
1448 and move the defcustoms to a later spot where all called functions
1449 are defined.
1450 (jka-compr-file-name-handler-entry): Doc fix.
1451 (jka-compr-compression-info-list--internal)
1452 (jka-compr-mode-alist-additions--internal)
1453 (jka-compr-load-suffixes--internal): New variables.
1454 (jka-compr-install): Set the three above variables.
1455 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1456 (jka-compr-update, jka-compr-set): New functions.
1457 (auto-compression-mode): Doc fix.
1458
1459 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1460 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1461 Use jka-compr-compression-info-list--internal,
1462 jka-compr-mode-alist-additions--internal and
1463 jka-compr-load-suffixes--internal.
1464
1465 * files.el (load-library):
1466 * loadhist.el (file-loadhist-lookup):
1467 * startup.el (command-line):
1468 * subr.el (locate-library):
1469 * emacs-lisp/autoload.el (update-directory-autoloads):
1470 * emacs-lisp/find-func.el (find-library-suffixes):
1471 Use `get-load-suffixes' instead of `load-suffixes'.
1472
1473 * subr.el (locate-library):
1474 * emacs-lisp/find-func.el (find-library-name):
1475 Use `load-file-rep-suffixes' instead of '("").
1476
1477 2006-02-26 Kim F. Storm <storm@cua.dk>
1478
1479 * ido.el (ido-save-history, ido-load-history): Simplify.
1480 Don't use find-file-noselect to avoid interference from other modes.
1481
1482 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1483
1484 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1485 to use the default shell if filename is not available.
1486 Reported by Giorgos Keramidas.
1487
1488 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1489
1490 * progmodes/etags.el (tags-completion-table): Do completion from
1491 all the tables in the current list, as documented in the manual.
1492
1493 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1494
1495 * CC Mode Update to 5.31.3.
1496
1497 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1498
1499 * progmodes/cc-mode.el (c-postprocess-file-styles):
1500 Bind inhibit-read-only to t, around the call to
1501 c-remove-any-local-eval-or-mode-variables, so that it works on a
1502 RO file.
1503
1504 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1505
1506 * progmodes/cc-awk.el: Correct a typo.
1507
1508 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1509
1510 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1511 c-hungry-delete-backwards, at the request of RMS. Leave the old
1512 name as an alias.
1513
1514 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1515
1516 * progmodes/cc-mode.el: Correct a typo.
1517
1518 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1519
1520 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1521
1522 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1523
1524 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1525 brace-else-brace (error due to mbeg, mend being undefined).
1526
1527 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1528
1529 * progmodes/cc-mode.el: File Local variables: Solve the problem
1530 where both `mode' and c-file-offsets are specified: `mode' will
1531 overwrite c-f-o's settings:
1532 (c-remove-any-local-eval-or-mode-variables): New function.
1533 (c-postprocess-file-styles): Call the above new function, within
1534 c-tentative-buffer-change, to splat `mode' and `eval' before the
1535 second hack-local-variables.
1536
1537 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1538
1539 * progmodes/cc-mode.el:
1540 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1541 (c-after-change): Protect the match data with save-match-data.
1542 It was getting corrupted by c-after-change-check-<>-operators.
1543
1544 * cc-defs.el: [Supersedes patch V1.38]:
1545 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1546 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1547
1548 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1549 with save-match-data. It was being corrupted when Font Lock was
1550 not enabled.
1551
1552 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1553
1554 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1555 Mode and Subword Mode.
1556
1557 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1558 real labels ("case 1:" or "foo:") from non-labels ("public:").
1559 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1560 coding; c-f-t-2 doesn't move over a token at EOB.
1561
1562 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1563
1564 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1565 (c-update-modeline): Concatenate the minor mode indicators
1566 directly onto mode-name, removing c-submode-indicators.
1567 Sometimes, c-s-i got separated from the mode name on the mode line.
1568
1569 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1570 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1571
1572 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1573
1574 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1575 error message when there's an evaluation error to show whether
1576 it's loaded from source or not.
1577 (c-filter-ops): Make it available at runtime too to work when
1578 `c-make-init-lang-vars-fun' needs to evaluate from source.
1579
1580 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * help.el (help): Revert last part of 2006-02-23 change (deletion
1583 of the `provide' call).
1584
1585 2006-02-23 Juri Linkov <juri@jurta.org>
1586
1587 * compare-w.el (compare-windows-highlight): Add new value
1588 `persistent' and change :type from `boolean' to `choice'.
1589 (compare-windows-overlays1, compare-windows-overlays2):
1590 New internal variables.
1591 (compare-windows-highlight): If compare-windows-highlight is
1592 `persistent', add current overlays to compare-windows-overlays[12]
1593 instead of adding compare-windows-dehighlight to pre-command-hook.
1594 (compare-windows-dehighlight): Delete all overlays from
1595 compare-windows-overlays[12].
1596
1597 * info.el (Info-search): Don't bind search-spaces-regexp to
1598 Info-search-whitespace-regexp in non-regexp isearch mode.
1599
1600 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1603
1604 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1605
1606 * textmodes/org.el (org-xemacs-p)
1607 (org-export-html-show-new-buffer, org-table-may-need-update)
1608 (org-insert-item, org-mhe-get-message-real-folder)
1609 (org-mhe-get-message-folder-from-index)
1610 (org-mhe-get-message-folder, org-mhe-get-message-num)
1611 (org-mhe-get-header, org-make-org-heading-search-string)
1612 (org-make-org-heading-camel, org-table-sort-lines)
1613 (org-format-org-table-html, org-format-table-table-html):
1614 Fix typos in docstrings.
1615
1616 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1617
1618 * textmodes/org.el (org-cleaned-string-for-export)
1619 (org-solidify-link-text): New function.
1620 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1621 XEmacs, just to silence the compiler.
1622 (org-export-as-ascii, org-export-as-html-and-open):
1623 Use `org-cleaned-string-for-export' and create internal links.
1624 (org-follow-mhe-link): Require mh-e, use folder.
1625
1626 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1627
1628 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1629
1630 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1631 gdb-debug-log-length.
1632 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1633 it a real ring but...
1634 (gud-gdba-marker-filter): ...make it work like mark-ring.
1635 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1636 (gdb-mouse-jump): New function. Add bindings.
1637
1638 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1639
1640 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1641 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1642 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1643 (gdb-debug-log-length): Customize it's length.
1644 (gud-watch, gdb-var-create-handler): Display function::var format
1645 but don't use to create variable object.
1646 (gdb-var-create-handler): Use message-box in place of message.
1647 (gdb-stopped): Call gdb-exited if signalled.
1648
1649 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1650
1651 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1652
1653 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1654
1655 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1656 if `reftex-try-all-extensions' is set.
1657
1658 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1659 fail silently when there is no valid argument at point.
1660 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1661 `fail-silently' argument. From a patch by David Reiter.
1662
1663 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1664 New commands.
1665 (org-mark-ring): New variable.
1666 (org-mark-ring-length): New option.
1667 (org-open-at-point, org-goto, org-open-file): Push old position
1668 onto the mark ring.
1669 (org-add-hook): New function.
1670 (org-export-table-remove-special-lines): New option.
1671 (org-skip-comments, org-format-org-table-html): Respect new
1672 option `org-export-table-remove-special-lines'.
1673 (org-open-file): Allow special command configuration for
1674 directory link.
1675 (org-file-apps): Fix bugs in customize type, added setting
1676 for directories.
1677 (org-activate-tags, org-format-agenda-item, org-complete)
1678 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1679 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1680 (org-link-search, org-make-org-heading-search-string)
1681 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1682 (org-radio-targets, org-file-link-context-use-camel-case)
1683 (org-activate-camels): New options.
1684 (org-update-radio-target-regexp, org-all-targets)
1685 (org-make-target-link-regexp, org-activate-target-links):
1686 New functions.
1687 (org-make-org-heading-search-string): New function.
1688 (org-store-link, org-insert-link): Use new option
1689 `org-file-link-context-use-camel-case'.
1690 (org-activate-camels): Use new option `org-activate-camels'.
1691 (org-link-regexp): Add mhe prefix.
1692 (org-open-at-point, org-store-link): Support for mhe links.
1693 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1694 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1695 (org-mhe-get-header, org-follow-mhe-link): New functions.
1696 (org-remove-angle-brackets, org-add-angle-brackets):
1697 New functions.
1698 (org-bracket-link-regexp): New constant.
1699 (org-read-date): Fix bug that was rejecting all typed dates.
1700 (org-link-search): Make hierarchy above visible after a match.
1701 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1702 (org-store-link): Fix bug with link creation when cursor is in
1703 an empty line.
1704 (org-open-at-point): Fix bug with matching a link.
1705 Fixed buggy argument sequence in call to `org-view-tags'.
1706 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1707 (org-prefix-has-tag): New variable.
1708 (org-format-agenda-item): Remove tags from headline
1709 if appropriate.
1710 (org-agenda-remove-tags-when-in-prefix): New option.
1711
1712 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1713
1714 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1715 Fix the regular expressions.
1716
1717 2006-02-21 Richard M. Stallman <rms@gnu.org>
1718
1719 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1720 if there's no other specific basis.
1721
1722 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1723 as variables at all.
1724 (unsafep-variable): Rename arg; doc fix.
1725
1726 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1727
1728 * calendar/appt.el (diary-selective-display): Add defvar.
1729
1730 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1731
1732 * isearch.el (search-whitespace-regexp): Fix custom type.
1733
1734 * help.el (describe-key-briefly): Compute interactive args
1735 in same was as before previous change.
1736
1737 * files.el (enable-local-variables): Doc fix.
1738
1739 2006-02-21 Kim F. Storm <storm@cua.dk>
1740
1741 * fringe.el: Cleanup as file is now pre-loaded.
1742 (fringe-bitmaps): Initialize unconditionally.
1743 (fringe-mode, set-fringe-style): Remove autoload cookies.
1744
1745 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1746
1747 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1748 `horizontal-bar'.
1749 (fringe-cursor-alist): Use `horizontal-bar'.
1750
1751 2006-02-20 Kim F. Storm <storm@cua.dk>
1752
1753 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1754 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1755
1756 * loadup.el: Load "fringe" on window systems.
1757
1758 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1759
1760 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1761 out of scope components.
1762
1763 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1764 default.
1765
1766 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * custom.el (customize-mark-to-save, customize-mark-as-set):
1769 Load the symbol first.
1770
1771 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1774 strech spec so it doesn't display as "^J" on the header line
1775 when `Buffer-menu-use-header-line' is t.
1776
1777 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1778
1779 * speedbar.el (speedbar-make-button): Keep text properties
1780 of string arguments if desired.
1781
1782 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1783 expessions.
1784
1785 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1786 of speedbar.
1787
1788 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1789
1790 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1791 to value of `read-file-name-completion-ignore-case'.
1792
1793 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * custom.el (customize-mark-as-set): Push to `user' theme.
1796
1797 * cus-edit.el (custom-save-variables): Allow unthemed values.
1798 (customize-set-variable): Push setting to `user' theme.
1799
1800 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1801
1802 * progmodes/gud.el: Don't require font-lock as it's now
1803 automatically loaded.
1804 (gud-speedbar-buttons): Replace gdb-var-changed with
1805 gdb-force-update.
1806
1807 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1808 gdb-var-changed.
1809 (gdb-post-prompt): Use it.
1810 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1811 (gdb-var-update-handler, gdb-var-delete)
1812 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1813 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1814 gdb-force-update in gdb-post-prompt.
1815 (gdb-reset): Clear watch expressions from speedbar when quitting.
1816
1817 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1818
1819 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1820 (viper-change-state-to-vi, viper-change-state-to-emacs):
1821 Make aware of cursor coloring in the Emacs state.
1822 (viper-special-read-and-insert-char): Use read-char-exclusive.
1823 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1824
1825 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1826
1827 * viper-util.el (viper-save-cursor-color)
1828 (viper-get-saved-cursor-color-in-replace-mode)
1829 (viper-get-saved-cursor-color-in-insert-mode)
1830 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1831 state.
1832 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1833
1834 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1835 (ediff-ignore-case-option3, ediff-actual-diff-options)
1836 (ediff-actual-diff3-options): New variables to control case sensitivity.
1837 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1838 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1839 (ediff-toggle-ignore-case): New function.
1840 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1841
1842 * ediff-help.el (ediff-long-help-message-narrow2)
1843 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1844 (ediff-long-help-message-word-mode): Add ignore-case command.
1845 (ediff-help-for-quick-help): Add ignore-case command.
1846
1847 * ediff-merg.el: Move provide to the end.
1848
1849 * ediff-ptch.el: Move provide to the end.
1850
1851 * ediff-wind.el: Move provide to the end.
1852
1853 * ediff-mult.el: Move provide to the end.
1854 (ediff-set-meta-overlay): Enable follow-link.
1855
1856 * ediff.el: Move provide to the end.
1857 Break recursive load cycle in eval-when-compile.
1858 (ediff-patch-buffer): Better heuristics.
1859
1860 * ediff-util.el: Move provide to the end.
1861 Break recursive load cycle in eval-when-compile.
1862 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1863 defuns.
1864 (ediff-submit-report): Pass the values of ediff-diff3-program,
1865 ediff-diff3-options.
1866
1867 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1868
1869 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1870 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1871 `' (for example, in the docstring of `windmove-default-keybindings').
1872
1873 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1874
1875 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1876 shadow face. Don't provide binding to edit variable when it is
1877 out of scope.
1878
1879 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1880 (gdb-var-update-handler): Detect out of scope variables with pre
1881 GDB 6.4 too.
1882 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1883 Reset status of variable objects to nil in update handlers.
1884 (gdb-var-update-handler-1): Detect when a variable object comes
1885 in scope. setcar on var changes gdb-var-list directly.
1886
1887 2006-02-17 Juri Linkov <juri@jurta.org>
1888
1889 * ffap.el (ffap) <defface>: Add explicit face declaration.
1890 (ffap-highlight): Use face `ffap' directly instead of checking
1891 for its existence.
1892
1893 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1894 `visible-ok' of `other-buffer' to find the right original buffer.
1895
1896 * info.el (Info-search): Skip `Local Variables' node.
1897
1898 2006-02-17 Juri Linkov <juri@jurta.org>
1899
1900 * info.el (Info-find-file): Check for symbols `apropos', `history',
1901 `toc' in the input filename, and return these symbols as is.
1902 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1903 `history', `toc' instead of strings.
1904 (Info-set-mode-line): For non-string Info-current-file use the
1905 symbol's name inside **.
1906 (Info-isearch-push-state): Add quote before Info-current-file and
1907 Info-current-node.
1908 (Info-isearch-pop-state): Use `equal' instead of `string='.
1909 (Info-extract-pointer, Info-following-node-name): Use
1910 `match-string-no-properties' instead of `match-string'.
1911 (Info-up): Check `old-file' for `stringp'.
1912 (Info-history): Use `equal' instead of `string-equal'.
1913 Check `file' for `stringp'.
1914 (Info-history): Use symbol `history' instead of string as first arg
1915 of `Info-find-node'.
1916 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1917 `toc' instead of string.
1918 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1919 instead of `buffer-substring', and `match-string-no-properties'
1920 instead of `match-string'.
1921 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1922 instead of strings.
1923 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1924 Use symbol `apropos' instead of string.
1925 (Info-copy-current-node-name): Check `Info-current-file' for
1926 `stringp' and construct a command with `Info-find-node' from it.
1927 (Info-fontify-node): Use `match-string-no-properties' instead of
1928 `match-string' and check file names for `stringp'.
1929 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1930 `history', `toc' instead of strings.
1931
1932 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * files.el: Rearrange functions and variables in the file local
1935 variables section.
1936
1937 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1938
1939 * files.el: Add truncate-lines, ispell-check-comments and
1940 ispell-local-dictionary as safe local variables.
1941
1942 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1943
1944 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1945 out of scope variables.
1946 (gud-speedbar-buttons): Use unless.
1947
1948 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1949 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1950 (gdb-show-changed-values): Also use for out of scope variables.
1951 (gdb-var-update-handler-1): Note if variable goes out of scope.
1952
1953 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1954
1955 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1956 default to global variable values for unsupplied args.
1957 (rcirc-get-buffer-create): Fix bug with setting the target.
1958 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1959 test for rcirc-always-use-server-buffer-flag here.
1960 (rcirc-response-formats): Add %N, which is a facified nick. %n
1961 uses the default face. Change the ACTION format string. If the
1962 "nick" is the server, don't print anything for that field.
1963 Comment fixes.
1964 (rcirc-target-buffer): Don't test
1965 rcirc-always-use-server-buffer-flag here.
1966 (rcirc-print): Squeeze extra spaces out of the text before message.
1967 (rcirc-put-nick-channel): Strip potential "@" char from nick
1968 before adding them to nick table.
1969 (rcirc-url-regexp): Improve to match address like "foo.com".
1970
1971 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1972
1973 * allout.el (allout-hidden-p): Move this defsubst before
1974 allout-overlay-interior-modification-handler, where it is first
1975 used.
1976
1977 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1978
1979 * allout.el: Use allout invisible-text overlays instead of
1980 selective display for concealed text. Also, lots of general
1981 cleanup, and improved compatibility code.
1982
1983 (allout-version) Incremented, corrected, revised, and refined
1984 module commentary.
1985
1986 (provide 'allout): Moved to the bottom, added a require of overlay.
1987
1988 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1989 `except-current'.
1990 (allout-write-file-hook-handler): Minimize delay.
1991 (count-trailing-whitespace-region): New function so
1992 auto-encryption of current topic can resituate cursor exactly.
1993 PGP/GPG encryption trims trailing whitespace from lines, which
1994 must be accounted for across encryption then decryption.
1995
1996 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1997 just plain "\C-c", to avoid intruding on user's keybinding space.
1998
1999 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2000 parameter, so user request to provide a new password is done.
2001
2002 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2003 Refined mechanism for auto-filling behavior while in allout mode.
2004
2005 (allout-mode): Explicitly specify the mode map in the docstring.
2006 Clarify provision for various write-file hook var names.
2007 Adjusted for invisible-text overlays instead of selective-display.
2008
2009 (allout-depth): Really return 0 if not within any topic. This
2010 rectifies `allout-beginning-of-level' and sequence numbering
2011 errors that occur when cutting and pasting numbered topics.
2012 Changed from a in-line subst to a regular function, as well.
2013
2014 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2015
2016 (allout-end-of-subtree, allout-end-of-subtree)
2017 (allout-end-of-entry, allout-end-of-current-heading)
2018 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2019 (allout-show-children, allout-show-to-offshoot)
2020 (allout-hide-current-entry, allout-show-current-entry): Rectified
2021 handling of trailing blank lines between items.
2022
2023 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2024 (allout-current-depth, allout-unprotected, allout-hidden-p)
2025 (allout-on-current-heading-p, allout-listify-exposed)
2026 (allout-chart-subtree, allout-goto-prefix)
2027 (allout-back-to-current-heading, allout-get-body-text)
2028 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2029 (allout-hide-region-body, allout-toggle-subtree-encryption)
2030 (allout-encrypt-string, allout-encrypted-key-info)
2031 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2032 (allout-file-vars-section-data): Adjusted for use with
2033 invisible-text overlays instead of selective-display.
2034
2035 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2036 Reworked for use with invisible text overlays.
2037
2038 (allout-current-topic-collapsed-p): New function.
2039
2040 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2041 to know when to close the containing topic.
2042
2043 (allout-pre-command-business, allout-post-command-business):
2044 Simplify undo-batching and dynamic isearch exposure.
2045
2046 (allout-set-overlay-category): New for invisible-text overlays.
2047 Sets properties of allout-overlay-category, used by
2048 allout-flag-region to set invisible-text overlay properties.
2049 (allout-get-invisibility-overlay): Get the first qualifying
2050 invisibility overlay, so we can find the extent of it.
2051 (allout-back-to-visible-text): Get to just before the beginnining
2052 of the current invisibility overlay, if any.
2053
2054 (allout-overlay-insert-in-front-handler)
2055 (allout-overlay-interior-modification-handler)
2056 (allout-before-change-handler, allout-isearch-end-handler): New
2057 functions to handle extraordinary actions affecting concealed
2058 text.
2059
2060 (allout-flag-region): Use overlays instead of selective-display
2061 for invisible text - by inheritence from the properties of
2062 allout-overlay-category in mainline Emacs, and applied
2063 property-by-property in XEmacs, some recent versions of which
2064 don't inherit the properties from the category. Provisions to
2065 respond to concealed-text edits simplified drastically.
2066
2067 (allout-isearch-rectification, allout-isearch-was-font-lock)
2068 (allout-isearch-expose, allout-enwrap-isearch)
2069 (allout-isearch-abort, allout-pre-was-isearching)
2070 (allout-isearch-prior-pos, allout-isearch-did-quit)
2071 (allout-isearch-dynamic-expose)
2072 (allout-hide-current-entry-completely): Functions deleted.
2073
2074 (allout-undo-aggregation): Explicit undo aggregation no longer
2075 necessary due to transition away from selective-display.
2076
2077 (set-allout-regexp, allout-up-current-level)
2078 (allout-next-visible-heading, allout-forward-current-level)
2079 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2080 (allout-kill-line, allout-yank-processing, allout-show-children)
2081 (allout-expose-topic, allout-old-expose-topic)
2082 (allout-listify-exposed, allout-insert-latex-header)
2083 (allout-toggle-subtree-encryption, allout-encrypt-string)
2084 (remove-from-invisibility-spec, allout-hide-current-subtree):
2085 Ditched unused variables.
2086
2087 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2088
2089 * textmodes/ispell.el (ispell-change-dictionary): Call
2090 ispell-buffer-local-dict instead of
2091 ispell-accept-buffer-local-defs.
2092 (ispell-local-dictionary-alist): Accept as valid any coding-system
2093 supported by Emacs.
2094 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2095 changed to iso-8859-3.
2096
2097 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2098
2099 * speedbar.el (speedbar-frame-width): Make an inline function
2100 instead of a macro. Use frame-width.
2101 (speedbar-try-completion, speedbar-update-contents)
2102 (speedbar-timer-fn): Use consp.
2103 (speedbar-update-localized-contents): Try to preserve point.
2104
2105 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2106 (menu): Re-order menu items.
2107 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2108 field.
2109 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2110 (gdb-post-prompt): Speed things by not forcing update.
2111
2112 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2115 press and perform default action if we get a mouse movement event.
2116
2117 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2118
2119 * calendar/icalendar.el (icalendar--get-event-property)
2120 (icalendar--get-event-property-attributes): Fix typos in
2121 docstrings.
2122
2123 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2124 docstring.
2125
2126 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * bs.el (bs-mode): Use `buffer-disable-undo'.
2129 (bs--get-file-name): Simplify.
2130 (bs-show-in-buffer): Mark the buffer as not modified.
2131
2132 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2133
2134 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2135 widget-button-click.
2136
2137 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2138 (custom-mode): Update docstring.
2139
2140 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2141 binding.
2142
2143 * files.el (hack-local-variables-confirm): Allow scrolling if the
2144 file variable list is too long. Kill temp buffer after use.
2145
2146 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2147
2148 * progmodes/gud.el (gdb): Improve doc string.
2149 (gdb-script-font-lock-keywords): Expand allowed character set.
2150
2151 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2152 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2153 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2154 (gdb-separate-io-stop, gdb-separate-io-eof):
2155 Rename from gdb-inferior-* to gdb-separate-*.
2156 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2157
2158 2006-02-14 Jay Belanger <belanger@truman.edu>
2159
2160 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2161 expression is a symbol before checking that it is bound.
2162
2163 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2164 test to see if equation can be solved.
2165
2166 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * wid-edit.el (widget-button-click): Use :pressed-face property
2169 for overlay face, if it exists.
2170
2171 * cus-edit.el (custom-manual, custom-add-see-also)
2172 (custom-add-parent-links, custom-group-link): Add :pressed-face
2173 property to links.
2174
2175 * files.el (hack-local-variables): Remove ignored variables before
2176 checking if any variables need setting.
2177
2178 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2179
2180 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2181
2182 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * help.el (where-is): Fix message for remapped commands.
2185
2186 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2187 Fix typos in docstrings.
2188
2189 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * files.el (safe-local-variable-values): New option.
2192 (hack-local-variables-prop-line): Return a list of variable-value
2193 pairs if MODE-ONLY is non-nil.
2194 (hack-local-variables): Construct list of variable-value pairs,
2195 and apply or reject them in one go. Ask for confirmation if
2196 variables are not known safe.
2197 (hack-local-variables-confirm): Complete rewrite. Support
2198 `safe-local-variable-values'.
2199 (enable-local-variables): Update docstring to reflect new
2200 behavior.
2201 (ignored-local-variables): Ignore ignored-local-variables and
2202 safe-local-variable-values.
2203 (safe-local-variable-p): New function.
2204 (risky-local-variable-p): `safe-local-variable' property check
2205 moved to safe-local-variable-p.
2206 (hack-one-local-variable): Checks moved to hack-local-variables.
2207
2208 (byte-compile-dynamic, c-basic-offset, c-file-style)
2209 (c-indent-level, comment-column, fill-column, fill-prefix)
2210 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2211 (no-update-autoloads, outline-regexp, page-delimiter)
2212 (paragraph-start, paragraph-separate, sentence-end)
2213 (sentence-end-double-space tab-width, version-control):
2214 Add `safe-local-variable' property.
2215
2216 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2217
2218 * icomplete.el, play/landmark.el: Change nonexistent
2219 `outline-layout' file variable to `allout-layout'.
2220
2221 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2222
2223 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2224 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2225 to gud-comint-buffer.
2226 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2227 gdb-ui.el for gdb-mi.el.
2228 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2229 registers buffer to gdb-get-changed-registers.
2230 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2231 deletion of catchpoints (throw and catch).
2232 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2233 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2234 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2235 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2236 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2237
2238 2006-02-13 Jay Belanger <belanger@truman.edu>
2239
2240 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2241 expression is a symbol before checking that it is bound.
2242
2243 2006-02-13 Richard M. Stallman <rms@gnu.org>
2244
2245 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2246 for the minibuffer too, but not if resize-mini-windows will interfere.
2247
2248 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2249 inside `interactive' spec.
2250 (describe-key-briefly-internal, describe-key-internal):
2251 Functions merged back into their callers.
2252
2253 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2254
2255 * info.el (info-xref-visited): Inherit from info-xref too.
2256 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2257 when propertizing Info-current-file and Info-current-node.
2258
2259 2006-02-13 Juri Linkov <juri@jurta.org>
2260
2261 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2262 (tumme-thumb-name): Fix per-directory format.
2263
2264 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2265
2266 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2267
2268 2006-02-12 Miles Bader <miles@gnu.org>
2269
2270 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2271
2272 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2273
2274 * tumme.el: Remove history section. If someone needs the it, it
2275 can always be found in CVS.
2276
2277 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2278
2279 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2280 about the Thumbnail Managing Standard option.
2281
2282 2006-02-12 Richard M. Stallman <rms@gnu.org>
2283
2284 * subr.el (substitute-key-definition): Doc fix.
2285
2286 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2287
2288 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2289
2290 * info.el (Info-mode): Doc fix.
2291
2292 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2293
2294 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2295
2296 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2297 because on Solaris a POSIX compatible "id" is needed. Reported by
2298 Magnus Henoch <mange@freemail.hu>.
2299
2300 2006-02-12 Juri Linkov <juri@jurta.org>
2301
2302 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2303 (tumme) <defgroup>: Change :group to `multimedia'.
2304 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2305 Managing Standard.
2306 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2307 Fix dostring.
2308 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2309 and %y. Fix docstring.
2310 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2311 (tumme-cmd-create-standard-thumbnail-command): New user options.
2312 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2313 is `standard'. Fix docstring.
2314 (tumme-thumb-width, tumme-thumb-height): New user options.
2315 (tumme-external-viewer): Try to find various viewers.
2316 (tumme-get-thumbnail-image): Use `create-image' instead of
2317 constructing the `image' structure.
2318 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2319 `standard'.
2320 (tumme-thumb-name): Add file name generation for standard storage.
2321 Simplify code for other storages.
2322 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2323 Add modification time %m and thumbnail-nq8 %q.
2324 Use `tumme-cmd-create-standard-thumbnail-command' if
2325 tumme-thumbnail-storage is `standard'.
2326 (tumme-dired-insert-marked-thumbs): New autoload command.
2327 (tumme-dired-after-readin-hook): New function.
2328 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2329 `tumme-thumb-size'.
2330 (tumme-display-image): Replace size-x %x and size-y %y with
2331 width %w and height %h.
2332
2333 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2334 `tumme-dired-insert-marked-thumbs'.
2335
2336 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2337
2338 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2339 include path).
2340 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2341 matching tag.
2342
2343 2006-02-12 Miles Bader <miles@gnu.org>
2344
2345 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2346 New variables.
2347 (rcirc-abbrev-nick): New function.
2348 (rcirc-format-response-string): Rewrite to use the formats in
2349 `rcirc-response-formats' and expand escape sequences therein.
2350 A text-property `rcirc-text' is added over the actual response
2351 text to make easy to find inside the returned string.
2352 (rcirc-print): When filling, just look for the `rcirc-text'
2353 text-property to find the appropriate fill prefix, instead of
2354 using hardwired patterns.
2355
2356 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2357
2358 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2359 Managing Standard.
2360
2361 2006-02-11 Kim F. Storm <storm@cua.dk>
2362
2363 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2364 Don't use insert-buffer; do insert-buffer-substring directly.
2365 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2366
2367 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2368
2369 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2370 with inhibit-read-only. Suggested by Stefan Monnier.
2371 (revert-buffer): Let insert-file-contents discard
2372 buffer-undo-list. Simplify code.
2373 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2374
2375 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2376
2377 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2378
2379 * help.el (describe-key-briefly): Now a wrapper for
2380 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2381 to t. Populate yank-menu if empty.
2382 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2383 (describe-key): Now a wrapper for describe-key-internal. Bind
2384 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2385 (describe-key-internal): Renamed from describe-key.
2386
2387 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2388
2389 * progmodes/glasses.el (glasses-separator): Doc fix.
2390 (glasses-original-separator): New defcustom.
2391 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2392
2393 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2394
2395 * mwheel.el (mouse-wheel-up-event): Doc fix.
2396
2397 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2398
2399 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2400 (tumme-dir): New function. Copied from thumbs.el.
2401
2402 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2403
2404 * desktop.el (desktop-outvar): Fix typo.
2405 (desktop-save-buffer-p): Doc fix.
2406
2407 * subr.el (substitute-key-definition): Fix typo.
2408
2409 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2410
2411 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2412 when window-system is mac.
2413
2414 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2415
2416 2006-02-10 Kim F. Storm <storm@cua.dk>
2417
2418 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2419 indirect-function instead of using condition-case.
2420
2421 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2422
2423 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2424 less `colloquial'...
2425
2426 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2427
2428 * tumme.el: Add a couple of todo items.
2429
2430 2006-02-09 Lars Hansen <larsh@soem.dk>
2431
2432 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2433 (highlight-changes-mode): Don't change desktop-locals-to-save.
2434
2435 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * image-mode.el (image-toggle-display): Clear image cache if using
2438 filename.
2439
2440 2006-02-09 Masatake YAMATO <jet@gyve.org>
2441
2442 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2443 a `dired-man' target.
2444
2445 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2446 boundary of symbols.
2447
2448 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2449
2450 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2451
2452 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2453
2454 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2455 `mapcar'; return nil.
2456
2457 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2460 some other event.
2461
2462 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2463
2464 * net/rcirc.el (rcirc-startup-channels-alist):
2465 Add irc.freenode.net and #emacs as defaults.
2466 (rcirc-ignore-all-activity-flag): Remove variable.
2467 (rcirc-authinfo): New variable.
2468 (rcirc-authinfo-filename): Remove variable.
2469 (rcirc-always-use-server-buffer-flag): New flag.
2470 (rcirc): M-x rcirc will automatically connect without prompting.
2471 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2472 connection in lisp.
2473 (rcirc-process-server-response-1): Remove everything but the nick
2474 portion of the sender so it doesn't need to be done everywhere
2475 else. Update related code.
2476 (global-map): Remove global keybindings.
2477 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2478 (rcirc-send-input): Split into several functions.
2479 (rcirc-process-input-line, rcirc-process-message)
2480 (rcirc-process-command): New functions.
2481 (rcirc-target-buffer): New function to determine where to route
2482 messages.
2483 (rcirc-user-nick): Save match data.
2484 (rcirc-toggle-ignore-buffer-activity)
2485 (rcirc-update-activity-string): Remove global ignore functionality,
2486 which can be done now by toggling rcirc-track-minor-mode.
2487 (rcirc-track-minor-mode-map): New keymap.
2488 (rcirc-track-minor-mode): New minor-mode.
2489 (ignore): Make the ignore output nicer. Always print it when
2490 adding or removing nicks.
2491 (rcirc-url-regexp): Improve.
2492 (rcirc-mangle-text): Remove properties before using text in the
2493 modeline.
2494 (rcirc-authenticate): Authentication data comes from
2495 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2496 (rcirc-server-prefix): Inherit from rcirc-server.
2497
2498 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2499
2500 * Makefile.in (compile): Append "|| true" to the end of the `find'
2501 command, like compile-always does.
2502
2503 2006-02-08 Sam Steingold <sds@gnu.org>
2504
2505 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2506 output from a dead connection.
2507
2508 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2509
2510 * dired.el (dired-mode-map): Add more bindings for tumme.
2511
2512 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * wdired.el (wdired-mode-map): Use remap.
2515 (wdired-get-filename): Massage.
2516 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2517 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2518 `keymap' property rather than `local-map'.
2519
2520 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2521
2522 * tumme.el (tumme-get-thumbnail-image): New utility function.
2523 Suggested by from Chong Yidong.
2524 (tumme-dired-with-window-configuration): Rename from
2525 `tumme-dired'. Add code to save window configuration.
2526 (tumme-restore-window-configuration): New command to restore the
2527 window configuration that `tumme-dired-with-window-configuration'
2528 saves before it changes the window configuration.
2529 (tumme-show-all-from-dir): New command to display thumbnails for
2530 all files in a directory entered by the user, like M-x thumbs.
2531 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2532 have been created.
2533 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2534 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2535 Remove obsolete test function.
2536
2537 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * vc.el (small-temporary-file-directory): Remove defvar; there's
2540 a defcustom for it in files.el.
2541
2542 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2543 Fix typo in message.
2544 (tumme-gallery-generate): Fix typo in `error' message.
2545 (tumme-display-window-height-correction)
2546 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2547 (tumme-line-up-interactive): Dox fixes.
2548 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2549 (tumme-restore-window-configuration, tumme-format-properties-string)
2550 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2551 Fix typos in docstrings.
2552
2553 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2554
2555 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2556
2557 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2558
2559 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2560 User should use hook if desired.
2561
2562 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2563 buffer if necessary.
2564 (gdb-delete-frame-or-window): New function.
2565 (gdb-breakpoints-mode-map): Bind "q" to it.
2566
2567 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * textmodes/nroff-mode.el: Clean up name space.
2570 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2571 (nroff-mode): Obey the global setting of nroff-electric-mode.
2572 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2573
2574 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2575
2576 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2577
2578 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2579
2580 2006-02-06 Lars Hansen <larsh@soem.dk>
2581
2582 * generic-x.el (etc-fstab-generic-mode): Add file system types
2583 cifs and usbdevfs. Allow special chars in file names.
2584
2585 2006-02-05 Jay Belanger <belanger@truman.edu>
2586
2587 Update copyright notices of the files in lisp/calc.
2588
2589 2006-02-05 Romain Francoise <romain@orebokech.com>
2590
2591 Update copyright notices of all files in the lisp/play directory.
2592
2593 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2594
2595 * ldefs-boot.el: Regenerate.
2596
2597 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2598
2599 2006-02-05 Kim F. Storm <storm@cua.dk>
2600
2601 * files.el (magic-mode-regexp-match-limit): New defvar.
2602 (set-auto-mode): Use it to limit magic-mode-alist matching.
2603
2604 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2605
2606 * simple.el (display-message-or-buffer): Compare the number of
2607 characters to the frame width when determining whether a 1-line
2608 message string will fit in the echo area. Count screen lines
2609 instead of buffer lines when determining whether a multi-line
2610 message will fit in the echo area/minibuffer window.
2611
2612 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2613
2614 * info.el (Info-index, Info-mode): Improve the description of the
2615 `i' command.
2616
2617 * ldefs-boot.el: Regenerate.
2618
2619 2006-02-03 Werner Lemberg <wl@gnu.org>
2620
2621 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2622 greedy to find the closing bracket in \*[...] and similar
2623 expressions. This is a first rough fix -- many additional
2624 refinements are necessary to make nroff mode really usable with groff.
2625
2626 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2627
2628 * international/mule-cmds.el (set-locale-environment):
2629 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2630 libX11.
2631
2632 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2633
2634 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2635 archive are created in archive-tmpdir.
2636
2637 2006-02-02 John Paul Wallington <jpw@pobox.com>
2638
2639 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2640 (ibuffer-fontification-alist): Use it.
2641 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2642 to "* z" and the Ibuffer Mark menu.
2643
2644 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2645
2646 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * textmodes/table.el (*table--cell-describe-mode)
2649 (*table--cell-describe-bindings): Undo last change since
2650 print-help-return-message is not obsoleted by anything at all.
2651
2652 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2653
2654 * emulation/cua-base.el (cua-mode): Doc fix.
2655
2656 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2657
2658 * dframe.el (dframe-handle-make-frame-visible)
2659 (dframe-handle-iconify-frame, dframe-get-focus)
2660 (dframe-select-attached-frame, dframe-power-click)
2661 (dframe-frame-mode): Fix typos in docstrings.
2662
2663 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2664 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2665 Fix typos in docstrings.
2666
2667 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2668 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2669 (hi-lock-archaic-interface-message-used)
2670 (hi-lock-file-patterns-range): Fix typos in docstrings.
2671
2672 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2673 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2674
2675 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2676 Fix typo in docstring.
2677
2678 * net/newsticker.el (newsticker--decode-iso8601-date)
2679 (newsticker--set-customvar, newsticker--buffer-insert-item)
2680 (newsticker--do-run-auto-mark-filter)
2681 (newsticker--parse-generic-feed): Doc fixes.
2682 (newsticker--retrieval-timer-list, newsticker-url-list)
2683 (newsticker-hide-immortal-items-in-echo-area)
2684 (newsticker-hide-obsolete-items-in-echo-area)
2685 (newsticker-new-item-face, newsticker--enclosure)
2686 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2687 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2688 (newsticker--parse-generic-feed, newsticker--cache-contains)
2689 (newsticker--stat-num-items, newsticker-download-enclosures):
2690 Fix typos in docstrings.
2691
2692 * net/rcirc.el (rcirc-debug): Doc fix.
2693 (rcirc-fill-column, rcirc-receive-message-hooks)
2694 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2695 (rcirc-mode, rcirc-generate-new-buffer-name)
2696 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2697 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2698 Fix typos in docstrings.
2699 (rcirc-print): "?\ " -> "?\s".
2700 (rcirc-cmd-join): Improve argument/docstring consistency.
2701
2702 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2703
2704 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2705 before narrow-to-region.
2706
2707 2006-02-01 Richard M. Stallman <rms@gnu.org>
2708
2709 * simple.el (move-beginning-of-line): Scan properly for invis change.
2710
2711 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2712
2713 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2714
2715 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2716 change bit only when id-format is 'integer. Reported by Matt
2717 Hodges <M.P.Hodges@rl.ac.uk>.
2718
2719 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * hilit-chg.el (highlight-changes-initial-state)
2722 (highlight-changes-global-initial-state): Doc fixes.
2723 (highlight-changes-global-modes, global-highlight-changes):
2724 Fix typos in docstrings.
2725
2726 2006-02-01 Kim F. Storm <storm@cua.dk>
2727
2728 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2729 transient-mark-mode in doc string.
2730
2731 2006-01-31 Richard M. Stallman <rms@gnu.org>
2732
2733 * replace.el (multi-occur): Doc fix.
2734 (multi-occur-in-matching-buffers): Rename from
2735 multi-occur-by-filename-regexp. Prefix arg says match
2736 buffer names instead of file names.
2737
2738 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * bs.el: Allow non-default values of `bs-header-lines-length'.
2741 (bs--running-in-xemacs): Remove (not needed anymore).
2742 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2743 instead of `shrink-window', thus avoiding having to compute the
2744 height of the window.
2745 (bs--up): Wrap around even when there's no header.
2746 (bs--down): Use `forward-line' instead of `next-line'.
2747
2748 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * image-mode.el (image-toggle-display): Use file name if possible,
2751 instead of unnecessarily allocating a (possibly huge) lisp string.
2752
2753 2006-01-30 John Paul Wallington <jpw@pobox.com>
2754
2755 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2756 because the `assert' macro signals it at runtime.
2757
2758 * emacs-lisp/cl.el (toplevel): Remove definition of
2759 `cl-assertion-failed' condition.
2760
2761 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2762
2763 * thumbs.el (thumbs-marked-list): Make buffer-local and
2764 permanent-local.
2765 (thumbs-insert-thumb): Make help-echo non-sticky.
2766 (thumbs-file-alist): Use eolp as check for (non)-image.
2767
2768 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2771 (ediff-before-session-group-setup-hooks)
2772 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2773 Fix typos in docstrings.
2774
2775 * window.el (bw-dir, bw-eqdir, balance-windows)
2776 (split-window-keep-point): Fix typos in docstrings.
2777
2778 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2779 (org-quote-string, org-calendar-to-agenda-key)
2780 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2781 (org-show-following-heading, org-tags-column)
2782 (org-use-tag-inheritance, org, org-allow-space-in-links)
2783 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2784 (org-enable-table-editor, org-calc-default-modes)
2785 (org-table-allow-automatic-line-recalculation)
2786 (org-export-html-style, org-export-with-fixed-width)
2787 (org-export-with-sub-superscripts, org-special-keyword)
2788 (org-formula, org-time-grid, org-table-may-need-update)
2789 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2790 (org-goto-quit, org-get-indentation, org-end-of-item)
2791 (org-move-item-down, org-move-item-up)
2792 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2793 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2794 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2795 (org-agenda-log-mode, org-agenda-toggle-diary)
2796 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2797 (org-agenda-file-to-end, org-agenda-no-heading-message)
2798 (org-agenda-get-closed, org-format-agenda-item)
2799 (org-cmp-priority, org-cmp-category, org-cmp-time)
2800 (org-agenda-change-all-lines, org-agenda-diary-entry)
2801 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2802 (org-link-search, org-camel-to-words, org-open-file)
2803 (org-remember-handler, org-table-convert-region)
2804 (org-table-move-row-down, org-table-move-row-up)
2805 (org-table-copy-region, org-table-wrap-region)
2806 (org-table-toggle-vline-visibility)
2807 (org-table-get-vertical-vector, org-table-modify-formulas)
2808 (org-table-get-specials, org-recalc-commands)
2809 (org-table-rotate-recalc-marks, org-table-eval-formula)
2810 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2811 (org-level-color-stars-only, org-insert-heading):
2812 Fix typos in docstrings.
2813 (last-arg): Add defvar.
2814
2815 * makefile.w32-in (WINS): Add erc.
2816 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2817
2818 2006-01-29 Bill Wohler <wohler@newt.com>
2819
2820 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2821 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2822 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2823 (mh-autoloads): Don't use comments on otherwise empty lines.
2824
2825 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2826
2827 * emulation/viper.el (viper-major-mode-modifier-list): Add
2828 insert-state and vi-state entries for erc-mode.
2829 (viper-go-away, viper-set-hooks): Add and remove
2830 viper-comint-mode-hook from erc-mode-hook as appropriate.
2831
2832 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2833
2834 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * bs.el (bs--format-aux): Implement `middle' alignment as
2837 described in the docstring for `bs-attributes-list'.
2838 (bs--get-name): Simplify. Don't pad the buffer name.
2839
2840 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2841
2842 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2843 English aspell dictionary is installed, use the first entry of
2844 ispell-dictionary-alist-1.
2845
2846 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2847
2848 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2849 Doc fix.
2850
2851 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2854 for `process-file', in order to let it work for older Emacsen too.
2855
2856 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2857
2858 * international/latexenc.el: Add a suitable `coding:' tag.
2859 (latexenc-find-file-coding-system): Undo last change.
2860
2861 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2862
2863 * international/latexenc.el (latexenc-find-file-coding-system):
2864 Make sure latexenc-main-file is a regular file and is readable.
2865
2866 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2867
2868 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2869 Pass FILE to vc-user-login-name.
2870
2871 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2872
2873 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2874
2875 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2876 there are no more images to display.
2877 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2878 the next image.
2879
2880 2006-01-26 Richard M. Stallman <rms@gnu.org>
2881
2882 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2883
2884 * wid-edit.el (advertised-widget-backward): New alias.
2885 (widget-keymap): Use advertised-widget-backward for S-TAB.
2886
2887 * tumme.el: Correct the keywords.
2888 (tumme-dir-max-size): Use defvar.
2889 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2890
2891 * simple.el (move-beginning-of-line): Take account of fields.
2892 (clone-indirect-buffer-other-window): Take args like
2893 clone-indirect-buffer, and work like it.
2894
2895 * help-fns.el (describe-function): Don't pass `nil' as default.
2896
2897 * files.el (risky-local-variable-p): Follow var aliases.
2898
2899 * subr.el (lazy-completion-table): Doc fix.
2900
2901 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2902 global binding of `line'.
2903
2904 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2905
2906 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2907 Tramp.
2908
2909 * vc.el (vc-default-dired-state-info): Pass FILE to
2910 vc-user-login-name.
2911 (vc-default-update-changelog): Don't use vc-user-login-name, we
2912 don't need it here.
2913
2914 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2915 no longer necessary.
2916
2917 2006-01-25 Kenichi Handa <handa@m17n.org>
2918
2919 * international/mule.el (decode-char): Avoid the overhead of
2920 calling utf-lookup-subst-table-for-decode if
2921 utf-translate-cjk-mode is nil.
2922 (encode-char): Avoid the overhead of calling
2923 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2924 nil.
2925
2926 2006-01-22 Kenichi Handa <handa@m17n.org>
2927
2928 * international/mule.el (make-subsidiary-coding-system): Reset
2929 `coding-system-define-form' property of subsidiaries to nil.
2930 Avoid duplicated entry in coding-system-alist.
2931 (make-coding-system): Avoid duplicated entry in
2932 coding-system-alist.
2933 (define-coding-system-alias): Likewise.
2934
2935 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2936
2937 * completion.el: Minor fixes in introductory comment.
2938 (completion-def-wrapper): Fix alist.
2939
2940 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2941
2942 * thumbs.el (thumbs-new-image-size): New function.
2943 (thumbs-increment-image-size-element)
2944 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2945 (thumbs-decrement-image-size): Delete.
2946 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2947 temp files and use to resize.
2948 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2949 Use increment argument to enlarge/shrink. Preserve point.
2950 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2951 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2952 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2953 (thumbs-mark, thumbs-unmark): Preserve point.
2954 (thumbs-modify-image): Keep old temp files and use to modify.
2955 Cleanup old temp files at load time. Preserve point.
2956 (thumbs-view-image-mode-map): Use new command names.
2957
2958 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2961
2962 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2963 the nastiest part of the cyclic dependency.
2964 (cal-menu-update): Use dotimes and calendar-increment-month.
2965
2966 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2967 (calendar-week-start-day): Add an :initializer.
2968 (calendar-mode-map): Use suppress-keymap, and command remapping.
2969 (describe-calendar-mode): Setup xref-stack info for the back button.
2970 (calendar-star-date): Insert before delete.
2971 (calendar-set-mode-line): Add file-modified info if applicable.
2972 (calendar-increment-month): New function.
2973
2974 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2975
2976 * font-lock.el (lisp-font-lock-keywords-2):
2977 Recognize "& keywords" only at word boundaries.
2978
2979 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2982 and permanent-local.
2983 (thumbs-max-image-number): New variable.
2984 (thumbs-do-thumbs-insertion): Use them.
2985 (thumbs-per-line): Change default to 4.
2986 (thumbs-marked-list): Rename from thumbs-markedL.
2987 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2988 (thumbs-rename-images): Use -list instead of L for internal variables.
2989 (thumbs-call-convert): Use call-process instead of shell-command.
2990 (thumbs-insert-thumb): Add filename as help-echo to each image.
2991 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2992 Give dir to thumbs-show-thumbs-list.
2993 (thumbs-show-thumbs-list): Set default-directory to that of images.
2994 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2995 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2996 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2997 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2998
2999 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * ses.el (ses-read-cell): Provide a default value.
3002
3003 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3004
3005 * term/w32-win.el (image-library-alist): Add additional names for
3006 GIF library.
3007
3008 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3009
3010 * international/latexenc.el (latexenc-find-file-coding-system):
3011 Add file-regular-p check.
3012
3013 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * simple.el (clone-buffer): Don't show the new buffer in the same
3016 window.
3017
3018 2006-01-23 Juri Linkov <juri@jurta.org>
3019
3020 * faces.el (link, link-visited): New faces based on default values
3021 of `info-xref' and `info-xref-visited'.
3022
3023 * info.el (info-xref): Inherit from `link'.
3024 (info-xref-visited): Inherit from `link-visited'.
3025
3026 * cus-edit.el (custom-buffer-create-internal): Use widget type
3027 `custom-manual' instead of `info-link' and don't set properties
3028 `button-face' and `mouse-face' explicitly.
3029 (custom-browse-group-tag, custom-browse-variable-tag)
3030 (custom-browse-face-tag): Inherit from widget class
3031 `custom-group-link' instead of `push-button'.
3032 (custom-button-unraised): Inherit from `underline' face.
3033 (custom-link): Inherit from `link' face. Fix doc and group.
3034 (custom-add-parent-links, custom-group-value-create): Don't set
3035 properties `button-face' and `mouse-face' explicitly for
3036 `custom-group-link' widget.
3037 (custom-group-link): Add properties `button-face' and `mouse-face'
3038 to widget definition.
3039 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3040 editable-field's :keymap property.
3041 (custom-mode): Fix docstring: substitute keybindings for
3042 `widget-forward' and `widget-backward' from `widget-keymap',
3043 `widget-complete' from `custom-field-keymap', replace old
3044 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3045
3046 * desktop.el (desktop-load-file): Check for `fboundp' before
3047 calling `symbol-function'.
3048
3049 * simple.el (clone-buffer, clone-indirect-buffer)
3050 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3051 `read-string'. Fix prompts.
3052
3053 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3054
3055 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3056
3057 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3058
3059 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3060
3061 * startup.el (inhibit-splash-screen, initial-scratch-message):
3062 Doc fixes.
3063
3064 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3065
3066 Sync with Tramp 2.0.52.
3067
3068 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3069 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3070 `tramp-unload-tramp' for checklist.
3071
3072 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3073 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3074 (tramp-unload-file-name-handler-alist)
3075 (tramp-unload-tramp): New defuns.
3076 (tramp-advice-PC-expand-many-files): New defadvice.
3077 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3078 removed.
3079 (tramp-handle-expand-file-name): Remove double slash.
3080 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3081 It doesn't matter, because it will be converted later on.
3082 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3083 implementation was just heuristic.
3084 (tramp-post-connection): Set uid and gid properties.
3085 (tramp-convert-file-attributes): Set file's gid change bit.
3086 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3087 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3088 in case of su(do)? methods. The home directory of the local user
3089 will be taken else.
3090 (tramp-open-connection-telnet)
3091 (tramp-open-connection-rsh, tramp-open-connection-su)
3092 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3093 local shell prompt could hurt. Reported by Romain Francoise
3094 <romain@orebokech.com>.
3095 (tramp-let-maybe): Add `edebug-form-spec' property.
3096 (tramp-handle-expand-file-name): Bind `default-directory' locally
3097 to "/" in order to avoid problems with UNC shares or Cygwin
3098 mounts.
3099 (tramp-md5-function): Fix typo in error message.
3100
3101 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3102
3103 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3104 for byte-compiler pacification.
3105
3106 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3107
3108 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3109 ID-FORMAT `string'. This allows us to get rid of
3110 `vc-user-login-name UID'.
3111
3112 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3113
3114 2006-01-22 John Paul Wallington <jpw@pobox.com>
3115
3116 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3117
3118 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3119
3120 * emacs-lisp/find-func.el (find-definition-noselect)
3121 (find-variable-noselect): Search variables in C source code too.
3122 (find-function-C-source, find-function-noselect, find-function)
3123 (find-function-other-frame, find-variable-noselect, find-variable)
3124 (find-variable-other-frame, find-variable-at-point):
3125 Fix docstrings.
3126
3127 2006-01-21 Francesco Potorti` <pot@gnu.org>
3128
3129 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3130
3131 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3132
3133 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3134 Default to disabling the "Save affix" question.
3135
3136 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3137
3138 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3139 the first arg to run-python.
3140
3141 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3142
3143 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3144 is not loaded.
3145
3146 2006-01-20 Jay Belanger <belanger@truman.edu>
3147
3148 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3149 limit is 0.
3150
3151 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3152 the correct variable.
3153
3154 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3155
3156 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3157 link. Fixed buggy argument sequence in call to `org-view-tags'.
3158 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3159 (org-prefix-has-tag): New variable.
3160 (org-format-agenda-item): Remove tags from headline if
3161 appropriate.
3162 (org-agenda-remove-tags-when-in-prefix): New option.
3163 (org-get-tags-at): New function.
3164
3165 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3166
3167 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3168 (thumbs-find-image): Move image name and number from buffer name
3169 to mode name. Set thumbs-buffer. Preserve point so that large
3170 images remain visible.
3171 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3172 order.
3173 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3174 mode name.
3175 (thumbs-next-image, thumbs-previous-image): Make them work.
3176
3177 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3178
3179 * cus-edit.el (custom-buffer-create-internal): State in the text above
3180 the whole buffer buttons that they do not operate on hidden items.
3181 (custom-face-menu): Use `custom-face-save' instead of
3182 `custom-face-save-command'.
3183 (custom-face-save-command): Make it an alias for `custom-face-save'
3184 and declare it obsolete.
3185 (custom-face-save): Doc fix.
3186
3187 * dired.el (dired-no-confirm): Add quote.
3188 (dired-subdir-alist-pre-R): Add quote in
3189 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3190
3191 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * textmodes/table.el (table-mode-indicator): Typo in last change.
3194
3195 2006-01-19 Richard M. Stallman <rms@gnu.org>
3196
3197 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3198 Fixes bug reported in Nov 2005.
3199
3200 * isearch.el (isearch-forward): Doc fix.
3201
3202 * dired.el (dired-move-to-filename-regexp): Define as alias.
3203 (dired-no-confirm): Use defcustom.
3204 (dired-subdir-alist-pre-R): Put defvar at top level.
3205
3206 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3207
3208 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3209 Mark as risky.
3210
3211 * simple.el (set-mark-command): Doc fix.
3212 (clone-indirect-buffer-other-window):
3213 Read arg like clone-indirect-buffer.
3214 (move-beginning-of-line): Skip invisible newlines.
3215
3216 2006-01-19 Masatake YAMATO <jet@gyve.org>
3217
3218 * progmodes/cpp.el (cpp-edit-load): Make the order of
3219 listed conditions in a base C code buffer and its associate
3220 CPP Edit buffer the same.
3221
3222 2006-01-19 Kenichi Handa <handa@m17n.org>
3223
3224 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3225 (rmail-mime-feature): Likewise.
3226 (rmail-require-mime-maybe): Use display-warning to show a warning
3227 message.
3228
3229 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3230 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3231
3232 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * array.el: Move defvars out of eval-when-compile.
3235 (array-make-template): Replace undeclared global var with a local one.
3236 (array-mode): Inline initialization functions.
3237 (array-init-local-variables, array-init-max-row)
3238 (array-init-max-column, array-init-columns-per-line)
3239 (array-init-field-width, array-init-rows-numbered)
3240 (array-init-line-length, array-init-lines-per-row): Remove.
3241
3242 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3243 (doc-mode-map): Define explicitly.
3244 (doctor-txtype): Use mapc.
3245
3246 * textmodes/table.el: Move defvars out of eval-when-compile.
3247 Remove harmful code meant to avoid byte-compiler warnings.
3248 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3249 specification that checks table-fixed-width-mode directly.
3250 (table-recognize-region, table-recognize-cell):
3251 Use restore-buffer-modified-p.
3252 (table-fixed-width-mode): Remove code that refreshes
3253 table-fixed-mode-indicator.
3254 (*table--cell-describe-bindings, *table--cell-describe-mode):
3255 Avoid obsolete name print-help-return-message.
3256 (table--test-cell-list): Don't use replace-regexp from elisp.
3257 (table--point-entered-cell-function, table--point-left-cell-function):
3258 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3259
3260 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3261 that was after the end of file. Use buffer-file-name variable.
3262 (org-timestamp-change): Use with-current-buffer.
3263 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3264 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3265 `file'.
3266
3267 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3268 (fortran-break-line): Remove unused var `opoint'.
3269 (fortran-abbrev-start): Obey help-event-list.
3270
3271 2006-01-18 Jesper Harder <harder@phys.au.dk>
3272
3273 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3274
3275 2006-01-18 Masatake YAMATO <jet@gyve.org>
3276
3277 * progmodes/make-mode.el (makefile-imake-mode): New mode
3278 derived from makefile-mode.
3279 (makefile-imake-mode-syntax-table): New syntax table
3280 derived from makefile-mode-syntax-table.
3281 (makefile-mode): Write about makefile-imake-mode in doc string.
3282 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3283 (makefile-imake-font-lock-keywords): New font lock keywords.
3284
3285 * files.el (auto-mode-alist): Add Imakefile.
3286
3287 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3288
3289 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3290 loading the file rather than when turning on flyspell-mode.
3291
3292 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3293
3294 * cus-edit.el (customize-rogue): Minor doc fix.
3295
3296 2006-01-17 Juri Linkov <juri@jurta.org>
3297
3298 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3299 instead of the file at the mark as default if the file at the mark
3300 is the same as the file at point or if dired-dwim-target-directory
3301 is not the same as the current directory and the mark is not active.
3302
3303 * log-view.el (log-view-minor-wrap): Use the same logic to get
3304 revisions as `log-view-diff'.
3305
3306 * info.el (Info-revert-find-node): Check for Info-current-file
3307 before preserving new-history.
3308
3309 * man.el (Man-heading-regexp): Add `/'.
3310
3311 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3312 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3313
3314 2006-01-16 Juri Linkov <juri@jurta.org>
3315
3316 * faces.el (mode-line-faces): New defgroup.
3317 (mode-line-highlight): Move definition after new defgroup.
3318 (mode-line, mode-line-inactive, mode-line-highlight):
3319 Replace :group `modeline' with `mode-line-faces'.
3320 (mode-line-buffer-id): New face.
3321 (modeline-buffer-id): New face alias.
3322 (vertical-border): Remove :group `modeline'.
3323
3324 * bindings.el (propertized-buffer-identification): Use face
3325 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3326 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3327 (mode-line-buffer-identification-keymap): For mouse-1 replace
3328 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3329 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3330 mouse-3.
3331
3332 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3333 Buffer-menu-buffer. Doc fix.
3334 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3335 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3336 `Buffer-menu-buffer'.
3337
3338 * info.el (Info-mode-line-node-keymap): New defvar.
3339 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3340 Propertize Info-current-node with `mode-line-buffer-id' and
3341 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3342
3343 * time.el (display-time-mail-face): Replace :group `faces' with
3344 `mode-line-faces'.
3345
3346 2006-01-16 Kenichi Handa <handa@m17n.org>
3347
3348 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3349
3350 * language/european.el (cp1252): New alias for windows-1252.
3351
3352 * international/mule.el (autoload-coding-system): Prepare for EOL
3353 variants.
3354
3355 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * term.el (term-raw-map): Add mapping for insert.
3358 (term-send-insert): New.
3359 (term-mode): Make variables local here instead of doing it in
3360 `term-emulate-terminal'.
3361 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3362 Scroll reverse needs to take into account the scroll region.
3363 Saving and restoring the cursor should save the color attributes too.
3364 (term-reset-terminal): Reset the scroll region.
3365 (term-handle-ansi-escape): Cursor up and down should take into
3366 account the scroll region.
3367 (term-set-scroll-region): Rename from `term-scroll-region'.
3368 Move to 0,0 after setting the region.
3369 (term-handle-scroll): Handle scroll up.
3370 (term-down): Fix off by one error.
3371 (term-delete-lines): Do not delete outside the scroll region.
3372 (term-insert-lines): Take into account the scroll region.
3373
3374 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * textmodes/ispell.el (ispell-internal-change-dictionary)
3377 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3378 (start, end): Move declaration outside of eval-when-compile.
3379
3380 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3381 (flyspell-mode-on): Use it.
3382
3383 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3384 ispell-kill-ispell-hook.
3385
3386 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3387
3388 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3389 (Custom-reset-saved): Do not ask for confirmation in single option
3390 buffers.
3391
3392 2006-01-13 Richard M. Stallman <rms@gnu.org>
3393
3394 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3395
3396 2006-01-13 Romain Francoise <romain@orebokech.com>
3397
3398 * add-log.el (add-change-log-entry, change-log-merge):
3399 Conditionally use `hard-newline'.
3400
3401 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3402
3403 * wid-edit.el (widget-field-end): If the overlay is no longer
3404 associated with a buffer, behave as if the overlay didn't exist.
3405
3406 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3407 Make sure the links use the `custom-link' face.
3408
3409 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3412 (ld-script-mode): Don't set indent-line-function since we don't
3413 have one.
3414
3415 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3416
3417 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3418 application.
3419 (org-file-apps-defaults-gnu): Use mailcap as the default for
3420 selecting an application on a UNIX system.
3421 (org-agenda-show-tags): New command.
3422 (org-table-insert-hline): Keep cursor in current table line.
3423 (org-table-convert): Offset effect of modifying
3424 `org-table-insert-hline'.
3425 (org-format-agenda-item): New optional argument TAG.
3426 (org-compile-prefix-format): Handle %T format for the tag.
3427 (org-expand-wide-chars): New function.
3428 (org-table-insert-row, org-table-insert-hline):
3429 Use `org-expand-wide-chars'.
3430 (org-open-file): Fix bug in program launch.
3431 (org-get-time-of-day): Fix bug with times before 1am.
3432 (org-agenda-menu): Add tags commands.
3433
3434 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3435
3436 * textmodes/ispell.el (ispell-init-process): Include the used
3437 dictionary in ispell process start message.
3438 (ispell-internal-change-dictionary): When flyspell-mode is active
3439 and dictionary is changed, make sure ispell process is restarted
3440 and flyspell word cache cleared out for the current buffer.
3441 (ispell-change-dictionary): Make sure flyspell word cache is
3442 cleared out in all buffers with active flyspell mode when
3443 dictionary is globally changed.
3444 Call ispell-internal-change-dictionary after dictionary change.
3445
3446 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3447
3448 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3449
3450 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3451 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3452 years. Fix small differences wrt Makefile.in.
3453 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3454 Makefile.in does.
3455
3456 2006-01-12 Bill Wohler <wohler@newt.com>
3457
3458 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3459 mh-search.el.
3460
3461 2006-01-12 Masatake YAMATO <jet@gyve.org>
3462
3463 * progmodes/ld-script.el: Update copyright year.
3464
3465 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3468 Don't add widget if setting undefined.
3469
3470 2006-01-12 John Paul Wallington <jpw@pobox.com>
3471
3472 * help-fns.el (describe-variable): Remove newlines from void
3473 variable output.
3474
3475 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3476
3477 * wdired.el (wdired-mode-map): Add help echo for
3478 wdired-abort-changes.
3479
3480 * man.el (Man-file-name-regexp): Adjust for a list of files.
3481
3482 2006-01-12 Masatake YAMATO <jet@gyve.org>
3483
3484 * progmodes/ld-script.el (auto-mode-alist): Support
3485 suffix conventions used in netbsd and eCos.
3486
3487 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3488
3489 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3490 (custom-variable-menu, custom-face-menu, custom-group-menu)
3491 (Custom-mode-menu): Change names of menu items. (As discussed on
3492 emacs-devel.)
3493 (custom-face-menu): Add "Undo Edits" item.
3494
3495 * startup.el (init-file-user): defcustom -> defvar.
3496
3497 * tooltip.el (tooltip-mode): Doc fix.
3498
3499 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * reveal.el (reveal-post-command): window-buffer signals an error on
3502 dead windows rather than returning nil.
3503 (reveal-open-new-overlays): An overlay might die while we open others.
3504
3505 2006-01-11 Bill Wohler <wohler@newt.com>
3506
3507 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3508 phrasing in docstring.
3509
3510 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3511 can give some systems gas. Add new file mh-buffers.el.
3512
3513 2006-01-06 Masatake YAMATO <jet@gyve.org>
3514
3515 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3516 C preprocessor forward ported from GNU Emacs 21.2.
3517
3518 * progmodes/asm-mode.el (asm-font-lock-keywords):
3519 Use `cpp-font-lock-keywords'.
3520
3521 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3522
3523 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3524 of $ for "\\.ld[s]?".
3525
3526 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3529 (tcl-indent-line): Return `noindent' if inside a string.
3530
3531 * progmodes/flymake.el (flymake-split-string): Remove more than one
3532 empty string at beg/end of the result.
3533 (flymake-find-buildfile, flymake-find-possible-master-files):
3534 Use expand-file-name.
3535 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3536 since expand-file-name does it for us. Use directory-file-name.
3537 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3538 (flymake-ler-get-type, flymake-ler-get-text)
3539 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3540 (flymake-current-line-no): Remove spurious interactive spec.
3541 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3542 (flymake-check-include): Remove arg inc-path merged into inc-name.
3543 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3544 Arg regexp-list replaced by a simple regexp.
3545 (flymake-master-make-header-init, flymake-master-tex-init):
3546 Correspondingly replace regexp-list with a regexp. Fix regexp.
3547
3548 2006-01-10 Simon Josefsson <jas@extundo.com>
3549
3550 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3551 describing AUTH PLAIN fix.
3552
3553 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3554
3555 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3556 (report-emacs-bug): Don't record initial prompt text.
3557 Instead, add text properties to prompting text.
3558 (report-emacs-bug-hook): Delete prompting text.
3559
3560 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3563 `dirs'. Adjust callers.
3564
3565 2006-01-09 John Paul Wallington <jpw@gnu.org>
3566
3567 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3568
3569 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * reveal.el (reveal-open-new-overlays): New extracted fun.
3572 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3573 using them. Simplify the code.
3574 (reveal-post-command): Use them. Fix up obsolete windows in
3575 reveal-open-spots.
3576
3577 * progmodes/flymake.el: Use `require' rather than autoload for
3578 XEmacs's overlays.
3579 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3580 Delete. Use file-relative-name instead.
3581 (flymake-get-syntax-check-program-args, flymake-perl-init):
3582 Simplify the resulting code.
3583
3584 * log-view.el (log-view-file-re, log-view-message-re): Add support
3585 for DaRCS output.
3586
3587 2006-01-09 Alex Schroeder <alex@gnu.org>
3588
3589 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3590 identifiers sometimes added in square brackets at the beginning of
3591 subject lines.
3592
3593 2006-01-07 Richard M. Stallman <rms@gnu.org>
3594
3595 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3596 (Custom-reset-current, Custom-reset-saved): Change question text.
3597 (Custom-reset-standard): Likewise.
3598 (custom-variable-reset-saved): Doc fix.
3599
3600 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3601
3602 * startup.el (init-file-user): Doc fix.
3603
3604 2006-01-07 Alex Schroeder <alex@gnu.org>
3605
3606 * mail/rmail.el (rmail-current-subject): New function.
3607 (rmail-current-subject-regexp): New function.
3608 (rmail-next-same-subject): Use it.
3609
3610 * mail/rmailsum.el (rmail-summary-by-topic):
3611 Use rmail-current-subject and rmail-current-subject-regexp.
3612 (rmail-summary-next-same-subject): Ditto.
3613
3614 * net/rcirc.el (rcirc-send-input): No longer check whether the
3615 process is open, since not all commands need an open process.
3616 (rcirc-send-string): Check whether the process is open before
3617 sending anything.
3618 (rcirc-ignore-list): New option.
3619 (rcirc-ignore-list-automatic): New variable.
3620 (rcirc-print): Take rcirc-ignore-list into account.
3621 (rcirc-cmd-ignore): New command.
3622 (rcirc-ignore-update-automatic): New function.
3623 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3624 list if ignored nicks.
3625 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3626
3627 2006-01-06 David Reitter <david.reitter@gmail.com>
3628
3629 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3630 reflect the address to which the report will be sent.
3631
3632 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3633
3634 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3635 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3636
3637 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3638
3639 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3640
3641 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3642 the doc string: "functoin" => "function".
3643 * ldefs-boot.el: Likewise.
3644
3645 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3646 message text: "Duplicat" => "Duplicate".
3647
3648 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3649
3650 * files.el (basic-save-buffer-2): If backing-up failed, reset
3651 buffer-backed-up to nil.
3652
3653 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3654
3655 * progmodes/gud.el (gdb-script-skip-to-head)
3656 (gdb-script-calculate-indentation): Indent for breakpoint command
3657 lists also.
3658
3659 2006-01-05 Bill Wohler <wohler@newt.com>
3660
3661 * Makefile.in (compile-always): Add mh-autoloads dependency.
3662 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3663 provides it.
3664 (updates): Remove mh-autoloads dependency, since it probably has
3665 already run recently (via recompile).
3666
3667 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3670 argument `force' to disable the flyspell-last-buffer optimization.
3671 (flyspell-mode-on): Use it.
3672
3673 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3674 flymake-simple-cleanup.
3675 (flymake-allowed-file-name-masks): Use this new default.
3676 All the functions are now called in the right buffer rather than
3677 passing the buffer as argument.
3678 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3679 (flymake-parse-err-lines): Remove redundant buffer arg.
3680 (flymake-get-program-dir): Comment out unused function.
3681 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3682 Remove redundant buffer argument.
3683 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3684 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3685
3686 2006-01-05 Richard M. Stallman <rms@gnu.org>
3687
3688 * info.el (Info-find-node): Don't record previous node if have none.
3689 (info): Go to directory only if history is empty.
3690
3691 * simple.el (mark): Doc fix.
3692
3693 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3694
3695 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3696 already of desired type.
3697 (mac-ae-list): Coerce parameter to "list" type.
3698 (mac-dispatch-apple-event): Replace cadr part of event with a
3699 dummy position so that event-start returns it.
3700
3701 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3702
3703 * textmodes/org.el (org-end-of-subtree): New function.
3704 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3705 Use `org-end-of-subtree'.
3706 (org-agenda, org-agenda-convert-date): Protect calls to
3707 `fit-window-to-buffer'.
3708 (org-tags-view): Force matching of sublevels when doing a
3709 todo-only search. Define the correct redo command, including the
3710 arguments.
3711 (org-agenda-redo): Display message.
3712 (org-check-for-org-mode): New function.
3713 (org-agenda-type): New variable.
3714 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3715 Set `org-agenda-type'.
3716 (org-agenda-check-type): New function.
3717 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3718 (org-agenda-week-view, org-agenda-day-view)
3719 (org-agenda-next-date-line, org-agenda-previous-date-line)
3720 (org-agenda-log-mode, org-agenda-toggle-diary)
3721 (org-agenda-toggle-time-grid, org-agenda-date-later)
3722 (org-agenda-date-prompt, org-agenda-diary-entry)
3723 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3724 (org-agenda-convert-date, org-agenda-menu):
3725 Use `org-agenda-check-type'.
3726 (org-make-overlay, org-delete-overlay)
3727 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3728 New compatibility functions.
3729 (org-calendar-select-mouse): New command.
3730
3731 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3734 (Custom-reset-standard): Fix y-or-n-p messages.
3735 (custom-link): New face for links.
3736 (custom-buffer-create-internal, custom-manual): Use it.
3737 (custom-face-save): Push to theme-face before setting face spec.
3738
3739 * wid-edit.el (widget-default-mouse-face-get): New function.
3740 (widget-specify-button): Handle mouse-face like button-face.
3741
3742 * custom.el (load-theme): Clear old theme settings if reloading.
3743
3744 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3745
3746 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3747 "Erase Customization" button back to same position it occupies in
3748 the individual State menus.
3749
3750 2006-01-04 Kim F. Storm <storm@cua.dk>
3751
3752 * wid-edit.el (key-sequence): Rework widget to read key binding
3753 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3754 (widget-key-sequence-default-value): Default value for empty sequence.
3755 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3756 (widget-key-sequence-read-event): New command for C-q.
3757 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3758 (widget-key-sequence-value-to-external): New functions.
3759
3760 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3763 Use expand-file-name.
3764 (flymake-delete-temp-directory): Use expand-file-name,
3765 file-name-directory, and directory-file-name.
3766 (flymake-strrchr): Delete.
3767 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3768 to the init-f function.
3769 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3770 (flymake-init-find-buildfile-dir)
3771 (flymake-init-create-temp-source-and-master-buffer-copy)
3772 (flymake-simple-make-init-impl, flymake-simple-make-init)
3773 (flymake-master-make-init, flymake-master-make-header-init)
3774 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3775 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3776 (flymake-xml-init): Remove corresponding redundant buffer argument.
3777 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3778 the default anyway. Clean up regexps.
3779
3780 * progmodes/flymake.el (flymake-temp-source-file-name)
3781 (flymake-master-file-name, flymake-temp-master-file-name)
3782 (flymake-base-dir): New buffer-local vars.
3783 (flymake-buffer-data, flymake-get-buffer-value)
3784 (flymake-set-buffer-value): Replace those hash-tables by the new
3785 buffer-local vars. Update callers.
3786
3787 * progmodes/flymake.el (flymake-check-start-time)
3788 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3789 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3790 Move definition, so we can remove redundant earlier declaration.
3791 (flymake-replace-regexp-in-string, flymake-split-string)
3792 (flymake-get-temp-dir): Use defalias.
3793 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3794 (flymake-xemacs-window-edges): Remove unused function.
3795 (flymake-get-point-pixel-pos): Move.
3796 (flymake-pid-to-names, flymake-reg-names)
3797 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3798 Replace by a simple list flymake-processes and by process-buffer.
3799 Update callers. Other than simplify the code, it uses buffers rather
3800 than buffer-names so it doesn't get confused by uniquify.
3801 (flymake-buffer-data): The global value should just be nil.
3802
3803 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3804 Optimize the body of a defalias like any other code.
3805
3806 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3807 Make sure we've setup font-lock's vars. It may influence which
3808 function we then call.
3809 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3810 here since it's too late anyway.
3811
3812 2006-01-03 Romain Francoise <romain@orebokech.com>
3813
3814 * startup.el (fancy-splash-tail, normal-splash-screen):
3815 Update copyright year.
3816
3817 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3818
3819 * mouse.el (mouse-drag-track): Rename, from
3820 `mouse-drag-region-1'. Includes optional argument required to
3821 enable post-drag event processing (e.g. delete region keys).
3822 Can be used without this argument to track a mouse region and operate
3823 on it as soon as the drag completes.
3824 (mouse-drag-region): Use `mouse-drag-track'.
3825
3826 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3829 Move to `custom-buffer' group.
3830
3831 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3832 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3833 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3834 (custom-theme-face-menu): New variables.
3835 (custom-theme-add-variable, custom-theme-variable-action)
3836 (custom-variable-reset-theme, custom-theme-delete-variable)
3837 (custom-face-reset-theme, custom-theme-face-action)
3838 (custom-theme-delete-face, custom-theme-merge-theme)
3839 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3840
3841 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * custom.el: Move Custom Themes commentary to start of theme code.
3844 (custom-known-themes): Rename `standard' theme to `changed'.
3845 (custom-push-theme): Caller no longer specifies what theme to use
3846 when doing `reset'---the setting is simply removed from the theme.
3847 Delete MODE from `theme-value' and `theme-settings' properties.
3848 (custom-declare-theme): Ignore &rest args since we don't use them.
3849
3850 (custom-loaded-themes): Delete variable.
3851 (custom-theme-load-themes, custom-theme-loaded-p)
3852 (custom-theme-value): Delete functions.
3853
3854 (custom-declare-theme): Signal error on invalid theme names.
3855 (provide-theme): custom-loaded-themes was deleted.
3856 (load-theme): Load the file unconditionally.
3857 (enable-theme): Call `load-theme' if theme is undefined.
3858 (custom-enabled-themes): Only update value for successful loads.
3859 (disable-theme): Complete from enabled themes when interactive.
3860 (custom-variable-theme-value): Calculate theme value directly.
3861
3862 (custom-theme-reset-variables, custom-reset-variables): Mark as
3863 XEmacs compatibility functions. We don't actually use these.
3864
3865 * cus-edit.el (custom-variable-state-set):
3866 Use custom-variable-theme-value instead of custom-theme-value.
3867 (custom-face-state-set): Rename `standard' theme to `changed'.
3868 (custom-save-variables, custom-save-faces): Delete unneeded
3869 references to custom-reset-variables.
3870 (custom-save-resets): Delete function.
3871 (custom-save-variables, custom-save-faces): MODE argument deleted.
3872 (custom-save-variables, custom-save-faces): Ignore theme values.
3873
3874 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3875 compatibility function.
3876
3877 2006-01-01 Richard M. Stallman <rms@gnu.org>
3878
3879 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3880 (Custom-reset-current, Custom-reset-saved): Likewise.
3881 (Custom-reset-standard): Show message if aborted.
3882 (custom-mode): Doc fix, describing those commands.
3883
3884 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3885 put on event-kind property.
3886
3887 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * custom.el (provide-theme): Ban `user' theme name.
3890 (custom-enabling-themes): New variable.
3891 (enable-theme): Don't enable user if custom-enabling-themes is t.
3892 (custom-enabled-themes): Make it a defcustom.
3893 (custom-theme-recalc-face): No-op if face is undefined.
3894
3895 * cus-edit.el (custom-button-mouse): New variable.
3896 (custom-button-mouse): New face.
3897 (custom-raised-buttons, custom-mode): Use it.
3898
3899 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3900
3901 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3902
3903 * progmodes/gud.el (gud-display-line): Support hl-line in the
3904 source buffer.
3905
3906 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3907
3908 * mouse.el (mouse-drag-window-above): Verify that the found window
3909 overlaps with the given window in the horizontal dimension.
3910
3911 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3912
3913 * Makefile.in (cvs-update): New target.
3914
3915 * makefile.w32-in (cvs-update): Ditto.
3916
3917 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3920 (custom-new-theme-mode-map): New variable.
3921
3922 2005-12-30 Richard M. Stallman <rms@gnu.org>
3923
3924 * custom.el (custom-load-themes): Function deleted.
3925
3926 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3927 (custom-save-variables): Don't delete or add custom-load-themes call.
3928
3929 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * cus-start.el: Add `visible-cursor'.
3932
3933 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3934 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3935 (flymake-process-filter): Switch to buffer before calling it instead.
3936 (flymake-post-syntax-check, flymake-highlight-err-lines)
3937 (flymake-delete-own-overlays, flymake-parse-err-lines)
3938 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3939 (flymake-count-lines, flymake-parse-residual):
3940 Remove constant buffer argument.
3941 (flymake-start-syntax-check-for-current-buffer): Remove.
3942 Update callers to use flymake-start-syntax-check instead.
3943 (flymake-display-err-menu-for-current-line):
3944 Remove unused var `mouse-pos'.
3945 (flymake-restore-formatting): Comment out unused function.
3946 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3947 argument, use current-buffer instead. Update callers.
3948
3949 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3950
3951 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3952 buffer-local because choose-completion-delete-max-match requires
3953 that we set completion-ignore-case (i.e., binding via let is not
3954 sufficient).
3955 (bibtex-complete): Always set completion-ignore-case and
3956 choose-completion-string-functions. The latter is needed because
3957 choose-completion-string-functions keeps its value if we quit the
3958 *Completions* buffer without requesting a completion.
3959
3960 2005-12-30 Andreas Schwab <schwab@suse.de>
3961
3962 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3963
3964 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3965
3966 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3967
3968 2005-12-30 Juri Linkov <juri@jurta.org>
3969
3970 * locate.el (locate-fcodes-file, locate-header-face)
3971 * progmodes/delphi.el (delphi-other-face)
3972 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3973
3974 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3975 group `paren-showing-faces'.
3976
3977 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3978 (goto-address): Fix docstring.
3979
3980 * net/webjump.el (webjump-sample-sites): Update URLs.
3981
3982 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3983
3984 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3985
3986 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * font-lock.el (font-lock-compile-keywords): Signal an error when
3989 font-lock-set-defaults hasn't been called.
3990
3991 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3992
3993 * subr.el (noreturn, 1value): Doc fixes.
3994
3995 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3996
3997 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3998 that assoc-string returns nil.
3999
4000 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4001
4002 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4003 (bibtex-entry-type-str, bibtex-empty-field-re)
4004 (bibtex-search-backward-string, bibtex-preamble-prefix)
4005 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4006 (bibtex-any-valid-entry-type): New variable.
4007 (bibtex-parse-field-name): Simplify.
4008 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4009 (bibtex-preamble-prefix): Include left delimiter.
4010 (bibtex-search-forward-field, bibtex-search-backward-field):
4011 Allow unbounded search past entry boundaries (required by bibtex-pop).
4012 (bibtex-text-in-field-bounds): Use push.
4013 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4014 (bibtex-parse-preamble, bibtex-valid-entry)
4015 (bibtex-beginning-first-field): New functions.
4016 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4017 (bibtex-map-entries): Fix docstring.
4018 (bibtex-flash-head): New arg prompt. Simplify.
4019 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4020 (bibtex-insert-kill): Simplify. Always insert text past the
4021 current field or entry.
4022 (bibtex-format-entry): Use bibtex-parse-field.
4023 (bibtex-pop): Use bibtex-beginning-of-entry and
4024 bibtex-end-of-entry to initiate the search. Insert empty field if
4025 we found ourselves.
4026 (bibtex-print-help-message): New args field and comma.
4027 Handle entry keys.
4028 (bibtex-make-field): Use bibtex-beginning-of-entry.
4029 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4030 invalid entry.
4031 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4032 Handle preambles. Simplify code for thorough test.
4033 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4034 New arg comma. Handle entry heads.
4035 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4036 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4037 New arg comma.
4038 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4039 (bibtex-fill-field): Simplify.
4040 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4041 bibtex-parse-field.
4042 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4043 (bibtex-complete): Use bibtex-parse-preamble.
4044
4045 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4046
4047 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4048 Display name of expression instead of convenience variable.
4049 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4050
4051 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4052 toggle-gud-tooltip-dereference.
4053 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4054 (gud-tooltip-tips): ...here when dereferencing.
4055
4056 2005-12-28 Bill Wohler <wohler@newt.com>
4057
4058 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4059
4060 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4063 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4064 (vc-annotate-display-autoscale): Adjust call.
4065 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4066 Fix interactive spec.
4067 (vc-annotate-time-span): Remove.
4068 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4069 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4070 (vc-annotate-display-select): Use new name.
4071
4072 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4073 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4074 Correct the construction of span entries. Simplify.
4075 (vc-annotate-display-select): Fix the nil case.
4076 (vc-annotate): Remove obsolete (and now broken) code.
4077 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4078 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4079
4080 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4081
4082 * subr.el (lazy-completion-table): Correct typo in docstring.
4083
4084 * startup.el (command-line): Use `custom-reevaluate-setting' for
4085 `send-mail-function'.
4086
4087 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4088
4089 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4090
4091 * mail/smtpmail.el (smtpmail-try-auth-methods):
4092 Send credentials together with "AUTH PLAIN" command.
4093
4094 2005-12-27 Richard M. Stallman <rms@gnu.org>
4095
4096 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4097 mouse-2, go back to previously selected window, so it's selected
4098 when mouse-2 command runs.
4099
4100 2005-12-27 Juri Linkov <juri@jurta.org>
4101
4102 * descr-text.el (describe-text-sexp): Use square brackets for
4103 button [Show] to distinguish it from the property value `show'.
4104 (describe-property-list): Use `insert-text-button' with
4105 `help-face' type instead of putting face in quotes, because button
4106 is not created automatically for a list of faces.
4107 (describe-text-properties-1): Put button-type value in quotes to
4108 distinguish from plain text "button".
4109 (describe-char): Display code point values in hex. Don't use
4110 `symbol-name' for `current-input-method' because it is a string.
4111 Use `insert-text-button' with `help-face' type instead of putting
4112 hardcoded face in quotes, because button is not created automatically.
4113
4114 2005-12-27 Richard M. Stallman <rms@gnu.org>
4115
4116 * progmodes/glasses.el (glasses-face): More specific custom type.
4117
4118 * files.el (set-visited-file-name): Doc fix.
4119
4120 * textmodes/flyspell.el (flyspell-external-point-words):
4121 Use local var buffer-scan-pos to advance scan for next misspelling.
4122 Advance it only after we find the misspelling.
4123
4124 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4125
4126 * textmodes/flyspell.el (flyspell-external-point-words):
4127 New criteria for finding the misspelling in the buffer.
4128
4129 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * help-mode.el (help-insert-string): Set help-xref-stack-item
4132 rather than call help-setup-xref.
4133
4134 * descr-text.el (describe-char): Revert previous changes for
4135 optional buffer argument.
4136
4137 2005-12-27 Juri Linkov <juri@jurta.org>
4138
4139 * help-mode.el (help-insert-string): New function. Save buffer
4140 contents in cases where it is impossible to recompute the old contents.
4141
4142 * descr-text.el (describe-char): Set help-xref-stack-item
4143 explicitly after buffer has been generated.
4144
4145 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4146
4147 * cus-start.el (all): Add x-gtk-show-hidden-files.
4148
4149 2005-12-26 Richard M. Stallman <rms@gnu.org>
4150
4151 * replace.el (perform-replace): Calculate match-again
4152 before skipping read-only matches.
4153
4154 * paren.el (paren-showing-faces): New group.
4155 (show-paren-match, show-paren-mismatch): Move to that group.
4156
4157 * button.el (button): Put into group `basic-faces'.
4158
4159 * progmodes/make-mode.el: Remove faces from group `faces'.
4160
4161 * apropos.el (apropos, apropos-value): Doc fix.
4162 (apropos-documentation): Doc fix.
4163
4164 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * subr.el (lazy-completion-table): Remove argument `args'.
4167
4168 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4169 Don't use the `args' argument of lazy-completion-table.
4170
4171 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4172
4173 * descr-text.el (describe-char): Add optional argument for buffer.
4174 Set buffer appropriately. Call help-setup-xref.
4175 Suggested by Stefan Monnier.
4176
4177 2005-12-26 Juri Linkov <juri@jurta.org>
4178
4179 * descr-text.el: Require `help-fns' at runtime. Don't require
4180 `button' for byte compilation.
4181 (describe-text-widget): Add `help-echo' for first button.
4182 Use `help-info' for second.
4183 (describe-property-list): Use `help-argument-name' instead of `italic'.
4184 (describe-text-category): Add prompt to interactive spec.
4185 Call `help-setup-xref'.
4186 (describe-char): Use `help-character-set'. Add `help-echo' for
4187 code point. Use `help-input-method'. Remove superfluous insert.
4188
4189 2005-12-25 Richard M. Stallman <rms@gnu.org>
4190
4191 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4192 at point, in case of narrowing.
4193
4194 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4195
4196 * locate.el (locate-header-face): Allow nil in type.
4197
4198 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4199
4200 2005-12-25 Romain Francoise <romain@orebokech.com>
4201
4202 * battery.el (battery-linux-proc-acpi): Also try
4203 `/proc/acpi/thermal_zone/THM0/temperature'.
4204
4205 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * custom.el (custom-push-theme): Fix docstring.
4208
4209 * cus-edit.el (custom-variable-set, custom-variable-save)
4210 (custom-variable-save): Custom-quote widget values.
4211 (customize-save-variable): Fix custom-push-theme call.
4212
4213 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4214
4215 * w32-fns.el (w32-batch-update-autoloads): New function.
4216
4217 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4218 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4219 from the command line.
4220
4221 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4222
4223 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4224 reset means to remove setting from theme entirely. Don't keep
4225 expanding theme-settings list; delete old entries if necessary.
4226
4227 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4228 customization" button one line up.
4229 (custom-themed): New face.
4230 (custom-magic-alist): New value, THEMED, for theme settings.
4231 (custom-variable-state-set, custom-face-state-set):
4232 Check theme-value instead of saved-value.
4233 (custom-variable-reset-standard, custom-face-reset-standard):
4234 Remove theme setting entirely. Recalculate new values.
4235 (custom-variable-set, custom-variable-set)
4236 (custom-variable-reset-saved, custom-variable-reset-backup)
4237 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4238 (custom-variable-save): Fix typos.
4239
4240 2005-12-23 Juri Linkov <juri@jurta.org>
4241
4242 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4243 Add autoload cookies.
4244 (edebug-outside-d-c-i-n-s-w): New variable.
4245 (edebug-display, edebug-outside-excursion): Use it to save the
4246 original value of default-cursor-in-non-selected-windows.
4247 Set default-cursor-in-non-selected-windows to t while Edebug
4248 is active.
4249 (edebug-mode, edebug-eval-mode): Doc fix.
4250
4251 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4252 with `buffer-substring-no-properties' to remove common substring
4253 highlighting.
4254
4255 * info.el (info-other-window, info): Rename function argument
4256 `file' to `file-or-node'.
4257 (Info-complete-menu-item): Use local variable `complete-nodes' to
4258 keep the global value of `Info-complete-nodes' unchanged for
4259 subsequent completions.
4260 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4261
4262 * simple.el (get-next-valid-buffer, last-buffer)
4263 (next-error-buffer-p, next-error-find-buffer)
4264 (minibuffer-history-sexp-flag): Doc fix.
4265
4266 * savehist.el (savehist-mode-hook): Add `:group'.
4267
4268 * log-view.el: Call autoload for vc-find-version.
4269 (log-view-current-file): Adjust subgroup numbers.
4270 (log-view-current-tag): Add `length'.
4271
4272 2005-12-23 Richard M. Stallman <rms@gnu.org>
4273
4274 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4275
4276 2005-12-23 Juri Linkov <juri@jurta.org>
4277
4278 * hi-lock.el (hi-lock-archaic-interface-message-used)
4279 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4280 (hi-lock-mode): Display "Hi" in the mode line only when
4281 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4282 (hi-lock-write-interactive-patterns):
4283 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4284 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4285 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4286 font-lock-add-keywords to t.
4287
4288 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4289
4290 * hi-lock.el (hi-lock-highlight-range): New variable.
4291 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4292 only if font-lock-fontified is non-nil. Remove overlays.
4293 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4294 font-lock-fontified is non-nil, otherwise use overlays (instead of
4295 text properties).
4296 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4297 New variables.
4298 (hi-lock-string-serialize) New function.
4299
4300 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4301
4302 * menu-bar.el (menu-find-file-existing): New function.
4303 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4304
4305 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4306
4307 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * vc.el: Remove unnecessary leading * in docstrings.
4310 (vc-annotate-mode-map): Move initialization into declaration.
4311 (vc-static-header-alist): Nitpick on the regexp.
4312 (vc-default-init-version): New fun.
4313 (vc-register): Use it.
4314 (vc-insert-headers): Use dolist.
4315 (vc-annotate-get-backend): Remove unused function.
4316 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4317 (vc-annotate-mode): Remove corresponding call.
4318 (vc-annotate-car-last-cons): Simplify.
4319 (vc-annotate-buffers): Remove var.
4320 (vc-annotate-backend): Make it buffer-local.
4321 (vc-annotate): Move the interaction to the interactive spec.
4322 Add a `buf' argument.
4323 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4324 killing&creating a vc-annotate buffer, which is very disruptive when
4325 the buffers are shown in dedicated frames.
4326
4327 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * descr-text.el: Add FSF as maintainer.
4330 (describe-text-mode, describe-text-mode-map)
4331 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4332 help-mode.
4333 (describe-text-widget, describe-text-sexp)
4334 (describe-property-list, describe-text-category)
4335 (describe-text-properties, describe-text-properties-1)
4336 (describe-char): Use help buttons instead of widgets.
4337 (describe-char-unicodedata-file): Make URL link in doc string.
4338
4339 2005-12-22 Richard M. Stallman <rms@gnu.org>
4340
4341 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4342 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4343 Don't include buttons that write a file when there's no file.
4344 (custom-variable-menu, custom-face-menu, custom-group-menu):
4345 Don't include commands that write a file when there's no file.
4346 (customize-browse): Reword the top-of-buffer help intro.
4347 (custom-buffer-create-internal): Fix previous change.
4348 (customize-changed-options-previous-release): Prev release is 21.1.
4349 (customize-changed-options): Doc fix.
4350 (customize-changed): New alias.
4351 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4352 Say "standard values".
4353 (Custom-reset-standard): Doc fix.
4354 (custom-face-reset-standard): Doc fix.
4355
4356 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4359 even if font-lock-mode is non-nil since it may be t without having
4360 turned on font-lock-mode-internal.
4361 (font-lock-choose-keywords): Minor optimization.
4362 (font-lock-add-keywords, font-lock-remove-keywords)
4363 (font-lock-set-defaults): Don't call make-local-variable on a variable
4364 that we know to already be local.
4365
4366 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4367
4368 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4369 messages if in the minibuffer.
4370
4371 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4374 (tex-mode-flyspell-verify, flyspell-get-word)
4375 (flyspell-external-point-words): Don't use point-min/max uselessly.
4376
4377 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4378 by Kevin Rodgers. Instead, just hide the completions buffer if we
4379 don't need to show it.
4380
4381 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4382
4383 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4384
4385 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4388 delete-windows-on with an inexistent buffer.
4389
4390 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4391
4392 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4393 Delete defcustom variable :tag names.
4394
4395 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4398 (log-view-font-lock-keywords): Ajust subgroup numbers.
4399 (log-view-current-tag): Don't hard code the number of subgroups.
4400
4401 2005-12-20 Juri Linkov <juri@jurta.org>
4402
4403 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4404 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4405
4406 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4407 (menu-bar-non-minibuffer-window-p): Instead of checking
4408 display-multi-frame-p, use selected-frame when menu-updating-frame
4409 is nil.
4410
4411 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4412
4413 * align.el (align-rules-list): Use [ \t] instead of \s-
4414 for column separators in text mode.
4415
4416 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4417
4418 * help-mode.el (help-customize-variable, help-customize-face):
4419 Don't pop help-xref-stack as help-follow no longer pushes
4420 anything on to it.
4421
4422 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4423
4424 * textmodes/org.el (org-agenda-custom-commands): New option.
4425 (org-agenda): Offer custom commands on splash screen.
4426 (org-make-tags-matcher): Parser for Boolean logic added.
4427 (org-agenda-set-tags): New command.
4428 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4429 (org-set-tags): Efficiency improvements.
4430 (org-auto-align-tags): New option.
4431 (org-todo, org-demote, org-promote): Realign tags.
4432 (org-tags-completion-function): Use also "&" and "|" as separators.
4433 (org-org-menu): Agenda commands simplified.
4434
4435 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4436
4437 * cus-edit.el (customize-apropos, customize-apropos-options):
4438 Docstring changes.
4439
4440 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4441
4442 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * longlines.el (longlines-mode): Wrap while widened.
4445 (longlines-decode-region, longlines-encode-region): Compute max
4446 just once.
4447
4448 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4449
4450 * cus-edit.el (mac): New group.
4451
4452 * cus-start.el (all): Add user options in macterm.c. Add test for
4453 Mac-related built-ins. Fix test for GTK-related built-ins.
4454
4455 * term/mac-win.el (mac-handle-language-change)
4456 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4457 (mac-services-open-selection, mac-services-mail-selection)
4458 (mac-services-mail-to, mac-services-insert-text)
4459 (mac-dispatch-apple-event): Add docstrings.
4460 (x-get-selection, mac-select-convert-to-string): Select coding
4461 system from `utf-16be' and `utf-16le' using `byteorder'.
4462
4463 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4466 a "list" (lambda ...) rather than a real completion list.
4467
4468 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4469 lexical-let when encountering ((lambda (...) ...) ...).
4470
4471 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4472
4473 * progmodes/sh-script.el (sh-mode):
4474 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4475 * textmodes/picture.el (picture-mode): Update docstrings.
4476
4477 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4478
4479 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4480 commands enclosed in $(ARGQUOTE)s should not be split between two
4481 lines, as that will break with GNU Make >3.80, when sh.exe is used
4482 and arg quoting is with '..'.
4483 (autoloads): Don't break the quoted --eval expression between
4484 several lines.
4485
4486 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4489 Capture error from printing circular structures.
4490
4491 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4492
4493 * wid-edit.el (widget-checkbox-action): Clear undo info.
4494
4495 2005-12-16 Bill Wohler <wohler@newt.com>
4496
4497 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4498 bar, not menubar in comment.
4499
4500 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4503 After-change-functions should not clobber the match data.
4504
4505 2005-12-16 Juri Linkov <juri@jurta.org>
4506
4507 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4508 instead of `buffer-substring'.
4509 (completion-common-substring): Doc fix.
4510 (completion-setup-function): Use minibuffer-completion-contents
4511 instead of minibuffer-contents. Don't set common-string-length
4512 initially. Remove special handling of partial-completion-mode.
4513 Move computation of completion-base-size into one cond.
4514 Call completion-base-size-function in mainbuf. In computation of
4515 completion-base-size for file name completion don't move point to
4516 the end of the minibuffer. Move computation of common-string-length
4517 into one cond. Start putting faces only when common-string-length>=0.
4518 Add condition to put completions-common-part when
4519 common-string-length>0.
4520
4521 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4522 place point at the first different character in the minibuffer
4523 even if this position is at the beginning of the minibuffer.
4524
4525 * info.el (Info-read-node-name-1): In completion-base-size-function's
4526 lambda return 1 if common-substring or minibuffer-completion-contents
4527 starts with (, and 0 otherwise.
4528
4529 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4530 Use `crm-current-element' for second arg of `display-completion-list'.
4531
4532 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4533
4534 * files.el (set-auto-mode): Look for an interpreter specified on
4535 the first line also if search for mode specification succeeded,
4536 but the mode is not known.
4537
4538 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4539
4540 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4541 (org-open-at-point): Implement tag searches as links.
4542 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4543 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4544 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4545 (org-agenda-dispatch): New commands.
4546 (org-use-tag-inheritance, org-tags-column): New options.
4547 (org-tab-follows-link, org-return-follows-link): New options.
4548 (org-tags): New customize group.
4549 (org-start-icalendar-file): Get local time zone.
4550 (org-tags-completion-function): New function.
4551 (org-set-font-lock-defaults): Make sure links will also be
4552 highlighted inside headlines.
4553
4554 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4555
4556 * term.el (term-emulate-terminal):
4557 Let term-handle-ansi-terminal-messages override what Bash says about
4558 its current directory.
4559
4560 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4561
4562 * bindings.el (last-buffer): Move to simple.el.
4563 * simple.el (last-buffer): Move here.
4564 (get-next-valid-buffer): New function.
4565 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4566 (prev-buffer): Ditto. Rename to `previous-buffer'.
4567
4568 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4569 * bindings.el (global-map): Ditto.
4570
4571 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4572
4573 * cus-edit.el: Introductory comment change.
4574 (custom-magic-alist): Change message string for the `rogue' state.
4575
4576 2005-12-15 Richard M. Stallman <rms@gnu.org>
4577
4578 * tooltip.el: Delete defcustom variable :tag names.
4579
4580 * complete.el (partial-completion-mode): Doc fix.
4581
4582 * textmodes/flyspell.el (flyspell-external-point-words):
4583 Use save-excursion to ensure we don't move backward in the
4584 search loop, not even one character.
4585 (flyspell-delete-all-overlays): Use remove-overlays directly.
4586
4587 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4588 (ispell-start-process): Set that variable.
4589 Clear ispell-buffer-local-name.
4590 (ispell-internal-change-dictionary):
4591 Set ispell-current-dictionary after killing process.
4592 (ispell-buffer-local-dict):
4593 Don't set spell-personal-dictionary after killing process.
4594 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4595 (ispell-tex-skip-alists, ispell-html-skip-alists)
4596 (ispell-skip-region-alist): Mark as risky.
4597
4598 * net/newsticker.el (newsticker--retrieval-timer-list)
4599 (newsticker--display-timer, newsticker-running-p)
4600 (newsticker-ticker-running-p): Definitions moved up.
4601
4602 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4603
4604 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4605
4606 2005-12-15 David Ponce <david@dponce.com>
4607
4608 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4609 (recentf-edit-list, recentf-open-files): Signal an error when
4610 there is no recent file.
4611
4612 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4613
4614 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4615 read-only except for texinfo-format-region evaluation.
4616
4617 2005-12-14 Richard M. Stallman <rms@gnu.org>
4618
4619 * vc.el (vc-default-previous-version, vc-default-next-version)
4620 (vc-do-command): Doc fixes.
4621
4622 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4623
4624 * textmodes/bibtex.el (bibtex-expand-strings)
4625 (bibtex-autokey-expand-string, bibtex-name-part)
4626 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4627 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4628 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4629 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4630 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4631 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4632 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4633 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4634 (bibtex-beginning-of-last-entry): Remove.
4635 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4636 message if comma is missing but buffer is read-only.
4637 (bibtex-parse-field-text): Handle whitespaces at the end of field
4638 text. Return 3-element list with beginning and end of field text
4639 and end of field.
4640 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4641 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4642 (bibtex-search-forward-field, bibtex-search-backward-field):
4643 Search always delimited by limits of entry. Use more efficient
4644 search algorithms.
4645 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4646 bibtex-end-of-name-in-field.
4647 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4648 extracting the content of a field.
4649 (bibtex-text-in-field): Use search limits.
4650 (bibtex-parse-string-prefix): Handle empty string keys based on
4651 bibtex-string-empty-key.
4652 (bibtex-parse-string): Fix docstring.
4653 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4654 (bibtex-preamble-prefix, bibtex-strings): New functions.
4655 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4656 BibTeX entries (consistent with other BibTeX functions).
4657 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4658 (bibtex-search-entry): Fix docstring. Simplify.
4659 (bibtex-flash-head, bibtex-complete-string-cleanup)
4660 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4661 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4662 (bibtex-parse-entry): New optional arg content.
4663 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4664 Use bibtex-text-in-field-bounds.
4665 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4666 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4667 bibtex-parse-string-postfix.
4668 (bibtex-find-text-internal): New function.
4669 (bibtex-remove-delimiters): Use it.
4670 (bibtex-find-text): Use it. New optional arg help.
4671 (bibtex-complete): Handle BibTeX string and preamble entries.
4672 (bibtex-Preamble): Fix order of closing delimiters.
4673
4674 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * vc.el (vc-default-revert): New fun.
4677
4678 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4679
4680 2005-12-14 Romain Francoise <romain@orebokech.com>
4681
4682 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4683 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4684 (font-lock-remove-keywords): Likewise.
4685
4686 2005-12-14 Juri Linkov <juri@jurta.org>
4687
4688 * log-view.el (log-view-diff): Doc fix.
4689
4690 * isearch.el (isearch-query-replace): Use (mark) instead of
4691 isearch-opoint if mark is active in transient-mark-mode.
4692
4693 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4694
4695 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4696
4697 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4698
4699 * progmodes/cpp.el (cpp-face): New widget.
4700 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4701
4702 2005-12-14 Juri Linkov <juri@jurta.org>
4703
4704 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4705 around `erase-buffer' and `insert'.
4706
4707 * descr-text.el (describe-text-properties): Replace buffer name
4708 "*Help-2*" with "*Help*<2>".
4709 (describe-char): Add functions print-help-return-message,
4710 toggle-read-only. Use help-setup-xref with nil to not store
4711 describe-char in help-xref-stack. Use help-make-xrefs to
4712 make [back] button.
4713
4714 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4715
4716 * wdired.el (wdired-old-point): New internal variable.
4717 (wdired-change-to-wdired-mode): Set it buffer-locally.
4718 (wdired-abort-changes): Restore point after aborting changes.
4719
4720 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * vc.el (vc-do-command): Add a new value t for okstatus.
4723
4724 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4725 frame in case of errors.
4726
4727 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4728
4729 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4730 so it comes after "On the Left" in the menu.
4731
4732 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4733
4734 * cus-edit.el (customize-apropos, customize-apropos-options)
4735 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4736
4737 2005-12-12 Bill Wohler <wohler@newt.com>
4738
4739 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4740 non-writable Subversion-controlled files by saving window
4741 configuration before calling vc-do-command. vc-do-command calls
4742 pop-to-buffer on error which is unexpected during registration.
4743
4744 2005-12-12 Jay Belanger <belanger@truman.edu>
4745
4746 * calc/README: Update the summary of changes.
4747
4748 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * descr-text.el (describe-char): Rework last fix to solve the problem
4751 is the same way it's solved for everything else in that function
4752 (i.e. by extracting the info before setting up the *Help* buffer).
4753
4754 2005-12-12 Kim F. Storm <storm@cua.dk>
4755
4756 * subr.el (version-regexp-alist): Allow space as separator before
4757 non-numeric part, e.g. "1.0 alpha".
4758 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4759
4760 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4761
4762 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4763 Implement Logging and the keep-modes setting.
4764 (org-get-category): Make sure a string is returned.
4765 (org-log-done): New function.
4766 (org-log-done, org-closed-string): New options.
4767
4768 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4769
4770 * tooltip.el (tooltip-y-offset): Change default to 20.
4771
4772 2005-12-12 Richard M. Stallman <rms@gnu.org>
4773
4774 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4775
4776 * frame.el (display-hourglass): Doc fix.
4777
4778 * help.el (help-for-help-internal): Simplify entry for `a'.
4779
4780 * info.el (Info-on-current-buffer): Doc fix.
4781 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4782
4783 * startup.el (inhibit-splash-screen): Make this the real name.
4784 (inhibit-startup-message): Make this the alias.
4785 (command-line): Find only simple.el, and use its directory
4786 to fill in other preloaded files' names.
4787 (command-line): Deactivate the mark if deactivate-mark is set.
4788
4789 * international/mule.el (load-with-code-conversion):
4790 Bind deactivate-mark.
4791
4792 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4793
4794 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4795
4796 * cus-edit.el (customize-apropos): Avoid listing an option more
4797 than once under different aliases. No longer list user options
4798 that are not defined with defcustom (unless a prefix arg is given).
4799 Doc fix.
4800 (customize-apropos-options): Doc fix.
4801
4802 2005-12-11 Juri Linkov <juri@jurta.org>
4803
4804 * frame.el (set-background-color, set-foreground-color)
4805 (set-cursor-color, set-mouse-color, set-border-color):
4806 Add explicit prompts to read colors by `facemenu-read-color'.
4807 (show-trailing-whitespace, blink-cursor-delay)
4808 (blink-cursor-interval, display-hourglass, hourglass-delay):
4809 Remove tags.
4810 (display-hourglass, hourglass-delay): Doc fix.
4811 (cursor-in-non-selected-windows): Capitalize words in tag.
4812
4813 * faces.el (frame-background-mode): Replace `choice-item' keywords
4814 with `const' to not make [default] button. Change default value tag
4815 from `default' to `automatic'. Doc fix.
4816 (trailing-whitespace) <defface>: Change group `whitespace' to
4817 `whitespace-faces'.
4818
4819 2005-12-11 Richard M. Stallman <rms@gnu.org>
4820
4821 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4822
4823 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4824
4825 * term/mac-win.el: Create keymap for mac-apple-event-map.
4826
4827 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4828
4829 * tooltip.el (tooltip-mode): Move to start of file so that it
4830 appears at top of customize buffer.
4831
4832 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4833 Add the gud groupname.
4834 (gud-tooltip-mode): Add the tooltip groupname.
4835 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4836 avoid conflict with tooltip-use-echo-area.
4837
4838 2005-12-10 Romain Francoise <romain@orebokech.com>
4839
4840 * help.el (help-for-help-internal): Add `r' in doc string.
4841
4842 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4843
4844 * align.el (align-regexp, align-highlight-rule):
4845 Use region-beginning and region-end instead of point and mark, so that
4846 repetition (with `repeat-complex-command') recomputes the region
4847 bounds.
4848
4849 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4850
4851 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4852 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4853 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4854 (balance-windows): Rewrite using the above new functions.
4855
4856 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4857
4858 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4859 react if global-hi-lock-mode seems intended.
4860 (global-hi-lock-mode) Renamed from hi-lock-mode.
4861 (hi-lock-archaic-interface-message-used)
4862 (hi-lock-archaic-interface-deduce): New variables.
4863 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4864 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4865 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4866 Replace hi-lock-buffer-mode with hi-lock-mode.
4867
4868 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4869
4870 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4871 completion list, even after a partial completion has been
4872 inserted in the current buffer. If there are more than 1
4873 completion, redisplay the *Completions* buffer; if the
4874 completion is unique, delete the *Completions* window.
4875
4876 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4877
4878 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4879 strings and long subject lines that were broken into multiple
4880 lines at arbitrary places. Handle subjects that have "Re: " in
4881 the middle.
4882
4883 2005-12-10 John W. Eaton <jwe@octave.org>
4884
4885 * emacs/octave-mod.el (octave-electric-space): Don't indent
4886 comments or strings if octave-auto-indent is nil.
4887
4888 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4889
4890 * term/mac-win.el: Require url when compiling.
4891 Call mac-process-deferred-apple-events after loading init files.
4892 (mac-apple-event-map): New defvar. Define event handlers in it.
4893 (core-event, internet-event): New Apple event class symbols.
4894 (open-application, reopen-application, open-documents)
4895 (print-documents, open-contents, quit-application)
4896 (application-died, show-preferences, autosave-now, get-url):
4897 New Apple event ID symbols.
4898 (about): New HICommand ID symbol.
4899 (mac-event-spec, mac-event-ae): New macros.
4900 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4901 (mac-ae-selection-range, mac-ae-text-for-search)
4902 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4903 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4904 and Services menu events are now defined in mac-apple-event-map.
4905 (mac-drag-n-drop): Remove selection range handling.
4906
4907 2005-12-10 Kenichi Handa <handa@m17n.org>
4908
4909 * simple.el (zap-to-char):
4910 * isearch.el (isearch-process-search-char): Translate CHAR by
4911 translation-table-for-input.
4912
4913 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * foldout.el (foldout-exit-fold): Properly hide subtree.
4916
4917 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4918
4919 * files.el (save-buffer):
4920 * international/ucs-tables.el (ucs-set-table-for-input):
4921 * mail/mail-extr.el (mail-extract-address-components):
4922 * mail/sendmail.el (mail-mode): Reformat doc string.
4923
4924 2005-12-09 Juri Linkov <juri@jurta.org>
4925
4926 * isearch.el (isearch-highlight): Change main overlay priority
4927 from 1 to 1001. Simplify.
4928 (isearch-lazy-highlight-update): Change lazy overlay priority
4929 from 0 to 1000.
4930
4931 * replace.el (replace-highlight): Change overlay priority from
4932 1 to 1001.
4933
4934 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4935 Change overlay priority from 1 to 1001. Reuse existing overlay.
4936
4937 * compare-w.el (compare-windows-highlight): Change overlay
4938 priority from 1 to 1000.
4939
4940 * menu-bar.el (menu-bar-edit-menu): Add listp around
4941 pending-undo-list to disable menu item "undo" when pending
4942 undo list is empty.
4943
4944 * locate.el (locate): Disable undo in *Locate* buffer.
4945
4946 2005-12-09 Kim F. Storm <storm@cua.dk>
4947
4948 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4949
4950 2005-12-09 David Ponce <david@dponce.com>
4951
4952 * recentf.el: Improvement of the menu code.
4953 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4954 instead of menu hook.
4955 (recentf-show-menu, recentf-hide-menu): New functions.
4956 (recentf-menu-customization-changed, recentf-mode): Use them.
4957 (recentf-menu-action, recentf-max-menu-items)
4958 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4959 (recentf-arrange-by-rule-others)
4960 (recentf-arrange-by-rules-min-items)
4961 (recentf-arrange-by-rule-subfilter) : Don't use
4962 `recentf-menu-customization-changed'.
4963 (recentf-arrange-rules): Likewise. Accept functions to compute
4964 sub-menu titles.
4965 (recentf-menu-filter): Likewise. Doc fix.
4966 (recentf-menu-value-shortcut): Doc fix.
4967 (recentf-dump-variable): Quote atom value.
4968 (recentf-make-menu-items): Update to use it as a menu filter.
4969 (recentf-match-rule): New function.
4970 (recentf-arrange-by-rule): Use it.
4971 (recentf-indirect-mode-rule): New function.
4972 (recentf-build-mode-rules): Use it.
4973 (recentf-dir-rule): New function.
4974 (recentf-arrange-by-dir): Use it.
4975 (recentf-filter-changer-current): Rename from
4976 `recentf-filter-changer-state'. All references updated.
4977 (recentf-filter-changer-alist): Update filter names.
4978 (recentf-filter-changer-select): New function.
4979 (recentf-filter-changer): Use it. Make a sub-menu from filters
4980 available in `recentf-filter-changer-alist'.
4981 (recentf-data-cache, recentf-clear-data)
4982 (recentf-update-menu): Remove. All references updated.
4983 (recentf-match-rule-p, recentf-build-dir-rules)
4984 (recentf-filter-changer-goto-next)
4985 (recentf-filter-changer-get-current)
4986 (recentf-filter-changer-get-next): Remove.
4987
4988 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4989
4990 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4991 buffer "Reset" button to "Reset to Current" for consistency with
4992 the State buttons.
4993
4994 2005-12-08 John Paul Wallington <jpw@pobox.com>
4995
4996 * ibuf-ext.el (define-ibuffer-filter filename):
4997 If `dired-directory' is a list then really use its car.
4998
4999 2005-12-08 Kim F. Storm <storm@cua.dk>
5000
5001 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5002 Fix indention of text on right side of replaced rectangle.
5003
5004 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5005
5006 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5007 No need to check gud-comint-buffer is bound.
5008 (gdb): Prevent multiple debugging when first session uses gdba.
5009
5010 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5011
5012 CC Mode update to 5.31.
5013
5014 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5015 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5016 We might do this function properly in the future).
5017
5018 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5019 New macros c-sentence-end and c-default-value-sentence end, to cope
5020 with Emacs 22's new function `sentence-end'.
5021
5022 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5023
5024 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5025 compat issue using `c-put-overlay' and `c-delete-overlay'.
5026
5027 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5028 New compat macros to handle overlays/extents.
5029
5030 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5031
5032 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5033 (for GNU Emacs 20.4)
5034
5035 * progmodes/cc-defs.el:
5036 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5037
5038 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5039 highlighting mechanism so it will work in XEmacs too.
5040
5041 * progmodes/cc-defs.el: Insert c-int-to-char.
5042
5043 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5044 call to the new macro c-int-to-char. This solves XEmacs's
5045 regarding characters as different from integers.
5046
5047 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5048
5049 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5050 New internal helper.
5051
5052 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5053 construct to make the indirect face lookup work in XEmacs.
5054
5055 (c-cpp-matchers): Append the negation char face to the existing
5056 fontification, so that the cpp face doesn't disappear.
5057 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5058 and strings.
5059
5060 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5061 to map to `font-lock-negation-char-face' in emacsen where it exists.
5062
5063 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5064
5065 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5066
5067 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5068 Rename "c-subword-move-mode" as "c-subword-mode".
5069
5070 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5071 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5072
5073 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5074
5075 * progmodes/cc-mode.el: Added autoload directive for
5076 `c-subword-move-mode' for use in older emacsen.
5077
5078 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5079
5080 * progmodes/cc-mode.el:
5081 (i) Insert a binding for C-c C-backspace into
5082 c-bind-special-erase-keys which works in TTYs.
5083 (ii) Make sure that when file styles are used, any explicitly
5084 given style variables take priority over those in the style.
5085 Do this by calling `hack-local-variables' a second time.
5086
5087 * progmodes/cc-vars.el: Add language specific customization
5088 widgets for AWK to c-doc-comment-style, c-require-final-newline
5089 and c-default-style. Add a defcustom for awk-mode-hook.
5090 Give c-syntactic-element and c-syntactic-context doc-strings by
5091 directly setting their `variable-documentation' propery.
5092 This allows Emacs 22.1 to read these with C-h v.
5093
5094 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5095
5096 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5097
5098 * progmodes/cc-fonts.el, cc-vars.el
5099 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5100 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5101 Masatake YAMATO.
5102
5103 (c-doc-comment-style): Made GtkDoc default in C mode.
5104
5105 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5106 and C-c C-<delete>.
5107
5108 (c-bind-special-erase-keys): New function for use on
5109 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5110
5111 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5112 <delete> key behavior in XEmacs according to `delete-forward-p'.
5113 C.f. `c-electric-delete'.
5114
5115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5116
5117 * progmodes/cc-mode.el: Give c-hungry-backspace and
5118 c-hungry-delete-forward permanent key bindings.
5119
5120 * progmodes/cc-cmds.el (c-electric-semi&comma):
5121 Bind c-syntactic-context for calls to "criteria functions", for
5122 consistency with other calls to user functions.
5123
5124 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5125 `current-prefix-arg', since this might be the prefix arg to a
5126 command which calls c-indent-command as a function. Change the
5127 interactive spec from "p" to "P".
5128
5129 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5130 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5131 was difficult to understand.
5132
5133 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5134
5135 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5136 first char of an identifier.
5137
5138 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5139 +" syntax in C++.
5140
5141 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5142
5143 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5144 auto-fill doesn't split a c-comment's last word from a hanging
5145 "*/" when a space is typed between them after fill-column.
5146
5147 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5148
5149 * progmodes/cc-styles.el (c-set-style)
5150 (c-setup-paragraph-variables): Abort the command if we're not in a
5151 CC Mode buffer.
5152
5153 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5154 with blank comment-prefix, and a blank line as the comment's
5155 second line.
5156
5157 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5158
5159 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5160 Incorporate the patterns added in the Emacs development branch
5161 for the new Emacs 22 face `font-lock-negation-char-face'.
5162
5163 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5164 of "red" since it stands out better in xterms and DOS terminals.
5165
5166 * progmodes/cc-engine.el (c-literal-faces):
5167 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5168
5169 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5170
5171 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5172 forcibly enable c-electric-flag.
5173
5174 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5175 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5176 after the comment-prefix of a C-style comment will close that comment.
5177
5178 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5179
5180 * progmodes/cc-fonts.el (c-basic-matchers-before)
5181 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5182 in Pike.
5183
5184 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5185 digraphs.
5186
5187 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5188 (c-cpp-message-directives, c-cpp-include-directives)
5189 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5190 (c-cpp-expr-directives): Introduce new language constants to
5191 control cpp syntax in a cleaner way.
5192
5193 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5194
5195 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5196
5197 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5198 (c-multiline-string-start-char): New language constants and
5199 variables to specify how newlines in string literals work.
5200
5201 (c-font-lock-invalid-string): Use them.
5202
5203 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5204 unbalanced close brace is entered. Optimization by avoiding going
5205 back over arbitrarily large blocks. Removed hints that this
5206 function only would be relevant/useful in AWK.
5207
5208 (c-electric-brace): Indent syntactically after the cleanups since
5209 lineup functions might do it differently then.
5210
5211 * progmodes/cc-engine.el, cc-langs.el
5212 (c-opt-op-identifier-prefix): New language constant and variable.
5213
5214 (c-just-after-func-arglist-p, c-after-special-operator-id)
5215 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5216
5217 * progmodes/cc-align.el, cc-engine.el
5218 (c-after-special-operator-id): New helper to handle C++ operator
5219 identifiers.
5220
5221 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5222 (c-guess-basic-syntax): Handle C++ operator identifiers in
5223 declarations.
5224
5225 * progmodes/cc-langs.el (c-assignment-operators): Add the
5226 trigraph version of ^= too.
5227
5228 * progmodes/cc-langs.el (c-assignment-operators): Add the
5229 trigraph version of |= in C++.
5230
5231 * progmodes/cc-fonts.el (c-font-lock-declarators):
5232 Handle `c-decl-hangon-kwds' after the identifier name.
5233
5234 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5235 whether an arglist is "nonempty", ignore a comment after the open
5236 paren if it isn't followed by a non-comment token on the same line.
5237
5238 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5239 Enable heuristics below the point to cope with classes inside special
5240 brace lists in Pike.
5241
5242 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5243
5244 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5245
5246 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5247
5248 * progmodes/cc-guess.el (cc-guess-install): New function to
5249 install an already guessed style in another buffer.
5250
5251 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5252 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5253 anyway if the change always is undone.
5254
5255 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5256
5257 Implement togglable electricity:
5258
5259 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5260 saying when it should be used.
5261
5262 * progmodes/cc-engine.el: Add the new buffer-local variable,
5263 c-electric-flag.
5264
5265 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5266 c-toggle-auto-newline.
5267
5268 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5269 c-toggle-auto-newline. Remove the binding for
5270 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5271 c-toggle-electric-state.
5272
5273 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5274
5275 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5276 c-\(forward\|backward\)-subword.
5277 (c-update-modeline): Add the new modeline flag `l' for
5278 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5279 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5280 Make the old name an alias of the new name.
5281 (c-toggle-electric-state): New function.
5282 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5283 Adapt these functions to do electric things only when
5284 c-electric-flag is non-nil.
5285 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5286 new functions from c-electric-brace.
5287 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5288 mode, so that the tentative extra newline doesn't change the
5289 syntax of the following brace.
5290 (c-electric-brace): Restructure by extracting the above functions.
5291 Tidy up the coding somewhat.
5292 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5293 restructure a bit.
5294
5295 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5296
5297 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5298 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5299
5300 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5301 (c-submode-indicators): Change name from `c-auto-hungry-string'
5302 since it's now used to track another submode.
5303
5304 (c-update-modeline): Convert to function and extended to check
5305 `c-subword-move-mode'.
5306
5307 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5308 Convert to compat aliases for `c-forward-subword' and
5309 `c-backward-subword'.
5310
5311 * progmodes/cc-subword.el: New functions and minor mode to handle
5312 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5313
5314 (c-forward-subword, c-backward-subword, c-mark-subword)
5315 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5316 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5317 Functions corresponding to the standard word handling functions.
5318
5319 (c-subword-move-mode): Minor mode that replaces all the standard
5320 word handling functions with their subword equivalences.
5321
5322 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5323
5324 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5325 entry for one-liner-defun.
5326
5327 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5328 name in its def-edebug-spec.
5329
5330 * progmodes/cc-cmds.el (c-electric-brace): Make the
5331 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5332 compacts space before a comment, if this will make things fit on
5333 one line.
5334
5335 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5336
5337 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5338
5339 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5340 clean-up one-liner-defun.
5341
5342 * progmodes/cc-styles.el: Add the new "awk" style.
5343
5344 * progmodes/cc-vars.el: Add description of one-liner-defun to
5345 c-cleanup-list's doc-string. New user options,
5346 c-max-one-liner-length. In c-default-style, set the default style
5347 for AWK to "awk".
5348
5349 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5350
5351 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5352 macros inside labels.
5353
5354 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5355 `c-at-statement-start-p' and `c-at-expression-start-p'.
5356
5357 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5358 error if the mark isn't set.
5359
5360 * progmodes/cc-engine.el (c-guess-continued-construct)
5361 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5362 accurately detect functions inside functions.
5363
5364 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5365 like `c-at-statement-start-p' that additionally recognizes commas
5366 and expression parentheses as delimiters.
5367
5368 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5369 to avoid heuristics that doesn't work for unclosed blocks.
5370 (c-at-statement-start-p): New function.
5371
5372 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5373 Objective-C directives, e.g. directives spanning lines should work
5374 reasonably well now.
5375
5376 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5377
5378 (c-forward-objc-directive): New function to move over any ObjC
5379 directive.
5380
5381 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5382 (c-basic-matchers-before): Use it.
5383
5384 (c-font-lock-objc-iip-decl): Remove.
5385
5386 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5387 in the template arglist recognition.
5388
5389 * progmodes/cc-styles.el (c-style-alist): Fix several
5390 inconsistencies in the Whitesmith style.
5391
5392 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5393 New lineup function to get lines after Whitesmith style blocks
5394 correctly indented.
5395
5396 (c-lineup-whitesmith-in-block): Back out the compensation for
5397 opening parens since it's done using `add' lists in the style
5398 definition instead. Don't use the anchor position since it varies
5399 too much between the syntactic symbols. :P
5400
5401 * progmodes/cc-vars.el (c-valid-offset): Update.
5402
5403 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5404 lists where the offsets are combined according to several
5405 different methods: `first', `min', `max', and `add'.
5406 Report offset evaluation errors with `c-benign-error' so that some kind
5407 of reindentation still is done.
5408
5409 * progmodes/cc-engine.el (c-guess-basic-syntax):
5410 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5411 `arglist-close'.
5412
5413 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5414 situations for `arglist-cont-nonempty' and `arglist-close'.
5415
5416 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5417
5418 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5419 cc-bytecomp-boundp' in a number of places.
5420
5421 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5422 macro related issue.
5423
5424 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5425
5426 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5427 list is now [asdf], a char class [:alpha:].
5428 Include code for char classes.
5429 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5430 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5431
5432 Remove (nearly all of) the cruft associated with AWK Mode's former
5433 concept of "virtual semicolons":
5434
5435 Adapt c-beginning-of-statement, c-end-of-statement (together with
5436 subfunctions) to use the new notion of "virtual semicolon" in
5437 place of the old awkward special handling for AWK. There remains
5438 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5439 * progmodes/cc-cmds.el:
5440 (c-ascertain-adjacent-literal): In the backwards direction, now
5441 recognises AWK regexp delimiters as string delimiters.
5442 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5443 check more rigorously for "end of macro".
5444 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5445 virtual semicolons;
5446 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5447 out the code for forward movement into ...
5448 (c-end-of-statement): Now contains the code for forward movement,
5449 adapted for virtual semicolons.
5450
5451 * progmodes/cc-engine.el:
5452 (c-ws*-string-limit-regexp): New regexp.
5453 (c-forward-single-comment, c-backward-single-comment): Comment out
5454 the (now redundant) "special" AWK stuff.
5455
5456 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5457 c-string-par-start, c-string-par-separate to be more like Text
5458 Mode than Fundamental Mode.
5459
5460 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5461
5462 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5463 to the fontified region so that fontification doesn't occur
5464 outside it (could happen e.g. when fontifying a line with an
5465 unfinished declaration).
5466
5467 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5468
5469 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5470 start of the file. ^L now separate sections of the file.
5471 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5472 (c-awk-one-line-possibly-open-string-re)
5473 (c-awk-regexp-one-line-possibly-open-char-class-re)
5474 (c-awk-one-line-possibly-open-regexp-re)
5475 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5476 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5477
5478 Amend the concept of "virtual semicolons" (in the indentation
5479 engine) for languages like AWK, such that they are now
5480 conceptually attached to end of the last token of a statement, not
5481 the end of the line. (In AWK Mode, however, the pertinent text
5482 property is still physically set on the EOL.) Remove the specific
5483 tests for awk-mode, thus facilitating the introduction of other
5484 language modes where EOLs can end statements.
5485 (Note: The funtionality in cc-cmds.el, specifically
5486 c-beginning/end-of-statement has yet to be amended.)
5487
5488 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5489 New macros.
5490
5491 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5492 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5493 c-vsemi-status-unknown-p-fn (in a new page).
5494
5495 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5496 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5497 numerous awkward forms like
5498 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5499 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5500 variable before-ws-ip, the place just after char-before-ip appears.
5501
5502 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5503 a comment.
5504
5505 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5506
5507 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5508 `c-tentative-buffer-changes'.
5509
5510 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5511 convert to macro to choose between Emacs and XEmacs at compile time.
5512
5513 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5514
5515 (c-tentative-buffer-changes): New macro to handle temporary buffer
5516 changes in a convenient way.
5517
5518 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5519 for `c-tentative-buffer-changes'.
5520
5521 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5522 the checks for paren sexps between the point and the keyword, to
5523 avoid some false alarms.
5524
5525 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5526 Fixed a situation where an error could be thrown for unbalanced
5527 parens. Changed to make use of c-keyword-member' to avoid some
5528 repeated regexp matches.
5529
5530 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5531 These language variable are no longer necessary.
5532
5533 (c-block-stmt-kwds): New language constant used by
5534 c-looking-at-inexpr-block'.
5535
5536 (c-guess-basic-syntax): Remove an optional check that looked at
5537 the existence of the now removed language variables.
5538
5539 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5540 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5541 object instantiation expressions as declarations in some contexts.
5542 This bug only affected languages where the declarator can't be
5543 enclosed in parentheses.
5544
5545 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5546 insert newlines before and after substatement braces.
5547
5548 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5549 function declaration headers and the handling of C++ style member
5550 init lists.
5551
5552 (c-just-after-func-arglist-p): Rewritten to use
5553 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5554
5555 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5556
5557 (c-guess-basic-syntax): Adapt case 5B for the new
5558 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5559 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5560 covers all cases now).
5561
5562 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5563
5564 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5565
5566 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5567 c-string-par-start/separate c-sentence-end-with-esc-eol,
5568 initialised in c-setup-paragraph-variables, used in string
5569 scanning subroutines of c-beginning-of-statement.
5570
5571 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5572 which precedes the newly inserted `{'.
5573
5574 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5575
5576 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5577 function for declaration level blocks. It should now cope with
5578 templates better and also be a lot more comprehensible.
5579
5580 (c-looking-at-decl-block): The new function.
5581
5582 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5583 for compatibility.
5584
5585 (c-add-class-syntax, c-guess-continued-construct)
5586 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5587
5588 (c-decl-block-key): Change to tell apart ambiguous and
5589 unambiguous keywords. Pike specials are now handled directly in
5590 the code instead.
5591
5592 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5593 New language constants and variables to make the backward skip in
5594 `c-looking-at-decl-block' as tight as possible.
5595
5596 (c-nonsymbol-token-char-list): New language constant.
5597
5598 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5599 find balanced template arglists backwards.
5600
5601 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5602 making char classes for `c-syntactic-skip-backward'.
5603
5604 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5605 16D - can't be a class-close at that point.
5606
5607 * progmodes/cc-engine.el (c-guess-basic-syntax)
5608 (c-add-class-syntax): Don't narrow out the enclosing declaration
5609 level. This makes everything a lot easier, and it was actually
5610 only four small places that needed it to work. Some places that
5611 previously did `widen' are removed now, which has the effect that
5612 `c-guess-basic-syntax' never will look at things outside the
5613 current narrowment now. The anchor position for `topmost-intro'
5614 is affected by this, but it was so bogus it was basically useless
5615 before, and now it's equally bogus but in a slightly different way.
5616
5617 (c-narrow-out-enclosing-class): Gone.
5618
5619 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5620 the narrowed region.
5621
5622 (c-least-enclosing-brace): Remove silly optional argument.
5623
5624 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5625 the point could be left directly after an open paren when finding
5626 the beginning of the first decl in the block.
5627
5628 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5629 Specify which submatch to use.
5630
5631 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5632
5633 (c-decl-start-re): No longer any need for special treatment of
5634 ObjC due to the above.
5635
5636 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5637 presumably follows C in that regard.
5638
5639 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5640 New language constants to specify operator tokens inside
5641 identifiers in a more high level way.
5642
5643 (c-opt-identifier-prefix-key): New internal language constant.
5644
5645 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5646 (c-identifier-start, c-identifier-key): Now completely calculated
5647 from other constants.
5648
5649 (c-identifier-last-sym-match): Decommission since it's no longer used.
5650
5651 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5652
5653 * progmodes/cc-engine.el (c-forward-name): Remove the
5654 optimization when c-identifier-key is equal to c-symbol-key since
5655 it doesn't work in byte compiled files. Don't record empty
5656 regions as identifiers.
5657
5658 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5659 simplify access to `c-operators' and its likes.
5660
5661 (c-operator-list, c-all-op-syntax-tokens)
5662 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5663 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5664 (c-primary-expr-regexp, c-cast-parens): Use it.
5665
5666 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5667 an explicit language in functions.
5668
5669 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5670 variant of adornment.
5671
5672 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5673 variable.
5674
5675 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5676 the Pike value.
5677
5678 * progmodes/cc-engine.el (c-on-identifier)
5679 (c-simple-skip-symbol-backward): Small fix for handling "-"
5680 correctly in `skip-chars-backward'. Affected the operator lfun
5681 syntax in Pike.
5682
5683 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5684 diagnostic message about precompiled language vars not being used.
5685
5686 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5687 "__attribute__" is followed by a parenthesis.
5688
5689 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5690 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5691 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5692
5693 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5694 Internal cleanups to properly detect the declared identifiers in
5695 various declarations.
5696
5697 (c-decl-start-kwds): New language constant to recognize
5698 declarations that can start anywhere. Used for class declarations
5699 in Pike.
5700
5701 (c-specifier-key, c-not-decl-init-keywords)
5702 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5703 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5704
5705 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5706 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5707 handling of the compiler specific extension keywords into a new
5708 language constant `c-decl-hangon-kwds' that defines keyword
5709 clauses to be ignored in declarations.
5710
5711 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5712 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5713 Necessary to stop at the declared identifier in e.g. IDL valuetype
5714 declarations.
5715
5716 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5717 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5718 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5719 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5720 class and enum declarations as such and not as part of the type.
5721
5722 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5723 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5724
5725 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5726 declarations when there's some syntax error later on.
5727
5728 (c-complex-decl-matchers): Did away with a reference to
5729 `c-specifier-key'.
5730
5731 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5732 value - this variable is always dynamically bound.
5733
5734 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5735 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5736 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5737 functions that might do hidden buffer changes: All such internal
5738 functions are now marked instead of those that don't.
5739
5740 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5741 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5742 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5743 (c-literal-type): Allow these functions to make hidden buffer changes,
5744 so that they are free to use text property caching later on.
5745
5746 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5747 (c-electric-brace, c-electric-slash, c-electric-star)
5748 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5749 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5750 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5751 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5752 with the changed semantics of the functions above.
5753
5754 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5755 when macros occur in obscure places. Optimized the sexp movement
5756 a bit.
5757
5758 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5759
5760 Enhancements for c-beginning-of-statement to work in AWK Mode:
5761
5762 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5763 (completed statement) with `}' (statement completed by closing
5764 brace or semicolon) and `$' (statement completed by EOL).
5765
5766 (c-awk-virtual-semicolon-ends-prev-line-p)
5767 (c-awk-virtual-semicolon-ends-line-p)
5768 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5769 (c-awk-at-statement-end-p): New functions.
5770
5771 * progmodes/cc-cmds.el: Simplify the structure of functions
5772 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5773 two functions and c-beginning-of-statement to handle AWK Mode.
5774
5775 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5776 c-backward-single-comment for AWK mode. Attempt to clarify their
5777 doc-strings.
5778
5779 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5780
5781 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5782
5783 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5784 label handling. Labels are now recognized in a uniform and more
5785 robust way, regardless of context. Text properties are put on all
5786 labels to recognize the following declarations better.
5787 Multiword labels are handled both in indentation and fontification for
5788 the benefit of language extensions like Qt. For consistency, keywords
5789 in labels are now fontified with the label face instead.
5790 That also applies to "case" and "default".
5791
5792 (c-beginning-of-statement-1): Fix some bugs in the label
5793 handling. Disregard `c-nonlabel-token-key' in labels that begin
5794 with `c-label-kwds'.
5795
5796 (c-find-decl-spots): Support that the callback adds more
5797 `c-decl-end' spots to find.
5798
5799 (c-forward-decl-or-cast-1): Don't treat a list of plain
5800 identifiers followed by a colon as a declaration.
5801
5802 (c-forward-label): New function to recognize labels.
5803
5804 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5805 `c-forward-label'. Moved the label recognition cases (14 and 15)
5806 earlier since they aren't so context sensitive now. Handle labels
5807 on the top level gracefully. Moved access label recognition to
5808 the generic label case (CASE 15) - removed CASE 5E.
5809
5810 (c-font-lock-declarations): Add recognition of labels in the
5811 same round since we need to handle labels in parallell with other
5812 declarations to recognize both accurately. It should also improve
5813 speed.
5814
5815 (c-simple-decl-matchers, c-basic-matchers-after):
5816 Move `c-font-lock-labels' so that it only is used on decoration level 2
5817 since `c-font-lock-declarations' handles it otherwise.
5818
5819 (c-complex-decl-matchers): Remove the simplistic recognition of
5820 access labels.
5821
5822 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5823 with labels earlier.
5824
5825 (c-decl-start-re): New language variable to make
5826 `c-font-lock-declarations' stop for the special protection labels
5827 in Objective-C that start with `@'.
5828
5829 (c-label-key): Remove since it's no longer used.
5830
5831 (c-recognize-colon-labels, c-label-prefix-re): New language
5832 constants to support recognition of generic colon-terminated labels.
5833
5834 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5835 are colon terminated labels.
5836
5837 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5838 first argument starts with a special brace list.
5839
5840 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5841 (c-font-lock-declarations): Break out the declaration and cast
5842 recognition from `c-font-lock-declarations' to a new function, so
5843 that it can be used in the indentation engine.
5844
5845 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5846 up to the start of the literal. Fixed bug with the point on the
5847 wrong side of the search limit that could happen when the start
5848 position is inside a literal.
5849
5850 * progmodes/cc-engine.el (c-parse-state)
5851 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5852 so that it's kept a little bit back to increase the hit rate.
5853
5854 (c-parse-state): Change the macro handling and fixed some
5855 glitches. Macro context is checked more often than necessary now,
5856 but otoh less garbage conses are generated.
5857
5858 * progmodes/cc-engine.el (c-parse-state)
5859 (c-invalidate-state-cache): Cache the last position where
5860 `c-state-cache' applies. This can speed up refontification quite
5861 a bit in blocks where there are many non-brace parens before the point.
5862
5863 (c-state-cache-end): New variable for this.
5864
5865 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5866 cache variable.
5867
5868 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5869 get close initial continue positions when the start position is
5870 inside a literal or macro. Do not call the callback for spots
5871 before the start position (which can happen e.g. for `c-decl-end'
5872 spots inside comments). Optimize better in special cases when the
5873 region is a single line inside a literal or macro (typically when
5874 the current line is refontified).
5875
5876 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5877 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5878 entries from the paren state.
5879
5880 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5881 special case for "else if" clauses.
5882
5883 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5884 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5885
5886 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5887 New language variable to recognize the gcc extension with statement
5888 blocks inside expressions.
5889
5890 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5891 it somewhat more comprehensible. The argument AT-BLOCK-START is
5892 no longer used and hence removed.
5893
5894 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5895 to `c-add-stmt-syntax'.
5896
5897 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5898 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5899 This fixes bogus label recognition.
5900
5901 * progmodes/cc-engine.el (c-add-type, c-check-type)
5902 (c-forward-name, c-forward-type): Improve storage of template
5903 types in `c-found-types' so that they can be recognized better.
5904
5905 (c-syntactic-content): Add option to skip past nested parens.
5906
5907 * progmodes/cc-engine.el (c-forward-name):
5908 Set `c-last-identifier-range' all the time. It's less work that way.
5909 Handle that there might not be an identifier to store in
5910 `c-last-identifier-range'.
5911
5912 (c-forward-type): Handle that `c-last-identifier-range' might be
5913 nil from `c-forward-name'.
5914
5915 * progmodes/cc-defs.el (c-safe-scan-lists)
5916 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5917
5918 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5919 to work even if the form fails.
5920
5921 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5922 down in a large file in one go.
5923
5924 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5925
5926 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5927 function which is like `c-lineup-math' but returns nil instead of
5928 `c-basic-offset' when it doesn't match.
5929
5930 (c-lineup-math): Change to use `c-lineup-assignments'.
5931
5932 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5933
5934 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5935 c-beginning-of-statement. New subfunctions
5936 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5937
5938 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5939
5940 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5941 hardcoded char classes whereever possible. Changed a couple of
5942 places to use skip by syntax instead of skip by char class.
5943
5944 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5945 Fix a bug in the regexp that caused extreme backtracking.
5946
5947 * progmodes/cc-langs.el (c-block-comment-starter)
5948 (c-block-comment-ender): New language constants to specify in a
5949 single place how block comments look.
5950
5951 (c-comment-start-regexp, c-block-comment-start-regexp)
5952 (comment-start, comment-end, comment-start-skip)
5953 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5954 (c-syntactic-ws, c-nonempty-syntactic-ws)
5955 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5956 `c-line-comment-starter', `c-block-comment-starter' and
5957 `c-block-comment-ender'.
5958
5959 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5960 New language constants to break up things a bit.
5961
5962 (c-simple-ws): New language constant for simple whitespace.
5963
5964 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5965
5966 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5967 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5968 newlines. Allow and ignore nil elements in the list.
5969
5970 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5971
5972 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5973 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5974
5975 * progmodes/cc-cmds.el: Tidy up the comments in
5976 c-beginning-of-statement and subfunctions.
5977
5978 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5979 more flexible c-put-char-property and c-clear-char-properties.
5980 Add the author's email address.
5981
5982 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5983
5984 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5985 closing "*/" of a block comment.
5986
5987 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5988 subfunctions) so that it works at BOB and EOB.
5989
5990 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5991 c-beginning-of-statement, including new variable
5992 c-block-comment-start-regexp.
5993
5994 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5995
5996 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5997 symbols from `*-font-lock-extra-types' so that there's no need to
5998 use `regexp-opt' on those lists.
5999
6000 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6001 `c-type-modifier-kwds' is empty.
6002
6003 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6004 there are several strings on the same line.
6005
6006 * progmodes/cc-engine.el (c-literal-limits): Remove the
6007 compatibility function for older emacsen. `c-literal-limits-fast'
6008 has now taken the place of this function.
6009
6010 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6011 with older emacsen: We now require `pps-extended-state'.
6012
6013 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6014
6015 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6016 which obviates the need to hack sentence-end. This now handles
6017 escaped newlines in strings correctly. Correct minor bugs in
6018 c-move-over-sentence and in c-beginning-of-statement.
6019
6020 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6021 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6022 that movement over macros and code are rigorously separated from
6023 eachother. Correct a few incidental bugs.
6024
6025 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6026 Improve its doc-string. Improve the handling of certain specific cases.
6027
6028 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6029
6030 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6031 (c-guess-basic-syntax): Change the way class-level labels are
6032 recognized; they can now contain essentially any symbols.
6033
6034 (c-opt-extra-label-key): New language variable to cope with the
6035 special protection label syntax in Objective-C.
6036
6037 (c-opt-access-key): Remove; this is now handled better by
6038 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6039
6040 (c-complex-decl-matchers): Update to handle that
6041 `c-opt-access-key' no longer exists.
6042
6043 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6044 improved label recognition in `c-beginning-of-statement-1'.
6045
6046 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6047 Recognize bitfields better.
6048
6049 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6050 Remove some cruft and fixed a bug that could cause it to go to a
6051 position further down.
6052
6053 * progmodes/cc-langs.el, cc-engine.el
6054 (c-beginning-of-statement-1): Improve detection of labels in
6055 declaration contexts.
6056
6057 (c-beginning-of-decl-1): Use it.
6058
6059 (c-nonlabel-token-key): New language constant and variable needed
6060 by `c-beginning-of-statement-1'.
6061
6062 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6063 manifested itself due to the correction in `c-forward-sexp'.
6064
6065 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6066 Make these behave as documented when used at the buffer limits.
6067
6068 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6069 (c-type-decl-end-used): Made this a language variable.
6070
6071 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6072 correctly when `combine-after-change-calls' is used together with
6073 temporary narrowings.
6074
6075 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6076 Report labels correctly when the start point is immediately after the
6077 colon.
6078
6079 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6080 Remove since it isn't used anymore.
6081
6082 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6083 bracket arglists such as template parens in C++.
6084
6085 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6086 in the last check-in. Some optimization.
6087
6088 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6089 where it could stop at the same level in a preceding sexp when
6090 PAREN-LEVEL is set.
6091
6092 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6093 text property lookup only when it's needed.
6094
6095 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6096 Change the policy for paren marked angle brackets to be more
6097 persistent; once marked they remain marked even when they're found
6098 to be unbalanced in the searched region. This should keep the
6099 paren syntax around even when individual lines are refontified in
6100 multiline template arglists.
6101
6102 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6103 to control markup so that incorrect angle bracket arglists aren't
6104 marked in contexts where the correct value for
6105 `c-disallow-comma-in-<>-arglists' isn't known.
6106
6107 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6108 argument has become `c-parse-and-markup-<>-arglists'.
6109
6110 (c-remove-<>-arglist-properties): Remove - no longer used.
6111
6112 (c-after-change-check-<>-operators): New function used on
6113 `after-change-functions' to avoid that "<" and ">" characters that
6114 are part of longer operators have paren syntax.
6115
6116 (c-<>-multichar-token-regexp): New language variable used by
6117 `c-after-change-check-<>-operators'.
6118
6119 (c-after-change): Call `c-after-change-check-<>-operators'.
6120
6121 (c-font-lock-<>-arglists): Use the context properties set by
6122 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6123 correctly to avoid doing invalid markup.
6124
6125 (c-font-lock-declarations): Remove code that undoes the invalid
6126 markup done by `c-font-lock-<>-arglists'.
6127
6128 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6129 after `c-font-lock-declarations'.
6130
6131 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6132 Add paren-level feature.
6133
6134 (c-guess-basic-syntax): Improve the anchor position for
6135 `template-args-cont' in nested template arglists. There's still
6136 much to be desired in this area, though.
6137
6138 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6139
6140 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6141 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6142
6143 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6144
6145 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6146 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6147
6148 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6149 it doesn't work no longer are supported.
6150
6151 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6152 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6153 requires support for the syntax-table' text property, which rules
6154 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6155 cruft associated with those versions.
6156
6157 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6158 for the `syntax-table' text property, which rules out Emacs 19 and
6159 XEmacs < 21.4. Removed various compatibility cruft associated
6160 with those versions.
6161
6162 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6163 support for the `syntax-table' text property.
6164
6165 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6166 variable and use an extra quoted face name instead. All the
6167 emacsen flavors handle that correctly.
6168
6169 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6170 (c-font-lock-declarators, c-font-lock-declarations)
6171 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6172 property to mark the items in in declarator lists to handle
6173 refontification inside multiline declarations better.
6174
6175 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6176 construct like "a * b = c;" as a declaration.
6177
6178 2005-12-08 Kim F. Storm <storm@cua.dk>
6179
6180 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6181 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6182 select either meta, hyper, or super modifier for rectangle commands.
6183 (cua--rectangle-modifier-key): New defvar.
6184 (cua--M/H-key): Use it. Remove special case for `space'.
6185 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6186 on X, to meta otherwise. Always bind C-return to toggle
6187 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6188
6189 * emulation/cua-rect.el (cua-help-for-rectangle):
6190 Use cua--rectangle-modifier-key. Handle super modifier too.
6191 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6192 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6193
6194 * ido.el: Move Acknowledgements and History after Commentary.
6195 Minor changes to Commentary.
6196
6197 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6198 keymap if cua--prefix-override-timer is `shift'.
6199 (cua--shift-control-prefix): New function; emulate "type prefix
6200 key twice" functionality to handle shifted prefix key override.
6201 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6202 New commands.
6203 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6204
6205 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6206
6207 * textmodes/org.el (org-insert-heading): Try to do items before
6208 headings.
6209 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6210 (org-insert-item): New function.
6211 (org-renumber-ordered-list): Don't skip to higher level lists.
6212
6213 2005-12-08 Juri Linkov <juri@jurta.org>
6214
6215 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6216
6217 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6218
6219 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6220
6221 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6222 the constructed function name fun-1.
6223
6224 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6225 because such links don't lead to parent documentation.
6226
6227 2005-12-08 Kenichi Handa <handa@m17n.org>
6228
6229 * descr-text.el (describe-char): Use *Help-2* buffer if the
6230 current buffer is *Help*. Call describe-text-properties while
6231 setting the original buffer.
6232
6233 2005-12-07 Bill Wohler <wohler@newt.com>
6234
6235 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6236 and causes problems with non-MH users (such as Gnus users).
6237
6238 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6239
6240 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6241 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6242 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6243 command "info sources". Move calls to GDB command "list".
6244 (gdb-find-file-hook): Just use gdb-source-file-list.
6245 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6246 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6247 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6248 (gdb-data-list-register-values-handler): Use correct trigger name.
6249
6250 2005-12-07 Kim F. Storm <storm@cua.dk>
6251
6252 * ido.el (ido-completion-map): Rename from ido-mode-map.
6253 (ido-common-completion-map, ido-file-completion-map)
6254 (ido-file-dir-completion-map, ido-buffer-completion-map):
6255 Rename from ido-mode-....-map.
6256 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6257 (ido-setup-completion-map): Rename from ido-define-mode-map.
6258 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6259 to ido-completion-map.
6260
6261 2005-12-07 Kenichi Handa <handa@m17n.org>
6262
6263 * international/mule-cmds.el
6264 (set-display-table-and-terminal-coding-system): If the coding
6265 system specified in `unibyte-display' property is different from
6266 the arg coding-system, don't setup standard-display-table.
6267
6268 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6271 that comments end at \n, regardless of selective-display.
6272
6273 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6274
6275 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6276 (gdb-version): New variables.
6277 (gdb-source-file-list, gdb-register-names)
6278 (gdb-changed-registers): New variables for use with GDB 6.4+.
6279 (gdb-ann3): Replace with...
6280 (gdb-init-1, gdb-init-2): ...two new functions.
6281 (gdba, gdb-prompt): Call gdb-init-1.
6282 (gdb-get-version): New function. Call gdb-init-2 from here.
6283 (gud-watch): Make it work with mouse events too.
6284 (gdb-post-prompt): Don't add to queue until GDB version is known.
6285 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6286 (gdb-locals-mode): Use gdb-version.
6287 (gdb-memory-format-map, gdb-memory-unit-map)
6288 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6289 (gdb-locals-font-lock-keywords-1)
6290 (gdb-locals-font-lock-keywords-2): New variables.
6291 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6292 (gdb-set-gud-minor-mode-existing-buffers-1)
6293 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6294 (gdb-var-update-1, gdb-var-update-handler-1)
6295 (gdb-data-list-register-values-handler)
6296 (gdb-data-list-register-values-custom)
6297 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6298 (gdb-stack-list-locals-handler, gdb-get-register-names):
6299 New functions for use with GDB 6.4+.
6300 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6301 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6302 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6303 (gdb-stack-list-locals-regexp)
6304 (gdb-data-list-register-names-regexp): New regexps for use with
6305 GDB 6.4+.
6306
6307 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6310
6311 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6312
6313 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6314 prompts work for AUTH PLAIN. Also reported by Steve Allan
6315 <seallan@verizon.net>.
6316
6317 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6318
6319 * frame.el (set-frame-parameter): Add doc string.
6320
6321 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6322
6323 * textmodes/org.el (org-occur-highlights): New variable.
6324 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6325 (org-highlight-sparse-tree-matches): New option.
6326 (org-do-occur): New function.
6327 (org-get-heading): Make it work also at beginning of line.
6328 (org-category-table): New variable.
6329 (org-get-category-table, org-get-category)
6330 (org-camel-to-words, org-link-search): New functions.
6331 (org-select-this-todo-keyword): New variable.
6332 (org-todo-list): New command.
6333 (org-shiftright, org-shiftleft): New commands.
6334 (org-agenda-todo): Add prefix argument.
6335 (org-show-hierarchy-above): New option.
6336 (org-show-todo-tree): Numerical prefix creates tree for specific
6337 TODO keyword.
6338 (org-outline-level): New function, to assign a level to plain
6339 lists items.
6340 (org-cycle-include-plain-lists): New option.
6341 (org-mode): Use `org-outline-level' as value of `outline-level'.
6342 (org-cycle): Temporarily switch `outline-regexp' if
6343 `org-cycle-include-plain-lists' is non-nil.
6344 (org-start-icalendar-file): Fix format bug.
6345 (org-agenda-get-day-entries): Create category table.
6346 (org-agenda-get-todos, org-agenda-get-timestamps)
6347 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6348 (org-agenda-get-blocks): Use `org-get-category'.
6349 (org-context-in-file-links): Rename from
6350 `org-line-numbers-in-file-links'.
6351
6352 2005-12-06 Romain Francoise <romain@orebokech.com>
6353
6354 * window.el (balance-windows): Delete extraneous third arg in call
6355 to `enlarge-window'.
6356
6357 2005-12-06 Kenichi Handa <handa@m17n.org>
6358
6359 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6360
6361 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6362
6363 * progmodes/gdb-ui.el (gdb-var-create-handler)
6364 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6365 (gdb-var-list-children-handler, gdb-var-update-handler):
6366 Current buffer is already gdb-partial-output-buffer, don't
6367 make it current again.
6368
6369 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6370
6371 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6372 (list-buffers-noselect): Use it.
6373
6374 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6377 (mail-yank-ignored-headers): Use regexp-opt.
6378 (mail-mode-map): Move initialization into declaration.
6379 (mail-sent-via): Remove unused shadowed var `to-line'.
6380 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6381 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6382 (mail-do-fcc): Use dolist and push.
6383 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6384 (mail-yank-ignored-headers): Don't autoload.
6385
6386 2005-12-05 Kenichi Handa <handa@m17n.org>
6387
6388 * international/mule-cmds.el (set-language-info-internal): New fun.
6389 (set-language-info): Call set-language-info-internal to update
6390 language-info-alist. If LANG-ENV is the current one, call
6391 set-language-environment to make INFO effective now.
6392 (set-language-info-alist): Likewise.
6393 (locale-language-names): With locale "en", use English
6394 lang. env. but set the default codings to iso-8859-1.
6395
6396 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6399 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6400 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6401 for plain strings.
6402 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6403 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6404 Create registers buffer if necessary. Echo new state in minibuffer.
6405 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6406
6407 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6408
6409 * info.el (Info-fontify-node): Match external links using
6410 non-directory part of filename.
6411
6412 2005-12-04 Juri Linkov <juri@jurta.org>
6413
6414 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6415 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6416 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6417 because there is no customization option for it.
6418
6419 * font-lock.el (lisp-font-lock-keywords-1):
6420 Add define-global-minor-mode.
6421
6422 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6423
6424 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6425 properties on the constructed variable names.
6426
6427 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6428 Put `definition-name' properties on the constructed function names
6429 next-sym and prev-sym.
6430
6431 * emacs-lisp/find-func.el (find-function-regexp):
6432 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6433 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6434 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6435 and easy-menu-define.
6436
6437 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6438 easy-mmode-define-global-mode and define-global-minor-mode.
6439 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6440
6441 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6442 instead of easy-mmode-define-global-mode.
6443
6444 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6445 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6446
6447 * cus-edit.el (customize-group, customize-group-other-window):
6448 Filter out autoloaded options from the group completion list by
6449 using heuristics that autoloaded groups don't have `custom-autoload'
6450 property on their symbols (they have only `custom-loads').
6451
6452 * simple.el (completion-setup-function): Put completions-common-part
6453 face on complete completion string too (i.e. completion string
6454 without completions-first-difference face).
6455
6456 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6457
6458 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6459
6460 * view.el (view-mode): Doc fix.
6461
6462 * disp-table.el (standard-display-european): Add to the warning
6463 message a reference to the doc string.
6464
6465 * play/yow.el (apropos-zippy): Call print-help-return-message,
6466 similar to other Help and Apropos commands.
6467
6468 * help.el (print-help-return-message): If pop-up-frames is
6469 non-nil, set up help-return-method to delete the help window and,
6470 possibly, its frame as well, and don't display message about
6471 scrolling the help window. Doc fix.
6472 (help-return-method): Doc fix.
6473
6474 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6475
6476 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6477 whereby names of length one or names starting with a
6478 symbol-constituent character would not be returned.
6479
6480 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6481
6482 * subr.el (atomic-change-group): Add edebug and indentation spec.
6483
6484 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * completion.el (save-completions-file-name): Fix typo in last change.
6487
6488 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6489
6490 * info.el: Move back/forward history to the beginning of the tool bar.
6491
6492 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6493
6494 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6495 Add fset of allout-real-isearch-abort during compile to fix
6496 byte-compilation warnings.
6497 (allout-mode-p): Move definition of this macro above all uses, or
6498 byte compilation in barren emacs (eg, during emacs build) will
6499 lack the definition.
6500 (allout-mode): Move this variable above any uses, or byte
6501 compilation will fail.
6502 (allout-resolve-xref): Remove use of personal file-reference function.
6503 (allout-toggle-current-subtree-encryption): Do the current (ie,
6504 visible containing) topic, rather than nearest around point. Doc fix.
6505 (allout-toggle-subtree-encryption): New function, workhorse that
6506 works on nearest topic containing point.
6507 (allout-encrypt-string): Signal requirement for newer version of pgg.
6508 (allout-resumptions): Doc fix.
6509
6510 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6511
6512 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6513
6514 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6515
6516 * textmodes/flyspell.el (flyspell-external-point-words):
6517 Consider a misspelling as found in the string search if: (a) misspelling
6518 and found string lengths match, or (b) misspelling is found as
6519 element in a boundary-chars separated longer string, or (c)
6520 ispell-program-name is really ispell and misspelling is found as
6521 part of a TeX string. After successful match move beginning of
6522 search region to end of match. Warn about not found misspellings
6523 once the process is done.
6524 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6525
6526 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6527
6528 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6529 tool bar (removed inadvertently).
6530
6531 2005-12-02 Juri Linkov <juri@jurta.org>
6532
6533 * log-view.el (log-view-diff): Clarify doc string.
6534
6535 2005-12-01 Bill Wohler <wohler@newt.com>
6536
6537 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6538 triggers lm-verify errors.
6539
6540 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6541
6542 * simple.el (transient-mark-mode, line-number-mode)
6543 (column-number-mode, size-indication-mode): Remove `:require nil'.
6544
6545 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6546
6547 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6548 in the margin also.
6549 (gdb-breakpoints-mode-map): Use D instead of d for
6550 gdb-delete-breakpoint.
6551 (gdb-get-frame-number): Require a number to match on.
6552 (gdb-threads-mode-map): Add follow-link binding.
6553
6554 2005-11-30 Jason Rumney <jasonr@gnu.org>
6555
6556 * isearch.el (isearch-mode-map): Avoid exiting search on
6557 language-change event.
6558
6559 2005-11-30 Romain Francoise <romain@orebokech.com>
6560
6561 * speedbar.el (speedbar-default-position): New defcustom.
6562 (speedbar-frame-reposition-smartly): Use it.
6563
6564 * dframe.el (dframe-reposition-frame-emacs): Fix position
6565 computation for `left' location.
6566 Update copyright year.
6567
6568 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * help.el (help-map): Move initialization into declaration.
6571
6572 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6573
6574 * help-fns.el (help-argument-name): Don't autoload.
6575 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6576 to be re-loaded when customizing the `help' group.
6577
6578 2005-11-30 John Paul Wallington <jpw@gnu.org>
6579
6580 * help-fns.el (describe-function-1): Fill arglist output.
6581
6582 2005-11-30 Kim F. Storm <storm@cua.dk>
6583
6584 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6585 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6586 after revert-buffer (or anything else which kills all local variables).
6587
6588 * apropos.el (apropos-parse-pattern): Doc fix.
6589 Set apropos-regexp directly, rather than expecting callers to do so.
6590 (apropos-command, apropos, apropos-value, apropos-documentation):
6591 Simplify calls to apropos-parse-pattern.
6592
6593 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6596 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6597 (hi-lock-write-interactive-patterns): Use comment-region.
6598
6599 * longlines.el (longlines-mode): Add mail-setup-hook.
6600
6601 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6602
6603 * simple.el (sendmail-user-agent-compose, next-line):
6604 Conditionally use hard-newline.
6605
6606 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6607
6608 * international/latexenc.el (latex-inputenc-coding-alist):
6609 Reword doc string.
6610
6611 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * help.el (describe-key-briefly, describe-key): Recognize default
6614 bindings.
6615
6616 2005-11-29 Romain Francoise <romain@orebokech.com>
6617
6618 * view.el (view-inhibit-help-message): New defcustom.
6619 (view-mode-enter): Use it.
6620
6621 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6622
6623 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6624 Preserve user position.
6625
6626 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6627
6628 * font-lock.el: Throw error if facemenu is not loaded to prevent
6629 accidental change of loading order in loadup.el. (Suggested by RMS.)
6630
6631 * loadup.el: Add comment explaining why facemenu must be loaded
6632 before font-lock.
6633
6634 2005-11-28 Jay Belanger <belanger@truman.edu>
6635
6636 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6637 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6638
6639 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6640
6641 * calc/calc-embed.el (calc-do-embedded): Update help message.
6642
6643 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6644
6645 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6648
6649 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6650 called-interactively-p.
6651 (elp-profilable-p): Rename from elp-not-profilable-p.
6652 Invert result and take into account macros and autoloaded functions.
6653 (elp-instrument-function): Update call.
6654 (elp-instrument-package): Update call. Add completion.
6655 (elp-pack-number): Use match-string.
6656 (elp-results-jump-to-definition-by-mouse): Merge into
6657 elp-results-jump-to-definition and then remove.
6658 (elp-output-insert-symname): Make help echo text single-line.
6659
6660 * replace.el (query-replace-map): Move initialization into declaration.
6661 (occur-engine): Use with-current-buffer.
6662 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6663 (occur-mode-mouse-goto): Replace with an alias.
6664
6665 2005-11-28 Juri Linkov <juri@jurta.org>
6666
6667 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6668
6669 * term/w32-win.el: Bind [S-tab] to [backtab].
6670
6671 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6672 `Info-find-file' to t.
6673
6674 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6675 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6676 and same-window-regexps.
6677 (occur-next-error): Don't move point for arg 0.
6678
6679 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6682
6683 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * log-edit.el (log-edit-changelog-use-first): New var.
6686 (log-edit-changelog-ours-p): Use it.
6687 (log-edit-insert-changelog): Set it with new arg `use-first'.
6688 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6689 (log-edit-hook): Add them to the list of suggested options.
6690
6691 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6692 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6693 redundant work.
6694 (flyspell-mode-on): Use add-hook for after-change-functions.
6695 (flyspell-mode-off): Use remove-hook for after-change-functions.
6696 (flyspell-changes): Make it buffer-local.
6697 (flyspell-after-change-function): Make it non-interactive. Use push.
6698 (flyspell-post-command-hook): Check input-pending-p while processing
6699 the potentially long list of buffer changes.
6700
6701 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6702
6703 * buff-menu.el (list-buffers-noselect): Display the selected
6704 frame's buffer list, not the global one.
6705
6706 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6707
6708 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6709 that (list last-input-event) works as in interactive spec.
6710
6711 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6712
6713 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6714 `facemenu-keymap' needs to be defined when font-lock is loaded.
6715 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6716
6717 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * completion.el: Remove useless leading * in defcustom docstrings.
6720 (save-completions-file-name): Use ~/.emacs.d if available.
6721 (completion-standard-syntax-table): Rename from
6722 cmpl-standard-syntax-table and fold initialization into declaration,
6723 thus removing cmpl-make-standard-completion-syntax-table.
6724 (completion-lisp-syntax-table, completion-c-syntax-table)
6725 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6726 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6727 (symbol-under-point, symbol-before-point)
6728 (symbol-under-or-before-point, symbol-before-point-for-complete)
6729 (add-completions-from-c-buffer): Use with-syntax-table.
6730 (make-completion): Don't return a list of completion entries.
6731 Update callers.
6732 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6733 (completion-initialize): Rename from initialize-completions.
6734 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6735 (kill-emacs-save-completions): Collect stats here.
6736 (save-completions-to-file, load-completions-from-file):
6737 Use with-current-buffer.
6738 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6739 into a function. Move all calls to toplevel.
6740 (completion-lisp-mode-hook): New fun.
6741 (completion-c-mode-hook, completion-setup-fortran-mode):
6742 Set the syntax-table here. Use local-set-key.
6743 (completion-saved-bindings): New var.
6744 (dynamic-completion-mode): Make it into a proper minor mode.
6745 (load-completions-from-file): Remove unused var `num-uses'.
6746
6747 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6748 constructor if it is explicitly overridden.
6749
6750 * complete.el (PC-completion-as-file-name-predicate):
6751 Use minibuffer-completing-file-name.
6752 (partial-completion-mode): Use find-file-not-found-functions.
6753 (PC-lisp-complete-symbol): Use with-syntax-table.
6754 (PC-look-for-include-file): Remove dead setq.
6755 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6756 (PC-complete): Use with-current-buffer.
6757
6758 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6759 escape single quotes.
6760
6761 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6764 of `if' whose condition always returned nil. Doc fix.
6765
6766 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6767 window's buffer the current buffer around the call to
6768 `list-buffers-noselect'. This is necessary to mark that buffer
6769 with a `.' in the Buffer Menu when called from Lisp, for instance
6770 by Auto Revert Mode.
6771
6772 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6775 attaching to it.
6776 (gdb-pre-prompt): Make sure gdb-error is reset.
6777
6778 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6779 with a child process, detect it.
6780 (gud-speedbar-buttons): Match regexp more carefully.
6781
6782 2005-11-27 Richard M. Stallman <rms@gnu.org>
6783
6784 * mouse.el (mouse-drag-move-window-bottom):
6785 Use adjust-window-trailing-edge.
6786
6787 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6788
6789 * simple.el (blink-matching-open): Ignore
6790 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6791 (blink-matching-paren-on-screen): Update docstring.
6792
6793 * paren.el (show-paren-mode): No longer change
6794 `blink-matching-paren-on-screen'.
6795
6796 2005-11-27 John Paul Wallington <jpw@pobox.com>
6797
6798 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6799 (gdb-threads-select, gdb-edit-register-value):
6800 Use `posn-set-point' instead of `mouse-set-point' because the
6801 latter is not fbound when configured without X.
6802
6803 2005-11-27 Kim F. Storm <storm@cua.dk>
6804
6805 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6806 existing face when partially highlighting a TAB in a rectangle.
6807
6808 2005-11-26 Kim F. Storm <storm@cua.dk>
6809
6810 * ido.el (ido-mode-map): Doc fix.
6811 (ido-mode-common-map, ido-mode-file-map)
6812 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6813 (ido-define-mode-map): Rewrite. Select one of the new maps as
6814 parent for ido-mode-map instead of building from scratch.
6815 (ido-init-mode-maps): New defun to initialize new maps.
6816 (ido-mode): Call it.
6817 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6818 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6819
6820 2005-11-26 John Paul Wallington <jpw@pobox.com>
6821
6822 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6823 `mouse-set-point' because the latter is not fbound when configured
6824 without X.
6825
6826 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6827
6828 * files.el (file-relative-name): Doc fix.
6829
6830 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6831
6832 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6833 non-empty string for secondary prompt PS2.
6834
6835 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * progmodes/compile.el (compilation-setup): Fix last change.
6838
6839 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6840
6841 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6842 (gdb-mouse-toggle-breakpoint-margin)
6843 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6844 Add gdb-server-prefix to keep out of command history.
6845 (gdb-edit-register-value): New function.
6846 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6847 (gdb-info-registers-custom): Use above map.
6848
6849 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6850
6851 * custom.el (enable-theme): Signal error if argument is not a
6852 theme. Don't recalculate a face if it's not loaded yet.
6853
6854 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6855 the `user' theme is in effect.
6856
6857 * info.el (Info-on-current-buffer): Record actual filename in
6858 Info-current-file, instead of t, or a fake filename if a non-file
6859 buffer. Make autoload.
6860 (Info-find-node, Info-revert-find-node): No need to check for
6861 Info-current-file nil.
6862 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6863 Info-current-file is now never `t'.
6864 (Info-fontify-node): Many simplifications due to Info-current-file
6865 always being valid. Use Info-find-file to find node filename.
6866
6867 2005-11-25 David Kastrup <dak@gnu.org>
6868
6869 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6870 new character, then delete" in order to preserve markers.
6871
6872 2005-11-25 David Ponce <david@dponce.com>
6873
6874 * recentf.el (recentf-arrange-by-rule): Handle a special
6875 `auto-mode-alist'-like "strip suffix" rule.
6876 (recentf-build-mode-rules): Handle second level auto-mode entries.
6877
6878 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6879
6880 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6881 window modes.
6882
6883 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6884 jde-javadoc-checker-report-mode.
6885
6886 * ediff-wind (ediff-make-wide-display): Slight simplification.
6887
6888 * ediff.el (ediff-date): Change the date of last update.
6889
6890 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6893 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6894 (hi-lock-mode): New global minor mode.
6895 (turn-on-hi-lock-if-enabled): New function.
6896 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6897 Change arguments to regexp and face instead of a font-lock pattern.
6898 Directly set face property, instead of refontifying.
6899 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6900 (hi-lock-find-patterns): Use line-number-at-pos.
6901
6902 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6903 arguments for hi-lock-set-pattern.
6904 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6905 Call font-lock-fontify-buffer.
6906 (hi-lock-find-file-hook, hi-lock-current-line)
6907 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6908
6909 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6910 turned off.
6911
6912 * progmodes/compile.el (compilation-setup): Don't fiddle with
6913 font-lock-defaults.
6914
6915 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6916
6917 * progmodes/gdb-ui.el (gdb-var-create-handler)
6918 (gdb-var-list-children-handler): Find values for all variable
6919 objects. gud-speedbar-buttons decides whether to display them.
6920
6921 2005-11-24 Romain Francoise <romain@orebokech.com>
6922
6923 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6924 buffer name with a space.
6925
6926 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6927
6928 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6929 `org-export-local-list-max-depth'. Change default value to 3.
6930 (org-auto-renumber-ordered-lists)
6931 (org-plain-list-ordered-item-terminator): New options.
6932 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6933 (org-get-indentation, org-get-string-indentation)
6934 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6935 New functions.
6936 (org-move-item-down, org-move-item-up): New commands.
6937 (org-export-as-html): New classes for CSS support. Bug fix in
6938 regular expression detecting fixed-width regions. Respect
6939 `org-local-list-ordered-item-terminator'.
6940 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6941 also a list item.
6942 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6943 New item moving functions.
6944
6945 2005-11-24 Juri Linkov <juri@jurta.org>
6946
6947 * isearch.el (isearch-repeat): With empty search ring set
6948 `isearch-error' to the error string instead of signaling error
6949 with the function `error'.
6950
6951 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6952
6953 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6954
6955 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6958 and variable.
6959 (gdb-var-create-handler, gdb-var-list-children-handler):
6960 Don't match on "char **...".
6961 (gdb-var-update-handler): Find values for all variable objects.
6962 (gdb-info-frames-custom): Identify frames by leading "#".
6963
6964 * progmodes/gud.el (gud-speedbar-menu-items): Add
6965 gdb-speedbar-auto-raise as radio button.
6966 (gud-speedbar-buttons): Raise speedbar if requested.
6967 Don't match on "char **...".
6968 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6969 Make it editable.
6970
6971 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * info.el (Info-fontify-node): Handle the case where
6974 Info-current-file is t.
6975
6976 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * simple.el (blink-matching-open): Fix off-by-one in last change.
6979
6980 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6981
6982 * term/mac-win.el: Don't change default directory.
6983
6984 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6985
6986 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6987 buffers correctly. (It used to throw an error in such buffers.)
6988 Make it ask for confirmation in group buffers and other Custom
6989 buffers containing more than one customization item.
6990
6991 2005-11-22 John Paul Wallington <jpw@gnu.org>
6992
6993 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6994 property on mail and url overlays.
6995 (goto-address-at-point): Use `posn-set-point' instead of
6996 `mouse-set-point' because the latter is not fbound when configured
6997 without X.
6998
6999 2005-11-22 Lars Hansen <larsh@soem.dk>
7000
7001 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7002 (ls-lisp-classify, ls-lisp-format): Delete call to
7003 ls-lisp-parse-symlink.
7004 (ls-lisp-handle-switches): Handle symlinks to directories as
7005 directories when ls-lisp-dirs-first in non-nil.
7006
7007 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7008
7009 * startup.el (command-line): Make sure that loaddefs.el is handled
7010 correctly in load-history.
7011
7012 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7013
7014 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7015 (gdb-struct-string, gdb-array-string): New constants.
7016 (gdb-info-locals-handler): Use them.
7017 (gdb-reset): Reset gdb-var-list to nil.
7018
7019 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7022 in patterns.
7023
7024 2005-11-21 Juri Linkov <juri@jurta.org>
7025
7026 * custom.el (defcustom): Update link types in docstring.
7027
7028 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7029
7030 * custom.el (defgroup): Add doc-string-elt info.
7031
7032 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7033
7034 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * newcomment.el (comment-enter-backward): Fix last fix.
7037
7038 * simple.el (blink-matching-open):
7039 * paren.el (show-paren-function): Allow new paren-class info.
7040
7041 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7042
7043 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7044 handled automagically.
7045
7046 2005-11-20 Andreas Schwab <schwab@suse.de>
7047
7048 * descr-text.el (describe-char): When copying overlays put them
7049 over the full char description instead of just the first character
7050 of it.
7051
7052 2005-11-20 Juri Linkov <juri@jurta.org>
7053
7054 * simple.el (what-cursor-position):
7055 * descr-text.el (describe-char): Use Lisp-readable syntax
7056 for octal and hex. Reorder decimal, octal and hex values.
7057 Remove excess whitespace in the output. Use `=' in `column='
7058 like in `point=' and `Hscroll='.
7059
7060 * international/mule-cmds.el (encoded-string-description):
7061 Use Lisp-readable syntax for hex.
7062
7063 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * newcomment.el (comment-enter-backward): Handle the case where the
7066 comment is closed by EOB.
7067
7068 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7069
7070 * longlines.el (longlines-before-revert-hook)
7071 (longlines-after-revert-hook): New functions.
7072 (longlines-mode): Turn off longlines temporarily when reverting.
7073 Add a message-setup-hook.
7074 (longlines-decode-buffer): New function.
7075 (longlines-wrap-line): Preserve marker positions.
7076
7077 2005-11-19 Andreas Schwab <schwab@suse.de>
7078
7079 * emacs-lisp/shadow.el: Handle compressed files.
7080
7081 2005-11-19 Romain Francoise <romain@orebokech.com>
7082
7083 * net/browse-url.el (browse-url-default-browser): Signal an error
7084 if no usable browser can be found, rather than try to load w3.
7085
7086 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7087
7088 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7089 replacing existing properties.
7090 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7091 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7092 tty specs.
7093 (rcirc-server-prefix, rcirc-server): New faces.
7094 (rcirc-url-regexp): Generate with rx macro.
7095 (rcirc-last-server-message-time): New variable.
7096 (rcirc-filter): Record time of last message.
7097 (rcirc-keepalive): Kill processes that did not send a message
7098 since the last ping.
7099 (rcirc-mode): Give rcirc-topic a local binding here.
7100
7101 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7102
7103 * subr.el (read-passwd): Fontify the prompt as we do with other
7104 prompts.
7105
7106 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7107
7108 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7109 binding buffer-read-only to nil.
7110
7111 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7112
7113 * complete.el (partial-completion-mode):
7114 Mention completion-auto-help in the doc string.
7115
7116 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7117 more Lisp-ish way.
7118
7119 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7120
7121 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7122 digits, not 8, to avoid misalignment for files larger than 100MB.
7123
7124 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7125
7126 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7127 Mention "keyboard shortcuts" in the help text.
7128
7129 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7130
7131 * startup.el (fancy-splash-default-action): Discard only
7132 mouse-down and succeeding mouse-up events in the splash screen
7133 window so that drag-n-drop event can be processed.
7134
7135 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7136
7137 * longlines.el (longlines-mode): Add hacks for mail-mode and
7138 message-mode.
7139
7140 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7141
7142 * textmodes/org.el (org-table-sort-lines): New command.
7143 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7144 (org-add-file): Command removed, use `org-agenda-file-to-front'
7145 instead.
7146 (org-export-icalendar): Use `org-icalendar-combined-name'.
7147 (org-cycle-agenda-files, org-agenda-file-to-end)
7148 (org-agenda-file-to-front): New commands.
7149 (org-table-tab-jumps-over-hlines, org-export-html-style):
7150 New options.
7151 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7152 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7153 New functions.
7154 (org-fill-paragraph): Call `org-table-align' in tables.
7155 (org-mode): Call `org-set-autofill-regexps'.
7156 (org-export-as-html): Support for local handformatted lists.
7157 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7158 (org-export-local-list-max-depth): New option.
7159 (org-html-expand): Use `org-html-protect'.
7160
7161 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7162
7163 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7164 to "p".
7165 (gdb): Move definition of gud-pp to...
7166
7167 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7168 speedbar.
7169 (gdb-find-watch-expression): New function.
7170
7171 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * faces.el (face-attribute, set-face-attribute): Mention existence
7174 of `:ignore-defface' setting in docstring.
7175
7176 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * simple.el (completion-setup-function): Fix last change.
7179
7180 2005-11-17 John Paul Wallington <jpw@pobox.com>
7181
7182 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7183 Use `posn-set-point' instead of `mouse-set-point' because the
7184 latter is not fbound when configured without X.
7185
7186 * comint.el (comint-insert-input): Likewise.
7187
7188 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7189
7190 * simple.el (hard-newline): New variable.
7191 (sendmail-user-agent-compose, next-line): Use it.
7192
7193 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7194 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7195 (mail-mail-reply-to, mail-mail-followup-to)
7196 (mail-position-on-field, mail-signature, mail-yank-original)
7197 (mail-attach-file): Likewise.
7198
7199 * mail/mailheader.el (mail-header-format)
7200 (mail-header-format-function): Likewise.
7201
7202 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7203
7204 2005-11-17 Juri Linkov <juri@jurta.org>
7205
7206 * font-lock.el (font-lock-faces): Rename this defgroup from
7207 `font-lock-highlighting-faces'.
7208 (font-lock-comment-face, font-lock-comment-delimiter-face)
7209 (font-lock-string-face, font-lock-doc-face)
7210 (font-lock-keyword-face, font-lock-builtin-face)
7211 (font-lock-function-name-face, font-lock-variable-name-face)
7212 (font-lock-type-face, font-lock-constant-face)
7213 (font-lock-warning-face, font-lock-negation-char-face)
7214 (font-lock-preprocessor-face)
7215 (font-lock-regexp-grouping-backslash)
7216 (font-lock-regexp-grouping-construct): Rename :group from
7217 `font-lock-highlighting-faces' to `font-lock-faces'.
7218
7219 * cus-edit.el (lisp, c, tex):
7220 * progmodes/ada-mode.el (ada):
7221 * progmodes/asm-mode.el (asm):
7222 * progmodes/cperl-mode.el (cperl-faces):
7223 * progmodes/cpp.el (cpp):
7224 * progmodes/dcl-mode.el (dcl):
7225 * progmodes/f90.el (f90):
7226 * progmodes/fortran.el (fortran):
7227 * progmodes/icon.el (icon):
7228 * progmodes/idlwave.el (idlwave-misc):
7229 * progmodes/m4-mode.el (m4):
7230 * progmodes/make-mode.el (makefile):
7231 * progmodes/meta-mode.el (meta-font):
7232 * progmodes/modula2.el (modula2):
7233 * progmodes/octave-mod.el (octave):
7234 * progmodes/pascal.el (pascal):
7235 * progmodes/perl-mode.el (perl):
7236 * progmodes/prolog.el (prolog):
7237 * progmodes/ps-mode.el (PostScript-edit):
7238 * progmodes/scheme.el (scheme):
7239 * progmodes/sh-script.el (sh-script):
7240 * progmodes/simula.el (simula):
7241 * progmodes/tcl.el (tcl):
7242 * textmodes/nroff-mode.el (nroff):
7243 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7244 * textmodes/sgml-mode.el (sgml):
7245 * textmodes/texinfo.el (texinfo):
7246 Add :link (custom-group-link font-lock-faces) to defgroup.
7247
7248 * hi-lock.el (hi-lock): Rename this defgroup from
7249 `hi-lock-interactive-text-highlighting'. Change parent group from
7250 `faces' to `font-lock'. Add link to the manual.
7251 (hi-lock-mode, hi-lock-file-patterns-range)
7252 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7253 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7254 (hi-lock-faces): Add :group `faces'.
7255
7256 * cus-edit.el (custom-variable-prompt): Clarify the code.
7257
7258 * faces.el (face-read-string): Set the default value arg of
7259 completing-read.
7260
7261 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7262
7263 * rfn-eshadow.el (file-name-shadow-properties)
7264 (file-name-shadow-tty-properties, file-name-shadow-mode):
7265 Remove autoloads, because the file is now preloaded.
7266
7267 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * printing.el (easy-menu-intern): Don't define.
7270 (pr-get-symbol): Use easy-menu-intern only if defined.
7271
7272 * simple.el (blink-matching-open): Simplify a bit.
7273 (completion-setup-function): Fix the case of partial-completion-mode
7274 when the minibuffer's contents start with "-".
7275 Obey completion-base-size-function even when
7276 minibuffer-completing-file-name is non-nil.
7277
7278 2005-11-16 Richard M. Stallman <rms@gnu.org>
7279
7280 * net/eudcb-ph.el (eudc-ph-open-session):
7281 Use set-process-query-on-exit-flag.
7282
7283 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7284
7285 * international/ucs-tables.el (ucs-set-table-for-input):
7286 Use make-local-variable, not make-variable-buffer-local.
7287
7288 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7289 Improve warning message text.
7290
7291 * savehist.el (savehist-save-hook): Add :group.
7292
7293 * menu-bar.el (menu-bar-help-menu):
7294 Rename Find Extra Packages to External Packages.
7295
7296 * cus-edit.el (Custom-reset-standard): Verify that
7297 :custom-standard-value prop exists before calling it.
7298
7299 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7300
7301 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7302
7303 * wid-edit.el (color): Enclose %t in %{...%}.
7304
7305 * cus-edit.el (face): Enclose %t in %{...%}.
7306
7307 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7308
7309 * savehist.el (savehist-mode-hook): Re-add the var.
7310 (savehist-mode): Use it.
7311
7312 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * textmodes/flyspell.el: Fix commenting convention.
7315 Remove unnecessary leading * in custom docstrings.
7316 (flyspell-emacs): Remove unused var.
7317 (flyspell-delete-region-overlays): Use remove-overlays.
7318 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7319 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7320 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7321 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7322 (make-flyspell-overlay): Don't locally reuse a global name.
7323 (flyspell-highlight-incorrect-region)
7324 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7325 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7326 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7327 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7328 Wrap calls to accept-process-output inside with-local-quit since it's
7329 often called from a post-command-hook.
7330 (flyspell-correct-word, flyspell-auto-correct-word):
7331 Use ispell-send-string.
7332 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7333
7334 * calendar/diary-lib.el (diary-list-entries): Also hide the
7335 terminating newline.
7336
7337 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7338
7339 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7340 window-system, to allow fonts on tty.
7341
7342 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7343
7344 * progmodes/gud.el (gud-speedbar-item-info): New function.
7345 (gud-install-speedbar-variables): Use it to display data type
7346 of watch expression as a tooltip in speedbar.
7347
7348 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7349
7350 * font-core.el (global-font-lock-mode): Add :version keyword,
7351 because default was changed.
7352
7353 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7354
7355 * startup.el (command-line): Use `custom-reevaluate-setting' for
7356 `file-name-shadow-mode'.
7357
7358 * loadup.el: Preload rfn-eshadow.
7359
7360 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7361 Add :version keyword.
7362 (file-name-shadow-properties, file-name-shadow-tty-properties)
7363 (file-name-shadow): Add :version keyword.
7364
7365 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7366 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7367 in the custom-group property of the symbol frames and the fringe
7368 group got no link to its parent group frames.
7369 Doc fix.
7370
7371 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7372
7373 * progmodes/gud.el (gud-stop-subjob): New function.
7374 (gud-menu-map, gud-tool-bar-map): Use it.
7375
7376 2005-11-16 Kim F. Storm <storm@cua.dk>
7377
7378 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7379 than kill it.
7380 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7381 to a more useful/logical place.
7382
7383 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7384
7385 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7386 go buttons complementary.
7387
7388 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7391 (rfn-eshadow-sifn-equal): New function.
7392 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7393
7394 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7395
7396 * viper-utils.el (viper-non-word-characters-reformed-vi):
7397 Quote `-' in string.
7398
7399 * viper.el (viper-emacs-state-mode-list): Ensure that
7400 rcirc-mode buffers come up in Emacs state.
7401
7402 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7403 operation.
7404
7405 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7406
7407 * term.el (term-termcap-format): Fix typos.
7408 (term-down): Fix the negative argument case.
7409
7410 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7411
7412 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7413 2005-08-15.
7414 (gdb-ann3): New command gud-go.
7415 (menu): Accomodate gdb-mi.el.
7416 (gdb-assembler-custom): Make buffer of selected window current
7417 so that set-window-point works.
7418
7419 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7420 buttons and include new ones.
7421
7422 2005-11-16 Kim F. Storm <storm@cua.dk>
7423
7424 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7425 (gud-menu-map): Use it.
7426
7427 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7430 that works correctly for Custom and that does not override a user
7431 who disables it.
7432
7433 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7434 (help-xref-interned, help-follow): Make hyperlinks for variables
7435 that are unbound, but have a non-nil variable-documentation property.
7436
7437 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7438 mode hook. (It conflicted with defcustoms for some mode hooks.)
7439 Use the `variable-documentation' property to give the mode hook a
7440 docstring and expand that docstring.
7441
7442 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7443
7444 * savehist.el (savehist-mode): Don't bother with
7445 `custom-set-minor-mode'.
7446 (savehist-coding-system): Check XEmacs version.
7447 (history-length): Declare also at run time.
7448 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7449 Don't set the customize state.
7450 (savehist-minibuffer-hook): Special case for when
7451 minibuffer-history-variable is equal to t.
7452
7453 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * files.el (write-file): Refresh VC status.
7456
7457 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7458 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7459 than fundamental-mode to see if the mode was set.
7460
7461 2005-11-14 Romain Francoise <romain@orebokech.com>
7462
7463 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7464 dummy function in `eval-when-compile' to avoid compiler warning.
7465 Require `man' at compile time.
7466
7467 2005-11-14 Jay Belanger <belanger@truman.edu>
7468
7469 * calc-alg.el (calcFunc-write-out-power): Rename it to
7470 calcFunc-powerexpand.
7471 (math-write-out-power): Rename it to math-powerexpand; have it
7472 handle negative exponents.
7473 (calc-writeoutpower): Rename it to calc-powerexpand.
7474
7475 * calc-ext.el: Change calcFunc-writeoutpower and
7476 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7477 autoloads.
7478 Add calcFunc-ldiv to autoloads.
7479
7480 * calc-arith.el (calcFunc-ldiv): New function.
7481
7482 * calc.el (calc-left-divide): New function.
7483
7484 2005-11-14 Juri Linkov <juri@jurta.org>
7485
7486 * cus-edit.el (custom-variable-prompt): Set the default value arg
7487 of completing-read.
7488
7489 * cus-dep.el (custom-make-dependencies): Reverse the list of
7490 found dependencies.
7491
7492 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7493
7494 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7495 Highlighting" entry, it is on by default now.
7496 (menu-bar-options-save): Do not save global-font-lock-mode.
7497
7498 2005-11-13 Richard M. Stallman <rms@gnu.org>
7499
7500 * textmodes/flyspell.el (flyspell-large-region):
7501 Call flyspell-accept-buffer-local-defs.
7502
7503 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7504
7505 * textmodes/flyspell.el (flyspell-notify-misspell):
7506 Fix misspelling of "Misspelling".
7507 (flyspell-process-localwords): New function.
7508 (flyspell-large-region): Call flyspell-process-localwords and
7509 flyspell-delete-region-overlays.
7510 (flyspell-delete-region-overlays): New function.
7511 (flyspell-delete-all-overlays): Call that.
7512
7513 2005-11-13 Richard M. Stallman <rms@gnu.org>
7514
7515 * help.el (help-for-help-internal): Improve doc of C-h a.
7516 (describe-key): Improve prompt; doc fix.
7517
7518 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * vc-svn.el (vc-svn-registered): Catch all errors.
7521
7522 * cus-dep.el (custom-make-dependencies): Typo.
7523
7524 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7525
7526 * net/tramp-util.el (top): Fix compilation warning.
7527
7528 2005-11-13 Kim F. Storm <storm@cua.dk>
7529
7530 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7531
7532 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7533
7534 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7535 (gud-speedbar-buttons): Match on "const char *" too.
7536
7537 * progmodes/gdb-ui.el (gdb-var-create-handler)
7538 (gdb-var-list-children-handler): Match on "const char *" too.
7539 (gdb-var-evaluate-expression-handler): Match on empty string.
7540 (gdb-var-update-handler): Only call
7541 gdb-var-evaluate-expression-handler when required.
7542
7543 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7544
7545 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7546 selected window. This still doesn't work for speedbar.
7547 (gud-speedbar-buttons): Handle string expressions properly.
7548
7549 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7550 (gdb-var-create-handler): Handle string expressions properly.
7551 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7552 Handle string expressions properly. Move "type" field into regexp.
7553
7554 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7555
7556 * bookmark.el (bookmark-maybe-message): New function to reduce
7557 code duplication: invokes `message' iff baud-rate is high enough.
7558 (bookmark-write-file): Use above instead of an inline conditional.
7559 (bookmark-load): Same.
7560
7561 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7562
7563 * bookmark.el (bookmark-write-file): Don't visit the destination
7564 file, just write the data to it using write-region. This is
7565 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7566 change to avoid visiting the file in the first place.
7567
7568 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7569
7570 * hi-lock.el (hi-lock-mode): Set the default value of
7571 font-lock-defaults.
7572
7573 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7576 arg to `file-attributes'.
7577 (find-lisp-format): The UID and GID can now be strings.
7578
7579 2005-11-12 Kim F. Storm <storm@cua.dk>
7580
7581 * help.el (help-map): Bind C-h d to apropos-documentation.
7582
7583 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7584 when point is at end-of-buffer.
7585
7586 * apropos.el (apropos-match-face): Doc fix.
7587 (apropos-sort-by-scores): Add new choice `verbose'.
7588 (apropos-documentation-sort-by-scores): New defcustom.
7589 (apropos-pattern): Now contains the pattern entered by the user.
7590 (apropos-pattern-quoted): New defvar.
7591 (apropos-regexp): New defvar, containing the regexp corresponding
7592 to apropos-pattern.
7593 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7594 (apropos-read-pattern): New defun. Use it to read pattern arg in
7595 interactive calls; returns list of words for a word list, and
7596 string for a regexp.
7597 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7598 parses a list of words or regexp as returned by apropos-read-pattern.
7599 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7600 (apropos-score-doc): Return a very high score if the string
7601 entered by the user matches literally.
7602 (apropos-variable): Doc fix. Use apropos-read-pattern.
7603 (apropos-command): Doc fix. Use apropos-read-pattern and
7604 apropos-parse-pattern. Call apropos-print with nosubst=t.
7605 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7606 apropos-parse-pattern.
7607 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7608 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7609 apropos-documentation-sort-by-scores. Call apropos-print with
7610 nosubst=t.
7611 (apropos-documentation-internal): Pass doc string through
7612 substitute-key-definition before adding text properties.
7613 Highlight substring matching literal user input if possible.
7614 (apropos-documentation-check-doc-file): Remove locals beg and end.
7615 Fix calculation of score (as added twice). Pass doc string through
7616 substitute-key-definition before adding text properties.
7617 (apropos-documentation-check-elc-file): Pass doc string through
7618 substitute-key-definition before adding text properties.
7619 Highlight substring matching literal user input if possible.
7620 (apropos-print): Add new arg NOSUBST; if set, command and variable
7621 doc strings have already been passed through substitute-key-definition.
7622 Add code to handle apropos-accumulator items without score element
7623 for backwards compatibility (e.g. with woman package).
7624 Only show scores if apropos-sort-by-scores is `verbose'.
7625
7626 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7629 Add jka-compr-load-suffixes to load-suffixes.
7630
7631 * jka-compr.el: Require jka-cmpr-hook.
7632 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7633 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7634 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7635 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7636 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7637 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7638 (jka-compr-uninstall): Remove entries from
7639 jka-compr-added-to-file-coding-system-alist after they are used.
7640 (jka-compr-error): Remove unused var `curbuf'.
7641 (jka-compr-file-local-copy): Remove unused var `notfound'.
7642
7643 2005-11-10 Romain Francoise <romain@orebokech.com>
7644
7645 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7646
7647 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7648
7649 * progmodes/gud.el (gud-menu-map): Move parentheses.
7650 (gdb): New command gud-pv.
7651
7652 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * tar-mode.el: Remove spurious or unnecessary leading stars
7655 in docstrings.
7656 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7657 (tar-parse-octal-integer-safe): Use mapc.
7658 (tar-header-block-summarize): Remove unused var `ck'.
7659 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7660 cleared before. Obey default-enable-multibyte-characters.
7661 Use mapconcat. Simplify setting of tar-header-offset.
7662 (tar-mode-map): Move initialization inside delcaration.
7663 (tar-flag-deleted): Use `abs'.
7664 (tar-expunge-internal): Remove unused var `line'.
7665 (tar-expunge-internal): Don't hardcode point-min==1.
7666 (tar-expunge): Widen while doing set-buffer-multibyte.
7667 (tar-rename-entry): Use file-name-coding-system.
7668 (tar-alter-one-field): Don't hardcode point-min==1.
7669 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7670 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7671
7672 2005-11-10 Masatake YAMATO <jet@gyve.org>
7673
7674 * add-log.el (add-log-current-defun): Handle class::method
7675 notation of c++. Fix incorrect comment.
7676
7677 2005-11-10 Alan Mackenzie <acm@muc.de>
7678
7679 * help-fns.el (describe-variable): Make C-h v work when a variable
7680 has variable documentation yet is unbound.
7681
7682 2005-11-10 Masatake YAMATO <jet@gyve.org>
7683
7684 * man.el (Man-highlight-references): Set an empty
7685 string to `Man-arguments' if it is nil.
7686 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7687
7688 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7691 commenting conventions.
7692
7693 * cus-dep.el (custom-make-dependencies): Simplify.
7694 Better follow the commenting conventions.
7695
7696 2005-11-09 Richard M. Stallman <rms@gnu.org>
7697
7698 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7699 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7700 All uses changed.
7701 (apropos-rewrite-regexp): Doc fix.
7702 (apropos-variable, apropos-command, apropos, apropos-value):
7703 Change prompt; carry through the argument renaming.
7704
7705 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7706
7707 * find-lisp.el: Require dired.
7708 (find-lisp-find-dired-internal): Do not call
7709 `abbreviate-file-name' on DIR.
7710
7711 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7714
7715 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7716
7717 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7718 when using the speedbar.
7719 (gdb): New command gud-pp.
7720 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7721
7722 2005-11-09 Juri Linkov <juri@jurta.org>
7723
7724 * replace.el (occur-excluded-properties): New defcustom.
7725 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7726
7727 2005-11-08 Jay Belanger <belanger@truman.edu>
7728
7729 * calc/calc-units.el (math-convert-units): Replace any composite
7730 unit by its definition.
7731
7732 2005-11-08 Lars Hansen <larsh@soem.dk>
7733
7734 * emacs-lisp/autoload.el (update-directory-autoloads):
7735 Add obsolete function alias.
7736
7737 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7740 comment-indent-function.
7741 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7742
7743 * reveal.el (reveal-post-command): Rework the handling of
7744 reveal-open-spots, so as to be more reliable. There were several
7745 tricky corner cases where an open spot might be lost, or where
7746 a closed spot might end up on the list of open spots.
7747 Only reveal text that's ellipsised.
7748
7749 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7750
7751 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7752
7753 2005-11-07 John Paul Wallington <jpw@gnu.org>
7754
7755 * ibuffer.el (ibuffer): Search iconified frames too when
7756 getting Ibuffer buffer's window.
7757
7758 2005-11-06 Richard M. Stallman <rms@gnu.org>
7759
7760 * progmodes/compile.el (compilation-internal-error-properties):
7761 save-excursion around the computation of MARKER.
7762
7763 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7764
7765 * textmodes/flyspell.el (flyspell-external-point-words):
7766 flyspell-get-word returns a list, not just a string.
7767
7768 2005-11-06 John Paul Wallington <jpw@pobox.com>
7769
7770 * ibuffer.el (ibuffer): Search all visible frames when getting
7771 Ibuffer buffer's window.
7772
7773 2005-11-07 Masatake YAMATO <jet@gyve.org>
7774
7775 * man.el (Man-reference-regexp): Accept spaces between
7776 `Man-name-regexp' and `Man-section-regexp'.
7777 (Man-apropos-regexp): New variable.
7778 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7779 if available.
7780 (Man-highlight-references, Man-highlight-references0):
7781 Handle the case when `Man-arguments' includes "-k".
7782 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7783 `TARGET'. `TARGET' can be a number, function or nil.
7784
7785 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7786
7787 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7788 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7789 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7790 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7791 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7792 (gdb-send-item): Use buffer-local-value and simplify.
7793
7794 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7795
7796 * startup.el (command-line): Use `custom-reevaluate-setting' for
7797 `global-font-lock-mode'.
7798
7799 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7800 by default, except in batch mode or when the -D option is given.
7801
7802 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7803 specified keyword args on to `define-minor-mode'. Update docstring.
7804
7805 2005-11-05 Romain Francoise <romain@orebokech.com>
7806
7807 * replace.el (occur-engine): Add marker at end of line, too.
7808
7809 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7810
7811 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7812 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7813 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7814 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7815 argument to all these routines, so the passphrase can be managed
7816 externally and passed in to the system.
7817 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7818 pgg-add-passphrase-to-cache function.
7819
7820 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7821 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7822 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7823 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7824 argument to all these routines, so the passphrase can be managed
7825 externally and passed in to the system.
7826 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7827 function.
7828
7829 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7830
7831 * font-lock.el: Don't deal with font-lock-face-attributes here,
7832 move the code ...
7833
7834 * startup.el (command-line): ... here. Use face-spec-set instead
7835 of custom-declare-face.
7836
7837 * faces.el (face-spec-set): Reset the face if spec is not nil.
7838
7839 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * newcomment.el (comment-region-internal): Box more tightly in the
7842 common case where there's no TAB in the boxed text.
7843
7844 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7845
7846 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7847 up-node.
7848
7849 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7850
7851 * newsticker.el: Commentary updated. Code formatting changed.
7852 (newsticker-version): Change to "1.9".
7853 (newsticker, newsticker-feed): Doc fix.
7854 (newsticker-url-list): Doc fix. Add option "Weekly".
7855 (newsticker-retrieval-interval): Add option "Weekly".
7856 (newsticker-headline-processing): Doc fix.
7857 (newsticker-auto-mark-filter): Remove.
7858 (newsticker-auto-mark-filter-list): New.
7859 (newsticker-layout, newsticker-sort-method): Doc fix.
7860 (newsticker-hide-old-items-in-newsticker-buffer)
7861 (newsticker-heading-format, newsticker-item-format)
7862 (newsticker-desc-format): Doc fix.
7863 (newsticker-show-all-rss-elements): Remove.
7864 (newsticker-show-all-news-elements): New.
7865 (newsticker-faces, newsticker-ticker): Doc fix.
7866 (remove-from-invisibility-spec): Code formatting.
7867 (newsticker--process-ids): New.
7868 (newsticker-mode): Doc fix.
7869 (newsticker-mode): Change mode-line-format.
7870 (newsticker-start): Remove debug output.
7871 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7872 (newsticker-w3m-show-inline-images): Code formatting.
7873 (newsticker-next-item): Call `force-mode-line-update'.
7874 (newsticker-previous-item): Call `force-mode-line-update'.
7875 (newsticker-next-feed): Call `force-mode-line-update'.
7876 (newsticker-previous-feed): Call `force-mode-line-update'.
7877 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7878 (newsticker-show-old-items): Do not show descs.
7879 (newsticker-hide-entry): Hide too much.
7880 (newsticker-hide-entry, newsticker-show-entry)
7881 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7882 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7883 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7884 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7885 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7886 (newsticker-get-news): Call `force-mode-line-update'.
7887 Collect process ids.
7888 (newsticker--sentinel): Change coding system handling.
7889 Move image retrieval to new functions newsticker--get-logo-url-*.
7890 Move feed parsing to new functions newsticker--parse-*.
7891 Update list of process ids.
7892 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7893 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7894 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7895 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7896 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7897 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7898 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7899 (newsticker--decode-coding-string): Remove.
7900 (newsticker--decode-numeric-entities): Check input. Format code.
7901 (newsticker--remove-whitespace): Check input.
7902 (newsticker--do-forget-preformatted): Doc fix.
7903 (newsticker--decode-rfc822-date): Allow for missing time.
7904 (newsticker--update-process-ids): New.
7905 (newsticker--image-sentinel): Change comment.
7906 (newsticker--image-read): Change error message.
7907 (newsticker--imenu-goto): Doc fix. Show headline title.
7908 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7909 (newsticker--buffer-do-insert-text): Clean whitespace in
7910 html-rendered headline title. Code formatting.
7911 Call `newsticker--buffer-print-extra-elements'.
7912 (newsticker--buffer-print-extra-element): Remove.
7913 (newsticker--buffer-print-extra-elements): New.
7914 (newsticker--buffer-do-print-extra-element): New.
7915 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7916 large sizes.
7917 (newsticker--run-auto-mark-filter)
7918 (newsticker--do-run-auto-mark-filter):
7919 Use `newsticker-auto-mark-filter-list'.
7920
7921 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7922
7923 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7924 (rcirc-print): Force redisplay before running hooks. Do long
7925 buffer truncation after making new text read-only. Deal with nil
7926 text when decoding strings. If TARGET is nil, use either the
7927 currently selected buffer, if it is an rcirc buffer and of the
7928 same process or the process buffer.
7929 (rcirc-mode): Remove header-line. Recompute short buffer names.
7930 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7931 (rcirc-short-buffer-name): Add variable.
7932 (rcirc-kill-buffer-hook): Recompute short buffer names.
7933 Remove nick from private channel.
7934 (rcirc-send-input): Send command text to current-buffer.
7935 Don't clear overlay arrow here.
7936 (rcirc-short-buffer-name): Return a short buffer name.
7937 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7938 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7939 buffer-name abbreviations.
7940 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7941 Do not touch nick-table when killing a parted channel.
7942 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7943 Clear arrow from current buffer if it is now hidden.
7944 (rcirc-current-buffer): Add variable.
7945 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7946 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7947 Remove -face from names.
7948 (rcirc-update-activity-string): Print "DND" when globally ignoring
7949 activity.
7950 (rcirc-ignore-buffer-activity-flag): Rename from
7951 rcirc-ignore-channel-activity.
7952 (rcirc-ignore-all-activity-flag): Doc fix.
7953 (rcirc-channels): Remove variable.
7954 (rcirc-kill-buffer-hook):
7955 (rcirc-get-buffer-create): Add nick to private channel.
7956 (rcirc-multiline-edit-submit): Remove tabs.
7957 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7958 folded.
7959 (rcirc-remove-nick-channel): Bug fix.
7960 (rcirc-toggle-ignore-buffer-activity): Rename from
7961 rcirc-toggle-ignore-channel-activity.
7962 (rcirc-record-activity): Add buffers to the front of the list.
7963 (rcirc-update-activity): Remove killed buffers from list.
7964 (rcirc-process-server-response-1): Remove last argument if it is
7965 null before calling handler.
7966 (rcirc): Add "rcirc" defcustom prefix.
7967 (rcirc-prompt): Simplify default prompt.
7968 Use custom-initialize-default.
7969 (rcirc-private-chats): Remove variable.
7970 (rcirc-prompt): Change initialization.
7971 (rcirc-version): Remove function.
7972 (rcirc-id-string): Add constant.
7973 (rcirc-last-buffer): Remove variable.
7974 (rcirc-buffer-alist): Add variable.
7975 (rcirc-connect): Update variable setup.
7976 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7977 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7978 default.
7979 (rcirc-handler-generic): Trigger activity.
7980 (rcirc-send-message): Create the buffor of the target.
7981 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7982 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7983 (rcirc-multiline-edit-cancel): Remove function.
7984 (rcirc-set-last-buffer): Remove function.
7985 (rcirc-get-any-buffer): Add function.
7986 (rcirc-join-channels): Don't print /join text.
7987 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7988 messages.
7989 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7990 (rcirc-handler-NOTICE): Recognize CTCP responses.
7991 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7992 constructing TOPIC string for buffers we are not JOINed.
7993 (rcirc-handler-CTCP-response): Add handler.
7994 (rcirc-multiline-edit-submit): Restore the window-configuration
7995 before adjusting point.
7996 (rcirc): Add customization group.
7997 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7998 (rcirc-user-full-name, rcirc-startup-channels-alist)
7999 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8000 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8001 (rcirc-input-ring-size, rcirc-read-only-flag)
8002 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8003 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8004 Change defvar to defcustom.
8005 (rcirc-update-prompt): Add optional ALL arg, which will update
8006 prompts in all rcirc buffers. Regexp quote replacement text.
8007 (rcirc-fill-column): Accept frame-width as a value.
8008 (rcirc-set-changed): Add function.
8009 (rcirc-next-active-buffer): Write more meaningful messages.
8010 (rcirc-faces): Add customization group.
8011 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8012 (rcirc-nick-in-message-face, rcirc-prompt-face)
8013 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8014 (with-rcirc-process-buffer): Move before first usage.
8015 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8016 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8017 (rcirc-debug): Rename from `rcirc-log'.
8018 (rcirc-format-response-string): Do not print `-' chars for a
8019 NOTICE with no sender. Simplify output of server responses.
8020
8021 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8022
8023 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8024 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8025 Make urls mouse and RET clickable.
8026
8027 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8028
8029 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8030
8031 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8032
8033 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8034 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8035 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8036 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8037 argument to all these routines, so the passphrase can be managed
8038 externally and passed in to the system.
8039 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8040 pgg-add-passphrase-to-cache function.
8041
8042 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8043 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8044 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8045 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8046 argument to all these routines, so the passphrase can be managed
8047 externally and passed in to the system.
8048 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8049 function.
8050
8051 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8052
8053 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8054 from goto-address-url-regexp.
8055
8056 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8057
8058 * textmodes/org.el (org-read-date, org-goto-calendar)
8059 (org-recenter-calendar, org-agenda-goto-calendar):
8060 Temporarily clear `calendar-move-hook'.
8061
8062 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8063
8064 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8065 merging.
8066
8067 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8068 have merge clashes.
8069
8070 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8071
8072 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8073 Undo previous change.
8074
8075 * startup.el (command-line): Use `custom-reevaluate-setting' for
8076 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8077 tty-register-default-colors on Mac.
8078
8079 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8080
8081 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8082 (gdb-buffer-type): Make it automatically buffer local...
8083 (gdb-get-create-buffer): ...and set it accordingly.
8084 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8085 actually work.
8086
8087 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8088
8089 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8090 not red.
8091
8092 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8093
8094 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8095 case GUD buffer is not visible.
8096 (gdb-goto-breakpoint): Try to force display in source buffer.
8097 (gdb-frame-gdb-buffer): Copy other similar functions.
8098 (gdb-restore-windows): Don't display source if not asked for.
8099 (gdb-assembler-buffer-name): Don't capitalise.
8100
8101 2005-11-03 Richard M. Stallman <rms@gnu.org>
8102
8103 * wid-edit.el (key-sequence): New widget type.
8104
8105 * simple.el (set-mark-command-repeat-pop): New variable.
8106 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8107 if set-mark-command-repeat-pop is true.
8108
8109 * info.el (Info-fontify-node): Don't display extra "see" if there
8110 already is one here.
8111
8112 * mouse.el: Fix special handling of DEL after dragging a region:
8113 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8114 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8115
8116 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8117
8118 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8119 not to assume it pertains to an affix.
8120
8121 * textmodes/flyspell.el (flyspell-post-command-hook):
8122 Bind deactivate-mark to prevent deactivation.
8123
8124 2005-11-03 Lars Hansen <larsh@soem.dk>
8125
8126 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8127 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8128 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8129
8130 2005-11-03 Romain Francoise <romain@orebokech.com>
8131
8132 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8133 Update copyright years.
8134
8135 2005-11-03 Sam Steingold <sds@gnu.org>
8136
8137 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8138 Use system-type instead of window-system because window-system is not
8139 correctly defined during loadup.
8140
8141 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8142
8143 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8144 (xml-parse-tag): Join strings separated by a comment properly.
8145
8146 2005-11-02 Andreas Schwab <schwab@suse.de>
8147
8148 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8149
8150 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8153 (byte-optimize-pure-func): Quote the eval'd value.
8154
8155 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8156 Rename from perl-font-lock-syntactic-face-function.
8157 Change the calling convention so it can be used as a font-lock MATCHER.
8158 Do the parse-partial-sexp loop outselves.
8159 (perl-font-lock-syntactic-keywords): Use it.
8160 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8161
8162 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8163
8164 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8165 disassembly buffer too.
8166 (gdb-exited): Remove overlay arrows when execution has finished.
8167 (gdb-info-frames-custom, gdb-info-threads-custom)
8168 (gdb-info-registers-custom): Don't add inappropriate text
8169 properties if inferior is not active.
8170
8171 2005-11-02 Glenn Morris <rgm@gnu.org>
8172
8173 * progmodes/fortran.el (fortran-blink-match):
8174 Use `blink-matching-delay'.
8175
8176 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8177
8178 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8179
8180 2005-11-02 Lars Hansen <larsh@soem.dk>
8181
8182 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8183 "Permission denied".
8184
8185 2005-11-01 Richard M. Stallman <rms@gnu.org>
8186
8187 * textmodes/flyspell.el (flyspell-external-point-words):
8188 Pass nil to flyspell-get-word.
8189
8190 2005-11-02 Kim F. Storm <storm@cua.dk>
8191
8192 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8193 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8194
8195 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8198 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8199 (calendar-mouse-print-dates): Add optional `event' argument.
8200 Update interactive-spec.
8201 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8202 Use `calendar-event-to-date' instead of `event'.
8203
8204 2005-11-02 Masatake YAMATO <jet@gyve.org>
8205
8206 * progmodes/ld-script.el (ld-script-builtins):
8207 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8208 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8209 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8210
8211 2005-11-01 Romain Francoise <romain@orebokech.com>
8212
8213 * vc-sccs.el: Update copyright year.
8214 * ezimage.el: Likewise.
8215
8216 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8217
8218 * info.el (Info-fontify-node): Use `string-width' for fontifying
8219 underlined titles.
8220
8221 2005-11-01 Juri Linkov <juri@jurta.org>
8222
8223 * info.el (Info-fontify-node): Downcase node header keywords Node,
8224 Prev, Next, Up before comparison.
8225 (Info-history): Insert absolute directory name, and put invisible
8226 property on it.
8227
8228 2005-11-01 Juri Linkov <juri@jurta.org>
8229
8230 * info.el (Info-file-supports-index-cookies): New variable.
8231 (Info-find-node-2): Check makeinfo version for index cookie support.
8232 (Info-index-nodes): Search for nodes with index cookies only when
8233 Info-file-supports-index-cookies is t. Otherwise, search nodes
8234 with "Index" in the node name.
8235 (Info-index-node): Search index cookie in the current node only when
8236 Info-file-supports-index-cookies is t. Otherwise, check the word
8237 "Index" in the node name.
8238 (Info-find-emacs-command-nodes): Remove code that searches nodes
8239 with "Index" node name in the top menu.
8240
8241 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * progmodes/scheme.el (scheme-mode-variables): Use the default
8244 comment-indent-function.
8245
8246 * faces.el (face-attribute): Handle the case where a face inherits from
8247 a non-existent face.
8248
8249 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8250 for octal and hexa output, and merge the char into the paren.
8251 (kill-new): Use push.
8252 (copy-to-buffer): Use with-current-buffer.
8253 (completion-setup-function): Move code in loop to remove redundancy.
8254 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8255 those inherited from minibuffer-local-completion-map.
8256
8257 * savehist.el (savehist-mode) <defcustom>:
8258 Use custom-set-minor-mode if available.
8259 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8260 and emit a message if applicable.
8261
8262 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8263
8264 * savehist.el: Sync up to version 19.
8265 (savehist-mode): New minor mode.
8266 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8267 (savehist-length): Remove (use history-length instead).
8268 (savehist-file-modes): Rename from savehist-modes.
8269 (savehist-save-hook, savehist-loaded): New vars.
8270 (savehist-load): Use savehist-mode. Try to smooth up transition from
8271 old format to new format.
8272 (savehist-install): Allow savehist-autosave-interval to be nil.
8273 (savehist-save): Run the new hook. Be more careful to only trim the
8274 history variables.
8275 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8276 (savehist-printable): Print into a buffer rather than char-by-char.
8277
8278 2005-11-01 John Wiegley <johnw@newartisans.com>
8279
8280 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8281 toggle-ignore keybinding (C-a). The author said it had been
8282 disabled much earlier due to a possible incompatibility, but after
8283 many months of usage I have encountered no problems (and it is a
8284 rather useful option, especially for switching to " *temp*").
8285
8286 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8287 support for OS/X's AddressBook, by calling out to the open source
8288 program "contacts" (installable through Fink).
8289
8290 * net/eudc.el (eudc-expand-inline): If the
8291 `eudc-multiple-match-handling-method' is set to `all', delete the
8292 query string before inserting the query result.
8293
8294 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8295 flag, to prevent Eshell from using the system ls when
8296 `eshell-ls-insert-directory' is in used.
8297 (eshell-ls-insert-directory): Disable font-lock in directory
8298 buffer so that Eshell's own fontification is seen. This broke
8299 recently due to changes in font-lock, so this goes back to version
8300 21 behavior.
8301
8302 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8303
8304 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8305 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8306 (gdb-many-windows): Doc fix.
8307
8308 2005-10-31 Romain Francoise <romain@orebokech.com>
8309
8310 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8311
8312 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8313
8314 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8315 that global-font-lock-mode can be enabled by default.
8316
8317 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8318 (font-lock-add-keywords, font-lock-remove-keywords)
8319 (font-lock-fontify-buffer): Remove autoload cookies.
8320
8321 * jit-lock.el (jit-lock-register): Likewise.
8322
8323 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8324
8325 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8326
8327 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8328 intact if there is no gud-comint-buffer.
8329
8330 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8333 old prompt comint-prompt-read-only is t and GDB commands are
8334 issued from tool bar etc.
8335
8336 2005-10-31 Masatake YAMATO <jet@gyve.org>
8337
8338 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8339
8340 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8343 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8344
8345 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8346
8347 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8348 starting at beginning of line. Fontification is messed up when
8349 `open-paren-in-column-0-is-defun-start' set to t.
8350 Reported by John Paul Wallington <jpw@pobox.com>.
8351
8352 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * comint.el (comint-send-input): Call `comint-update-fence' when
8355 `comint-process-echoes' and `comint-prompt-read-only' are both
8356 non-nil, to avoid leftover read-only newline.
8357
8358 2005-10-30 Richard M. Stallman <rms@gnu.org>
8359
8360 * textmodes/flyspell.el (flyspell-external-point-words):
8361 Detect when WORD can't be checked properly because
8362 flyspell-get-word finds just part of it, and move on.
8363
8364 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8365 boundarychar for Polish.
8366 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8367 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8368
8369 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8370
8371 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8372 (gdb-registers-font-lock-keywords): Delete.
8373 (gdb-registers-mode): Don't fontify.
8374 (gdb-info-registers-custom): Use text properties instead as, in
8375 future, changed register values will use font-lock-warning-face.
8376 (gdb-local-font-lock-keywords): Rename to...
8377 (gdb-locals-font-lock-keywords): ...for consistency.
8378
8379 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8380
8381 * vc.el (vc-switch-backend): Better error message if the buffer is
8382 not visiting a file under version control.
8383
8384 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8385
8386 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8387
8388 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8389 ~/.emacs.d/.emacs.
8390
8391 2005-10-29 Richard M. Stallman <rms@gnu.org>
8392
8393 * replace.el (occur-mode-mouse-goto): Always go to other window.
8394 (occur-mode-goto-occurrence): Always switch in same window.
8395
8396 * simple.el (undo): Display message at end, not at start.
8397
8398 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8399 New arg REUSE-CELL.
8400 (cancel-timer-internal): New function.
8401 (timer-event-handler): Use cancel-timer-internal,
8402 and pass the cell it returns to timer-activate...
8403
8404 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8405 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8406 (jit-lock-after-change): Test memory-full.
8407
8408 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8409
8410 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8411 part of the decoded armor to find the key-identifier.
8412 (pgg-gpg-lookup-key-owner): New function to return the
8413 human-readable identifier of a key owner.
8414 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8415 key itself.
8416 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8417 the key value) if we have a key and can match it against a secret
8418 key. Also, added a note pointing out fact that the prompt only
8419 indicates the first matching key.
8420
8421 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8422 pgg-decrypt-region.
8423 (pgg-pending-timers): A new hash for tracking the passphrase cache
8424 timers, so that new ones supercede old ones.
8425 (pgg-add-passphrase-to-cache): Rename from
8426 `pgg-add-passphrase-cache' to reduce confusion (all callers
8427 changed). Modified to cancel old timers when new ones are added.
8428 (pgg-remove-passphrase-from-cache): Rename from
8429 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8430 changed). Modified to cancel old timers when their keys are
8431 removed from the cache.
8432 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8433 XEmacs, an indirection to delete-itimer.
8434 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8435 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8436 users can only check cache without risk of prompting. Correct bug in
8437 notruncate behavior.
8438 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8439 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8440 Add informative docstrings.
8441 (pgg-decrypt): Convey provided passphrase in subordinate call to
8442 pgg-decrypt-region.
8443
8444 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8445 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8446 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8447 `passphrase' argument, so the passphrase can be managed externally
8448 and then passed in to the system.
8449
8450 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8451 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8452 so the passphrase cache can be used reliably with identifiers
8453 besides a pgp packet's key id.
8454
8455 * pgg-gpg.el (pgg-pgp-encrypt-region)
8456 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8457 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8458 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8459 argument to all these routines, so the passphrase can be managed
8460 externally and passed in to the system.
8461
8462 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8463 `notruncate' argument, so the passphrase cache can be used
8464 reliably with identifiers besides a pgp packet's key id.
8465
8466 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8467
8468 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8469 symmetric encryption.
8470 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8471 encrypted session key.
8472 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8473 message ask for the passphrase in a proper way.
8474
8475 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8476 New user commands for symmetric encryption.
8477
8478 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8479
8480 * textmodes/conf-mode.el (conf-assignment-sign)
8481 (conf-assignment-regexp): Fix docstrings.
8482 (conf-mode-initialize): New function.
8483 (conf-mode): Remove optional args. Use delay-mode-hooks to
8484 recognize recursive calls.
8485 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8486 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8487 (conf-xdefaults-mode): Use define-derived-mode and
8488 conf-mode-initialize.
8489
8490 2005-10-29 Romain Francoise <romain@orebokech.com>
8491
8492 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8493
8494 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8495
8496 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8497 part of the decoded armor to find the key-identifier.
8498 (pgg-gpg-lookup-key-owner): New function to return the
8499 human-readable identifier of a key owner.
8500 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8501 key itself.
8502 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8503 the key value) if we have a key and can match it against a secret
8504 key. Also, added a note pointing out fact that the prompt only
8505 indicates the first matching key.
8506
8507 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8508 pgg-decrypt-region.
8509 (pgg-pending-timers): A new hash for tracking the passphrase cache
8510 timers, so that new ones supercede old ones.
8511 (pgg-add-passphrase-to-cache): Rename from
8512 `pgg-add-passphrase-cache' to reduce confusion (all callers
8513 changed). Modified to cancel old timers when new ones are added.
8514 (pgg-remove-passphrase-from-cache): Rename from
8515 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8516 changed). Modified to cancel old timers when their keys are
8517 removed from the cache.
8518 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8519 XEmacs, an indirection to delete-itimer.
8520 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8521 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8522 users can only check cache without risk of prompting. Correct bug in
8523 notruncate behavior.
8524 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8525 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8526 Add informative docstrings.
8527 (pgg-decrypt): Convey provided passphrase in subordinate call to
8528 pgg-decrypt-region.
8529
8530 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8531
8532 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8533 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8534 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8535 `passphrase' argument, so the passphrase can be managed externally
8536 and then passed in to the system.
8537
8538 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8539 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8540 so the passphrase cache can be used reliably with identifiers
8541 besides a pgp packet's key id.
8542
8543 * pgg-gpg.el (pgg-pgp-encrypt-region)
8544 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8545 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8546 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8547 argument to all these routines, so the passphrase can be managed
8548 externally and passed in to the system.
8549
8550 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8551 `notruncate' argument, so the passphrase cache can be used
8552 reliably with identifiers besides a pgp packet's key id.
8553
8554 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8555
8556 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8557 symmetric encryption.
8558 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8559 encrypted session key.
8560 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8561 message ask for the passphrase in a proper way.
8562
8563 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8564 New user commands for symmetric encryption.
8565
8566 2005-10-28 Bill Wohler <wohler@newt.com>
8567
8568 * help-mode.el (help-url): New button type. Calls browse-url.
8569 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8570 Similar to Info nodes: URL `url'.
8571 (help-make-xrefs): Create help-url buttons for
8572 help-xref-url-regexp matches.
8573
8574 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8575
8576 * tool-bar.el (tool-bar-add-item-from-menu)
8577 (tool-bar-local-item-from-menu): Fix doc strings.
8578
8579 2005-10-28 Romain Francoise <romain@orebokech.com>
8580
8581 * ldefs-boot.el: Update.
8582
8583 * subr.el (locate-library): Move from help-fns.el.
8584 * help-fns.el (locate-library): Move to subr.el.
8585
8586 2005-10-28 Richard M. Stallman <rms@gnu.org>
8587
8588 * net/tramp.el (tramp-completion-mode): defvar moved up.
8589
8590 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8591
8592 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8593
8594 * files.el (find-file-noselect): Use %d to format large file size.
8595
8596 * bindings.el (mode-line-format): Add %e.
8597
8598 * loadup.el ("facemenu"): Load unconditionally.
8599 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8600 ("x-dnd"): Load, when appropriate.
8601
8602 * startup.el (command-line): Call before-init-hook earlier.
8603 Warn about some bad characters in -u user name.
8604
8605 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8606 (flyspell-external-point-words): Error if misspelled word is not found.
8607 Set flyspell-large-region-beg at end of word.
8608
8609 2005-10-28 Andreas Schwab <schwab@suse.de>
8610
8611 * view.el (View-revert-buffer-scroll-page-forward):
8612 Use view-page-size-default.
8613
8614 2005-10-28 Juri Linkov <juri@jurta.org>
8615
8616 * international/quail.el (quail-get-current-str): Translate last
8617 raw character for deterministic input methods.
8618
8619 2005-10-27 Jay Belanger <belanger@truman.edu>
8620
8621 * calc/calc-ext.el: Add functions to autoloads.
8622 (math-identity-matrix-p, math-ident-row-p): New functions.
8623
8624 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8625 multiplication by an identity matrix; don't turn multiplication by
8626 an inverse matrix into division.
8627 (math-div-symbol-fancy): Replace division by matrices with
8628 multiplication by inverse.
8629
8630 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8631
8632 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8633 (calc-writeoutpower): New functions.
8634
8635 2005-10-27 Romain Francoise <romain@orebokech.com>
8636
8637 * replace.el (occur-engine): Include colon in mouse-face highlight.
8638
8639 * dired-x.el: Change Maintainer field.
8640
8641 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8642
8643 * longlines.el (longlines-mode): Bind after-change-functions to
8644 nil during initial decoding and final encoding.
8645
8646 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8647
8648 * term.el (term-emulate-terminal, term-handle-colors-array)
8649 (term-handle-ansi-escape): Specify the terminfo capabilities
8650 implemented.
8651
8652 2005-10-26 Richard M. Stallman <rms@gnu.org>
8653
8654 * info.el (Info-fontify-node): Fix detection of sentence-break
8655 before *Note.
8656
8657 2005-10-26 Romain Francoise <romain@orebokech.com>
8658
8659 * smerge-mode.el: Add `tools' to file keywords.
8660
8661 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8662
8663 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8664 when the fringe is not available.
8665
8666 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8667 (def-gdb-auto-update-trigger): Simplify construction.
8668 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8669 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8670 defined explicitly.
8671 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8672 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8673 defined explicitly.
8674 (gdb-info-locals-custom): Remove as it's a no-op.
8675
8676 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8677
8678 * longlines.el (longlines-mode): Remove narrowing before
8679 performing the initial decoding or final encoding.
8680
8681 2005-10-25 Romain Francoise <romain@orebokech.com>
8682
8683 * emacs-lisp/find-func.el (find-library-name): Also strip
8684 extension if library name ends in .el, to take advantage of
8685 `find-library-suffixes'.
8686
8687 2005-10-25 Richard M. Stallman <rms@gnu.org>
8688
8689 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8690
8691 2005-10-25 Juri Linkov <juri@jurta.org>
8692
8693 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8694 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8695
8696 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8699 (blackbox-redefine-key): Add argument `map'.
8700
8701 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8702 regions when moving the jit-lock-context-unfontify-pos boundary.
8703
8704 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8705
8706 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8707
8708 2005-10-25 Masatake YAMATO <jet@gyve.org>
8709
8710 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8711
8712 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8713
8714 * play/blackbox.el (blackbox-redefine-key): New function.
8715 (blackbox-mode-map): Use it to remap existing bindings for cursor
8716 motion instead of binding literal keys.
8717
8718 2005-10-25 Glenn Morris <rgm@gnu.org>
8719
8720 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8721 diary does not end in a newline. Do not assume a blank line at
8722 the start of the diary file.
8723
8724 2005-10-25 Kenichi Handa <handa@m17n.org>
8725
8726 * international/quail.el (quail-translate-key): If the input
8727 method is deterministic and failed to handle the last key, restart
8728 the key handling loop from an appropriate key.
8729
8730 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8731
8732 * vc.el (vc-dired-mode): Extend comment for binding of
8733 `directory-listing-before-filename-regexp'.
8734
8735 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8736
8737 * textmodes/texinfo.el (texinfo-mode):
8738 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8739 not to unnecessarily expose emacs-mule's internal char codes.
8740
8741 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8744 Display hand pointer and help-echo on disabled icon too.
8745 (gdb-mouse-until): New function.
8746 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8747
8748 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8751 with 2005-10-23 change to doctor.el.
8752
8753 * finder.el (finder-mode-map): Add follow-link binding.
8754
8755 2005-10-25 Kim F. Storm <storm@cua.dk>
8756
8757 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8758 to gdb-mouse-toggle-breakpoint-fringe.
8759 (gdb-mouse-toggle-breakpoint-margin): Rename from
8760 gdb-mouse-toggle-breakpoint. Fix doc.
8761 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8762 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8763 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8764 string properties also for fringe breakpoint bitmaps.
8765
8766 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8767
8768 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8769
8770 2005-10-25 Masatake YAMATO <jet@gyve.org>
8771
8772 * simple.el (completion-common-substring):
8773 Use `completion-common-substring' prior to `completion-base-size'.
8774
8775 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8776
8777 * savehist.el: Require CL while compiling.
8778 (savehist-history-variables): Remove.
8779 (savehist-save-minibuffer-history, savehist-additional-variables)
8780 (savehist-minibuffer-history-variables): New vars.
8781 (savehist-save): Use them.
8782 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8783 (savehist-install): New fun, extracted from savehist-load.
8784 (savehist-load): Use them.
8785
8786 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8789 a dummy doc-string-elt property.
8790 (defalias, defvaralias, define-category): Add a docstring property.
8791
8792 * image.el (defimage):
8793 * widget.el (define-widget):
8794 * custom.el (defface, defcustom): Add `doc-string' declaration.
8795
8796 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8797 (defadvice): Add `doc-string' declaration.
8798
8799 * emacs-lisp/byte-run.el (macro-declaration-function):
8800 Handle `doc-string' declarations.
8801 (define-obsolete-function-alias, define-obsolete-variable-alias):
8802 Add `doc-string' declaration.
8803
8804 2005-10-24 Kenichi Handa <handa@m17n.org>
8805
8806 * international/utf-7.el (utf-7): Add autoload cookie.
8807
8808 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8809
8810 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8811
8812 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8813 list of directories passed to batch-update-autoloads. Add "." to
8814 the list of the echoed directories.
8815
8816 * pgg-def.el:
8817 * pgg-gpg.el:
8818 * pgg-parse.el:
8819 * pgg-pgp.el:
8820 * pgg-pgp5.el:
8821 * pgg.el: Moved here from the gnus subdirectory.
8822
8823 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8824
8825 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8826 in case comint-prompt-read-only is set to t.
8827
8828 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8829 in case comint-prompt-read-only is set to t.
8830
8831 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8832
8833 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8834 Now a string.
8835 (icalendar-import-format): Handle CLASS, STATUS, URL.
8836 Rename `subject' to `summary'.
8837 (icalendar-import-format-summary): Rename from
8838 `icalendar-import-format-subject'.
8839 (icalendar-import-format-url, icalendar-import-format-status)
8840 (icalendar-import-format-class): New variables.
8841 (icalendar--rris): Take variable argument list.
8842 (icalendar--datestring-to-isodate): Remove unnecessary
8843 calendar-style check when converting dates with explicit month names.
8844 (icalendar-export-region): Change return type of conversion
8845 subroutines. Bury current buffer unless error occurred.
8846 (icalendar--convert-to-ical)
8847 (icalendar--parse-summary-and-rest): New functions.
8848 (icalendar--convert-ordinary-to-ical)
8849 (icalendar--convert-weekly-to-ical)
8850 (icalendar--convert-yearly-to-ical)
8851 (icalendar--convert-block-to-ical)
8852 (icalendar--convert-cyclic-to-ical)
8853 (icalendar--convert-anniversary-to-ical): Change return type.
8854 Strip trailing blanks from subject.
8855 (icalendar--convert-sexp-to-ical): Change return type.
8856 Strip trailing blanks from subject. Handle simple sexp
8857 entries as generated by icalendar.el.
8858 (icalendar--convert-float-to-ical)
8859 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8860 (icalendar-import-file): Doc fix.
8861 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8862 Correct call to icalendar--rris.
8863 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8864 `summary'.
8865 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8866
8867 2005-10-24 Romain Francoise <romain@orebokech.com>
8868
8869 * server.el (server-sentinel): Set query-on-exit flag to nil on
8870 new client processes (it isn't inherited from the server process).
8871
8872 * replace.el (occur-engine): Rearrange text properties.
8873
8874 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8877 case-fold-search is nil.
8878 (debug-help-follow): Use help-xref-interned directly.
8879
8880 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8881
8882 * thumbs.el (thumbs-image-type): Add .pbm.
8883
8884 2005-10-23 Richard M. Stallman <rms@gnu.org>
8885
8886 * faces.el (inhibit-face-set-after-frame-default): New variable.
8887 (set-face-attribute): Bind it.
8888 (face-set-after-frame-default): Test it.
8889
8890 * help-fns.el (describe-simplify-lib-file-name): New function.
8891 (describe-function-1, describe-variable): Use it.
8892
8893 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8894
8895 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8896 Eliminate nil as possible value.
8897 (tooltip-hide-delay): Reduce internal-border-width.
8898
8899 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8900 (menu-bar-file-menu) <new-file>: Likewise.
8901
8902 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8903
8904 * international/mule.el (load-with-code-conversion):
8905 Pass full file name to `eval-buffer' unless preloading.
8906
8907 * textmodes/flyspell.el (flyspell-large-region):
8908 Call ispell-check-version.
8909
8910 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8911 Fix the make-variable-buffer-local call that was supposed
8912 to be for this variable.
8913 (ispell-aspell-supports-utf8): Doc fix.
8914 (ispell-find-aspell-dictionaries): Preserve elements of
8915 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8916 (ispell-aspell-find-dictionary): Return nil on error.
8917
8918 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8919 (doctor-symptoms): Likewise.
8920
8921 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8922
8923 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8926 (custom-raised-buttons): Add :set spec.
8927 (custom-button-unraised, custom-button-pressed-unraised):
8928 New faces, so that custom-raised-buttons actually does something.
8929 (custom-mode): Use custom-button and custom-button-pressed.
8930
8931 * wid-edit.el (widget-specify-button): Don't ignore
8932 widget-mouse-face on graphic terminals.
8933 (widget-move-and-invoke): Cleanup.
8934
8935 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8936
8937 * whitespace.el (whitespace-cleanup): Doc fix.
8938
8939 2005-10-23 Romain Francoise <romain@orebokech.com>
8940
8941 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8942 `eval-after-load' to avoid evaluating their result.
8943
8944 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * files.el (directory-listing-before-filename-regexp):
8947 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8948
8949 * dired.el (dired-move-to-filename-regexp): Remove.
8950 All occurences replaced by `directory-listing-before-filename-regexp'.
8951
8952 * dired-x.el, locate.el, vc.el:
8953 Replace `dired-move-to-filename-regexp' by
8954 `directory-listing-before-filename-regexp'. In vc.el it is
8955 overwritten locally; maybe this can be handled in files.el too.
8956
8957 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8958 replaced by `directory-listing-before-filename-regexp'.
8959
8960 2005-10-23 Andreas Schwab <schwab@suse.de>
8961
8962 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8963 and eval-next-after-load.
8964
8965 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8966
8967 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8968 exist, create it.
8969
8970 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8971
8972 * allout.el: Remove autoloads for mailcrypt and crypt++.
8973 Require pgg, pgg-gpg during compilation.
8974 (allout-version): Increment version number to 2.1, and use a literal
8975 rather than RCS Id.
8976 (allout-default-encryption-scheme): Remove.
8977 (allout-passphrase-verifier-handling)
8978 (allout-passphrase-verifier-string)
8979 (allout-file-passphrase-verifier-string)
8980 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8981 (allout-passphrase-hint-handling): Rename and simplify.
8982 (allout-init): Use `find-file-hook' if available, otherwise
8983 `find-file-hooks'.
8984 (allout-mode): Use `write-file-functions' if available, otherwise
8985 `local-write-file-hooks' and, instead of making auto-save-hook
8986 buffer local, make the write-file-hook activity contingent to
8987 allout-mode.
8988 (allout-mode): Use key-binding substitution in the docstring.
8989 (allout-kill-line): Spell-out kill ring data structure mutation
8990 instead of using byte-compiler-complaint-provoking `pop'.
8991 (allout-insert-listified): Use `insert' rather than `insert-string'
8992 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8993 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8994 (allout-encrypt-string): Totally revamped vis new underlying
8995 encryption facilities.
8996 (allout-mc-activate-passwd): Remove.
8997 (allout-obtain-passphrase): New, more or less replaces
8998 allout-mc-activate-passwd.
8999 (allout-encrypted-key-info): More or less replaces
9000 allout-encrypted-text-type.
9001 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9002 (my-mark-marker): Use `(featurep 'xemacs)'.
9003
9004 2005-10-23 Lars Hansen <larsh@soem.dk>
9005
9006 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9007 (byte-compile-file-form-defmumble, byte-compile-defun)
9008 (byte-compile-defmacro): Use it.
9009 (byte-compile-form): Don't call byte-compile-set-symbol-position
9010 when a byte-compile handler is called.
9011
9012 2005-10-22 Romain Francoise <romain@orebokech.com>
9013
9014 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9015
9016 * subr.el (eval-after-load): Convert library name to an absolute
9017 file name using locate-library, since load-history no longer has
9018 library names in it.
9019
9020 2005-10-22 Richard M. Stallman <rms@gnu.org>
9021
9022 * files.el (make-temp-file): Move from subr.el.
9023 * subr.el (make-temp-file): Move to files.el.
9024
9025 * window.el (get-buffer-window-list): Move from subr.el.
9026 * subr.el (get-buffer-window-list): Move to window.el.
9027
9028 * image.el (image-load-path): Use eval-at-startup to initialize.
9029
9030 * subr.el (eval-at-startup): New macro.
9031
9032 * subr.el: Much rearrangement of functions and division
9033 into pages. No code changes.
9034
9035 2005-10-22 Kenichi Handa <handa@m17n.org>
9036
9037 * tar-mode.el (tar-extract): Be sure to call
9038 find-operation-coding-system if set-auto-coding doesn't find a
9039 coding system.
9040
9041 2005-10-22 Kim F. Storm <storm@cua.dk>
9042
9043 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9044 Change users.
9045 (image-type-file-name-regexps): New defconst.
9046 (image-type-from-data): Simplify loop.
9047 (image-type-from-buffer): New defun.
9048 (image-type-from-file-header): Use it instead of image-type-from-data.
9049 Use image-search-load-path instead of only looking in data-directory.
9050 (image-type-from-file-name): New defun.
9051 (image-search-load-path): Change `pathname' to `filename'.
9052 Make PATH arg optional, default to image-load-path.
9053
9054 2005-10-21 Richard M. Stallman <rms@gnu.org>
9055
9056 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9057
9058 * textmodes/paragraphs.el (sentence-end-base): New variable.
9059 (sentence-end): Use sentence-end-base.
9060
9061 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9064 property independently from the font-lock-multiline variable.
9065
9066 2005-10-21 Richard M. Stallman <rms@gnu.org>
9067
9068 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9069
9070 * startup.el (command-line): Convert library names
9071 in `load-history' to absolute file names.
9072
9073 * subr.el (symbol-file): Doc fix.
9074
9075 * loadhist.el (file-loadhist-lookup): Call locate-library
9076 instead of find-library-name. Don't try converting
9077 abs file names to library names, since load-history no longer
9078 has library names in it.
9079 (file-dependents, file-provides, file-requires): Doc fixes.
9080
9081 2005-10-21 Juri Linkov <juri@jurta.org>
9082
9083 * progmodes/etags.el (tags-table-mode): New function.
9084 (tags-verify-table): Replace initialize-new-tags-table with
9085 tags-table-mode.
9086
9087 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9088 default value.
9089 (desktop-modes-not-to-save): Add tags-table-mode to the
9090 default value.
9091
9092 * info.el (Info-index-next): Add total number of index
9093 alternatives to the message.
9094
9095 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9096 backward only space (instead of space and period) before looking
9097 at sentence end.
9098
9099 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9100 Add the old variable value as 4th default-value arg of read-string.
9101
9102 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9103
9104 * cus-face.el (custom-declare-face): Make face from X resources
9105 also on Mac.
9106
9107 * disp-table.el (standard-display-g1, standard-display-graphic):
9108 Refuse to use string glyphs also on Mac.
9109 (standard-display-european): Don't set terminal coding system also
9110 on Mac.
9111
9112 * frame.el (display-screens): Use x-display-screens also on Mac.
9113
9114 2005-10-21 Romain Francoise <romain@orebokech.com>
9115
9116 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9117
9118 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9121 and $? into sexps.
9122
9123 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9124 warning face on open-paren-in-column-0.
9125
9126 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9127 boundary case. Fix typo.
9128 Suggested by Martin Rudalics <rudalics@gmx.at>.
9129
9130 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9131
9132 * textmodes/org.el (org-combined-agenda-icalendar-file)
9133 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9134 (org-export-icalendar-this-file)
9135 (org-export-icalendar-all-agenda-files)
9136 (org-export-icalendar-combine-agenda-files): New commands.
9137 (org-export-icalendar, org-print-icalendar-entries)
9138 (org-start-icalendar-file, org-finish-icalendar-file)
9139 (org-ical-ts-to-string): New functions.
9140 (org-read-date, org-goto-calendar)
9141 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9142 call to `calendar'.
9143 (orgtbl-setup): Remove the :keys arguments from the menu description.
9144 (org-after-save-iCalendar-file-hook): New variable.
9145
9146 2005-10-21 Kenichi Handa <handa@m17n.org>
9147
9148 * language/vietnamese.el (tcvn-5712): Make it an alias of
9149 vietnamese-tcvn coding-system.
9150
9151 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9152
9153 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9154 group id is given.
9155
9156 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9159 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9160 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9161 whose line is either continued or ends with a comment.
9162
9163 2005-10-20 Romain Francoise <romain@orebokech.com>
9164
9165 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9166
9167 * replace.el (occur-engine): Add follow-link property.
9168
9169 * font-core.el (font-lock-mode): Doc fix.
9170
9171 2005-10-20 Richard M. Stallman <rms@gnu.org>
9172
9173 * net/rcirc.el: New file.
9174
9175 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9176
9177 * term.el (term-term-name): Initialize to "eterm-color".
9178
9179 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9180
9181 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9182 for encryption functionality.
9183 Move allout customization subgroup from `editing' to `outlines' group.
9184 Fix commentary keywords to legitimate ones.
9185 Update author info (using my current email address, obscurified).
9186 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9187 (allout-encrypted-topic-p, allout-encrypted-text-type)
9188 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9189 (allout-situate-encryption-key-verifier)
9190 (allout-get-encryption-key-verifier, allout-verify-key)
9191 (allout-next-topic-pending-encryption)
9192 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9193 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9194 (outline-key-verifier-handling, outline-key-hint-handling)
9195 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9196 (allout-file-key-verifier-string, allout-encryption-scheme)
9197 (allout-key-verifier-string, allout-key-hint-string)
9198 (allout-after-save-decrypt): New variables.
9199 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9200 (allout-after-saves-handler): New hook functions.
9201 (allout-post-command-business): Do allout-after-save-decrypt.
9202 (allout-enable-file-variable-adjustment): Custom var to enable
9203 mechanism for adding and adjusting settings of Emacs file variables.
9204 (allout-adjust-file-variable, allout-file-vars-section-data):
9205 New functions, implement the mechanism.
9206 (outlineify-sticky): Use the file vars mechanism.
9207 (allout-inhibit-protection, allout-during-write-cue)
9208 (allout-override-protect, allout-before-change-protect): Remove.
9209 (allout-flag-region, allout-open-topic): Adjust read-only text.
9210 (allout-open-line-not-read-only): Add to facilitate read-only
9211 text based protection.
9212 (allout-kill-line): Revise to adjust read-only text, clue the
9213 user about the inhibition.
9214 (allout-unprotected): Use unwind-protect.
9215 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9216 topic deeper than the offspring depth of the previous topic -
9217 avoiding confusing "containment discontinuities".
9218 (allout-reindent-bodies): Fix retention of body relative hanging
9219 indent during promotion of collapsed bodies.
9220 (allout-open-topic): Make it easy to open new topic with same
9221 bullet as current topic - topic creation functions provided with
9222 any universal argument provokes now prompt for bullet, defaulting
9223 to the bullet of the previous topic.
9224 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9225 Plain bullet alternates `.' period and `,' comma only. All other
9226 bullets are relegated to special status (but customizable).
9227 (allout-end-of-entry): Rename from allout-end-of-current-entry
9228 since it actually operates w.r.t. most immediately containing
9229 entry, visible or not.
9230 (allout-hide-current-entry, allout-show-current-entry): Use the
9231 revised version.
9232 (allout-old-expose-topic): Solidify deprecation.
9233 (allout-end-of-subtree): Add so we can span concealed as well
9234 as visible topics.
9235 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9236 (allout-end-of-current-heading): Tweak to just respect the first line.
9237 (allout-get-body-text): Add.
9238 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9239 when invoked interactively.
9240 (allout-up-current-level): Use `interactive-p'.
9241 (allout-mode, allout-init): Miscellaneous docstring and
9242 operational refinements, as well as hookups of new encryption stuff.
9243 (allout-beginning-of-current-entry): Now works as advertised.
9244 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9245 (allout-isearch-rectification): Refine condition for isearching.
9246 (allout-isearch-abort, allout-enwrap-isearch)
9247 (allout-flag-region, my-region-active-p): Relocate some macros.
9248 (allout-title): Fallback title is (buffer-name), not
9249 non-existing (current-buffer-name).
9250 (subst-char-in-string): Define if absent (for some XEmacs versions).
9251
9252 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9253
9254 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9255 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9256 (mail-citation-prefix-regexp, mail-signature-file)
9257 (mail-default-headers, mail-bury-selects-summary)
9258 (mail-send-nonascii): Add autoload cookies.
9259
9260 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9261
9262 * frame.el (blink-cursor-mode): Add `mac' to the list of
9263 window-system's that support blinking cursor.
9264
9265 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9266
9267 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9268
9269 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9270
9271 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9272 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9273 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9274
9275 2005-10-20 Kim F. Storm <storm@cua.dk>
9276
9277 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9278 (ido-set-current-directory): Don't add / after final @.
9279 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9280 Explicitly handle ange-ftp completion oddities.
9281 (ido-make-file-list): Don't rotate list at tramp root to avoid
9282 triggering tramp file handler for expand-file-name via get-file-buffer.
9283
9284 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9287
9288 2005-10-19 Jay Belanger <belanger@truman.edu>
9289
9290 * calc/calc-units.el (math-standard-units): Add units, adjust
9291 symbols and update values.
9292 (math-unit-prefixes): Add more prefixes.
9293
9294 2005-10-19 Romain Francoise <romain@orebokech.com>
9295
9296 * bookmark.el (bookmark-menu-heading): New face.
9297 (bookmark-bmenu-list): Use it.
9298 Don't fiddle with `baud-rate' at top-level.
9299
9300 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * image.el (create-image, find-image): Mention max-image-size in
9303 docstring.
9304
9305 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * savehist.el (savehist-load): Revert to checking XEmacs.
9308
9309 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9310 Various docstring and line-width fixups.
9311 (conf-mode): Use cond.
9312 Set font-lock-defaults. Don't set comment-use-syntax.
9313
9314 2005-10-18 David Ponce <david@dponce.com>
9315
9316 * tree-widget.el (tree-widget-button-click): New function.
9317 (tree-widget-button-keymap): Use it.
9318
9319 2005-10-18 Romain Francoise <romain@orebokech.com>
9320
9321 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9322 (bookmark-bmenu-hide-filenames): Add follow-link property.
9323 Improve help-echo text.
9324
9325 * ffap.el (find-file-at-point): Doc fix.
9326
9327 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9328
9329 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9330
9331 2005-10-18 Masatake YAMATO <jet@gyve.org>
9332
9333 Install to the CVS repository what I forgot to install in my
9334 2005-10-16 changes.
9335
9336 * progmodes/python.el (python-complete-symbol): Pass the common
9337 prefix substring of completion to `display-completion-list'.
9338
9339 * textmodes/org.el (org-complete): Ditto.
9340
9341 2005-10-18 Masatake YAMATO <jet@gyve.org>
9342
9343 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9344
9345 * woman.el (WoMan-xref-man-page): New button type derived
9346 from `Man-abstract-xref-man-page'.
9347 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9348
9349 * man.el (Man-abstract-xref-man-page): New button type.
9350 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9351 (Man-highlight-references): Add new optional argument `xref-man-type'.
9352
9353 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9354
9355 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9356
9357 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9358
9359 * cus-edit.el (Custom-move-and-invoke): Delete.
9360 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9361
9362 * wid-edit.el (widget-move-and-invoke): New function, from
9363 Custom-move-and-invoke.
9364
9365 2005-10-17 Bill Wohler <wohler@newt.com>
9366
9367 Move all remaining images from lisp/toolbar to etc/images, move
9368 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9369 the low resolution images in their own directory (low-color).
9370
9371 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9372 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9373 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9374 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9375 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9376 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9377 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9378
9379 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9380 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9381 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9382 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9383 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9384 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9385 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9386 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9387 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9388 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9389 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9390 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9391 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9392 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9393 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9394
9395 To conform with convention, replace the underscore (_) in the
9396 following image names with dash (-) or (/) as appropriate.
9397
9398 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9399 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9400 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9401 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9402 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9403 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9404 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9405 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9406 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9407 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9408 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9409 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9410 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9411 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9412 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9413
9414 * info.el (info-tool-bar-map): Replace underscores in image names
9415 with dashes.
9416
9417 * makefile.w32-in (WINS): Remove toolbar.
9418
9419 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9420
9421 * tool-bar.el: Move to lisp from toolbar. Now that
9422 toolbar is empty, it should be deleted when folks run "cvs up -P".
9423
9424 2005-10-18 Jay Belanger <belanger@truman.edu>
9425
9426 * calc/calc-store.el (calc-store-into): Get the proper variable name
9427 to display in message.
9428
9429 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9430
9431 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9432 expressions display in speedbar for all buffers when debugging.
9433 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9434
9435 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9436 (speedbar-insert-button, speedbar-make-button):
9437 Use add-text-properties.
9438 (speedbar-update-localized-contents)
9439 (speedbar-update-directory-contents)
9440 (speedbar-update-special-contents): Use dolist.
9441 (speedbar-buffer-easymenu-definition): Add a menu separator.
9442
9443 2005-10-17 Jason Rumney <jasonr@gnu.org>
9444
9445 * makefile.w32-in: Use $(lisp) consistently.
9446 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9447 for shell specific generation of mh-autoloads.
9448
9449 2005-10-17 Richard M. Stallman <rms@gnu.org>
9450
9451 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9452
9453 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * jit-lock.el (jit-lock-fontify-now):
9456 Move jit-lock-context-unfontify-pos to avoid wasted work.
9457
9458 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9459
9460 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9461 `tramp-completion-mode' for checking if we are in completion mode.
9462 (tramp-completion-handle-file-name-all-completions): Reorder code
9463 in order to complete for file names only in case there are no
9464 method/user/host completions. This is necessary for cooperation
9465 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9466
9467 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * longlines.el (longlines-search-forward)
9470 (longlines-search-backward): Match any number of spaces.
9471
9472 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9473
9474 * diff-mode.el (diff-mode): Doc fix.
9475
9476 2005-10-16 David Reitter <david.reitter@gmail.com>
9477
9478 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9479 as default on darwin and windows systems.
9480
9481 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9482
9483 * arc-mode.el (archive-zip-extract): Doc fix.
9484
9485 2005-10-16 Romain Francoise <romain@orebokech.com>
9486
9487 * mouse.el (mouse-1-click-follows-link): Doc fix.
9488
9489 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * savehist.el: Don't require CL at runtime.
9492 (savehist-xemacs): Remove.
9493 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9494 (savehist-no-conversion): Use (featurep 'xemacs).
9495 (savehist-load): Check existence of start-itimer rather than XEmacs.
9496 Use an idle timer.
9497 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9498 `delete-if-not'.
9499
9500 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9501
9502 * savehist.el: Newer version.
9503 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9504 (savehist-last-checksum, savehist-no-conversion): New vars.
9505 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9506 New functions.
9507 (savehist-load, savehist-save): Use them.
9508 (savehist-delimit): Remove.
9509
9510 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9511
9512 * progmodes/compile.el (compilation-goto-locus): Display the
9513 compilation buffer first and the source buffer second, in case they're
9514 in overlapping frames. Don't raise the compilation frame if it was the
9515 selected window upon entry. Pass the `other-window' arg to
9516 pop-to-buffer.
9517
9518 * info.el (Info-fontify-node): Use dolist.
9519 Change add-text-properties to put-text-property.
9520
9521 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9522
9523 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9524 bound of search.
9525
9526 2005-10-16 Masatake YAMATO <jet@gyve.org>
9527
9528 * dabbrev.el (dabbrev-completion): Pass the common
9529 prefix substring of completion to `display-completion-list'.
9530
9531 * filecache.el (file-cache-minibuffer-complete)
9532 (file-cache-complete): Ditto.
9533
9534 * tempo.el (tempo-display-completions): Ditto.
9535
9536 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9537
9538 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9539
9540 * eshell/em-hist.el (eshell-list-history): Ditto.
9541
9542 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9543
9544 * mail/mailalias.el (mail-complete): Ditto.
9545
9546 * progmodes/etags.el (complete-tag): Ditto.
9547
9548 * progmodes/make-mode.el (makefile-complete): Ditto.
9549
9550 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9551
9552 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9553
9554 * progmodes/pascal.el (pascal-complete-word)
9555 (pascal-show-completions): Ditto.
9556
9557 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9558
9559 * simple.el (completion-common-substring): New variable.
9560 (completion-setup-function): Use `completion-common-substring'
9561 to put faces.
9562
9563 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9564
9565 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9566 (x-get-selection, mac-select-convert-to-string): Convert from/to
9567 UTF-16 clipboard data as in native byte order, no BOM.
9568
9569 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9570
9571 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9572 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9573 (gud-sentinel): Use speedbar-frame to check for speedbar.
9574
9575 2005-10-15 Richard M. Stallman <rms@gnu.org>
9576
9577 * savehist.el: New file.
9578
9579 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9580
9581 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9582 Fix bug in \bf fontification.
9583
9584 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * pcvs.el (cvs-edit-log-files): New var.
9587 (cvs-mode-edit-log): New arg `file'.
9588 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9589 Instead force the use of the original file and nothing else.
9590 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9591 the cvs-minor-wrap-function is set.
9592 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9593
9594 2005-10-14 Bill Wohler <wohler@newt.com>
9595
9596 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9597 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9598 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9599 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9600 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9601 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9602 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9603 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9604 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9605 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9606 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9607 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9608 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9609 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9610 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9611
9612 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9613 appropriately (for example, gud-break to gud/break).
9614
9615 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9616
9617 * longlines.el (longlinges-search-function)
9618 (longlines-search-forward, longlines-search-backward): New functions.
9619 (longlines-mode): Set isearch-search-fun-function to
9620 longlinges-search-function.
9621
9622 * mouse.el (mouse-drag-region-1): Handle the case where a
9623 double-click event is bound to an arbitrary function.
9624
9625 2005-10-14 David Ponce <david@dponce.com>
9626
9627 * recentf.el (recentf-track-opened-file)
9628 (recentf-track-closed-file, recentf-update-menu)
9629 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9630 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9631 mouse-1-click-follows-link.
9632
9633 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9634
9635 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9636 Gnome file-manager.png. Suggested by
9637 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9638
9639 * toolbar/README: Add diropen.xpm.
9640
9641 2005-10-13 Bill Wohler <wohler@newt.com>
9642
9643 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9644 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9645
9646 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9649 Don't waste the byte-compiler's time on constant data.
9650
9651 2005-10-13 Kenichi Handa <handa@m17n.org>
9652
9653 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9654 byte with `escape-glyph' face.
9655
9656 * international/fontset.el (ccl-encode-unicode-font):
9657 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9658 Handle the case that ucs-mule-to-mule-unicode translates a character to
9659 ASCII (usually for IPA characters).
9660
9661 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9664 Don't hide the underline of titles if font-lock-mode is disabled.
9665
9666 2005-10-12 Bill Wohler <wohler@newt.com>
9667
9668 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9669 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9670 files in MH-E-SRC have been updated.
9671 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9672
9673 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9676 (mixal-mode-syntax-table): Add \n as end-comment.
9677 (mixal-operation-codes-alist): Immediately initialize to full value.
9678 (mixal-add-operation-code): Remove.
9679 (mixal-describe-operation-code): Make the arg non-optional.
9680 Use the interactive spec instead.
9681 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9682 (mixal-font-lock-keywords): Don't highlight comments here any more.
9683 (mixal-font-lock-syntactic-keywords): New var.
9684 (mixal-mode): Use it. Fix comment-start-skip.
9685
9686 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9687
9688 * startup.el (command-line-x-option-alist): -nb => -nbi
9689
9690 2005-10-12 Kim F. Storm <storm@cua.dk>
9691
9692 * startup.el (fancy-splash-default-action): Discard mouse click in
9693 the splash screen window, as it has no sensible meaning in the
9694 next window to be selected. Fixes error reported by Jan D.
9695
9696 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9697
9698 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9699
9700 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9703 Try to fix up minor layout issues like indentation, line break, etc...
9704 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9705 because it doesn't work.
9706 (mixal-operation-codes): Add some more codes.
9707 (mixal-font-lock-keywords): Process comments here.
9708 (mixal-mode): mixasm no longer needs -g option.
9709
9710 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9711
9712 * progmodes/sh-script.el (sh-tmp-file):
9713 Use mktemp -t. Finish support for es and rc shells.
9714
9715 2005-10-11 Jay Belanger <belanger@truman.edu>
9716
9717 * calc/calcalg2.el (calc-integral): With an argument, compute the
9718 definite integral.
9719
9720 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * mouse.el (mouse-drag-region-1): Don't try to catch a
9723 double-click when doing follow-link (it's overridden anyway).
9724
9725 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9726
9727 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9728 (autoload-print-form-outbuf): Add docstring.
9729
9730 2005-10-11 Juri Linkov <juri@jurta.org>
9731
9732 * info.el (Info-mode-menu): Delete menu item "Edit".
9733 (Info-mode): Delete description of Info-edit from docstring,
9734 and rearrange descriptions of Info commands in the order
9735 they are documented in the Info manual.
9736
9737 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * calendar/appt.el (appt-check): Use diary-selective-display var.
9740
9741 2005-10-10 Richard M. Stallman <rms@gnu.org>
9742
9743 * net/newsticker.el (newsticker-start, newsticker-show-news):
9744 Add autoload cookies.
9745
9746 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9747
9748 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9749
9750 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9751
9752 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9753
9754 2005-10-10 Jay Belanger <belanger@truman.edu>
9755
9756 * calc/calc-arith.el (math-check-known-scalarp)
9757 (math-check-known-matrixp): Check the values of arguments that are
9758 variables.
9759 (math-check-known-square-matrixp): New function.
9760 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9761 (math-super-types): Add sqmatrix type.
9762
9763 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9764 mode name `square' to `sqmatrix'.
9765
9766 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9767 mode name `square' to `sqmatrix'.
9768
9769 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * progmodes/etags.el (select-tags-table-mode): Don't use
9772 selective-display.
9773 (tags-select-tags-table): Pass `button' to the action function.
9774 (select-tags-table): Place the side-info on button properties rather
9775 than in hidden text. Abbreviate file names.
9776 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9777 (select-tags-table-select): Add `button' argument.
9778 Get side-info from the button property rather than from hidden text.
9779
9780 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9781
9782 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9783 (gud-speedbar-buttons): Preserve point if possible.
9784 (gud-sentinel): Restore previous speedbar display type.
9785
9786 * progmodes/gdb-ui.el (gdba): Improve diagram.
9787 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9788 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9789 Call get-buffer-window once.
9790
9791 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9794 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9795 (pascal-indent-command): Remove unused var `ind'.
9796 (pascal-indent-case): Remove unused var `oldpos'.
9797 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9798 since it's now used as a proper minor mode map.
9799 (pascal-outline): Rename to pascal-outline-mode.
9800 (pascal-outline-mode): Use define-minor-mode.
9801 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9802 selective-display.
9803
9804 2005-10-10 Andreas Schwab <schwab@suse.de>
9805
9806 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9807 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9808
9809 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9810 outside source directory.
9811
9812 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9813
9814 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9815 C-x' as a prefix.
9816 (orgtbl-mode-map): Full keymap instead of sparse, because all
9817 `self-insert-command' keys are redefined in this map.
9818 (org-export-as-html): Specify charset for HTML file, by taking it
9819 from the coding system.
9820
9821 2005-10-10 Kenichi Handa <handa@m17n.org>
9822
9823 * textmodes/flyspell.el (flyspell-check-word-p):
9824 If unread-command-events is non-empty, don't call sit-for.
9825
9826 2005-10-09 Richard M. Stallman <rms@gnu.org>
9827
9828 * font-lock.el (font-lock-syntactic-keywords)
9829 (font-lock-keywords): Doc fixes.
9830
9831 * textmodes/flyspell.el (flyspell-external-point-words):
9832 Simplify logic, and don't try to check for consecutive appearances
9833 of one incorrect word.
9834
9835 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9836
9837 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9838 separator.
9839
9840 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9841 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9842 (gud-expansion-speedbar-buttons): New function.
9843 (gud-speedbar-buttons): Check for gud-comint-buffer.
9844
9845 2005-10-09 Bill Wohler <wohler@newt.com>
9846
9847 * Makefile.in (updates): Add mh-loaddefs dependency.
9848
9849 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9850
9851 * speedbar.el (speedbar-file-key-map): Fix typo.
9852
9853 2005-10-09 Daniel Brockman <daniel@brockman.se>
9854
9855 * cus-start.el (line-spacing): Add custom spec.
9856
9857 2005-10-09 Romain Francoise <romain@orebokech.com>
9858
9859 * textmodes/ispell.el (ispell-check-version): Fix last change.
9860
9861 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9862
9863 * term/x-win.el: Remove -i, --icon-type from comment.
9864
9865 * startup.el (command-line-x-option-alist): Remove options -i,
9866 -itype, --icon-type, added -nb, --no-bitmap-icon
9867
9868 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9869
9870 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9871 instead of :active.
9872
9873 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9874
9875 * textmodes/ispell.el (ispell-check-version):
9876 Ignore hyphen, and all that follows, in aspell's version text.
9877
9878 2005-10-08 Jay Belanger <belanger@truman.edu>
9879
9880 * calc/calc-arith.el (math-known-square-matrixp): New function.
9881 (math-pow-fancy): Check for matrices before distributing exponent
9882 across products.
9883
9884 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9885 fullscreen keypad. Suggested by Luc Teirlinck.
9886 (calc-keypad-show-input): Add space for formatting.
9887
9888 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9889 Add square matrix option.
9890
9891 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9892 of checking calc-matrix-mode when deciding how to expand.
9893
9894 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9895
9896 2005-10-08 Lars Hansen <larsh@soem.dk>
9897
9898 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9899 Add error handling.
9900 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9901
9902 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9903
9904 Sync with Tramp 2.0.51.
9905
9906 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9907 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9908 Insert special handling for `last-coding-system-used', again
9909 it still seems to be necessary (unlike stated before).
9910 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9911 (tramp-password-prompt-regexp): There might be other words before
9912 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9913 (tramp-chunksize): Improve docstring.
9914 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9915 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9916 Christian Joergensen <bugs@razor.dk>.
9917
9918 2005-10-07 Glenn Morris <rgm@gnu.org>
9919
9920 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9921 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9922 precision'.
9923
9924 2005-10-07 Romain Francoise <romain@orebokech.com>
9925
9926 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9927 (ibuffer-do-shell-command-pipe-replace)
9928 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9929 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9930 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9931 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9932 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9933 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9934 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9935 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9936 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9937 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9938 Autoload file sans suffix.
9939
9940 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9941
9942 2005-10-07 David Ponce <david@dponce.com>
9943
9944 * recentf.el (recentf-menu-open-all-flag): New option.
9945 (recentf-digit-shortcut-command-name): New function.
9946 (recentf--shortcuts-keymap): New variable.
9947 (recentf-menu-shortcuts): New variable.
9948 (recentf-make-menu-items): Initialize it. Replace the "More..."
9949 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9950 (recentf-menu-value-shortcut): New function.
9951 (recentf-make-menu-item): Use it. No more in-lined.
9952 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9953 (recentf-open-most-recent-file): Rename from
9954 `recentf-open-file-with-key'. Don't depend on key binding.
9955 (recentf-mode-map): New variable.
9956 (recentf-mode): Use it.
9957
9958 2005-10-06 Bill Wohler <wohler@newt.com>
9959
9960 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9961
9962 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9963 (MH-E-SRC): New. Used by mh-autoloads.
9964 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9965 files in MH-E-SRC have been updated.
9966 (compile, recompile, bootstrap): Depend on mh-autoloads.
9967
9968 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9969
9970 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9971 gud-break and gud-remove icons when the fringe is not available.
9972
9973 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9974 Typo.
9975
9976 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9977
9978 * play/zone.el (zone): Wrap body with save-window-excursion.
9979
9980 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9983 Use the new `list-only' arg to diary-list-entries.
9984
9985 * calendar/diary-lib.el: Use overlays rather than selective-display.
9986 (diary-selective-display): New var.
9987 (diary-header-line-format): Use it.
9988 (diary-list-entries): Add argument `list-only'.
9989 Put the buffer in diary-mode. Don't add \^M at beg and end.
9990 Replace \^M by invisible overlays.
9991 (diary-unhide-everything): Replace \^M by invisible overlays.
9992 (print-diary-entries): Look for overlays rather than \^M.
9993 Add a space to the temp buffer name.
9994 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9995 Put the buffer in diary-mode.
9996 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9997 (diary-anniversary): Make the year arg optional.
9998 (diary-time-regexp): New const.
9999 (diary-font-lock-keywords): Use it to accept a few more time formats.
10000
10001 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10002
10003 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10004
10005 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10006 Fix bug introduced 2005-07-03: Use (car (last ...))
10007 to faithfully reproduce replaced artist-last.
10008 (artist-set-arrow-points-for-poly): Likewise.
10009 Suggested by Johan Bockg\e,Ae\e(Brd.
10010
10011 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10012
10013 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10014 * wid-edit.el (widget):
10015 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10016 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10017
10018 2005-10-06 Kenichi Handa <handa@m17n.org>
10019
10020 * international/mule-cmds.el (set-language-environment):
10021 Fix setting up of case-table for unibyte mode.
10022
10023 * simple.el (what-cursor-position): If the character is displayed
10024 by some `display' text property, show that. Don't use
10025 single-key-description for eight-bit characters in multibyte mode.
10026
10027 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10028
10029 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10030 (gdb-ann3): Set it.
10031 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10032 (gdb-info-frames-custom): Use inverse-video for first five
10033 characters of selected frame only.
10034 (gdb-get-frame-number): Select frame even when point is on frame
10035 number.
10036
10037 2005-10-06 Masatake YAMATO <jet@gyve.org>
10038
10039 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10040 Put `font-lock-function-name-face'.
10041 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10042 and `font-lock-variable-name-face'
10043 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10044 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10045 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10046 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10047 (gdb-local-font-lock-keywords): New font lock keywords definition.
10048 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10049 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10050 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10051
10052 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10053
10054 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10055 (ediff-merge-region-is-non-clash-to-skip): Previously called
10056 ediff-merge-region-is-non-clash.
10057
10058 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10059 Use insert-buffer-substring.
10060
10061 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10062 selecting files to patch. Also bug fixes.
10063
10064 * ediff-util.el (ediff-setup): Bug fix.
10065 (ediff-next-difference): Never skip clashes that differ in white
10066 space only.
10067
10068 * ediff-wind.el (ediff-setup-control-frame)
10069 (ediff-destroy-control-frame): Check the menubar feature.
10070
10071 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10072 (viper-refresh-mode-line): Use make-local-variable to localize
10073 some vars instead of make-variable-buffer-local. Suggested by
10074 Stefan Monnier.
10075
10076 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10077 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10078 Use make-local-variable instead of make-variable-buffer-local.
10079 Suggested by Stefan Monnier.
10080
10081 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10082 (viper-comint-mode-hook): Use make-local-variable on
10083 require-final-newline.
10084 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10085
10086 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10087
10088 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10089 also the second char of a comment-start sequence.
10090 (scheme-sexp-comment-syntax-table): New var.
10091 (lambda, define): Set their scheme-doc-string-elt property.
10092 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10093 Use lisp-font-lock-syntactic-face-function now that it properly
10094 handles |...| symbols.
10095 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10096 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10097
10098 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10099 bit from # to |.
10100 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10101
10102 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10103 (lisp-doc-string-elt-property): New var.
10104 (lisp-font-lock-syntactic-face-function): Use it.
10105 Rewrite to recognize docstrings even for forms not at toplevel.
10106
10107 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10108 annotation on the | part of #| rather than on the # part.
10109 (scheme-font-lock-syntactic-face-function): New function, to
10110 distinguish strings from |...| symbols.
10111 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10112 syntax-table so that #|...|# is properly highlighted.
10113
10114 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10115 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10116
10117 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10118
10119 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10120 and C-e.
10121
10122 * emacs-lisp/eldoc.el: Move comments into docstrings.
10123 (eldoc-message-commands): Initialize in its declaration.
10124 Add move-beginning-of-line and move-end-of-line.
10125 (eldoc-add-command, eldoc-add-command-completions)
10126 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10127
10128 * outline.el (outline-mark-subtree): Activate the mark.
10129
10130 * calendar/appt.el (appt-time-regexp): New var.
10131 (appt-add, appt-make-list): Use it.
10132 (appt-convert-time): Clean up.
10133
10134 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10135 Don't set any syntax-table property here.
10136 (tex-font-lock-verb): New function. Do it here.
10137 (tex-font-lock-syntactic-keywords): Use it.
10138
10139 2005-10-04 Richard M. Stallman <rms@gnu.org>
10140
10141 * wid-edit.el (widget-file-complete): Get the widget start point
10142 the right way. Default directory to `/' if file has none.
10143
10144 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10145
10146 * textmodes/flyspell.el (flyspell-mode-on):
10147 Call ispell-maybe-find-aspell-dictionaries.
10148
10149 * textmodes/ispell.el (ispell-word, ispell-region):
10150 Call ispell-maybe-find-aspell-dictionaries.
10151 (ispell-accept-buffer-local-defs):
10152 Don't call ispell-maybe-find-aspell-dictionaries
10153
10154 2005-10-04 Richard M. Stallman <rms@gnu.org>
10155
10156 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10157
10158 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10159
10160 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10161 instead of `fboundp' in order to allow for anonymous functions.
10162
10163 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10164
10165 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10166 case the user clicks on the link while another window is selected.
10167 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10168
10169 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10170 functionality.
10171 (dframe-help-echo): Save point in case mouse tracking is off.
10172
10173 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10174
10175 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10176
10177 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10180 not change the global value of those vars.
10181
10182 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10183 make-local-variable which we do not need any more.
10184
10185 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10186
10187 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10188 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10189 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10190 (speedbar-path-line): Define obsolete aliases.
10191 (speedbar-line-directory): Doc fix.
10192
10193 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10194 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10195 instead of speedbar-line-path.
10196
10197 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10198
10199 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10200 to nil if dropping on a window. Handle dropping on a minibuffer window
10201 like dropping on a non-window part of Emacs.
10202
10203 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * net/ange-ftp.el: Use with-current-buffer.
10206 (ange-ftp-insert-directory): Do not follow symlinks any more.
10207
10208 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10209 Remove interactive spec.
10210
10211 2005-10-03 Kim F. Storm <storm@cua.dk>
10212
10213 * ido.el (ido-mode): Use custom-initialize-set.
10214
10215 2005-10-02 Richard M. Stallman <rms@gnu.org>
10216
10217 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10218 Use insert-buffer-substring.
10219
10220 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10221 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10222
10223 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10226 in last change.
10227 (ange-ftp-insert-directory): Fix up the search for the case where
10228 `file' is absolute.
10229
10230 2005-10-02 Romain Francoise <romain@orebokech.com>
10231
10232 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10233
10234 2005-10-02 Andreas Schwab <schwab@suse.de>
10235
10236 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10237 directory component in the session info.
10238
10239 2005-10-01 Richard M. Stallman <rms@gnu.org>
10240
10241 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10242
10243 * simple.el (next-error-internal): New function.
10244
10245 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10246 (compilation-start): Pass new arg to compilation-buffer-name.
10247 (compile-goto-error): Use next-error-internal.
10248
10249 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * speedbar.el: Remove RCS tag.
10252 (speedbar-check-read-only): Handle non-existent files.
10253
10254 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10255
10256 * info.el (Info-speedbar-hierarchy-buttons)
10257 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10258
10259 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10260
10261 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10262 Do not match newline.
10263 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10264 (bibtex-summary): Remove unnecessary save-excursion.
10265 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10266
10267 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10268
10269 * term/mac-win.el: Add charset info for "iso10646-1".
10270 Modify default fontset to use ATSUI-compatible fonts for some charsets
10271 if available.
10272
10273 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10274
10275 * speedbar.el: Re-apply arch tag.
10276 (speedbar-version): Rename to version 1.0. Suggested by Eric
10277 M. Ludlam.
10278 Reapply two changes from Emacs CVS' version of speedbar lost
10279 during the merge:
10280 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10281 (speedbar-frame-parameters): Improve customize type.
10282
10283 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10286 (ange-ftp-file-directory-p): Fix the symlink case.
10287 (ange-ftp-insert-directory): When listing a single file, get a list of
10288 the parent buffer and extract the relevant line. Inspired from a patch
10289 by Katsumi Yamaoka <yamaoka@jpl.org>.
10290 (ange-ftp-file-name-sans-versions): Simplify.
10291
10292 2005-09-30 Bill Wohler <wohler@newt.com>
10293
10294 Move MH-E image files from toolbar and mail directories into
10295 etc/images.
10296
10297 * mail/reply2.*: Move to etc/images/mail/reply*.
10298
10299 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10300 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10301 etc/images.
10302
10303 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10304 * toolbar/reply*: Move to etc/images/mail.
10305
10306 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10307
10308 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10309
10310 * speedbar.el: New version 1.0pre3.
10311
10312 Frame management code (including timer, and mouse click specifics)
10313 moved to dframe.el:
10314 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10315 (speedbar-timer): Removed. Use dframe-timer.
10316 (speedbar-close-frame): Removed. Use dframe-close-frame.
10317 (speedbar-activity-change-focus-flag): Removed. Use
10318 dframe-activity-change-focus-flag.
10319 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10320 dframe-update-speed.
10321
10322 (speedbar-current-frame): New macro. Use this instead of the
10323 variable speedbar-frame.
10324
10325 (speedbar-use-images, speedbar-expand-image-button-alist)
10326 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10327
10328 (speedbar-find-image-on-load-path): Removed. Replaced by
10329 defezimage in ezimage.el.
10330 (speedbar-expand-image-button-alist): Removed. Replaced by
10331 ezimage-expand-image-button-alist in ezimage.el.
10332
10333 (speedbar-ignored-directory-regexp)
10334 (speedbar-add-ignored-directory-regexp)
10335 (speedbar-ignored-directory-expressions)
10336 (speedbar-line-directory, speedbar-buffers-line-directory)
10337 (speedbar-directory-line, speedbar-buffers-line-directory):
10338 Renamed, replacing `path' with `directory'.
10339
10340 (speedbar-create-directory, speedbar-expand-line-descendants)
10341 (speedbar-toggle-line-expansion)
10342 (speedbar-contract-line-descendants): New commands.
10343
10344 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10345 (speedbar-use-tool-tips-flag): New options.
10346
10347 (speedbar-check-read-only, speedbar-require-version)
10348 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10349 (speedbar-handle-delete-frame, speedbar-try-completion)
10350 (speedbar-update-localized-contents): New functions.
10351
10352 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10353 (speedbar-object-read-only-indicator): New variables.
10354
10355 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10356 New hooks.
10357
10358 (speedbar-separator-face): New face.
10359
10360 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10361 (speedbar-ignored-modes): Add fundamental-mode.
10362 (speedbar-directory-unshown-regexp): Add . directories.
10363
10364 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10365 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10366 `]' for full expand/close.
10367 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10368
10369 (speedbar-check-vc): Support hidden files.
10370 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10371 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10372 state is nil, it is not checked out.
10373
10374 (speedbar-line-text, speedbar-line-token): Support expand buttons
10375 with no text.
10376 (speedbar-refresh): Universal argument acts as power-click.
10377 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10378 that buffer to get variable values.
10379
10380 And many other bugfixes.
10381
10382 * dframe.el, ezimage.el, sb-image.el: New files.
10383
10384 * sb-*.xpm: Remove files. New image files installed into
10385 etc/images/ezimage.
10386
10387 2005-09-30 Kenichi Handa <handa@m17n.org>
10388
10389 * ps-mule.el (ps-mule-show-warning): If a character is in
10390 ps-print-translation-table, don't treat it as non-printable.
10391
10392 2005-09-30 David Ponce <david@dponce.com>
10393
10394 * tree-widget.el (tree-widget-themes-load-path): New variable.
10395 (tree-widget-themes-directory): Doc fix.
10396 (tree-widget-image-formats) [Emacs]: Doc fix.
10397 (tree-widget--locate-sub-directory): New function.
10398 (tree-widget-themes-directory): Use it.
10399
10400 * recentf.el (recentf-filename-handlers): Rename from
10401 `recentf-filename-handler'. Allow a list of functions.
10402 (recentf-menu-items-for-commands): Fix :help strings.
10403 (recentf-apply-filename-handlers): New function.
10404 (recentf-expand-file-name): Use it.
10405 (recentf-cleanup): Remove duplicates too.
10406
10407 2005-09-29 Juri Linkov <juri@jurta.org>
10408
10409 * faces.el: Rearrange face definitions to be in the same order as
10410 their face descriptions in "(emacs)Standard Faces".
10411
10412 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10413
10414 * tooltip.el (tooltip): Add group `basic-faces'.
10415
10416 * buff-menu.el (Buffer-menu-buffer): Remove group
10417 `font-lock-highlighting-faces'.
10418
10419 * progmodes/compile.el (compilation-error, compilation-warning)
10420 (compilation-info, compilation-line-number, compilation-column-number):
10421 Change group from `font-lock-highlighting-faces' to `compilation'.
10422
10423 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10424 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10425 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10426 (vhdl-font-lock-reserved-words-face)
10427 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10428 `font-lock-highlighting-faces'.
10429
10430 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10431
10432 2005-09-28 Kim F. Storm <storm@cua.dk>
10433
10434 * emulation/cua-base.el: Set CUA move property on additional commands:
10435 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10436 forward-sexp, backward-sexp, forward-list, backward-list.
10437
10438 2005-09-28 Romain Francoise <romain@orebokech.com>
10439
10440 * comint.el (comint-show-output): Really set point at the
10441 beginning of the output when not using `comint-use-prompt-regexp'.
10442
10443 2005-09-27 Jay Belanger <belanger@truman.edu>
10444
10445 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10446 in TeX mode.
10447
10448 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10449
10450 * textmodes/org.el (org-table-sum): Fix format string.
10451
10452 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10453 Quote face names.
10454
10455 2005-09-26 Romain Francoise <romain@orebokech.com>
10456
10457 * isearch.el (isearch-forward-regexp): Close doc string.
10458
10459 2005-09-25 Richard M. Stallman <rms@gnu.org>
10460
10461 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10462
10463 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10464
10465 * progmodes/compile.el (compilation-error-properties):
10466 When getting the file from the previous error message,
10467 correctly decode the new data format.
10468
10469 * progmodes/cc-cmds.el (c-electric-paren):
10470 Call old-blink-paren only for close-paren.
10471
10472 2005-09-24 Andreas Schwab <schwab@suse.de>
10473
10474 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10475 condition.
10476
10477 2005-09-25 Romain Francoise <romain@orebokech.com>
10478
10479 * dired-aux.el (dired-copy-file-recursive):
10480 * dired.el (dired-delete-file):
10481 * ediff-mult.el (ediff-dir-diff-copy-file):
10482 * ediff-util.el (ediff-test-save-region):
10483 * forms.el (forms-mode):
10484 * ido.el (ido-file-internal, ido-delete-file-at-head):
10485 * log-edit.el (log-edit-done):
10486 * ses.el (ses-yank-resize):
10487 * play/gomoku.el (gomoku-human-plays, gomoku)
10488 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10489 (gomoku-offer-a-draw):
10490 * play/landmark.el (lm-human-resigns, lm):
10491 * net/eudcb-ldap.el (eudc-ldap-check-base):
10492 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10493 * progmodes/ebrowse.el (ebrowse-find-pattern):
10494 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10495 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10496 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10497
10498 * vc.el (vc-delete-file):
10499 * play/gomoku.el (gomoku-terminate-game, gomoku)
10500 (gomoku-prompt-for-move, gomoku-human-takes-back):
10501 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10502 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10503
10504 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10505
10506 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10507 color rxvt terminals by using the code xterm.el used to use before
10508 2005-04-09 in order to match the colors used by rxvt.
10509
10510 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10511
10512 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10513 colors rxvt-unicode terminals by using the same code as xterm.el.
10514
10515 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10518 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10519 new symbol used for the tex-verbatim face.
10520
10521 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10522
10523 * woman.el (woman-file-name):
10524 * wid-edit.el (widget-file-prompt-value)
10525 (widget-coding-system-prompt-value):
10526 * w32-fns.el (set-w32-system-coding-system):
10527 * vc.el (vc-version-diff, vc-annotate):
10528 * textmodes/reftex-auc.el (reftex-arg-cite)
10529 (reftex-arg-index-tag):
10530 * textmodes/refer.el (refer-get-bib-files):
10531 * textmodes/artist.el (artist-figlet-choose-font):
10532 * terminal.el (terminal-emulator):
10533 * replace.el (occur-read-primary-args):
10534 * rect.el (string-rectangle, string-insert-rectangle):
10535 * ps-print.el (ps-print-preprint):
10536 * progmodes/pascal.el (pascal-goto-defun):
10537 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10538 * progmodes/compile.el (compilation-find-file):
10539 * printing.el (pr-interactive-n-up):
10540 * play/animate.el (animate-birthday-present):
10541 * net/rcompile.el (remote-compile):
10542 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10543 * mail/rmailsum.el (rmail-summary-search-backward)
10544 (rmail-summary-search):
10545 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10546 (rmail-output-read-file-name):
10547 * mail/rmail.el (rmail-search, rmail-search-backwards):
10548 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10549 * locate.el (locate):
10550 * international/quail.el (quail-show-keyboard-layout):
10551 * international/mule.el (set-buffer-file-coding-system)
10552 (revert-buffer-with-coding-system, set-file-name-coding-system)
10553 (set-terminal-coding-system, set-keyboard-coding-system)
10554 (set-next-selection-coding-system):
10555 * international/mule-diag.el (describe-coding-system)
10556 (describe-font, describe-fontset):
10557 * international/mule-cmds.el (universal-coding-system-argument)
10558 (search-unencodable-char, describe-input-method)
10559 (set-language-environment, describe-language-environment):
10560 * international/codepage.el (codepage-setup):
10561 * international/code-pages.el (codepage-setup):
10562 * info.el (Info-search, Info-follow-reference)
10563 (Info-search-backward):
10564 * emacs-lisp/advice.el (ad-read-advised-function)
10565 (ad-read-advice-class, ad-clear-cache, ad-activate)
10566 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10567 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10568 (ad-read-regexp):
10569 * ediff-util.el (ediff-toggle-regexp-match):
10570 * ediff-ptch.el (ediff-prompt-for-patch-file):
10571 * dired-aux.el (dired-diff):
10572 * diff.el (diff):
10573 * cus-edit.el (custom-variable-prompt):
10574 * calendar/timeclock.el (timeclock-ask-for-project):
10575 * calc/calcalg3.el (calc-get-fit-variables):
10576 * calc/calc-store.el (calc-edit-variable)
10577 (calc-permanent-variable):
10578 * vc-mcvs.el (vc-mcvs-register):
10579 * shadowfile.el (shadow-define-literal-group):
10580 * woman.el (woman-file-name):
10581 * vc.el (vc-version-diff, vc-merge):
10582 * textmodes/reftex-index.el (reftex-index-complete-tag):
10583 * format.el (format-decode-buffer, format-decode-region):
10584 * emulation/viper-cmd.el (viper-read-string-with-history):
10585 * emacs-lisp/debug.el (cancel-debug-on-entry):
10586 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10587 * ediff.el (ediff-merge-revisions)
10588 (ediff-merge-revisions-with-ancestor, ediff-revision):
10589 * completion.el (interactive-completion-string-reader):
10590 * calc/calc-prog.el (calc-user-define-formula):
10591 Follow convention for reading with the minibuffer.
10592
10593 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10594
10595 * progmodes/python.el (python-describe-symbol): Add globals() and
10596 locals() to the arguments of emacs.ehelp.
10597
10598 2005-09-24 Magnus Henoch <mange@freemail.hu>
10599
10600 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10601 New function, code extracted from ispell-valid-dictionary-list.
10602 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10603 Call it.
10604
10605 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10606
10607 * subr.el (version-regexp-alist): Extend valid syntax for version
10608 strings: allow any of the characters -,_,+ to separate the
10609 alpha/beta/rc part from the version part. Doc fix.
10610 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10611
10612 2005-09-23 David Reitter <david.reitter@gmail.com>
10613
10614 * mail/mailclient.el: New file.
10615
10616 2005-09-23 Richard M. Stallman <rms@gnu.org>
10617
10618 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10619 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10620 Doc fixes.
10621
10622 * progmodes/cc-mode.el (c-font-lock-init):
10623 Specify font-lock-lines-before.
10624
10625 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10628 whole conflict.
10629
10630 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10631
10632 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10633 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10634 of `remap' feature when available. Additional key bindings for
10635 better tty support.
10636 (org-mode-restart, org-force-self-insert): New commands.
10637 (org-time-stamp-inactive): New command.
10638 (org-remap): New function.
10639 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10640 (org-enable-fixed-width-editor): Move to `org-structure'
10641 customization group.
10642 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10643 blank field after field motion commands.
10644
10645 2005-09-23 Kenichi Handa <handa@m17n.org>
10646
10647 * international/mule-cmds.el (set-language-environment):
10648 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10649 have to call utf-translate-cjk-load-tables.
10650
10651 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * mouse.el (mouse-move-drag-overlay): Fix last change.
10654
10655 2005-09-22 David Ponce <david@dponce.com>
10656
10657 * tree-widget.el (tree-widget-value-create): Fix previous change.
10658
10659 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10662
10663 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * mouse.el (mouse-move-drag-overlay): New function.
10666 (mouse-drag-region-1): Use it.
10667 Try to simplify a bit the state handling. Handle clicks on links
10668 inside intangible areas.
10669 (mouse-save-then-kill): Minor simplification.
10670 (mouse-secondary-overlay): Make it always non-nil instead of
10671 recreating it each time.
10672 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10673 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10674 Simplify accordingly.
10675
10676 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10677
10678 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10679
10680 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10681
10682 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10683 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10684 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10685 to patch.
10686
10687 * ediff-util.el: Use insert-buffer-substring.
10688
10689 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10690
10691 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10692 field boundaries in the minibuffer.
10693 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10694 (viper-minibuffer-post-command-hook): New hook.
10695 (viper-line): Don't move cursor at bolp.
10696
10697 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10698
10699 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10700 avoid compiler warnings.
10701
10702 * emulation/viper-macs.el (ex-map): Better messages.
10703
10704 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10705
10706 * emulation/viper.el: Replace make-variable-buffer-local with
10707 viper-make-variable-buffer-local everywhere, to avoid warnings.
10708
10709 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10712 Delete unused var `old-selected-window'.
10713 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10714 (mouse-drag-secondary): Delete unused var `start-frame'.
10715
10716 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10717
10718 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10719
10720 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10723 Re-indent within 80 columns. Use inhibit-read-only.
10724
10725 2005-09-19 Romain Francoise <romain@orebokech.com>
10726
10727 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10728
10729 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10732 unconditionally, since the after-change-function already did it.
10733
10734 2005-09-19 Miles Bader <miles@gnu.org>
10735
10736 * net/newsticker.el: Get rid of CVS keyword.
10737
10738 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10739
10740 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10741 The prompt is formatted later.
10742
10743 2005-09-19 David Ponce <david@dponce.com>
10744
10745 * tree-widget.el (tree-widget-value-create): Save the converted
10746 tree :node widget.
10747
10748 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10749
10750 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10751 variable `message'.
10752
10753 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10754
10755 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10756 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10757 <slawomir.nowaczyk.847@student.lu.se>.
10758
10759 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10760
10761 * image.el (image-load-path): Use symbol `data-directory' instead
10762 of its value, for backward compatibility with packages that bind
10763 it during `find-image'. Suggested by Katsumi Yamaoka.
10764 (image-search-load-path): Handle symbols whose values are strings.
10765
10766 2005-09-18 Romain Francoise <romain@orebokech.com>
10767
10768 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10769 with-current-buffer form in save-excursion.
10770
10771 2005-09-18 D Goel <deego@gnufans.org>
10772
10773 * apropos.el (apropos-command): Fix `message' call: first arg
10774 should be a format spec. In this and all other cases that appear
10775 below and elsewhere in the source code, I made a change only when
10776 two conditions were satisfied: [1] I can think of a possibility
10777 that the arguments would cause an error, for example, the code in
10778 question relies on external variables such as filenames. [2] I
10779 was sure that the arg to `message' could not have been nil in the code.
10780
10781 * textmodes/tildify.el (tildify-region): Ditto.
10782
10783 * textmodes/reftex-index.el (reftex-index-change-entry)
10784 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10785 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10786 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10787 (org-priority, org-table-sum):
10788 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10789 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10790 (flyspell-word, flyspell-display-next-corrections):
10791 * textmodes/bibtex.el (bibtex-print-help-message):
10792 * textmodes/artist.el (artist-key-set-point-poly):
10793 * term/mac-win.el (mac-services-insert-text):
10794 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10795 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10796 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10797 (vhdl-compose-configuration):
10798 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10799 (sh-set-indent, sh-learn-line-indent):
10800 * progmodes/ps-mode.el (ps-mode-target-column):
10801 * progmodes/idlwave.el (idlwave-make-tags)
10802 (idlwave-scan-library-catalogs):
10803 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10804 * progmodes/gud.el (gud-jdb-analyze-source):
10805 * progmodes/flymake.el (flymake-log):
10806 * progmodes/ebnf2ps.el (ebnf-generate-region):
10807 * progmodes/cmacexp.el (c-macro-expansion):
10808 * progmodes/ada-xref.el (ada-treat-cmd-string):
10809 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10810 (ada-justified-indent-current, ada-batch-reformat):
10811 * play/zone.el (zone):
10812 * play/landmark.el (lm-move):
10813 * play/decipher.el (decipher-show-alphabet):
10814 * net/newsticker.el (newsticker--display-jump)
10815 (newsticker--display-scroll):
10816 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10817 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10818 * mail/feedmail.el (feedmail-dump-message-to-queue):
10819 * eshell/esh-proc.el (eshell-remove-process-entry):
10820 * emulation/ws-mode.el (ws-last-error):
10821 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10822 (viper-record-kbd-macro):
10823 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10824 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10825 * emacs-lisp/find-func.el (find-function-noselect):
10826 * calendar/timeclock.el (timeclock-status-string)
10827 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10828 (timeclock-when-to-leave-string):
10829 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10830 * calc/calc-units.el (calc-enter-units-table):
10831 * calc/calc-mode.el (calc-mode-record-mode):
10832 * woman.el (woman-mini-help):
10833 * wdired.el (wdired-change-to-wdired-mode):
10834 * vc.el (vc-retrieve-snapshot):
10835 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10836 * startup.el (display-startup-echo-area-message):
10837 * simple.el (set-goal-column):
10838 * ses.el (ses-command-hook, ses-recalculate-cell):
10839 * server.el (server-process-filter):
10840 * printing.el (pr-interface-txt-print, pr-interface-printify)
10841 (pr-interface-ps):
10842 * pcvs.el (cvs-help):
10843 * log-edit.el (log-edit, log-edit-mode-help):
10844 * iswitchb.el (iswitchb-possible-new-buffer):
10845 * isearch.el (isearch-edit-string):
10846 * image-mode.el (image-mode, image-minor-mode):
10847 * ibuf-macs.el (define-ibuffer-filter):
10848 * hi-lock.el (hi-lock-find-patterns):
10849 * files.el (toggle-read-only):
10850 * ediff-util.el (ediff-copy-diff)
10851 (ediff-write-merge-buffer-and-maybe-kill):
10852 * echistory.el (Electric-history-undefined):
10853 * dnd.el (dnd-insert-text):
10854 * dired-aux.el (dired-query):
10855 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10856 * bookmark.el (bookmark-bmenu-locate):
10857 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10858 Fix `message' calls to ensure first arg is a format string.
10859 The change was made only when these two conditions were satisfied:
10860 [1] when there is a possibility that the arguments would cause an error
10861 for example, if the code in question relies on external variables
10862 such as filenames, and
10863 [2] if the arg to `message' could not have been nil in the code.
10864
10865 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10866 Not having a %s would be weird, though not technically wrong.
10867
10868 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10869
10870 * term/mac-win.el (mac-add-charset-info): Doc fix.
10871
10872 2005-09-17 Romain Francoise <romain@orebokech.com>
10873
10874 * shell.el (shell-resync-dirs): Handle echoing processes more
10875 reliably. Don't insert resync command if `comint-process-echoes'
10876 is non-nil.
10877
10878 2005-09-17 Magnus Henoch <mange@freemail.hu>
10879
10880 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10881 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10882 aspell versions >= 0.60.
10883 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10884 only if ispell-aspell-supports-utf8 is non-nil.
10885
10886 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10887
10888 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10889 buffer-local value to lisp-indent-function.
10890
10891 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10892
10893 * progmodes/glasses.el (glasses-make-readable): If
10894 glasses-separator differs from underscore, put appropriate
10895 overlays over underscore characters.
10896 (glasses-convert-to-unreadable): If glasses-separator differs from
10897 underscore, try to convert glasses-separator characters to
10898 underscores.
10899
10900 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10903 Use with-syntax-table and dolist.
10904
10905 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10906
10907 * textmodes/reftex-auc.el:
10908 * textmodes/reftex-cite.el:
10909 * textmodes/reftex-dcr.el:
10910 * textmodes/reftex-global.el:
10911 * textmodes/reftex-parse.el:
10912 * textmodes/reftex-ref.el:
10913 * textmodes/reftex-sel.el:
10914 * textmodes/reftex-toc.el:
10915 * textmodes/reftex-vars.el:
10916 * textmodes/reftex.el: Small changes to remove compiler warnings.
10917
10918 * textmodes/reftex-index.el: Likewise.
10919 (reftex-query-index-phrase): More efficient use of markers.
10920
10921 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10922
10923 * image.el (image-load-path): New variable.
10924 (image-search-load-path): New function.
10925 (find-image): Search for images in `image-load-path'.
10926
10927 2005-09-15 Richard M. Stallman <rms@gnu.org>
10928
10929 * follow.el: Change Maintainer field.
10930
10931 2005-09-15 David Ponce <david@dponce.com>
10932
10933 * recentf.el (recentf-save-file-modes): New option.
10934 (recentf-save-list): Use it.
10935
10936 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10937
10938 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10939 (mode-line-mule-info, mode-line-modified): Move bindings from
10940 mouse-3 to mouse-1.
10941
10942 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10943
10944 * simple.el (sendmail-user-agent-compose): Revert last change.
10945
10946 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10949 Use with-current-buffer.
10950 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10951 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10952 (ange-ftp-insert-directory): Remove unused var `short'.
10953 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10954
10955 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10956 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10957
10958 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10959 (check-calendar-holidays, diary-list-entries): Autoload.
10960 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10961 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10962
10963 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10964 which mistakenly removed a call to display-buffer.
10965
10966 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10967
10968 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10969
10970 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10971
10972 * progmodes/hideshow.el
10973 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10974 (hs-allow-nesting): New user var.
10975 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10976 (hs-hide-block-at-point): When nesting allowed,
10977 if there is already an overlay in place, delete it.
10978 (hs-safety-is-job-n): Delete func; remove call sites.
10979 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10980 (hs-overlay-at): New func.
10981 (hs-already-hidden-p, hs-show-block): Use it.
10982 (hs-hide-all): Don't pre-clean if nesting allowed.
10983 (hs-show-all): Temporarily disallow
10984 nesting around call to `hs-discard-overlays'.
10985
10986 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10987
10988 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10989 Delete unused local var.
10990
10991 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10992
10993 * help-fns.el (describe-categories): "?\ " -> "?\s".
10994 (help-do-arg-highlight): Recognize also ARG-n, as in
10995 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10996
10997 * international/codepage.el (dos-unsupported-char-glyph):
10998 * net/newsticker.el (tool-bar-map, w3-mode-map)
10999 (w3m-minor-mode-map):
11000 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11001 (ent-alist):
11002 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11003
11004 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11005
11006 * custom.el (custom-push-theme): Handle the case where a symbol is
11007 bound but face properties have not yet been assigned.
11008
11009 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11010 Fix behavior if noerase is `t' and there is no mail buffer.
11011
11012 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11013 if `continue' is nil, rather than signal an error.
11014
11015 2005-09-12 Richard M. Stallman <rms@gnu.org>
11016
11017 * font-lock.el (font-lock-keywords): Add autoload.
11018
11019 * help-fns.el (describe-variable): Rearrange to put source link
11020 in a predictable place.
11021
11022 * net/newsticker.el: New file.
11023
11024 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11027 (calendar-basic-setup): Use the new nil arg.
11028 (number-of-diary-entries): Move to diary-lib.el.
11029
11030 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11031 (diary-list-entries): Use with-syntax-table and dolist.
11032 Rename from list-diary-entries.
11033 Use number-of-diary-entries if `number' is nil.
11034 (diary, diary-view-entries): Use this new name and new nil arg value.
11035 (number-of-diary-entries): Move from calendar.el.
11036 (diary-unhide-everything): New function.
11037 (include-other-diary-files, fancy-diary-display)
11038 (diary-show-all-entries, make-diary-entry): Use it.
11039 (diary-mail-entries): Use buffer-string.
11040 (mark-diary-entries): Fix long standing paren typo.
11041 (diary-sexp-entry): Use count-lines.
11042 (make-diary-entry): Avoid `previous-line'.
11043 (diary-mode-map): New var.
11044 (diary-mode): Redraw cal after saving. Setup header-line.
11045 (fancy-diary-display-mode): Use local-set-key.
11046
11047 * startup.el (command-line): Try calling various terminal-init-foo-bar
11048 functions by stripping hyphenated suffixes from $TERM.
11049
11050 * files.el (normal-mode): Check boundness of font-lock-keywords.
11051
11052 2005-09-12 Richard M. Stallman <rms@gnu.org>
11053
11054 * progmodes/compile.el: Don't decide a file's directory
11055 until the user actually tries to go there.
11056 (compilation-next-error-function):
11057 Pass compilation-find-file the directory from the file-struct.
11058 (compilation-internal-error-properties): Separate local FILE-STRUCT
11059 from FILE. Doc the args better. Rename arg FMT to FMTS.
11060 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11061 Expand it, and if nil, use default-directory.
11062 (compilation-get-file-structure): Don't mix specified directory
11063 with default directory. Put specified directory into
11064 file-struct. Don't make the file name absolute.
11065
11066 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11067 (compile-command): Add autoload.
11068 (compilation-disable-input): Add autoload.
11069
11070 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11071
11072 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11073 strings of the variables it can override.
11074 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11075 %Q and %q, for fully-qualified domain name and unqualified host name.
11076
11077 2005-09-11 Kim F. Storm <storm@cua.dk>
11078
11079 * emacs-lisp/authors.el (authors-aliases): Update list.
11080 (authors-fixed-entries): Update mldrag.el entry.
11081
11082 2005-09-10 Alan Mackenzie <acm@muc.de>
11083
11084 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11085 from the region narrowed to.
11086
11087 2005-09-10 Magnus Henoch <mange@freemail.hu>
11088
11089 * textmodes/ispell.el (ispell-check-version): Signal an error if
11090 aspell version is less than 0.60.
11091
11092 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11093
11094 * progmodes/octave-inf.el (inferior-octave-startup):
11095 Resync current dir at the end.
11096
11097 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11098
11099 * woman.el (woman-topic-at-point-default):
11100 Rename to woman-use-topic-at-point-default.
11101 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11102 (woman-file-name): Reflect renames above. Automatically use the
11103 word at point as topic if woman-use-topic-at-point is non-nil.
11104 Otherwise offer it as default but don't insert it in the
11105 minibuffer. Also use `test-completion' instead of `assoc' as
11106 suggested by Stefan Monnier.
11107
11108 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11109
11110 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11111 the attempt to do it over Tramp. This is not yet supported.
11112
11113 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11114
11115 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11116 (menu-bar-non-minibuffer-window-p): New functions.
11117 ("Split Window", "Save As..."): Use them.
11118 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11119 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11120 Use menu-bar-menu-frame-live-and-visible-p.
11121 ("Save Buffer", "Insert File", "Open Directory...")
11122 ("Open File...", "Visit New File..."):
11123 Use menu-bar-non-minibuffer-window-p.
11124 (kill-this-buffer-enabled-p, dired <menu-enable>):
11125 Use menu-bar-non-minibuffer-window-p.
11126
11127 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11128
11129 * cus-start.el (all): Don't complain about fringe-related
11130 built-ins if fringes are not supported. Ditto about
11131 selection-related built-ins. Fix the test for GTK-related built-ins.
11132
11133 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11134 ("Postscript Print Buffer", "Print Region", "Save As...")
11135 ("Save", "Insert File...", "Open Directory...")
11136 ("Open File...", "Visit New File..."")
11137 ("Truncate Long Lines in this Buffer"): Don't look at
11138 menu-updating-frame if this display does not support multiple frames.
11139
11140 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11141
11142 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11143
11144 2005-09-09 Emilio Lopes <eclig@gmx.net>
11145
11146 * woman.el: Format- and whitespace-related changes.
11147
11148 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11149
11150 * woman.el: Fix my email address.
11151
11152 2005-09-08 Richard M. Stallman <rms@gnu.org>
11153
11154 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11155 (sh-mode): Locally set skeleton-pair-default-alist.
11156
11157 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11158
11159 * progmodes/flymake.el: Require `compile' unconditionally.
11160
11161 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11162
11163 * woman.el (woman-file-name): Provide a default, not initial input.
11164
11165 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11166
11167 * font-lock.el (font-lock-support-mode): Doc fix.
11168
11169 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11170
11171 2005-09-08 Richard M. Stallman <rms@gnu.org>
11172
11173 * simple.el (blink-matching-open): Get rid of text props from
11174 the string shown in echo area. Don't permanently set point.
11175 Some rearrangements.
11176
11177 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11178
11179 * recentf.el (recentf-filename-handler): Add custom choice
11180 `abbreviate-file-name'.
11181
11182 * msb.el (msb--very-many-menus): Fix typo.
11183
11184 * disp-table.el (standard-display-european): Don't set
11185 enable-multibyte-characters to nil.
11186
11187 2005-09-08 David Ponce <david@dponce.com>
11188
11189 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11190 (recentf-expand-file-name): Doc fix.
11191 (recentf-dialog-mode-map): Define digit shortcuts.
11192 (recentf--files-with-key): New variable.
11193 (recentf-show-digit-shortcut-filter): New function.
11194 (recentf-open-files-items): New function.
11195 (recentf-open-files): Use it.
11196 (recentf-open-file-with-key): New command.
11197
11198 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11201 Suggested by Kim F. Storm.
11202 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11203 (Buffer-menu-make-sort-button): Use global keymap.
11204
11205 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11206
11207 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11208 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11209 necessary any longer with the remapped command.
11210 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11211 formatting time only.
11212
11213 * net/tramp.el (tramp-action-password)
11214 (tramp-multi-action-password): Compile the password prompt from
11215 `method', `user' and `host'. Sometimes it isn't obvious which
11216 password to enter, for example with remote files offered by
11217 recentf.el, or with multiple steps. Suggested by Robert Marshall
11218 <robert@chezmarshall.freeserve.co.uk>.
11219
11220 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11223 Fix regexp for when "s///" is at the beginning of line.
11224
11225 2005-09-07 Jay Belanger <belanger@truman.edu>
11226
11227 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11228 when in matrix mode.
11229
11230 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11233 non-anonymous functions.
11234
11235 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11236
11237 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11238 when using a header line. Otherwise, use mouse-1-click-follows-link.
11239
11240 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11241 can't be moved; don't signal an error.
11242
11243 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11244
11245 * cus-theme.el (custom-theme-write-faces): Save the current face
11246 spec, not the defface spec.
11247
11248 * custom.el (custom-known-themes): Clarify meaning of "standard".
11249 (custom-push-theme): Save old values in the standard theme.
11250 (disable-theme): Correct typo.
11251 (custom-face-theme-value) Deleted unused function.
11252 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11253
11254 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * progmodes/compile.el (compilation-goto-locus): Take into account
11257 iconified frames when determining whether the buffer is
11258 already visible.
11259 Don't reset window height if the window already existed.
11260
11261 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * custom.el (load-theme): Rename from require-theme.
11264 Add interactive spec.
11265 (enable-theme): Rename from custom-enable-theme.
11266 Add interactive spec.
11267 (disable-theme): Rename from custom-disable-theme.
11268 Add interactive spec.
11269 (custom-make-theme-feature): Doc fix.
11270 (custom-theme-directory): Doc fix.
11271 (provide-theme): Call enable-theme.
11272
11273 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * obsolete/lazy-lock.el (lazy-lock-mode):
11276 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11277 font-lock-mode if it's off. Print a warning instead.
11278
11279 * progmodes/compile.el (compilation-start): Ignore errors if the
11280 process died before we get to send-eof.
11281
11282 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11283 Undo last change. Enclosing the result in quotes broke things on Unix
11284 since tex-send-command passes it through shell-quote-argument.
11285 (tex-send-command): Pass `file' through convert-standard-filename
11286 when possible.
11287 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11288 info in a transcript.
11289
11290 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11291
11292 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11293 fix compilation warning. Reorder the key definitions to group
11294 together keys emitted by the current version of xterm.
11295
11296 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11297 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11298 Reorder predicates to correct min-color usage.
11299
11300 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11301
11302 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11303 Kill local variables when longlines-mode is turned off.
11304
11305 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11308
11309 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11310
11311 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11312
11313 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11314 (font-lock-lines-before): Change default to being inactive.
11315 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11316 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11317
11318 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11319
11320 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11321 Deactivate temporarily advice if active (not needed for Emacs 22,
11322 but for backwards compatibility).
11323 (tramp-exists-file-name-handler): Rewrite. First implementation
11324 was too simple.
11325 (tramp-advice-make-auto-save-file-name):
11326 Call `tramp-handle-make-auto-save-file-name' (again, just for
11327 backwards compatibility).
11328
11329 2005-08-31 Reto Zimmermann <reto@gnu.org>
11330
11331 * progmodes/vhdl-mode.el
11332 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11333 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11334 (vhdl-set-default-project): New function (easier setting of default).
11335 (vhdl-port-copy): Handle extended identifiers for generics.
11336 (vhdl-compiler-alist): Better description for error message regexp.
11337 (vhdl-make): Query for target, use previous as default.
11338 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11339 (vhdl-font-lock-keywords-2): Fix fontification for record
11340 el. assign.
11341 (vhdl-speedbar-make-subpack-line): Add package body link.
11342 (vhdl-generate-makefile-1): Not include itself as dependency.
11343 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11344 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11345 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11346 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11347 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11348 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11349 (vhdl-import-project): Add string argument for `error'.
11350 (vhdl-compose-configuration)
11351 (vhdl-compose-configuration-architecture): Add configuration
11352 declaration generation.
11353 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11354 (vhdl-trailer-re): Add "record" keyword (better indentation).
11355 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11356 "[^ \t-\"]+".
11357 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11358 (vhdl-testbench-entity-file-name)
11359 (vhdl-testbench-architecture-file-name): Allow separate
11360 customization of testbench file names.
11361 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11362 (vhdl-get-visible-signals): Allow newline within alias declaration.
11363 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11364 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11365 (member-ignore-case): Alias for missing function in XEmacs.
11366 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11367 (vhdl-update-sensitivity-list): Ignore case on read signals.
11368 (vhdl-replace-string): Adjust case only for file names.
11369 (vhdl-update-sensitivity-list): Fix search for read signals.
11370 (vhdl-update-sensitivity-list): Exclude formal parameters.
11371 (vhdl-get-visible-signals): Include aliases of signals.
11372 (vhdl-get-visible-signals): Fix signal name searching.
11373 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11374 (vhdl-fixup-whitespace-region): Fix for character
11375 literals (e.g. `:').
11376
11377 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11378
11379 * ansi-color.el (comint-last-output-start):
11380 * bs.el (font-lock-verbose):
11381 * diff-mode.el (add-log-buffer-file-name-function):
11382 * dired-x.el (vm-folder-directory):
11383 * faces.el (help-xref-stack-item):
11384 * files.el (font-lock-keywords):
11385 * find-lisp.el (dired-buffers, dired-subdir-alist):
11386 * ido.el (cua-inhibit-cua-keys):
11387 * log-view.el (cvs-minor-wrap-function):
11388 * outline.el (font-lock-warning-face):
11389 * simple.el (compilation-current-error):
11390 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11391 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11392 * tooltip.el (comint-prompt-regexp):
11393 * w32-fns.el (explicit-shell-file-name):
11394 * term/mac-win.el (mac-charset-info-alist)
11395 (mac-services-selection, mac-system-script-code):
11396 * term/tty-colors.el (msdos-color-values):
11397 * term/w32-win.el (xlfd-regexp-registry-subnum):
11398 * term/x-win.el (x-keysym-table, x-selection-timeout)
11399 (x-session-id, x-session-previous-id):
11400 * textmodes/ispell.el (mail-yank-prefix):
11401 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11402 * textmodes/org.el (calc-embedded-close-formula)
11403 (calc-embedded-open-formula)
11404 (font-lock-unfontify-region-function):
11405 * textmodes/reftex-global.el (isearch-next-buffer-function)
11406 (TeX-master):
11407 * textmodes/reftex.el (font-lock-keywords):
11408 * textmodes/tex-mode.el (font-lock-comment-face)
11409 (font-lock-doc-face):
11410 * textmodes/texinfo.el (outline-heading-alist):
11411 Add defvars.
11412
11413 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11414 (artist-spray-chars, artist-mode-init, artist-replace-string)
11415 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11416 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11417 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11418
11419 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11420 (conf-align-assignments): "?\ " -> "?\s".
11421
11422 * textmodes/reftex-index.el (TeX-master): Add defvar.
11423 (reftex-index-phrases-marker): Move up defvar.
11424
11425 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11426 (reftex-toc-include-labels-indicator)
11427 (reftex-toc-include-index-indicator)
11428 (reftex-toc-max-level-indicator): Move up declarations.
11429
11430 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11431 of args to `tramp-run-real-handler', even if it's empty in this case.
11432
11433 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11434
11435 * dired.el (dired-move-to-filename-regexp): Add date format for
11436 Mac OS X 10.3 in East Asian locales.
11437
11438 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11439
11440 * files.el (make-auto-save-file-name): Add file name handler call
11441 if applicable.
11442
11443 * net/tramp.el (tramp-file-name-handler-alist)
11444 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11445 (tramp-handle-make-auto-save-file-name): Rename from
11446 `tramp-make-auto-save-file-name'.
11447 (tramp-exists-file-name-handler): New defun.
11448 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11449 `make-auto-save-file-name' is not a magic file name operation.
11450
11451 2005-08-30 Richard M. Stallman <rms@gnu.org>
11452
11453 * files.el (risky-local-variable-p):
11454 Match `-predicates' and `-commands.
11455
11456 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11457 (custom-save-all): Visit the file if necessary;
11458 kill the buffer if we created it.
11459 (custom-save-delete): Don't visit file or kill buffer here.
11460
11461 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11462
11463 * textmodes/org.el (org-special-keyword): New face.
11464 (org-table-copy-down, org-table-eval-formula)
11465 (org-table-recalculate, org-init-section-numbers):
11466 Use `string-to-number' instead of `string-to-int'.
11467 (org-get-location): Use `insert-buffer-substring' instead of
11468 `insert-buffer'.
11469 (org-modify-diary-entry-string): New function.
11470 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11471 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11472 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11473 active region.
11474 (org-export-as-html): Handle QUOTE keyword.
11475 (org-quote-string): New option.
11476 (org-bookmark-jump-unhide): New function, used for
11477 `bookmark-after-jump-hook'.
11478 (org-diary-default-entry): Apply only when not called through
11479 `org-agenda'.
11480
11481 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * net/eudc.el (mode-popup-menu):
11484 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11485 * progmodes/ada-mode.el (compile-auto-highlight)
11486 (skeleton-further-elements):
11487 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11488 * progmodes/cmacexp.el (msdos-shells):
11489 * progmodes/compile.el (font-lock-extra-managed-props)
11490 (font-lock-keywords, font-lock-maximum-size)
11491 (font-lock-support-mode):
11492 * progmodes/grep.el (font-lock-lines-before):
11493 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11494 * progmodes/mixal-mode.el (compile-command):
11495 * progmodes/perl-mode.el (font-lock-comment-face)
11496 (font-lock-doc-face, font-lock-string-face):
11497 * progmodes/prolog.el (comint-prompt-regexp):
11498 * progmodes/sh-script.el (font-lock-comment-face)
11499 (font-lock-set-defaults, font-lock-string-face):
11500 * progmodes/sql.el (font-lock-keyword-face)
11501 (font-lock-set-defaults, font-lock-string-face):
11502 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11503 (itimer-version, lazy-lock-defer-contextually)
11504 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11505 Add defvars.
11506
11507 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11508 (cperl-electric-keyword, cperl-electric-pod)
11509 (cperl-electric-backspace, cperl-forward-re)
11510 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11511 (vc-rcs-header, vc-sccs-header): Add defvars.
11512
11513 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11514 (font-lock-syntactic-keywords, gud-find-expr-function):
11515 Add defvars.
11516
11517 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11518 (gdb-frame-parameters): Declare before use.
11519
11520 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11521 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11522 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11523 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11524
11525 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11526 (idlwave-help-with-source): Use `insert-buffer-substring', not
11527 `insert-buffer'.
11528
11529 2005-08-29 Juri Linkov <juri@jurta.org>
11530
11531 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11532 Put outline-back-to-heading function call inside save-excursion.
11533
11534 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11535
11536 * man.el (Man-init-defvars, Man-translate-references)
11537 (Man-support-local-filenames, Man-highlight-references):
11538 * progmodes/sql.el (sql-interactive-mode):
11539 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11540
11541 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11542 (compilation-mode-font-lock-keywords): Add defvars.
11543 (checkdoc-interactive-loop): "?\ " -> "?\s".
11544
11545 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11546 (font-lock-doc-face, font-lock-string-face)
11547 (font-lock-keywords-case-fold-search): Add defvars.
11548 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11549
11550 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11551 Don't pass X and Y (they are ignored anyway).
11552 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11553 (mouse-delete-window): Make arguments optional.
11554
11555 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11556 (caesar-translate-table, minor-modes, news-buffer-save)
11557 (news-group-name, news-minor-modes): Add defvars.
11558
11559 * emacs-lisp/lselect.el (mouse-highlight-priority)
11560 (x-lost-selection-functions, zmacs-regions):
11561 * emacs-lisp/pp.el (font-lock-verbose):
11562 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11563 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11564 (ses-mode-map):
11565 * emacs-lisp/tcover-unsafep.el (safe-functions):
11566 * international/mule-cmds.el (mac-system-coding-system)
11567 (mac-system-locale):
11568 * language/ethio-util.el (rmail-current-message)
11569 (rmail-message-vector):
11570 * language/thai-util.el (thai-auto-composition-mode):
11571 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11572 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11573 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11574 (vm-primary-inbox, vm-spool-files):
11575 * mail/rmail.el (deleted-head, font-lock-fontified)
11576 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11577 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11578 (total-messages):
11579 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11580 (rmail-summary-mode-map):
11581 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11582 (rmail-last-label, rmail-last-multi-labels)
11583 (rmail-summary-vector, rmail-total-messages):
11584 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11585 * mail/rmailsum.el (msgnum):
11586 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11587 (rmail-current-message):
11588 * obsolete/fast-lock.el (font-lock-face-list):
11589 * obsolete/rnewspost.el (mail-reply-buffer):
11590 * obsolete/scribe.el (compile-command):
11591 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11592
11593 2005-08-28 John Paul Wallington <jpw@gnu.org>
11594
11595 * ibuf-ext.el (ibuffer-auto-update-changed):
11596 Use `frame-or-buffer-changed-p' to check whether we need to update.
11597 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11598 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11599 as a `frame-or-buffer-changed-p' state vector instead.
11600
11601 2005-08-27 Romain Francoise <romain@orebokech.com>
11602
11603 * textmodes/makeinfo.el (makeinfo-compile):
11604 Use `compilation-start'. Set `next-error-function' according to
11605 `disable-errors'.
11606 (makeinfo-next-error): New function.
11607 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11608 (makeinfo-buffer): Likewise.
11609
11610 * progmodes/compile.el (compilation-start): Add autoload cookie.
11611
11612 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11613 * textmodes/sgml-mode.el: Likewise.
11614 * progmodes/python.el: Likewise.
11615
11616 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11617
11618 * simple.el (blink-matching-paren-distance): Document the meaning
11619 of nil value, and allow to customize to nil.
11620
11621 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11622 command.com, not command.exe.
11623
11624 2005-08-26 John Wiegley <johnw@newartisans.com>
11625
11626 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11627 code around a bit so that an extraneous nil argument is not added
11628 to a command when no args are given.
11629
11630 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11631 double-quoted argument resolves to nil, return it as an empty
11632 string rather than as nil. This made it impossible to pass "" to
11633 a shell script as a null string argument.
11634
11635 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * outline.el (outline-invent-heading): New fun.
11638 (outline-promote, outline-demote): Use it.
11639 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11640 (outline-end-of-subtree): Remove unused var `opoint'.
11641
11642 2005-08-26 David Reitter <david.reitter@gmail.com>
11643
11644 * menu-bar.el (truncate-lines, write-file, print-buffer)
11645 (ps-print-buffer-faces, ps-print-buffer, split-window):
11646 Disable menu items when the frame they refer to is invisible, or when
11647 they refer to a buffer and the minibuffer is selected.
11648
11649 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11650
11651 * progmodes/flymake.el (flymake-highlight-err-lines):
11652 Use save-excursion around flymake-highlight-line to preserve point.
11653
11654 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11655
11656 * progmodes/octave-mod.el: Change Author and Maintainer address.
11657 (octave-maintainer-address): Change Kurt's email address.
11658 * progmodes/octave-inf.el: Change Author and Maintainer address.
11659 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11660
11661 2005-08-26 Kim F. Storm <storm@cua.dk>
11662
11663 * subr.el (version-list-<, version-list-<=, version-list-=):
11664 Rename from integer-list-*.
11665 (version-list-not-zero): Likewise. Fix while loop.
11666 (version=): Use version-list-= instead of string-equal.
11667
11668 2005-08-26 Richard M. Stallman <rms@gnu.org>
11669
11670 * outline.el (outline-promote): Try shortening the heading.
11671 As last resort, read the heading to use.
11672 (outline-demote): As last resort, read the heading to use.
11673
11674 2005-08-26 Romain Francoise <romain@orebokech.com>
11675
11676 * progmodes/compile.el (compilation-start): Doc fix.
11677
11678 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11679 (antlr-font-lock-additional-keywords): Fix reference to
11680 `antlr-font-lock-literal-regexp' erroneously changed during the
11681 mass face rename.
11682 (antlr-run-tool): Use `compilation-start'.
11683
11684 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11685 instead of the obsolete `compile-internal'.
11686
11687 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11688
11689 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11690 (number, original-date):
11691 * calendar/cal-china.el (date):
11692 * calendar/cal-coptic.el (date):
11693 * calendar/cal-french.el (date):
11694 * calendar/cal-hebrew.el (date, entry, number, original-date):
11695 * calendar/cal-islam.el (date, number, original-date):
11696 * calendar/cal-iso.el (date):
11697 * calendar/cal-julian.el (date):
11698 * calendar/cal-mayan.el (date):
11699 * calendar/cal-menu.el (date, event):
11700 * calendar/cal-persia.el (date):
11701 * calendar/lunar.el (date):
11702 * calendar/solar.el (date): Add defvars.
11703
11704 * emerge.el:
11705 * ibuffer.el:
11706 * info-xref.el:
11707 * obsolete/bg-mouse.el:
11708 * obsolete/sun-curs.el:
11709 * obsolete/swedish.el: Move the `defvar's to the top level.
11710
11711 * smerge-mode.el (smerge-refined-change): Add :group.
11712
11713 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11716 (smerge-keep-n): Remove props.
11717 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11718 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11719 now that it's done in smerge-keep-n.
11720 (smerge-refined-change): New face.
11721 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11722 (smerge-refine): New funs.
11723 (smerge-basic-map): Bind smerge-refine.
11724
11725 2005-08-25 Juri Linkov <juri@jurta.org>
11726
11727 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11728 compilation-process-setup-function and compilation-disable-input
11729 in grep-mode instead of let-bindings in grep.
11730
11731 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11732 Delete "Automatic File De/compression" (auto-compression-mode).
11733
11734 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11735
11736 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11737 Silence warning about non-existent variable.
11738
11739 2005-08-25 Richard M. Stallman <rms@gnu.org>
11740
11741 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11742 Rename "Describe Key" to "Describe Key or Mouse Operation".
11743
11744 * mail/mailalias.el (build-mail-aliases): Delete comments
11745 from the contents before processing them.
11746
11747 * isearch.el (isearch-edit-string): Erase the Search prompt
11748 if user enters an empty string and there is no default.
11749
11750 * comint.el (comint-file-name-prefix): Add autoload.
11751
11752 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11753
11754 * subr.el (play-sound): Rearrange to avoid warning.
11755
11756 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11757
11758 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11759 New hook.
11760 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11761
11762 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11765
11766 * custom.el (custom-theme-set-variables): Sort minor modes last.
11767
11768 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11769
11770 * subr.el (version-separator, version-regexp-alist): New vars used by
11771 version comparison funs.
11772 (integer-list-<, integer-list-=, integer-list-<=)
11773 (integer-list-not-zero): New funs for integer list comparison.
11774 (version-to-list, version=, version<, version<=): New funs for version
11775 comparison.
11776
11777 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11778
11779 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11780 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11781 time to silence the byte-compiler.
11782
11783 * ibuffer.el (ibuffer-compile-make-eliding-form)
11784 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11785 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11786 so it's silly to get warnings for it).
11787 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11788 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11789 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11790 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11791 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11792 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11793 Defvar at compile time.
11794 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11795 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11796 Declare them before use.
11797
11798 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11799 (info-xref-good, info-xref-bad): Defvar at compile time.
11800
11801 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11802 Use `let*' instead of `let'.
11803
11804 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11805 (*mouse-y*, menu, char): Defvar at compile time.
11806 (sc::menu): Declare it before use.
11807 (sc::pack-one-line): Use `let', not `let*'.
11808
11809 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11810 (mail-send-hook): Defvar at compile time.
11811
11812 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11813 Defvar at compile time.
11814
11815 * term/sun-mouse.el (current-global-mousemap)
11816 (current-local-mousemap): Declare them before use.
11817
11818 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11819
11820 * bookmark.el (bookmark-after-jump-hook): New hook.
11821 (bookmark-jump): Run `bookmark-after-jump-hook'.
11822
11823 2005-08-23 Juri Linkov <juri@jurta.org>
11824
11825 * faces.el (minibuffer-prompt): Doc fix.
11826
11827 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11828
11829 * progmodes/xscheme.el: Trivial changes to silence warnings.
11830 (xscheme-previous-mode, xscheme-previous-process-state):
11831 Add defvars.
11832 (xscheme-last-input-end, xscheme-process-command-line)
11833 (xscheme-process-name, xscheme-buffer-name)
11834 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11835 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11836 (xscheme-control-g-synchronization-p)
11837 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11838 (default-xscheme-runlight, xscheme-runlight)
11839 (xscheme-runlight-string, xscheme-process-filter-state)
11840 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11841 Move to beginning of file.
11842 (scheme-interaction-mode-commands-alist)
11843 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11844 Declare them before use. Note: the initialization code for the variables
11845 has not been moved because it uses functions that reference the variables.
11846 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11847 (xscheme-prompt-for-expression-map): Declare them before use.
11848 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11849
11850 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11851
11852 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11853
11854 2005-08-22 Juri Linkov <juri@jurta.org>
11855
11856 * faces.el (set-face-underline): Delete this duplicate function
11857 and make an obsolete alias to set-face-underline-p.
11858 (set-face-underline-p): Use docstring of set-face-underline.
11859 (describe-face): Create hyperlink to parent face.
11860
11861 * info.el (Info-insert-dir): Use save-excursion around
11862 insert-buffer-substring.
11863 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11864 (Info-escape-percent): Delete function.
11865 (Info-fontify-node): Replace Info-escape-percent by
11866 replace-regexp-in-string with REP arg set to lambda that
11867 duplicates `%' and preserves text properties.
11868
11869 * progmodes/compile.el (compilation-disable-input): Doc fix.
11870 (define-compilation-mode): Doc fix and refill.
11871 (kill-compilation): Use `mode-name' in the error message.
11872 (compilation-find-file): Use `compilation-error' in the
11873 read-file-name's prompt.
11874
11875 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11878 (smerge-auto-leave): Make undo re-enable the mode.
11879 (debug-ignored-errors): Add the user-error of impossible resolution.
11880 (smerge-resolve): Move things around a bit, in preparation for later.
11881 (smerge-diff): Don't fail if the buffer has no associated file.
11882 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11883 (smerge-conflict-overlay): New function.
11884 (smerge-match-conflict): Don't add text properties here.
11885 (smerge-find-conflict): Instead, add an overlay here.
11886 Also check for the case where we're inside a conflict already, so as to
11887 obviate the need for font-lock-multiline, which is unbearably slow with
11888 large conflicts and ciomplex font-lock patterns.
11889 (smerge-remove-props): Remove overlay rather than text-properties.
11890 (smerge-mode): Don't set font-lock-multiline.
11891 Remove overlays when turned off.
11892
11893 2005-08-21 Kim F. Storm <storm@cua.dk>
11894
11895 * ido.el (ido-ignore-item-p): Use save-match-data.
11896 Bind case-fold-search to ido-case-fold locally.
11897
11898 2005-08-20 Richard M. Stallman <rms@gnu.org>
11899
11900 * files.el (normal-mode): If font lock is on, turn it off and on.
11901
11902 * subr.el (replace-regexp-in-string): Doc fix.
11903
11904 * startup.el (command-line-1): Don't suppress startup screen
11905 due to existing processes.
11906
11907 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11908
11909 * progmodes/compile.el (compilation-disable-input): Default to nil.
11910
11911 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11912
11913 * progmodes/compile.el (compilation-disable-input): New defcustom.
11914 (compilation-start): If compilation-disable-input is non-nil, send
11915 EOF to the compilation process.
11916
11917 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11918
11919 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11920 Run the argument of tex-shell-cd-command through
11921 convert-standard-filename, to get the correct style of slashes on
11922 Windows, and enclose the result in quotes, in case the file name
11923 includes whitespace or other special characters.
11924
11925 2005-08-19 Andreas Schwab <schwab@suse.de>
11926
11927 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11928 process.
11929
11930 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11931
11932 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11933
11934 2005-08-18 Kim F. Storm <storm@cua.dk>
11935
11936 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11937
11938 2005-08-18 Richard M. Stallman <rms@gnu.org>
11939
11940 * scroll-lock.el: New file.
11941
11942 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11943
11944 * dired.el (dired-move-to-end-of-filename):
11945 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11946
11947 2005-08-18 Kim F. Storm <storm@cua.dk>
11948
11949 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11950 rather than toggle mode when custom value is nil.
11951 (ido-everywhere): Fix defun doc string.
11952
11953 2005-08-17 Richard M. Stallman <rms@gnu.org>
11954
11955 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11956 as tag instead of "Inviolable".
11957
11958 2005-08-17 Kim F. Storm <storm@cua.dk>
11959
11960 * windmove.el (windmove-coordinates-of-position): Remove.
11961 (windmove-coordinates-of-window-position): Remove.
11962 (windmove-reference-loc): Use posn-at-point instead.
11963
11964 * subr.el (insert-for-yank-1): Doc fix.
11965
11966 * ido.el (ido-enter-matching-directory): Rename from
11967 ido-enter-single-matching-directory. Change `slash' choice to
11968 `only'. Add `first' choice.
11969 (ido-exhibit): Adapt to above changes.
11970
11971 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11972
11973 * Makefile.in: Expand comment about building loaddefs.el.
11974
11975 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11976
11977 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11978 Comment use of defadvice.
11979
11980 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11981
11982 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11983
11984 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11985 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11986 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11987 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11988 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11989 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11990 for backward compatibility for faces that did not appear in the
11991 previous Emacs release.
11992
11993 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11994
11995 2005-08-15 Kim F. Storm <storm@cua.dk>
11996
11997 * emulation/cua-base.el (cua-delete-region): Return t if
11998 deleted region was non-empty.
11999 (cua-replace-region): Inhibit overwrite-mode for
12000 self-insert-command if replaced region was non-empty.
12001 (cua--explicit-region-start, cua--status-string): Make them
12002 buffer-local at top-level...
12003 (cua-mode): ...rather than when mode is enabled.
12004
12005 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12006
12007 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12008 Set t for Emacs 21, 22, and so on.
12009
12010 2005-08-15 David Ponce <david@dponce.com>
12011
12012 * tree-widget.el: Update Commentary header.
12013 (tree-widget-theme): Doc fix.
12014 (tree-widget-space-width): New option.
12015 (tree-widget-image-properties): Look up in the default theme too.
12016 (tree-widget--cursors): Only for images with arrow pointer shape.
12017 (tree-widget-lookup-image): Pointer shape is hand by default.
12018 (tree-widget-icon): Rename generic icon widget from
12019 `tree-widget-control'.
12020 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12021 derive from `tree-widget-icon'.
12022 (tree-widget-handle): Improve default look and feel of the text
12023 representation.
12024 (tree-widget): Rename :*-control properties to :*-icon properties.
12025 Add :action and :help-echo properties.
12026 (tree-widget-after-toggle-functions): Move.
12027 (tree-widget-close-node, tree-widget-open-node): Remove.
12028 (tree-widget-before-create-icon-functions): New hook.
12029 (tree-widget-value-create): Update to allow customization of icons
12030 and nodes at run-time via that new hook.
12031 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12032 (tree-widget-icon-action, tree-widget-icon-help-echo)
12033 (tree-widget-action, tree-widget-help-echo): New functions.
12034
12035 2005-08-15 Kim F. Storm <storm@cua.dk>
12036
12037 * ido.el (ido-buffer-internal): Use with-no-warnings.
12038 (ido-make-merged-file-list): Use while-no-input.
12039
12040 2005-08-15 Richard M. Stallman <rms@gnu.org>
12041
12042 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12043 (flyspell-large-region): Fix doc and custom type.
12044
12045 2005-08-14 Richard M. Stallman <rms@gnu.org>
12046
12047 * files.el (interpreter-mode-alist): Doc fix.
12048
12049 * mail/rmail.el (rmail-nonignored-headers): New variable.
12050 (rmail-clear-headers): Use it.
12051 (rmail-reply): Better handling of mail-followup-to header.
12052
12053 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12054 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12055 don't try to refer to executable-font-lock-keywords.
12056 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12057 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12058 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12059 (sh-mode): Set comment-start-skip, local-abbrev-table,
12060 imenu-case-fold-search.
12061 (sh-set-shell): Don't set them here.
12062 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12063 Don't cache the results in the original alist; don't ever modify
12064 that alist.
12065
12066 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12067
12068 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12069 empty.
12070
12071 2005-08-15 Andreas Schwab <schwab@suse.de>
12072
12073 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12074
12075 * dired.el, info.el, mail/rmail.el: Revert last change.
12076
12077 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12078
12079 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12080 modification in `eval-after-load' form.
12081 * info.el: Likewise.
12082 * mail/rmail.el: Likewise.
12083
12084 2005-08-14 Juri Linkov <juri@jurta.org>
12085
12086 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12087 Remove highlighting of "Compilation started". Highlight only
12088 the word "finished" in "Compilation finished". Add highlighting
12089 of "interrupt", "killed", "terminated" and the exit code.
12090 (compilation-start): Add newline after header. Use exactly the
12091 same time stamp format as the finishing message.
12092 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12093
12094 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12095 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12096 Add highlighting of "interrupt", "killed", "terminated".
12097
12098 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12099 enabled and the current command is self-insert-command, call it
12100 explicitly with overwrite-mode bound to nil, to not allow it
12101 to delete the character after the selected region.
12102
12103 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12104
12105 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12106 move-end-of-line, end-of-line, and beginning-of-line to the list
12107 of commands after which the echo area is updated.
12108
12109 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12110
12111 * cus-edit.el (custom-save-all, custom-save-delete):
12112 Bind recentf-exclude to exclude custom-file.
12113
12114 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12115
12116 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12117 to go to the bottom of the mail message. Added to
12118 `rmail-summary-mode-map' with key "/".
12119 (rmail-summary-show-message): New (internal) function for use by
12120 both `rmail-summary-beginning/end-of-message'.
12121 (rmail-summary-beginning-of-message): Change to use
12122 rmail-summary-show-message.
12123
12124 * mail/rmail.el (rmail-end-of-message): New command to go to the
12125 end of the current message. Added to `rmail-mode-map' with key "/".
12126 (rmail-beginning-of-message): Fix to work as documented.
12127 (rmail-mode): Change documentation.
12128
12129 * progmodes/compile.el (compilation-start): Add the line
12130 "Compilation started" with compilation start time.
12131 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12132
12133 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12134
12135 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12136 of menu items.
12137
12138 2005-08-11 Richard M. Stallman <rms@gnu.org>
12139
12140 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12141
12142 * battery.el (battery-status-function): Don't use ignore-errors.
12143
12144 2005-08-11 Lute Kamstra <lute@gnu.org>
12145
12146 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12147 define-obsolete-variable-alias.
12148
12149 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12150
12151 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12152 (ange-ftp-send-cmd): Revert last change, and expand
12153 the comment explaining the problem.
12154
12155 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12156
12157 * ldefs-boot.el: Update.
12158
12159 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12160 item to "Time, Load and Mail". Change help echo text.
12161
12162 * time.el (display-time-use-mail-icon, display-time-format)
12163 (display-time-string-forms): Shorten first line of docstrings.
12164
12165 2005-08-10 Lars Hansen <larsh@soem.dk>
12166
12167 * desktop.el (desktop-buffer-mode-handlers):
12168 Make non-customizable. Add autoload cookie. Change initial value to
12169 nil; add elements in respective modules instead. Fix doc string.
12170 (desktop-load-file): New function.
12171 (desktop-minor-mode-handlers): New autoloaded variable.
12172 (desktop-create-buffer): Call minor mode handlers.
12173 Use desktop-load-file to load major and minor mode modules prior to
12174 checking for a handler.
12175 (desktop-save): Don't add nil to desktop-minor-modes for minor
12176 modes with nil function in desktop-minor-mode-table. Don't delete
12177 desktop file before rewriting it.
12178 (desktop-locals-to-save): Add autoload cookie. Don't make
12179 automatically buffer-local. Add variables column-number-mode,
12180 size-indication-mode, indent-tabs-mode,
12181 indicate-buffer-boundaries, indicate-empty-lines and
12182 show-trailing-whitespace.
12183 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12184 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12185 (desktop-clear-preserve-buffers-regexp): Delete.
12186 (desktop-clear-preserve-buffers): Update initial value and docstring.
12187 (desktop-save-buffer): Fix doc string.
12188
12189 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12190 (hilit-chg-desktop-restore): New function.
12191 (highlight-changes-mode): Add highlight-changes-mode to
12192 desktop-locals-to-save.
12193
12194 * dired.el: Add handler to desktop-buffer-mode-handlers.
12195 (dired-restore-desktop-buffer): Remove autoload cookie.
12196 (dired-mode): Add autoload cookie.
12197
12198 * info.el: Add handler to desktop-buffer-mode-handlers.
12199 (Info-restore-desktop-buffer): Remove autoload cookie.
12200 (Info-mode): Add autoload cookie.
12201
12202 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12203 (mh-restore-desktop-buffer): Remove autoload cookie.
12204 (mh-folder-mode): Add autoload cookie.
12205
12206 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12207 (rmail-restore-desktop-buffer): Remove autoload cookie.
12208
12209 2005-08-11 Masatake YAMATO <jet@gyve.org>
12210
12211 * hexl.el (hexl-address-region):
12212 (hexl-ascii-region, hexl-font-lock-keywords):
12213 (hexl-highlight-line-range): Use the term "region"
12214 instead of "area" for consistency with the other symbols
12215 defined in hexl.el.
12216
12217 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12218
12219 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12220 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12221 out by Juri Linkov). Add `display-battery-mode'.
12222
12223 2005-08-09 Juri Linkov <juri@jurta.org>
12224
12225 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12226 Remove `-text' from face variable names.
12227 (compilation-error-file-name, compilation-warning-file-name)
12228 (compilation-info-file-name): Delete faces.
12229 (compilation-line-number, compilation-column-number):
12230 Remove face underlining.
12231 (compilation-message-face): Set to `underline' value by default.
12232 (compilation-error-face, compilation-warning-face)
12233 (compilation-info-face): Remove `-file-name' from face names.
12234 (compilation-error-text-face, compilation-warning-text-face)
12235 (compilation-info-text-face): Delete face variables.
12236 (compilation-text-face): Delete function.
12237
12238 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12239 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12240 (grep-error-face): Set to `compilation-error' instead of
12241 `compilation-error-face' (which is redefined to `grep-hit-face' in
12242 grep buffers).
12243 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12244 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12245
12246 * dired-aux.el (dired-do-query-replace-regexp):
12247 Use `query-replace-read-args'.
12248
12249 * replace.el (query-replace-read-from, query-replace-read-to)
12250 (query-replace-read-args): Rename arg `string' to `prompt'.
12251
12252 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12253
12254 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12255
12256 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12257 uploading files.
12258 (ange-ftp-canonize-filename): Handle file names beginning with ~
12259 correctly.
12260
12261 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12262
12263 * textmodes/fill.el (canonically-space-region)
12264 (fill-context-prefix, fill-french-nobreak-p)
12265 (fill-delete-newlines, fill-comment-paragraph)
12266 (justify-current-line): "?\ " -> "?\s".
12267
12268 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12269
12270 * textmodes/fill.el (fill-nonuniform-paragraphs):
12271 Improve argument/docstring consistency.
12272
12273 2005-08-09 Richard M. Stallman <rms@gnu.org>
12274
12275 * textmodes/ispell.el (ispell-word): More fboundp checks.
12276
12277 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12278 (find-file-noselect-1): Call it here, only if RAWFILE.
12279 (normal-mode): Always set some major mode.
12280 (save-some-buffers-action-alist): Change some explanation strings.
12281 (file-name-non-special): In the `quote' method, use unwind-protect.
12282
12283 2005-08-09 Magnus Henoch <mange@freemail.hu>
12284
12285 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12286 (ispell-have-aspell-dictionaries): New variable.
12287 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12288 (ispell-get-aspell-config-value): New function.
12289 (ispell-aspell-find-dictionary): New function.
12290 (ispell-aspell-add-aliases): New function.
12291 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12292 appropriate. Don't look for ispell dictionaries if we use aspell.
12293 (ispell-menu-map): Don't build a submenu of dictionaries.
12294
12295 2005-08-09 Richard M. Stallman <rms@gnu.org>
12296
12297 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12298 (sql-read-passwd): Use read-passwd.
12299
12300 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12301 (idlwave-toolbar-is-possible): Add defvars.
12302
12303 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12304 Avoid warnings.
12305
12306 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12307 (idlwave-system-class-info, idlwave-executive-commands-alist):
12308 Use defvar.
12309
12310 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12311
12312 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12313 Avoid warnings.
12314
12315 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12316 and content-type: headers.
12317
12318 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12319
12320 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12321 and rename some of them to be more self-explanatory.
12322
12323 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12324
12325 * startup.el (command-line-1): Implement -scriptload.
12326
12327 * replace.el (occur-engine): Initial *Occur* output not undoable.
12328
12329 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12330 and improve help strings.
12331
12332 * isearch.el (isearch-repeat): When changing direction,
12333 mark search successful.
12334
12335 * ediff-init.el: Use (featurep 'xemacs).
12336
12337 * comint.el (send-invisible): Identify buffer, if not selected.
12338
12339 * align.el: Delete autoload for c-guess-basic-syntax.
12340
12341 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12342
12343 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12344 Improve argument/docstring consistency. Doc fixes.
12345 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12346 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12347 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12348 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12349 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12350 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12351 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12352 Defvar at compile time.
12353
12354 2005-08-09 Juri Linkov <juri@jurta.org>
12355
12356 * info.el: Replace `info' with upper-case `Info' where appropriate.
12357 (info-title-1, info-title-2, info-title-3, info-title-4)
12358 (info-menu-header): Move up face definitions.
12359 (info-menu-star): Rename from `info-menu-5'.
12360 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12361 (Info-fontify-visited-nodes): Fix docstring.
12362 (Info-hide-note-references): Fix docstring.
12363 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12364 menu items in the same way as on cross-references.
12365 (info-apropos): Fix sorting order and formatting to be like in the
12366 stand-alone Info browser. Display error messages for 1 sec.
12367 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12368 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12369 from the menu bar.
12370 (Info-insert-dir): Restore point after calling
12371 `insert-buffer-substring'.
12372
12373 2005-08-08 Richard M. Stallman <rms@gnu.org>
12374
12375 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12376 (recompute-lucid-menubar): Add defvars.
12377
12378 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12379
12380 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12381
12382 * net/net-utils.el (run-dig): Rename from `dig'.
12383
12384 * play/gametree.el (gametree-mode): Use make-local-variable,
12385 not make-variable-buffer-local.
12386
12387 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12388
12389 * ansi-color.el (ansi-color-make-extent)
12390 (ansi-color-set-extent-face): Use fboundp, not functionp.
12391
12392 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12393 not make-variable-buffer-local.
12394
12395 * bookmark.el (Info-current-file): Add defvar.
12396 (bookmark-jump-noselect): Use with-no-warnings.
12397
12398 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12399
12400 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12401
12402 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12403
12404 * find-file.el (ada-procedure-start-regexp)
12405 (ada-package-start-regexp): Add defvars.
12406
12407 * info.el (Info-insert-dir): Use insert-buffer-substring.
12408
12409 * xml.el (xml-att-def-re): Add defvar.
12410
12411 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12412 calling convention.
12413
12414 * subr.el (while-no-input): Return t if there is input.
12415
12416 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12417
12418 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12419
12420 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12421
12422 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12423 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12424
12425 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12426
12427 * cmuscheme.el (scheme-start-file): Replace reference to
12428 `user-emacs-directory' by "~/.emacs.d/".
12429
12430 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12431
12432 * info.el (Info-dir-remove-duplicates): Avoid case folding
12433 in loop; instead, keep downcased strings for comparison.
12434 Suggested by Helmut Eller.
12435
12436 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12437
12438 Sync with Tramp 2.0.50.
12439
12440 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12441 XEmacs case; not necessary anymore.
12442 (tramp-user-regexp): Allow "@" as part of user name.
12443 (tramp-handle-set-visited-file-modtime)
12444 (tramp-handle-insert-file-contents)
12445 (tramp-handle-write-region): No special handling for
12446 `last-coding-system-used, because this is done in
12447 `tramp-accept-process-output' now.
12448 (tramp-accept-process-output): New defun.
12449 (tramp-process-one-action, tramp-process-one-multi-action)
12450 (tramp-wait-for-regexp, tramp-wait-for-output)
12451 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12452 Howells <dhowells@redhat.com>.
12453 (clear-visited-file-modtime): Defadvice removed. The check for
12454 unset buffer's modtime does not need to be based on
12455 `tramp-buffer-file-attributes'. Suggested by RMS.
12456 (tramp-message): Insert "\n" if not being at beginning of line.
12457 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12458 sequence with same logic.
12459 (tramp-completion-handle-expand-file-name): Discard call of
12460 `tramp-drop-volume-letter'. It is not necessary, and there have
12461 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12462 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12463 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12464 should always be visible.
12465 (tramp-handle-insert-directory, tramp-setup-complete)
12466 (tramp-set-process-query-on-exit-flag)
12467 (tramp-append-tramp-buffers): Pacify byte-compiler.
12468 (tramp-bug): Delete non-existing variables from list.
12469 Apply `tramp-load-report-modules' as pre-hook.
12470 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12471 `shell-prompt-pattern' because of non-7bit characters.
12472 Reported by Sebastian Luque <sluque@mun.ca>.
12473 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12474 (tramp-match-string-list): Remove function.
12475 (tramp-wait-for-regexp): Remove call of that function.
12476 Suggested by Kim F. Storm <storm@cua.dk>.
12477 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12478 instead of octal character code ?\600. The latter resulted in a
12479 syntax error with XEmacs.
12480
12481 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12482 XEmacs case; not necessary anymore.
12483 (tramp-smb-handle-write-region): No special handling for
12484 `last-coding-system-used, because this is done in
12485 `tramp-accept-process-output' now.
12486 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12487
12488 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12489
12490 * wid-edit.el (widget-choice-value-create):
12491 Unconditionally respect user choice. Set :explicit-choice back to nil
12492 when no longer needed.
12493 (widget-choice-action): Unconditionally respect user choice.
12494 Eliminate :explicit-choice-value.
12495
12496 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12497
12498 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12499 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12500 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12501 running new function `toggle-indicate-empty-lines'.
12502 Rename "Customize" item to "Customize fringe".
12503 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12504 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12505 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12506 Delete "Empty lines only" item.
12507 (menu-bar-showhide-fringe-ind-customize): New function.
12508 (menu-bar-showhide-fringe-ind-mixed)
12509 (menu-bar-showhide-fringe-ind-box)
12510 (menu-bar-showhide-fringe-ind-right)
12511 (menu-bar-showhide-fringe-ind-left)
12512 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12513 instead of `fringe-indicators'.
12514
12515 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12516
12517 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12518 Change the date of last update.
12519
12520 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12521
12522 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12523 (viper-exec-yank, viper-put-back): Don't display modification msg
12524 if in the minibuffer.
12525
12526 * viper-init.el (viper-replace-overlay-cursor-color)
12527 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12528 Make variables frame local.
12529
12530 * viper-util.el (viper-append-filter-alist): Use append instead of
12531 nconc.
12532
12533 * viper.el (viper-vi-state-mode-list)
12534 (viper-emacs-state-mode-list): Move help-mode and
12535 completion-list-mode from the first list to the second.
12536 (viper-mode): Docstring.
12537 (viper-go-away, viper-non-hook-settings): Don't localize
12538 minor-mode-alist in newer Emacsen. Add advice to
12539 set-cursor-color. Don't bind "\C-c\\".
12540
12541 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12542
12543 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12544 (scheme-macro-expand-command): New user options.
12545 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12546 (scheme-form-at-point, scheme-start-file)
12547 (scheme-interactively-start-process): New functions.
12548 (scheme-get-process): New function, extracted from `scheme-proc'.
12549 (run-scheme): Call `scheme-start-file' to get start file, and pass
12550 it to `make-comint'.
12551 (switch-to-scheme, scheme-proc):
12552 Call `scheme-interactively-start-process' if no Scheme buffer/process
12553 is available.
12554
12555 2005-08-06 Juri Linkov <juri@jurta.org>
12556
12557 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12558 Use `compilation-text-face', `compilation-info-text-face' and
12559 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12560 (compilation-error): New face.
12561 (compilation-error-file-name): Inherit from
12562 `compilation-error' instead of `font-lock-warning-face'.
12563 (compilation-warning-file-name): Inherit from
12564 `compilation-warning' instead of `font-lock-warning-face'.
12565 (compilation-info, compilation-error-file-name)
12566 (compilation-warning-file-name, compilation-info-file-name)
12567 (compilation-line-number, compilation-column-number): Doc fix.
12568 (compilation-error-text-face, compilation-warning-text-face)
12569 (compilation-info-text-face): New face variables.
12570 (compilation-line-face, compilation-column-face)
12571 (compilation-enter-directory-face)
12572 (compilation-leave-directory-face): Doc fix.
12573 (compilation-text-face): New function.
12574
12575 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12576 instead of 1 to display binary file names as info file links.
12577 (grep-error-face): Use `compilation-error-face' instead of
12578 `font-lock-keyword-face'.
12579 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12580 and `compilation-warning-text-face' instead of
12581 `font-lock-keyword-face'. Use `compilation-error-text-face'
12582 instead of `grep-error-face'.
12583
12584 2005-08-05 Kenichi Handa <handa@m17n.org>
12585
12586 * international/code-pages.el: Add autoload cookies for all coding
12587 systems.
12588
12589 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12590
12591 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12592
12593 2005-08-04 Juri Linkov <juri@jurta.org>
12594
12595 * progmodes/compile.el (compilation-mode-map):
12596 * progmodes/grep.el (grep-mode-map):
12597 Bind TAB to `compilation-next-error' and [backtab] to
12598 `compilation-previous-error'.
12599
12600 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12601 matching line numbers, column numbers and their ranges with regexp
12602 matching only line numbers.
12603 (grep-context-face): New face variable.
12604 (grep-mode-font-lock-keywords): Use it.
12605
12606 * faces.el (read-face-name): Delete duplicate faces.
12607
12608 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12609
12610 * thumbs.el (thumbs-find-image): Don't make variables
12611 automatically buffer local.
12612 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12613 (thumbs-image-num): Make automatically buffer local.
12614 (thumbs-show-thumbs-list): Use `make-local-variable', not
12615 `make-variable-buffer-local'.
12616 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12617
12618 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12619 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12620 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12621 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12622 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12623 (feelings-about, foullst, found, hello, history, howareyoulst)
12624 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12625 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12626 (neglst, obj, object, owner, please, problems, qlist)
12627 (random-adjective, relation, remlst, repetitive-shortness)
12628 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12629 (shortlst, something, sportslst, stallmanlst, states, subj)
12630 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12631 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12632 Defvar at compile time.
12633
12634 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12635 not `make-variable-buffer-local'.
12636
12637 2005-08-02 Kim F. Storm <storm@cua.dk>
12638
12639 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12640 rectangle overlay in selected window.
12641
12642 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12643
12644 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12645 instead of display group. Make `indicate-buffer-boundaries'
12646 customizable through Custom.
12647
12648 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12649
12650 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12651 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12652 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12653 (gdb-put-string): Fix typos in docstrings.
12654
12655 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12656
12657 Update copyright notices of files in progmodes directory for
12658 release of Emacs 22.1.
12659
12660 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12661
12662 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12663 Don't barf if the GUD buffer has been killed.
12664
12665 2005-08-01 Kim F. Storm <storm@cua.dk>
12666
12667 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12668
12669 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12670
12671 * simple.el (next-error-follow-minor-mode):
12672 make-variable-buffer-local -> make-local-variable.
12673
12674 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12675
12676 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12677 (byte-compile-form-make-variable-buffer-local): New functions to warn
12678 about misuses of make-variable-buffer-local where make-local-variable
12679 was meant.
12680
12681 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12682
12683 * bs.el (bs-attributes-list): Doc fix.
12684 (bs): Update url-link.
12685
12686 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12687 (desktop-load-default): Simplify.
12688
12689 * ibuffer.el (ibuffer-columnize-and-insert-list)
12690 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12691 (ibuffer-unmark-all, ibuffer-toggle-marks)
12692 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12693 (ibuffer-compile-make-format-form, ibuffer-format-column)
12694 (ibuffer-current-buffers-with-marks)
12695 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12696 (ibuffer): Doc fix.
12697 (ibuffer-mode): Fix typo in docstring.
12698 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12699 with `define-obsolete-variable-alias'.
12700 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12701
12702 2005-07-29 Kenichi Handa <handa@m17n.org>
12703
12704 * international/mule-cmds.el (select-message-coding-system):
12705 Be sure to use LF for end-of-line. If no coding system is decided,
12706 return iso-8859-1-unix.
12707
12708 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12709
12710 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12711 (ange-ftp-pending-error-line): New vars.
12712 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12713 to handle the non-fatal no-route-to-host messages.
12714 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12715
12716 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12717
12718 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12719 (isearch-quote-char, isearch-printing-char)
12720 (isearch-text-char-description): "?\ " -> "?\s".
12721 (isearch-lazy-highlight-cleanup)
12722 (isearch-lazy-highlight-initial-delay)
12723 (isearch-lazy-highlight-interval)
12724 (isearch-lazy-highlight-max-at-a-time)
12725 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12726 Declare with define-obsolete-*-alias macros.
12727 (isearch-forward): Fix typo in docstring.
12728 (search-invisible, search-ring-yank-pointer)
12729 (regexp-search-ring-yank-pointer): Doc fixes.
12730
12731 * recentf.el (recentf-menu-append-commands-p): Declare with
12732 `define-obsolete-variable-alias'.
12733 (recentf-max-saved-items, recentf-menu-filter)
12734 (recentf-arrange-by-rule-subfilter): Doc fixes.
12735 (recentf-menu-append-commands-flag)
12736 (recentf-initialize-file-name-history, recentf-expand-file-name)
12737 (recentf-clear-data): Fix typos in docstrings.
12738
12739 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12740
12741 * progmodes/gdb-ui.el: Smarten comments.
12742 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12743
12744 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12745
12746 * term/apollo.el (terminal-init-apollo): New function containing
12747 all former top level forms in the file.
12748 * term/bobcat.el (terminal-init-bobcat):
12749 * term/cygwin.el (terminal-init-cygwin):
12750 * term/iris-ansi.el (terminal-init-iris-ansi):
12751 * term/linux.el (terminal-init-linux):
12752 * term/news.el (terminal-init-news):
12753 * term/rxvt.el (terminal-init-rxvt):
12754 * term/sun.el (terminal-init-sun):
12755 * term/tvi970.el (terminal-init-tvi970):
12756 * term/vt100.el (terminal-init-vt100):
12757 * term/vt102.el (terminal-init-vt102):
12758 * term/vt125.el (terminal-init-vt125):
12759 * term/vt200.el (terminal-init-vt200):
12760 * term/vt201.el (terminal-init-vt201):
12761 * term/vt220.el (terminal-init-vt220):
12762 * term/vt240.el (terminal-init-vt240):
12763 * term/vt300.el (terminal-init-vt300):
12764 * term/vt320.el (terminal-init-vt320):
12765 * term/vt400.el (terminal-init-vt400):
12766 * term/vt420.el (terminal-init-vt420):
12767 * term/wyse50.el (terminal-init-wyse50):
12768 * term/xterm.el (terminal-init-xterm): Likewise.
12769
12770 * term/README: Describe the terminal-init-* functionality.
12771
12772 * startup.el (command-line): After loading the terminal initialization
12773 file call the corresponding terminal initialization function.
12774
12775 2005-07-27 Kenichi Handa <handa@m17n.org>
12776
12777 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12778 negative.
12779
12780 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12781 (ps-mule-composition-prologue): Fix for the case that
12782 RelativeCompose is false.
12783
12784 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12787
12788 * descr-text.el (describe-char): Handle the case where the list of
12789 chars is displayed in a separate frame.
12790 Be a bit more discriminating when looking for the char.
12791
12792 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12793
12794 * bookmark.el (bookmark-automatically-show-annotations)
12795 (bookmark-read-annotation-text-func): Doc fixes.
12796 (bookmark-save): Improve argument/docstring consistency.
12797 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12798 (bookmark-alist-from-buffer)
12799 (bookmark-upgrade-file-format-from-0)
12800 (bookmark-grok-file-format-version)
12801 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12802 (bookmark-read-annotation-mode)
12803 (bookmark-insert-current-bookmark, bookmark-jump)
12804 (bookmark-exit-hook): Fix typos in docstrings.
12805 (bookmark-exit-hooks): Define as obsolete alias.
12806 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12807 not `bookmark-exit-hooks'. Fix docstring.
12808 (bookmark-bmenu-select): "?\ " -> "?\s".
12809
12810 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12811
12812 * startup.el (command-line): Fix typo.
12813
12814 2005-07-24 Richard M. Stallman <rms@gnu.org>
12815
12816 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12817 not emacs-quick-startup.
12818
12819 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12820
12821 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12822 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12823 instead of `reb-with-current-window'.
12824 (reb-prev-match): Likewise. Also, don't move left if the search
12825 was unsuccessful.
12826 (reb-initialize-buffer): New function.
12827 (re-builder, reb-change-syntax): Use it.
12828
12829 * man.el (Man-goto-page): Make second argument NOERROR optional.
12830
12831 2005-07-23 Richard M. Stallman <rms@gnu.org>
12832
12833 * man.el (Man-bgproc-sentinel): Check here for failure to find
12834 any man page in the output, and report the error here.
12835 (Man-arguments): Make it permanent local.
12836 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12837 (Man-mode): Pass t for NOERROR.
12838
12839 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12840 (grep-mode-font-lock-keywords):
12841 Don't use compilation-...-face for messages that are not file names.
12842
12843 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12844 Don't use compilation-...-face for messages that are not file names.
12845
12846 2005-07-22 Juri Linkov <juri@jurta.org>
12847
12848 * startup.el (normal-splash-screen): Update menu name.
12849
12850 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12851
12852 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12853
12854 * term/xterm.el: Load term/rxvt if the terminal is actually an
12855 rxvt terminal.
12856 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12857
12858 * term/rxvt.el (function-key-map): Use substitute-key-definition
12859 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12860
12861 * term/cygwin.el: New file.
12862
12863 2005-07-22 Kim F. Storm <storm@cua.dk>
12864
12865 * image-file.el (insert-image-file, image-file-yank-handler):
12866 Fix last change to maintain a (unique) yank-handler on yanked images.
12867
12868 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12869
12870 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12871 of the file size (as in "177B" for 177 bytes). This happens with
12872 "ls -lh" on FreeBSD.
12873
12874 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12875
12876 * hilit-chg.el (highlight-changes-global-initial-state)
12877 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12878 (hilit-chg-fixup, highlight-changes-mode):
12879 Fix typos in docstrings.
12880 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12881 Doc fixes.
12882
12883 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12884
12885 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12886 mode function using `eval-after-load'.
12887
12888 2005-07-21 Kim F. Storm <storm@cua.dk>
12889
12890 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12891 included when reporting an emacs crash, and tell about the DEBUG file.
12892
12893 * image-file.el (insert-image-file): Add yank-handler.
12894 (image-file-yank-handler): Yank handler to make unique copies of
12895 images when they are yanked into a buffer next to each other.
12896
12897 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12898
12899 * comint.el (comint-use-prompt-regexp, comint-send-input)
12900 (comint-source-default, comint-extract-string)
12901 (comint-get-source, comint-word, comint-completion)
12902 (comint-source, comint-prompt-read-only, comint-update-fence):
12903 Fix typos in docstrings.
12904 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12905 Declare with define-obsolete-*-alias macros.
12906 (comint-previous-matching-input-from-input)
12907 (comint-next-matching-input-from-input)
12908 (comint-previous-matching-input, comint-next-matching-input)
12909 (comint-forward-matching-input):
12910 Improve argument/docstring consistency.
12911
12912 * desktop.el (desktop-clear-preserve-buffers-regexp):
12913 Also preserve the *server* buffer.
12914
12915 * simple.el (clone-indirect-buffer): Doc fix.
12916 (fixup-whitespace, just-one-space)
12917 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12918 (next-error, next-error-highlight)
12919 (next-error-highlight-no-select, next-error-last-buffer)
12920 (next-error-buffer-p, next-error-find-buffer, next-error)
12921 (previous-error, next-error-no-select, previous-error-no-select)
12922 (open-line, split-line, minibuffer-prompt-width, kill-new)
12923 (binary-overwrite-mode): Fix typos in docstrings.
12924 (set-fill-column): Fix typo in message.
12925
12926 * skeleton.el (skeleton-proxy-new): Doc fix.
12927
12928 * strokes.el (strokes-load-hook): Doc fix.
12929 (strokes-grid-resolution, strokes-get-grid-position)
12930 (strokes-renormalize-to-grid, strokes-read-stroke)
12931 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12932 (strokes-global-map): Fix typos in docstrings.
12933 (strokes-help): Doc fix. Fix help message and pass it through
12934 `substitute-command-keys'.
12935
12936 * tempo.el (tempo-insert-prompt, tempo-interactive)
12937 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12938 (tempo-insert-string-functions, tempo-local-tags)
12939 (tempo-define-template, tempo-insert-template)
12940 (tempo-insert-prompt-compat, tempo-is-user-element)
12941 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12942 Fix typos in docstrings.
12943
12944 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12945 (vcursor-key-bindings, vcursor-use-vcursor-map)
12946 (vcursor-find-window, vcursor-scroll-down)
12947 (vcursor-disable, vcursor-beginning-of-buffer)
12948 (vcursor-end-of-buffer): Fix typos in docstrings.
12949 (vcursor-relative-move, vcursor-get-char-count):
12950 Improve argument/docstring consistency.
12951
12952 * version.el: "?\ " -> "?\s".
12953
12954 * wid-edit.el (widget-default-create, widget-after-change)
12955 (widget-default-format-handler, widget-checklist-add-item)
12956 (widget-radio-add-item, widget-choose, widget-specify-secret)
12957 (widget-field-value-create, widget-field-value-get)
12958 (widget-editable-list-format-handler)
12959 (widget-editable-list-entry-create, widget-group-value-create)
12960 (widget-documentation-link-add)
12961 (widget-documentation-string-value-create): "?\ " -> "?\s".
12962 (widget-convert-text): Doc fix.
12963 (widget-narrow-to-field, widget-field-find)
12964 (widget-url-link-action, widget-emacs-library-link-action)
12965 (widget-color-notify): Fix typos in docstrings.
12966
12967 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12968 (x-select-text, set-w32-system-coding-system)
12969 (w32-add-charset-info): Fix typos in docstrings.
12970
12971 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12972 (cua-enable-cua-keys, cua-use-hyper-key)
12973 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12974 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12975
12976 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12977
12978 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12979 `defalias' instead of faking it.
12980
12981 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12982 (eshell-ls-missing, eshell-ls-dired-initial-args)
12983 (eshell-ls-use-in-dired): Fix typos in docstrings.
12984
12985 2005-07-20 Kim F. Storm <storm@cua.dk>
12986
12987 * emulation/cua-base.el (cua-mode): Improve doc string.
12988
12989 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12990
12991 * abbrev.el (expand-region-abbrevs): Doc fix.
12992 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12993 Improve argument/docstring consistency.
12994
12995 * arc-mode.el (archive-get-descr, archive-alternate-display):
12996 Doc fixes.
12997 (archive-l-e): Improve argument/docstring consistency.
12998 (archive-tmpdir, archive-unixdate, archive-unixtime)
12999 (archive-chmod-entry): Fix typos in docstrings.
13000 (archive-unflag, archive-unflag-backwards)
13001 (archive-unmark-all-files): "?\ " -> "?\s".
13002
13003 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13004 (Buffer-menu-not-modified, Buffer-menu-execute)
13005 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13006 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13007
13008 * composite.el (compose-string, encode-composition-rule)
13009 (compose-last-chars): Fix typos in docstrings.
13010
13011 * desktop.el (desktop-enable, desktop-basefilename):
13012 Declare with `define-obsolete-variable-alias'.
13013 (desktop-internal-v2s): Don't quote keywords.
13014 (desktop-clear): "?\ " -> "?\s".
13015
13016 * dired.el (dired-align-file, dired-flag-backup-files)
13017 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13018 (dired-listing-switches, dired-ls-F-marks-symlinks)
13019 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13020 (dired-directory, dired-faces, dired, dired-revert)
13021 (dired-mode, dired-summary, dired-view-file)
13022 (dired-copy-filename-as-kill, dired-delete-file)
13023 (dired-no-confirm, dired-unmark-all-marks)
13024 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13025 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13026 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13027 Fix typos in message strings.
13028
13029 * dired-x.el (virtual-dired): Declare with `defalias'.
13030 (dired-mark-unmarked-files, dired-local-variables-file)
13031 (dired-omit-here-always): Doc fix.
13032 (dired-omit-mode, dired-find-subdir)
13033 (dired-enable-local-variables, dired-clean-up-buffers-too)
13034 (dired-extra-startup, dired-mark-extension, dired-jump)
13035 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13036 (dired-smart-shell-command, dired-guess-shell-alist-user)
13037 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13038 (dired-x-bind-find-file, dired-x-submit-report):
13039 Fix typos in docstrings.
13040 (dired-mark-unmarked-files): "?\ " -> "?\s".
13041
13042 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13043
13044 * faces.el (describe-face): "?\ " -> "?\s".
13045 (read-all-face-attributes, read-face-font, modify-face)
13046 (face-attr-construct, italic): Fix typos in docstrings.
13047 (frame-update-face-colors): Declare with
13048 `define-obsolete-function-alias'.
13049
13050 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13051 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13052 (magic-mode-alist, buffer-file-numbers-unique)
13053 (write-file-functions, get-free-disk-space):
13054 Fix typos in docstrings.
13055 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13056 (write-contents-hooks, write-file-hooks):
13057 Declare with `define-obsolete-variable-alias'.
13058
13059 * forms-d2.el (arch-rj): Fix typo in docstrings.
13060 (arch-tocol): Likewise. "?\ " -> "?\s".
13061
13062 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13063 Fix typo in docstring.
13064 (set-screen-width, set-screen-height): Delete redundant info in
13065 doctrings.
13066 (new-frame, screen-height, screen-width): Declare with
13067 `define-obsolete-function-alias'.
13068 (delete-frame-hook, blink-cursor): Declare with
13069 `define-obsolete-variable-alias'.
13070
13071 * paths.el (prune-directory-list): Fix typos in docstring.
13072
13073 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13074 (cvs-prefix-get): Fix typos in docstrings.
13075
13076 * ps-print.el (ps-extend-face-list, ps-extend-face)
13077 (ps-print-background-image): Fix typos in docstrings.
13078 (ps-default-fg, ps-default-bg): Doc fixes.
13079
13080 * s-region.el (s-region-bind): Doc fix.
13081 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13082
13083 * textmodes/org.el (org-table-formula-substitute-names)
13084 (org-table-get-vertical-vector): Doc fixes.
13085 (org-table-recalculate): Remove unused argument to `message'.
13086
13087 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13088
13089 * textmodes/org.el (org-table-column-names)
13090 (org-table-column-name-regexp)
13091 (org-table-named-field-locations): New variables.
13092 (org-archive-subtree): Protect `this-command' when calling
13093 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13094 the kill buffer.
13095 (org-complete): Remove fixed-formula completion.
13096 (org-edit-formulas-map): New variable.
13097 (org-table-edit-formulas): New command.
13098 (org-finish-edit-formulas, org-abort-edit-formulas)
13099 (org-show-variable, org-table-get-vertical-vector): New functions.
13100 (org-table-maybe-eval-formula): Handle `:=' fields.
13101 (org-table-get-stored-formulas, org-table-store-formulas)
13102 (org-table-get-formula, org-table-modify-formulas)
13103 (org-table-replace-in-formulas): Handle named field formulas.
13104 (org-table-get-specials): Store locations of named fields.
13105
13106 2005-07-19 Juri Linkov <juri@jurta.org>
13107
13108 * progmodes/grep.el (grep-regexp-alist)
13109 (grep-mode-font-lock-keywords, grep-process-setup):
13110 Use default GNU grep match color "01;31m" instead of "01;41m".
13111 (grep-regexp-alist, grep-mode-font-lock-keywords):
13112 Use `\\[[0-9]*m' instead of `\\[00m'.
13113 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13114 sgr_start where its handling is more important. Use the real
13115 length of sgr_start instead of constant 8.
13116 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13117 specially. Delete all remaining escape sequences.
13118 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13119 (grep-regexp-alist): Make hyperlink only for binary file name
13120 instead of the whole line.
13121 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13122 (grep-mode): Add autoload.
13123
13124 * emacs-lisp/find-func.el (find-function-regexp):
13125 Add `define-compilation-mode'.
13126
13127 2005-07-19 Juri Linkov <juri@jurta.org>
13128
13129 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13130 (compare-windows-sync-string-size, compare-windows-recenter)
13131 (compare-windows-highlight, compare-windows): Add version 22.1.
13132 (compare-windows) <defface>: Inherit from lazy-highlight instead
13133 of duplicating its default value.
13134
13135 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13136 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13137
13138 * descr-text.el (describe-char): Create link buttons for `charset'
13139 and `code point'. Add the current input method name with a link
13140 button to `to input' field. Print face names of display table
13141 characters in `The display table entry is displayed by' section
13142 instead of printing face-id in the `display' field.
13143 Guess hardcoded faces and create a link button for them.
13144 Skip empty fields when calculating max-width.
13145 Treat `widget-create' specially while inserting strings from the
13146 collected field list.
13147 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13148
13149 * diff-mode.el (diff-file-header): Change foreground color from
13150 yellow to green on light backgrounds.
13151 (diff-context): Inherit from `shadow' only for color/grayscale
13152 with more than 88 colors.
13153 (diff-indicator-removed, diff-indicator-added)
13154 (diff-indicator-changed): New faces.
13155 (diff-font-lock-keywords): Use new faces. Regroup rules.
13156 Add "^---$" for `normal' diff format. Fontify `#' lines with
13157 font-lock-comment-delimiter-face and font-lock-comment-face.
13158 Add `#' to ^[^...] in the rule for `diff-context-face'.
13159
13160 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13161 a button-like box. Inherit from `highlight' on low colors.
13162 (shadow): Use shades of gray only for color/grayscale with
13163 more than 88 colors. Use green for light backgrounds with
13164 8 colors, and yellow for dark backgrounds with 8 colors.
13165
13166 * font-lock.el (font-lock-regexp-grouping-backslash):
13167 Don't inherit from escape-glyph (use bold for all cases).
13168
13169 * info.el (info-xref-visited): Use light foreground color `violet'
13170 for dark backgrounds instead of dark color `magenta3'.
13171 (info-title-1): Use `yellow' color for dark backgrounds.
13172
13173 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13174 too-light magenta2.
13175
13176 * replace.el (match): Use slightly more light RoyalBlue3 instead
13177 of dark RoyalBlue4.
13178
13179 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13180
13181 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13182
13183 * novice.el (disabled-command-hook): Declare it with
13184 `define-obsolete-variable-alias'.
13185
13186 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13187 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13188 (desktop-load-default): Add release to obsolescence info.
13189 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13190 (desktop-append-buffer-args, desktop-read):
13191 Fix typos in docstrings.
13192 (desktop-kill): Fix typo in message.
13193 (desktop-save): Doc fix.
13194
13195 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13196
13197 * viper-cmd.el (viper-escape-to-state): Bug fix.
13198 (viper-envelop-ESC-key): Change the definition of fast
13199 keysequence so it'll work with keyboard macros.
13200
13201 * ediff.el (ediff-patch-buffer): Change the docstring.
13202
13203 2005-07-19 Kenichi Handa <handa@m17n.org>
13204
13205 * international/mule-cmds.el (select-safe-coding-system): Try to
13206 use an auto-coding (if any) before anything else. If the found
13207 auto-coding is invalid, show a warning message.
13208
13209 * international/mule.el (find-auto-coding): New function created
13210 by modifying the body of set-auto-coding.
13211 (set-auto-coding): Use find-auto-coding to find a coding.
13212
13213 2005-07-18 Richard M. Stallman <rms@gnu.org>
13214
13215 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13216 not isearch-mode-end-hook-error.
13217 (allout-before-change-protect): Fix error message.
13218
13219 2005-07-18 Juri Linkov <juri@jurta.org>
13220
13221 * allout.el (allout-mode):
13222 * calculator.el (calculator-copy):
13223 * custom.el (custom-known-themes):
13224 * dired.el (dired-desktop-buffer-misc-data)
13225 (dired-restore-desktop-buffer):
13226 * dired-x.el (dired-omit-marker-char):
13227 * files.el (basic-save-buffer):
13228 * font-core.el (font-lock-mode):
13229 * calendar/calendar.el (calendar-goto-hebrew-date)
13230 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13231 (calendar-goto-persian-date):
13232 * language/ethio-util.el (ethio-sera-to-fidel-region):
13233 * textmodes/picture.el (picture-mode):
13234 Delete duplicate duplicate words.
13235
13236 2005-07-18 Juri Linkov <juri@jurta.org>
13237
13238 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13239 chars * ? } |.
13240 (isearch-fallback): Don't call `isearch-process-search-char'.
13241 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13242 (isearch-process-search-char): Call `isearch-fallback' for regexp
13243 chars * ? } |.
13244 (isearch-return-char): Make obsolete with `make-obsolete' instead
13245 of simply documenting it as obsolete in the docstring.
13246 (isearch-fallback): Refill docstring.
13247
13248 * international/isearch-x.el
13249 (isearch-process-search-multibyte-characters): Remove unneeded
13250 `concat'. Add intermediate values to `junk-hist' instead of
13251 `minibuffer-history'. Test the length of `str'.
13252
13253 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13254
13255 * allout.el (allout-resolve-xref): Fix typos in error strings.
13256 (allout-before-change-protect): Remove unneeded `concat'.
13257
13258 * array.el (array-mode, array-reconfigure-rows)
13259 (untabify-backward): Fix typos in docstrings.
13260 (array-reconfigure-rows): Use `insert-buffer-substring', not
13261 `insert-buffer'.
13262
13263 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13264 * progmodes/ada-mode.el (ada-make-body):
13265 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13266
13267 * dired.el (dired-log):
13268 * tar-mode.el (tar-subfile-save-buffer):
13269 * play/zone.el (zone-pgm-stress-destress):
13270 Use `insert-buffer-substring', not `insert-buffer'.
13271
13272 2005-07-17 Simon Josefsson <jas@extundo.com>
13273
13274 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13275
13276 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13277
13278 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13279 Add plain auth method.
13280 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13281
13282 2005-07-17 Kim F. Storm <storm@cua.dk>
13283
13284 * ido.el (dired-other-window): Add ido property.
13285
13286 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13287
13288 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13289 Fix typo in docstring.
13290 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13291 `insert-file-literally'.
13292
13293 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13294 info and delete redundant message. Doc fix.
13295 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13296 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13297
13298 2005-07-16 Richard M. Stallman <rms@gnu.org>
13299
13300 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13301 (byte-compile-and): Use byte-compile-and-recursion.
13302 (byte-compile-or-recursion): New function.
13303 (byte-compile-or): Use that.
13304 (byte-compile-if): Guard the else-clause too.
13305 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13306
13307 * isearch.el (isearch-mode-end-hook-quit): New variable.
13308 (isearch-done): Bind it.
13309 (isearch-mode-end-hook): Doc fix.
13310
13311 * allout.el (allout-isearch-did-quit): Variable deleted.
13312 (allout-real-isearch-abort): Function name no longer used.
13313 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13314 (allout-isearch-rectification): isearch-mode always exists.
13315 Don't set allout-isearch-did-quit.
13316 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13317 allout-isearch-did-quit.
13318 (allout-enwrap-isearch): Just add the hook.
13319 (allout-isearch-abort): Function deleted.
13320 (allout-pre-command-business): Avoid warning.
13321
13322 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13323 Correctly avoid warnings.
13324 (pascal-outline): Likewise.
13325
13326 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13327
13328 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13329
13330 * play/tetris.el (tetris-mode): Avoid warning.
13331
13332 * play/snake.el (snake-mode): Avoid warning.
13333
13334 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13335 (gamegrid-set-display-table): Avoid warning.
13336 (gamegrid-set-timer): Likewise.
13337 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13338 (gamegrid-add-score-with-update-game-score-1): Take FILE
13339 as argument.
13340 (gamegrid-add-score-with-update-game-score): Pass that argument.
13341 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13342
13343 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13344
13345 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13346 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13347
13348 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13349 and insert-file.
13350
13351 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13352 (sc-ask): Avoid warnings.
13353
13354 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13355 (eshell-hist-initialize): Use that var the natural way.
13356
13357 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13358
13359 * emacs-lisp/re-builder.el (reb-cook-regexp):
13360 Avoid warning calling lre-compile-string.
13361 (reb-color-display-p): Avoid warning.
13362
13363 * calculator.el (calculator-last-input): Guard uses
13364 of event-key and key-press-event-p.
13365 (event-key, key-press-event-p): Delete definitions.
13366
13367 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13368 (find-gc-source-directory, find-gc-subrs-callers)
13369 (find-gc-noreturn-list, find-gc-source-files)
13370 (find-gc-subrs-called): Vars renamed and defvar'd.
13371
13372 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13373 (checkdoc-overlay-put, checkdoc-delete-overlay)
13374 (checkdoc-overlay-start, checkdoc-overlay-end)
13375 (checkdoc-mode-line-update, checkdoc-char=):
13376 Define such that compiler knows they are defined.
13377 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13378 (checkdoc-read-event): Delete. Use read-event directly.
13379
13380 * whitespace.el (whitespace-make-overlay)
13381 (whitespace-overlay-put, whitespace-delete-overlay)
13382 (whitespace-overlay-start, whitespace-overlay-end):
13383 Define such that compiler knows they are defined.
13384 (whitespace): Move conditional inside.
13385
13386 * tempo.el (tempo-insert-template): Suppress warning.
13387
13388 * ediff-diff.el (longlines-mode): Add defvar.
13389
13390 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13391
13392 * server.el: Bind "C-x #" in a way that works even if C-x is
13393 redefined to a command key, not a prefix key.
13394
13395 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13396
13397 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13398 cl-make-type-test till execution time.
13399
13400 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13401
13402 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13403 arg ARG and use it.
13404
13405 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13406
13407 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13408
13409 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13410
13411 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13412 a defcustom with two :set or :type keywords.
13413
13414 2005-07-15 Richard M. Stallman <rms@gnu.org>
13415
13416 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13417 Don't give ^M comment-end syntax.
13418
13419 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13420
13421 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13422 Don't consider gdbmi (gdb-mi.el has its own update functions).
13423 (gdb-var-delete): Make it work for gdbmi as well.
13424 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13425
13426 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13427 (gud-speedbar-menu-items): Correct logic for enabling items.
13428
13429 2005-07-15 Kim F. Storm <storm@cua.dk>
13430
13431 * ido.el: Fix commentary.
13432 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13433 Use with-no-warnings around ffap-guesser.
13434 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13435 Let bind minibuffer-completing-file-name to t.
13436
13437 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13438
13439 * startup.el (site-run-file, keyboard-type): Doc fixes.
13440 (command-line): Check for "--basic-display" argument; also for
13441 "--quick", not "--bare-bones" (which was renamed).
13442 (fancy-splash-text): Add missing item "Getting New Versions".
13443 (normal-splash-screen): Fix typos and improve consistency with
13444 `fancy-splash-text'. Update copyright year.
13445
13446 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13447 valid binding for `help-char'.
13448
13449 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13450
13451 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13452
13453 * term.el (term-mode): Disable cua-mode for term buffers.
13454
13455 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13456
13457 * add-log.el (add-log-mailing-address, change-log-merge):
13458 Doc fixes.
13459 (change-log-get-method-definition): Fix typo in docstring.
13460
13461 2005-07-14 Kim F. Storm <storm@cua.dk>
13462
13463 * emulation/cua-base.el:
13464 (cua--pre-command-handler-1, cua--pre-command-handler)
13465 (cua--post-command-handler-1, cua--post-command-handler):
13466 Split in two. Check (buffer local) value of cua-mode.
13467 (cua-selection-mode): New command.
13468
13469 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13470
13471 * custom.el (custom-initialize-safe-set)
13472 (custom-initialize-safe-default): Doc fixes.
13473
13474 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13475 and simplify :init-value again.
13476
13477 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13478 and simplify :init-value again. Delete autoload.
13479
13480 * startup.el (command-line): Use `custom-reevaluate-setting' again
13481 for tooltip-mode.
13482
13483 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13484 a defcustom with two :initialize keywords.
13485
13486 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13487
13488 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13489 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13490 (allout-post-command-business, allout-flag-region)
13491 (isearch-reenable-font-lock, allout-yank)
13492 (allout-insert-latex-header, allout-insert-latex-trailer)
13493 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13494 (allout-latex-verb-quote): Fix typos in docstrings.
13495 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13496 (allout-unprotected, allout-prefix-data):
13497 Improve argument/docstring consistency.
13498 (allout-chart-subtree): Fix argument spec.
13499 (allout-open-topic): Rename `use_sib_bullet' argument to
13500 `use-sib-bullet'. Doc fix.
13501
13502 * whitespace.el (whitespace-check-buffer-leading)
13503 (whitespace-check-buffer-trailing)
13504 (whitespace-check-buffer-indent)
13505 (whitespace-check-buffer-spacetab)
13506 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13507 (whitespace-check-leading-whitespace)
13508 (whitespace-check-trailing-whitespace)
13509 (whitespace-check-spacetab-whitespace)
13510 (whitespace-check-indent-whitespace)
13511 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13512 (whitespace-modes): Fix typos in docstrings.
13513 (defgroup, defcustom): Doc fixes.
13514
13515 * winner.el (winner-mode, winner-boring-buffers)
13516 (winner-pending-undo-ring): Doc fixes.
13517 (winner-ring): Remove unneeded `progn'.
13518 (winner-equal): `defsubst' it.
13519 (winner-redo): Fix message.
13520
13521 2005-07-13 Kim F. Storm <storm@cua.dk>
13522
13523 * simple.el (line-move-1): Always use vertical-motion to
13524 do the last (or only) line move to ensure some movement.
13525 Undo 2005-06-23 change--don't check for overlays.
13526
13527 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13528
13529 * term/mac-win.el (ccl-encode-mac-roman-font)
13530 (ccl-encode-mac-centraleurroman-font)
13531 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13532 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13533 Change charset-id boundary of dimension to ?\xef.
13534 (mac-char-fontspec-list): New constant.
13535 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13536 argument. Nil uses itself as family in font-spec. Previous
13537 behavior for nil is now provided by non-nil non-string argument.
13538 All callers changed. Add font-specs for Mac fonts to
13539 "fontset-default" unless iso8859-1 fonts are installed.
13540
13541 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13544 a continuation line if the \ is preceded by SPC or TAB.
13545 (sh-get-indent-info): Simplify.
13546 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13547 Use with-current-buffer.
13548
13549 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13550 when the matched text is empty.
13551
13552 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13553
13554 * startup.el (command-line): Revert to previous handling of
13555 tooltip-mode. Explain in comment why the complexity is needed.
13556
13557 * tooltip.el (tooltip-mode): Revert to previous implementation of
13558 its defcustom.
13559
13560 * frame.el (blink-cursor-mode): Revert to previous implementation
13561 of its defcustom. Update comment.
13562
13563 2005-07-12 Lars Hansen <larsh@soem.dk>
13564
13565 * desktop.el: Update e-mail address.
13566
13567 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13568
13569 * term/mac-win.el (mac-services-mail-selection)
13570 (mac-services-mail-to): New functions.
13571 (mac-application-menu-map): Bind them.
13572
13573 2005-07-12 wulei <milton@wulei.net> (tiny change)
13574
13575 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13576
13577 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13578
13579 * custom.el (custom-reevaluate-setting): Doc fix.
13580
13581 2005-07-11 Jay Belanger <belanger@truman.edu>
13582
13583 * calc/calc.el (calc-embedded-announce-formula-alist)
13584 (calc-embedded-open-close-plain-alist)
13585 (calc-embedded-open-close-mode-alist): Add checks for additional
13586 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13587
13588 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * custom.el (custom-enable-theme): Don't add theme to
13591 `custom-enabled-themes' with `push' because there is no
13592 setf-method for `delq'.
13593
13594 2005-07-11 Richard M. Stallman <rms@gnu.org>
13595
13596 * custom.el (custom-declare-variable): Doc fix.
13597
13598 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13599 from the alists.
13600
13601 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13602 Do nothing if edebug-active.
13603
13604 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13605 (edebug-display): Do it here instead.
13606
13607 2005-07-10 Richard M. Stallman <rms@gnu.org>
13608
13609 * cus-face.el (custom-theme-set-faces): Make it work.
13610 (custom-reset-faces): Doc fix.
13611 (custom-theme-reset-internal-face, custom-theme-face-value):
13612 Functions deleted.
13613
13614 * custom.el (custom-push-theme): Maintain list of the settings
13615 of a given theme in its theme-settings property.
13616 Maintain position of old settings in the theme-value
13617 or theme-face property.
13618 (custom-enabled-themes): New variable.
13619 (custom-theme-enabled-p): New function.
13620 (provide-theme): Update custom-enabled-themes.
13621 Disable and reenable the `user' theme.
13622 (require-theme): Doc fix.
13623 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13624 (custom-theme-value, custom-theme-variable-value): Likewise.
13625 (custom-theme-reset-internal): Likewise.
13626 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13627 (custom-enable-theme, custom-disable-theme): New functions.
13628 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13629 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13630 (custom-theme-reset-variables): Simplify.
13631 (deftheme, custom-declare-theme, custom-make-theme-feature):
13632 Definitions moved.
13633
13634 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13635
13636 * longlines.el (longlines-show-region)
13637 (longlines-unshow-hard-newlines): Recognize hard newlines by
13638 non-nil hard property, instead of t.
13639
13640 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13641
13642 * viper-cmd.el (viper--key-maps): New variable.
13643 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13644 emulation-mode-map-alists.
13645 (viper-envelop-ESC-key): Use viper-subseq.
13646 (viper-search-forward/backward/next): Disable debug-on-error.
13647
13648 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13649 (viper-ESC-key): New defcustoms.
13650
13651 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13652
13653 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13654 (viper-subseq): Copy of subseq from cl.el.
13655
13656 * viper.el (viper-go-away, viper-set-hooks): Use
13657 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13658
13659 * viper-mous.el (viper-current-frame-saved): Use defvar.
13660
13661 * viper-init.el: Get rid of -face in face names.
13662
13663 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13664 Make it work with longlines mode
13665
13666 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13667
13668 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13669
13670 * ediff-init.el: Get rid of -face in face names.
13671
13672 2005-07-10 Richard M. Stallman <rms@gnu.org>
13673
13674 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13675 and with-timeout-unsuspend.
13676
13677 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13678 and with-timeout-unsuspend.
13679
13680 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13681 (with-timeout): Bind that variable to record timers.
13682 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13683
13684 * emacs-lisp/debug.el (debug-help-follow): New function.
13685 (debugger-mode-map): Use that instead of help-follow.
13686 (debugger-setup-buffer): Use eval-buffer-list
13687 to handle eval-buffer frames.
13688
13689 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13690
13691 * timezone.el (timezone-parse-date): Change first regexp
13692 so it will not mistakenly match dates with no time zone.
13693
13694 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13695
13696 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13697
13698 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13699
13700 * custom.el (custom-initialize-safe-set)
13701 (custom-initialize-safe-default): New functions.
13702
13703 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13704 and simplify :init-value.
13705
13706 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13707 and simplify :init-value. Delete obsolete comment.
13708
13709 * startup.el (command-line): Use `custom-reevaluate-setting' to
13710 handle `tooltip-mode'. Delete obsolete comment.
13711
13712 * files.el (set-visited-file-name): Avoid calling
13713 `file-name-nondirectory' with a nil argument.
13714
13715 2005-07-09 Richard M. Stallman <rms@gnu.org>
13716
13717 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13718 was called with nil for the buffer, handle the read position right.
13719 Handle read position for eval-region, too.
13720
13721 2005-07-09 Juri Linkov <juri@jurta.org>
13722
13723 * fringe.el (fringe-mode): Add period in docstring.
13724 (fringe-query-style): Build prompt depending on `all-frames' arg.
13725
13726 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13727 to not create links to unrelated functions in the Help buffer.
13728
13729 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13730 Doc fix.
13731
13732 * simple.el (next-error-hook): New variable.
13733 (next-error): Use it. Doc fix.
13734
13735 * textmodes/ispell.el (ispell-command-loop): Add current
13736 dictionary name and program name to mode-line-format.
13737 (ispell-region, ispell-process-line): Add current dictionary name
13738 and program name to messages.
13739
13740 2005-07-08 Jay Belanger <belanger@truman.edu>
13741
13742 * calc/calc.el (calc-embedded-announce-formula-alist)
13743 (calc-embedded-open-close-formula-alist)
13744 (calc-embedded-open-close-word-alist)
13745 (calc-embedded-open-close-plain-alist)
13746 (calc-embedded-open-close-new-formula-alist)
13747 (calc-embedded-open-close-mode-alist)
13748 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13749 (calc-embedded-mode-hook): New variables.
13750
13751 * calc/calc-embed.el (calc-embedded-firsttime)
13752 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13753 New variables.
13754 (calc-do-embedded): Use calc-embedded-firsttime,
13755 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13756 determine whether or not to run hooks.
13757 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13758 calc-embedded-firsttime-formula appropriately.
13759 Set calc-embedded delimiter variables according to mode.
13760
13761 2005-07-08 Richard M. Stallman <rms@gnu.org>
13762
13763 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13764 Check for "emacs", etc., as entire symbol, not just as word.
13765 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13766
13767 * files.el (set-visited-file-name): Report the error
13768 for "empty filename" earlier.
13769 (kill-some-buffers): Ignore buffers already dead.
13770
13771 * fringe.el (fringe-mode): Doc fix.
13772
13773 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13774 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13775 Use unwind-protect to ensure byte-compile-unresolved-functions
13776 is updated.
13777
13778 * whitespace.el (whitespace-buffer-leading-cleanup):
13779 Simplify w/ skip-chars-forward.
13780 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13781
13782 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13783 Unconditionally try to leave point at the same old place.
13784
13785 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13786
13787 * comint.el (comint-postoutput-scroll-to-bottom)
13788 (comint-show-maximum-output): Take scroll-margin into consideration.
13789
13790 2005-07-08 Kim F. Storm <storm@cua.dk>
13791
13792 * ido.el (ido-use-filename-at-point): New choice `guess'.
13793 (ido-file-internal): Try ffap-guesser if selected.
13794
13795 * ido.el (ido-before-fallback-functions): New hook.
13796 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13797 (ido-read-file-name): Run it.
13798
13799 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13802 strings rather than a list of symbols to the completion function.
13803
13804 2005-07-07 Jay Belanger <belanger@truman.edu>
13805
13806 * calc/calc-units.el (math-apply-units): Change the places in
13807 which units are simplified.
13808
13809 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13810
13811 * cus-edit.el (customize-option, customize-option-other-window):
13812 Make them handle aliases.
13813
13814 * custom.el (custom-variable-p): Make it recursively follow
13815 aliases. Mention that in the docstring.
13816
13817 2005-07-07 Richard M. Stallman <rms@gnu.org>
13818
13819 * cus-start.el (exec-path): Use `directory' instead of `file'.
13820 Fix tag for nil.
13821
13822 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13823
13824 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13825 when called non-interactively. Doc fix.
13826
13827 2005-07-07 Lute Kamstra <lute@gnu.org>
13828
13829 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13830 new address as well.
13831
13832 2005-07-07 Kenichi Handa <handa@m17n.org>
13833
13834 * international/mule.el (make-coding-system):
13835 Describe `ascii-incompatible' property in the docstring.
13836 (set-file-name-coding-system): Signal an error if coding-system is
13837 ascii-incompatible.
13838 (set-keyboard-coding-system): Likewise.
13839
13840 * international/mule-cmds.el (set-default-coding-systems):
13841 Don't set default-file-name-coding-system and
13842 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13843
13844 * international/utf-16.el: Declare that all UTF-16-based coding
13845 systems are ASCII-incompatible.
13846
13847 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13848
13849 * progmodes/gud.el: Require font-lock for displaying errors.
13850 Used by gdb-ui.el.
13851
13852 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13853
13854 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13855 values for the pattern lists which are `read'able but not
13856 `append'able (like symbols).
13857
13858 2005-07-06 Richard M. Stallman <rms@gnu.org>
13859
13860 * progmodes/flymake.el (flymake-float-time): Instead of
13861 with-no-warnings, test for xemacs.
13862 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13863 to avoid warning.
13864
13865 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13866
13867 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13868
13869 2005-07-05 Lute Kamstra <lute@gnu.org>
13870
13871 * battery.el: Add support for Darwin (with much debugging help
13872 from Samuel Lauber <sam124@operamail.com>).
13873 (battery-status-function, battery-echo-area-format)
13874 (battery-mode-line-format): Add support for pmset on Darwin.
13875 (battery-load-low, battery-load-critical): New user options.
13876 (battery-pmset): New function.
13877
13878 2005-07-05 Lute Kamstra <lute@gnu.org>
13879
13880 Update FSF's address in GPL notices.
13881
13882 * textmodes/page-ext.el: Update FSF's address.
13883
13884 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13887 filling from using prefix when filling a single-line docstring.
13888
13889 * progmodes/flymake.el: Remove useless eval-when-compile.
13890
13891 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13892
13893 2005-07-04 Richard M. Stallman <rms@gnu.org>
13894
13895 * textmodes/org.el (org-file-apps-defaults-gnu):
13896 Rename from org-file-apps-defaults-linux.
13897 (org-default-apps): Don't test system-type for `linux'.
13898 (org-file-apps): Doc fix.
13899
13900 2005-07-04 David Ponce <david@dponce.com>
13901
13902 * tree-widget.el: Improve header Commentary section.
13903 (tree-widget) [defgroup]
13904 (tree-widget-image-enable, tree-widget-themes-directory)
13905 (tree-widget-theme, tree-widget-image-properties-emacs)
13906 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13907 (tree-widget-image-formats, tree-widget-control)
13908 (tree-widget-empty-control, tree-widget-leaf-control
13909 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13910 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13911 (tree-widget-keep, tree-widget-after-toggle-functions)
13912 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13913 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13914 :help-echo message.
13915 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13916 (tree-widget-image-properties): Doc fix. Clearer implementation.
13917 (tree-widget--cursors): New constant.
13918 (tree-widget-lookup-image): New function split from
13919 `tree-widget-find-image'. Clearer implementation.
13920 (tree-widget-find-image): Use it.
13921 (tree-widget-button-keymap): Use `set-keymap-parent'.
13922 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13923 Define the sub-widgets here.
13924 (tree-widget-node): Check that :node is not a tree-widget.
13925 (tree-widget-get-super, tree-widget-open-control)
13926 (tree-widget-close-control, tree-widget-empty-control)
13927 (tree-widget-leaf-control, tree-widget-guide)
13928 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13929 (tree-widget-no-handle, tree-widget-value-delete)
13930 (tree-widget-map): Remove.
13931 (tree-widget-children-value-save): Doc fix. Simplified.
13932 (tree-widget-value-create): Update according to previous changes.
13933
13934 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13935
13936 * textmodes/org.el: Leading space replaced by TABS.
13937 (org-recalc-marks, org-table-rotate-recalc-marks)
13938 (org-table-get-specials): Treat "^" and "_" marks.
13939 (org-table-justify-field-maybe): Optional argument NEW.
13940 (org-table-eval-formula): Parsing of the format simplified.
13941 New modes C,I. Honor the %= parameter in the current table.
13942 Avoid unnecessary re-align by using the NEW argument to
13943 `org-table-justify-field-maybe'.
13944 (org-calc-default-modes): Default for date-format mimicks org-mode.
13945 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13946
13947 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13948
13949 * cus-face.el (custom-theme-set-faces): Make it handle face
13950 aliases whose alias declarations are pre- or autoloaded.
13951
13952 2005-07-04 Juri Linkov <juri@jurta.org>
13953
13954 * faces.el (read-face-name): Put the code for getting a face name
13955 from the buffer before adding the faces from the `face' property.
13956 Use `completing-read-multiple' instead of `completing-read'.
13957 Require `crm'. Add default value and post-process the returned
13958 list of faces.
13959
13960 * emacs-lisp/crm.el (crm-find-current-element)
13961 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13962
13963 * emacs-lisp/lisp-mode.el (eval-defun-1):
13964 * emacs-lisp/edebug.el (edebug-eval-defun):
13965 Remove unnecessary quotes.
13966
13967 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13968
13969 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13970 (prolog-indent-level): Fix typo in docstring.
13971
13972 * info.el (Info-history, Info-history-forward)
13973 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13974
13975 * add-log.el (add-change-log-entry):
13976 * comint.el (comint-dynamic-list-input-ring)
13977 (comint-dynamic-list-completions):
13978 * dabbrev.el (dabbrev-expand):
13979 * delim-col.el (delimit-columns-rectangle-line):
13980 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13981 (diff-unified->context):
13982 * ediff-init.el (ediff-abbrev-jobname):
13983 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13984 (ediff-replace-session-activity-marker-in-meta-buffer):
13985 * info.el (Info-summary):
13986 * lpr.el (printify-region):
13987 * printing.el (pr-create-interface):
13988 * ps-print.el (ps-print-quote):
13989 * ses.el (ses-column-widths, ses-print-cell)
13990 (ses-adjust-print-width, ses-center):
13991 * shell.el (shell-file-name-quote-list):
13992 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13993 (strokes-fill-current-buffer-with-whitespace)
13994 (strokes-xpm-for-stroke, strokes-list-strokes)
13995 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13996 * term.el (term-dynamic-list-input-ring)
13997 (term-dynamic-list-completions):
13998 * calc/calc.el (math-format-stack-value):
13999 * emacs-lisp/edebug.el (edebug-display-freq-count):
14000 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14001 (delphi-new-comment-line):
14002 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14003 * progmodes/executable.el (executable-set-magic):
14004 * progmodes/python.el (inferior-python-mode):
14005 * progmodes/scheme.el (scheme-mode-syntax-table):
14006 * progmodes/sh-script.el (sh-maybe-here-document):
14007 * progmodes/sql.el (sql-copy-column):
14008 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14009 * textmodes/bibtex.el (bibtex-mode):
14010 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14011 (sgml-auto-attributes):
14012 * textmodes/table.el (table-insert, table-shorten-cell)
14013 (table--generate-source-scan-lines, table-delete-row)
14014 (*table--cell-delete-char, table--spacify-frame)
14015 (table--horizontally-shift-above-and-below)
14016 (table--cell-insert-char, table--cell-blank-str)
14017 (table--fill-region-strictly):
14018 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14019 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14020
14021 * add-log.el (change-log):
14022 * apropos.el (apropos):
14023 * comint.el (comint-completion, comint-source):
14024 * dabbrev.el (dabbrev):
14025 * delim-col.el (columns):
14026 * diff-mode.el (diff-mode):
14027 * ediff.el (ediff):
14028 * ediff-diff.el (ediff-diff):
14029 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14030 * ediff-mult.el (ediff-mult):
14031 * ediff-ptch.el (ediff-ptch):
14032 * ediff-wind.el (ediff-window):
14033 * facemenu.el (facemenu):
14034 * indent.el (indent):
14035 * info.el (info):
14036 * jka-cmpr-hook.el (compression, jka-compr):
14037 * lpr.el (lpr):
14038 * outline.el (outlines):
14039 * pcmpl-cvs.el (pcmpl-cvs):
14040 * pcmpl-rpm.el (pcmpl-rpm):
14041 * printing.el (printing):
14042 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14043 (ps-print-vertical, ps-print-headers, ps-print-font)
14044 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14045 (ps-print-background, ps-print-printer, ps-print-page)
14046 (ps-print-miscellany):
14047 * ses.el (ses):
14048 * shell.el (shell, shell-directories, shell-faces):
14049 * startup.el (initialization):
14050 * strokes.el (strokes):
14051 * term.el (term):
14052 * uniquify.el (uniquify):
14053 * w32-vars.el (w32):
14054 * calc/calc.el (calc):
14055 * emacs-lisp/bytecomp.el (bytecomp):
14056 * emacs-lisp/cl-indent.el (lisp-indent):
14057 * emacs-lisp/edebug.el (edebug):
14058 * emacs-lisp/elp.el (elp):
14059 * emacs-lisp/testcover.el (testcover):
14060 * emacs-lisp/trace.el (trace):
14061 * emulation/viper-ex.el (viper-ex):
14062 * emulation/viper-mous.el (viper-mouse):
14063 * mail/mailalias.el (mailalias):
14064 * mail/supercite.el (supercite, supercite-frames)
14065 (supercite-attr, supercite-cite, supercite-hooks):
14066 * net/rcompile.el (remote-compile):
14067 * net/rlogin.el (rlogin):
14068 * obsolete/ooutline.el (outlines):
14069 * progmodes/delphi.el (delphi):
14070 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14071 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14072 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14073 (ebnf-optimization):
14074 * progmodes/etags.el (etags):
14075 * progmodes/executable.el (executable):
14076 * progmodes/idlwave.el (idlwave):
14077 * progmodes/pascal.el (pascal):
14078 * progmodes/prolog.el (prolog):
14079 * progmodes/python.el (python):
14080 * progmodes/scheme.el (scheme):
14081 * progmodes/sh-script.el (sh, sh-script):
14082 * progmodes/sql.el (SQL):
14083 * progmodes/tcl.el (tcl):
14084 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14085 * textmodes/enriched.el (enriched):
14086 * textmodes/makeinfo.el (makeinfo):
14087 * textmodes/sgml-mode.el (sgml):
14088 * textmodes/table.el (table-hooks):
14089 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14090 * textmodes/texinfo.el (texinfo):
14091 * textmodes/two-column.el (two-column):
14092 Finish `defgroup' description with period.
14093
14094 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14095 * eshell/esh-var.el (eshell-var):
14096 * progmodes/vhdl-mode.el (vhdl-testbench):
14097 * textmodes/org.el (org): Fix typos in docstrings.
14098
14099 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14100 consistency.
14101
14102 * progmodes/flymake.el (flymake-find-file): Remove.
14103 (flymake-float-time): Use `with-no-warnings'.
14104 (flymake-check-start-time, flymake-check-was-interrupted)
14105 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14106 (flymake-new-err-info): `defvar' at compile time.
14107
14108 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14109
14110 * replace.el (occur-hook): Doc fix.
14111 (occur-1): Don't call `occur-hook' if there are no matches.
14112
14113 2005-07-03 Richard M. Stallman <rms@gnu.org>
14114
14115 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14116 global-map, save the same map.
14117 (global-map): Don't alter it at top level.
14118 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14119 Then alter it here instead.
14120 (tpu-edt-off): Set global-map to the saved one.
14121
14122 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14123 All references simplified.
14124 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14125 (zmacs-regions): Add defvar.
14126 (repeat-complex-command-map): Everything about that deleted.
14127
14128 * textmodes/artist.el (artist-key-is-drawing)
14129 (artist-key-endpoint1, artist-key-poly-point-list)
14130 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14131 (artist-key-compl-table, artist-rb-save-data)
14132 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14133 Don't put them in eval-when-compile.
14134 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14135
14136 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14137 Use with-no-warnings.
14138
14139 * net/browse-url.el (dos-windows-version): Add defvar.
14140
14141 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14142
14143 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14144 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14145 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14146 Add defvar.
14147 (rmail-summary-beginning-of-message): Use with-no-warnings.
14148 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14149
14150 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14151 Use with-no-warnings.
14152
14153 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14154 (c-mark-function): Add point-moving-unit property.
14155 (vi-goto-line): Use with-no-warnings.
14156
14157 * emulation/edt.el (edt-last-copied-word): Add defvar.
14158 (zmacs-region-stays): Likewise.
14159 (edt-mark-section-wisely): Use c-mark-function for C.
14160 Use makr-defun for Fortran.
14161 (time-string): defvar deleted.
14162 (edt-display-the-time): Don't set time-string.
14163
14164 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14165
14166 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14167 Don't warn when name is not constant
14168 or for defining the group `emacs'.
14169
14170 * tooltip.el (gud-tooltip-mode): Add defvar.
14171
14172 * startup.el (default-frame-background-mode): Add defvar.
14173
14174 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14175
14176 * info.el (tool-bar-map): Add defvar.
14177
14178 * dired.el (dnd-protocol-alist): Add defvar.
14179
14180 * dired-aux.el (dired-query): Display question with answer, when
14181 the user answers.
14182
14183 * custom.el (custom-add-option): Doc fix.
14184
14185 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14186
14187 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14188
14189 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14190 bogus name from the last change.
14191
14192 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14193
14194 * custom.el (custom-declare-variable): Fix typos in comment.
14195 (custom-known-themes): Doc fix.
14196 (custom-theme-directory): New defcustom.
14197 (require-theme): Make it check `custom-theme-directory'.
14198
14199 * cus-theme.el (custom-new-theme-mode): New function.
14200 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14201 (custom-theme-description): Add compiler defvars.
14202 (customize-create-theme): Add doc to the "*New Custom Theme*"
14203 buffer. Use `custom-new-theme-mode'.
14204 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14205 and save it to the `custom-theme-directory'. Make this the
14206 default directory of the buffer.
14207
14208 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14209
14210 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14211 Fix unbalanced parentheses.
14212
14213 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14214
14215 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14216 into flymake-mode and delegate to flymake-mode.
14217
14218 * find-file.el (ff-which-function-are-we-in): Clean up.
14219
14220 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14221
14222 * replace.el (occur-rename-buffer): Fix docstring.
14223
14224 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14225 (edt-last-copied-word, edt-learn-macro-count)
14226 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14227 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14228 (time-string, zmacs-region-stays):
14229 * emulation/edt-mapper.el (edt-save-function-key-map)
14230 (EDT-key-name): `defvar' to silence the byte-compiler.
14231
14232 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14233
14234 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14235 font-lock-regexp-backslash. Doc fix.
14236 (font-lock-regexp-backslash-grouping-construct): Rename from
14237 font-lock-regexp-backslash-construct. Doc fix.
14238 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14239 grouping constructs.
14240
14241 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14242
14243 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14244 updating all the prerequisites.
14245
14246 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14247
14248 * textmodes/org.el (org-agenda-start-on-weekday)
14249 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14250 (org-agenda-use-time-grid, org-archive-location)
14251 (org-allow-space-in-links, org-usenet-links-prefer-google)
14252 (org-enable-table-editor, org-export-default-language)
14253 (org-export-html-show-new-buffer, org-fill-paragraph)
14254 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14255 (org-goto-quit, org-occur, org-eval-in-calendar)
14256 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14257 (org-agenda-diary-entry, org-remember-help)
14258 (org-table-convert-region, org-at-table-p)
14259 (org-table-move-row-down, org-table-move-row-up)
14260 (org-table-copy-region, org-table-toggle-vline-visibility)
14261 (org-table-get-stored-formulas, org-table-get-specials)
14262 (org-recalc-commands, org-table-eval-formula)
14263 (org-table-formula-substitute-names, orgtbl-make-binding)
14264 (org-format-org-table-html, org-format-table-table-html)
14265 (org-format-table-table-html-using-table-generate-source)
14266 (org-customize): Fix typos in docstrings.
14267 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14268 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14269 (org-back-to-heading): Doc fixes.
14270 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14271 (org-agenda-change-all-lines, org-get-header):
14272 Improve argument/docstring consistency.
14273 (orgtbl-error): Fix error message.
14274
14275 * progmodes/flymake.el (flymake-find-possible-master-files)
14276 (flymake-master-file-compare, flymake-get-line-err-count)
14277 (flymake-highlight-line, flymake-gui-warnings-enabled):
14278 Fix typos in docstrings.
14279 (flymake-parse-line, flymake-get-project-include-dirs-function)
14280 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14281 Doc fixes.
14282 (flymake-get-project-include-dirs-function)
14283 (flymake-make-err-menu-data):
14284 Improve argument/docstring consistency.
14285
14286 2005-07-01 Lute Kamstra <lute@gnu.org>
14287
14288 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14289 Catch errors with ignore-errors. Use temporary buffer.
14290 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14291
14292 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14293 background color faces.
14294 (facemenu-set-foreground, facemenu-set-background):
14295 Use facemenu-set-face-from-menu.
14296 (facemenu-set-face-from-menu): Treat face names that start with
14297 "fg:" or "bg:" as special.
14298 (facemenu-add-new-color): Don't create faces. Simplify.
14299
14300 2005-06-30 Richard M. Stallman <rms@gnu.org>
14301
14302 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14303 (crm-find-current-element): Likewise.
14304
14305 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14306
14307 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14308
14309 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14310
14311 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14312 (archive-mouse-extract): Make it an obsolete alias.
14313 (archive-mode-map): Don't use archive-mouse-extract any more.
14314 (archive-mode, archive-extract): write-contents-hooks ->
14315 write-contents-functions.
14316 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14317 first arg.
14318 (archive-rename-entry): Update the call.
14319 (archive-zip-summarize): Remove unused var `method'.
14320 (archive-lzh-summarize): Remove unused var `creator'.
14321
14322 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14323 dedicated frame upon exit.
14324
14325 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14326 (archive-zip-extract, archive-zip-expunge)
14327 (archive-zip-update, archive-zip-update-case): Use executable-find.
14328 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14329 Use restore-buffer-modified-p.
14330 (archive-extract, archive-add-new-member, archive-write-file-member):
14331 Use with-current-buffer.
14332 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14333
14334 2005-06-30 Andreas Schwab <schwab@suse.de>
14335
14336 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14337
14338 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14339
14340 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14341
14342 2005-06-30 Juri Linkov <juri@jurta.org>
14343
14344 * faces.el (vertical-border): Inherit from mode-line-inactive
14345 only on tty.
14346
14347 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14348
14349 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14350 example, -NLINES in the `occur' docstring).
14351
14352 * replace.el (occur-1): When no matches are found, do not set the
14353 `buffer-read-only' and modified flags for the occur buffer,
14354 because it is deleted.
14355
14356 * emulation/cua-base.el (cua-check-pending-input)
14357 (cua-repeat-replace-region, cua-mode, cua-debug)
14358 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14359 Fix typos in docstrings.
14360
14361 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14362 (cua-cut-region-to-global-mark)
14363 (cua--cut-rectangle-to-global-mark):
14364 Remove period from end of messages.
14365
14366 * emulation/cua-rect.el (cua-do-rectangle-padding):
14367 Remove period from end of messages.
14368 (cua--rectangle-seq-format): Fix typo in docstring.
14369 (cua-sequence-rectangle, cua-fill-char-rectangle):
14370 Improve argument/docstring consistency.
14371
14372 2005-06-29 Juri Linkov <juri@jurta.org>
14373
14374 * faces.el (default-frame-background-mode): New internal variable.
14375 (frame-set-background-mode): Use it.
14376
14377 * startup.el (normal-top-level): Set default-frame-background-mode
14378 instead of frame-background-mode. Before setting it, test for its
14379 nil value. Remove tests for frame-background-mode and frame
14380 parameter `reverse'. Add test for "unspecified-fg".
14381
14382 * term/xterm.el (xterm-rxvt-set-background-mode):
14383 * term/rxvt.el (rxvt-set-background-mode):
14384 Set default-frame-background-mode instead of frame-background-mode.
14385
14386 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14387
14388 * simple.el (set-variable): Warn about obsolete user variables.
14389
14390 * imenu.el (imenu--completion-buffer):
14391 * mouse.el (mouse-buffer-menu-alist):
14392 * msb.el (msb-invisible-buffer-p):
14393 * calendar/diary-lib.el (diary-header-line-format):
14394 * emacs-lisp/pp.el (pp-buffer):
14395 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14396 * textmodes/picture.el (picture-replace-match):
14397 Change space constants followed by a sexp to "?\s ".
14398
14399 * play/decipher.el (decipher-loop-with-breaks):
14400 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14401 constants "protected" from end of line by a comment to "?\s".
14402
14403 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14404
14405 * font-lock.el (save-buffer-state): Use `declare'.
14406
14407 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14408 reset the syntax-table to cperl-mode-syntax-table.
14409 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14410 "foo_print_bar" is not matched as a reserved keyword.
14411
14412 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14413
14414 * textmodes/org.el (orgtbl-setup): New function, for delayed
14415 setup for the orgtbl commands.
14416 (org-calc-default-modes): New option.
14417 (orgtbl-make-binding): Use `defun' to get better help display.
14418 (org-diary): Call `org-compile-prefix-format'.
14419 (org-table-formula-substitute-names): New function.
14420 (org-agenda-day-view, org-agenda-week-view): New commands.
14421 (org-agenda-toggle-week-view): Command removed.
14422 (org-tbl-menu): Split off from org-org-menu.
14423 (org-mode): Move removal of outline-mode menus to here.
14424 (org-table-formula-debug): New option.
14425 (org-table-insert-row): Keep first field if just "#" or "*".
14426 (org-mode): Paragraph regexps fixed.
14427 (org-table-recalculate-regexp): New constant.
14428 (org-table-justify-field-maybe): Avoid replace if not necessary.
14429 (org-copy-special, org-cut-special): Use `call-interactively'.
14430 (org-table-copy-region): Take region from `interactive' call.
14431 (org-trim): Return string even if no match.
14432 (org-formula): New face.
14433 (org-set-font-lock-defaults): No longer highlight "FIXME".
14434 But highlight formula-related fields in table.
14435 (org-table-p): Use regexp, not fontification.
14436 (org-table-align): Handle white space at end of line.
14437 (org-table-formula-evaluate-inline): New option.
14438 (org-mode): Auto-wrapping in comment lines turned off.
14439 (org-table-copy-down): Evaluate only in copied field, not in
14440 destination.
14441 (org-table-current-formula): Variable removed.
14442 (org-table-store-formulas, org-table-get-stored-formulas)
14443 (org-table-modify-formulas, org-table-replace-in-formulas)
14444 (org-table-maybe-eval-formula): New functions.
14445 (org-table-get-formula): Modify to use stored formulas.
14446 (org-table-insert-column, org-table-delete-column)
14447 (org-table-move-column): Call `org-table-modify-formulas'.
14448 (org-complete): Add completion for keyword formulas.
14449 (orgtbl-mode): Pull orgtbl-mode-map to start of
14450 minor-mode-map-alist.
14451
14452 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * progmodes/python.el (python-check): Require `compile' before
14455 modifying its variables.
14456
14457 * newcomment.el (comment-indent-default): Don't get fooled by an early
14458 end of buffer.
14459
14460 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14461
14462 * ps-print.el (ps-print-version): Fix version number.
14463
14464 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14465
14466 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14467
14468 2005-06-28 Richard M. Stallman <rms@gnu.org>
14469
14470 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14471 (flyspell-local-mouse-map): Declaration deleted.
14472 (flyspell-mouse-map): Bind only mouse-2.
14473 (flyspell-mode-map): Don't test flyspell-use-local-map.
14474 (flyspell-overlay-keymap-property-name): Var deleted.
14475 (flyspell-mode-on): Don't make local bindings for
14476 flyspell-mouse-map and flyspell-mode-map.
14477 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14478
14479 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14480
14481 * progmodes/compile.el (compilation-next-error-function):
14482 Don't switch buffers; operate on the current buffer.
14483
14484 * progmodes/compile.el (compilation-error-file-name)
14485 (compilation-warning-file-name, compilation-info-file-name)
14486 (compilation-line-number, compilation-column-number): New faces.
14487 (compilation-error-face, compilation-warning-face)
14488 (compilation-info-face, compilation-line-face)
14489 (compilation-column-face): Use them.
14490
14491 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14492
14493 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14494
14495 * bindings.el (global-map): Bind insertchar and its variants.
14496
14497 2005-06-27 Richard M. Stallman <rms@gnu.org>
14498
14499 * textmodes/artist.el (artist-text-overwrite)
14500 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14501
14502 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14503
14504 * ps-print.el: It was not working the page selection for printing.
14505 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14506 (ps-print-version): New version 6.6.7.
14507 (ps-end-sheet): New fun.
14508 (ps-header-sheet, ps-end-job): Call it.
14509
14510 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14511
14512 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14513
14514 2005-06-27 Lute Kamstra <lute@gnu.org>
14515
14516 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14517 background color faces.
14518 (facemenu-get-face): Delete function.
14519 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14520 (facemenu-add-new-color): Make second argument mandatory.
14521 Create the appropriate face and return it. Simplify.
14522 (facemenu-set-foreground, facemenu-set-background): Don't check if
14523 color is defined. Use return value of facemenu-add-new-color.
14524
14525 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14526
14527 * progmodes/gud.el (gud-filter): Add missing argument to
14528 with-selected-window.
14529
14530 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14531
14532 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14533 a :require to the defcustom.
14534
14535 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14536 defcustoms corresponding to minor modes.
14537
14538 2005-06-26 David Ponce <david@dponce.com>
14539
14540 * recentf.el: Require tree-widget instead of wid-edit.
14541 (recentf-filename-handler): Fix widget :type.
14542 (recentf-cancel-dialog, recentf-open-more-files)
14543 (recentf-open-files-action): Doc fix.
14544 (recentf-dialog-goto-first): New function.
14545 (recentf-dialog-mode-map): Set parent keymap first.
14546 (recentf-dialog-mode): Define with define-derived-mode.
14547 Don't display continuation lines in dialogs.
14548 (recentf-edit-list): Rename from recentf-edit-selected-items.
14549 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14550 Simplify.
14551 (recentf-edit-list-validate): New function.
14552 (recentf-edit-list): Update accordingly.
14553 (recentf-open-files-item-shift): Remove.
14554 (recentf-open-files-item): Convert menu elements into tree and
14555 link widgets. Don't create the widgets.
14556 (recentf-open-files): Update accordingly.
14557 (recentf-save-list): Untabify.
14558
14559 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14560
14561 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14562 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14563 partially contained in the active region. Do not take active
14564 region into account when called from Lisp, unless INTERACTIVE arg
14565 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14566 avoid trouble with fields. Make marker point nowhere when no
14567 longer used. Always return nil. Doc fix.
14568 (flush-lines): Add INTERACTIVE arg. Do not take active region
14569 into account when called from Lisp, unless INTERACTIVE arg is
14570 non-nil. Use `forward-line' instead of `beginning-of-line' to
14571 avoid trouble with fields. Make marker point nowhere when no
14572 longer used. Always return nil. Doc fix.
14573 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14574 interchangeable. Do not take active region into account when
14575 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14576 message in echo area when called from Lisp, unless INTERACTIVE arg
14577 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14578 Return the number of matches. Doc fix.
14579 (occur): Doc fix.
14580 (perform-replace): Make comment follow double space convention for
14581 the sake of `outline-minor-mode'.
14582
14583 * faces.el (facep): Doc fix.
14584
14585 2005-06-25 Richard M. Stallman <rms@gnu.org>
14586
14587 * facemenu.el (facemenu-enable-faces-p): New function.
14588 (facemenu-background-menu, facemenu-foreground-menu)
14589 (facemenu-face-menu): Add menu-enable property.
14590
14591 * jka-compr.el (jka-compr-insert-file-contents):
14592 Special handling if cannot find the uncompression program.
14593
14594 * cus-face.el (custom-face-attributes): Add autoload.
14595
14596 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14597 Bind comment-indent-function locally.
14598
14599 * window.el (save-selected-window): Use save-current-buffer.
14600
14601 * subr.el (with-selected-window): Use save-current-buffer.
14602
14603 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14604 and with-current-buffer.
14605
14606 2005-06-24 Richard M. Stallman <rms@gnu.org>
14607
14608 * simple.el (line-move-1): Fix previous change.
14609
14610 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14611
14612 * replace.el (occur-1): Set `buffer-read-only' and the
14613 buffer-modified flag before running `occur-hook' to protect
14614 against unintentional buffer switches that can lead to data loss.
14615
14616 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14617
14618 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14619 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14620 initial error.
14621
14622 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14623 after fresh input.
14624 (gdb-var-create-handler): Put name of expression in quotes.
14625
14626 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14627
14628 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14629 elements of RING in order, and without bogus nil elements.
14630
14631 2005-06-23 Richard M. Stallman <rms@gnu.org>
14632
14633 * simple.el (set-variable): Args renamed; doc fix.
14634 (line-move-1): When there are overlays around, use vertical-motion.
14635
14636 * faces.el (escape-glyph): Use brown against light background.
14637 (nobreak-space): Rename from no-break-space.
14638 Fix previous change.
14639
14640 * dired-aux.el (dired-do-copy): Fix arg prompt.
14641
14642 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14643
14644 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14645
14646 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14647 rather than "Distributor".
14648
14649 2005-06-23 Lute Kamstra <lute@gnu.org>
14650
14651 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14652 (debug-on-entry): Use it. New interactive declaration that uses
14653 function-called-at-point.
14654
14655 2005-06-23 Kim F. Storm <storm@cua.dk>
14656
14657 * subr.el (save-match-data): Add comment about using evaporate arg
14658 to set-match-data.
14659
14660 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14661
14662 * cus-edit.el (customize-face)
14663 (customize-face-other-window): Handle face aliases.
14664
14665 * faces.el (face-documentation, set-face-attribute)
14666 (face-spec-set): Handle face aliases.
14667
14668 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14669
14670 * help-mode.el (help-make-xrefs): If a symbol representing a face
14671 name is not followed by the word "face", it could still be a
14672 function or variable name, so don't bypass other checks.
14673
14674 2005-06-22 Juri Linkov <juri@jurta.org>
14675
14676 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14677 Replace aliased functions with calls where second arg `inherit' is t.
14678
14679 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14680
14681 * progmodes/gdb-ui.el (gdb-error): New variable.
14682 (gdb-error): New function.
14683 (gdb-annotation-rules): Act on error-begin and error annotations.
14684 (gdb-concat-output): Use font-lock-warning-face for errors.
14685
14686 2005-06-22 Miles Bader <miles@gnu.org>
14687
14688 * bindings.el (propertized-buffer-identification): Use renamed
14689 `Buffer-menu-buffer' face.
14690
14691 * faces.el (vertical-border): Rename from `vertical-divider'.
14692 (escape-glyph): Change dark-background color back to `cyan'.
14693
14694 2005-06-21 Juri Linkov <juri@jurta.org>
14695
14696 * faces.el (face-user-default-spec): Try getting `customized-face'
14697 prior to `saved-face'.
14698 (frame-background-mode): Refill docstring.
14699
14700 * emacs-lisp/lisp-mode.el (eval-defun-1):
14701 * emacs-lisp/edebug.el (edebug-eval-defun):
14702 Set `saved-face' temporarily to nil before calling form.
14703 Set `customized-face' to the new spec after that.
14704
14705 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14706
14707 * subr.el (1value, lambda, key-substitution-in-progress):
14708 Doc fixes.
14709
14710 * autoinsert.el (auto-insert-alist):
14711 * ses.el (ses-call-printer):
14712 * subr.el (noreturn):
14713 * emacs-lisp/lisp.el (check-parens):
14714 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14715 * net/browse-url.el (browse-url-mosaic):
14716 * progmodes/cc-defs.el (c-safe-scan-lists):
14717 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14718 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14719 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14720 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14721 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14722 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14723
14724 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14725
14726 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14727
14728 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14729
14730 * calendar/appt.el (appt-make-list): Activate the package, if
14731 not already active (for backwards compatibility).
14732
14733 2005-06-20 Kim F. Storm <storm@cua.dk>
14734
14735 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14736
14737 2005-06-20 Miles Bader <miles@gnu.org>
14738
14739 * faces.el (vertical-divider): New face.
14740
14741 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14742
14743 * simple.el (kill-whole-line): Doc fix.
14744 (next-error-buffer-p, next-error-find-buffer)
14745 (clone-indirect-buffer): Fix typos in docstrings.
14746 (comment-line-break-function): Doc fix: don't say variable
14747 is automatically buffer-local (it isn't).
14748
14749 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14750
14751 * net/tramp-ftp.el (top):
14752 * net/tramp-smb.el (top):
14753 * net/tramp-util.el (top):
14754 * net/tramp-uu.el (top):
14755 * net/tramp-vc.el (top):
14756 * net/tramp.el (top): Revert copyright years back to original
14757 ones. Tramp has a life outside GNU Emacs.
14758
14759 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14760
14761 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14762
14763 2005-06-18 Juri Linkov <juri@jurta.org>
14764
14765 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14766 end of first regexp to limit the match to the position between
14767 line number and source line with same separator character as used
14768 between file name and line number. In the second regexp limit
14769 mouse-face area to file name and line number by adding new group
14770 for them and referring it in HYPERLINK arg.
14771 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14772 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14773 previous line where grep markers may be already removed.
14774
14775 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14776
14777 * progmodes/ps-mode.el: Update version and maintainer's email address.
14778
14779 2005-06-18 Steve Youngs <steve@xemacs.org>
14780
14781 * net/browse-url.el (browse-url-browser-function)
14782 (browse-url-default-browser): Add firefox.
14783 (browse-url-firefox-program, browse-url-firefox-arguments)
14784 (browse-url-firefox-startup-arguments)
14785 (browse-url-firefox-new-window-is-tab): New defcustoms.
14786 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14787
14788 2005-06-17 Richard M. Stallman <rms@gnu.org>
14789
14790 * startup.el (command-line): Warn if specified user name has
14791 no home directory.
14792
14793 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14794 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14795
14796 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14797 Doc fixes.
14798
14799 * faces.el (underline): Try bold if terminal doesn't support underline.
14800
14801 * mail/sendmail.el (mail-setup-with-from): New variable.
14802 (mail-insert-from-field): New function.
14803 (sendmail-send-it): Call it.
14804 (mail-setup): Optionally call it here.
14805
14806 * term/linux.el: Call tty-no-underline.
14807
14808 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14809
14810 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14811
14812 2005-06-17 Miles Bader <miles@gnu.org>
14813
14814 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14815 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14816 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14817 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14818 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14819 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14820 Remove "-face" suffix from face names.
14821 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14822 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14823 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14824 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14825 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14826 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14827 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14828 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14829 New backward-compatibility aliases for renamed faces.
14830 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14831 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14832 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14833 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14834 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14835 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14836 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14837 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14838 Use renamed ediff faces.
14839
14840 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14841 Remove "-face" suffix from face names.
14842 (eshell-test-ok-face, eshell-test-failed-face):
14843 New backward-compatibility aliases for renamed faces.
14844 (eshell-run-test): Use renamed eshell-test faces.
14845
14846 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14847 face name.
14848 (eshell-prompt-face): New backward-compatibility alias for renamed
14849 face.
14850 (eshell-emit-prompt): Use renamed eshell-prompt face.
14851
14852 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14853 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14854 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14855 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14856 Remove "-face" suffix from face names.
14857 (eshell-ls-directory-face, eshell-ls-symlink-face)
14858 (eshell-ls-executable-face, eshell-ls-readonly-face)
14859 (eshell-ls-unreadable-face, eshell-ls-special-face)
14860 (eshell-ls-missing-face, eshell-ls-archive-face)
14861 (eshell-ls-backup-face, eshell-ls-product-face)
14862 (eshell-ls-clutter-face):
14863 New backward-compatibility aliases for renamed faces.
14864 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14865
14866 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14867 Remove "-face" suffix from face name.
14868 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14869 instead of literal face.
14870
14871 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14872
14873 * emacs-lisp/warnings.el (display-warning, lwarn)
14874 (warning-minimum-log-level): Doc fixes.
14875 (warning-minimum-level, warning-minimum-log-level):
14876 Add :debug to :type choices.
14877
14878 * progmodes/ada-mode.el (ada-format-paramlist)
14879 (ada-get-indent-case, ada-check-matching-start)
14880 (ada-check-defun-name, ada-goto-matching-decl-start)
14881 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14882 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14883 (ada-make-subprogram-body): Follow error conventions.
14884 (ada-case-exception-file, ada-indent-comment-as-code)
14885 (ada-indent-handle-comment-special, ada-indent-renames)
14886 (ada-indent-return, ada-search-directories-internal)
14887 (ada-tab-policy, ada-case-exception-substring)
14888 (ada-other-file-alist, ada-matching-start-re)
14889 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14890 (ada-imenu-generic-expression, ada-compile-goto-error)
14891 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14892 (ada-popup-menu, ada-add-extensions, ada-mode)
14893 (ada-region-selected, ada-create-case-exception)
14894 (ada-create-case-exception-substring, ada-after-keyword-p)
14895 (ada-activate-keys-for-case, ada-adjust-case-region)
14896 (ada-adjust-case-buffer, ada-format-paramlist)
14897 (ada-scan-paramlist, ada-insert-paramlist)
14898 (ada-indent-newline-indent)
14899 (ada-indent-newline-indent-conditional)
14900 (ada-justified-indent-current, ada-goto-previous-word)
14901 (ada-indent-current, ada-get-indent-open-paren)
14902 (ada-get-indent-paramlist, ada-get-indent-end)
14903 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14904 (ada-get-indent-block-start, ada-get-indent-subprog)
14905 (ada-get-indent-noindent, ada-get-indent-label)
14906 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14907 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14908 (ada-goto-stmt-end, ada-goto-next-word)
14909 (ada-check-matching-start, ada-check-defun-name)
14910 (ada-goto-matching-decl-start, ada-goto-matching-start)
14911 (ada-goto-matching-end, ada-search-ignore-string-comment)
14912 (ada-in-decl-p, ada-looking-at-semi-or)
14913 (ada-looking-at-semi-private, ada-in-paramlist-p)
14914 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14915 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14916 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14917 (ada-previous-package, ada-create-menu)
14918 (ada-fill-comment-paragraph-justify)
14919 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14920 (ada-other-file-name, ada-last-which-function-line)
14921 (ada-last-which-function-subprog, ada-which-function)
14922 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14923 (ada-gen-treat-proc, ada-check-emacs-version)
14924 (ada-continuation-indent, ada-align-region-separate):
14925 Fix typos in docstrings.
14926 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14927
14928 2005-06-16 Lute Kamstra <lute@gnu.org>
14929
14930 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14931 conditionally.
14932
14933 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14934
14935 * comint.el (comint-replace-by-expanded-filename)
14936 (comint-prompt-regexp, comint-delimiter-argument-list)
14937 (comint-preinput-scroll-to-bottom):
14938 * info.el (Info-hide-cookies-node):
14939 * ls-lisp.el (ls-lisp-classify):
14940 * find-file.el (ff-search-directories, ff-special-constructs)
14941 (ff-find-other-file):
14942 * font-lock.el (font-lock-keywords):
14943 * shell.el (shell-prompt-pattern)
14944 (shell-dynamic-complete-functions, shell-mode)
14945 (shell-delimiter-argument-list):
14946 * term.el (term-replace-by-expanded-filename)
14947 (term-prompt-regexp, term-delimiter-argument-list):
14948 * woman.el (woman-ignore, woman0-if):
14949 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14950 * emacs-lisp/elint.el (elint-init-env):
14951 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14952 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14953 * language/ethio-util.el (ethio-tilde-escape)
14954 (ethio-use-three-dot-question):
14955 * net/zone-mode.el (zone-mode-load-time-setup):
14956 * progmodes/cc-align.el (c-lineup-argcont):
14957 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14958 * progmodes/cperl-mode.el (cperl-set-style-back):
14959 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14960 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14961 Fix spellings in docstrings.
14962
14963 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14964 * progmodes/modula2.el (m2-for): Fix spellings.
14965
14966 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14967
14968 * simple.el (undo-more): Don't use `format' on `error' arguments.
14969 Improve argument/docstring consistency.
14970 (pending-undo-list): Doc fix.
14971
14972 * smerge-mode.el (smerge-ensure-match):
14973 * emulation/vip.el (vip-ex):
14974 * net/zone-mode.el (zone-mode-update-serial):
14975 * progmodes/idlwave.el (idlwave-complete):
14976 * progmodes/vhdl-mode.el (vhdl-visit-file)
14977 (vhdl-compose-wire-components):
14978 Don't use `format' on `error' arguments.
14979
14980 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14981 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14982 (tooltip-help-tips): Fix typos in docstrings.
14983
14984 2005-06-16 David Ponce <david@dponce.com>
14985
14986 * tree-widget.el (tree-widget-value-create): Simplify last change.
14987
14988 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14989
14990 * ido.el (ido-incomplete-regexp): New variable.
14991 (ido-set-matches-1): Handle invalid-regexp error and set
14992 ido-incomplete-regexp.
14993 (ido-incomplete-regexp): New face.
14994 (ido-completions): Use it.
14995 (ido-complete, ido-exit-minibuffer, ido-completions):
14996 Handle incomplete regexps.
14997 (ido-completions): Add check for complete match when entering a regexp.
14998
14999 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15002
15003 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15004
15005 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15006 by field delimiters.
15007
15008 2005-06-15 David Ponce <david@dponce.com>
15009
15010 * tree-widget.el: eval-and-compile inlined functions so they will
15011 be available at run-time too.
15012 (tree-widget-super-format-handler)
15013 (tree-widget-format-handler): Remove.
15014 (tree-widget-value-create): Handle the :indent property.
15015
15016 2005-06-15 Miles Bader <miles@gnu.org>
15017
15018 * progmodes/which-func.el (which-func): Only inherit
15019 `font-lock-function-name-face' when that makes sense against the
15020 default mode-line face, otherwise set the face color explicitly.
15021
15022 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15023 faces instead of (non-existent) variables.
15024
15025 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15028 (iswitchb-get-matched-buffers): Likewise. Simplify.
15029
15030 2005-06-14 Miles Bader <miles@gnu.org>
15031
15032 * progmodes/ld-script.el (ld-script-location-counter):
15033 Remove "-face" suffix from face name.
15034 (ld-script-location-counter-face):
15035 New backward-compatibility alias for renamed face.
15036 (ld-script-location-counter-face): Use renamed face.
15037
15038 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15039 (cperl-hash): Remove "-face" suffix from face names.
15040 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15041 New backward-compatibility aliases for renamed faces.
15042 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15043 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15044
15045 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15046 name.
15047 (which-func-face): New backward-compatibility alias for renamed face.
15048 (which-func-format): Use renamed which-func face.
15049
15050 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15051 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15052 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15053 names.
15054 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15055 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15056 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15057 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15058 (vhdl-speedbar-architecture-selected)
15059 (vhdl-speedbar-configuration-selected)
15060 (vhdl-speedbar-package-selected)
15061 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15062 names.
15063 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15064 Use renamed faces.
15065 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15066 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15067 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15068 Use renamed faces.
15069 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15070 names.
15071 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15072 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15073 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15074 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15075 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15076 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15077
15078 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15079 face name.
15080 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15081 (sh-heredoc-face): Use renamed sh-heredoc face.
15082
15083 * progmodes/idlw-help.el (idlwave-help-link):
15084 Remove "-face" suffix from face name.
15085 (idlwave-help-link-face):
15086 New backward-compatibility alias for renamed face.
15087 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15088
15089 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15090 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15091 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15092 New backward-compatibility aliases for renamed faces.
15093 (idlwave-shell-disabled-breakpoint-face)
15094 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15095
15096 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15097 Remove "-face" suffix from face names.
15098 (flymake-errline-face, flymake-warnline-face):
15099 New backward-compatibility aliases for renamed faces.
15100 (flymake-highlight-line): Use renamed flymake faces.
15101
15102 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15103 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15104 (ebrowse-member-class, ebrowse-progress):
15105 Remove "-face" suffix from face names.
15106 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15107 (ebrowse-file-name-face, ebrowse-default-face)
15108 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15109 (ebrowse-progress-face):
15110 New backward-compatibility aliases for renamed faces.
15111 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15112 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15113 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15114 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15115
15116 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15117 antlr-syntax)
15118 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15119 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15120 names.
15121 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15122 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15123 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15124 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15125 backward-compatibility aliases for renamed faces.
15126 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15127 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15128 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15129 remove "font-lock-". Use renamed antlr-mode faces.
15130 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15131 literal face-names with face variable references.
15132
15133 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15134 face name.
15135 (Buffer-menu-buffer-face): New backward-compatibility alias for
15136 renamed face.
15137 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15138
15139 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15140
15141 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15142 Eliminate "-face" suffix.
15143 (makefile-targets): Inherit from font-lock-function-name-face and
15144 eliminate "-face" suffix.
15145 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15146 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15147 actions, instead of prepending, to make it less visible.
15148 (makefile-previous-dependency, makefile-match-dependency):
15149 Don't match a target on a continuation line.
15150
15151 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15152
15153 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15154
15155 * progmodes/gdb-ui.el (menu): Re-order menu items.
15156 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15157
15158 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15159 Define in tooltip.el.
15160 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15161 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15162 gud-tooltip-echo-area.
15163
15164 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15165 backward compatibility and make obsolete.
15166 (tooltip-help-tips): Use tooltip-use-echo-area.
15167 (tooltip-show-help-function): Rename to...
15168 (tooltip-show-help): ...this, because it is a function.
15169 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15170
15171 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15172
15173 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15174 (edebug-print-length, edebug-print-level, edebug-print-circle)
15175 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15176 (edebug-eval-print-last-sexp): Doc fixes.
15177
15178 2005-06-14 Kim F. Storm <storm@cua.dk>
15179
15180 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15181 as the coverage buffer/file/both may change.
15182
15183 2005-06-14 Lute Kamstra <lute@gnu.org>
15184
15185 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15186 and run-mode-hooks. Simplify.
15187
15188 * mail/rmailedit.el (rmail-edit-mode):
15189 * progmodes/octave-inf.el (inferior-octave-mode):
15190 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15191
15192 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15193 and run-mode-hooks.
15194 (recentf-edit-list, recentf-open-files): Don't call
15195 kill-all-local-variables directly.
15196
15197 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15198
15199 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15200
15201 * emacs-lisp/byte-run.el (make-obsolete)
15202 (define-obsolete-function-alias): Rename arguments FUNCTION and
15203 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15204 (make-obsolete-variable, define-obsolete-variable-alias):
15205 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15206 respectively.
15207
15208 * isearchb.el (isearchb-activate):
15209 * pcvs.el (cvs-mode):
15210 * ses.el (ses-load):
15211 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15212 * net/tramp.el (tramp-find-file-exists-command)
15213 (tramp-find-shell):
15214 * progmodes/ada-mode.el (ada-create-case-exception)
15215 (ada-create-case-exception-substring, ada-make-subprogram-body):
15216 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15217 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15218 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15219 * textmodes/org.el (org-promote, org-evaluate-time-range)
15220 (org-agenda-next-date-line, org-agenda-previous-date-line)
15221 (org-agenda-error, org-open-at-point, org-table-move-row)
15222 (org-format-table-table-html-using-table-generate-source)
15223 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15224 * textmodes/reftex.el (reftex-access-scan-info):
15225 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15226 (reftex-toc-promote-prepare): Follow error conventions.
15227
15228 * diff-mode.el (diff-mode): Fix typo in docstring.
15229
15230 * forms.el (forms--intuit-from-file): Fix reference to
15231 `forms-number-of-fields' in error message.
15232 (forms-print): Fix quoting in error message.
15233
15234 * forms.el (forms-mode):
15235 * emulation/vi.el (vi-goto-insert-state):
15236 * progmodes/flymake.el (flymake-new-err-info)
15237 (flymake-start-syntax-check-for-current-buffer)
15238 (flymake-simple-cleanup):
15239 * eshell/esh-var.el (eshell/export):
15240 * progmodes/gud.el (xdb):
15241 * textmodes/flyspell.el (flyspell-incorrect-hook)
15242 (flyspell-maybe-correct-transposition)
15243 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15244
15245 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15246
15247 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15248 minibuffer prompt.
15249
15250 2005-06-13 Kim F. Storm <storm@cua.dk>
15251
15252 * subr.el (add-to-ordered-list): New defun.
15253
15254 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15255 add cua--keymap-alist to emulation-mode-map-alists.
15256
15257 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15258
15259 * subr.el (complete-in-turn): New macro.
15260 (dynamic-completion-table, lazy-completion-table): Add debug info.
15261
15262 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15263 in preference to face aliases.
15264
15265 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15266 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15267 Remove unused vars `start' and `firstline'.
15268 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15269 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15270
15271 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15272
15273 * cus-start.el (all): Don't complain about missing GTK-related
15274 variables, unless either `gtk' is boundp or this isn't a
15275 `windows-nt' build.
15276
15277 2005-06-13 Lute Kamstra <lute@gnu.org>
15278
15279 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15280 run-mode-hooks.
15281
15282 * ediff-mult.el (ediff-meta-mode):
15283 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15284
15285 * ledit.el (ledit-mode): Use delay-mode-hooks.
15286
15287 * woman.el (woman-mode-line-format): Delete constant.
15288 (woman-mode-map): Initialize it properly.
15289 (woman-mode): Set mode-class property to special.
15290 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15291 Set major-mode and mode-name. Don't set mode-line-format directly.
15292 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15293
15294 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15295 string argument obsolete.
15296
15297 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15298
15299 * textmodes/org.el (org-CUA-compatible): New option.
15300 (org-disputed-keys): New variable.
15301 (org-key): New function.
15302 (orgtbl-make-binding): Add docstring to the created function.
15303 (org-mode): Set paragraph start/separate regexps.
15304 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15305 (org-archive-location, org-archive-mark-done)
15306 (org-archive-stamp-time): New options.
15307 (org-archive-subtree): New command.
15308 (org-fill-paragraph): New function.
15309 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15310 (org-fake-empty-table-line): Function removed.
15311 (org-format-org-table-html): Do not create empty table lines at
15312 separator lines. Improved table header treatment.
15313 (org-link-format): New option.
15314 (org-make-link): New function.
15315 (org-insert-link, org-store-link): Use org-make-link.
15316 (org-open-file): Quote file name for shell command, to allow
15317 spaces in file names.
15318 (org-link-regexp): Fix bug with mailto link.
15319 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15320 New constants.
15321 (org-export-as-html): Deal with the optional angles around a link.
15322 Better treatment of file: links.
15323 (org-open-at-point): Replace @{ and @} with < and >.
15324 (org-run-mode-hooks): Function removed.
15325 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15326
15327 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15328
15329 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15330 MI command -data-list-register-values.
15331 (gdb-post-prompt): Indent properly.
15332
15333 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15334
15335 * hilit-chg.el (highlight-changes-colors): Rename from
15336 `highlight-changes-colours'.
15337 (highlight-changes-colours): Keep as obsolete alias.
15338 (highlight-changes-face-list): Doc fix.
15339 (hilit-chg-make-list): Use `highlight-changes-colors'.
15340
15341 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15342
15343 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15344 defun-prompt-regexp.
15345
15346 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15347
15348 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15349 and cygwin.
15350
15351 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15352 Don't use an old loaddefs.el, as in Makefile.in.
15353
15354 2005-06-12 Lute Kamstra <lute@gnu.org>
15355
15356 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15357
15358 * man.el (Man-mode-map): Initialize it properly.
15359 (Man-mode): Set mode-class property to special.
15360
15361 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15362
15363 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15364
15365 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15366 A newline is needed in the docstring there.
15367
15368 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15369 Doc fixes.
15370
15371 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15372
15373 * printing.el: Doc fix. The menubar is no more changed when printing
15374 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15375 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15376 (pr-version): New version number (6.8.4).
15377 (pr-menu-bind): New command.
15378 (pr-update-menus): Docstring and code fix.
15379 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15380 Docstring fix.
15381 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15382 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15383
15384 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15385
15386 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15387 "Returns" to "return", document useful return values, etc.
15388
15389 2005-06-11 Alan Mackenzie <acm@muc.de>
15390
15391 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15392 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15393 (adaptive-file-function): Minor amendment to doc-string.
15394
15395 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15396
15397 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15398 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15399 Fix :type--it is `integer', not `string'.
15400
15401 * faces.el (modeline-highlight): Rename from (the erroneous)
15402 `modeline-higilight'.
15403
15404 2005-06-11 Lute Kamstra <lute@gnu.org>
15405
15406 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15407 lisp-interaction-mode-map but make it the parent.
15408 (edebug-eval-mode): Use define-derived-mode.
15409
15410 2005-06-11 Andreas Schwab <schwab@suse.de>
15411
15412 * bindings.el: Add binding of `ESC functionkey' for every
15413 `M-functionkey'.
15414 * hexl.el (hexl-mode-map): Likewise.
15415
15416 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15417
15418 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15419 [msft]: update regexp for newer msft compilers.
15420
15421 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15422
15423 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15424 ATTLIST portions of included DTDs.
15425 (xml-parse-dtd): Eliminate use of inefficient match-data.
15426
15427 2005-06-10 Miles Bader <miles@gnu.org>
15428
15429 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15430 (mpuz-text): Remove "-face" suffix from face names.
15431 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15432 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15433 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15434
15435 * play/gomoku.el (gomoku-O, gomoku-X):
15436 Remove "-face" suffix from face names.
15437 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15438 New backward-compatibility aliases for renamed faces.
15439 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15440
15441 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15442
15443 * thumbs.el: Fixes for changes of 2005-06-09.
15444 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15445 as a directory.
15446 (thumbs-thumbname): Remove directory separator from format string;
15447 `thumbs-thumbsdir' now returns a valid directory name.
15448 (thumbs-temp-dir): New defsubst.
15449 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15450 Use it.
15451
15452 * cus-edit.el (minibuffer):
15453 * files.el (make-backup-file-name-function):
15454 * filesets.el (filesets-external-viewers):
15455 * hilit-chg.el (highlight-changes-colours)
15456 (highlight-changes-face-list, highlight-changes-rotate-faces):
15457 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15458 * kmacro.el (kmacro-call-macro):
15459 * log-edit.el (log-edit-changelog-full-paragraphs):
15460 * mouse.el (mouse-1-click-follows-link):
15461 * skeleton.el (skeleton-autowrap):
15462 * subr.el (insert-for-yank-1):
15463 * tempo.el (tempo-insert-region):
15464 * terminal.el (terminal-emulator):
15465 * time.el (display-time-mail-face):
15466 * vc.el (vc-annotate):
15467 * vcursor.el (vcursor-copy-line):
15468 * woman.el (woman-bold-headings, woman-ignore)
15469 (woman-default-faces, woman-monochrome-faces):
15470 * calendar/todo-mode.el (todo-insert-threshold):
15471 * emulation/pc-select.el (pc-select-selection-keys-only)
15472 (pc-selection-mode):
15473 * emulation/vip.el (vip-find-char-forward):
15474 * emulation/viper-cmd.el (viper-find-char-forward):
15475 * international/mule-cmds.el
15476 (select-safe-coding-system-accept-default-p)
15477 (input-method-exit-on-invalid-key):
15478 * international/mule-diag.el (describe-coding-system):
15479 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15480 * net/browse-url.el (browse-url-xterm-program):
15481 * obsolete/lazy-lock.el (lazy-lock-mode):
15482 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15483 (cperl-mode):
15484 * progmodes/cpp.el (cpp-face-light-name-list)
15485 (cpp-face-dark-name-list):
15486 * progmodes/delphi.el (delphi-newline-always-indents):
15487 Fix spellings in docstrings.
15488
15489 * ido.el (ido-mode, ido-file-extensions-order)
15490 (ido-default-file-method, ido-default-buffer-method)
15491 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15492 (ido-decorations, ido-read-file-name-as-directory-commands)
15493 (ido-read-file-name-non-ido, ido-work-directory-list)
15494 (ido-ignore-item-temp-list, ido-current-directory)
15495 (ido-magic-forward-char, ido-enter-find-file)
15496 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15497 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15498
15499 2005-06-10 Lute Kamstra <lute@gnu.org>
15500
15501 * play/dunnet.el (dun-mode): Use define-derived-mode.
15502 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15503 obsolete alias.
15504
15505 * play/doctor.el (doctor-mode-map): Remove defvar.
15506 (doctor-mode): Use define-derived-mode.
15507
15508 * mail/mspools.el (mspools-mode):
15509 * net/eudc-hotlist.el (eudc-hotlist-mode):
15510 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15511
15512 2005-06-10 Miles Bader <miles@gnu.org>
15513
15514 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15515 Remove "-face" suffix from face names.
15516 (flyspell-incorrect-face, flyspell-duplicate-face):
15517 New backward-compatibility aliases for renamed faces.
15518 (flyspell-mode-on, make-flyspell-overlay)
15519 (flyspell-highlight-incorrect-region)
15520 (flyspell-highlight-duplicate-region)
15521 (flyspell-display-next-corrections)
15522 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15523
15524 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15525 from face name.
15526 (texinfo-heading-face): New backward-compatibility alias for
15527 renamed face.
15528 (texinfo-heading-face): Use renamed texinfo-heading face.
15529
15530 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15531 suffix from face names.
15532 (tex-math-face, tex-verbatim-face):
15533 New backward-compatibility aliases for renamed faces.
15534 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15535 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15536 literal face name.
15537
15538 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15539 name.
15540 (table-cell-face): New backward-compatibility alias for renamed face.
15541 (table--put-cell-face-property, table--update-cell-face):
15542 Use renamed table-cell face.
15543
15544 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15545 from face name.
15546 (sgml-namespace-face): New backward-compatibility alias for
15547 renamed face.
15548 (sgml-namespace-face): Use renamed sgml-namespace face.
15549
15550 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15551 (org-level-4, org-level-5, org-level-6, org-level-7)
15552 (org-level-8, org-warning, org-headline-done)
15553 (org-deadline-announce, org-scheduled-today)
15554 (org-scheduled-previously, org-link, org-done, org-table)
15555 (org-time-grid): Remove "-face" suffix from face names.
15556 (org-level-1-face, org-level-2-face, org-level-3-face)
15557 (org-level-4-face, org-level-5-face, org-level-6-face)
15558 (org-level-7-face, org-level-8-face, org-warning-face)
15559 (org-headline-done-face, org-deadline-announce-face)
15560 (org-scheduled-today-face, org-scheduled-previously-face)
15561 (org-link-face, org-done-face, org-table-face)
15562 (org-time-grid-face):
15563 New backward-compatibility aliases for renamed faces.
15564 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15565 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15566 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15567 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15568
15569 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15570 (viper-minibuffer-emacs, viper-minibuffer-insert)
15571 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15572 (viper-search-face, viper-replace-overlay-face)
15573 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15574 (viper-minibuffer-vi-face):
15575 New backward-compatibility aliases for renamed faces.
15576 (viper-search-face, viper-replace-overlay-face)
15577 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15578 (viper-minibuffer-vi-face): Use renamed viper faces.
15579
15580 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15581 Remove "-face" suffix from face names.
15582 (testcover-nohits-face, testcover-1value-face):
15583 New backward-compatibility aliases for renamed faces.
15584 (testcover-mark): Use renamed testcover faces.
15585
15586 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15587 face name.
15588 (diary-button-face): New backward-compatibility alias for renamed face.
15589 (diary-entry): Use renamed diary-button face.
15590
15591 * calendar/calendar.el (diary, calendar-today, holiday)
15592 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15593 (diary-face, calendar-today-face, holiday-face):
15594 New backward-compatibility aliases for renamed faces.
15595 (eval-after-load "facemenu", diary-entry-marker)
15596 (calendar-today-marker, calendar-holiday-marker, diary-face):
15597 Use renamed calendar faces.
15598
15599 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15600 (compare-windows-face): New backward-compatibility alias for
15601 renamed face.
15602 (compare-windows-highlight): Use renamed compare-windows face.
15603
15604 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15605 (strokes-char-face): New backward-compatibility alias for renamed face.
15606 (strokes-encode-buffer): Use renamed strokes-char face.
15607
15608 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15609 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15610 Remove "-face" suffix from face names.
15611 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15612 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15613 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15614 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15615 Use renamed pcvs faces.
15616 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15617 * pcvs-defs.el (cvs-mode-map): Likewise.
15618 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15619
15620 * info.el (info-title-1, info-title-2, info-title-3)
15621 (info-title-4): Remove "-face" suffix from and downcase face names.
15622 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15623 (Info-title-4-face):
15624 New backward-compatibility aliases for renamed faces.
15625 (Info-fontify-node): Use renamed info faces.
15626
15627 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15628 Remove "-face" suffix from face names.
15629 (highlight-changes-face, highlight-changes-delete-face):
15630 New backward-compatibility aliases for renamed faces.
15631 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15632 (hilit-chg-make-list): Use renamed highlight-changes faces.
15633
15634 * generic-x.el (show-tabs-tab, show-tabs-space):
15635 Remove "-face" suffix from face names.
15636 (show-tabs-tab-face, show-tabs-space-face):
15637 New backward-compatibility aliases for renamed faces.
15638 (show-tabs-generic-mode-font-lock-defaults-1)
15639 (show-tabs-generic-mode-font-lock-defaults-2):
15640 Use renamed show-tabs faces.
15641
15642 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15643 (smerge-markers): Remove "-face" suffix from face names.
15644 (smerge-mine-face, smerge-other-face, smerge-base-face)
15645 (smerge-markers-face):
15646 New backward-compatibility aliases for renamed faces.
15647 (smerge-mine-face, smerge-other-face, smerge-base-face)
15648 (smerge-markers-face): Use renamed smerge faces.
15649
15650 * log-view.el (log-view-file, log-view-message): Remove "-face"
15651 suffix from face names.
15652 (log-view-file-face, log-view-message-face):
15653 New backward-compatibility aliases for renamed faces.
15654 (log-view-file-face, log-view-message-face): Use renamed log-view
15655 faces.
15656
15657 * paren.el (show-paren-match, show-paren-mismatch):
15658 Remove "-face" suffix from face names.
15659 (show-paren-match-face, show-paren-mismatch-face):
15660 New backward-compatibility aliases for renamed faces.
15661 (show-paren-function): Use renamed show-paren faces.
15662
15663 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15664 (ruler-mode-margins, ruler-mode-fringes)
15665 (ruler-mode-column-number, ruler-mode-fill-column)
15666 (ruler-mode-comment-column, ruler-mode-goal-column)
15667 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15668 suffix from face names.
15669 (ruler-mode-default-face, ruler-mode-pad-face)
15670 (ruler-mode-margins-face, ruler-mode-fringes-face)
15671 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15672 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15673 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15674 New backward-compatibility aliases for renamed faces.
15675 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15676 (ruler-mode-column-number, ruler-mode-fill-column)
15677 (ruler-mode-comment-column, ruler-mode-goal-column)
15678 (ruler-mode-tab-stop, ruler-mode-current-column)
15679 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15680 faces.
15681
15682 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15683 face name.
15684 (whitespace-highlight-the-space): Use renamed face.
15685 (whitespace-highlight-face): New backward-compatibility alias for
15686 renamed face.
15687
15688 * woman.el (woman-italic, woman-bold, woman-unknown)
15689 (woman-addition, woman-symbol-face):
15690 Remove "-face" suffix from face names.
15691 (woman-italic-face, woman-bold-face, woman-unknown-face)
15692 (woman-addition-face):
15693 New backward-compatibility aliases for renamed faces.
15694 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15695 (woman-decode-region, woman-replace-match)
15696 (woman-display-extended-fonts, woman-special-characters)
15697 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15698 Use renamed woman faces.
15699
15700 * longlines.el (longlines-visible-face): Face removed.
15701
15702 * diff-mode.el (diff-header, diff-file-header, diff-index)
15703 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15704 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15705 suffix from face names.
15706 (diff-header-face, diff-file-header-face, diff-index-face)
15707 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15708 (diff-changed-face, diff-function-face, diff-context-face)
15709 (diff-nonexistent-face): New backward-compatibility aliases for
15710 renamed faces.
15711 (diff-header-face, diff-file-header-face)
15712 (diff-index, diff-index-face, diff-hunk-header)
15713 (diff-hunk-header-face, diff-removed, diff-removed-face)
15714 (diff-added, diff-added-face, diff-changed-face, diff-function)
15715 (diff-function-face, diff-context-face, diff-nonexistent)
15716 (diff-nonexistent-face): Use renamed diff-mode faces.
15717
15718 * progmodes/compile.el (compilation-warning-face)
15719 (compilation-info-face): Remove "-face" suffix from face names.
15720 (compilation-warning-face, compilation-info-face):
15721 New backward-compatibility aliases for renamed faces.
15722 (compilation-warning-face, compilation-info-face):
15723 Use renamed compilation faces.
15724
15725 * add-log.el (change-log-date, change-log-name)
15726 (change-log-email, change-log-file, change-log-list)
15727 (change-log-conditionals, change-log-function)
15728 (change-log-acknowledgement): Remove "-face" suffix from face names.
15729 (change-log-date-face, change-log-name-face)
15730 (change-log-email-face, change-log-file-face)
15731 (change-log-list-face, change-log-conditionals-face)
15732 (change-log-function-face, change-log-acknowledgement-face):
15733 New backward-compatibility aliases for renamed faces.
15734 (change-log-font-lock-keywords): Use renamed change-log faces.
15735
15736 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15737 (custom-set, custom-changed, custom-saved, custom-button)
15738 (custom-button-pressed, custom-documentation, custom-state)
15739 (custom-comment, custom-comment-tag, custom-variable-tag)
15740 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15741 (custom-group-tag): Remove "-face" suffix from face names.
15742 (custom-magic-alist, custom-magic-value-create)
15743 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15744 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15745 (custom-set-face, custom-changed-face, custom-saved-face)
15746 (custom-button-face, custom-button-pressed-face)
15747 (custom-documentation-face, custom-state-face)
15748 (custom-comment-face, custom-comment-tag-face)
15749 (custom-variable-tag-face, custom-variable-button-face)
15750 (custom-face-tag-face, custom-group-tag-face-1)
15751 (custom-group-tag-face):
15752 New backward-compatibility aliases for renamed faces.
15753
15754 * wid-edit.el (widget-documentation, widget-button)
15755 (widget-field, widget-single-line-field, widget-inactive)
15756 (widget-button-pressed): "-face" suffix removed from face names.
15757 (widget-documentation-face, widget-button-face)
15758 (widget-field-face, widget-single-line-field-face)
15759 (widget-inactive-face, widget-button-pressed-face):
15760 New backward-compatibility aliases for renamed faces.
15761 (widget-documentation-face, widget-button-face)
15762 (widget-button-pressed-face, widget-specify-field)
15763 (widget-specify-inactive): Use renamed widget faces.
15764
15765 2005-06-10 Kenichi Handa <handa@m17n.org>
15766
15767 * term/x-win.el (x-clipboard-yank): Remove condition-case
15768 wrapping.
15769
15770 2005-06-11 Kenichi Handa <handa@m17n.org>
15771
15772 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15773 date lines stricter.
15774
15775 2005-06-10 Zhang Wei <id.brep@gmail.com>
15776
15777 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15778 of x-get-selection.
15779
15780 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15781
15782 * comint.el (comint-mode, comint-snapshot-last-prompt):
15783 * frame.el (frame-current-scroll-bars):
15784 * term.el (term-mode, term-check-proc, term-input-sender)
15785 (term-simple-send, term-extract-string, term-word)
15786 (term-match-partial-filename):
15787 * window.el (window-current-scroll-bars):
15788 * emulation/cua-base.el (cua-normal-cursor-color)
15789 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15790 (cua-global-mark-cursor-color):
15791 * mail/undigest.el (rmail-forward-separator-regex):
15792 Fix typos in docstrings.
15793
15794 * comint.el (comint-check-proc, make-comint-in-buffer)
15795 (comint-source-default): Doc fixes.
15796
15797 * term.el (term-send-string): Improve argument/docstring consistency.
15798
15799 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15800
15801 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15802 call to `delete-region'.
15803 (comint-mode-hook): Do not enable Font Lock by default.
15804
15805 2005-06-09 Lute Kamstra <lute@gnu.org>
15806
15807 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15808 could be void.
15809
15810 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15813 (debug): Use it.
15814 (debugger-step-through, debugger-continue, debugger-jump)
15815 (debugger-return-value): Set it when needed.
15816 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15817 Use inhibit-read-only.
15818
15819 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15820
15821 * window.el (shrink-window-if-larger-than-buffer)
15822 (window-size-fixed): Fix typo in docstring.
15823
15824 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15825 thumbnails directory on loading.
15826 (thumbs-conversion-program): Use `eq' to check the system type,
15827 not `equal'.
15828 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15829 not "/tmp". Fix docstring.
15830 (thumbs-thumbsdir): New function to return the thumbnails
15831 directory, creating it if needed.
15832 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15833 (thumbs-temp-file): Delete variable and make it into a function.
15834 (thumbs-resize-image, thumbs-modify-image): Use it.
15835 (thumbs-kill-buffer): Simplify.
15836 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15837 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15838 docstrings.
15839
15840 2005-06-09 Kim F. Storm <storm@cua.dk>
15841
15842 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15843 set-match-data to free markers in match-data.
15844
15845 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15846 match-data to unchain markers in match-data.
15847
15848 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15849
15850 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15851 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15852 unnecessary now.
15853
15854 2005-06-08 Richard M. Stallman <rms@gnu.org>
15855
15856 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15857 give the variable a doc string that doesn't say don't set it directly.
15858
15859 * textmodes/ispell.el (ispell-check-version):
15860 Use match-string-no-properties.
15861 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15862 (ispell-buffer-local-words): Likewise.
15863
15864 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15865 except on terminals with enough colors to really display it.
15866 (makefile-dependency-regex): Delete spurious `bb'.
15867
15868 * faces.el (escape-glyph): Use blue once again in last case.
15869 (no-break-space): Redefine so that it isn't invisible on a tty.
15870
15871 2005-06-08 Kim F. Storm <storm@cua.dk>
15872
15873 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15874 also when reading directory name.
15875
15876 2005-06-08 Lute Kamstra <lute@gnu.org>
15877
15878 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15879 (flyspell-mode-line-string): Remove autoload cookie.
15880 (flyspell-mode): Remove defvar.
15881
15882 2005-06-07 Lute Kamstra <lute@gnu.org>
15883
15884 * textmodes/org.el (org-run-mode-hooks): New function.
15885 (org-agenda-mode): Use it.
15886
15887 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15888
15889 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15890
15891 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15892
15893 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15894
15895 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15896
15897 * font-lock.el (font-lock-add-keywords): Doc fix.
15898
15899 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15900
15901 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15902 (tex-compile-default): In the absence of any history, use the order in
15903 tex-compile-alist to choose the preferred command.
15904 (tex-compile-commands): Reorder a bit.
15905
15906 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15907 (flyspell-incorrect-face, flyspell-duplicate-face):
15908 Use (X)Emacs-agnostic code.
15909 (flyspell-mode-map): Don't overwrite at each load. Remove code
15910 redundant with the subsequent add-minor-mode. Merge Emacs and
15911 XEmacs code.
15912 (flyspell-word): Minor simplification.
15913 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15914 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15915 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15916 Merge the corresponding Emacs code.
15917 (flyspell-correct-word, flyspell-xemacs-popup):
15918 Use flyspell-do-correct.
15919
15920 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15921 a dedicated window.
15922
15923 * international/latexenc.el (latexenc-find-file-coding-system):
15924 Undo part of last patch, to turn off a compiler warning.
15925
15926 2005-06-06 Juri Linkov <juri@jurta.org>
15927
15928 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15929 Rename `tmm-inactive-face' to `tmm-inactive'.
15930
15931 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15932
15933 * iswitchb.el: Rename faces.
15934
15935 2005-06-06 Kim F. Storm <storm@cua.dk>
15936
15937 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15938 (cua-global-mark): Remove -face suffix from face names.
15939
15940 * emulation/cua-gmrk.el (cua--init-global-mark):
15941 Remove cua-global-mark face setup.
15942
15943 2005-06-06 Richard M. Stallman <rms@gnu.org>
15944
15945 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15946 just like other allowed characters.
15947 (makefile-match-dependency): Exclude leading and training whitespace
15948 from the range of regexp subexp 1.
15949 (makefile-macroassign-regex): Don't try to match the body,
15950 just the name of the macro being defined.
15951
15952 * info.el (Info-read-node-name-2): New function.
15953 (Info-read-node-name-1): Use that.
15954 Add a completion-base-size-function property.
15955
15956 * simple.el (completion-setup-function): Look for
15957 completion-base-size-function property of minibuffer-completion-table.
15958
15959 * files.el (locate-file-completion): Doc fix.
15960
15961 * printing.el: Don't call pr-update-menus; user must do that.
15962
15963 * emacs-lisp/debug.el (debugger-window): New variable.
15964 (debug): Use debugger-window if it is set and still alive.
15965 Record debugger-window for next entry.
15966
15967 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15968
15969 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15970
15971 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15972 (hack-one-local-variable, hack-local-variables)
15973 (hack-local-variables-prop-line): Pass that arg.
15974
15975 2005-06-06 Kim F. Storm <storm@cua.dk>
15976
15977 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15978 (ido-indicator): Remove -face suffix from face names.
15979
15980 2005-06-06 Juri Linkov <juri@jurta.org>
15981
15982 * font-lock.el (font-lock-regexp-backslash)
15983 (font-lock-regexp-backslash-construct): New faces.
15984 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15985 after `('. Add `while-no-input' to control structures.
15986
15987 * faces.el (no-break-space, shadow): New faces.
15988 (escape-glyph): Use less loud colors pink2 and red4.
15989
15990 * diff-mode.el (diff-context-face)
15991 * dired.el (dired-ignored)
15992 * rfn-eshadow.el (file-name-shadow)
15993 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15994
15995 * info.el (Info-title-1-face): Use green instead of yellow because
15996 bold yellow is not readable on light backgrounds.
15997
15998 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15999 before selecting the desired mode to not spend time fontifying
16000 old contents.
16001
16002 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16003
16004 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16005 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16006
16007 * ps-print.el (ps-default-fg, ps-default-bg):
16008 Fix typos in docstrings.
16009
16010 * isearchb.el (isearchb): Don't pass a spurious second argument to
16011 `iswitchb-completions'.
16012
16013 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16014
16015 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16016 to preserve point.
16017 (gdb-find-file-hook): Add doc string.
16018
16019 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16020 C dereferenced pointer expression.
16021 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16022
16023 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16024
16025 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16026 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16027 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16028 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16029 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16030 Make background transparent.
16031
16032 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16033
16034 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16035 (font-lock-remove-keywords): Doc fix.
16036 (font-lock-mode-major-mode): Compiler defvar.
16037 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16038
16039 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16040 (font-lock-mode): Update `font-lock-mode-major-mode'.
16041 (font-lock-set-defaults): Compiler defvar.
16042 (font-lock-default-function): Take `font-lock-mode-major-mode'
16043 into account.
16044
16045 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16046 keep track of which major mode it enabled the minor mode for.
16047 Use find-file-hook again. Update docstring.
16048
16049 * simple.el (eval-expression-print-level)
16050 (eval-expression-print-length, eval-expression-debug-on-error):
16051 Doc fixes.
16052
16053 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16054
16055 * iswitchb.el (iswitchb-single-match-face)
16056 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16057 (iswitchb-invalid-regexp-face): New faces.
16058 (iswitchb-completions): Use them.
16059 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16060 now marked as an obsolete alias.
16061 (iswitchb-read-buffer): Remove check for bound font variables.
16062 (iswitchb-invalid-regexp): New free variable.
16063 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16064 set iswitchb-invalid-regexp.
16065 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16066 invalid regexps.
16067 (iswitchb-completions): Add check for complete match when entering
16068 a regexp.
16069 (iswitchb-completions): Remove require-match argument.
16070 (iswitchb-exhibit): Fix caller.
16071 (iswitchb-common-match-inserted): New variable.
16072 (iswitchb-complete, iswitchb-completion-help): Use it.
16073
16074 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16075
16076 * url-http.el (url-http-chunked-encoding-after-change-function):
16077 Use `url-http-debug' instead of `message'.
16078
16079 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16080
16081 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16082 callback argument.
16083
16084 2005-06-04 Kim F. Storm <storm@cua.dk>
16085
16086 * simple.el (line-move): Only call sit-for when moving backwards.
16087
16088 * ido.el (ido-make-merged-file-list-1): New defun split from
16089 ido-make-merged-file-list.
16090 (ido-make-merged-file-list): Bind throw-on-input around call to
16091 ido-make-merged-file-list-1. Return input-pending-p if
16092 interrupted by more input available.
16093 (ido-read-internal): Handle input-pending-p return value from
16094 ido-make-merged-file-list.
16095
16096 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16097
16098 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16099 compatibility code.
16100
16101 * international/latexenc.el (latexenc-find-file-coding-system):
16102 Don't inherit the EOL part of the coding-system from the
16103 tex-main buffer. Fit within 80 columns.
16104
16105 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16106
16107 * tmm.el (tmm-inactive-face): New face.
16108 (tmm-remove-inactive-mouse-face): New function.
16109 (tmm-prompt, tmm-add-one-shortcut)
16110 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16111 but not selectable.
16112
16113 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16114
16115 * faces.el (face-equal): Improve argument/docstring consistency.
16116
16117 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16118
16119 * progmodes/make-mode.el (makefile-targets-face)
16120 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16121 (makefile-bsdmake-dependency-regex)
16122 (makefile-makepp-rule-action-regex)
16123 (makefile-bsdmake-rule-action-regex): New constants.
16124 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16125
16126 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16127 Allow (...) within `...' for makepp messages.
16128
16129 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16130
16131 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16132
16133 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16134 "." files are deleted from all file lists before comparison.
16135
16136 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16137 (viper-ESC-key): Made them customizable.
16138
16139 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16140
16141 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16142
16143 * autorevert.el (auto-revert-buffers): Use save-match-data.
16144
16145 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16146
16147 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16148 menu items with a nil command binding.
16149
16150 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16151
16152 * emacs-lisp/cl-macs.el (defsetf):
16153 Improve argument/docstring consistency.
16154
16155 * faces.el (list-faces-display): Improve the formatting by
16156 computing the maximum length required for any face-name (reworked
16157 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16158 (internal-find-face): Remove redundant info in docstring.
16159
16160 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16161
16162 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16163 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16164 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16165 (gdb-assembler-custom): Improve regexps.
16166 (def-gdb-auto-update-handler): Use window point to preserve point.
16167
16168 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16171
16172 2005-05-31 Jay Belanger <belanger@truman.edu>
16173
16174 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16175 to calc-embedded.
16176 (calc-embedded-make-info): Have plain prefix argument select
16177 entire line.
16178
16179 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16180
16181 * faces.el (list-faces-display): Signal error if passed a regexp
16182 that matches no face name.
16183
16184 * simple.el (filter-buffer-substring): Fix typo in docstring.
16185
16186 2005-05-31 Richard M. Stallman <rms@gnu.org>
16187
16188 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16189 (vhdl-emacs-21): Doc fix.
16190 (vhdl-mode): Unconditionally set comment-padding.
16191 (vhdl-fixup-whitespace-region): Insert spaces only where
16192 there are none.
16193 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16194
16195 2005-05-30 John Wiegley <johnw@newartisans.com>
16196
16197 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16198 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16199 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16200 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16201 `string-to-number'.
16202
16203 2005-05-30 Jay Belanger <belanger@truman.edu>
16204
16205 * calc/calc.el (calc-bug-address): Fix docstring.
16206 (calc-window-hook, calc-trail-window-hook): New variables.
16207 (calc-trail-display): Restore use of calc-trail-window-hook.
16208 (calc): Restore use of calc-window-hook.
16209
16210 2005-05-31 Masatake YAMATO <jet@gyve.org>
16211
16212 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16213
16214 * help-fns.el (help-C-file-name): Add autoload mark for
16215 `find-function-noselect'.
16216
16217 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16218
16219 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16220 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16221
16222 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16223
16224 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16225 included diary buffer if it was not already being visited.
16226 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16227
16228 * calendar/icalendar.el (top-level): Do not require appt.
16229
16230 * mail/supercite.el (sc-select-attribution): Only use a list
16231 element from sc-attrib-selection-list if it returns a string.
16232 Reported by Davide G. M. Salvetti <salve@debian.org>.
16233
16234 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16235
16236 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16237 includes a hash value to improve its uniqueness, and has a ".jpg"
16238 extension. Also, it is now a valid filename on all systems.
16239 (thumbs-make-thumb): Use `let', not `let*'.
16240 (thumbs-show-thumbs-list): Check for JPEG availability.
16241
16242 2005-05-30 Richard M. Stallman <rms@gnu.org>
16243
16244 * filesets.el (filesets-menu-ensure-use-cached):
16245 Prevent warning when emacs-version>= is undefined.
16246
16247 * printing.el (pr-interactive-n-up): Use string-to-number.
16248
16249 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16250
16251 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16252 Warn only when name to be defined is quoted.
16253
16254 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16255
16256 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16257 Make regexp more robust.
16258 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16259 Force regeneration of disassembly.
16260
16261 2005-05-29 Jay Belanger <belanger@truman.edu>
16262
16263 * calc/calc.el (calc-user-invocation): Check if
16264 calc-invocation-macro is non-nil.
16265
16266 2005-05-29 Juri Linkov <juri@jurta.org>
16267
16268 * add-log.el (change-log-font-lock-keywords):
16269 Add `+' to e-mail regexp to accept mail address with keywords.
16270
16271 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16272
16273 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16274
16275 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16276
16277 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16278
16279 2005-05-29 Richard M. Stallman <rms@gnu.org>
16280
16281 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16282 Undo the change that moves to end of the current word.
16283
16284 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16285
16286 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16287 Throw error when count <= 0 to ensure input is a number.
16288 (gdb-read-memory-custom): Pick up address from buffer.
16289 (gdb-memory-mode): Allow user to increment and decrement
16290 memory address from header line.
16291
16292 2005-05-29 Richard M. Stallman <rms@gnu.org>
16293
16294 * flyspell.el (flyspell-version): Function deleted.
16295 (flyspell-auto-correct-previous-hook): Doc fix.
16296
16297 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16298 Do nothing if memory is full.
16299
16300 * font-lock.el (font-lock-fontify-syntactically-region):
16301 Pass t for GREEDY to looking-back.
16302
16303 * saveplace.el (save-place-alist-to-file): Write the file
16304 using write-region.
16305
16306 * subr.el (looking-back): New argument GREEDY.
16307
16308 * progmodes/compile.el (compilation-start): Set the mode
16309 before inserting the initial text.
16310
16311 * progmodes/which-func.el (which-func-update-1): Turn the mode
16312 off in case of error by setting which-func-mode.
16313
16314 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16315
16316 * flyspell.el (flyspell-auto-correct-previous-word):
16317 Narrow down to what's on the screen, and recenter overlays
16318 at the end of the next word.
16319
16320 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16321
16322 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16323 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16324 (flyspell-abbrev-p): Default to nil.
16325 (flyspell-use-global-abbrev-table-p): Doc fix.
16326 (flyspell-large-region): Allow nil as value.
16327 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16328
16329 (mail-mode-flyspell-verify): More robust handling
16330 of `mail-header-separator'. More efficient signature detection.
16331 Allow for regexp metacharacters in message-header-separator.
16332 Adding `To' not to be checked in mail-mode-flyspell-verify.
16333
16334 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16335 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16336 Bind flyspell-auto-correct-binding.
16337 Bind C-. and C-, .
16338 (flyspell-mode-map): Likewise.
16339 (flyspell-mode): Doc fix.
16340 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16341 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16342 (flyspell-word-cache-result): New var, always local.
16343 (flyspell-check-pre-word-p): Doc fix.
16344 (flyspell-check-changed-word-p): Handle spc like newline.
16345 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16346 (flyspell-word-search-backward, flyspell-word-search-forward):
16347 New functions.
16348 (flyspell-word): Return t if nothing to check.
16349 When parsing TeX code, check for after } or \.
16350 Use flyspell-word-search-backward to find previous word.
16351 Return nil if duplicated word.
16352 For word already checked, return same value as last time.
16353 Set flyspell-word-cache-result after checking.
16354 Don't clobber the return value.
16355 (flyspell-get-word): Major rewrite.
16356 (flyspell-external-point-words): New locals pword, pcount.
16357 Fix size used in progress message.
16358 Find the proper corresponding word in flyspell-large-region-buffer.
16359 (flyspell-region): Check for flyspell-large-region = nil.
16360 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16361 (flyspell-auto-correct-word): Check that WORD is a cons.
16362 (flyspell-correct-word): Likewise.
16363
16364 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16365
16366 * progmodes/make-mode.el (makefile-rule-action-regex)
16367 (makefile-macroassign-regex, makefile-makepp-mode)
16368 (makefile-bsdmake-mode): Continuation lines may be empty.
16369 Reported by Joshua Varner.
16370 (makefile-makepp-font-lock-keywords): Add $(stem).
16371
16372 2005-05-28 Karl Berry <karl@gnu.org>
16373
16374 * textmodes/tex-mode.el: Now that tex-send-command calls
16375 shell-quote-argument (2005-03-31 change), remove all calls to
16376 shell-quote-argument; they all end up invoking tex-send-command.
16377 The double quoting loses on filenames with non-safe characters,
16378 such as "@". Reported by Frederik Fouvry.
16379
16380 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16381
16382 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16383 about preserving point.
16384
16385 2005-05-27 Jay Belanger <belanger@truman.edu>
16386
16387 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16388 Info-goto-node.
16389
16390 * calc/calc-embed.el (calc-embed-arg): New variable.
16391 (calc-do-embedded-activate, calc-embedded-activate-formula)
16392 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16393 variable by new variable.
16394 (calc-embedded-make-info): Replace undeclared variable by new
16395 variable. When selecting region with positive prefix
16396 argument, use end of previous line instead of beginning of line.
16397
16398 * calc/calc-aent.el (calc-arg-values): Declare it.
16399
16400 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16401 Declare them.
16402
16403 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16404
16405 * calc/calc.el (calc-alg-map): Declare it.
16406
16407 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16408
16409 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16410
16411 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16412 (gdb-registers-buffer, toggle-gdb-all-registers):
16413 Toggle display of floating point registers.
16414 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16415
16416 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16417 (toggle-gud-tooltip-dereference):
16418 Rename from gud-toggle-tooltip-dereference.
16419
16420 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16421
16422 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16423
16424 2005-05-27 Jay Belanger <belanger@truman.edu>
16425
16426 * calc/calc-prog.el (calc-kbd-report): Remove.
16427 (calc-kbd-query): Rewrite.
16428
16429 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16430
16431 * image.el (image-library-alist): Move to image.c.
16432 (image-type-available-p): Doc fix.
16433
16434 2005-05-27 Lute Kamstra <lute@gnu.org>
16435
16436 * calc/calc.el (calc):
16437 * outline.el (outline-1, outline-2, outline-3, outline-4)
16438 (outline-5, outline-6, outline-7, outline-8):
16439 * textmodes/dns-mode.el (dns-mode):
16440 * textmodes/sgml-mode.el (sgml-namespace-face):
16441 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16442 (tex-verbatim-face, tex-use-reftex):
16443 * textmodes/texinfo.el (texinfo-heading-face):
16444 Specify customization group.
16445
16446 * longlines.el: Don't require easy-mmode.
16447 (longlines-visible-face): Specify customization group.
16448
16449 2005-05-27 Kenichi Handa <handa@m17n.org>
16450
16451 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16452 encoding table of windows-1251.
16453
16454 * international/ucs-tables.el (ucs-set-table-for-input):
16455 If translation-table-for-input of a coding system is a symbol, get
16456 its translation-table property.
16457
16458 * international/code-pages.el: Don't register a coding system into
16459 non-iso-charset-alist more than once.
16460 (cp-make-coding-system): Likewise.
16461
16462 2005-05-26 John Wiegley <johnw@newartisans.com>
16463
16464 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16465 `eshell-resume-eval' is wrapped in a list, it indicates that the
16466 command was run asynchronously. In that case, unwrap the value
16467 before checking the delimiter value.
16468
16469 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16470 character before a space at the end of a line is \, assume the space
16471 is part of the last argument rather than a final argument separator.
16472
16473 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16474 is in use, and the target is `t' or `nil' (which are the most common
16475 values), don't assume that the symbol target is a buffer.
16476
16477 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16478
16479 * calendar/calendar.el (calendar-mode-line-format):
16480 Use mode-line-highlight as mouse-face.
16481
16482 * time.el (display-time-string-forms, display-time-update):
16483 Use mode-line-highlight as mouse-face.
16484
16485 2005-05-26 Jay Belanger <belanger@truman.edu>
16486
16487 * calc/calc.el (calc-language-alist): Remove extra defvar.
16488
16489 2005-05-26 Lute Kamstra <lute@gnu.org>
16490
16491 * arc-mode.el (archive-mode):
16492 * bookmark.el (bookmark-read-annotation-mode)
16493 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16494 * bs.el (bs-mode):
16495 * calc/calc-yank.el (calc-edit-mode):
16496 * calc/calc.el (calc-mode, calc-trail-mode):
16497 * calculator.el (calculator-mode):
16498 * chistory.el (command-history-mode):
16499 * comint.el:
16500 * cus-edit.el (custom-mode):
16501 * descr-text.el (describe-text-mode):
16502 * ebuff-menu.el (Electric-buffer-menu-mode):
16503 * ediff-util.el (ediff-mode):
16504 * emacs-lisp/re-builder.el (reb-mode):
16505 * emulation/vi.el (vi-mode-setup):
16506 * emulation/ws-mode.el (wordstar-mode):
16507 * eshell/esh-mode.el (eshell-mode):
16508 * forms.el (forms-mode):
16509 * help-mode.el (help-mode):
16510 * hexl.el (hexl-mode):
16511 * ibuffer.el (ibuffer-mode):
16512 * ielm.el (inferior-emacs-lisp-mode):
16513 * info.el (Info-mode, Info-edit-mode):
16514 * international/swedish.el:
16515 * ledit.el (ledit-from-lisp-mode):
16516 * locate.el (locate-mode):
16517 * mail/rmail.el (rmail-mode):
16518 * mail/rmailedit.el (rmail-edit-mode):
16519 * mail/rmailsum.el (rmail-summary-mode):
16520 * mail/supercite.el (sc-electric-mode):
16521 * net/eudc.el (eudc-mode):
16522 * net/quickurl.el (quickurl-list-mode):
16523 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16524 * obsolete/ooutline.el (outline-mode):
16525 * obsolete/options.el (Edit-options-mode):
16526 * obsolete/rnews.el (news-mode):
16527 * obsolete/rnewspost.el (news-reply-mode):
16528 * play/5x5.el (5x5-mode):
16529 * play/decipher.el (decipher-mode, decipher-stats-mode):
16530 * play/gomoku.el (gomoku-mode):
16531 * play/snake.el (snake-mode):
16532 * play/solitaire.el (solitaire-mode):
16533 * play/tetris.el (tetris-mode):
16534 * progmodes/ada-mode.el (ada-mode):
16535 * progmodes/antlr-mode.el (antlr-mode):
16536 * progmodes/autoconf.el (autoconf-mode):
16537 * progmodes/dcl-mode.el (dcl-mode):
16538 * progmodes/delphi.el (delphi-mode):
16539 * progmodes/ebrowse.el (ebrowse-tree-mode)
16540 (ebrowse-electric-list-mode, ebrowse-member-mode)
16541 (ebrowse-electric-position-mode):
16542 * progmodes/f90.el (f90-mode):
16543 * progmodes/fortran.el (fortran-mode):
16544 * progmodes/icon.el (icon-mode):
16545 * progmodes/idlw-help.el (idlwave-help-mode):
16546 * progmodes/idlw-shell.el (idlwave-shell-mode):
16547 * progmodes/idlwave.el (idlwave-mode):
16548 * progmodes/inf-lisp.el (inferior-lisp-mode):
16549 * progmodes/m4-mode.el (m4-mode):
16550 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16551 * progmodes/modula2.el (modula-2-mode):
16552 * progmodes/octave-inf.el (inferior-octave-mode):
16553 * progmodes/octave-mod.el (octave-mode):
16554 * progmodes/pascal.el (pascal-mode):
16555 * progmodes/sh-script.el (sh-mode):
16556 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16557 * progmodes/vhdl-mode.el (vhdl-mode):
16558 * progmodes/xscheme.el (scheme-interaction-mode):
16559 * replace.el (occur-mode):
16560 * ses.el (ses-mode):
16561 * simple.el (completion-list-mode):
16562 * skeleton.el:
16563 * speedbar.el (speedbar-mode):
16564 * term.el (term-mode):
16565 * terminal.el (terminal-edit-mode):
16566 * textmodes/reftex-index.el (reftex-index-mode)
16567 (reftex-index-phrases-mode):
16568 * textmodes/reftex-sel.el (reftex-select-label-mode)
16569 (reftex-select-bib-mode):
16570 * textmodes/reftex-toc.el (reftex-toc-mode):
16571 * wdired.el (wdired-change-to-wdired-mode):
16572 * wid-browse.el (widget-browse-mode):
16573 Use run-mode-hooks.
16574
16575 * array.el (array-mode):
16576 * calendar/todo-mode.el (todo-mode):
16577 * man.el (Man-mode):
16578 * play/landmark.el (lm-mode):
16579 * play/mpuz.el (mpuz-mode):
16580 Use kill-all-local-variables and run-mode-hooks.
16581
16582 * subr.el (delay-mode-hooks): Specify indentation.
16583
16584 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16585
16586 * xml.el (xml-substitute-special): Don't die for undefined xml
16587 entities.
16588
16589 2005-05-26 Jay Belanger <belanger@truman.edu>
16590
16591 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16592 of nil.
16593
16594 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16595
16596 * progmodes/gdb-ui.el (gdb-frame-address):
16597 Rename from gdb-current-address.
16598 (gdb-previous-frame-address): Rename from gdb-previous-address.
16599 (gdb-selected-frame): Rename from gdb-current-frame.
16600 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16601 (gdb-frame-number): Rename from gdb-current-stack-level.
16602 (gdb-ann3): Match new mode-name for disassembly buffer.
16603 Extend initialization of variables.
16604 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16605 (gdb-memory-mode): Use mouse-face in header line.
16606 (gdb-assembler-buffer-name): Call it disassembly and give frame
16607 in mode line.
16608 (gdb-source-spec-regexp, gdb-assembler-custom)
16609 (gdb-invalidate-assembler, gdb-frame-handler):
16610 Make robust to leading zeroes in address format.
16611
16612 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16613
16614 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16615 define `org-mode'.
16616 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16617
16618 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16619
16620 * log-edit.el (log-edit-changelog-entries): Distinguish between
16621 filenames like xfns.c and fns.c.
16622
16623 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16624
16625 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16626 point after reverting.
16627 (Buffer-menu-make-sort-button): Handle the case where
16628 `Buffer-menu-use-header-line' is nil.
16629
16630 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16631
16632 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16633 New funcs. In minibuffer-local-completion-map bind `]', `/'
16634 and `:' to them.
16635
16636 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16637
16638 * startup.el (normal-top-level): Allow modification of load-path while
16639 we're iterating over it.
16640
16641 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16642
16643 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16644 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16645 (thumbs-resize-interactive, thumbs-insert-image)
16646 (thumbs-insert-thumb, thumbs-dired-show-marked)
16647 (thumbs-find-image-at-point, thumbs-delete-images)
16648 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16649 (thumbs-increment-image-size, thumbs-decrement-image-size):
16650 Fix typos in docstrings.
16651
16652 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16653
16654 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16655 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16656 (cperl-mode): Use them.
16657
16658 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16659
16660 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16661 Doc fixes.
16662
16663 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16664
16665 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16666 Bind C-d to gdb-inferior-io-eof.
16667
16668 * dired.el (dired-dnd-popup-notice): Use message-box.
16669
16670 2005-05-23 Masatake YAMATO <jet@gyve.org>
16671
16672 * bindings.el (mode-line-major-mode-keymap):
16673 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16674
16675 * faces.el (mode-line-highlight): New face.
16676
16677 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16678 as mouse-face.
16679
16680 * bindings.el (top-level, help-echo, mode-line-modified)
16681 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16682 as mouse-face.
16683
16684 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16685
16686 * progmodes/cc-engine.el (c-guess-basic-syntax):
16687 Remove spurious call to `zerop'.
16688
16689 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16690
16691 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16692
16693 CC Mode update to 5.30.10:
16694
16695 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16696 could go past the limit in decoration level 2, thereby causing
16697 errors during interactive fontification.
16698
16699 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16700 the file is evaluated interactively.
16701
16702 * cc-engine.el (c-guess-basic-syntax): Handle operator
16703 declarations somewhat better in C++.
16704
16705 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16706 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16707 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16708 (awk-mode): Use it.
16709 (make-local-hook): Suppress warning about obsoleteness.
16710
16711 * cc-engine.el, cc-align.el, cc-cmds.el
16712 (c-append-backslashes-forward, c-delete-backslashes-forward)
16713 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16714 Compensate for return value from `forward-line' when it has moved
16715 but not to a different line due to eob.
16716
16717 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16718 `objc-method-intro' and `objc-method-args-cont'.
16719
16720 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16721
16722 CC Mode update to 5.30.10:
16723
16724 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16725 in the copyright statement. Incidentally, change "along with GNU
16726 Emacs" to "along with this program" where it occurs.
16727
16728 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16729 so that it is interactive, hence can be found by M-x awk-mode
16730 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16731 <gmorris+emacs@ast.cam.ac.uk>.
16732
16733 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16734 Mode's regexps.
16735
16736 2005-05-23 Kevin Ryde <user42@zip.com.au>
16737
16738 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16739 c-parse-state, to avoid a lisp error (on bad code).
16740
16741 2005-05-23 Lute Kamstra <lute@gnu.org>
16742
16743 * subr.el (font-lock-defaults): Remove defvar as it's already
16744 defined in font-core.el.
16745
16746 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16747
16748 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16749
16750 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16751 more general and work when GDB variable "print pretty" is on,
16752 as with Emacs, for example.
16753
16754 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16755
16756 * font-core.el: Update comment.
16757
16758 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16759 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16760
16761 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16762
16763 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16764
16765 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16766 and `yank-handler' in the doc strings.
16767
16768 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16769
16770 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16771
16772 2005-05-22 Richard M. Stallman <rms@gnu.org>
16773
16774 * help.el (describe-key): Move print-help-return-message call
16775 out of conditional.
16776
16777 * progmodes/etags.el (list-tags): Use with-no-warnings.
16778
16779 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16780 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16781 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16782
16783 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16784
16785 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16786 Add defvar.
16787
16788 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16789 Use defvar, not defconst.
16790
16791 * hexl.el (hexl-follow-line): Use with-no-warnings.
16792
16793 * emulation/tpu-extras.el: Use write-file-functions instead of
16794 write-file-hooks.
16795
16796 * dired.el (dired-font-lock-keywords): Fontify files with junk
16797 extensions even if marked by -F.
16798
16799 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16800
16801 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16802 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16803 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16804 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16805 (concatenate, list-length, get*, getf, cl-remprop):
16806 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16807 (etypecase, progv, lexical-let, lexical-let*)
16808 (multiple-value-bind, multiple-value-setq, shiftf):
16809 Improve argument/docstring consistency.
16810
16811 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16812
16813 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16814
16815 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16816 doesn't exist.
16817
16818 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16819 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16820
16821 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16822
16823 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16824 already deleted variables: auto-fill-hook, blink-paren-hook,
16825 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16826 suspend-hooks, comment-indent-hook, meta-flag,
16827 before-change-function, after-change-function,
16828 font-lock-doc-string-face.
16829
16830 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16831
16832 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16833
16834 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16835
16836 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16837 rmail-dont-reply-to.
16838
16839 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16840
16841 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16842 literal blank when splitting new-header-values.
16843
16844 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16845
16846 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16847 string so that tmm doesn't create a completion entry for it.
16848
16849 * textmodes/table.el (table-disable-menu): Ditto.
16850
16851 2005-05-21 Richard M. Stallman <rms@gnu.org>
16852
16853 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16854
16855 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16856
16857 * net/rcompile.el (remote-compile): Use compilation-start.
16858
16859 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16860
16861 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16862
16863 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16864 Default to makefile-bsdmake-mode on BSD systems.
16865
16866 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16867 REGEXP may also be a search function now. The part of doc-string
16868 for describing the structure was 95% identical to that of
16869 `imenu--generic-function'. Unify it there.
16870
16871 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16872 Use function to find dependencies, because regexp alone is so complex,
16873 it easily goes into an endless loop.
16874 (makefile-makepp-mode): Also add submenu for Perl functions
16875 defined in the makefile.
16876 (makefile-bsdmake-mode): Special imenu-generic-expression no
16877 longer needed, due to function call.
16878 (makefile-match-dependency): Take BOUND into account when checking
16879 if we're through.
16880
16881 2005-05-20 Jay Belanger <belanger@truman.edu>
16882
16883 * calc/calc-units.el (calc-invalidate-units-table):
16884 Use inhibit-read-only.
16885 (math-build-units-table-buffer): Use view-mode.
16886
16887 2005-05-20 David Kastrup <dak@gnu.org>
16888
16889 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16890 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16891
16892 2005-05-20 Lute Kamstra <lute@gnu.org>
16893
16894 * diff-mode.el (diff-header-face, diff-file-header-face)
16895 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16896 (diff-added-face, diff-changed-face, diff-function-face)
16897 (diff-context-face, diff-nonexistent-face): Put them in the
16898 diff-mode customization group.
16899
16900 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16903
16904 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16905
16906 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16907 Minor regexp-optimization.
16908
16909 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16910
16911 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16912 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16913 (org-agenda-add-time-grid-maybe): New function.
16914 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16915 (org-table-create): `dotimes' instead of `mapcar'.
16916 (org-xor): Simplify implementation.
16917 (org-agenda): `inhibit-redisplay' turned on.
16918 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16919 a consistent line after a state change.
16920 (org-agenda-remove-times-when-in-prefix): New option.
16921 (org-prefix-has-time): New variable.
16922 (org-parse-time-string): Optional argument NODEFAULT.
16923 (org-format-agenda-item): Parse items for time-of-day
16924 specifications and move these into the prefix if possible.
16925 (org-agenda-priority): Get current heading, not previous heading
16926 during agenda remote editing.
16927
16928 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16929
16930 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16931 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16932 (remove-duplicates, delete-duplicates, substitute)
16933 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16934 (nsubstitute-if-not, find, find-if, find-if-not, position)
16935 (position-if, position-if-not, count, count-if, count-if-not)
16936 (mismatch, search, sort*, stable-sort, merge, member*)
16937 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16938 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16939 (intersection, nintersection, set-difference, nset-difference)
16940 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16941 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16942 (nsublis, tree-equal): Improve argument/docstring consistency.
16943
16944 * subr.el (send-string, send-region): Remove obsolescence declaration.
16945 (window-dot, set-window-dot, read-input, show-buffer)
16946 (eval-current-buffer, string-to-int):
16947 Add release number to obsolescence declarations.
16948
16949 2005-05-19 Kim F. Storm <storm@cua.dk>
16950
16951 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16952 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16953
16954 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16955
16956 * faces.el (list-faces-display): Make back button respect optional
16957 regexp arg.
16958
16959 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16960
16961 * calculator.el (calculator-radix-grouping-mode)
16962 (calculator-radix-grouping-digits, calculator-displayer)
16963 (calculator-radix-grouping-separator, calculator-copy-displayer):
16964 * dabbrev.el (dabbrev-search-these-buffers-only):
16965 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16966 (diff-advance-after-apply-hunk, diff-mode-hook)
16967 (diff-minor-mode-prefix):
16968 * imenu.el (imenu-use-popup-menu):
16969 * jit-lock.el (jit-lock-context-time):
16970 * newcomment.el (comment-fill-column, comment-column)
16971 (comment-style, comment-padding, comment-multi-line)
16972 (comment-empty-lines, comment-auto-fill-only-comments):
16973 * reveal.el (reveal-around-mark):
16974 * uniquify.el (uniquify-buffer-name-style)
16975 (uniquify-after-kill-buffer-p)
16976 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16977 (uniquify-min-dir-content, uniquify-separator)
16978 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16979 * w32-vars.el (w32-fixed-font-alist):
16980 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16981 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16982 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16983 * progmodes/perl-mode.el (perl-indent-level)
16984 (perl-continued-statement-offset, perl-continued-brace-offset)
16985 (perl-brace-offset, perl-brace-imaginary-offset)
16986 (perl-label-offset, perl-indent-continued-arguments)
16987 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16988 * progmodes/tcl.el (tcl-indent-level)
16989 (tcl-continued-indent-level, tcl-auto-newline)
16990 (tcl-tab-always-indent, tcl-electric-hash-style)
16991 (tcl-help-directory-list, tcl-use-smart-word-finder)
16992 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16993 (inferior-tcl-source-command):
16994 * textmodes/fill.el (enable-kinsoku):
16995 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16996 * textmodes/table.el (table-yank-handler):
16997 Specify missing group (and type, if simple) in defcustom.
16998
16999 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17000
17001 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17002
17003 2005-05-19 Richard M. Stallman <rms@gnu.org>
17004
17005 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17006
17007 * subr.el (event-basic-type): Don't get an error.
17008 (left-fringe-p): Function deleted.
17009
17010 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17011 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17012
17013 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17014 in recursive copy.
17015
17016 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17017
17018 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17019
17020 * emacs-lisp/bytecomp.el
17021 (byte-compile-file-form-custom-declare-variable):
17022 Call byte-compile-nogroup-warn if appropriate.
17023
17024 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17025 (compilation-set-window): Don't call left-fringe-p; do it directly.
17026
17027 2005-05-19 Jay Belanger <belanger@truman.edu>
17028
17029 * calc/calc-graph.el (calc-graph-format-data): Make sure
17030 var-PlotRejects is bound before trying to check its value.
17031
17032 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17033
17034 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17035 definition of this variable from reftex-global.el to reftex.el,
17036 because it is needed in the menu.
17037
17038 2005-05-19 Lute Kamstra <lute@gnu.org>
17039
17040 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17041 years are fixed. Don't insert a space after a dash.
17042
17043 2005-05-19 Kim F. Storm <storm@cua.dk>
17044
17045 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17046
17047 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17048
17049 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17050 strings, because (eq ... ?\\) is fairly frequent.
17051
17052 * progmodes/make-mode.el (makefile-add-this-line-targets):
17053 Simplify and integrate into `makefile-pickup-targets'.
17054 (makefile-add-this-line-macro): Simplify and integrate into
17055 `makefile-pickup-macros.
17056 (makefile-pickup-filenames-as-targets): Simplify.
17057 (makefile-previous-dependency, makefile-match-dependency):
17058 Don't stumble over `::'.
17059
17060 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17061
17062 * subr.el (post-command-idle-hook, post-command-idle-delay):
17063 Remove obsoletion of post-command-idle-hook and
17064 post-command-idle-delay.
17065
17066 * faces.el (list-faces-display): Provide button when describe-face
17067 is called to take user back to the list of faces.
17068
17069 * help-fns.el (describe-variable): Remove hyperlinks in a
17070 variable's value as these are quite frequently inappropriate.
17071
17072 * follow.el (follow-submit-feedback, follow-mode):
17073 Remove references to post-command-idle-hook.
17074
17075 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17076
17077 * progmodes/make-mode.el (makefile-previous-dependency)
17078 (makefile-match-dependency): Check for := (and in bsd mode also
17079 !=) to give a better result, even when font-lock is not on.
17080
17081 2005-05-18 Jay Belanger <belanger@truman.edu>
17082
17083 * calc/calc-help.el (calc-s-prefix-help):
17084 Add `calc-copy-special-constant' to help string.
17085
17086 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17087
17088 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17089
17090 2005-05-18 Jay Belanger <belanger@truman.edu>
17091
17092 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17093 in linear factors are in proper order.
17094
17095 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17096
17097 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17098 Support for jurabib.
17099
17100 * textmodes/reftex.el (featurep): Define aliases for overlay
17101 commands, for XEmacs compatibility, and use these aliases in
17102 overlay initializations.
17103 (reftex-highlight): Use `reftex-move-overlay'.
17104 (reftex-unhighlight): Use `reftex-delete-overlay'.
17105 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17106 (reftex-access-search-path): Use `reftex-uniquify' instead of
17107 `reftex-uniq'
17108
17109 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17110 `before-string' property modification enables for Emacs as well.
17111 (reftex-select-item): Use `reftex-delete-overlay'.
17112 (reftex-select-mark): Use `reftex-make-overlay' and
17113 `reftex-overlay-put'.
17114 (reftex-select-unmark): Use `reftex-delete-overlay' and
17115 `reftex-overlay-put'.
17116
17117 2005-05-18 Lute Kamstra <lute@gnu.org>
17118
17119 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17120
17121 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * add-log.el (add-change-log-entry):
17124 * array.el (array-make-template, array-reconfigure-rows)
17125 (array-init-max-row, array-init-max-column)
17126 (array-init-columns-per-line, array-init-field-width):
17127 * replace.el (replace-match-maybe-edit, perform-replace):
17128 * textmodes/spell.el (spell-region):
17129 Replace `read-input' by `read-string'.
17130
17131 * forms.el (forms-mode):
17132 * finder.el (finder-compile-keywords):
17133 * shadowfile.el (shadow-read-files):
17134 Replace `eval-current-buffer' by `eval-buffer'.
17135
17136 * terminal.el (te-pass-through):
17137 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17138 (ange-ftp-raw-send-cmd):
17139 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17140 (send-process-next-char, telnet-initial-filter, telnet):
17141 Replace `send-string' by `process-send-string'.
17142
17143 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17144 (prolog-consult-region): Replace `send-string' by
17145 `process-send-string'; replace `send-region' by `process-send-region'.
17146
17147 * progmodes/delphi.el (delphi-log-msg):
17148 Replace `set-window-dot' by `set-window-point'.
17149
17150 * subr.el (window-dot, set-window-dot, read-input, send-string)
17151 (send-region, show-buffer, eval-current-buffer):
17152 Make really obsolete, as the comment says.
17153
17154 2005-05-17 Kim F. Storm <storm@cua.dk>
17155
17156 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17157 (cua--init-keymaps): Bind C-return instead of S-return to set
17158 rectangle mark.
17159
17160 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17161 instead of S-return to toggle/clear rectangle mark.
17162
17163 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17164
17165 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17166 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17167 Also fontify plain strings assigned to variables, mostly so that a
17168 colon has a face and is thus not taken as a dependency separator.
17169 (makefile-previous-dependency): Inline the new matcher, because it
17170 is too complex to work in both directions.
17171 (makefile-match-dependency): Eliminate `backward' arg (see above).
17172 Completely reimplemented so as to not sometimes go into an endless
17173 loop. It should also be more efficient, because first it only
17174 searches for `:', instead of applying the very complex regexp.
17175 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17176 to be fontified in one piece can be too long for JIT.
17177 Makefiles are never *that* big.
17178
17179 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17180
17181 * dired.el (dired-mode): Simplify.
17182
17183 2005-05-17 Lute Kamstra <lute@gnu.org>
17184
17185 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17186 defcustom for the mode hook variable.
17187
17188 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17189 Emacs Lisp Reference Manual.
17190
17191 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17192
17193 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17194 (evenp, list*):
17195 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17196 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17197
17198 * net/tramp-smb.el (tramp-smb-open-connection):
17199 Pass `tramp-chunksize' as fifth (required) argument.
17200
17201 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17202
17203 * font-lock.el (lisp-font-lock-keywords-1):
17204 Set `font-lock-negation-char-face' for [^...] char group.
17205 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17206
17207 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17208 a var, and refine it to mask one more level of nested vars.
17209 (makefile-rule-action-regex): Turn it into a var, and refine it so
17210 it recognizes backslashed continuation lines as belonging to the
17211 same command.
17212 (makefile-macroassign-regex): Refine it so it recognizes
17213 backslashed continuation lines as belonging to the same command.
17214 (makefile-var-use-regex): Don't look at the next char, because it
17215 might be the same one to be skipped by the initial [^$], leading
17216 to an overlooked variable use.
17217 (makefile-make-font-lock-keywords): Remove two parameters, which
17218 are now variables that some of the modes set locally.
17219 Handle dependency and rule action matching through functions, because
17220 regexps alone match too often. Dependency matching now comes
17221 last, so it can check, whether a colon already matched something else.
17222 (makefile-mode): Inform that font-lock improves makefile parsing
17223 capabilities.
17224 (makefile-match-dependency, makefile-match-action): New functions.
17225
17226 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17227
17228 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17229
17230 * align.el (align-regexp):
17231 * ansi-color.el (ansi-color-get-face):
17232 * array.el (array-reconfigure-rows, array-init-max-row)
17233 (array-init-max-column, array-init-columns-per-line)
17234 (array-init-field-width):
17235 * dired-aux.el (dired-trample-file-versions):
17236 * dired-x.el (dired-mark-sexp):
17237 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17238 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17239 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17240 * faces.el (face-read-integer):
17241 * files.el (backup-extract-version, insert-directory):
17242 * hexl.el (hexl-insert-decimal-char):
17243 * server.el (server-process-filter):
17244 * shell.el (shell-extract-num):
17245 * startup.el (command-line-1):
17246 * term.el (term-command-hook):
17247 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17248 (time-stamp-do-number):
17249 * time.el (display-time-update):
17250 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17251 (timezone-fix-time):
17252 * vms-patch.el (vms-suspend-resume-hook):
17253 * calendar/appt.el (appt-convert-time):
17254 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17255 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17256 * calendar/cal-islam.el (mark-islamic-diary-entries):
17257 * calendar/calendar.el (calendar-cursor-to-date)
17258 (calendar-star-date):
17259 * calendar/diary-lib.el (diary-attrtype-convert)
17260 (mark-diary-entries, diary-entry-time):
17261 * calendar/solar.el (solar-get-number):
17262 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17263 * emacs-lisp/re-builder.el (reb-display-subexp):
17264 * emulation/edt.el (edt-set-scroll-margins):
17265 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17266 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17267 (vip-get-ex-count):
17268 * emulation/viper-ex.el (viper-get-ex-token)
17269 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17270 * international/fontset.el (fontset-plain-name):
17271 * mail/feedmail.el (feedmail-look-at-queue-directory):
17272 * mail/mailalias.el (mail-get-names):
17273 * mail/rmail.el (rmail-convert-to-babyl-format):
17274 * mail/rmailsum.el (rmail-make-basic-summary-line)
17275 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17276 (rmail-summary-goto-msg):
17277 * mail/smtpmail.el (smtpmail-read-response):
17278 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17279 (ange-ftp-vms-add-file-entry):
17280 * play/gametree.el (gametree-looking-at-ply)
17281 (gametree-current-branch-score):
17282 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17283 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17284 * progmodes/cperl-mode.el (condition-case):
17285 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17286 (ebrowse-set-member-buffer-column-width)
17287 (ebrowse-select-1st-to-9nth):
17288 * progmodes/etags.el (etags-snarf-tag):
17289 * progmodes/flymake.el (flymake-parse-line):
17290 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17291 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17292 (idlwave-shell-menu-def):
17293 * progmodes/ps-mode.el (ps-run-goto-error):
17294 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17295 (vhdl-speedbar-contract-level):
17296 * term/mac-win.el (x-handle-numeric-switch):
17297 * term/sun-mouse.el (sun-get-frame-data):
17298 * term/w32-win.el (x-handle-numeric-switch):
17299 * term/x-win.el (x-handle-numeric-switch):
17300 * textmodes/ispell.el (ispell-parse-output):
17301 * textmodes/nroff-mode.el (nroff-outline-level):
17302 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17303 (reftex-bib-sort-year-reverse, reftex-format-citation):
17304 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17305 (reftex-section-number):
17306 * textmodes/texinfmt.el (texinfo-paragraphindent):
17307 Replace `string-to-int' by `string-to-number'.
17308
17309 * international/latexenc.el: Add page marker to force the "Local
17310 Variables:" string out of the last page.
17311
17312 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17313
17314 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17315 tooltip-change-major-mode.
17316 (gud-tooltip-print-command): Remove case where gud-minor-mode
17317 is gdb ("--fullname").
17318 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17319 explain to user.
17320
17321 2005-05-16 Jay Belanger <belanger@truman.edu>
17322
17323 * calc/calc-store.el (calc-copy-special-constant): New function.
17324
17325 * calc/calc-ext.el (calc-init-extensions): Add binding for
17326 `calc-copy-special-constant'.
17327
17328 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17329 for the `calc-copy-special-constant' command.
17330
17331 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17332
17333 * subr.el (left-fringe-p): New function.
17334
17335 * progmodes/compile.el (compilation-setup): Set local value of
17336 overlay-arrow-string to "" always.
17337 (compilation-set-window): Left fringe then don't scroll.
17338 No left fringe then no arrow and scroll message to top.
17339 (compilation-context-lines): Adjust doc string accordingly.
17340
17341 2005-05-16 Kim F. Storm <storm@cua.dk>
17342
17343 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17344 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17345 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17346 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17347 (ido-read-file-name): Handle commands with ido property value
17348 equal to find-file as reading a file name, to allow C-d to enter dired.
17349 (ibuffer-find-file): Add ido property with value find-file.
17350
17351 2005-05-15 Kim F. Storm <storm@cua.dk>
17352
17353 * subr.el (open-network-stream-nowait): Remove.
17354 (open-network-stream-server): Remove.
17355
17356 2005-05-15 Richard M. Stallman <rms@gnu.org>
17357
17358 * faces.el (describe-face): Output a definition link button.
17359
17360 * help-mode.el (help-face-def): New button type.
17361
17362 * emacs-lisp/copyright.el (copyright-fix-years):
17363 Match properly if the first year is 2-digit.
17364 Don't mess up the whitespace after the years by filling.
17365
17366 * dired-aux.el (dired-mark-confirm):
17367 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17368
17369 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17370 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17371 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17372
17373 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17374 Set font-lock-comment-start-skip.
17375
17376 * font-lock.el (font-lock-comment-start-skip): New variable.
17377 (font-lock-comment-end-skip): New variable.
17378 (font-lock-fontify-syntactically-region): Use them if non-nil.
17379
17380 2005-05-15 Jay Belanger <belanger@truman.edu>
17381
17382 * calc/calc-store.el (calc-store-value): Return a string rather
17383 than display it as a message.
17384 Use calc-var-name for variable name.
17385 (calc-store-into): Add the result of calc-store-value to message.
17386 (calc-copy-variable): Add a message.
17387 (calc-store-exchange): Improve error messages.
17388 (calc-store-binary, calc-store-map): Don't reset the values of
17389 special constants.
17390
17391 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17392
17393 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17394 manual to docstring.
17395
17396 * files.el (hack-local-variables-confirm): Add STRING argument.
17397 Make the function handle non file visiting buffers correctly.
17398 (hack-local-variables-prop-line, hack-local-variables)
17399 (hack-one-local-variable): Use STRING arg of
17400 `hack-local-variables-confirm'.
17401
17402 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17403
17404 Sync with Tramp 2.0.49.
17405
17406 * net/tramp.el (tramp-handle-dired-call-process)
17407 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17408 because the contents of the Tramp buffer is changed before
17409 insertion (`expand-file' and alike).
17410 (tramp-handle-insert-directory): If `localname' has an empty
17411 nondirectory name, it must not be quoted.
17412 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17413 variable `tramp-chunksize'. Change callees.
17414 (tramp-open-connection-setup-interactive-shell): Check remote host
17415 for buggy `send-process-string' implementation.
17416 Set `tramp-chunksize' if found. Reported by Michael Kifer
17417 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17418 (tramp-handle-shell-command): `insert-buffer' cannot be used
17419 because the contents of the Tramp buffer is changed before
17420 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17421 <frederic.bothamy@free.fr>.
17422 (tramp-set-auto-save): Actions should be done for Tramp file name
17423 handler only. Ange-FTP has its own auto-save mechanism.
17424 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17425 (tramp-set-auto-save-file-modes): Set file modes of
17426 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17427 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17428 (tramp-bug): Remove obsolete variable.
17429 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17430 for presence of `mml-mode'. Make it running for older Emacsen as well.
17431
17432 2005-05-14 John Paul Wallington <jpw@pobox.com>
17433
17434 * ibuf-ext.el (define-ibuffer-filter filename):
17435 If `dired-directory' is a list, use its car.
17436
17437 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17438
17439 * ibuffer.el (define-ibuffer-column filename):
17440 If `dired-directory' is a list, use its car.
17441
17442 2005-05-14 Richard M. Stallman <rms@gnu.org>
17443
17444 * subr.el (symbol-file): Doc fix.
17445
17446 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17447 (byte-compile-form): Call byte-compile-nogroup-warn.
17448 (byte-compile-warning-types): Doc fix.
17449
17450 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17451
17452 * progmodes/cc-engine.el (c-literal-faces):
17453 Add font-lock-comment-delimiter-face.
17454
17455 * net/net-utils.el (dig): Use with-no-warnings.
17456
17457 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17458 (sc-recite-frame-alist, sc-default-cite-frame)
17459 (sc-default-uncite-frame, sc-default-recite-frame)
17460 (sc-attrib-selection-list, sc-rewrite-header-list):
17461 Mark as risky-local-variable.
17462
17463 * international/ogonek.el (ogonek-jak, ogonek-how):
17464 Don't use beginning-of-buffer.
17465
17466 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17467
17468 * calendar/solar.el (solar-data-list): Move definition up.
17469
17470 * dnd.el (dnd-protocol-alist): Add autoload.
17471
17472 * progmodes/sh-script.el: Many doc usage fixes.
17473 (sh-indent-after-do): Change default to match common styles.
17474
17475 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17476
17477 * files.el (interpreter-mode-alist)
17478 (auto-mode-interpreter-regexp): Doc fixes.
17479
17480 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17481
17482 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17483
17484 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17485
17486 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17487
17488 * dired.el (dired-mode): make-variable-buffer-local =>
17489 make-local-variable.
17490
17491 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17492
17493 * term/mac-win.el (mac-select-convert-to-string): Try coding
17494 systems in mac-script-code-coding-systems if specified one cannot
17495 encode string for `com.apple.traditional-mac-plain-text'.
17496
17497 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17498
17499 * progmodes/make-mode.el (makefile-targets-face)
17500 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17501 (makefile-dependency-regex): Fix it to not make the colon in
17502 $(var:a=b) special.
17503 (makefile-rule-action-regex): New regexp for highlighting embedded
17504 Shell strings.
17505 (makefile-macroassign-regex): Handle != for highlighting as
17506 embedded Shell strings.
17507 (makefile-var-use-regex): New const.
17508 (makefile-statements, makefile-automake-statements)
17509 (makefile-gmake-statements, makefile-makepp-statements)
17510 (makefile-bsdmake-statements): New consts.
17511 (makefile-make-font-lock-keywords): New function.
17512 (makefile-automake-font-lock-keywords)
17513 (makefile-gmake-font-lock-keywords)
17514 (makefile-makepp-font-lock-keywords)
17515 (makefile-bsdmake-font-lock-keywords): New consts.
17516 (makefile-mode-map): Add switchers between the various submodes.
17517 (makefile-mode): Document the availability of the variants.
17518 (makefile-automake-mode, makefile-gmake-mode)
17519 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17520
17521 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17522 new variants of makefile-mode.
17523
17524 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17525
17526 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17527 the inheritance.
17528
17529 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17530
17531 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17532 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17533
17534 * files.el (normal-mode): Extend the scope of the
17535 `enable-local-variables' binding to include the `set-auto-mode' call.
17536 (magic-mode-alist): Doc fix.
17537
17538 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17541 font-lock-comment-face rather than copying its setting.
17542
17543 2005-05-12 Andreas Schwab <schwab@suse.de>
17544
17545 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17546
17547 2005-05-12 Lute Kamstra <lute@gnu.org>
17548
17549 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17550 defcustom for the mode hook variable. Delete the last argument.
17551 * generic-x.el: Fix callers of define-generic-mode.
17552 (generic-x-modes): Delete group.
17553 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17554 generic-x customization group.
17555
17556 2005-05-12 Kim F. Storm <storm@cua.dk>
17557
17558 * font-lock.el (font-lock-negation-char-face): Default to "off".
17559
17560 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17561 font-lock-negation-char-face to ! in !=.
17562
17563 2005-05-12 Masatake YAMATO <jet@gyve.org>
17564
17565 * add-log.el (find-change-log): Fix typos in the docstring
17566 of function.
17567
17568 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17569
17570 * international/latexenc.el (latexenc-find-file-coding-system):
17571 Avoid `re-search-forward' when looking for input encoding because
17572 of speed and safety. Better regular expressions for recognizing
17573 input encoding. Limit a search for TeX-master/tex-main-file to
17574 the local variable section.
17575
17576 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17577
17578 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17579 syntax of $ to "'" (quote).
17580
17581 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17582
17583 * dnd.el (dnd-protocol-alist): Improve custom type.
17584
17585 * dired.el (dired-dnd-protocol-alist): New variable.
17586 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17587 `dired-mode-hook' to the end.
17588
17589 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17590
17591 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17592 comment-end if comment-start-skip is not set.
17593 Obey the font-lock-comment-delimiter-face variables.
17594
17595 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17596
17597 * files.el (executable-find): Move from executable.el. Use
17598 locate-file.
17599 * progmodes/executable.el (executable-find): Move to files.el.
17600
17601 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17602 when trying to ensure forward progress.
17603
17604 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17605
17606 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17607 (mouse-select, mouse-select-internal, mouse-extend-internal):
17608 Use it to implement mouse-1-click-follows-link functionality.
17609
17610 2005-05-11 Richard M. Stallman <rms@gnu.org>
17611
17612 * font-lock.el (font-lock-fontify-syntactically-region):
17613 Use font-lock-comment-delimiter-face for comment delimiters.
17614
17615 2005-05-10 Jay Belanger <belanger@truman.edu>
17616
17617 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17618 preserving embedded modes.
17619
17620 2005-05-10 Richard M. Stallman <rms@gnu.org>
17621
17622 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17623
17624 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17625 Move from ada-stmt.el.
17626 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17627
17628 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17629 Move to ada-mode.el.
17630 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17631
17632 * cus-edit.el (custom-file): Call file-chase-links.
17633
17634 * files.el (read-directory-name): Fix previous change.
17635 (hack-local-variables-confirm): New function.
17636 (hack-local-variables-prop-line, hack-local-variables)
17637 (hack-one-local-variable): Use it.
17638
17639 2005-05-10 Lute Kamstra <lute@gnu.org>
17640
17641 * font-lock.el (font-lock-keywords-alist)
17642 (font-lock-removed-keywords-alist): Clarify docstrings.
17643
17644 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17645
17646 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17647 (gdb-source-info): Check for preprocessor info.
17648 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17649 a macro for a function.
17650 (gdb-info-breakpoints-custom): Try to find file again if not already
17651 found (user might have used GDB dir command).
17652 (gdb-get-location): Update gdb-location-alist correctly for change
17653 to gdb-info-breakpoints-custom.
17654
17655 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17656 (gud-tooltip-print-command): Add gdbmi case.
17657 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17658 preprocessor info.
17659
17660 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17661
17662 * startup.el (fancy-splash-insert): Fix typo in doc string.
17663
17664 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17665
17666 * obsolete/float.el (string-to-float):
17667 * obsolete/hilit19.el (hilit-add-pattern):
17668 * obsolete/rnews.el (news-parse-range, news-select-message)
17669 (news-get-pruned-list-of-files): Replace `string-to-int' by
17670 `string-to-number'.
17671
17672 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17673 `find-file-not-found-hooks'; use `add-hook'.
17674 (uncompress-while-visiting): Set `write-file-functions', not
17675 `write-file-hooks'; use `add-hook'.
17676
17677 2005-05-09 Kim F. Storm <storm@cua.dk>
17678
17679 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17680 (cua-paste): Handle clipboard action.
17681 (cua--init-keymaps): Remap clipboard-kill-region and
17682 clipboard-kill-ring-save.
17683
17684 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17685
17686 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17687 Improve commentary.
17688
17689 * simple.el (next-error-overlay-arrow-position): Revert the change
17690 made on 2005-04-30.
17691
17692 2005-05-07 Jay Belanger <belanger@truman.edu>
17693
17694 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17695 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17696 `calc-sel-reselect'.
17697
17698 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17699 Calc is in embedded mode.
17700
17701 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17702
17703 * progmodes/compile.el (compilation-setup):
17704 Set overlay-arrow-string to an empty string on text terminals.
17705
17706 * textmodes/ispell.el (ispell-program-name): Try looking for
17707 "aspell" along exec-path, and if found, use it as the default
17708 speller program.
17709
17710 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17711
17712 * international/mule.el (sgml-xml-auto-coding-function):
17713 Recognize encoding='FOO' in single quotes as well as in double quotes.
17714
17715 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17716
17717 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17718 as well as `interactive', so that defmacro* would recognize
17719 `declare' forms.
17720
17721 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17722
17723 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17724 Explain more about the LIGHTER arg's usage in the doc string.
17725 Add commentary to clarify what the code does. Fix the regexp that
17726 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17727 since it could have characters special to regular expressions.
17728
17729 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17730
17731 * replace.el (occur-1): Bind inhibit-read-only so that
17732 erase-buffer doesn't barf on read-only text properties (likewise
17733 for add-text-properties in occur-engine). Mark buffer as unmodified.
17734 (occur-engine): Don't set buffer-read-only here.
17735
17736 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17737
17738 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17739 list-buffers-directory. This caused the *cvs-commit* buffer to be
17740 sometimes mistakenly reused as a *cvs* buffer.
17741
17742 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17743
17744 * tooltip.el: Move code for GUD tooltips into gud.el.
17745 (require): CL no longer needed to compile case.
17746 (tooltip-mode): Do not toggle functions for GUD tooltips.
17747 (tooltip-gud-tips-p): Remove. Replace with minor mode
17748 gud-tooltip-mode in gud.el.
17749 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17750 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17751 tooltip-gud prefix with gud-tooltip and obsolete.
17752 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17753 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17754 (tooltip-mouse-motion): Mouse movement functions/variable.
17755 Rename in gud.el by adding gud prefix.
17756 (tooltip-gud-original-filter, tooltip-gud-dereference)
17757 (tooltip-gud-event, tooltip-toggle-gud-tips)
17758 (tooltip-gud-process-output, tooltip-gud-print-command)
17759 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17760 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17761 (gdb-tooltip-print): Move to gdb-ui.el.
17762
17763 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17764 (require): CL needed to compile case.
17765 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17766 tooltip-gud-tips-p. Make it a minor-mode.
17767 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17768 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17769 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17770 (gud-tooltip-change-major-mode)
17771 (gud-tooltip-activate-mouse-motions-if-enabled)
17772 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17773 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17774 (gud-tooltip-original-filter, gud-tooltip-dereference)
17775 (gud-tooltip-event, tooltip-toggle-gud-tips)
17776 (gud-tooltip-process-output, gud-tooltip-print-command)
17777 (gud-tooltip-tips): Move from tooltip.el.
17778
17779 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17780 (gdb-cpp-define-alist-flags): Doc fix.
17781 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17782 gud-tooltip-mode is t.
17783
17784 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17785
17786 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17787 evaporate if their text is deleted.
17788 (goto-address-at-point): Make it work as a mouse binding as well.
17789 (goto-address-at-mouse): Obsolete it. Update users.
17790
17791 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17792
17793 * calendar/appt.el (top-level): No longer activate on load.
17794
17795 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17796
17797 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17798 * net/webjump.el (webjump):
17799 * progmodes/idlw-help.el (idlwave-do-context-help1)
17800 (idlwave-highlight-linked-completions):
17801 * textmodes/po.el (po-find-file-coding-system-guts):
17802 Replace `assoc-ignore-case' by `assoc-string'.
17803
17804 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17805
17806 * files.el (locate-file): Doc fix.
17807
17808 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17809 Remove the redundant test for ms-dos.
17810
17811 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17812 look for the preprocessor with exec-suffixes. If not found in
17813 standard places, look in exec-path. Remove most of the tests that
17814 used system-type.
17815
17816 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17817
17818 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17819
17820 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17821 file-name clash with jka-compr.el on 8+3 filesystems.
17822
17823 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17824
17825 * term/mac-win.el: Don't define or bind scroll bar functions if
17826 x-toolkit-scroll-bars is t.
17827 (x-select-text, x-get-selection-value): Clear
17828 x-last-selected-text-clipboard if x-select-enable-clipboard is
17829 nil.
17830 (PRIMARY): Put mac-scrap-name property.
17831 (mac-select-convert-to-file-url): New function.
17832 (public.file-url): New selection target type. Add to
17833 selection-converter-alist.
17834 (x-get-selection, x-selection-value): Handle it.
17835 (x-cut-buffer-or-selection-value): New alias.
17836
17837 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17838
17839 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17840 entry to avoid calling bibtex-find-entry with arg global
17841 being t. Remove arg key.
17842 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17843 (bibtex-copy-summary-as-kill): Change accordingly.
17844
17845 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17846
17847 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17848 (org-agenda-date-later): Use with-current-buffer.
17849
17850 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17851
17852 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17853 (define-obsolete-variable-alias): Doc Fixes.
17854
17855 2005-05-06 Kim F. Storm <storm@cua.dk>
17856
17857 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17858 vertical-motion when selective-display is active.
17859
17860 * ido.el (ido-setup-hook): New hook.
17861 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17862 (ido-input-stack): New var.
17863 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17864 ido-next-work-file binding to M-O.
17865 Bind M-f to ido-wide-find-file-or-pop-dir.
17866 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17867 (ido-read-internal): Run ido-setup-hook.
17868 Catch quit in read-file-name and read-string to cancel edit.
17869 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17870 Automatically pop-all when completing a directory name (RET).
17871 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17872 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17873 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17874 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17875 New functions for M-b/M-f to move among the directory components.
17876 (ido-make-merged-file-list): Catch quit to cancel merge.
17877 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17878 (ido-completion-help): No warnings for ido-completion-buffer-full.
17879
17880 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17881
17882 * font-lock.el (font-lock-negation-char-face): New face and variable.
17883 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17884 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17885 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17886 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17887
17888 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17889
17890 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17891 Fix typo in docstring.
17892
17893 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17894 (ebrowse-print-statistics-line)
17895 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17896
17897 * term/w32-win.el (image-library-alist): Add additional name for
17898 Xpm library.
17899
17900 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17901
17902 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17903 use gcc instead of cpp.
17904
17905 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17906 (gdb-create-define-alist): Use it.
17907 (gdb-cpp-define-alist-program): Update for MS-DOS.
17908
17909 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17910
17911 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17912
17913 2005-05-04 Richard M. Stallman <rms@gnu.org>
17914
17915 * help.el (describe-key): No error when UNTRANSLATED is nil.
17916
17917 * simple.el (line-move-1): Fix previous change to signal errors
17918 appropriately.
17919
17920 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17921
17922 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17923 (icalendar-duration-correction): Remove.
17924 (icalendar--get-event-properties): Split result at commas.
17925 (icalendar--decode-isoduration): New optional argument
17926 DURATION-CORRECTION.
17927 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17928 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17929 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17930 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17931 (icalendar--convert-anniversary-to-ical): New functions, extracted
17932 from icalendar-export-region, with bug fixes.
17933 (icalendar-export-region): Use the above functions.
17934 (icalendar-import-buffer): Check before saving diary file.
17935 (icalendar--convert-recurring-to-diary)
17936 (icalendar--convert-non-recurring-all-day-to-diary)
17937 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17938 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17939 (icalendar--convert-ical-to-diary): Use the above functions.
17940
17941 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17942
17943 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17944 Remove these recent additions.
17945 (c-mode): Restore to before 2005-04-28.
17946
17947 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17948 recent addition.
17949
17950 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17951 (gdb-define-alist): New variables.
17952 (gdb-create-define-alist): New function.
17953 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17954 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17955 with string-to-number.
17956 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17957
17958 * progmodes/gud.el: Replace string-to-int with string-to-number.
17959 (gud-find-file): Handle gdb-define-alist.
17960
17961 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17962
17963 2005-05-02 Jay Belanger <belanger@truman.edu>
17964
17965 * calc/calc-aent.el (math-read-token):
17966 * calc/calc-bin.el (calc-word-size):
17967 * calc/calc-ext.el (calc-read-number-fancy):
17968 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17969 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17970 * calc/calc-frac.el (calc-over-notation):
17971 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17972 (calc-graph-num-points, calc-graph-init):
17973 * calc/calc-prog.el (calc-read-parse-table-part)
17974 (calc-edit-macro-repeats):
17975 * calc/calc-yank.el (calc-do-grab-rectangle):
17976 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17977 Replace `string-to-int' by `string-to-number'.
17978
17979 2005-05-02 Kim F. Storm <storm@cua.dk>
17980
17981 * kmacro.el: Use executing-kbd-macro-index variable.
17982
17983 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17984
17985 * net/rlogin.el (rlogin-parse-words): Delete func.
17986 (rlogin): Use split-string, not rlogin-parse-words.
17987 Also, if there are option-like elements in the parsed args,
17988 take the host to be the first arg immediately following them.
17989 Suggested by Michael Mauger.
17990
17991 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17992
17993 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17994
17995 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17996
17997 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17998 (cc-mode-cpp-program): Rename to cc-define-list-program and
17999 move to cc-vars.el.
18000
18001 * progmodes/cc-vars.el (cc-define-list-program):
18002 Change to "gcc -E -dM -". Make customizable.
18003
18004 2005-05-02 Kim F. Storm <storm@cua.dk>
18005
18006 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18007
18008 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18009
18010 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18011
18012 * international/mule-util.el (truncate-string): Remove alias and
18013 obsolete declaration.
18014
18015 * international/mule-cmds.el (update-iso-coding-systems):
18016 Remove alias and obsolete declaration.
18017
18018 * international/mule.el (coding-system-parent): Remove alias and
18019 obsolete declaration.
18020
18021 * subr.el (define-function, sref): Remove aliases and obsolete
18022 declarations.
18023 (chars-in-region): Remove obsolete declaration.
18024
18025 2005-05-01 Richard M. Stallman <rms@gnu.org>
18026
18027 * info.el (Info-mode): Set widen-automatically to nil, locally.
18028
18029 * simple.el (widen-automatically): New variable.
18030 (pop-global-mark): Obey widen-automatically.
18031
18032 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18033
18034 * term/xterm.el (function-key-map): Call substitute-key-definition
18035 before the keymap size is increased by a lot of define-key calls.
18036
18037 2005-05-01 Richard M. Stallman <rms@gnu.org>
18038
18039 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18040 Rename ARG to ELEMENT. Doc fix.
18041
18042 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18043
18044 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18045 Remove references to allout-exposure/change to allout-new-exposure.
18046
18047 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18048 bytecode symbols.
18049
18050 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18051 (compiled-function-p, focus-frame, unfocus-frame):
18052 Remove aliases and obsolete declarations.
18053 Back out inadvertent changes from previous commit.
18054
18055 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18056
18057 * files.el (require-final-newline): Make Custom tags consistent
18058 with mode-require-final-newline.
18059 (mode-require-final-newline): Doc fix.
18060
18061 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18062
18063 * international/latexenc.el (latexenc-find-file-coding-system):
18064 Fix regular expressions.
18065
18066 2005-05-01 David Kastrup <dak@gnu.org>
18067
18068 * international/latexenc.el (latexenc-find-file-coding-system):
18069 Fix regular expressions.
18070
18071 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18072
18073 * subr.el (string-to-int): Make obsolete.
18074
18075 2005-04-30 Richard M. Stallman <rms@gnu.org>
18076
18077 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18078
18079 * loadup.el: load jka-comp-hook.
18080
18081 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18082 (jka-compr-handler): Add autoload. `put' calls moved
18083 to jka-comp-hook.el.
18084 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18085 (jka-compr-inhibit): Autoload.
18086
18087 * jka-comp-hook.el: New file.
18088 Enable the mode by default.
18089
18090 * files.el (backup-buffer-copy): Use copy-file instead
18091 of write-region, and put back the 'excl.
18092
18093 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18094
18095 * progmodes/flymake.el (flymake-split-string)
18096 (flymake-split-string, flymake-log, flymake-pid-to-names)
18097 (flymake-reg-names, flymake-get-source-buffer-name)
18098 (flymake-unreg-names, flymake-add-line-err-info)
18099 (flymake-add-err-info): Clarify docstrings.
18100 (flymake-popup-menu, flymake-make-emacs-menu)
18101 (flymake-make-xemacs-menu): Add docstrings.
18102 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18103 Set variables directly throughout.
18104
18105 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18106
18107 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18108 exists. Initialize cc-define-alist.
18109 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18110 If there is no file (Macroexpansion) don't create an alist.
18111
18112 2005-04-29 Sam Steingold <sds@gnu.org>
18113
18114 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18115 (cc-create-define-alist): Use it instead of the hard-coded string.
18116
18117 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18120 for latexenc.
18121
18122 2005-04-29 Lute Kamstra <lute@gnu.org>
18123
18124 * emacs-lisp/generic.el: Improve commentary section.
18125 (define-generic-mode): Improve docstring.
18126
18127 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18128
18129 * textmodes/org.el (many places): Change to quiet the byte compiler.
18130 (org-prefix-format-compiled): New variable.
18131 (org-compile-prefix-format): New function.
18132 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18133 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18134 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18135 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18136 consistency with entries from `org-mode' files.
18137 (org-get-time-of-day): Fix bug with partial matches early in a line.
18138 (org-non-link-chars): New constant.
18139 (org-link-regexp): Respect `org-non-link-chars'.
18140 (org-agenda-day-view): Remove command.
18141 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18142 (org-follow-bbdb-link, org-store-link): Search also company field.
18143 (org-highlight-overlay): New variable.
18144 (org-highlight, org-unhighlight): New functions.
18145 (org-agenda-mode): Add pre-command-hook to remove highlight.
18146 (org-evaluate-time-range): Behavior depends upon whether time stamp
18147 contains a time or not.
18148 (org-show-subtree, org-show-entry): New functions.
18149 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18150
18151 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18152
18153 * comint.el (comint-output-filter-functions): Add autoload cookie.
18154
18155 2005-04-28 Kim F. Storm <storm@cua.dk>
18156
18157 * ido.el (ido-everywhere): Fix last change.
18158
18159 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18160
18161 * international/latexenc.el: New file.
18162 * international/mule-conf.el (file-coding-system-alist): For .tex,
18163 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18164
18165 2005-04-28 Lute Kamstra <lute@gnu.org>
18166
18167 * font-lock.el (font-lock-add-keywords)
18168 (font-lock-remove-keywords): Clarify docstring.
18169 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18170 Don't start docstrings with a `*'.
18171 (font-lock-update-removed-keyword-alist): Give it a docstring.
18172
18173 * generic-x.el: Update commentary section.
18174 Only require font-lock when compiling.
18175 Define all modes conditionally.
18176 Place all generic modes in the generic-x-modes customization group.
18177 (generic-x-modes): New customization group.
18178 (generic-default-modes, generic-mswindows-modes)
18179 (generic-unix-modes, generic-other-modes): New constants.
18180 (generic-define-mswindows-modes, generic-define-unix-modes):
18181 Update docstrings. Make them obsolete.
18182 (generic-extras-enable-list): New default value. Update docstring.
18183 Improve :type. Change :set function.
18184 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18185 Fix docstring.
18186
18187 * emacs-lisp/generic.el (generic-mode-internal):
18188 Simplify font-lock-defaults.
18189 (define-generic-mode): Fix docstring.
18190
18191 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18192
18193 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18194 font-lock-face property to highlight matches.
18195
18196 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18197
18198 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18199 (cc-define-alist): New variable.
18200 (c-mode): Make it local and initialize it.
18201
18202 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18203 (gdb-exited): New function.
18204 (gdb-annotation-rules): Use it.
18205 (gdb-starting): Set gdb-active-process to t.
18206 (gdb-stopping): Amend doc string.
18207 (gdb-reset): Set gdb-active-process to nil.
18208
18209 * tooltip.el (tooltip-gud-tips): Show the associated #define
18210 directives when a C program under GDB is not executing.
18211
18212 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18215 font-lock-fontify-syntactic-keywords.
18216
18217 * font-lock.el (font-lock-default-fontify-region): Don't force
18218 parse-sexp-lookup-properties to nil.
18219
18220 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18221
18222 * man.el (man-mode-syntax-table): Set up `:' to have
18223 word-constituent syntax.
18224
18225 2005-04-27 Lute Kamstra <lute@gnu.org>
18226
18227 * novice.el (disable-command): Don't add spurious newlines to the
18228 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18229
18230 2005-04-26 Jay Belanger <belanger@truman.edu>
18231
18232 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18233 than one window before deleting window.
18234
18235 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18236
18237 * shell.el (shell-prompt-pattern): Doc fix.
18238 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18239
18240 * comint.el (comint-prompt-regexp, comint-get-old-input)
18241 (comint-use-prompt-regexp)
18242 (comint-use-prompt-regexp-instead-of-fields)
18243 (comint-replace-by-expanded-history, comint-send-input)
18244 (comint-output-filter, comint-get-old-input-default)
18245 (comint-line-beginning-position, comint-bol, comint-show-output)
18246 (comint-backward-matching-input, comint-forward-matching-input)
18247 (comint-next-prompt, comint-previous-prompt):
18248 Rename `comint-use-prompt-regexp-instead-of-fields' to
18249 `comint-use-prompt-regexp'. Keep old name as alias and declare
18250 obsolete.
18251 (comint-use-prompt-regexp): Shorten first line of doc string.
18252
18253 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18254 Set paragraph-separate buffer locally to "\\'".
18255
18256 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18257 Adapt to above name change.
18258
18259 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18260 (smbclient-prompt-regexp): Ditto.
18261
18262 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18263
18264 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18265
18266 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18267 gdb-location-list.
18268 Break lines that are over 80 characters wide.
18269
18270 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18273 New fun and var, to preserve compatibility.
18274
18275 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18276
18277 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18278
18279 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18280 name to file-newer-than-file-p.
18281
18282 2005-04-26 Richard M. Stallman <rms@gnu.org>
18283
18284 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18285
18286 * progmodes/python.el (python-mode):
18287 Use new name eldoc-documentation-function.
18288
18289 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18290
18291 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18292 (eldoc-documentation-function):
18293 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18294
18295 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18296
18297 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18298
18299 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18300
18301 * term/xterm.el (function-key-map): Fix strings for
18302 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18303 {C,S,A,C-S}-{f1-f12}.
18304
18305 2005-04-26 Kenichi Handa <handa@m17n.org>
18306
18307 * international/mule-cmds.el (select-safe-coding-system):
18308 Fix previous change.
18309
18310 2005-04-26 Lute Kamstra <lute@gnu.org>
18311
18312 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18313
18314 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18315 (font-lock-comment-delimiter-face): Ditto.
18316
18317 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18318
18319 2005-04-25 Jay Belanger <belanger@truman.edu>
18320
18321 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18322 to t while inserting information; use help-mode.
18323
18324 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18325
18326 * term.el (ansi-term-color-vector): Use the xterm colors.
18327 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18328
18329 2005-04-25 Lute Kamstra <lute@gnu.org>
18330
18331 * font-core.el (font-lock-defaults): Fix docstring.
18332
18333 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18334
18335 2005-04-25 Kenichi Handa <handa@m17n.org>
18336
18337 * international/mule-cmds.el (select-safe-coding-system):
18338 Don't check consistency with coding: spec, etc if raw-text or
18339 no-conversion was found to be safe.
18340
18341 2005-04-24 Richard M. Stallman <rms@gnu.org>
18342
18343 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18344 citation markers at start of each line.
18345
18346 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18347 citation markers at start of each line.
18348
18349 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18350
18351 * files.el (mode-require-final-newline): Fix previous change.
18352 (require-final-newline): Fix type label.
18353
18354 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18355
18356 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18357 statement in buffer (broken by 2004-11-24 change).
18358
18359 2005-04-24 Kim F. Storm <storm@cua.dk>
18360
18361 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18362 and read-file-name-function values. Don't overwrite existing
18363 non-nil values if ido-mode is enabled without ido-everywhere.
18364
18365 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18366
18367 * files.el (mode-require-final-newline): Minor doc fix.
18368
18369 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18370
18371 * subr.el (syntax-after): Doc fix.
18372 (syntax-class): If argument is nil, return nil. Mask off upper 16
18373 bits, not 8 bits.
18374
18375 * files.el (mode-require-final-newline): Doc fix.
18376 (backup-buffer-copy): Fix last change.
18377
18378 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18379
18380 * term/mac-win.el: Require select. Set selection-coding-system to
18381 mac-system-coding-system. Call menu-bar-enable-clipboard.
18382 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18383 (x-select-enable-clipboard): New variables.
18384 (x-select-text, x-get-selection, x-selection-value)
18385 (x-get-selection-value, mac-select-convert-to-string)
18386 (mac-services-open-file, mac-services-open-selection)
18387 (mac-services-insert-text): New functions.
18388 (CLIPBOARD, FIND): Put mac-scrap-name property.
18389 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18390 (public.tiff): Put mac-ostype property.
18391 (selection-converter-alist): Add entries for them.
18392 (mac-application-menu-map): New keymap.
18393 (interprogram-cut-function, interprogram-paste-function): Set to
18394 x-select-text and x-get-selection-value, respectively.
18395 (split-window-keep-point): Set to t.
18396
18397 2005-04-23 Richard M. Stallman <rms@gnu.org>
18398
18399 * files.el (read-directory-name): Always pass non-nil
18400 DEFAULT-FILENAME arg to read-file-name.
18401 (backup-buffer-copy, basic-save-buffer-2): Take care against
18402 writing thru an unexpected existing symlink.
18403 (revert-buffer): In indirect buffer, revert the base buffer.
18404 (magic-mode-alist): Doc fix.
18405 (buffer-stale-function): Doc fix.
18406 (minibuffer-with-setup-hook): Avoid warning.
18407 (mode-require-final-newline): Doc and custom fix.
18408
18409 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18410
18411 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18412 use the default appearance.
18413 (font-lock-comment-delimiter-face): New face, new variable.
18414
18415 * imenu.el (imenu--generic-function): The official position of a
18416 definition is the start of the line that BEG is in.
18417
18418 * midnight.el (midnight-timer): Move defvar up.
18419
18420 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18421
18422 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18423
18424 * startup.el (command-line): Use with-no-warnings.
18425
18426 * window.el (window-size-fixed): New defvar.
18427
18428 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18429
18430 * mail/rmail.el (rmail-font-lock-keywords):
18431 Use font-lock-comment-delimiter-face.
18432
18433 * mail/sendmail.el (mail-font-lock-keywords):
18434 Use font-lock-comment-delimiter-face.
18435
18436 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18437
18438 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18439
18440 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18441 Specify t for LAXMATCH when matching directories.
18442 Save match data around compilation-compat-error-properties form.
18443
18444 2005-04-23 David Kastrup <dak@gnu.org>
18445
18446 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18447 Mention that the autoloaded aliases should be kept for AUCTeX.
18448
18449 2005-04-23 Andreas Schwab <schwab@suse.de>
18450
18451 * isearch.el (isearch-forward): Doc fix.
18452
18453 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18454
18455 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18456 (jit-lock-stealth-nice): Change default value to 0.5.
18457
18458 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18459
18460 * abbrev.el (write-abbrev-file): Write table entries in
18461 alphabetical order by table name.
18462
18463 2005-04-22 Kim F. Storm <storm@cua.dk>
18464
18465 * ido.el (ido-read-internal): Fix `list' completion.
18466
18467 2005-04-22 Kenichi Handa <handa@m17n.org>
18468
18469 * recentf.el (recentf-save-file-coding-system): New variable.
18470 (recentf-save-list): Encode the file by
18471 recentf-save-file-coding-system and add coding: tag.
18472
18473 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18474
18475 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18476
18477 2005-04-21 Lute Kamstra <lute@gnu.org>
18478
18479 * loadhist.el (unload-feature): Don't remove a function from hooks
18480 if it is about to be restored to an autoload . Remove functions
18481 that will become unbound from auto-mode-alist. Simplify the code.
18482
18483 * subr.el (assq-delete-all): New implementation that is linear,
18484 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18485 (rassq-delete-all): New function.
18486
18487 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18488 Add size-indication-mode.
18489
18490 2005-04-21 Kenichi Handa <handa@m17n.org>
18491
18492 * international/mule-cmds.el: Add autoload for widget-value in
18493 eval-when-compile.
18494
18495 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18496
18497 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18498 Add tooltip-mode.
18499
18500 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18501
18502 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18503
18504 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18505 (inferior-lisp-filter-regexp, inferior-lisp-program)
18506 (inferior-lisp-load-command, inferior-lisp-prompt)
18507 (inferior-lisp-mode-hook, lisp-source-modes)
18508 (inferior-lisp-load-hook): defvar->defcustom.
18509 (inferior-lisp-program, inferior-lisp-prompt)
18510 (inferior-lisp-load-hook): Doc fixes.
18511 (inferior-lisp-install-letter-bindings): Small change in
18512 introductory comment.
18513
18514 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18515
18516 * vc.el (vc-annotate-color-map): Change some colors so that text
18517 using them as foreground is readable on both white and black
18518 backgrounds.
18519
18520 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18521
18522 * international/mule-conf.el (translation-table-for-input):
18523 Remove redundant declaration.
18524
18525 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18526
18527 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18528
18529 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18530 (tooltip-toggle-gud-tips): New function.
18531
18532 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18533
18534 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18535 right angle brackets.
18536
18537 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18538
18539 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18540
18541 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18542
18543 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18544 Remove. Update callers to use expand-file-name instead.
18545
18546 * subr.el (syntax-class): New function.
18547
18548 * simple.el (blink-matching-open): Use it.
18549
18550 * paren.el (show-paren-function): Use it to recognize parens that are
18551 also used in 2-char comment markers.
18552
18553 2005-04-19 Lute Kamstra <lute@gnu.org>
18554
18555 * loadhist.el (unload-feature): Update for new format of
18556 load-history. Simplify the code.
18557
18558 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18559
18560 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18561 (mac-add-charset-info): New function. Initialize variable
18562 mac-charset-info-alist using it.
18563 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18564 for translation.
18565 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18566 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18567 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18568 New CCL programs.
18569
18570 2005-04-19 Kim F. Storm <storm@cua.dk>
18571
18572 * simple.el (next-buffer, prev-buffer, next-error)
18573 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18574 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18575
18576 * bindings.el (next-buffer, prev-buffer, next-error)
18577 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18578 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18579 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18580 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18581
18582 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * isearch.el (isearch-edit-string): Make the search-ring available for
18585 minibuffer history commands.
18586 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18587 the default history commands now work just as well.
18588 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18589
18590 2005-04-18 Kim F. Storm <storm@cua.dk>
18591
18592 * emulation/cua-base.el (cua--pre-command-handler): Add more
18593 elaborate check for shift modifier on non-window systems.
18594
18595 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18596
18597 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18598
18599 2005-04-18 Kim F. Storm <storm@cua.dk>
18600
18601 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18602 and make it optional. Don't test tooltip-gud-echo-area here.
18603 (tooltip-gud-process-output, gdb-tooltip-print):
18604 Pass tooltip-gud-echo-area to tooltip-show.
18605 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18606
18607 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18608
18609 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18610 `display-graphic-p' may not be bound yet.
18611
18612 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18613
18614 * startup.el (command-line): No longer enable Xterm Mouse mode by
18615 default in terminals compatible with xterm.
18616
18617 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18618
18619 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18620
18621 * tooltip.el (tooltip-gud-echo-area): Rename from
18622 tooltip-use-echo-area.
18623 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18624 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18625 area independently of where help tooltips are displayed.
18626
18627 2005-04-17 David Kastrup <dak@gnu.org>
18628
18629 * cus-theme.el (custom-theme-write-variables): Quote variables
18630 where necessary.
18631
18632 2005-04-17 Richard M. Stallman <rms@gnu.org>
18633
18634 * simple.el (yank-excluded-properties): Add follow-link to value.
18635
18636 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18637
18638 * startup.el (fancy-splash-max-time): Just 30 seconds.
18639 (fancy-splash-delay): Just 7.
18640 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18641
18642 * loadhist.el (unload-feature): Update for new format of load-history.
18643 Simplify the code.
18644
18645 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18646 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18647
18648 * mail/sendmail.el (mail-font-lock-keywords):
18649 Don't fontify subject text.
18650 Don't fontify the text of a citation.
18651
18652 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18653
18654 * comint.el (comint-output-filter): Run comint-output-filter-functions
18655 with point where the user had it.
18656
18657 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18658
18659 * international/ucs-tables.el (ucs-set-table-for-input):
18660 Disable when using unify-on-decoding.
18661
18662 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18663
18664 * emulation/cua-base.el (cua-global-mark-face): Add special case
18665 for displays supporting a high number of colors.
18666
18667 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18668
18669 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18670
18671 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18672
18673 * filesets.el (filesets-add-buffer): If user supplies a name of a
18674 non-existing fileset, create a new fileset.
18675
18676 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18677
18678 * textmodes/org.el (org-up-heading-all): Fix bug with
18679 `outline-up-heading-all'.
18680
18681 2005-04-16 Andreas Schwab <schwab@suse.de>
18682
18683 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18684 /etc/permissions.d/* and /etc/aliases.d/*.
18685
18686 2005-04-16 Kenichi Handa <handa@m17n.org>
18687
18688 * international/code-pages.el (cp-make-coding-system):
18689 Set `translation-table-for-input' property value to the symbol
18690 ucs-mule-to-mule-unicode, not to that value.
18691 (pt154): Escape guillemet by `\'.
18692
18693 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18694
18695 * loadup.el: Load tooltip if x-show-tip is fboundp.
18696
18697 * startup.el (command-line): Add comment.
18698
18699 * tooltip.el (tooltip-mode): Specify correct standard value for
18700 Custom in init-value.
18701
18702 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18703
18704 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18705 possible.
18706
18707 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18708
18709 * textmodes/org.el (org-agenda-date-prompt): Rename from
18710 `org-agenda-date-today'.
18711 (org-evaluate-time-range): Insert at point instead of directly
18712 after time range.
18713 (org-first-headline-recenter, org-subtree-end-visible-p)
18714 (org-optimize-window-after-visibility-change): New functions
18715 (org-agenda-post-command-hook): Don't allow point at end of line,
18716 to make sure it always hits the text properties.
18717 (org-agenda-next-date-line, org-agenda-previous-date-line):
18718 New commands.
18719 (org-set-regexps-and-options): Category may contain white space.
18720 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18721 Improve marker positions.
18722 (org-agenda-new-marker): Argument POS made optional.
18723 (org-agenda-get-timestamps): Deadlines which are done are listed
18724 in org-done-face now.
18725 (org-agenda-get-todos, org-agenda-get-timestamps)
18726 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18727 Set `undone-face' and `done-face' properties.
18728 (org-last-todo-state-is-todo): New variable.
18729 (org-todo): Set `org-last-todo-state-is-todo'.
18730 (org-agenda-todo): Change face according to
18731 `org-last-todo-state-is-todo'. And change other lines referring to
18732 the same entry.
18733 (org-calendar-goto-agenda): New command.
18734 (org-calendar-to-agenda-key): New option.
18735 (org-startup-folded): New allowed value `content'.
18736 (org-set-regexps-and-options): Accept new value `content' for
18737 `org-startup-folded'.
18738 (org-get-current-options): Handle new value `content' for
18739 `org-startup-folded'.
18740 (org-insert-todo-heading): New command.
18741 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18742 interactively in empty file and option
18743 `org-insert-mode-line-in-empty-file' has been set.
18744 (org-agenda-todo, org-agenda-priority): Modify to use
18745 `org-agenda-change-all-lines'.
18746 (org-warning-face): Change color on dark background
18747
18748 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18749
18750 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18751 use preferences AppleLocale and AppleLanguages, and variable
18752 mac-system-locale for default locale. On Mac OS Classic, use
18753 mac-system-coding-system for default coding systems.
18754
18755 * term/mac-win.el: Don't set file-name-coding-system.
18756 Decode variables system-name, emacs-build-system, user-login-name, and
18757 user-full-name by mac-system-coding-system on Mac OS Classic.
18758 (mac-system-coding-system): New variable.
18759
18760 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18761
18762 * startup.el (command-line): Handle `xterm-mouse-mode' before
18763 reading init file.
18764
18765 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18766
18767 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18768
18769 * progmodes/sh-script.el (sh-here-document-word): Make it a
18770 defcustom. Doc fix.
18771 (sh-add): Bash uses $(( )) for arithmetic.
18772 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18773 (sh-maybe-here-document): Remove quotes and leading whitespace
18774 from heredoc word when closing. Indent heredoc with tabs if word
18775 starts with "-".
18776
18777 2005-04-13 Richard M. Stallman <rms@gnu.org>
18778
18779 * simple.el (undo): Fix previous change.
18780
18781 * custom.el (defface): Doc fix.
18782
18783 2005-04-13 Lute Kamstra <lute@gnu.org>
18784
18785 * Makefile.in (DONTCOMPILE): Remove list.
18786 (compile, compile-always): Don't use DONTCOMPILE.
18787 (update-authors): Load the library in which batch-update-authors
18788 is defined.
18789 * makefile.w32-in (DONTCOMPILE): Remove list.
18790 (compile, compile-always): Fix comments.
18791 (update-authors): Load the library in which batch-update-authors
18792 is defined.
18793
18794 * generic-x.el (generic-mode-ini-file-find-file-hook):
18795 Rename to ini-generic-mode-find-file-hook.
18796 Keep generic-mode-ini-file-find-file-hook as an alias.
18797 (ini-generic-mode-find-file-hook): Rename from
18798 generic-mode-ini-file-find-file-hook. Fix docstring.
18799 (ini-generic-mode): Docstring change.
18800 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18801
18802 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18803 called from lisp.
18804
18805 * generic.el: Move to the emacs-lisp subdir.
18806
18807 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18808
18809 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18810 and C-S- function and cursor motion keys.
18811
18812 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18813
18814 * startup.el (command-line): Enable Xterm Mouse mode by default.
18815 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18816 for Custom. No longer show "Mouse" in mode line when enabled.
18817 Doc fix.
18818
18819 2005-04-12 Kim F. Storm <storm@cua.dk>
18820
18821 * emulation/cua-base.el (cua-rectangle-face)
18822 (cua-rectangle-noselect-face): Define face attributes here.
18823
18824 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18825
18826 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18827
18828 * startup.el (command-line): Turn off blinking cursor if
18829 cursorBlink in resources is off or false.
18830
18831 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18832
18833 * term/mac-win.el (dnd): Require dnd.
18834 (mac-drag-n-drop): Call dnd-handle-one-url.
18835 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18836 (kTextEncodingISOLatin2): Remove constants.
18837 (mac-script-code-coding-systems): New constant.
18838 (mac-handle-language-change): New function.
18839 (special-event-map): Bind it to `language-change' event.
18840 (mac-centraleurroman, mac-cyrillic): New coding systems.
18841 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18842 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18843 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18844 encode-mac-cyrillic, respectively.
18845
18846 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18847
18848 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18849 Don't set overlay-arrow-string to "=>" as this is done
18850 globally in C now.
18851
18852 2005-04-12 Lute Kamstra <lute@gnu.org>
18853
18854 * generic-x.el (rc-generic-mode, rul-generic-mode):
18855 Fix auto-mode-alist entries.
18856 (etc-fstab-generic-mode): Tweak fontification.
18857
18858 * generic.el (generic-make-keywords-list): Fix docstring.
18859 (generic-mode-internal): Simplify generic-font-lock-keywords.
18860
18861 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18862
18863 * whitespace.el (whitespace-buffer-leading)
18864 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18865 However, fix the highlight area for the leading and
18866 trailing whitespaces to show space.
18867
18868 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18869
18870 * whitespace.el (whitespace-version): Bump to 3.5
18871
18872 (whitespace-buffer-leading, whitespace-buffer-trailing):
18873 Invert sense of the test to highlight the whitespace.
18874
18875 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18876
18877 * progmodes/gud.el (gud-display-line): GUD uses its own
18878 overlay arrow now so don't set overlay-arrow-string.
18879 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18880
18881 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18882
18883 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18884 (term-ansi-current-reverse, term-ansi-current-invisible)
18885 (term-ansi-face-already-done): Change to boolean.
18886 (term-reset-terminal, term-handle-colors-array): Handle the above
18887 vars accordingly.
18888 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18889 (term-emulate-terminal): Use the new name.
18890
18891 * faces.el (secondary-selection): Use yellow1, not yellow.
18892 (trailing-whitespace): Use red1, not red.
18893
18894 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18895
18896 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18897 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18898 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18899
18900 * cus-edit.el (dnd): New group.
18901
18902 * term/w32-win.el (dnd): Require dnd
18903 (w32-drag-n-drop): Call dnd-handle-one-url.
18904
18905 * x-dnd.el: Require dnd.
18906 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18907 Call dnd-handle-one-url.
18908 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18909 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18910 to dnd-insert-text.
18911 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18912 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18913 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18914 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18915
18916 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18917
18918 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18919
18920 * wdired.el: Doc fixes.
18921 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18922 (wdired-use-dired-vertical-movement): Rename from
18923 wdired-always-move-to-filename-beginning.
18924 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18925 (wdired-change-to-wdired-mode): Change mode name.
18926 (wdired-newline): Delete.
18927
18928 2005-04-11 Richard M. Stallman <rms@gnu.org>
18929
18930 * whitespace.el (whitespace-highlight-the-space):
18931 Don't call whitespace-unhighlight-the-space here.
18932
18933 * simple.el (undo): Record t in undo-equiv-table
18934 for the redo record made by an undo-in-region.
18935
18936 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18937
18938 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18939 (gdb-frame-inferior-io-buffer): New Functions to control
18940 display of separate IO buffer.
18941 (menu): Add them to menu-bar.
18942 (gdb-display-buffer): Check for buffer another frame.
18943 Protect GUD buffer.
18944 (gdb-setup-windows): Create IO buffer if not already there.
18945 (gdb-memory-mode): Remove purecopy noops.
18946
18947 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18948
18949 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18950 and pass to self-insert-command.
18951
18952 2005-04-11 Lute Kamstra <lute@gnu.org>
18953
18954 * generic.el: Commentary section cleanup.
18955 (generic): Delete.
18956 (generic-use-find-file-hook, generic-lines-to-scan)
18957 (generic-find-file-regexp, generic-ignore-files-regexp)
18958 (default-generic-mode, generic-mode-find-file-hook)
18959 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18960 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18961 (generic-use-find-file-hook, generic-lines-to-scan)
18962 (generic-find-file-regexp, generic-ignore-files-regexp)
18963 (default-generic-mode, generic-mode-find-file-hook)
18964 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18965
18966 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18967
18968 * bookmark.el (bookmark-write-file): Catch errors writing file.
18969 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18970
18971 2005-04-10 Richard M. Stallman <rms@gnu.org>
18972
18973 * startup.el (fancy-splash-tail): Update copyright year.
18974 (command-line): Split part of -Q into -D.
18975 (emacs-basic-display): New defvar.
18976 (fancy-splash-text): Correct name of menu item.
18977
18978 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18979
18980 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18981 lines in one node.
18982
18983 * comint.el (comint-send-input): New arg ARTIFICIAL.
18984 Callers in this file changed.
18985
18986 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18987
18988 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18989
18990 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18991
18992 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18993 `ldap-search-internal'.
18994
18995 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18996
18997 * files.el (set-auto-mode-1): Use line-end-position.
18998
18999 * international/latin-1.el:
19000 * international/latin-2.el:
19001 * international/latin-3.el:
19002 * international/latin-4.el:
19003 * international/latin-5.el:
19004 * international/latin-8.el:
19005 * international/latin-9.el: Give punctuation syntax to NBSP.
19006
19007 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19008 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19009 Use char-classes to accept non-ascii letters, accepted in some recent
19010 bibtex implementations.
19011
19012 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19013
19014 * custom.el (custom-set-minor-mode): Any non-nil value for the
19015 variable should enable the mode when set through Custom.
19016
19017 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19018
19019 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19020 TAB binding so tab-always-indent is obeyed.
19021 (vhdl-minibuffer-local-map): Move initialization into declaration.
19022 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19023 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19024 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19025 (vhdl-current-line): Use line-beginning-position.
19026 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19027 with-output-to-temp-buffer, so the current position can be recorded.
19028
19029 2005-04-10 Masatake YAMATO <jet@gyve.org>
19030
19031 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19032 Add regexp for gcov.
19033
19034 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19035
19036 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19037 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19038 syntax which Emacs 20 doesn't support.
19039
19040 2005-04-09 Richard M. Stallman <rms@gnu.org>
19041
19042 * help.el (describe-key-briefly, describe-key):
19043 Replace strings as event types with "(any string)".
19044
19045 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19046
19047 * arc-mode.el (archive-mode-map): Move initialization into
19048 the declaration. Override *all* bindings of `undo'.
19049 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19050
19051 2005-04-09 Jay Belanger <belanger@truman.edu>
19052
19053 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19054
19055 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19056
19057 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19058 (xterm-register-default-colors): Update color values computation
19059 to match xterm-200.
19060
19061 2005-04-09 Kenichi Handa <handa@m17n.org>
19062
19063 * international/code-pages.el (iso-latin-7): Fix the map.
19064
19065 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19066
19067 * emacs-lisp/lisp.el (defun-prompt-regexp)
19068 (parens-require-spaces, buffer-end, end-of-defun)
19069 (insert-parentheses): Doc fixes.
19070
19071 2005-04-08 Kim F. Storm <storm@cua.dk>
19072
19073 * comint.el (comint-highlight-prompt): Fix face spec.
19074 * hi-lock.el (hi-green): Likewise.
19075
19076 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19077
19078 * cus-edit.el (custom-modified-face):
19079 * comint.el (comint-highlight-input): Fix previous changes.
19080 * term.el (term-handle-ansi-escape): Add a comment.
19081
19082 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19083
19084 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19085 in the buffer and in whitespace-highlighted-space.
19086 (whitespace-unhighlight-the-space): Simplify.
19087 (whitespace-buffer): Simplify.
19088
19089 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19090
19091 * textmodes/table.el (table-cell-face): Add special case for
19092 displays supporting a high number of colors.
19093 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19094 (vhdl-font-lock-reserved-words-face)
19095 (vhdl-speedbar-architecture-face)
19096 (vhdl-speedbar-instantiation-face)
19097 (vhdl-speedbar-architecture-selected-face)
19098 (vhdl-speedbar-instantiation-selected-face): Likewise.
19099 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19100 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19101 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19102 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19103 (ebrowse-progress-face): Likewise.
19104 * progmodes/compile.el (compilation-info-face): Likewise.
19105 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19106 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19107 * calendar/calendar.el (diary-face): Likewise.
19108 * woman.el (woman-italic-face, woman-bold-face)
19109 (woman-unknown-face): Likewise.
19110 * wid-edit.el (widget-button-pressed-face): Likewise.
19111 * whitespace.el (whitespace-highlight-face): Likewise.
19112 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19113 * pcvs-info.el (cvs-marked-face): Likewise.
19114 * info.el (info-xref): Likewise.
19115 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19116 * hilit-chg.el (highlight-changes-face)
19117 (highlight-changes-delete-face): Likewise.
19118 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19119 (hi-red-b): Likewise.
19120 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19121 * font-lock.el (font-lock-keyword-face)
19122 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19123 * cus-edit.el (custom-invalid-face, custom-modified-face)
19124 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19125 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19126 * comint.el (comint-highlight-prompt): Likewise.
19127
19128 2005-04-08 Lute Kamstra <lute@gnu.org>
19129
19130 * font-lock.el (font-lock-keywords): Docstring fixes.
19131
19132 2005-04-08 Kenichi Handa <handa@m17n.org>
19133
19134 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19135 chars are more than a limit, print " and more..." at the tail.
19136
19137 2005-04-08 Kim F. Storm <storm@cua.dk>
19138
19139 * emacs-lisp/authors.el (authors-aliases): Update list.
19140 (authors-ignored-files): New list.
19141 (authors-fixed-entries): Fix typo.
19142 (authors-renamed-files-alist): Update list.
19143 (authors-add): Check authors-ignored-files.
19144
19145 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19146
19147 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19148 optional, to ensure backward compatibility.
19149
19150 2005-04-08 Stephen Eglen <stephen@gnu.org>
19151
19152 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19153
19154 2005-04-08 Kim F. Storm <storm@cua.dk>
19155
19156 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19157
19158 * mouse.el (mouse-on-link-p): Doc fix.
19159
19160 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19161
19162 * ielm.el (ielm-prompt-read-only): Doc fix.
19163
19164 * comint.el (comint-prompt-read-only): Doc fix.
19165
19166 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19167
19168 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19169 ensure dired always handles wildcards passed to ffap.
19170 (find-file-at-point): Use it.
19171 (ffap-dired-wildcards): Doc fix.
19172
19173 2005-04-07 Juri Linkov <juri@jurta.org>
19174
19175 * simple.el (next-error-overlay-arrow-position): New defvar.
19176 Put "=>" on its property `overlay-arrow-string'. Add it to
19177 `overlay-arrow-variable-list'.
19178
19179 * progmodes/compile.el (compilation-setup):
19180 Set `next-error-overlay-arrow-position' to nil. Also set it to
19181 nil in the local hook `kill-buffer-hook'. Make local variable
19182 `overlay-arrow-string' and set it to "=>".
19183 (compilation-goto-locus): Set BOL position to
19184 `next-error-overlay-arrow-position' instead of
19185 `overlay-arrow-position'.
19186
19187 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19188 locally instead of adding it to the global hook.
19189 (Info-kill-buffer): Move up.
19190
19191 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19192
19193 * term/xterm.el (xterm-standard-colors): Update color values from
19194 xterm-200.
19195
19196 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19199
19200 * fast-lock.el:
19201 * lazy-lock.el: Move them to the obsolete subdir.
19202
19203 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19204
19205 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19206 (wdired-add-replace-advice): Remove.
19207 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19208
19209 2005-04-06 Kim F. Storm <storm@cua.dk>
19210
19211 * startup.el (command-line): Add --bare-bones alias for -Q.
19212
19213 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19214
19215 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19216 create the startup fontset if a font specification ends with
19217 `mac-roman'.
19218
19219 2005-04-06 Lute Kamstra <lute@gnu.org>
19220
19221 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19222 change.
19223
19224 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19225 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19226
19227 2005-04-05 Lute Kamstra <lute@gnu.org>
19228
19229 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19230 (define-generic-mode): Ditto. Fix debug declaration.
19231
19232 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19233 Put them in the generic-x group.
19234
19235 * calendar/timeclock.el (timeclock): Doc fix.
19236
19237 * generic.el (define-generic-mode): Don't use custom-current-group.
19238 Document default :group value.
19239 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19240 (define-global-minor-mode): Don't use custom-current-group.
19241
19242 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19243
19244 * startup.el (command-line-1): Display startup-echo-area-message
19245 when fancy splash screen is in use.
19246
19247 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19248 (sh-escaped-newline): New face.
19249 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19250 newline, and use sh-escaped-newline face.
19251
19252 * progmodes/tcl.el (tcl-escaped-newline): New face.
19253 (tcl-builtin-list): New variable.
19254 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19255 newlines. Fix keywords subexpression number.
19256
19257 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19258
19259 * textmodes/org.el (org-diary-default-entry): Fix call to
19260 `add-to-diary-entry'.
19261
19262 2005-04-05 Kim F. Storm <storm@cua.dk>
19263
19264 * ediff-init.el: Use (featurep 'xemacs).
19265
19266 2005-04-05 David Ponce <david@dponce.com>
19267
19268 * cus-edit.el (face): Derive from symbol widget. Display sample
19269 of the current face on the fly.
19270 (widget-face-sample-face-get, widget-face-notify): New functions.
19271 (widget-face-value-create): Remove.
19272
19273 * wid-edit.el (widget-field-end): Temporarily remove field
19274 narrowing before to call `get-char-property'.
19275
19276 2005-04-04 Jay Belanger <belanger@truman.edu>
19277
19278 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19279 (math-read-subscripts): New variable.
19280 (math-read-preprocess-string): Process subscripts.
19281
19282 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19283
19284 * comint.el (comint-prompt-read-only): Doc fix.
19285
19286 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19287 `-1'. Doc fix.
19288
19289 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19290
19291 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19292 Change default value to nil.
19293
19294 2005-04-04 Lute Kamstra <lute@gnu.org>
19295
19296 * autorevert.el (auto-revert-mode): Specify :group.
19297 * battery.el (display-battery-mode): Specify :group.
19298 * diff-mode.el (diff-minor-mode): Specify :group.
19299 * font-core.el (font-lock-mode): Specify :group.
19300 * hl-line.el (hl-line-mode): Specify :group.
19301 * iimage.el (iimage): New customization group.
19302 (iimage-mode): Specify :group.
19303 * longlines.el (longlines-mode): Specify :group.
19304 * master.el: Don't require easy-mmode.
19305 (master): New customization group.
19306 (master-mode): Specify :group.
19307 * msb.el (msb-mode): Specify :group.
19308 * reveal.el (reveal-mode): Specify :group.
19309 * simple.el (next-error-follow-minor-mode): Specify :group.
19310 * smerge-mode.el (smerge-mode): Specify :group.
19311 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19312 * emulation/cua-base.el (cua-mode): Specify :group.
19313 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19314 * language/thai-util.el (thai-auto-composition-mode)
19315 (thai-word-mode): Specify :group.
19316 * mail/supercite.el (sc-minor-mode): Specify :group.
19317 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19318 * progmodes/flymake.el (flymake-mode): Specify :group.
19319 * progmodes/glasses.el (glasses-mode): Specify :group.
19320 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19321 * textmodes/enriched.el (enriched-mode): Specify :group.
19322 * textmodes/refill.el (refill-mode): Specify :group.
19323
19324 * add-log.el (change-log-font-lock-keywords): Names in
19325 parenthesized lists can contain spaces.
19326
19327 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19328
19329 * startup.el (fancy-splash-text): Shorten default text of
19330 "Emacs Tutorial" line. Also, if the current language env
19331 indicates an available tutorial file other than TUTORIAL,
19332 extract its title and append it to the line in parentheses.
19333 (fancy-splash-insert): If arg is a thunk, funcall it.
19334
19335 2005-04-04 Jay Belanger <belanger@truman.edu>
19336
19337 * calc.el (calc-language-alist): Add tags to customization type.
19338
19339 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19340
19341 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19342 Doc fix.
19343
19344 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19345
19346 * add-log.el (change-log-font-lock-keywords): The manual
19347 describing a Change Log entry, says: (...) "Aside from these
19348 header lines, every line in the change log starts with a space or
19349 a tab.". The font-lock was not highlighting lines started with
19350 spaces, added support for it.
19351
19352 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19353
19354 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19355 (bibtex-generate-url-list): Update docstring accordingly. Put the
19356 complex example in the docstring.
19357 (bibtex-font-lock-url): Use pop.
19358
19359 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19360
19361 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19362
19363 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19364
19365 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19366
19367 * filesets.el (filesets-set-default): Doc fix.
19368
19369 2005-04-03 Lute Kamstra <lute@gnu.org>
19370
19371 * generic.el (define-generic-mode): Add argument to specify
19372 keywords for defcustom.
19373 (default-generic-mode): Specify :group.
19374
19375 * generic-x.el: Specify :group for all generic modes.
19376
19377 * desktop.el (desktop-no-desktop-file-hook)
19378 (desktop-after-read-hook): Doc fix.
19379
19380 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19381
19382 * simple.el (visible-mode): Use explicit :group keyword.
19383 This changes the group of `visible-mode-hook' from paren-blinking
19384 to editing-basics.
19385
19386 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19387
19388 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19389 mailbox specifications as well as URLs.
19390 (rmail-insert-inbox-text): Remove unused conditional branches.
19391
19392 2005-04-01 Jay Belanger <belanger@truman.edu>
19393
19394 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19395 (calc-gnuplot-print-command): Move definitions to calc.el.
19396
19397 * calc/calc-embed.el (calc-embedded-announce-formula)
19398 (calc-embedded-open-formula, calc-embedded-close-formula)
19399 (calc-embedded-open-word, calc-embedded-close-word)
19400 (calc-embedded-open-plain, calc-embedded-close-plain)
19401 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19402 (calc-embedded-open-mode, calc-embedded-close-mode):
19403 Move definitions to calc.el.
19404
19405 * calc/calc.el (calc-settings-file, calc-language-alist):
19406 Make customizable.
19407 (calc-embedded-announce-formula, calc-embedded-open-formula)
19408 (calc-embedded-close-formula, calc-embedded-open-word)
19409 (calc-embedded-close-word, calc-embedded-open-plain)
19410 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19411 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19412 (calc-embedded-close-mode, calc-gnuplot-name)
19413 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19414 from other files and make customizable.
19415
19416 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19417
19418 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19419 Use buffer-live-p.
19420 (cvs-mode-run): Don't call cvs-update-header here.
19421 (cvs-run-process): Call cvs-update-header.
19422 Use process properties for cvs-postprocess and cvs-buffer so that
19423 the sentinel can behave better if the temp buffer is killed.
19424 Use a pipe rather than a tty, to better handle unexpected prompts.
19425 (cvs-sentinel): Rewrite. Call cvs-update-header.
19426
19427 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19428
19429 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19430 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19431
19432 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19433
19434 * generic.el (define-generic-mode): Add indentation rule.
19435
19436 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19437
19438 * files.el (mode-require-final-newline): Make Custom correctly
19439 report a nil value and allow to set it to nil via Custom.
19440 Doc fix.
19441
19442 2005-04-01 Kenichi Handa <handa@m17n.org>
19443
19444 * international/characters.el: Enable the correct case setting for
19445 dotless-i and dotted-I.
19446
19447 2005-04-01 Kim F. Storm <storm@cua.dk>
19448
19449 * ido.el (ido-file-internal): Fall back to non-ido command if
19450 initial directory is on slow ftp (or tramp) host.
19451
19452 2005-03-31 Richard M. Stallman <rms@gnu.org>
19453
19454 * emacs-lisp/autoload.el (make-autoload):
19455 Handle define-global-minor-mode.
19456
19457 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19458 Rename from easy-mmode-define-global-mode.
19459 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19460
19461 * progmodes/scheme.el (scheme-mode-syntax-table):
19462 Update syntax of | and # for two-character comment syntax.
19463
19464 2005-03-31 Lute Kamstra <lute@gnu.org>
19465
19466 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19467 (define-minor-mode): Call custom-current-group at load-time.
19468
19469 * generic.el (define-generic-mode): Add debug declaration.
19470 Add defcustom for the mode hook.
19471 (generic-mode-internal): Use run-mode-hooks.
19472
19473 2005-03-31 Kim F. Storm <storm@cua.dk>
19474
19475 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19476 (mouse-fixup-help-message): New defun called by show_help_echo
19477 to fixup mouse-2 prefix in help messages when applicable.
19478
19479 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19480
19481 2005-03-31 Kenichi Handa <handa@m17n.org>
19482
19483 * language/thai-word.el (thai-find-word-ends): Pay attention to
19484 the case that we reach the end of buffer.
19485
19486 * textmodes/fill.el (fill-text-properties-at): New function.
19487 (fill-newline): Use fill-text-properties-at instead of
19488 text-properties-at.
19489
19490 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19491
19492 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19493 not comint-quote-filename.
19494
19495 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19496
19497 * help-fns.el (help-with-tutorial): Revert last change.
19498
19499 2005-03-31 Kim F. Storm <storm@cua.dk>
19500
19501 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19502
19503 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19504
19505 * calendar/cal-china.el: Update reference to "Calendrical
19506 Calculations" book; there's a new edition.
19507 * calendar/cal-coptic.el: Likewise.
19508 * calendar/cal-french.el: Likewise.
19509 * calendar/cal-hebrew.el: Likewise.
19510 * calendar/cal-islam.el: Likewise.
19511 * calendar/cal-iso.el: Likewise.
19512 * calendar/cal-julian.el: Likewise.
19513 * calendar/cal-mayan.el: Likewise.
19514 * calendar/cal-persia.el: Likewise.
19515 * calendar/calendar.el: Likewise.
19516 * calendar/holidays.el: Likewise.
19517 * calendar/lunar.el: Likewise.
19518 * calendar/solar.el: Likewise.
19519
19520 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19521 white space from doc string.
19522
19523 2005-03-30 Jay Belanger <belanger@truman.edu>
19524
19525 * calc/calc-help.el (calc-full-help): Remove email address.
19526
19527 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19528
19529 * help-fns.el (help-with-tutorial): Delete title line.
19530
19531 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19532
19533 * calendar/cal-x.el (calendar-one-frame-setup)
19534 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19535 rather than `symbol' for set-window-dedicated-p.
19536
19537 * calendar/appt.el (appt-buffer-name): Make it a constant.
19538 (appt-add): Doc fix.
19539
19540 * filesets.el (filesets-menu-path, filesets-menu-before)
19541 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19542 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19543 (filesets-add-submenu): Delete and use add-submenu instead.
19544
19545 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19546
19547 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19548 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19549 (org-diary-default-entry): New function.
19550 (org-get-entries-from-diary): Better parsing of diary entries.
19551 (org-agenda-check-no-diary): New function.
19552 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19553 linking to diary entries.
19554 (org-agenda-execute-calendar-command): New function.
19555 (org-agenda): Improve visible section in window.
19556 Use `org-fit-agenda-window'.
19557 (org-fit-agenda-window): New option.
19558 (org-move-subtree-down): Better handling of empty lines
19559 at end of subtree.
19560 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19561 levels up.
19562 (org-fontify-done-headline): New option.
19563 (org-headline-done-face): New face.
19564 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19565 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19566 When current field is non-empty, it is copied to next row.
19567 (org-table-copy-from-above): Fix bug which made it
19568 impossible to copy fields containing only a single non-white character.
19569
19570 2005-03-30 Kim F. Storm <storm@cua.dk>
19571
19572 * kmacro.el (kmacro-end-macro): Isearch may store this command
19573 into the macro -- so ignore it when executing keyboard macro.
19574
19575 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19576
19577 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19578
19579 2005-03-29 Kenichi Handa <handa@m17n.org>
19580
19581 * language/thai.el ("Thai"): Set setup-function and exit-function
19582 for Thai language environment.
19583
19584 * language/thai-util.el: Require thai-word.
19585 (thai-word-mode-map): New variable.
19586 (thai-word-mode): New minor mode.
19587 (setup-thai-language-environment-internal): New function.
19588 (exit-thai-language-environment-internal): New function.
19589
19590 * language/thai-word.el (thai-word-table): Declare it by defvar,
19591 use dolist to initialize it.
19592 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19593 (thai-fill-find-break-point): New functions.
19594
19595 2005-03-29 Richard M. Stallman <rms@gnu.org>
19596
19597 * simple.el (idle-update-delay): Move definition up.
19598 (set-mark): Doc fix.
19599
19600 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19601
19602 * longlines.el: New file.
19603
19604 * simple.el (buffer-substring-filters): New variable.
19605 (filter-buffer-substring): New function.
19606 (kill-region, copy-region-as-kill): Use it.
19607
19608 * register.el (copy-to-register, append-to-register)
19609 (prepend-to-register): Use filter-buffer-substring.
19610
19611 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19612
19613 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19614 (gud-filter-pending-text): Move in front of gdb.
19615 (gud-overlay-arrow-position): New variable.
19616 (gud-sentinel, gud-display-line): Use it in place of
19617 overlay-arrow-position.
19618
19619 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19620
19621 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19622 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19623 (fortran-font-lock-keywords-4): New variable.
19624 (fortran-blocks-re, fortran-end-block-re)
19625 (fortran-start-block-re): New constants, for hideshow.
19626 (hs-special-modes-alist): Add a Fortran entry.
19627 (fortran-mode-map): Bind fortran-end-of-block,
19628 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19629 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19630 (fortran-looking-at-if-then, fortran-end-of-block)
19631 (fortran-beginning-of-block): New functions, for hideshow.
19632
19633 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19634 Doc fix. Tweak regexp.
19635 (f90-beginning-of-block): Push mark first.
19636
19637 2005-03-29 Jay Belanger <belanger@truman.edu>
19638
19639 * calc/calc.el: Update copyright date.
19640 (calc-version): Increase to 2.1.
19641 (calc-version-date): Remove.
19642
19643 * calc/calc-help.el: Update copyright date.
19644 (calc-full-help): Remove reference to calc-version-date.
19645 Update copyright date.
19646
19647 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19648
19649 * vc.el (vc-do-command): Use a pipe for async processes, so password
19650 prompts don't show up at places where the user can't reply.
19651
19652 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19653
19654 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19655 on the file name we pass to the inferior shell.
19656
19657 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19658
19659 * progmodes/which-func.el (which-function): Be robust in the face of an
19660 imenu--make-index-alist failure.
19661
19662 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19663
19664 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19665
19666 * progmodes/python.el (python-preoutput-filter): Fix last change.
19667
19668 2005-03-29 Lute Kamstra <lute@gnu.org>
19669
19670 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19671 functions and compiled macros.
19672 (debug-convert-byte-code): Handle macros too.
19673 (debug-on-entry-1): Don't signal an error when trying to clear a
19674 function that is not set to debug on entry.
19675
19676 2005-03-29 Jay Belanger <belanger@truman.edu>
19677
19678 * calc/calc-lang.el: Add functions to math-function-table
19679 properties of tex and math.
19680
19681 2005-03-29 Kenichi Handa <handa@m17n.org>
19682
19683 * ps-mule.el (ps-mule-plot-string): Translate characters by
19684 ps-print-translation-table.
19685 (ps-mule-begin-job): Call find-charset-region/string with
19686 ps-print-translation-table.
19687 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19688
19689 * ps-print.el (ps-print-translation-table): New variable.
19690 (ps-plot-region): Translate characters by ps-print-translation-table.
19691
19692 2005-03-29 Juri Linkov <juri@jurta.org>
19693
19694 * simple.el (next-error-highlight-timer): New variable.
19695
19696 * progmodes/compile.el (compilation-goto-locus):
19697 Use `next-error-highlight-timer' instead of `sit-for'.
19698
19699 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19700
19701 * mail/supercite.el (sc-mail-field): Use assoc-string.
19702 (sc-get-address): Simplify regexps.
19703
19704 * files.el (minibuffer-with-setup-hook): New macro.
19705 (find-file-read-args): Use it to avoid let-binding
19706 minibuffer-with-setup-hook (which breaks turning on/off
19707 file-name-shadow-mode while in the prompt).
19708
19709 * complete.el (PC-read-include-file-name-internal):
19710 Use test-completion.
19711
19712 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19713
19714 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19715
19716 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19717
19718 * window.el (window-buffer-height): Use count-screen-lines.
19719
19720 * progmodes/python.el (python-preoutput-leftover): New var.
19721 (python-preoutput-filter): Use it.
19722 (python-send-receive): Loop until all the result has been received.
19723
19724 2005-03-28 Juri Linkov <juri@jurta.org>
19725
19726 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19727
19728 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19729 "Recover Crashed Session".
19730 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19731 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19732 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19733 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19734 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19735 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19736 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19737 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19738
19739 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19740 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19741 Ediff Sessions", "Toggle use of separate control buffer frame",
19742 "Use separate frame for Ediff control buffer".
19743
19744 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19745 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19746 "Rename Bookmark", "Delete Bookmark".
19747
19748 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19749 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19750 Add `:active Info-index-alternatives' to "Next Matching Item".
19751
19752 * wdired.el (wdired-change-to-wdired-mode):
19753 Mention `wdired-abort-changes' key in the initial message.
19754
19755 * international/mule.el (auto-coding-alist): Associate non-ascii
19756 image filename extensions with `no-conversion'.
19757
19758 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19759
19760 * international/iso-acc.el:
19761 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19762
19763 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19764
19765 * textmodes/sgml-mode.el (html-mode): Doc update.
19766
19767 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19768
19769 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19770
19771 * term.el (term-move-columns): Fix face after extending a line.
19772 (term-insert-spaces): Likewise.
19773 (term-reset-terminal): Fix off by one error.
19774
19775 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19776
19777 * international/mule.el (auto-coding-alist): Add .xpi files.
19778
19779 * files.el (auto-mode-alist): Add .xpi files.
19780
19781 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19782
19783 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19784
19785 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19786
19787 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19788
19789 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19790
19791 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19792 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19793
19794 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19795 cursor to Jan 1 when needed.
19796 (calendar-end-of-year): Fix -/+ typo.
19797 Reported by Chong Yidong <cyd@stupidchicken.com>.
19798
19799 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19802
19803 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19804 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19805
19806 2005-03-25 Richard M. Stallman <rms@gnu.org>
19807
19808 * filesets.el (filesets-init): Add autoload.
19809
19810 * mail/mailalias.el (mail-directory): Doc fix.
19811
19812 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19813
19814 * mail/mailalias.el (mail-directory-process): Do nothing if
19815 mail-directory-process is an atom.
19816 (mail-get-names): Ignore mail-directory-names if it is an atom.
19817 (mail-directory-process defvar): Doc fix.
19818 (mail-names): Doc fix.
19819
19820 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19821
19822 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19823
19824 2005-03-26 Kenichi Handa <handa@m17n.org>
19825
19826 * international/mule-util.el (detect-coding-with-priority):
19827 Call update-coding-systems-internal before detect-coding-region.
19828
19829 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19830
19831 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19832 (gdb-frames-mode-map): Add follow-link property.
19833
19834 2005-03-25 Jay Belanger <belanger@truman.edu>
19835
19836 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19837 for variables.
19838
19839 2005-03-25 Juri Linkov <juri@jurta.org>
19840
19841 * image-mode.el: Optimize image filename extension regexps in
19842 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19843 in `auto-mode-alist'.
19844 (image-mode): Add `image-toggle-display-text' to local hook
19845 `change-major-mode-hook'. Display the image as an image by
19846 default. Set `cursor-type' and `truncate-lines' if the image
19847 is already displayed. Take into account the current mode (image
19848 or text) in message.
19849 (image-minor-mode): New minor mode.
19850 (image-mode-maybe, image-toggle-display-text): New functions.
19851 (image-toggle-display): Use called-interactively-p.
19852 Let-bind `inhibit-read-only' to t.
19853
19854 * image-mode.el (image-minor-mode): Set `cursor-type' and
19855 `truncate-lines' if the image is already displayed. Add turning
19856 image-minor-mode off to `change-major-mode-hook'. Add message.
19857 Call `image-toggle-display-text' after turning image-minor-mode off.
19858
19859 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19860
19861 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19862 Terminal.app, use utf-8.
19863 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19864 (set-locale-environment): Use it.
19865
19866 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19867
19868 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19869
19870 * progmodes/python.el (python-close-block-statement-p)
19871 (python-outdent-p, python-current-defun): Use symbol-end.
19872
19873 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19874
19875 * files.el (save-some-buffers): Doc fix.
19876
19877 2005-03-25 Werner Lemberg <wl@gnu.org>
19878
19879 * complete.el, thumbs.el: Replace `legal' with `valid'.
19880 * calendar/calendar.el: Replace `legal' with `valid'.
19881 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19882 * mail/supercite.el: Replace `legal' with `valid'.
19883 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19884 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19885 Replace `legal' with `valid'.
19886 * textmodes/reftex-vars.el, textmodes/reftex.el:
19887 Replace `legal' with `valid'.
19888
19889 2005-03-25 Werner Lemberg <wl@gnu.org>
19890
19891 * calc/calc-forms.el, calc/calc-sel.el
19892 * midnight.el, vc-cvs.el
19893 * emacs-lisp/cl-macs.el
19894 * emulation/vip.el
19895 * eshell/esh-io.el, eshell/esh-var.el
19896 * mail/supercite.el
19897 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19898 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19899 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19900 * progmodes/sh-script.el, progmodes/xscheme.el
19901 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19902 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19903 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19904 * textmodes/reftex.el, textmodes/org.el:
19905 Replace `illegal' with `invalid'.
19906
19907 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19910 (flymake-find-buildfile, flymake-find-possible-master-files)
19911 (flymake-check-include, flymake-parse-line): Replace loops over the
19912 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19913
19914 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19915 Substitute file-name-as-directory in the rest of the file.
19916 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19917 (flymake-replace-region): Remove unused arg `buffer'.
19918 (flymake-check-patch-master-file-buffer): Update calls to it.
19919 (flymake-add-err-info): Remove unused var `count'.
19920 (flymake-mode): Use define-minor-mode.
19921
19922 * progmodes/flymake.el: Use with-current-buffer.
19923 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19924 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19925 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19926 Avoid testing for `xemacs'.
19927 (flymake-nop): Move.
19928 (flymake-region-has-flymake-overlays): Return the computed value.
19929 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19930 Remove unused var `endline'.
19931 (flymake-get-line-count): Remove unused function.
19932 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19933
19934 * emulation/vi.el:
19935 * generic.el:
19936 * hilit-chg.el (global-highlight-changes):
19937 * hi-lock.el (hi-lock-mode):
19938 * follow.el: find-file-hooks -> find-file-hook.
19939
19940 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19941
19942 2005-03-24 Juri Linkov <juri@jurta.org>
19943
19944 * dired.el (dired-mode-map): Add menu item "Compare directories"
19945 for dired-compare-directories.
19946
19947 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19948 Doc fix. Replace `read-file-name' with `read-directory-name'.
19949
19950 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19951
19952 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19953
19954 2005-03-24 Jay Belanger <belanger@truman.edu>
19955
19956 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19957 relevant mode settings in calc-embedded-original-modes when modes
19958 are permanently changed.
19959
19960 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19961
19962 * autoinsert.el: find-file-hooks -> find-file-hook.
19963
19964 2005-03-24 Lute Kamstra <lute@gnu.org>
19965
19966 * generic.el (generic-font-lock-defaults): Make it obsolete.
19967 (generic-font-lock-keywords): New variable to replace
19968 generic-font-lock-defaults.
19969 (generic-mode-set-font-lock): Delete it.
19970 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19971 (generic-bracket-support): Add docstring.
19972
19973 * generic-x.el: Rename generic-font-lock-defaults to
19974 generic-font-lock-keywords throughout.
19975 (mailagent-rules-setup-function): Delete it.
19976 (mailagent-rules-generic-mode): Use anonymous function instead.
19977 (show-tabs-generic-mode-font-lock-defaults-1)
19978 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19979 Quote faces.
19980 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19981 not foreground.
19982
19983 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19984 Recognize define-generic-mode.
19985
19986 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19987
19988 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19989 if there's no completion table.
19990
19991 2005-03-23 Miles Bader <miles@gnu.org>
19992
19993 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19994 Remove tty-specific variants, as they're no longer needed.
19995
19996 2005-03-23 Lute Kamstra <lute@gnu.org>
19997
19998 * generic-x.el: Code cleanup: make args constant whenever possible.
19999 (installshield-statement-keyword-list)
20000 (installshield-system-functions-list)
20001 (installshield-system-variables-list, installshield-types-list)
20002 (installshield-funarg-constants-list): Make them constants.
20003
20004 * generic.el (generic-make-keywords-list): Add autoload cookie.
20005
20006 * calendar/time-date.el: Add comment on time value formats.
20007 Don't require parse-time.
20008 (with-decoded-time-value): New macro.
20009 (encode-time-value): New function.
20010 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20011 (days-to-time): Return a valid time value when arg is huge.
20012 (time-since): Use time-subtract.
20013 (time-to-number-of-days): Use time-to-seconds.
20014
20015 2005-03-23 David Ponce <david@dponce.com>
20016
20017 * recentf.el (recentf-keep): New option.
20018 (recentf-menu-action): Default to `find-file'.
20019 (recentf-keep-non-readable-files-flag)
20020 (recentf-keep-non-readable-files-p)
20021 (recentf-file-readable-p, recentf-find-file)
20022 (recentf-cleanup-remote): Remove.
20023 (recentf-include-p): More robust.
20024 (recentf-keep-p): New function.
20025 (recentf-remove-if-non-kept): Rename from
20026 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20027 All callers updated.
20028 (recentf-menu-items-for-commands): Fix help string.
20029 (recentf-track-closed-file): Update. Doc fix.
20030 (recentf-cleanup): Update. Count removed files. Doc fix.
20031
20032 2005-03-23 Kim F. Storm <storm@cua.dk>
20033
20034 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20035 Don't inherit from fringe face (now happens automatically).
20036
20037 2005-03-22 Kim F. Storm <storm@cua.dk>
20038
20039 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20040 position values.
20041
20042 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20043
20044 * menu-bar.el (showhide-date-time): Remove.
20045 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20046 (menu-bar-make-mm-toggle): Simplify.
20047
20048 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20049
20050 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20051 Accept qualified variable and function names.
20052
20053 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20054
20055 * bindings.el (completion-ignored-extensions):
20056 Remove ".lis" for `vax-vms'.
20057
20058 2005-03-22 Andreas Schwab <schwab@suse.de>
20059
20060 * generic-x.el: Revert last change.
20061 * ldefs-boot.el: Update.
20062
20063 2005-03-22 Jay Belanger <belanger@truman.edu>
20064
20065 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20066 (calc-embedded-save-original-modes)
20067 (calc-embedded-restore-original-modes): New functions.
20068 (calc-do-embedded): Save original modes when entering embedded mode
20069 and restore when leaving embedded mode.
20070 (calc-embedded-modes-change): Change the value of
20071 calc-embedded-original-modes to reflect permanent changes.
20072
20073 2005-03-22 Lute Kamstra <lute@gnu.org>
20074
20075 * generic-x.el: Require generic again.
20076
20077 2005-03-22 Miles Bader <miles@gnu.org>
20078
20079 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20080 Tweak details to look good on both ttys and bitmap displays, light
20081 or dark background, etc.
20082
20083 2005-03-21 Kim F. Storm <storm@cua.dk>
20084
20085 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20086 mouse position.
20087
20088 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20089
20090 * icomplete.el: Don't forcibly turn on the mode upon load.
20091 (icomplete-mode): Use define-minor-mode.
20092 (icomplete-eoinput): Default to nil.
20093 (icomplete-minibuffer-setup): Remove autoload.
20094 (icomplete-tidy): Simplify.
20095 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20096 in the initial state or if the user has modified the field.
20097 Fix handling of icomplete-max-delay-chars.
20098 Remove code that handles the oddball case where
20099 minibuffer-completion-table is an integer.
20100 Wrap icomplete-completions in while-no-input in case building
20101 completions takes more time than expected.
20102 (icomplete-completions): Simplify.
20103
20104 2005-03-21 Richard M. Stallman <rms@gnu.org>
20105
20106 * jka-compr.el (jka-compr-really-do-compress):
20107 Make variable buffer-local.
20108
20109 * image-mode.el: Handle .xpm files too.
20110 (image-toggle-display): Preserve modification flag.
20111
20112 * help.el (where-is): Don't mention aliases with no key bindings.
20113
20114 2005-03-21 Lute Kamstra <lute@gnu.org>
20115
20116 * generic.el: Fix commentary section. Don't require cl for
20117 compilation.
20118 (generic-mode-list): Add autoload cookie.
20119 (generic-use-find-file-hook, generic-lines-to-scan)
20120 (generic-find-file-regexp, generic-ignore-files-regexp)
20121 (generic-mode, generic-mode-find-file-hook)
20122 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20123 (define-generic-mode): Make it a defmacro. Fix docstring.
20124 (generic-mode-internal): Code cleanup. Add autoload cookie.
20125 (generic-mode-set-comments): Code cleanup.
20126 * generic-x.el: Don't prevent compilation. Don't require generic.
20127 Follow coding conventions. Minor code cleanup.
20128 (etc-fstab-generic-mode): Add some keywords.
20129 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20130 define-generic-mode like a function declaration.
20131
20132 2005-03-21 Jay Belanger <belanger@truman.edu>
20133
20134 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20135 changing modes.
20136
20137 2005-03-21 Sam Steingold <sds@gnu.org>
20138
20139 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20140
20141 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20142
20143 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20144 Add underscore to "f$ lexicals" regexp.
20145
20146 2005-03-20 Juri Linkov <juri@jurta.org>
20147
20148 * subr.el (progress-reporter-do-update): When `min-value' is equal
20149 to `max-value', set `percentage' to 0 and prevent division by zero.
20150
20151 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20152
20153 Sync with Tramp 2.0.48.
20154
20155 * net/tramp.el (all): Change all addresses to .gnu.org.
20156 (tramp-append-tramp-buffers): New defun.
20157 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20158 Catch `dont-send' signal.
20159 (tramp-set-auto-save-file-modes): Set always permissions, because
20160 there might be an old auto-saved file belonging to another
20161 original file. This could be a security threat. Reported by
20162 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20163 Check for Emacs 21.3.50 removed.
20164
20165 * net/tramp-smb.el (all): Remove debug construct for
20166 `with-parsed-tramp-file-name'.
20167 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20168 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20169 No error message if DIRECTORY or FILENAME doesn't exist.
20170 (tramp-smb-open-connection): Check existence of
20171 `tramp-smb-program'.
20172
20173 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20174
20175 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20176 Properly handle the case where the `m' or `s' command's argument is not
20177 yet terminated.
20178 (perl-indent-new-calculate): New function.
20179 (perl-indent-line): Use it.
20180
20181 2005-03-20 Miles Bader <miles@gnu.org>
20182
20183 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20184 in text-mode too. Change to new face names.
20185 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20186 Add `:weight bold' attribute.
20187 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20188
20189 2005-03-19 Juri Linkov <juri@jurta.org>
20190
20191 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20192
20193 * international/mule.el (auto-coding-alist): Sync with
20194 `auto-mode-alist' by adding upper case archive file extensions
20195 and adding ear/war to jar extension.
20196
20197 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20198
20199 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20200 running, restart it.
20201
20202 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20203
20204 * finder.el (finder-current-item): Throw an error on an empty line.
20205
20206 * man.el (Man-follow-manual-reference): If current-word returns
20207 nil, use "".
20208
20209 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20210
20211 * simple.el (goto-line): Doc fix.
20212
20213 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20214
20215 * files.el (save-buffer): Doc fix.
20216
20217 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20218
20219 * recentf.el (recentf-cleanup-remote): New variable.
20220 (recentf-cleanup): Use it to conditionally check availability of
20221 remote files.
20222
20223 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20224
20225 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20226 function names.
20227
20228 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20229
20230 * language/thai-word.el: New file.
20231
20232 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20233
20234 * files.el (backup-buffer): If the file's directory is not
20235 writable, use copy instead of move to backup the file.
20236
20237 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20238
20239 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20240
20241 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20242
20243 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20244 Use functionp instead of symbolp and fboundp. Reported by Drkm
20245 <darkman_spam@yahoo.fr>.
20246 (ps-print-version): New version 6.6.6.
20247
20248 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20249
20250 * textmodes/table.el (table--line-column-position): New idiom.
20251 (table--row-column-insertion-point-p): New function to test
20252 validity of row and column insertion operation at a location.
20253 (table-global-menu, table-cell-menu): Use above functions for
20254 deterministic test operation.
20255 (table--editable-cell-p): Behave in deterministic fashion.
20256
20257 2005-03-18 Juri Linkov <juri@jurta.org>
20258
20259 * isearch.el (isearch-lazy-highlight-new-loop):
20260 Make arguments beg and end optional.
20261 (isearch-update): Remove optional arguments nil from
20262 isearch-lazy-highlight-new-loop.
20263 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20264 isearch-lazy-highlight-case-fold-search instead of
20265 isearch-case-fold-search, and let-bind isearch-regexp to
20266 isearch-lazy-highlight-regexp.
20267 Use isearch-lazy-highlight-last-string instead of isearch-string.
20268
20269 * replace.el (perform-replace): Remove bindings of global
20270 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20271 Add three new arguments to `replace-highlight'.
20272 (replace-highlight): Add arguments string, regexp, case-fold.
20273 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20274 to allow isearch-lazy-highlight-new-loop to use these values
20275 to set corresponding isearch-lazy-highlight-* internal
20276 variables whose values lazy highlighting will use regardless of
20277 changes to global variables isearch-string, isearch-regexp,
20278 isearch-case-fold-search during lazy highlighting loop.
20279 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20280 to `lazy-highlight-cleanup'.
20281
20282 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20283 (ispell-highlight-face): Set default face to `isearch' when
20284 lazy highlighting is enabled.
20285 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20286 priority to 1. Add lazy highlighting.
20287 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20288 from `isearch-dehighlight'.
20289
20290 2005-03-18 David Ponce <david@dponce.com>
20291
20292 * files.el (hack-local-variables): Do a case-insensitive search
20293 for End.
20294
20295 2005-03-18 Juri Linkov <juri@jurta.org>
20296
20297 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20298 `isearch-lazy-highlight-cleanup', add alias to old name and
20299 declare obsolete. Add release numbers to other obsolete vars.
20300 (isearch-done, isearch-lazy-highlight-new-loop):
20301 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20302 (lazy-highlight-cleanup) <variable>: Doc fix.
20303 (isearch-lazy-highlight-update): Rename obsolete
20304 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20305
20306 2005-03-18 Kenichi Handa <handa@m17n.org>
20307
20308 * language/thai-util.el: Fix categorization of Thai characters in
20309 thai-category-table.
20310 (thai-composition-pattern): Adjust it for the above change.
20311 (thai-self-insert-command, thai-compose-syllable): New functions.
20312 (thai-compose-region): Use thai-compose-syllable.
20313 (thai-compose-string): Likewise.
20314 (thai-composition-function): Likewise.
20315 (thai-auto-composition): New function.
20316 (thai-auto-composition-mode): New minor mode.
20317
20318 * language/thai.el: Fix patterns to be registered in
20319 composition-function-table.
20320
20321 * international/quail.el (quail-input-method): Locally bind
20322 inhibit-modification-hooks to t.
20323
20324 2005-03-17 Richard M. Stallman <rms@gnu.org>
20325
20326 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20327 (perl-mode): Use run-mode-hooks.
20328
20329 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20330 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20331 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20332
20333 * mail/sendmail.el (sendmail-send-it): Reenable the code
20334 to compute resend-to-address and use it.
20335
20336 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20337
20338 * image-mode.el: New file.
20339
20340 * image.el (insert-sliced-image): Add autoload cookie.
20341
20342 * font-lock.el (font-lock-lines-before): New user option.
20343 (font-lock-after-change-function): Obey it.
20344
20345 * bindings.el (esc-map): Make M-g a prefix.
20346 Bind M-g g and M-g M-g to goto-line.
20347
20348 * faces.el (face-id): Doc fix.
20349
20350 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20351
20352 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20353 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20354 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20355
20356 * mail/sendmail.el (mail-yank-ignored-headers)
20357 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20358 Add Mail-Followup-To and Mail-Reply-To headers.
20359 (mail-citation-hook): Add autoload cookie.
20360 (mail-mode): Doc fix.
20361 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20362 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20363 (mail-mode-fill-paragraph): Handle those headers.
20364 (mail-mailing-lists): New variable.
20365 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20366
20367 2005-03-17 Juri Linkov <juri@jurta.org>
20368
20369 * isearch.el (isearch-fallback): Check for `(car previous)'
20370 before calling `isearch-other-end-state'.
20371
20372 2005-03-17 Kim F. Storm <storm@cua.dk>
20373
20374 * simple.el (move-beginning-of-line): Move to beginning of buffer
20375 line, as well as beginning of screen line.
20376
20377 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20378
20379 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20380 argument REDRAW rather than calendar-redrawing variable.
20381 * calendar/calendar.el (calendar-redrawing): Delete.
20382 (redraw-calendar): Do not bind calendar-redrawing.
20383
20384 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20385
20386 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20387 diary-file buffer.
20388
20389 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20390
20391 * help.el (describe-mode): Allow a :minor-mode-function property to
20392 specify a different minor mode toggle function than the variable.
20393 * simple.el (auto-fill-function):
20394 * subr.el (add-minor-mode): Use it.
20395
20396 2005-03-16 Kenichi Handa <handa@m17n.org>
20397
20398 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20399 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20400 (ethio-fidel-to-sera-buffer): Likewise.
20401
20402 2005-03-16 Juri Linkov <juri@jurta.org>
20403
20404 * emacs-lisp/find-func.el (find-function-regexp):
20405 Add defun-emitting macro `menu-bar-make-toggle'.
20406
20407 * isearch.el: Put `isearch-scroll' property to
20408 `split-window-horizontally'.
20409
20410 * info.el: Update error messages for `debug-ignored-errors'.
20411 (Info-isearch-search): Doc fix.
20412 (Info-find-node): Move up code to go into info buffer before
20413 recording the node to the history.
20414 (Info-fontify-node): Fontify titles only if the next line
20415 has two or more `*', `=', `-', `.'.
20416 Display "go to this node" for empty (match-string 3).
20417
20418 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20419
20420 * term/mac-win.el: Add mouse pointer shape constants.
20421
20422 2005-03-15 Kim F. Storm <storm@cua.dk>
20423
20424 * simple.el (move-beginning-of-line): Use vertical-motion.
20425
20426 2005-03-15 Juri Linkov <juri@jurta.org>
20427
20428 * isearch.el (isearch-error): New variable.
20429 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20430 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20431 (isearch-within-brackets-state): Remove.
20432 (isearch-case-fold-search-state, isearch-pop-fun-state):
20433 Decrease frame index.
20434 (isearch-mode, isearch-top-state, isearch-push-state)
20435 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20436 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20437 (isearch-search, isearch-lazy-highlight-new-loop):
20438 Replace `isearch-invalid-regexp' with `isearch-error'.
20439 Remove `isearch-within-brackets'.
20440 (isearch-search): Add `search-failed' handler to `condition-case'.
20441 (isearch-lazy-highlight-search): Add `condition-case' to catch
20442 errors and allow `isearch-lazy-highlight-update' to try
20443 highlighting from the beginning of the window.
20444 (isearch-repeat): Move up code to set isearch-wrapped to t
20445 before calling isearch-wrap-function.
20446
20447 * info.el (Info-isearch-initial-node): New internal variable.
20448 (Info-search): Signal an error in isearch mode when search leaves
20449 the initial node. Signal an error when `bound' is non-nil and
20450 nothing was found in the current subfile.
20451 (Info-isearch-search): Remove `condition-case'.
20452 (Info-isearch-wrap): Don't wrap when search failed during leaving
20453 the initial node. If `Info-isearch-search' is nil, wrap around
20454 the current node.
20455 (Info-isearch-start): New fun.
20456 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20457 `isearch-mode-hook'.
20458
20459 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20460
20461 * simple.el (normal-erase-is-backspace): Set default to t if
20462 running on Mac.
20463
20464 * term/mac-win.el (function-key-map): Sync with x-win.el.
20465
20466 2005-03-15 Kenichi Handa <handa@m17n.org>
20467
20468 * international/mule-cmds.el (locale-language-names): Modify the
20469 format of elements and add more entries.
20470 (locale-preferred-coding-systems): Add more entries.
20471 (set-locale-environment): Adjust for the change of
20472 locale-language-names.
20473
20474 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * pcvs.el (smerge-ediff): Remove bogus autoload.
20477
20478 2005-03-14 Lute Kamstra <lute@gnu.org>
20479
20480 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20481 Ignore a `*' at the beginning of a line.
20482
20483 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20484 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20485 subr.el.
20486 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20487 to specify indentation.
20488
20489 * generic.el (define-generic-mode): Let generic-mode-list be a
20490 list of strings; test membership with equal.
20491
20492 2005-03-14 Kim F. Storm <storm@cua.dk>
20493
20494 * simple.el (next-line, previous-line): Add optional try-vscroll
20495 arg to recognize interactive use. Pass it on to line-move.
20496 (line-move): Don't perform auto-window-vscroll when defining or
20497 executing keyboard macro to ensure consistent behavior.
20498
20499 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20500
20501 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20502
20503 2005-03-13 Lute Kamstra <lute@gnu.org>
20504
20505 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20506 debugger-setup-buffer so that backtrace marks the frames set to
20507 debug-on-exit and we don't have to do it manually. Set an extra
20508 debug-on-exit for macro's.
20509 (debugger-setup-buffer): Don't mark the top frame manually.
20510
20511 2005-03-12 Lute Kamstra <lute@gnu.org>
20512
20513 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20514 lisp-indent-function throughout.
20515 (with-no-warnings): Set lisp-indent-function property.
20516
20517 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20518
20519 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20520 Add entry for backslash.
20521
20522 2005-03-12 Juri Linkov <juri@jurta.org>
20523
20524 * info.el (Info-search): Four fixes for backward search.
20525
20526 2005-03-11 Jay Belanger <belanger@truman.edu>
20527
20528 * calc/calc.el (calc-language-alist): New variable.
20529 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20530 (calc-embedded-find-modes): Use calc-language-alist instead of
20531 calc-embedded-language-alist.
20532
20533 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20534
20535 * calendar/calendar.el (calendar-redrawing): New internal
20536 variable.
20537 (redraw-calendar): Remove bogus save-excursion from previous
20538 change. Bind calendar-redrawing to t for mark-diary-entries.
20539 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20540 calendar if that is why we were called.
20541
20542 2005-03-11 Kenichi Handa <handa@m17n.org>
20543
20544 * international/mule.el (make-coding-system): Set property
20545 coding-system-define-form to nil.
20546 (define-coding-system-alias): Likewise.
20547
20548 2005-03-11 Kenichi Handa <handa@m17n.org>
20549
20550 These changes are suggested by Dave Love <fx@gnu.org>.
20551
20552 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20553 coding: tag.
20554 (adaptive-fill-regexp): Add more bullets.
20555 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20556 regexps.
20557
20558 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * help.el (describe-mode): Properly handle non-trivial lighters.
20561 Don't ignore minor modes that are not listed in minor-mode-list.
20562
20563 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20564 feature ON when the user requests to turn it OFF.
20565
20566 2005-03-10 Lute Kamstra <lute@gnu.org>
20567
20568 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20569 (implement-debug-on-entry): New function to replace debug-entry-code.
20570 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20571 second argument as the 2005-03-07 change makes it obsolete.
20572 (debug-on-entry, cancel-debug-on-entry): Update call to
20573 debug-on-entry-1.
20574 (debug, debugger-setup-buffer): Comment update.
20575 (debugger-frame-number): Update to work with implement-debug-on-entry.
20576
20577 2005-03-10 Jay Belanger <belanger@truman.edu>
20578
20579 * calc/calc-embed.el (math-ms-args): Declare it.
20580 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20581 math-ms-args.
20582 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20583 variables.
20584
20585 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20586
20587 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20588 Use message-box.
20589
20590 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20591 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20592 (tooltip-gud-tips): Simplify.
20593 (tooltip-gud-tips-p): Remove superfluous :set.
20594 (tooltip-gud-modes): Add fortran-mode.
20595 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20596
20597 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20598
20599 2005-03-09 Kim F. Storm <storm@cua.dk>
20600
20601 * play/animate.el (animate-place-char): Use forward-line instead
20602 of next-line to improve performance.
20603
20604 2005-03-09 Simon Josefsson <jas@extundo.com>
20605
20606 * net/browse-url.el (browse-url-default-browser): Doc fix.
20607
20608 2005-03-09 Miles Bader <miles@gnu.org>
20609
20610 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20611 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20612
20613 2005-03-09 Kenichi Handa <handa@m17n.org>
20614
20615 * international/latin-1.el: Set case and syntax for 255 only if
20616 set-case-syntax-set-multibyte is nil.
20617
20618 * textmodes/ispell.el (ispell-insert-word): New function.
20619 (ispell-word): Use ispell-insert-word to insert a new word.
20620 (ispell-process-line): Likewise.
20621 (ispell-complete-word): Likewise.
20622
20623 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20624
20625 * calendar/calendar.el (redraw-calendar): Preserve point.
20626 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20627 (calendar-week-start-day): Move after definition of
20628 redraw-calendar. Delete buffer test, since redraw-calendar has
20629 that now.
20630
20631 * calendar/diary-lib.el (mark-diary-entries): Only call
20632 redraw-calendar in the first of any recursive calls.
20633 Reported by Alan Shutko <ats@acm.org>.
20634
20635 2005-03-08 Juri Linkov <juri@jurta.org>
20636
20637 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20638 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20639 (html-radio-buttons): Add a space before the trailing `/>' where
20640 sgml-xml-mode is non-nil.
20641 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20642 the subsequent tag of the empty XML tag.
20643 (html-href-anchor): Don't set initial input to "http:".
20644 (html-image): Ask for the image URL and set point inside alt="".
20645 (html-name-anchor): Duplicate the name in the `id' attribute when
20646 sgml-xml-mode is non-nil.
20647 (html-paragraph): Remove \n before <p>.
20648 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20649 instead of `checked' when sgml-xml-mode is non-nil.
20650
20651 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20652 Remove 1 space before #RRGGBB to not truncate it on terminal
20653 windows w/o fringes. Remove 1 space between bg and fg examples
20654 to get more space.
20655 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20656 avoid byte-compile warnings.
20657
20658 * image-file.el (image-file-handler): Put `safe-magic' property to
20659 `image-file-handler'.
20660
20661 * info.el (Info-isearch-search): Emulate word search in
20662 isearching through multiple Info nodes with Info-search.
20663 (Info-isearch-wrap): Allow isearch-word.
20664
20665 2005-03-08 Lute Kamstra <lute@gnu.org>
20666
20667 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20668 stepping into the debugger's code is not possible.
20669 (debugger-jumping-flag): Docstring update.
20670
20671 2005-03-08 Jay Belanger <belanger@truman.edu>
20672
20673 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20674 embedded mode begins.
20675 (calc-embedded-language-alist): New variable.
20676 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20677 set default language mode.
20678
20679 2005-03-08 Kenichi Handa <handa@m17n.org>
20680
20681 * international/ccl.el (define-ccl-program): Fix docstring about
20682 extra 256 bytes assured for the output buffer.
20683
20684 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20685 Fix BUFFER_MAGNIFICATION to 2.
20686 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20687
20688 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20689
20690 * align.el (align-rules-list): Added an alignment rule for CSS
20691 declarations (applies to css-mode and html-mode buffers).
20692
20693 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20694
20695 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20696
20697 2005-03-07 Kim F. Storm <storm@cua.dk>
20698
20699 * simple.el (move-beginning-of-line): New command.
20700
20701 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20702
20703 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20704
20705 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20706 and move-beginning-of-line.
20707
20708 * apropos.el (apropos-print): Omit command from M-x ... RET.
20709
20710 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20711
20712 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20713 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20714
20715 2005-03-06 Richard M. Stallman <rms@gnu.org>
20716
20717 * bindings.el (esc-map): Bind M-g to goto-line.
20718
20719 * facemenu.el (global-map): Bind M-o, not M-g.
20720
20721 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20722
20723 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20724 "Open Directory" as for "Open File".
20725
20726 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20727
20728 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20729 (push-mark-command): Run activate-mark-hook.
20730
20731 2005-03-06 Richard M. Stallman <rms@gnu.org>
20732
20733 * help-mode.el (help-mode-finish): Don't alter the element
20734 in view-return-to-alist if there already is one.
20735
20736 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20737 make sure the current buffer is the expected one.
20738
20739 * novice.el (disabled-command-function): Output in *Disabled Command*.
20740 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20741
20742 * textmodes/flyspell.el (flyspell-large-region):
20743 Pass args differently for aspell.
20744
20745 * files.el (mode-require-final-newline): Doc fix.
20746
20747 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20748
20749 * progmodes/which-func.el (which-function):
20750 Specify NOERROR when calling imenu--make-index-alist.
20751
20752 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20753
20754 * simple.el (normal-erase-is-backspace): Define default value.
20755
20756 * custom.el (custom-theme-set-variables): Remove unused var
20757 `immediate'.
20758 (custom-reevaluate-setting): Simple function to handle variables
20759 that are defined before their default value can really be
20760 computed.
20761
20762 * startup.el (command-line): Use it for temporary-file-directory,
20763 small-emporary-file-directory, auto-save-file-name-transforms,
20764 blink-cursor-mode, and normal-erase-is-backspace.
20765
20766 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20767 progress, even with buggy anchored keywords.
20768
20769 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20770
20771 * simple.el (goto-line): Remove unbalanced final parenthesis.
20772
20773 2005-03-05 Richard M. Stallman <rms@gnu.org>
20774
20775 * simple.el (goto-line): Use a number at point as the default.
20776 With C-u as arg, switch buffers.
20777
20778 2005-03-05 Juri Linkov <juri@jurta.org>
20779
20780 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20781 with `no-blinking-cursor'.
20782
20783 * startup.el (no-blinking-cursor): New defvar.
20784 (command-line): Add `--no-blinking-cursor' to longopts.
20785 Set `no-blinking-cursor' to t for command line arguments
20786 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20787 with `no-blinking-cursor' in the condition for calling
20788 `blink-cursor-mode'.
20789
20790 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20791
20792 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20793 (menu-bar-options-save): Add blink-cursor-mode.
20794 (menu-bar-options-menu): Add blink-cursor-mode.
20795
20796 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20797
20798 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20799 (icalendar-export-file, icalendar-export-region)
20800 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20801 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20802
20803 2005-03-04 Lute Kamstra <lute@gnu.org>
20804
20805 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20806 (debug-function-list): Ditto.
20807
20808 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20809
20810 * textmodes/texinfmt.el (texinfo-append-refill):
20811 Redefine the types of line to which @refill
20812 is not appended by replacing a search for `@refill\\|@bye' with
20813 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20814 itemize@refill' bug and the unfilled long lines bug.
20815 (texinfmt-version): Update number and date.
20816
20817 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20818
20819 * international/code-pages.el (windows-1250, windows-125[2-8])
20820 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20821
20822 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20823
20824 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20825 bound yet.
20826
20827 2005-03-02 Romain Francoise <romain@orebokech.com>
20828
20829 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20830 buffer after removing limits.
20831 (ibuffer-pop-filter): Ditto.
20832 Update copyright.
20833
20834 2005-03-02 Miles Bader <miles@gnu.org>
20835
20836 * button.el (make-text-button): If the user doesn't specify a
20837 type, use the default. Rewrite to use `add-text-properties' and
20838 plist functions.
20839
20840 2005-03-01 Lute Kamstra <lute@gnu.org>
20841
20842 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20843 (debugger-jumping-flag): New var.
20844 (debug-entry-code): Use it.
20845 (debugger-jump): Use debugger-jumping-flag and add
20846 debugger-reenable to post-command-hook.
20847 (debugger-reenable): Use debugger-jumping-flag and remove itself
20848 from post-command-hook.
20849 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20850 debugger-reenable.
20851
20852 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20853
20854 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20855 inclusion of "itemize\\|", which may be unnecessary, is certainly
20856 inelegant, and stops refilling in itemize lists when formatting
20857 Japanese Texinfo files to Info.
20858 Update copyright to 2005.
20859
20860 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20861
20862 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20863 of an error if GDB can't find the source file.
20864
20865 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20866
20867 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20868 not just the calendar.
20869
20870 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20871 first.
20872 (diary-redraw-calendar): New function.
20873 (make-diary-entry): Add diary-redraw-calendar to local
20874 write-contents-functions. Turn off selective display before
20875 inserting in diary.
20876
20877 2005-03-01 Kim F. Storm <storm@cua.dk>
20878
20879 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20880
20881 2005-03-01 Lute Kamstra <lute@gnu.org>
20882
20883 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20884 that debug-entry-code can be safely removed from a function while
20885 this code is being evaluated. Revert the 2005-02-27 change as the
20886 new implementation no longer requires it. Make sure that a
20887 function body containing just a string is not mistaken for a docstring.
20888 (debug): Skip one more frame in case of debug on entry.
20889 (debugger-setup-buffer): Delete one more frame line in case of
20890 debug on entry.
20891 (debugger-frame-number): Update to use the new text introduced by
20892 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20893
20894 2005-02-28 Kim F. Storm <storm@cua.dk>
20895
20896 * double.el (double-translate-key): Call force-window-update after
20897 read-event to avoid crash in redisplay.
20898
20899 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20900
20901 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20902 (debug): Use it. Move the inhibit-trace earlier.
20903 (debug-entry-code): New const.
20904 (debug-on-entry-1): Use it.
20905
20906 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20907
20908 * international/utf-16.el (ccl-encode-mule-utf-16le):
20909 Fix BUFFER_MAGNIFICATION to 2.
20910 (ccl-encode-mule-utf-16be): Likewise.
20911
20912 2005-02-28 Kenichi Handa <handa@m17n.org>
20913
20914 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20915 Fix BUFFER_MAGNIFICATION to 4.
20916 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20917
20918 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20919
20920 * speedbar.el (speedbar-update-flag): Doc fix.
20921 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20922 argument.
20923
20924 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20927 have a non-nil `invisible' property but are actually visible.
20928
20929 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20930 for perldoc sections.
20931 (perl-outline-regexp, perl-outline-level): New var and function.
20932 (perl-mode): Use them.
20933
20934 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20935
20936 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20937 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20938
20939 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20940
20941 * cus-edit.el: Comment change.
20942 (custom-buffer-create-internal): Slightly reword text at top of
20943 Custom buffers. Mention there that saving an option edits the
20944 init file. Add link to Emacs manual node on `custom-file'.
20945 (custom-magic-alist): Rewrite individual State messages to use
20946 capitalized keywords. Doc fix.
20947
20948 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20949
20950 * calendar/calendar.el (calendar-buffer): Move above
20951 calendar-week-start-day.
20952 (calendar-week-start-day): Doc fix. Add :set function.
20953 (calendar-minimum-window-height): New variable.
20954 (generate-calendar-window): Only resize window if selected-window
20955 is displaying the calendar buffer. Use new variable
20956 calendar-minimum-window-height.
20957 (generate-calendar): Reword error message.
20958 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20959
20960 2005-02-27 Andreas Schwab <schwab@suse.de>
20961
20962 * vc.el (vc-do-command): Don't run command asynchronously when
20963 operating in a remote directory.
20964
20965 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20966 change from sync with Tramp 2.0.47.
20967
20968 2005-02-27 Richard M. Stallman <rms@gnu.org>
20969
20970 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20971
20972 * textmodes/flyspell.el (flyspell-mode-on):
20973 Call ispell-change-dictionary only if necessary.
20974
20975 * emacs-lisp/re-builder.el (regexp-builder): New function.
20976
20977 * register.el (describe-register-1): Explicitly handle
20978 yank-excluded-properties = t.
20979
20980 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20981 (custom-magic-alist): Change the status descriptions again.
20982 (face widget-type): Total rewrite based on `restricted-sexp'
20983 to eliminate the confusing double hiding levels.
20984
20985 * emacs-lisp/debug.el (debug-on-entry-1):
20986 If function body is empty, add nil as body form.
20987
20988 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * emacs-lisp/trace.el (inhibit-trace): New var.
20991 (trace-make-advice): Use it.
20992
20993 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20994
20995 2005-02-26 Kim F. Storm <storm@cua.dk>
20996
20997 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20998 (mouse-on-link-p, mouse-drag-region-1): Use it.
20999
21000 2005-02-25 Lute Kamstra <lute@gnu.org>
21001
21002 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21003
21004 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21005
21006 * frame.el (blink-cursor-mode): Add :group keyword.
21007
21008 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21009
21010 * calendar/icalendar.el (icalendar--decode-isodatetime):
21011 New optional argument DAY-SHIFT.
21012 (icalendar-export-region): Fix coding-system-for-write.
21013 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21014 events by one.
21015
21016 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21019
21020 2005-02-24 Kim F. Storm <storm@cua.dk>
21021
21022 * international/iso-acc.el (iso-accents-compose): Fix crash
21023 during redisplay. Call force-window-update after read-event
21024 and delete-region to signal that window is not accurate.
21025
21026 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21027
21028 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21029 Remove unused and inexistent var `inhibit-trace'.
21030 (debugger-mode): Use run-mode-hooks.
21031 (debugger-list-functions): Add buttons; setup xref stack.
21032
21033 2005-02-23 Richard M. Stallman <rms@gnu.org>
21034
21035 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21036 appointment says it was explicitly made.
21037 (appt-add): Set the 3rd element.
21038 (appt-make-list): Preserve explicit appointments.
21039
21040 * subr.el (find-tag-default): Catch errors in forward-sexp.
21041
21042 2005-02-23 Juri Linkov <juri@jurta.org>
21043
21044 * info.el (Info-isearch-search): New defcustom.
21045 (Info-isearch-search): Call the default isearch function
21046 when Info-isearch-search is nil.
21047 (Info-isearch-wrap): Use variable Info-isearch-search.
21048
21049 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21050
21051 * cus-edit.el: Comment change.
21052
21053 2005-02-22 Kim F. Storm <storm@cua.dk>
21054
21055 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21056 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21057
21058 2005-02-22 Simon Josefsson <jas@extundo.com>
21059
21060 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21061 New variable.
21062 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21063 Oskarsson" <myrkraverk@users.sourceforget.net>.
21064
21065 2005-02-22 Kim F. Storm <storm@cua.dk>
21066
21067 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21068 check that window of that event is the selected window.
21069 (mouse-drag-region-1): Compare mouse event window to selected
21070 window before setting point.
21071
21072 * tooltip.el (tooltip-show-help-function): Pass event to
21073 mouse-on-link-p so it can check selected window.
21074
21075 2005-02-22 Kenichi Handa <handa@m17n.org>
21076
21077 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21078 (ps-mule-show-warning): New function.
21079 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21080 characters are found.
21081
21082 * ps-print.el (ps-header-footer-string): Return a list of header
21083 and footer strings.
21084
21085 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21086
21087 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21088
21089 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21090
21091 * frame.el (blink-cursor-mode): Use define-minor-mode.
21092
21093 * term/mac-win.el (function-key-map): Use char-names more consistently.
21094 (file-name-coding-system): Only set it for MacOS-9. The other case is
21095 already handled in mule-cmds.el (where it also works when mac-win.el
21096 is not used).
21097
21098 2005-02-21 Kenichi Handa <handa@m17n.org>
21099
21100 * international/mule.el (ctext-pre-write-conversion): Always use
21101 " *code-converting-work*" buffer for work.
21102
21103 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21104
21105 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21106
21107 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21108
21109 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21110
21111 * ses.el (undo-more): Restore defadvice, but only the part that
21112 allows changes outside the restricted area of the buffer.
21113
21114 2005-02-20 Kim F. Storm <storm@cua.dk>
21115
21116 * simple.el (line-move): Add fourth optional arg try-vscroll which
21117 must be set to perform auto-window-vscroll.
21118 When moving backwards and doing auto-window-vscroll, automatically
21119 vscroll to the last part of lines which are taller than the window.
21120 (next-line, previous-line): Set try-vscroll arg on line-move.
21121
21122 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21123
21124 * replace.el (query-replace, query-replace-regexp)
21125 (replace-string, replace-regexp): When operating on region, make
21126 the minibuffer prompt say so.
21127
21128 * isearch.el (isearch-forward): Document isearch-query-replace and
21129 isearch-query-replace-regexp keybindings.
21130
21131 2005-02-19 Jay Belanger <belanger@truman.edu>
21132
21133 * calc/calc-aent.el (math-read-token): Add local variable.
21134
21135 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21136 (calc-edit-top): Move declaration to earlier in file.
21137 (calc-edit-macro-repeats): Add local variables.
21138
21139 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21140 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21141 calcFunc-tanh.
21142 Adjust integration rule for calcFunc-tan.
21143
21144 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21145
21146 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21147 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21148 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21149 (viper-skip-separators): Bug fix.
21150 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21151 particular major mode.
21152 (viper-del-backward-char-in-replace): Don't put deleted char on the
21153 kill ring.
21154
21155 * viper-ex.el (viper-color-display-p): New function.
21156 (viper-has-face-support-p): Use viper-color-display-p.
21157
21158 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21159
21160 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21161
21162 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21163 (viper-file-remote-p): Make equivalent to file-remote-p.
21164
21165 * viper.el (viper-major-mode-modifier-list):
21166 Use viper-gnus-modifier-map.
21167
21168 2005-02-19 David Kastrup <dak@gnu.org>
21169
21170 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21171 quoting.
21172
21173 2005-02-19 Jay Belanger <belanger@truman.edu>
21174
21175 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21176 Remove extra definitions.
21177 (calc-coth): New function.
21178 (calcFunc-cot): Fix `let'.
21179
21180 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21181
21182 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21183 the reasons we use "type pc" in these faces.
21184
21185 * button.el (button): Ditto.
21186
21187 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21188
21189 * replace.el (query-replace-read-from): Set the value of
21190 query-replace-from-history-variable to handle the case of an empty
21191 string entered to accept the suggested default.
21192
21193 * net/tramp.el (tramp-file-name-for-operation):
21194 Use dired-call-process instead of dired-call-process-command.
21195
21196 2005-02-19 Jay Belanger <belanger@truman.edu>
21197
21198 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21199 (math-div-non-trig): New variables.
21200 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21201 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21202 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21203 trig expressions.
21204
21205 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21206
21207 * progmodes/gdb-ui.el (gdb-var-update-handler)
21208 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21209 for watch expressions,
21210 (gdb-var-create-handler): Don't set speedbar-update-flag.
21211 (gdb-post-prompt): Simplify test for speedbar.
21212
21213 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21214
21215 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21216 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21217 we use the syntax table of the correct buffer.
21218 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21219 Felix Gatzemeier.
21220
21221 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21222 (ediff-file-remote-p): Make synonymous with file-remote-p.
21223 In all deffaces ediff-*-face-*, use min-colors.
21224
21225 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21226 ediff-recurse-to-subdirectories.
21227 (ediff-mark-if-equal): Check that the arguments are strings, use
21228 ediff-same-contents (after to Felix Gatzemeier).
21229
21230 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21231 nil.
21232
21233 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21236
21237 2005-02-18 David Kastrup <dak@gnu.org>
21238
21239 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21240 use `mark-active' when defined.
21241
21242 2005-02-18 Kenichi Handa <handa@m17n.org>
21243
21244 * ps-print.el (ps-font-info-database): New entry
21245 ZapfChancery-MediumItalic with correct font name. Fix font name
21246 of the entry Zapf-Chancery-MediumItalic.
21247
21248 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21249
21250 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21251
21252 2005-02-16 Kim F. Storm <storm@cua.dk>
21253
21254 * ido.el (ido-fallback-command): Pass user input to fallback command.
21255
21256 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21257
21258 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21259 (gdb-find-file-hook): Add server prefix.
21260
21261 2005-02-16 Richard M. Stallman <rms@gnu.org>
21262
21263 * replace.el (perform-replace): Pass new args to replace-highlight.
21264 (replace-highlight): Take region args,
21265 and pass them to isearch-lazy-highlight-new-loop.
21266
21267 * novice.el (disabled-command-hook): Autoload the defalias
21268 and the make-obsolete-variable call.
21269
21270 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21271
21272 * isearch.el (isearch-lazy-highlight-start-limit)
21273 (isearch-lazy-highlight-end-limit): New variables limit
21274 the region for highlighting.
21275 (isearch-lazy-highlight-new-loop): New args BEG and END.
21276 (isearch-lazy-highlight-search): Use the new vars.
21277 (isearch-lazy-highlight-update): Likewise.
21278
21279 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21280
21281 * cus-start.el (all): Use default-boundp.
21282
21283 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21284
21285 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21286
21287 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21288
21289 * autorevert.el (auto-revert-stop-on-user-input)
21290 (auto-revert-verbose): Doc fixes.
21291
21292 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21293
21294 * international/mule-cmds.el (set-locale-environment): Remove call
21295 to set-selection-coding-system on Windows.
21296
21297 2005-02-15 Jay Belanger <belanger@truman.edu>
21298
21299 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21300 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21301 calcFunc-coth.
21302 (math-simplify-sqrt): Add simplifications.
21303
21304 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21305 to list.
21306
21307 * calc/calc-ext.el: Add functions to autoloads.
21308
21309 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21310 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21311 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21312 (math-csc-raw, math-cot-raw): New functions.
21313
21314 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21315
21316 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21317 the variable name in a message.
21318
21319 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21320 calcFunc-csc, calcFunc-cot.
21321
21322 * calc/calcalg2.el: Add derivative and integration rules for
21323 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21324 calcFunc-csch, calcFunc-coth.
21325 (math-do-integral-methods): Add to checks for when to use
21326 substitutions.
21327
21328 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21329
21330 2005-02-15 Lute Kamstra <lute@gnu.org>
21331
21332 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21333 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21334 <monnier@iro.umontreal.ca>
21335 (lisp-outline-level): Improve efficiency. Suggested by David
21336 Kastrup <dak@gnu.org>.
21337
21338 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21339
21340 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21341 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21342 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21343 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21344 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21345
21346 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21347
21348 * cus-start.el (all): Comment change.
21349
21350 2005-02-14 Lute Kamstra <lute@gnu.org>
21351
21352 * cus-start.el (all): Check if symbol is void.
21353
21354 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21355
21356 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21357 optional argument to \cite.
21358
21359 2005-02-14 Richard M. Stallman <rms@gnu.org>
21360
21361 * cus-edit.el (custom-buffer-create-internal): Update help message.
21362 (custom-magic-alist): Update help messages.
21363
21364 * cus-start.el (all): Allow a var to specify a standard value.
21365
21366 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21367
21368 * custom.el (custom-theme-set-variables): Handle variable aliases.
21369
21370 * frame.el (blink-cursor-timer): Doc fix.
21371 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21372 declare obsolete.
21373 (blink-cursor-mode): Define with defcustom and use correct
21374 standard expression in that defcustom.
21375 * startup.el (command-line): Adapt to above changes in frame.el.
21376
21377 2005-02-11 Lute Kamstra <lute@gnu.org>
21378
21379 * apropos.el (apropos-score-doc): Prevent division by zero.
21380
21381 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21382
21383 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21384 (icalendar--get-event-property-attributes)
21385 (icalendar--get-event-properties)
21386 (icalendar--datetime-to-diary-date): New functions.
21387 (icalendar--split-value): Doc fix.
21388 (icalendar--datetime-to-noneuropean-date)
21389 (icalendar--datetime-to-european-date): New optional argument
21390 SEPARATOR. Return result as a string instead of a list.
21391 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21392 (icalendar--convert-string-for-export): Rename arg S to STRING.
21393 (icalendar-export-region): Doc fix. Change name of error buffer.
21394 Save output buffer.
21395 (icalendar-import-file): Add blank at end of prompt.
21396 (icalendar-import-buffer): Doc fix. Do not switch to error
21397 buffer. Indicate status in return value.
21398 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21399 buffer. Save output buffer. Handle exception from recurrence
21400 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21401 events. Fix problems with weekly all-day events.
21402
21403 2005-02-10 Richard M. Stallman <rms@gnu.org>
21404
21405 * simple.el (eval-expression-print-format):
21406 Avoid warning about edebug-active.
21407
21408 * help.el (help-for-help-internal): Rename from help-for-help.
21409 (help-for-help): Define with defalias.
21410
21411 * font-core.el (font-lock-default-function): Use with-no-warnings.
21412
21413 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21414
21415 * custom.el (defface): Doc fix.
21416
21417 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21418
21419 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21420 width 0" to prevent word wrapping problems.
21421
21422 2005-02-09 Kim F. Storm <storm@cua.dk>
21423
21424 * ido.el (ido-file-extensions-order): New defcustom.
21425 (ido-file-extension-lessp, ido-file-extension-aux)
21426 (ido-file-extension-order): New advanced file ordering.
21427 (ido-file-lessp): New simple file ordering.
21428 (ido-sort-list): Remove.
21429 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21430 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21431
21432 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21433
21434 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21435 that some versions of grep produce.
21436 (grep-mode-font-lock-keywords): Likewise.
21437
21438 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21439
21440 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21441 (gdb-cdir): Delete.
21442 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21443 (gdb-source-info): Treat case when source file is in another
21444 directory properly.
21445 (gdb-get-location): New function.
21446
21447 2005-02-07 Jay Belanger <belanger@truman.edu>
21448
21449 * calc/calc-prog.el (calc-write-parse-table-part)
21450 (calc-fix-token-name): Fix a check for language type.
21451
21452 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21453
21454 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21455
21456 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21457 as directory not writable.
21458
21459 2005-02-07 Kim F. Storm <storm@cua.dk>
21460
21461 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21462 (cua--standard-movement-commands): Remove list.
21463 Instead, set CUA property value to move for movement commands.
21464 (cua-movement-commands): Remove. Users must set CUA prop instead.
21465 (cua--pre-command-handler): Check CUA property.
21466 (cua--init-keymaps): Don't remap undo commands.
21467 (cua-mode): Don't call cua--rectangle-on-off.
21468
21469 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21470 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21471 (cua--rect-undo-set-point): New var.
21472 (cua--rectangle-undo-boundary): Setup undo apply entry.
21473 (cua--rect-undo-handler): New function for rectangle undo.
21474 (cua--rect-start-position, cua--rect-end-position): Add.
21475 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21476 for restored rectangle. Set point if cua--rect-undo-set-point.
21477
21478 2005-02-06 Jay Belanger <belanger@truman.edu>
21479
21480 * calc/calc-lang.el (calc-tex-language): Display more information
21481 in messages.
21482
21483 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21484 in TeX mode.
21485
21486 2005-02-06 Richard M. Stallman <rms@gnu.org>
21487
21488 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21489
21490 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21491
21492 * net/ldap.el (ldap-search-internal): Support attributes with
21493 optional descriptions separated by a semi-colon, as in
21494 "userCertificate;binary".
21495
21496 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21497
21498 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21499 isn't a cons (i.e. the version is 0).
21500
21501 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21502
21503 * help.el (help-for-help): Doc fix.
21504
21505 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21506
21507 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21508 GDB-Windows on the menu-bar as this works better.
21509
21510 2005-02-04 Jay Belanger <belanger@truman.edu>
21511
21512 * calc/calc-embed.el (calc-embedded-update): Don't put in
21513 unnecessary newlines. Adjust the end of formula marker.
21514
21515 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21516 (math-latex-parse-two-args): New function.
21517
21518 2005-02-03 Lute Kamstra <lute@gnu.org>
21519
21520 * help-fns.el (help-with-tutorial): Make sure that users cannot
21521 remove the entire text of the tutorial by means of `undo'.
21522
21523 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21524
21525 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21526 in recent changes, where the ispell process was repeatedly
21527 killed & restarted.
21528
21529 * international/mule-cmds.el (set-locale-environment): Set file-name
21530 coding system to utf-8 on Darwin systems.
21531 (set-default-coding-systems): Don't set default-file-name-coding-system
21532 on Darwin systems.
21533
21534 2005-02-03 Richard M. Stallman <rms@gnu.org>
21535
21536 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21537
21538 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21539
21540 * faces.el (list-faces-display): Add optional argument.
21541
21542 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21543
21544 * font-core.el (font-lock-default-function): Handle the rare case where
21545 only font-lock-keywords is set.
21546
21547 2005-02-02 Kenichi Handa <handa@m17n.org>
21548
21549 * international/characters.el: Cancel previous change for
21550 I-WITH-DOT-ABOVE and DOTLESS-i.
21551
21552 * international/latin-5.el: Cancel previous change.
21553
21554 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21555
21556 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21557
21558 2005-02-02 Kenichi Handa <handa@m17n.org>
21559
21560 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21561 DOTLESS-i.
21562
21563 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21564 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21565
21566 * case-table.el (get-upcase-table): New function.
21567 (copy-case-table): Copy upcaes table too if non-nil.
21568 (set-case-syntax-delims): Maintain upcase table too.
21569 (set-case-syntax-pair): Likewise.
21570 (set-upcase-syntax, set-downcase-syntax): New functions.
21571 (set-case-syntax): Maintain upcase table too.
21572
21573 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21574
21575 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21576
21577 * progmodes/gud.el (gud-goto-info): New function.
21578 (gud-tool-bar-map): Use correct icon.
21579
21580 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21581
21582 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21583 When delegating, order args in the funcall correctly.
21584
21585 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21586
21587 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21588
21589 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21590
21591 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21592 buffer not visiting a file.
21593
21594 2005-01-31 Jay Belanger <belanger@truman.edu>
21595
21596 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21597 bound on the line with the formula.
21598
21599 2005-01-31 Kim F. Storm <storm@cua.dk>
21600
21601 * ses.el (ses-create-cell-variable-range)
21602 (ses-destroy-cell-variable-range, ses-reset-header-string)
21603 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21604 (ses-insert-row): Fix format of apply undo entries.
21605
21606 2005-01-31 Jay Belanger <belanger@truman.edu>
21607
21608 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21609 parts.
21610
21611 * calc/calc-embed.el (calc-embedded-open-formula)
21612 (calc-embedded-close-formula): Ignore matrix environments.
21613
21614 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21615 TeX mode.
21616
21617 * calc/calc-lang.el (math-function-table, math-oper-table)
21618 (math-variable-table): Adjust the LaTeX portions.
21619
21620 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21621 (math-latex-ignore-words): New constant.
21622
21623 2005-01-31 Richard M. Stallman <rms@gnu.org>
21624
21625 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21626 (ispell-local-dictionary): Doc fix.
21627 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21628 Don't reinitialize at run time. Don't defcustom.
21629 All uses changed to append ispell-local-dictionary-alist,
21630 or check it first.
21631 (ispell-current-dictionary): New variable for dictionary in use.
21632 (ispell-dictionary): Now used only for global default.
21633 (ispell-start-process): Set ispell-current-dictionary,
21634 not ispell-dictionary.
21635 (ispell-change-dictionary): Use this only for setting
21636 user preferences.
21637 (ispell-internal-change-dictionary): New function
21638 to change the current dictionary in use.
21639 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21640 Use ispell-current-dictionary.
21641 Handle ispell-local-dictionary-overridden.
21642 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21643
21644 2005-01-31 Jay Belanger <belanger@truman.edu>
21645
21646 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21647
21648 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21649 (calc-mode-map): Add calc-latex-language.
21650
21651 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21652 (math-latex-print-frac): New functions.
21653 (math-oper-table, math-function-table, math-variable-table)
21654 (math-complex-format, math-input-filter): Add latex properties.
21655 (calc-set-language): Set math-expr-special-function-mapping.
21656
21657 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21658 (calc-write-parse-table-part): Add LaTeX support.
21659
21660 * calc/calc.el (calc-language): Adjust docstring.
21661 (calc-set-mode-line): Add LaTeX support.
21662 (math-expr-special-function-mapping): New variable.
21663 (math-tex-ignore-words): Add to list.
21664
21665 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21666 Add LaTeX support.
21667 (math-compose-expr): Add support for special functions.
21668
21669 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21670
21671 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21672
21673 * progmodes/gdb-ui.el (gdb-memory-address)
21674 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21675 (gdb-memory-mode-map, gdb-memory-format-keymap)
21676 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21677 (gdb-memory-unit-menu): New variables for a buffer
21678 that lets the user examine program memory.
21679 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21680 (gdb-memory-format-binary, gdb-memory-format-octal)
21681 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21682 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21683 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21684 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21685 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21686 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21687 (gdb-memory-mode, gdb-memory-buffer-name)
21688 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21689 New functions for above buffer.
21690
21691 2005-01-30 Richard M. Stallman <rms@gnu.org>
21692
21693 * cus-edit.el (custom-bury-buffer): Function deleted.
21694 (custom-buffer-done-function): Option deleted.
21695 (custom-buffer-done-kill): New replacement option.
21696 (Custom-buffer-done): Call quit-window.
21697 (custom-buffer-create-internal): Update for above changes.
21698
21699 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21700
21701 * simple.el (undo-ask-before-discard): New var.
21702 (undo-outer-limit-truncate): Implement it.
21703 (undo-extra-outer-limit): Doc update.
21704
21705 2005-01-29 Richard M. Stallman <rms@gnu.org>
21706
21707 * ses.el (undo-more): Delete defadvice.
21708 (ses-begin-change): Doc fix.
21709
21710 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21711 instead of rebinding C-x u and C-_.
21712
21713 * files.el (normal-backup-enable-predicate): Return nil for files
21714 in /tmp, regardless of temporary-file-directory.
21715
21716 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21717
21718 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21719 (open-rectangle, delete-whitespace-rectangle-line)
21720 (clear-rectangle-line): If FILL, pass t instead of FILL
21721 for move-to-column's 2nd arg.
21722
21723 * simple.el (undo): Fix the test for continuing a series of undos.
21724 (undo-more): Set pending-undo-list to t when we reach end.
21725 (pending-undo-list): Move up defvar.
21726
21727 * wid-edit.el (widget-button-click):
21728 Shorten the range of the track-mouse binding.
21729
21730 * comint.el (comint-insert-input): Undo previous changes;
21731 use last-input-event in interactive spec.
21732
21733 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21734
21735 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21736 to nil before invoking call-process. Reset buffer's modified flag
21737 after fontifying it in the no-async branch.
21738
21739 * wid-edit.el (widget-specify-button): If mouse pointer shape
21740 cannot be changed, use mouse face instead.
21741
21742 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21743
21744 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21745 (gdb-goto-breakpoint): Make breakpoint handling work on template
21746 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21747 (gdb-assembler-custom): Update to recognize breakpoint information
21748 added on 2005-01-19.
21749
21750 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21751
21752 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21753 (dsssl-mode): Use define-derived-mode.
21754 (scheme-mode-initialize): Remove.
21755 (scheme-mode): Use run-mode-hooks.
21756
21757 * cus-edit.el (customize-group-other-window)
21758 (custom-buffer-create-other-window): Don't override special-display-*.
21759 (custom-mode-map): Make it dense.
21760
21761 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21762 sets the default value.
21763
21764 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21765
21766 * descr-text.el: Add more keywords.
21767
21768 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21769
21770 * speedbar.el: Avoid unnecessary use of locate-library.
21771
21772 * international/mule-cmds.el (standard-display-european-internal):
21773 Don't fiddle with latin-1 non-break space any more since it's now
21774 special cased in the C code.
21775 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21776
21777 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21778
21779 * cus-start.el (all): Add `undo-outer-limit'.
21780
21781 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21782
21783 * textmodes/bibtex.el (bibtex-format-entry):
21784 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21785 field lines.
21786 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21787 not on part of a buffer.
21788
21789 2005-01-25 Lute Kamstra <lute@gnu.org>
21790
21791 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21792 nonempty field text strings like "{letters\\macro{}more letters}".
21793 Clarify docstring.
21794 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21795 (bibtex-entry-offset, bibtex-parse-association)
21796 (bibtex-parse-field-name): Fix typos in docstrings.
21797 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21798
21799 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21800
21801 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21802 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21803 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21804 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21805
21806 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21807 isearch minor mode.
21808
21809 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21810
21811 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21812
21813 2005-01-24 Lute Kamstra <lute@gnu.org>
21814
21815 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21816 CASECHARS and NOT-CASECHARS regular expressions of the
21817 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21818 striding over charsets" error.
21819
21820 2005-01-24 Jay Belanger <belanger@truman.edu>
21821
21822 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21823 display variable name.
21824
21825 2005-01-24 Kenichi Handa <handa@m17n.org>
21826
21827 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21828 Fix setting of the element of encoded-kbd-iso2022-invocations.
21829
21830 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21831
21832 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21833 (gdb-threads-select): Change to also accept mouse events.
21834 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21835 (gdb-threads-mouse-select): Delete.
21836
21837 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21838
21839 * files.el (insert-directory): Take care of empty directory,
21840 listed without -a switch.
21841
21842 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21843
21844 * textmodes/refill.el (refill-post-command-function):
21845 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21846 to the list of functions that we should be careful not to undo.
21847 (refill-late-fill-paragraph-function): Remove.
21848 (refill-saved-state): New var.
21849 (refill-mode): Use it to save fill-paragraph-function.
21850 Save also the value of auto-fill-function.
21851
21852 * term/w32-win.el: Simplify code.
21853
21854 2005-01-23 Kim F. Storm <storm@cua.dk>
21855
21856 * simple.el (line-move): Adapt to new return value from
21857 pos-visible-in-window-p.
21858
21859 * simple.el (line-move): Fix last change. Check partial
21860 visibility at point rather than at window-start.
21861
21862 2005-01-22 Jason Rumney <jasonr@gnu.org>
21863
21864 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21865
21866 2005-01-22 David Kastrup <dak@gnu.org>
21867
21868 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21869
21870 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21871
21872 * type-break.el (type-break-mode): Add a test for
21873 type-break-file-name being non-nil.
21874
21875 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21876
21877 * net/eudc.el (top level): Call (message "") via progn, so that
21878 eudc-options-file is loaded.
21879
21880 2005-01-22 Kim F. Storm <storm@cua.dk>
21881
21882 * simple.el (line-move-1): Rename from line-move.
21883 (line-move): New function that adjusts vscroll for partially
21884 visible rows, and calls line-move-1 otherwise.
21885
21886 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21887
21888 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21889 since it's not a complete read-event implementation
21890
21891 2005-01-20 Jay Belanger <belanger@truman.edu>
21892
21893 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21894 for called function.
21895
21896 2005-01-20 Steven Tamm <steventamm@mac.com>
21897
21898 * term/mac-win.el (process-connection-type): Remove.
21899 Controlled now by s/darwin.h:PTY_ITERATION.
21900
21901 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21902
21903 * window.el (handle-select-window): Don't switch window when we're
21904 in the minibuffer.
21905
21906 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21907
21908 * subr.el (dotimes-with-progress-reporter): New macro.
21909
21910 * ses.el (ses-dotimes-msg): Remove macro.
21911 Use `dotimes-with-progress-reporter' instead.
21912
21913 2005-01-19 Steven Tamm <steventamm@mac.com>
21914
21915 * term/mac-win.el (process-connection-type): Use new
21916 operating-system-release variable to use ptys on Darwin 7 (OS X
21917 10.3) when using carbon build.
21918
21919 2005-01-19 Jay Belanger <belanger@truman.edu>
21920
21921 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21922 flags if the last command was a tab or M-tab.
21923
21924 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21925 in formula editing buffer.
21926
21927 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21928
21929 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21930 breakpoint image symbol in margin.
21931
21932 2005-01-19 Jay Belanger <belanger@truman.edu>
21933
21934 * calc/calc-prog.el (calc-execute-kbd-macro):
21935 Ignore calc-keep-arg-flag.
21936
21937 2005-01-19 Kenichi Handa <handa@m17n.org>
21938
21939 * textmodes/ispell.el (ispell-looking-at): New function.
21940 (ispell-process-line): Use ispell-looking-at to compare the ispell
21941 output and the buffer contents.
21942
21943 2005-01-18 Jay Belanger <belanger@truman.edu>
21944
21945 * calc/calc.el (calc-display-raw): Fix docstring.
21946
21947 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * simple.el (blink-matching-open): Strip extra info from syntax.
21950
21951 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21952 funny chars in the end-of-here-doc marker.
21953
21954 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21955
21956 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21957 that enable/disabled state of breakpoints is shown correctly in
21958 fringe and on ttys.
21959 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21960 Add breakpoint information as text properties.
21961 (gdb-mouse-toggle-breakpoint):
21962 Rename to gdb-mouse-set-clear-breakpoint.
21963 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21964 breakpoints in the margin.
21965 (gdb-remove-strings): Simplify.
21966
21967 2005-01-17 Jay Belanger <belanger@truman.edu>
21968
21969 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21970 erasing buffer.
21971
21972 2005-01-17 Richard M. Stallman <rms@gnu.org>
21973
21974 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21975 for calling grep-compute-defaults.
21976
21977 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21978 if buffer is empty.
21979
21980 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21981
21982 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21983
21984 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21985
21986 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21987 non-preloaded variables.
21988
21989 2005-01-17 Steven Tamm <steventamm@mac.com>
21990
21991 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21992 tex-shell cause to force interactivity when using pipes.
21993
21994 2005-01-17 Kim F. Storm <storm@cua.dk>
21995
21996 * simple.el (just-one-space): Make arg optional.
21997
21998 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21999
22000 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22001 posn-at-x-y to t to access left-margin.
22002
22003 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22004
22005 Sync with Tramp 2.0.47.
22006
22007 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22008 catching keep-date problems in cp/scp operations.
22009 (tramp-handle-copy-file): Don't call `set-file-modes'
22010 unconditionally. Specialized functions should know better what is
22011 necessary. This improves performance a little bit, and the
22012 functions could catch errors with `cp -p' and `scp -p'.
22013 (tramp-do-copy-or-rename-file-via-buffer)
22014 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22015 when appropriate.
22016 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22017 Call `set-file-modes' when appropriate.
22018 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22019 Johnsson <isak@hypergene.com>
22020 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22021 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22022 <joakim@verona.se>
22023 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22024 Emacs only.
22025
22026 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22027 `find-file-hooks' and `dired-mode-hook'.
22028 (tramp-minor-mode-map): Respective map. Add remapping for
22029 `compile' and `recompile'.
22030 (tramp-remap-command, tramp-recompile): New defuns.
22031 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22032 in buffer "*Compilation*". Call the commands asynchronously.
22033
22034 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22035 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22036 `shell-command', because it isn't magic in XEmacs. Reported by
22037 Adrian Aichner <adrian@xemacs.org>.
22038
22039 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22040 `substitute-in-file-name.
22041 (tramp-smb-handle-substitute-in-file-name): New defun.
22042 (tramp-smb-advice-PC-do-completion): Delete advice.
22043
22044 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22045
22046 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22047 Fix error in deleting region.
22048
22049 2005-01-15 Richard M. Stallman <rms@gnu.org>
22050
22051 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22052 In non-temp buffer, switch syntax table temporarily.
22053
22054 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22055
22056 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22057
22058 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22059
22060 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22061 (imenu--generic-function): Use START, not BEG, as pos of definition.
22062
22063 * simple.el (just-one-space): Argument specifies number of spaces.
22064
22065 * simple.el (eval-expression-print-format): Avoid warning
22066 about edebug-active.
22067
22068 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22069
22070 * progmodes/sh-script.el: Code copied from make-mode.el
22071 with small changes,
22072 (sh-mode-map): Bind C-c C-\.
22073 (sh-backslash-column, sh-backslash-align): New variables.
22074 (sh-backslash-region, sh-append-backslash): New functions.
22075
22076 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22077
22078 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22079 (rmail-pop-password, rmail-pop-password-required): Move to
22080 rmail-obsolete group.
22081 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22082 All callers updated.
22083 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22084 Take an argument specifying whether it is POP or IMAP mailbox we
22085 are using. All callers updated.
22086 (rmail-pop-password-error): Rename to
22087 rmail-remote-password-error. Added mailutils-specific error message.
22088 (rmail-movemail-search-path)
22089 (rmail-movemail-variant-in-use): New variables.
22090 (rmail-remote-password, rmail-remote-password-required):
22091 New customization variables.
22092 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22093 (rmail-parse-url): New function.
22094 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22095 with GNU mailutils movemail.
22096
22097 2005-01-15 Kevin Ryde <user42@zip.com.au>
22098
22099 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22100 suffix to space, $ or '$, to correctly position point when going
22101 to @table style constants like DBL_MAX.
22102
22103 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22104
22105 * type-break.el (type-break-mode, type-break-file-time)
22106 (type-break-file-keystroke-count, type-break-choose-file):
22107 Don't store data in or load data from the file if type-break-file-name
22108 is nil.
22109 (type-break-file-name): Doc update as per the above.
22110
22111 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22112
22113 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22114 lookup-key might return nil; handle that.
22115
22116 2005-01-15 Alan Mackenzie <acm@muc.de>
22117
22118 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22119 rather than the element found, thus enabling the tree to be setcar'd.
22120
22121 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22122
22123 * textmodes/org.el (org-show-following-heading): New option.
22124 (org-show-hierarchy-above): Use `org-show-following-heading'.
22125 (org-cycle): Documentation fix.
22126
22127 * textmodes/org.el (orgtbl-optimized): New option
22128 (orgtbl-mode): New command, a minor mode.
22129 (orgtbl-mode-map): New variable.
22130 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22131 (orgtbl-error, orgtbl-self-insert-command)
22132 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22133
22134 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22135 a local variable in each org-mode buffer.
22136
22137 * textmodes/org.el (org-set-regexps-and-options): Rename from
22138 `org-set-regexps'. Added checking for STARTUP keyword.
22139 (org-get-current-options): Add STARTUP options.
22140 (org-table-insert-row): Make mode intelligent about when
22141 realignment is needed.
22142 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22143 New commands.
22144 (org-enable-table-editor): New default value `optimized'.
22145 (org-table-blank-field): Support blanking regions if active.
22146
22147 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22148
22149 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22150 if the year is not given.
22151
22152 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22153 Add new escapes %m and %M, fixed bug with %F by adding
22154 save-match-data.
22155 (reftex-reference): Remove ?. from list of spaces.
22156 (reftex-label-info): Add automatic label prefix recognition.
22157
22158 * textmodes/reftex-index.el (reftex-index-next-phrase):
22159 Add slave parameter to call of `reftex-index-this-phrase'.
22160 (reftex-index-this-phrase): New optional argument.
22161 (reftex-index-region-phrases): Add slave parameter to call of
22162 `reftex-index-this-phrase'.
22163 (reftex-display-index): New argument redo.
22164 (reftex-index-rescan): Add `redo' to arguments of
22165 `reftex-display-index'.
22166 (reftex-index-Rescan, reftex-index-revert)
22167 (reftex-index-switch-index-tag): Add `redo' to arguments of
22168 `reftex-display-index'.
22169 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22170 indexing. Fix bug with matching is there is a quote before or
22171 after the word.
22172
22173 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22174 Fix bug when collecting citation keys in lines with comments.
22175 (reftex-citation): Prefix argument no longer rescans the document,
22176 but forces prompting for optional arguments of cite macros.
22177 (reftex-do-citation): Prompting for optional arguments implemented.
22178
22179 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22180 Add optional arguments to most cite commands.
22181 (reftex-cite-cleanup-optional-args): New option
22182 (reftex-cite-prompt-optional-args): New option.
22183 (reftex-trust-label-prefix): New option.
22184
22185 * textmodes/reftex-toc.el (reftex-toc-find-section):
22186 Add push-mark before changing the position in the buffer.
22187
22188 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22189 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22190
22191 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22192
22193 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22194 more carefully.
22195
22196 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22197
22198 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22199 (sgml-mode): Use it.
22200 (sgml-get-context): Better keep track of implicitly closed tags.
22201
22202 2005-01-13 Kenichi Handa <handa@m17n.org>
22203
22204 * textmodes/ispell.el: These changes are to fix misalignment error
22205 caused by equivalent characters of different Emacs charsets.
22206 (ispell-unified-chars-table): New variable.
22207 (ispell-get-decoded-string): New function.
22208 (ispell-get-casechars, ispell-get-not-casechars)
22209 (ispell-get-otherchars): Call ispell-get-decoded-string.
22210
22211 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22212
22213 * custom.el (custom-declare-variable): Just put symbol instead
22214 of (defvar . symbol) in `current-load-list'.
22215
22216 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22217
22218 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22219
22220 2005-01-12 Jay Belanger <belanger@truman.edu>
22221
22222 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22223 to create a Calc summary.
22224
22225 2005-01-12 Kim F. Storm <storm@cua.dk>
22226
22227 * mouse.el (mouse-on-link-p): Change functionality and doc
22228 string to comply with latest description in lisp ref.
22229
22230 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22231
22232 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22233 Enable mouse clicks on mode-line, header-line and margin.
22234 (event-type): Give mouse event symbols an `event-kind' property
22235 with value `mouse-click'.
22236
22237 2005-01-12 Juri Linkov <juri@jurta.org>
22238
22239 * facemenu.el (list-colors-display): Add new arg buffer-name.
22240 Use it. Fix docstring. Replace code for identifying duplicate
22241 colors by the name with call to `list-colors-duplicates' which
22242 identifies duplicate colors by the value unless the color
22243 is one of special Windows colors. Set truncate-lines to t.
22244 Print sorted duplicate color names on each line. Indent to 22
22245 \(the longest color name in rgb.txt) instead of 20. Optimize.
22246 (list-colors-duplicates): New function.
22247 (facemenu-color-name-equal): Delete function.
22248
22249 * facemenu.el (list-colors-print): New function created from code
22250 in list-colors-display. Print #RRGGBB at the window right edge.
22251 (list-colors-display): When temp-buffer-show-function is not
22252 defined, call list-colors-print from temp-buffer-show-hook
22253 to get the right value of window-width in list-colors-print
22254 after the buffer is displayed.
22255
22256 * simple.el (pop-mark): Move deactivate-mark out of conditional
22257 part to deactivate the active mark regardless of the state of the
22258 mark ring.
22259
22260 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22261 variables line in desktop files.
22262
22263 2005-01-12 Juri Linkov <juri@jurta.org>
22264
22265 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22266 Bring together isearch highlight related options.
22267 (lazy-highlight): Replace group `replace' by `matching'.
22268 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22269 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22270 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22271 and declare them obsolete.
22272 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22273 (isearch-faces): Remove defgroup.
22274 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22275 Move isearch highlighting code closer to lazy highlighting code.
22276
22277 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22278 (query-replace-highlight, query-replace-lazy-highlight)
22279 (query-replace): Move definitions to the beginning of the file.
22280
22281 2005-01-11 Juri Linkov <juri@jurta.org>
22282
22283 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22284 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22285 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22286
22287 * info.el (Info-history-forward): New variable.
22288 (Info-select-node): Reset Info-history-forward to nil.
22289 (Info-last): Turn into defalias.
22290 (Info-history-back): Rename from Info-last.
22291 Add current node to Info-history-forward.
22292 (Info-history-forward): New fun.
22293 (Info-mode-map): Replace Info-last by Info-history-back.
22294 Bind Info-history-forward to "r".
22295 (Info-mode-menu): Replace Info-last by Info-history-back.
22296 Fix menu item text. Add menu item for Info-history-forward.
22297 (info-tool-bar-map): Replace Info-last by Info-history-back.
22298 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22299 for Info-history-forward.
22300 (Info-mode): Replace Info-last by Info-history-back in docstring.
22301 Add local variable Info-history-forward.
22302 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22303
22304 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22305
22306 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22307 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22308 Ignore select-window events rather than fiddle with
22309 mouse-autoselect-window.
22310
22311 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22312
22313 * type-break.el (type-break-mode): Fix previous change.
22314
22315 2005-01-10 Jay Belanger <belanger@truman.edu>
22316
22317 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22318 calculator; only reset when point is inside a calculator.
22319 Don't adjust the window height if the window takes up the whole height
22320 of the frame.
22321
22322 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22323
22324 * ebuff-menu.el (Electric-buffer-menu-mode):
22325 Preserve value of buffer-local var header-line-format.
22326
22327 2005-01-09 Jay Belanger <belanger@truman.edu>
22328
22329 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22330 Make sure settings file exists before accessing it.
22331
22332 * calc/calc-embed.el (calc-embedded-subst):
22333 Replace math-multi-subst-rec, which is only supposed to be called
22334 by math-multi-subst, by math-multi-subst.
22335
22336 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22337
22338 * vc.el (vc-allow-async-revert): New user option.
22339 (vc-disable-async-diff): New internal variable.
22340 (vc-revert-buffer): Use them to disable asynchronous diff.
22341
22342 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22343 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22344 asynchronously if vc-disable-async-diff is t.
22345
22346 2005-01-09 Jay Belanger <belanger@truman.edu>
22347
22348 * calc/calc.el (defcalcmodevar): New macro.
22349 (calc-mode-var-list-restore-default-values)
22350 (calc-mode-var-list-restore-saved-values): New functions.
22351 (calc-mode-var-list): Use defcalcmodevar to define it.
22352 (calc-always-load-extensions, calc-line-numbering)
22353 (calc-line-breaking, calc-display-just, calc-display-origin)
22354 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22355 (calc-group-char, calc-point-char, calc-frac-format)
22356 (calc-prefer-frac, calc-hms-format, calc-date-format)
22357 (calc-float-format, calc-full-float-format, calc-complex-format)
22358 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22359 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22360 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22361 (calc-matrix-brackets, calc-language, calc-language-option)
22362 (calc-left-label, calc-right-label, calc-word-size)
22363 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22364 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22365 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22366 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22367 (calc-window-height, calc-display-trail, calc-show-selections)
22368 (calc-use-selections, calc-assoc-selections)
22369 (calc-display-working-message, calc-auto-why, calc-timing)
22370 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22371 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22372 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22373 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22374 (calc-gnuplot-geometry, calc-graph-default-resolution)
22375 (calc-graph-default-resolution-3d, calc-invocation-macro)
22376 (calc-show-banner): Use defcalcmodevar to declare them and set
22377 their default values.
22378
22379 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22380 instead of default values (but restore default values if there is
22381 an argument of 0).
22382
22383 2005-01-09 David Kastrup <dak@gnu.org>
22384
22385 * desktop.el (desktop-restore-eager): Fix typo in type.
22386
22387 2005-01-08 Richard M. Stallman <rms@gnu.org>
22388
22389 * cus-edit.el (customize): Delete :link.
22390
22391 2005-01-08 Jay Belanger <belanger@truman.edu>
22392
22393 * calc/calc.el (calc-mode): Remove the extension from the
22394 `calc-settings-file' file name when loading it.
22395
22396 2005-01-08 Kim F. Storm <storm@cua.dk>
22397
22398 * info.el (Info-mode-map, Info-next-link-keymap)
22399 (Info-prev-link-keymap, Info-up-link-keymap):
22400 Map follow-link to mouse-face.
22401 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22402
22403 2005-01-08 Jay Belanger <belanger@truman.edu>
22404
22405 * calc/calc.el (calc-settings-file): Change default value.
22406 Suggested by cgw in a comment in calc-mode.el.
22407
22408 * calc/calc-mode.el (calc-settings-file-name):
22409 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22410 Replace ~/.emacs in a prompt by calc-settings-file.
22411
22412 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22413
22414 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22415 (desktop-lazy-idle-delay): New customizable variables.
22416 (desktop-buffer-args-list): New variable.
22417 (desktop-append-buffer-args): New function.
22418 (desktop-save): Call desktop-append-buffer-args for some buffers.
22419 (desktop-lazy-create-buffer): New function.
22420 (desktop-idle-create-buffers): New function.
22421 (desktop-read): Add message about buffers to restore lazily.
22422 (desktop-lazy-abort): New command.
22423 (desktop-clear): Call desktop-lazy-abort.
22424 (desktop-lazy-complete): New command.
22425
22426 2005-01-06 Richard M. Stallman <rms@gnu.org>
22427
22428 * emacs-lisp/find-func.el (find-face-definition):
22429 Rename from find-face.
22430
22431 2005-01-06 Kim F. Storm <storm@cua.dk>
22432
22433 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22434
22435 * man.el (Man-xref-man-page, Man-xref-header-file)
22436 (Man-xref-normal-file): Add follow-link property.
22437
22438 2005-01-06 Jay Belanger <belanger@truman.edu>
22439
22440 * calc/calc-units.el: Make sure the proper macro definitions are
22441 available when compiling.
22442
22443 2005-01-06 Juri Linkov <juri@jurta.org>
22444
22445 * isearch.el (isearch-lazy-highlight-update):
22446 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22447
22448 2005-01-06 Miles Bader <miles@gnu.org>
22449
22450 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22451 (isearch-lazy-highlight-face): Use new name.
22452
22453 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22454
22455 * uniquify.el (uniquify-rationalize-file-buffer-names):
22456 Re-add an interactive spec.
22457 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22458 to the same name.
22459
22460 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22461 (isearch-update, isearch-done): Adjust calls accordingly.
22462
22463 2005-01-05 Richard M. Stallman <rms@gnu.org>
22464
22465 * custom.el (custom-set-variables, custom-theme-set-variables):
22466 Clarify documentation.
22467
22468 * emacs-lisp/find-func.el (find-variable)
22469 (find-variable-other-window, find-variable-other-frame):
22470 Fix the TYPE args to find-function-read and find-function-do-it.
22471 (find-function): Doc fix.
22472 (find-function-at-point): Replace function-at-point alias.
22473
22474 2005-01-04 Richard M. Stallman <rms@gnu.org>
22475
22476 * cus-face.el (custom-declare-face):
22477 Record defface in current-load-list.
22478
22479 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22480
22481 * emacs-lisp/find-func.el: Doc fixes.
22482 (find-face-regexp): New variable.
22483 (find-function-regexp-alist): New variable.
22484 (find-function-C-source): Third arg is now TYPE.
22485 (find-function-search-for-symbol): Handle general TYPE.
22486 (find-function-read, find-function-do-it): Handle general TYPE.
22487 (find-definition-noselect, find-face): New functions.
22488 (function-at-point): Alias deleted.
22489
22490 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22491
22492 * battery.el (display-battery-mode): Rename from display-battery.
22493 Handle the case where it gets turned off.
22494
22495 2005-01-04 Richard M. Stallman <rms@gnu.org>
22496
22497 * cus-edit.el (customize): Make :link point to user doc.
22498
22499 * man.el (Man-fontify-manpage): Turn off undo generation.
22500
22501 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22502
22503 2005-01-04 Andreas Schwab <schwab@suse.de>
22504
22505 * files.el (insert-directory): Only look for error lines in
22506 inserted text. Don't move too far after processing --dired markers.
22507
22508 2005-01-04 Richard M. Stallman <rms@gnu.org>
22509
22510 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22511 Don't expand if the character is @, period, dash, etc.
22512 (define-mail-abbrev): Quote names that contain problem characters.
22513
22514 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22515
22516 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22517
22518 2005-01-03 Richard M. Stallman <rms@gnu.org>
22519
22520 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22521 (query-replace-highlight, query-replace-lazy-highlight)
22522 (query-replace): Definitions moved up. Doc fix.
22523
22524 2005-01-03 Richard M. Stallman <rms@gnu.org>
22525
22526 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22527 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22528 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22529 (lazy-highlight-face): Rename from isearch-lazy-...
22530 Change all references to them.
22531
22532 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22533
22534 * cus-edit.el (custom-file): Doc fix for defcustom.
22535 (custom-file): The function no longer sets the variable
22536 `custom-file' to its return value.
22537
22538 * startup.el (command-line): No longer load `custom-file'.
22539
22540 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22541
22542 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22543
22544 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22545 Don't confuse module-prefixed identifiers for labels.
22546 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22547
22548 2005-01-02 Richard M. Stallman <rms@gnu.org>
22549
22550 * files.el (basic-save-buffer-1): Fix previous change.
22551
22552 * loadhist.el (file-loadhist-lookup): New function.
22553 (file-provides, file-requires): Use it.
22554
22555 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22556 instead of calculating the right size.
22557
22558 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22559
22560 * vc-svn.el (vc-svn-diff): Stay local if possible.
22561
22562 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22563
22564 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22565
22566 * files.el (hack-local-variables): Fix last change.
22567
22568 2005-01-02 Jay Belanger <belanger@truman.edu>
22569
22570 * calc/calc-yank.el (calc-edit-top): New variable.
22571 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22572 object. Change header properties.
22573 (calc-edit-finish, calc-edit-finish-stack-object)
22574 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22575 edited object.
22576 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22577 for the beginning of the edited object.
22578 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22579 for the beginning of the edited object.
22580 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22581 (calc-finish-formula-edit, calc-macro-repeats)
22582 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22583 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22584 beginning of the edited object.
22585 (calc-user-define-edit): Change the header for editing macros.
22586 Remove unnecessary variable.
22587
22588 2005-01-01 Jay Belanger <belanger@truman.edu>
22589
22590 * calc/calc-yank.el (calc-edit-mode): Change default header.
22591 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22592 * calc/calc-store.el (calc-edit-variable): Change title to match new
22593 header.
22594 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22595 mode to match new header.
22596 (calc-user-define-edit): Change titles to include names of commands.
22597 (calc-finish-formula-edit): Adjust to handle new header.
22598 (calc-finish-macro-edit): Remove.
22599 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22600 (calc-edit-macro-command, calc-edit-macro-command-type)
22601 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22602 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22603 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22604 (calc-edit-macro-finish-edit): New functions.
22605 (calc-user-define-edit): Use new functions to edit named calc macros.
22606
22607 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22608
22609 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22610
22611 * ses.el (copy-region-as-kill): Deactivate mark.
22612
22613 2005-01-01 Richard M. Stallman <rms@gnu.org>
22614
22615 * replace.el (occur-1): If the output buffer is also an input,
22616 don't kill it, rename it.
22617
22618 * faces.el (set-face-background, set-face-foreground): Doc fix.
22619
22620 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22621 for :foreground and :background.
22622
22623 * dired.el (dired-view-command-alist): Variable deleted.
22624 (dired-view-file, dired-mouse-find-file-other-window):
22625 Delete the code to use it.
22626
22627 2005-01-01 Kim F. Storm <storm@cua.dk>
22628
22629 * image.el (insert-sliced-image): Use t for line-height property.
22630
22631 See ChangeLog.11 for earlier changes.
22632
22633 ;; Local Variables:
22634 ;; coding: iso-2022-7bit
22635 ;; End:
22636
22637 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22638 Copying and distribution of this file, with or without modification,
22639 are permitted provided the copyright notice and this notice are preserved.
22640
22641 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1