]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
5
6 2006-04-13 Romain Francoise <romain@orebokech.com>
7
8 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9 leaving temporary .cvsignore buffers behind.
10
11 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12
13 * textmodes/org.el: (org-set-regexps-and-options,
14 org-get-current-options): Better names for the startup folding
15 options.
16
17 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
18
19 * vc.el (vc-annotate): Arrange for point to end up at the same
20 line number as in the original, but only when using a new buffer.
21
22 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
23
24 * files.el (hack-one-local-variable-eval-safep): Recognize
25 `edebug-form-spec' for `put', but only if it passes
26 `edebug-basic-spec'. Generalize `put' handling.
27
28 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
29 vetting file-local form specs.
30
31 * allout.el (allout-layout): Autoload its `safe-local-variable'
32 property.
33
34 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
35
36 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improved documentation
37 string.
38 (org-agenda-mouse-1-follows-link)
39 (org-mouse-1-follows-link): New options.
40 (org-format-agenda-item): Fixed bug if TAGS is nil.
41 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
42
43 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
44
45 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
46 GDB 6.1+ gives full filename for "info sources" so use
47 file-name-nondirectory.
48
49 2006-04-12 Romain Francoise <romain@orebokech.com>
50
51 * subr.el (read-passwd): Bind `message-log-max' to nil.
52
53 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * progmodes/perl-mode.el (perl-indent-new-calculate):
56 Recompute parse-start after jumping backward by a whole sexp.
57
58 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
61 window configuration.
62 (vc-annotate-display-select): Select the buffer so that current-buffer
63 (and selected-window) is the output buffer at the end of vc-annotate.
64
65 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
66
67 * vc.el (vc-annotate-color-map): Add custom TTY color map for
68 8-color terminals, to use all of the colors in a sensible order.
69 256-color terminals work well with the standard map.
70 (vc-annotate-lines): Only strip the first color character if it
71 is "#", to allow for terminal-style named colors.
72 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
73 the correct buffer is scrolled.
74
75 2006-04-11 Richard Stallman <rms@gnu.org>
76
77 * emacs-lisp/bytecomp.el (byte-compile-file):
78 Bind enable-local-variables to :safe, and make normal-mode obey it.
79
80 * files.el (enable-local-variables): Allow value :safe.
81 (normal-mode): Doc fix.
82 (hack-local-variables): Implement enable-local-variables = :safe.
83 (hack-local-variables-confirm): Don't prevent quitting.
84
85 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * loadhist.el (unload-feature): A bit of sanity check of
88 load-history entries. Cancel timer-vars before unbinding them.
89
90 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
91 quote special chars, and make the trick work on the hex part of the
92 buffer as well.
93 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
94 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
95
96 * startup.el (normal-splash-screen): Fix last change so we don't wait
97 2 minutes if we don't show the splash screen.
98
99 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
100
101 * textmodes/org.el (org-export-plain-list-max-depth)
102 (org-table-spaces-around-separators)
103 (org-radio-targets, org-activate-camels)
104 (org-table-spaces-around-invisible-separators): Options removed.
105 (org-time-stamp-rounding-minutes, org-remember-templates)
106 (org-ellipsis, org-activate-links, org-descriptive-links):
107 New options.
108 (org-remember-apply-template, org-current-time)
109 (org-finish-edit-table-field)
110 (org-link-unescape, org-link-escape)
111 (org-string-width, org-table-clean-line, org-html-do-expand)
112 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
113 (org-read-agenda-file-list): New functions.
114 (org-table-edit-field)
115 (org-table-create-or-convert-from-region): New commands
116 (org-table-toggle-vline-visibility): Command removed.
117 (org-table-convert-region): Made a command.
118 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
119 Replace with the normal org- functions.
120 (org-self-insert-command): Don't trigger realign unnecessarily
121 when blanking a field that is not full.
122 (org-mode): `Set buffer-invisibility-spec' for links.
123 (org-activate-links2): Hide link part and only show descriptive
124 part of the link.
125 (org-insert-link): Modify for new linking system.
126 (org-store-link): Store description separately, for use by
127 `org-insert-link'.
128 (org-table-align): Use `org-string-width'.
129 (defgroup): Completely new group structure for custom variables.
130 (org-agenda-files): Option: Single file name allowed. Function:
131 Optional argument unrestrited means ignore any restricitons.
132 (org-install-agenda-files-menu): Find a buffer in Org-mode before
133 trying to modify the menu. Use generalized access to
134 `org-agenda-files.'
135 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
136 (org-agenda-file-to-front, org-remove-file, org-diary)
137 (org-tags-view, org-export-icalendar-all-agenda-files)
138 (org-export-icalendar-combine-agenda-files): Use generalized
139 access to `org-agenda-files'.
140 (org-remember-handler): Correctly preserve heading if present.
141 (org-table-insert-row, org-table-insert-hline): Deal with
142 invisible characters.
143
144 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
145
146 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
147 (vc-annotate-color-map): New 18 element constant
148 value/saturation, rotating hue colormap, from red->blue.
149 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
150 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
151 (vc-annotate): To avoid killing the required local variables,
152 set them before the end of `with-output-to-temp-buffer', and
153 after first switching to annotate-mode.
154 (vc-annotate-warp-version): Add buffer argument in goto-line to
155 ensure annotation, not source, is scrolled.
156
157 2006-04-10 Bill Wohler <wohler@newt.com>
158
159 * custom.el (defcustom, custom-handle-keyword):
160 Add :package-version keyword.
161 (custom-add-package-version): New function. Sets value of new
162 property 'custom-package-version from :package-version keyword.
163 (defcustom): Create Common Keywords section in docstring.
164 (defface, defgroup): Replace definitions of a select few keywords
165 with a reference to the Common Keywords in defcustom.
166 (defcustom, defface, defgroup): Replace reference to Customization
167 chapter in manual with hyperlink.
168
169 * cus-edit.el (customize-package-emacs-version-alist):
170 New variable.
171 (customize-changed-options): Add check for custom-package-version.
172 (customize-package-emacs-version): New function to look up Emacs
173 version corresponding to the given package version.
174
175 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
176 defun name, in similar fashion to find-variable-regexp.
177
178 2006-04-10 Eli Zaretskii <eliz@gnu.org>
179
180 * international/mule-cmds.el (set-locale-environment): Fix last
181 change for when the locale's preferences don't specify any encoding.
182
183 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
186 so the defined var/fun doesn't need to be quoted.
187
188 2006-04-10 Richard Stallman <rms@gnu.org>
189
190 * finder.el (finder-mode-map): Add n and p bindings.
191
192 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
193
194 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
195 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
196 (gdb-setup-windows): Put something in source window if we can't find
197 the source file.
198 (gdb-frame-handler): Make it work again with just assembly.
199 (gdb-data-list-register-values-handler): Make it work when there is
200 no stack.
201
202 2006-04-09 Richard Stallman <rms@gnu.org>
203
204 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
205 specs while looking for charset.
206
207 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
208
209 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
210 Make them faces.
211 (lm-font-lock-keywords): Update appropriately.
212
213 2006-04-10 Kim F. Storm <storm@cua.dk>
214
215 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
216 it can also replace buffer-substring-no-properties.
217
218 * emulation/cua-base.el (cua-delete-region, cua-paste)
219 (cua-repeat-replace-region): Use filter-buffer-substring.
220
221 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
222 (cua-cut-region-to-global-mark): Likewise.
223
224 * emulation/cua-rect.el (cua--extract-rectangle)
225 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
226
227 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
228
229 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
230 entry-type. Add field delimiters to numerical fields if they are
231 not present.
232
233 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
234
235 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
236 string-const to return value.
237 (bibtex-remove-delimiters): Use it.
238
239 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
242 cl-byte-compile-compiler-macro unless it exists.
243
244 2006-04-08 Eli Zaretskii <eliz@gnu.org>
245
246 * files.el (hack-local-variables-confirm) <offer-save>:
247 Clarify message text. Suggested by Ralf Angeli.
248
249 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
250
251 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
252 (delete-extract-rectangle-line): Use `filter-buffer-substring'
253 instead of `buffer-substring' and `delete-region'. (Most of the
254 code actually copied from `kill-region'.)
255
256 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
257
258 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
259 (rcirc-default-port): Rename from rcirc-port.
260 (rcirc-default-nick): Rename from rcirc-nick.
261 (rcirc-default-user-name): Rename from rcirc-user-name.
262 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
263 (rcirc-low-priority-flag): New variable.
264 (rcirc-decode-coding-system): New defcustom.
265 (rcirc-encode-coding-system): New defcustom.
266 (rcirc-coding-system-alist): New defcustom.
267 (rcirc-multiline-major-mode): New defcustom.
268 (rcirc-nick): New internal variable.
269 (rcirc-process): Remove variable.
270 (rcirc-server-buffer): New variable.
271 (rcirc): Update to use rcirc-default-* variables above.
272 (rcirc-connect): Do not add window-configuration-hook-here.
273 (rcirc-server): New internal variable.
274 (rcirc-connect): Do not send keepalive pings if
275 rcirc-keepalive-seconds is nil.
276 (with-rcirc-server-buffer): New macro.
277 (rcirc-send-string): Encode with rcirc-encode-coding-system.
278 (rcirc-server-name): Rename from rcirc-server.
279 (rcirc-buffer-process): New function.
280 (rcirc-buffer-nick): New function.
281 (rcirc-buffer-target): Remove function.
282 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
283 New commands.
284 (rcirc-mode-map): Change binding of C-c C-l to
285 rcirc-toggle-low-priority.
286 (rcirc-mode): Initialize coding system based on
287 rcirc-coding-system-alist. New change-major-mode-hook to part the
288 channel on a mode change. Make kill-buffer-hook buffer-local.
289 (rcirc-change-major-mode-hook): New function.
290 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
291 (rcirc-last-post-time): New variable.
292 (rcirc-process-message): Store the last time user posted a message
293 to this target.
294 (rcirc-multiline-minor-mode): New mode.
295 (rcirc-multiline-minor-mode-map): New mode map.
296 (rcirc-edit-multiline): Put multiline-edit buffer in
297 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
298 (rcirc-print): Ignore any line starting with an ignored nick.
299 (rcirc-print): Decode using rcirc-decode-coding-system.
300 (rcirc-track-minor-mode): Update global-mode-string when disabling
301 this mode.
302 (minor-mode-alist): Add LowPri indicator.
303 (rcirc-toggle-low-priority): New function.
304 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
305 next lowpriority buffer with activity.
306 (rcirc-record-activity): Sort buffers in rcirc-activity by the
307 last time the user posted a message in to the target.
308 (rcirc-update-activity-string): New formatting for low priority
309 buffers.
310 (rcirc-split-activity): New function.
311 (rcirc-handler-PART, rcirc-handler-KICK)
312 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
313 (rcirc-nick-away-alist): New variable.
314 (rcirc-handler-301): New handler. Away messages are printed once
315 per change.
316
317 2006-04-08 Eli Zaretskii <eliz@gnu.org>
318
319 * info.el (Info-follow-nearest-node): Doc fix.
320
321 * international/mule-cmds.el (set-locale-environment): Make sure
322 the coding-system preferred by the locale's language has the same
323 EOL conversion type as the original buffer-file-coding-system.
324 (locale-language-names): Add a few MS Windows language codes.
325
326 2006-04-07 Richard Stallman <rms@gnu.org>
327
328 * simple.el (eval-expression): Doc fix.
329
330 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
331 (eval-defun): Doc fixes.
332
333 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
334
335 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
336
337 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
338
339 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
340 GDB list command without argument for greater generality.
341
342 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
343
344 * subr.el (string-or-null-p): New function.
345
346 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
347
348 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
349
350 * files.el: Update comment about safe-local-variable declarations.
351
352 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
353
354 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
355 See idlwave.org.
356
357 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
358 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
359
360 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
361 See idlwave.org.
362
363 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
364 version 6.0 (minimal changes). See idlwave.org.
365
366 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
367 6.0 (minimal changes). See idlwave.org.
368
369 * progmodes/idlw-rinfo.el: File obsoleted and removed.
370
371 2006-04-06 Romain Francoise <romain@orebokech.com>
372
373 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
374 symmetric encryption features and a new asynchronous interface to
375 GnuPG. This new version is version 1.4, plus whitespace changes.
376
377 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
378
379 * files.el: Move some `safe-local-variable' declarations to the
380 respective files.
381
382 * textmodes/ispell.el (ispell-check-comments)
383 (ispell-local-dictionary): Mark as safe.
384
385 * abbrev.el (abbrev-mode): Mark as safe.
386
387 * add-log.el (change-log-default-name): Mark as safe.
388
389 * textmodes/reftex-vars.el (reftex-vref-is-default)
390 (reftex-fref-is-default, reftex-level-indent)
391 (reftex-guess-label-type): Mark as safe.
392
393 * textmodes/fill.el (colon-double-space): Mark as safe.
394
395 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
396 (sentence-end-double-space, sentence-end-without-period)
397 (sentence-end-without-space, sentence-end, sentence-end-base)
398 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
399
400 2006-04-06 Kim F. Storm <storm@cua.dk>
401
402 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
403 the :set-after list.
404 (ido-downcase-unc-hosts): New user option. Default on.
405 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
406 when it is set, as regexps are now applied on the fly.
407 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
408 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
409 on the fly, but only when ido-process-ignore-lists is set.
410 Do case insensitive filtering if ido-downcase-unc-hosts is set.
411 Only downcase names if ido-downcase-unc-hosts is set.
412
413 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
414
415 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
416
417 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
418
419 2006-04-05 Kim F. Storm <storm@cua.dk>
420
421 * ido.el (ido-mode): Set after ido-unc-hosts and
422 ido-ignore-unc-host-regexps.
423 (ido-save-history): Save ido-unc-hosts-cache.
424 (ido-load-history): Load ido-unc-hosts-cache.
425 (ido-reread-directory): Refresh unc hosts cache in // dir.
426
427 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
428 to nil while displaying slash screen.
429
430 2006-04-05 Daiki Ueno <ueno@unixuser.org>
431
432 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
433 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
434
435 2006-04-05 Kenichi Handa <handa@m17n.org>
436
437 * international/characters.el: Setup cases of Latin, Greek, and
438 Cyrillic characters in CJK charsets.
439
440 2006-03-29 Daiki Ueno <ueno@unixuser.org>
441
442 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
443 default-enable-multibyte-characters. This reverts the change from
444 revision 6.17 which is no longer necessary because the passphrase
445 is sent separately now. GnuPG messages are unreadable under
446 multibyte locales with default-enable-multibyte-characters set to nil.
447
448 2006-04-04 Andreas Schwab <schwab@suse.de>
449
450 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
451 and `byte-compile-warnings' as `safe-local-variable'.
452
453 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
454
455 * man.el (Man-mode-map): Restore the \r binding.
456 (Man-abstract-xref-man-page): If Man-target-string is a function,
457 call it.
458 (Man-highlight-references): Use Man-default-man-entry to get the
459 target. Deal with xrefs too.
460 (Man-highlight-references0): Don't call the target function.
461
462 * woman.el (WoMan-xref-man-page): Strip the section number, woman
463 cannot deal with it.
464
465 2006-04-04 Daiki Ueno <ueno@unixuser.org>
466
467 * pgg-gpg.el: Clean up process buffers every time gpg processes
468 complete.
469
470 2006-04-04 Kenichi Handa <handa@m17n.org>
471
472 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
473 here.
474 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
475 Temporarily bind inhibit-field-text-motion to t.
476
477 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * startup.el (normal-splash-screen): Only set mode-line-format in the
480 splash buffer, so as not to interfere when debugging the code.
481 Ignore errors when switching buffer.
482
483 2006-04-03 Romain Francoise <romain@orebokech.com>
484
485 * dired.el (dired-dnd-protocol-alist): Fix typo.
486
487 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
488
489 * savehist.el (savehist): Add :version.
490 (savehist-ignored-variables): New variable.
491 (savehist-minibuffer-hook): Don't save variables listed in
492 `savehist-ignored-variables'.
493
494 * dired.el (dired-dnd-protocol-alist): Mention that change does
495 only apply to new buffers in doc string.
496
497 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
498
499 * recentf.el (recentf-open-files-item): Include newline in button
500 field, so opening a file will work, when the point is at the end
501 of the file name. Allow, for example, to [i]search a file by
502 extension and just push RET to open it.
503
504 2006-04-03 Daiki Ueno <ueno@unixuser.org>
505
506 * pgg-gpg.el (pgg-gpg-process-filter)
507 (pgg-gpg-wait-for-completion): Check if buffer is alive.
508
509 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
510 lines, temporary fix.
511
512 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
515
516 2006-04-02 Richard Stallman <rms@gnu.org>
517
518 * progmodes/compile.el (compilation-message-face): Make it defcustom.
519
520 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
521
522 * ibuf-macs.el (define-ibuffer-column): Add a new key:
523 header-mouse-map.
524
525 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
526 (ibuffer-mode-header-map): New keymaps.
527 (ibuffer-update-title-and-summary): Enable mouse face highlighting
528 and keybindings for column headers.
529 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
530 property.
531
532 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
533
534 * speedbar.el (speedbar-after-create-hook): Doc fix.
535
536 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
537
538 * shell.el (shell-directory-tracker)
539 (shell-dynamic-complete-command): Doc fixes.
540
541 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
542
543 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
544 terminals.
545
546 2006-04-01 Kim F. Storm <storm@cua.dk>
547
548 * ido.el (ido-unc-hosts-cache): New defvar.
549 (ido-unc-hosts): If value of defcustom is a function, call it to
550 get list of UNC hosts. Add function-item choices to specify
551 ido-unc-hosts-net-view or user function.
552 (ido-ignore-unc-host-regexps): New defcustom.
553 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
554 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
555 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
556
557 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
560 wwidth.
561
562 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
563
564 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
565 (ido-max-work-file-list, ido-switch-buffer)
566 (ido-read-file-name-as-directory-commands):
567 Fix typos in docstrings.
568
569 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
570
571 * term/mac-win.el (mac-system-coding-system): Define and use after
572 Mac-specific coding systems are ready.
573
574 2006-03-27 Romain Francoise <romain@orebokech.com>
575
576 * net/rcirc.el (rcirc-connect): Add autoload cookie.
577
578 * ldefs-boot.el: Update.
579
580 2006-03-27 Daiki Ueno <ueno@unixuser.org>
581
582 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
583 passphrases when it is not needed.
584 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
585 passphrase stuff from gpg, should only be necessary when you use
586 gpg with a smartcard.
587
588 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
589
590 * comint.el (comint-dynamic-list-completions): Allow user to
591 select *Completions* buffer.
592
593 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
594
595 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
596
597 2006-03-26 Andreas Schwab <schwab@suse.de>
598
599 * progmodes/gud.el (gdb): Only complain about multiple debugging
600 when the gdb process is still running.
601
602 2006-03-25 Eli Zaretskii <eliz@gnu.org>
603
604 * mail/rmail.el (tool-bar-map): Defvar it.
605 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
606 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
607
608 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
609
610 * help.el (print-help-return-message): Suggest to use
611 display-buffer instead of switch-to-buffer-other-window to restore
612 the previous window without selecting it.
613
614 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
615
616 * frame.el (select-frame-by-name): Call x-focus-frame also when
617 window-system is mac.
618
619 * term/mac-win.el: Adjust Courier font specifications in
620 x-fixed-font-alist.
621 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
622 when directly encoding to UTF-16 in native byte order, no BOM.
623
624 2006-03-25 Kim F. Storm <storm@cua.dk>
625
626 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
627 (cua--init-keymaps): Use it instead of fixed C-return.
628 (cua-mode): Set after it.
629
630 * emulation/cua-rect.el (cua--init-rectangles):
631 Use cua-rectangle-mark-key instead of fixed C-return.
632
633 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
634
635 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
636 "run" in .gdbinit.
637 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
638
639 2006-03-24 Romain Francoise <romain@orebokech.com>
640
641 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
642 `display-buffer-other-frame'.
643
644 2006-03-24 Kim F. Storm <storm@cua.dk>
645
646 * apropos.el (apropos-synonyms): Add selection => region.
647
648 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
649
650 * progmodes/gdb-ui.el (gdb-var-create-regexp)
651 (gdb-var-list-children-regexp, gdb-var-update-regexp)
652 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
653 (gdb-data-list-register-values-regexp)
654 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
655 Future proof against new fields being added to MI output.
656 (gdb-send): Don't treat backslashes for program input as
657 continuations.
658 (gdb-assembler-handler): Don't use window-start for this handler.
659 (gdb-frame-handler): Don't change to hollow arrow if overlay
660 arrow doesn't move to new frame.
661
662 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
663
664 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
665 prevent compiler warnings.
666 (gdb-stopped): Check for gud-last-last-frame (case: signal).
667 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
668 (gdb-assembler-custom): Use hollow-right-triangle for assembler
669 buffer too.
670
671 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
672
673 * pgg-gpg.el (pgg-gpg-update-agent): Check for
674 make-network-process, so we can use the same code in Gnus v5-10
675 too and have this file fully synchronized with that release.
676
677 2006-03-23 Romain Francoise <romain@orebokech.com>
678
679 * ibuf-ext.el (ibuffer-read-filter-group-name):
680 Use `ibuffer-generate-filter-groups' to make completion list match
681 the filter groups that are really displayed in the Ibuffer buffer.
682 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
683
684 2006-03-23 Kenichi Handa <handa@m17n.org>
685
686 * international/mule-cmds.el (sort-coding-systems): Describe that
687 the argument is modified in docstring.
688
689 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
690
691 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
692 (pgg-gpg-update-agent): New function.
693 (pgg-gpg-use-agent-p): New function.
694 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
695 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
696 (pgg-gpg-sign-region): Use it.
697
698 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
699
700 * cus-edit.el (custom-face-set): Call custom-push-theme before
701 face-spec set so that `changed' theme is correctly saved.
702 (custom-face-reset-standard): Reset to recalculated face rather
703 than defface spec.
704
705 * custom.el (custom-push-theme): Only save `changed' theme if the
706 current face does not match the defface specs.
707
708 2006-03-21 Simon Josefsson <jas@extundo.com>
709
710 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
711 <wilde@sha-bang.de>.
712 (pgg-gpg-use-agent): New variable.
713 (pgg-gpg-process-region): Use it.
714 (pgg-gpg-encrypt-region): Likewise.
715 (pgg-gpg-encrypt-symmetric-region): Likewise.
716 (pgg-gpg-decrypt-region): Likewise.
717 (pgg-gpg-sign-region): Likewise.
718 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
719
720 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
721
722 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
723 bracket links.
724
725 2006-03-21 Kim F. Storm <storm@cua.dk>
726
727 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
728 fringe-indicator-alist instead of modifying global value.
729 (gdb-frame-handler): Likewise.
730
731 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
732
733 * diff-mode.el (diff-function): Make it inherit from diff-header
734 instead of diff-context.
735
736 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
737 bitmap.
738 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
739 change names in macro above for consistency.
740 (gdb-frame-handler): Use hollow-right-triangle for all selected
741 frames which except the innermost (where execution has stopped).
742 (gdb-reset): Reset buffer-local values of overlay-arrow.
743
744 2006-03-20 Richard Stallman <rms@gnu.org>
745
746 * simple.el (set-mark-command): Doc fix.
747
748 * files.el (display-buffer-other-frame): New command.
749 (ctl-x-4-map): Bind C-x 5 C-o to it.
750
751 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
754 rather than just defer-time, in case defer-time has been changed but
755 the timer isn't running yet.
756 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
757
758 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
759
760 * help-mode.el (help-follow-symbol): New function.
761 Essentially identical to the old `help-follow', but do not let
762 `push-button' do the work when on an xref.
763 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
764
765 2006-03-19 Richard Stallman <rms@gnu.org>
766
767 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
768 preceded by the word `program'.
769 (help-follow-mouse, help-follow): Throw error if not on xref.
770 Delete no longer used args.
771
772 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
773
774 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
775 annotation ensure gud-overlay-arrow-position is redisplayed.
776
777 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
778
779 * textmodes/bibtex.el (bibtex-include-OPTkey)
780 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
781 (bibtex-autokey-name-case-convert)
782 (bibtex-autokey-titleword-case-convert): Make these the aliases
783 for the following two variables.
784 (bibtex-autokey-name-case-convert-function)
785 (bibtex-autokey-titleword-case-convert-function): Make these the
786 real names.
787 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
788 bibtex-font-lock-crossref sublists.
789 (bibtex-mode): Revert 2005-12-30 change (which made
790 completion-ignore-case buffer-local).
791 (bibtex-url): Simplify.
792
793 2006-03-19 Kim F. Storm <storm@cua.dk>
794
795 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
796 cursor property value to 2 (to align with C level change).
797
798 2006-03-19 Bill Wohler <wohler@newt.com>
799
800 * image.el (image-load-path-for-library): Shorten first line in
801 docstring.
802
803 2006-03-18 Richard Stallman <rms@gnu.org>
804
805 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
806
807 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
808
809 * isearch.el (isearch-other-meta-char): Handle user bindings for
810 shifted control characters.
811
812 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
813
814 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
815 part that matches email addresses, file names, etc.
816
817 2006-03-18 Eli Zaretskii <eliz@gnu.org>
818
819 * term/w32-win.el (mouse-set-font):
820 Mention w32-list-proportional-fonts in the doc string.
821
822 2006-03-18 Kim F. Storm <storm@cua.dk>
823
824 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
825 (ido-unc-hosts): New user option to explicitly define list of know
826 UNC-style hosts for completion.
827 (ido-cache-unc-host-shares-time): New user option.
828 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
829 New helper functions for UNC file-name support.
830 (ido-may-cache-directory): Check for UNC host. Simplify.
831 (ido-wash-history): Clean out old UNC hosts.
832 (ido-nonreadable-directory-p): UNC hosts are always readable.
833 (ido-directory-too-big-p): UNC hosts are never too big.
834 (ido-set-current-directory): Handle UNC root path.
835 (ido-file-name-all-completions): Complete UNC host names from
836 ido-unc-hosts list. Cache UNC host shares.
837 (ido-make-file-list-1): Don't filter UNC root.
838 (ido-exhibit): Check for // in root directory, and switch to UNC
839 mode by setting ido-current-directory to //.
840
841 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
842
843 * cus-edit.el (customize-changed-options): Mention explicit
844 version number as default in prompt.
845
846 2006-03-17 Bill Wohler <wohler@newt.com>
847
848 * image.el (image-load-path-for-library): Minor docstring fix.
849
850 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
851
852 * textmodes/org.el (org-read-date): Include subgroup 5 into
853 replacement text.
854 (org-popup-calendar-for-date-prompt): Fix customization type.
855
856 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
857
858 * progmodes/gdb-ui.el (gud-watch): Provide completion.
859 (gdb-continuation): New variable.
860 (gdb-send): Deal with continuation lines.
861
862 * progmodes/gud.el (gud-gdb-complete-command)
863 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
864 expressions.
865 (gud-tooltip-mode): Use buffer-local value.
866
867 2006-03-16 Kim F. Storm <storm@cua.dk>
868
869 * ido.el (ido-edit-input): Use selected match, if any.
870
871 2006-03-16 Bill Wohler <wohler@newt.com>
872
873 * image.el (image-load-path-for-library): Prefer user's images in
874 image-load-path.
875
876 2006-03-16 Martin Rudalics <rudalics@gmx.at>
877
878 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
879 when checking for attempt to drag leftmost or rightmost scrollbar.
880
881 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
882
883 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
884 (gdb-force-mode-line-update): New function.
885 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
886 (gdb-exited): Use them.
887 (gdb-signal): New function.
888 (gdb-annotation-rules): Provide a rule for it.
889
890 2006-03-16 Kenichi Handa <handa@m17n.org>
891
892 * international/mule.el (auto-coding-regexp-alist): Add entries
893 for Unicode BOM.
894
895 * sort.el (sort-build-lists): Temporarily bind
896 inhibit-field-text-motion to t.
897
898 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
899
900 * locate.el (locate-command, locate-make-command-line)
901 (locate-fcodes-file, locate-update-command)
902 (locate-prompt-for-command, locate, locate-with-filter)
903 (locate-get-file-positions): Doc fixes.
904 (locate-buffer-name, locate-header-face): Remove leading `*' in
905 defcustom.
906 (locate-filter-output): Use `keep-lines' instead of its alias
907 `delete-non-matching-lines'.
908 (locate-get-filename, locate-get-dirname): Add introductory comment.
909 (locate-find-directory-other-window): Give appropriate error
910 message if used outside main listing.
911
912 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
915 the new extend-region feature.
916 (font-lock-after-change-function): Update correspondingly.
917 * jit-lock.el (jit-lock-after-change): Update correspondingly.
918 * progmodes/grep.el (font-lock-lines-before): Don't disable.
919
920 2006-03-15 Bill Wohler <wohler@newt.com>
921
922 * image.el (image-load-path-for-library): Fix example by not
923 recommending that one binds image-load-path. Just defvar it to
924 placate compiler and only use it if previously defined.
925
926 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
927
928 * textmodes/org.el (org-insert-centered): Use `string-width' to
929 make underlining work for wide characters.
930 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
931 TAB to `org-cycle', to make sure that no binding in
932 `outline-mode-map' can supercede it.
933
934 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
935
936 * allout.el: Increment version to 2.2.1 in file commentary.
937
938 (allout-version): Increment to 2.2.1.
939
940 (allout-default-layout): New customization variable, used when the
941 file lacks a specific allout-layout. Uses allout-layout-type for
942 recursively nested definition.
943
944 (allout-layout-type): Widget defining allout layouts, necessary for
945 self-recursive definition.
946
947 (allout-mode): Incorporate allout-default-layout as fallback for
948 allout-layout.
949
950 (allout-layout): Mark as 'safe-local-variable', and refer mention
951 fallback to `allout-default-layout' in absence of a specified value.
952 (allout-passphrase-verifier-string)
953 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
954
955 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
956
957 (allout-get-encryption-passphrase-verifier): Use correct name of
958 passphrase verifier in docstring.
959
960 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
961
962 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
963 elements.
964 (gdb-find-watch-expression): Make it work for arrays too.
965 Follow change to gdb-var-list.
966 (gud-watch): Allow the user to enter variable name with a prexix
967 arg. Create keybindings.
968 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
969 (gdb-var-list-children-handler, gdb-var-update-handler)
970 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
971 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
972 Follow change to gdb-var-list.
973 (gdb-starting): Don't show the overlay arrows when program is running.
974
975 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
976 gdb-var-list.
977
978 2006-03-14 Bill Wohler <wohler@newt.com>
979
980 * image.el (image-load-path-for-library): Pass value of path
981 rather than symbol. Always return list of directories.
982 Guarantee that image directory comes first.
983
984 2006-03-14 Alan Mackenzie <acm@muc.de>
985
986 * font-core.el (font-lock-extend-region\(-function\)?.):
987 New function/variable.
988
989 * font-lock.el (font-lock-after-change-function):
990 Call font-lock-extend-region. Obey font-lock-lines-before.
991 (font-lock-default-fontify-region): Remove reference to
992 font-lock-lines-before.
993
994 * jit-lock.el (jit-lock-after-change):
995 Call font-lock-extend-region. Obey font-lock-lines-before.
996
997 2006-03-14 David Ponce <david@dponce.com>
998
999 * tree-widget.el (tree-widget-themes-load-path)
1000 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1001
1002 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1003
1004 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1005 (rcirc-print): Mark the start of text at the end of the prompt.
1006 (rcirc-track-minor-mode): Add autoload cookie.
1007 (rcirc-update-activity-string): Add space to front of mode-line
1008 indicator.
1009
1010 2006-03-13 Miles Bader <miles@gnu.org>
1011
1012 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1013 (rcirc-abbrev-nick): Remove function.
1014 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1015
1016 2006-03-13 David Ponce <david@dponce.com>
1017
1018 * tree-widget.el: Handle themes across all occurrences of the main
1019 themes sub-directory found in tree-widget-themes-load-path.
1020 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1021 (tree-widget--locate-sub-directory): Return all occurrences.
1022 (tree-widget-themes-path): New function.
1023 Replace tree-widget-themes-directory, and return a list of directories.
1024 (tree-widget-set-parent-theme)
1025 (tree-widget-lookup-image): Use it.
1026
1027 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1028
1029 * textmodes/org.el (org-link-search): Avoid self-matching of
1030 links, allow target text to be distributed over several lines.
1031 (org-search-not-link): New function.
1032 (org-set-regexps-and-options, org-get-current-options):
1033 New startup options.
1034 (org-export-as-html): Take odd-level setting from local variable.
1035 (org-fontify-emphasized-text): New option.
1036 (org-set-font-lock-defaults): Include emphasized text.
1037 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1038 (org-font-lock): Customize group renamed from `org-faces'.
1039
1040 2006-03-13 John Paul Wallington <jpw@pobox.com>
1041
1042 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1043 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1044
1045 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1046
1047 * cus-start.el (all): Delete :version keyword for members of the
1048 fringe group, since the entire group is new in 22.1.
1049
1050 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1051
1052 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1053 map if value is hexadecimal (an address).
1054 (gud-watch): Only search roots for existing watch expressions.
1055 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1056 prevent caching problems with speedbar-update-directory-contents.
1057
1058 2006-03-12 Juri Linkov <juri@jurta.org>
1059
1060 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1061 before comparing with `low' and `warn'.
1062
1063 * info.el (Info-dir-remove-duplicates): Move point to the
1064 beginning of the current line after deleting the entries from
1065 redundant heading. Use marker for `limit' and compare it with
1066 point before calling `re-search-forward'.
1067
1068 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1069
1070 * simple.el (yank): Fix typo in docstring.
1071
1072 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1073
1074 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1075 messages, where "D" is the 6th character.
1076
1077 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1078
1079 * simple.el (yank): Fix last change.
1080
1081 2006-03-11 David Ponce <david@dponce.com>
1082
1083 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1084 merging elements from the standard ispell-dictionary-alist.
1085 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1086 alist, and return the new alist.
1087
1088 2006-03-11 Richard Stallman <rms@gnu.org>
1089
1090 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1091
1092 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1093 the way it is implemented is too unclean.
1094
1095 * simple.el (kill-region, yank): Doc fix.
1096
1097 * battery.el (battery-echo-area-format): Doc fix.
1098 (battery-mode-line-format): Likewise.
1099 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1100 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1101
1102 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1103
1104 * progmodes/octave-mod.el (octave-indent-for-comment):
1105 Behave according to do string.
1106
1107 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1108
1109 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1110 Be visible only if major mode is Mail Mode.
1111
1112 * textmodes/flyspell.el (flyspell-external-point-words)
1113 (flyspell-process-localwords): Fix last changes.
1114
1115 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1116
1117 * calendar/holidays.el (list-holidays): Doc fix.
1118
1119 * international/mule.el (auto-coding-alist): Add .odt
1120 (OpenOffice's open document) files.
1121
1122 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1123 document) files. Mention in the doc string the need to sync with
1124 auto-coding-alist.
1125
1126 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1127
1128 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1129 enable-local-variables is set to always query, or there is no
1130 savable variable.
1131
1132 2006-03-10 Bill Wohler <wohler@newt.com>
1133
1134 * image.el (image-load-path-for-library): Merge at least three
1135 functions from Gnus and MH-E into this one function that can now
1136 be shared.
1137
1138 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1139
1140 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1141 gdb-remove-mouse-face and remove help-echo too.
1142 (gdb-enqueue-input): Correct conditional clause.
1143
1144 2006-03-10 Glenn Morris <rgm@gnu.org>
1145
1146 * calendar/calendar.el (calendar-holidays): Doc fix.
1147 * calendar/holidays.el (list-holidays): Doc fix.
1148
1149 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1150
1151 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1152 it gets called in gdb-prompt anyway.
1153 (gdb-use-separate-io-buffer): Only restore window arrangement for
1154 gdb-many-windows.
1155 (gdb-enqueue-input): Make it harder to send GDB input when program
1156 is running.
1157 (gdb-buffer-list): New variable.
1158 (gdb-remove-mouse-face): New function.
1159 (gdb-starting): Use it when GDB input won't get sent.
1160
1161 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * help.el (view-lossage): Remove trailing whitespace before
1164 inserting "\n".
1165
1166 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * files.el (hack-local-variables-confirm):
1169 Set coding-system-for-read to nil before writing to .emacs.
1170
1171 * arc-mode.el (archive-extract): Check if an existing buffer name
1172 comes from a different archive.
1173
1174 * help.el (describe-key-briefly): If KEY is a down event, read and
1175 discard the up event.
1176
1177 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1178
1179 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1180 be edited and use font-lock-warning-face for any changes.
1181
1182 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1183 (gdb-edit-value): Use it to report any errors.
1184
1185 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * help.el (describe-key): Remove leftover test code.
1188
1189 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1190
1191 * textmodes/org.el: Move defvars out of eval-when-compile.
1192 Use buffer-file-name variable.
1193 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1194 arg `file'.
1195 (org-level-faces): Remove startup dependency.
1196 (org-cycle, org-map-tree, org-scan-tags)
1197 (org-remember-handler): Don't call `outline-level' directly.
1198 (org-mhe-search-all-folders): New option.
1199 (org-mhe-get-message-folder-from-index)
1200 (org-mhe-get-message-folder): Fix indexing search.
1201 (org-format-agenda-item): Handle nil TAGS argument.
1202 (org-cleaned-string-for-export, org-activate-target-links)
1203 (org-make-target-link-regexp): Deal with empty radio target list.
1204 (org-tag): New face.
1205 (org-get-level-face): New function.
1206 (org-set-font-lock-defaults): Simplify setup for headlines.
1207 (org-complete): Pass common substring to `display-completion-list'.
1208
1209 2006-03-06 David Ponce <david@dponce.com>
1210
1211 * tree-widget.el: Update Commentary header.
1212 (tree-widget-theme-name): Ignore parent themes.
1213 (tree-widget-set-parent-theme): New function.
1214 (tree-widget-set-theme): Use it.
1215 (tree-widget-set-image-properties): Move definition. Does nothing
1216 if image properties have already been set.
1217 (tree-widget-image-properties): Move definition. Receive an image
1218 name. Set the :pointer property.
1219 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1220 Don't set the :pointer image property.
1221 (tree-widget-convert-widget): New function. Handle :dynargs
1222 compatibility here.
1223 (tree-widget): Use it to :convert-widget. Add the :expander-p
1224 predicate to control when the :expander function is entered.
1225 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1226 (tree-widget-value-create): Handle :expander-p. widget-apply
1227 :expander.
1228 (tree-widget-expander-p): New function. Default value of the
1229 :expander-p property.
1230
1231 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * help.el (describe-key): Properly handle the return value of
1234 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1235 remaps. Handle string and vector `follow-link' values.
1236
1237 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * complete.el (PC-expand-many-files): Try be more careful when parsing
1240 the shell's output.
1241
1242 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * outline.el (hide-sublevels): Provide better interactive default.
1245
1246 2006-03-06 Kenichi Handa <handa@m17n.org>
1247
1248 * international/fontset.el (create-fontset-from-fontset-spec):
1249 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1250
1251 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1252
1253 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1254 backslashes instead of one in regexp.
1255 (gud-tooltip-dereference): Add missing optional argument.
1256
1257 2006-03-04 John Paul Wallington <jpw@pobox.com>
1258
1259 * wdired.el (toplevel): Require `cl' at compile-time.
1260
1261 2006-03-04 Andreas Schwab <schwab@suse.de>
1262
1263 * server.el (server-process-filter): Handle errors during
1264 evaluation of the argument.
1265
1266 2006-03-03 John Paul Wallington <jpw@pobox.com>
1267
1268 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1269 escape parentheses at beginning of line.
1270 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1271 (t-mouse-mode): Remove period from end of error message.
1272
1273 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1274
1275 * textmodes/flyspell.el (flyspell-process-localwords):
1276 Be case-sensitive.
1277
1278 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1279
1280 * cus-edit.el (custom-quote): Remove function, since it has been
1281 moved to custom.el.
1282
1283 * font-lock.el (lisp-font-lock-keywords-2)
1284 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1285 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1286 they have no special meaning.
1287
1288 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1289 indirect buffer gets killed before indirect buffer. Use dolist.
1290
1291 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1292
1293 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1294 value instead of a literal constant (1) on more pauses.
1295
1296 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1297
1298 * textmodes/flyspell.el (flyspell-external-point-words):
1299 Be case-sensitive.
1300
1301 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1302
1303 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1304 with "www".
1305
1306 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1307
1308 * allout.el: Restablish intermediate missing comment header to
1309 preserve outline structure.
1310 (allout-beginning-of-current-entry): Skip invisible text.
1311 (allout-open-topic): Fix opening a topic at end-of-buffer.
1312 (allout-minor-mode): Move nearer to allout-mode function.
1313
1314 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1315
1316 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1317
1318 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1319
1320 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1321 is nil.
1322
1323 * progmodes/gud.el (gud-speedbar-menu-items):
1324 Use buffer-local-value and add missing :visible keyword.
1325
1326 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1327
1328 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1329
1330 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1331 must be `follow-link'.
1332
1333 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1334
1335 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1336 formatting: No nested anchors.
1337 (org-all-targets): Fix bug with XEmacs compatibility.
1338 (org-read-date): Add (require 'parse-time).
1339 (org-set-tags): Fix bug with extra inserted space.
1340 (org-export-html-style): Define a style class for targets.
1341 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1342 (org-hide-leading-stars): New option.
1343 (org-hide): New face.
1344 (org-set-font-lock-defaults): Allow to hide leading stars.
1345 (org-get-legal-level, org-tr-level): New functions.
1346 (org-odd-levels-only): New option.
1347 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1348 (org-demote, org-promote): Deal with double-star levels.
1349 (org-convert-to-odd-levels): New command.
1350
1351 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1352
1353 * speedbar.el (speedbar-update-localized-contents): Try to
1354 preserve window-start.
1355 (speedbar-update-directory-contents): Try to preserve window-start
1356 and window-point.
1357 (speedbar-update-special-contents): Don't move back to start of window.
1358
1359 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1360 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1361 speedbar-timer-fn.
1362 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1363 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1364 instead of gdb-speedbar-timer-fn.
1365
1366 2006-02-28 Jay Belanger <belanger@truman.edu>
1367
1368 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1369 (math-compose-expr): Use latex option when calling
1370 `math-compose-tex-matrix' for latex mode.
1371
1372 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1373
1374 * speedbar.el: Re-instate comments about developing for speedbar
1375 [this is what info and gdb-ui use even if better methods exist now].
1376
1377 * t-mouse.el: New file.
1378 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1379 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1380 (t-mouse-make-event-element): Use posn-at-x-y instead.
1381 (t-mouse-make-event): Deal with Fedora Core 3.
1382 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1383 (t-mouse-mouse-position-function): New function. Use it instead
1384 of advising mouse-position.
1385 (t-mouse-mode): New minor mode.
1386 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1387
1388 2006-02-27 Glenn Morris <rgm@gnu.org>
1389
1390 * calendar/calendar.el (calendar-holidays): Doc fix.
1391
1392 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1393
1394 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1395 Re-introduce the concept of a source window.
1396 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1397 consistency with get-buffer-create.
1398 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1399 (gdb-data-list-register-values-handler)
1400 (gdb-stack-list-locals-handler): Try to preserve window-start as
1401 well as window-point.
1402 (gdb-display-source-buffer): New function (old concept).
1403 (gdb-goto-breakpoint): Use it.
1404
1405 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1406 for gdb-ui/gdb-mi (old concept).
1407
1408 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1409
1410 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1411 binding.
1412
1413 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1414
1415 * textmodes/reftex-sel.el (reftex-select-label-map)
1416 (reftex-select-bib-map): Add `follow-mouse' binding.
1417
1418 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1419
1420 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1421 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1422 Give :set functions to provide automatic updating.
1423 Update docstring. Give compiler defvars early in the file
1424 and move the defcustoms to a later spot where all called functions
1425 are defined.
1426 (jka-compr-file-name-handler-entry): Doc fix.
1427 (jka-compr-compression-info-list--internal)
1428 (jka-compr-mode-alist-additions--internal)
1429 (jka-compr-load-suffixes--internal): New variables.
1430 (jka-compr-install): Set the three above variables.
1431 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1432 (jka-compr-update, jka-compr-set): New functions.
1433 (auto-compression-mode): Doc fix.
1434
1435 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1436 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1437 Use jka-compr-compression-info-list--internal,
1438 jka-compr-mode-alist-additions--internal and
1439 jka-compr-load-suffixes--internal.
1440
1441 * files.el (load-library):
1442 * loadhist.el (file-loadhist-lookup):
1443 * startup.el (command-line):
1444 * subr.el (locate-library):
1445 * emacs-lisp/autoload.el (update-directory-autoloads):
1446 * emacs-lisp/find-func.el (find-library-suffixes):
1447 Use `get-load-suffixes' instead of `load-suffixes'.
1448
1449 * subr.el (locate-library):
1450 * emacs-lisp/find-func.el (find-library-name):
1451 Use `load-file-rep-suffixes' instead of '("").
1452
1453 2006-02-26 Kim F. Storm <storm@cua.dk>
1454
1455 * ido.el (ido-save-history, ido-load-history): Simplify.
1456 Don't use find-file-noselect to avoid interference from other modes.
1457
1458 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1459
1460 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1461 to use the default shell if filename is not available.
1462 Reported by Giorgos Keramidas.
1463
1464 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1465
1466 * progmodes/etags.el (tags-completion-table): Do completion from
1467 all the tables in the current list, as documented in the manual.
1468
1469 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1470
1471 * CC Mode Update to 5.31.3.
1472
1473 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1474
1475 * progmodes/cc-mode.el (c-postprocess-file-styles):
1476 Bind inhibit-read-only to t, around the call to
1477 c-remove-any-local-eval-or-mode-variables, so that it works on a
1478 RO file.
1479
1480 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1481
1482 * progmodes/cc-awk.el: Correct a typo.
1483
1484 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1485
1486 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1487 c-hungry-delete-backwards, at the request of RMS. Leave the old
1488 name as an alias.
1489
1490 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1491
1492 * progmodes/cc-mode.el: Correct a typo.
1493
1494 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1495
1496 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1497
1498 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1499
1500 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1501 brace-else-brace (error due to mbeg, mend being undefined).
1502
1503 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1504
1505 * progmodes/cc-mode.el: File Local variables: Solve the problem
1506 where both `mode' and c-file-offsets are specified: `mode' will
1507 overwrite c-f-o's settings:
1508 (c-remove-any-local-eval-or-mode-variables): New function.
1509 (c-postprocess-file-styles): Call the above new function, within
1510 c-tentative-buffer-change, to splat `mode' and `eval' before the
1511 second hack-local-variables.
1512
1513 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1514
1515 * progmodes/cc-mode.el:
1516 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1517 (c-after-change): Protect the match data with save-match-data.
1518 It was getting corrupted by c-after-change-check-<>-operators.
1519
1520 * cc-defs.el: [Supersedes patch V1.38]:
1521 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1522 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1523
1524 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1525 with save-match-data. It was being corrupted when Font Lock was
1526 not enabled.
1527
1528 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1529
1530 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1531 Mode and Subword Mode.
1532
1533 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1534 real labels ("case 1:" or "foo:") from non-labels ("public:").
1535 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1536 coding; c-f-t-2 doesn't move over a token at EOB.
1537
1538 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1539
1540 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1541 (c-update-modeline): Concatenate the minor mode indicators
1542 directly onto mode-name, removing c-submode-indicators.
1543 Sometimes, c-s-i got separated from the mode name on the mode line.
1544
1545 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1546 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1547
1548 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1549
1550 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1551 error message when there's an evaluation error to show whether
1552 it's loaded from source or not.
1553 (c-filter-ops): Make it available at runtime too to work when
1554 `c-make-init-lang-vars-fun' needs to evaluate from source.
1555
1556 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * help.el (help): Revert last part of 2006-02-23 change (deletion
1559 of the `provide' call).
1560
1561 2006-02-23 Juri Linkov <juri@jurta.org>
1562
1563 * compare-w.el (compare-windows-highlight): Add new value
1564 `persistent' and change :type from `boolean' to `choice'.
1565 (compare-windows-overlays1, compare-windows-overlays2):
1566 New internal variables.
1567 (compare-windows-highlight): If compare-windows-highlight is
1568 `persistent', add current overlays to compare-windows-overlays[12]
1569 instead of adding compare-windows-dehighlight to pre-command-hook.
1570 (compare-windows-dehighlight): Delete all overlays from
1571 compare-windows-overlays[12].
1572
1573 * info.el (Info-search): Don't bind search-spaces-regexp to
1574 Info-search-whitespace-regexp in non-regexp isearch mode.
1575
1576 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1579
1580 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * textmodes/org.el (org-xemacs-p)
1583 (org-export-html-show-new-buffer, org-table-may-need-update)
1584 (org-insert-item, org-mhe-get-message-real-folder)
1585 (org-mhe-get-message-folder-from-index)
1586 (org-mhe-get-message-folder, org-mhe-get-message-num)
1587 (org-mhe-get-header, org-make-org-heading-search-string)
1588 (org-make-org-heading-camel, org-table-sort-lines)
1589 (org-format-org-table-html, org-format-table-table-html):
1590 Fix typos in docstrings.
1591
1592 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1593
1594 * textmodes/org.el (org-cleaned-string-for-export)
1595 (org-solidify-link-text): New function.
1596 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1597 XEmacs, just to silence the compiler.
1598 (org-export-as-ascii, org-export-as-html-and-open):
1599 Use `org-cleaned-string-for-export' and create internal links.
1600 (org-follow-mhe-link): Require mh-e, use folder.
1601
1602 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1603
1604 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1605
1606 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1607 gdb-debug-log-length.
1608 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1609 it a real ring but...
1610 (gud-gdba-marker-filter): ...make it work like mark-ring.
1611 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1612 (gdb-mouse-jump): New function. Add bindings.
1613
1614 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1615
1616 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1617 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1618 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1619 (gdb-debug-log-length): Customize it's length.
1620 (gud-watch, gdb-var-create-handler): Display function::var format
1621 but don't use to create variable object.
1622 (gdb-var-create-handler): Use message-box in place of message.
1623 (gdb-stopped): Call gdb-exited if signalled.
1624
1625 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1626
1627 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1628
1629 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1630
1631 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1632 if `reftex-try-all-extensions' is set.
1633
1634 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1635 fail silently when there is no valid argument at point.
1636 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1637 `fail-silently' argument. From a patch by David Reiter.
1638
1639 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1640 New commands.
1641 (org-mark-ring): New variable.
1642 (org-mark-ring-length): New option.
1643 (org-open-at-point, org-goto, org-open-file): Push old position
1644 onto the mark ring.
1645 (org-add-hook): New function.
1646 (org-export-table-remove-special-lines): New option.
1647 (org-skip-comments, org-format-org-table-html): Respect new
1648 option `org-export-table-remove-special-lines'.
1649 (org-open-file): Allow special command configuration for
1650 directory link.
1651 (org-file-apps): Fix bugs in customize type, added setting
1652 for directories.
1653 (org-activate-tags, org-format-agenda-item, org-complete)
1654 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1655 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1656 (org-link-search, org-make-org-heading-search-string)
1657 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1658 (org-radio-targets, org-file-link-context-use-camel-case)
1659 (org-activate-camels): New options.
1660 (org-update-radio-target-regexp, org-all-targets)
1661 (org-make-target-link-regexp, org-activate-target-links):
1662 New functions.
1663 (org-make-org-heading-search-string): New function.
1664 (org-store-link, org-insert-link): Use new option
1665 `org-file-link-context-use-camel-case'.
1666 (org-activate-camels): Use new option `org-activate-camels'.
1667 (org-link-regexp): Add mhe prefix.
1668 (org-open-at-point, org-store-link): Support for mhe links.
1669 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1670 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1671 (org-mhe-get-header, org-follow-mhe-link): New functions.
1672 (org-remove-angle-brackets, org-add-angle-brackets):
1673 New functions.
1674 (org-bracket-link-regexp): New constant.
1675 (org-read-date): Fix bug that was rejecting all typed dates.
1676 (org-link-search): Make hierarchy above visible after a match.
1677 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1678 (org-store-link): Fix bug with link creation when cursor is in
1679 an empty line.
1680 (org-open-at-point): Fix bug with matching a link.
1681 Fixed buggy argument sequence in call to `org-view-tags'.
1682 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1683 (org-prefix-has-tag): New variable.
1684 (org-format-agenda-item): Remove tags from headline
1685 if appropriate.
1686 (org-agenda-remove-tags-when-in-prefix): New option.
1687
1688 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1689
1690 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1691 Fix the regular expressions.
1692
1693 2006-02-21 Richard M. Stallman <rms@gnu.org>
1694
1695 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1696 if there's no other specific basis.
1697
1698 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1699 as variables at all.
1700 (unsafep-variable): Rename arg; doc fix.
1701
1702 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1703
1704 * calendar/appt.el (diary-selective-display): Add defvar.
1705
1706 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1707
1708 * isearch.el (search-whitespace-regexp): Fix custom type.
1709
1710 * help.el (describe-key-briefly): Compute interactive args
1711 in same was as before previous change.
1712
1713 * files.el (enable-local-variables): Doc fix.
1714
1715 2006-02-21 Kim F. Storm <storm@cua.dk>
1716
1717 * fringe.el: Cleanup as file is now pre-loaded.
1718 (fringe-bitmaps): Initialize unconditionally.
1719 (fringe-mode, set-fringe-style): Remove autoload cookies.
1720
1721 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1722
1723 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1724 `horizontal-bar'.
1725 (fringe-cursor-alist): Use `horizontal-bar'.
1726
1727 2006-02-20 Kim F. Storm <storm@cua.dk>
1728
1729 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1730 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1731
1732 * loadup.el: Load "fringe" on window systems.
1733
1734 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1735
1736 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1737 out of scope components.
1738
1739 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1740 default.
1741
1742 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1743
1744 * custom.el (customize-mark-to-save, customize-mark-as-set):
1745 Load the symbol first.
1746
1747 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1750 strech spec so it doesn't display as "^J" on the header line
1751 when `Buffer-menu-use-header-line' is t.
1752
1753 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1754
1755 * speedbar.el (speedbar-make-button): Keep text properties
1756 of string arguments if desired.
1757
1758 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1759 expessions.
1760
1761 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1762 of speedbar.
1763
1764 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1765
1766 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1767 to value of `read-file-name-completion-ignore-case'.
1768
1769 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * custom.el (customize-mark-as-set): Push to `user' theme.
1772
1773 * cus-edit.el (custom-save-variables): Allow unthemed values.
1774 (customize-set-variable): Push setting to `user' theme.
1775
1776 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1777
1778 * progmodes/gud.el: Don't require font-lock as it's now
1779 automatically loaded.
1780 (gud-speedbar-buttons): Replace gdb-var-changed with
1781 gdb-force-update.
1782
1783 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1784 gdb-var-changed.
1785 (gdb-post-prompt): Use it.
1786 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1787 (gdb-var-update-handler, gdb-var-delete)
1788 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1789 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1790 gdb-force-update in gdb-post-prompt.
1791 (gdb-reset): Clear watch expressions from speedbar when quitting.
1792
1793 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1794
1795 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1796 (viper-change-state-to-vi, viper-change-state-to-emacs):
1797 Make aware of cursor coloring in the Emacs state.
1798 (viper-special-read-and-insert-char): Use read-char-exclusive.
1799 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1800
1801 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1802
1803 * viper-util.el (viper-save-cursor-color)
1804 (viper-get-saved-cursor-color-in-replace-mode)
1805 (viper-get-saved-cursor-color-in-insert-mode)
1806 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1807 state.
1808 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1809
1810 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1811 (ediff-ignore-case-option3, ediff-actual-diff-options)
1812 (ediff-actual-diff3-options): New variables to control case sensitivity.
1813 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1814 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1815 (ediff-toggle-ignore-case): New function.
1816 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1817
1818 * ediff-help.el (ediff-long-help-message-narrow2)
1819 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1820 (ediff-long-help-message-word-mode): Add ignore-case command.
1821 (ediff-help-for-quick-help): Add ignore-case command.
1822
1823 * ediff-merg.el: Move provide to the end.
1824
1825 * ediff-ptch.el: Move provide to the end.
1826
1827 * ediff-wind.el: Move provide to the end.
1828
1829 * ediff-mult.el: Move provide to the end.
1830 (ediff-set-meta-overlay): Enable follow-link.
1831
1832 * ediff.el: Move provide to the end.
1833 Break recursive load cycle in eval-when-compile.
1834 (ediff-patch-buffer): Better heuristics.
1835
1836 * ediff-util.el: Move provide to the end.
1837 Break recursive load cycle in eval-when-compile.
1838 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1839 defuns.
1840 (ediff-submit-report): Pass the values of ediff-diff3-program,
1841 ediff-diff3-options.
1842
1843 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1844
1845 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1846 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1847 `' (for example, in the docstring of `windmove-default-keybindings').
1848
1849 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1850
1851 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1852 shadow face. Don't provide binding to edit variable when it is
1853 out of scope.
1854
1855 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1856 (gdb-var-update-handler): Detect out of scope variables with pre
1857 GDB 6.4 too.
1858 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1859 Reset status of variable objects to nil in update handlers.
1860 (gdb-var-update-handler-1): Detect when a variable object comes
1861 in scope. setcar on var changes gdb-var-list directly.
1862
1863 2006-02-17 Juri Linkov <juri@jurta.org>
1864
1865 * ffap.el (ffap) <defface>: Add explicit face declaration.
1866 (ffap-highlight): Use face `ffap' directly instead of checking
1867 for its existence.
1868
1869 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1870 `visible-ok' of `other-buffer' to find the right original buffer.
1871
1872 * info.el (Info-search): Skip `Local Variables' node.
1873
1874 2006-02-17 Juri Linkov <juri@jurta.org>
1875
1876 * info.el (Info-find-file): Check for symbols `apropos', `history',
1877 `toc' in the input filename, and return these symbols as is.
1878 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1879 `history', `toc' instead of strings.
1880 (Info-set-mode-line): For non-string Info-current-file use the
1881 symbol's name inside **.
1882 (Info-isearch-push-state): Add quote before Info-current-file and
1883 Info-current-node.
1884 (Info-isearch-pop-state): Use `equal' instead of `string='.
1885 (Info-extract-pointer, Info-following-node-name): Use
1886 `match-string-no-properties' instead of `match-string'.
1887 (Info-up): Check `old-file' for `stringp'.
1888 (Info-history): Use `equal' instead of `string-equal'.
1889 Check `file' for `stringp'.
1890 (Info-history): Use symbol `history' instead of string as first arg
1891 of `Info-find-node'.
1892 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1893 `toc' instead of string.
1894 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1895 instead of `buffer-substring', and `match-string-no-properties'
1896 instead of `match-string'.
1897 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1898 instead of strings.
1899 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1900 Use symbol `apropos' instead of string.
1901 (Info-copy-current-node-name): Check `Info-current-file' for
1902 `stringp' and construct a command with `Info-find-node' from it.
1903 (Info-fontify-node): Use `match-string-no-properties' instead of
1904 `match-string' and check file names for `stringp'.
1905 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1906 `history', `toc' instead of strings.
1907
1908 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * files.el: Rearrange functions and variables in the file local
1911 variables section.
1912
1913 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1914
1915 * files.el: Add truncate-lines, ispell-check-comments and
1916 ispell-local-dictionary as safe local variables.
1917
1918 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1919
1920 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1921 out of scope variables.
1922 (gud-speedbar-buttons): Use unless.
1923
1924 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1925 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1926 (gdb-show-changed-values): Also use for out of scope variables.
1927 (gdb-var-update-handler-1): Note if variable goes out of scope.
1928
1929 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1930
1931 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1932 default to global variable values for unsupplied args.
1933 (rcirc-get-buffer-create): Fix bug with setting the target.
1934 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1935 test for rcirc-always-use-server-buffer-flag here.
1936 (rcirc-response-formats): Add %N, which is a facified nick. %n
1937 uses the default face. Change the ACTION format string. If the
1938 "nick" is the server, don't print anything for that field.
1939 Comment fixes.
1940 (rcirc-target-buffer): Don't test
1941 rcirc-always-use-server-buffer-flag here.
1942 (rcirc-print): Squeeze extra spaces out of the text before message.
1943 (rcirc-put-nick-channel): Strip potential "@" char from nick
1944 before adding them to nick table.
1945 (rcirc-url-regexp): Improve to match address like "foo.com".
1946
1947 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1948
1949 * allout.el (allout-hidden-p): Move this defsubst before
1950 allout-overlay-interior-modification-handler, where it is first
1951 used.
1952
1953 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1954
1955 * allout.el: Use allout invisible-text overlays instead of
1956 selective display for concealed text. Also, lots of general
1957 cleanup, and improved compatibility code.
1958
1959 (allout-version) Incremented, corrected, revised, and refined
1960 module commentary.
1961
1962 (provide 'allout): Moved to the bottom, added a require of overlay.
1963
1964 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1965 `except-current'.
1966 (allout-write-file-hook-handler): Minimize delay.
1967 (count-trailing-whitespace-region): New function so
1968 auto-encryption of current topic can resituate cursor exactly.
1969 PGP/GPG encryption trims trailing whitespace from lines, which
1970 must be accounted for across encryption then decryption.
1971
1972 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1973 just plain "\C-c", to avoid intruding on user's keybinding space.
1974
1975 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1976 parameter, so user request to provide a new password is done.
1977
1978 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1979 Refined mechanism for auto-filling behavior while in allout mode.
1980
1981 (allout-mode): Explicitly specify the mode map in the docstring.
1982 Clarify provision for various write-file hook var names.
1983 Adjusted for invisible-text overlays instead of selective-display.
1984
1985 (allout-depth): Really return 0 if not within any topic. This
1986 rectifies `allout-beginning-of-level' and sequence numbering
1987 errors that occur when cutting and pasting numbered topics.
1988 Changed from a in-line subst to a regular function, as well.
1989
1990 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1991
1992 (allout-end-of-subtree, allout-end-of-subtree)
1993 (allout-end-of-entry, allout-end-of-current-heading)
1994 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1995 (allout-show-children, allout-show-to-offshoot)
1996 (allout-hide-current-entry, allout-show-current-entry): Rectified
1997 handling of trailing blank lines between items.
1998
1999 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2000 (allout-current-depth, allout-unprotected, allout-hidden-p)
2001 (allout-on-current-heading-p, allout-listify-exposed)
2002 (allout-chart-subtree, allout-goto-prefix)
2003 (allout-back-to-current-heading, allout-get-body-text)
2004 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2005 (allout-hide-region-body, allout-toggle-subtree-encryption)
2006 (allout-encrypt-string, allout-encrypted-key-info)
2007 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2008 (allout-file-vars-section-data): Adjusted for use with
2009 invisible-text overlays instead of selective-display.
2010
2011 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2012 Reworked for use with invisible text overlays.
2013
2014 (allout-current-topic-collapsed-p): New function.
2015
2016 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2017 to know when to close the containing topic.
2018
2019 (allout-pre-command-business, allout-post-command-business):
2020 Simplify undo-batching and dynamic isearch exposure.
2021
2022 (allout-set-overlay-category): New for invisible-text overlays.
2023 Sets properties of allout-overlay-category, used by
2024 allout-flag-region to set invisible-text overlay properties.
2025 (allout-get-invisibility-overlay): Get the first qualifying
2026 invisibility overlay, so we can find the extent of it.
2027 (allout-back-to-visible-text): Get to just before the beginnining
2028 of the current invisibility overlay, if any.
2029
2030 (allout-overlay-insert-in-front-handler)
2031 (allout-overlay-interior-modification-handler)
2032 (allout-before-change-handler, allout-isearch-end-handler): New
2033 functions to handle extraordinary actions affecting concealed
2034 text.
2035
2036 (allout-flag-region): Use overlays instead of selective-display
2037 for invisible text - by inheritence from the properties of
2038 allout-overlay-category in mainline Emacs, and applied
2039 property-by-property in XEmacs, some recent versions of which
2040 don't inherit the properties from the category. Provisions to
2041 respond to concealed-text edits simplified drastically.
2042
2043 (allout-isearch-rectification, allout-isearch-was-font-lock)
2044 (allout-isearch-expose, allout-enwrap-isearch)
2045 (allout-isearch-abort, allout-pre-was-isearching)
2046 (allout-isearch-prior-pos, allout-isearch-did-quit)
2047 (allout-isearch-dynamic-expose)
2048 (allout-hide-current-entry-completely): Functions deleted.
2049
2050 (allout-undo-aggregation): Explicit undo aggregation no longer
2051 necessary due to transition away from selective-display.
2052
2053 (set-allout-regexp, allout-up-current-level)
2054 (allout-next-visible-heading, allout-forward-current-level)
2055 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2056 (allout-kill-line, allout-yank-processing, allout-show-children)
2057 (allout-expose-topic, allout-old-expose-topic)
2058 (allout-listify-exposed, allout-insert-latex-header)
2059 (allout-toggle-subtree-encryption, allout-encrypt-string)
2060 (remove-from-invisibility-spec, allout-hide-current-subtree):
2061 Ditched unused variables.
2062
2063 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2064
2065 * textmodes/ispell.el (ispell-change-dictionary): Call
2066 ispell-buffer-local-dict instead of
2067 ispell-accept-buffer-local-defs.
2068 (ispell-local-dictionary-alist): Accept as valid any coding-system
2069 supported by Emacs.
2070 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2071 changed to iso-8859-3.
2072
2073 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2074
2075 * speedbar.el (speedbar-frame-width): Make an inline function
2076 instead of a macro. Use frame-width.
2077 (speedbar-try-completion, speedbar-update-contents)
2078 (speedbar-timer-fn): Use consp.
2079 (speedbar-update-localized-contents): Try to preserve point.
2080
2081 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2082 (menu): Re-order menu items.
2083 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2084 field.
2085 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2086 (gdb-post-prompt): Speed things by not forcing update.
2087
2088 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2089
2090 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2091 press and perform default action if we get a mouse movement event.
2092
2093 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2094
2095 * calendar/icalendar.el (icalendar--get-event-property)
2096 (icalendar--get-event-property-attributes): Fix typos in
2097 docstrings.
2098
2099 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2100 docstring.
2101
2102 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2103
2104 * bs.el (bs-mode): Use `buffer-disable-undo'.
2105 (bs--get-file-name): Simplify.
2106 (bs-show-in-buffer): Mark the buffer as not modified.
2107
2108 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2111 widget-button-click.
2112
2113 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2114 (custom-mode): Update docstring.
2115
2116 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2117 binding.
2118
2119 * files.el (hack-local-variables-confirm): Allow scrolling if the
2120 file variable list is too long. Kill temp buffer after use.
2121
2122 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2123
2124 * progmodes/gud.el (gdb): Improve doc string.
2125 (gdb-script-font-lock-keywords): Expand allowed character set.
2126
2127 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2128 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2129 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2130 (gdb-separate-io-stop, gdb-separate-io-eof):
2131 Rename from gdb-inferior-* to gdb-separate-*.
2132 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2133
2134 2006-02-14 Jay Belanger <belanger@truman.edu>
2135
2136 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2137 expression is a symbol before checking that it is bound.
2138
2139 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2140 test to see if equation can be solved.
2141
2142 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * wid-edit.el (widget-button-click): Use :pressed-face property
2145 for overlay face, if it exists.
2146
2147 * cus-edit.el (custom-manual, custom-add-see-also)
2148 (custom-add-parent-links, custom-group-link): Add :pressed-face
2149 property to links.
2150
2151 * files.el (hack-local-variables): Remove ignored variables before
2152 checking if any variables need setting.
2153
2154 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2155
2156 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2157
2158 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * help.el (where-is): Fix message for remapped commands.
2161
2162 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2163 Fix typos in docstrings.
2164
2165 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * files.el (safe-local-variable-values): New option.
2168 (hack-local-variables-prop-line): Return a list of variable-value
2169 pairs if MODE-ONLY is non-nil.
2170 (hack-local-variables): Construct list of variable-value pairs,
2171 and apply or reject them in one go. Ask for confirmation if
2172 variables are not known safe.
2173 (hack-local-variables-confirm): Complete rewrite. Support
2174 `safe-local-variable-values'.
2175 (enable-local-variables): Update docstring to reflect new
2176 behavior.
2177 (ignored-local-variables): Ignore ignored-local-variables and
2178 safe-local-variable-values.
2179 (safe-local-variable-p): New function.
2180 (risky-local-variable-p): `safe-local-variable' property check
2181 moved to safe-local-variable-p.
2182 (hack-one-local-variable): Checks moved to hack-local-variables.
2183
2184 (byte-compile-dynamic, c-basic-offset, c-file-style)
2185 (c-indent-level, comment-column, fill-column, fill-prefix)
2186 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2187 (no-update-autoloads, outline-regexp, page-delimiter)
2188 (paragraph-start, paragraph-separate, sentence-end)
2189 (sentence-end-double-space tab-width, version-control):
2190 Add `safe-local-variable' property.
2191
2192 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2193
2194 * icomplete.el, play/landmark.el: Change nonexistent
2195 `outline-layout' file variable to `allout-layout'.
2196
2197 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2198
2199 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2200 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2201 to gud-comint-buffer.
2202 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2203 gdb-ui.el for gdb-mi.el.
2204 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2205 registers buffer to gdb-get-changed-registers.
2206 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2207 deletion of catchpoints (throw and catch).
2208 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2209 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2210 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2211 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2212 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2213
2214 2006-02-13 Jay Belanger <belanger@truman.edu>
2215
2216 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2217 expression is a symbol before checking that it is bound.
2218
2219 2006-02-13 Richard M. Stallman <rms@gnu.org>
2220
2221 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2222 for the minibuffer too, but not if resize-mini-windows will interfere.
2223
2224 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2225 inside `interactive' spec.
2226 (describe-key-briefly-internal, describe-key-internal):
2227 Functions merged back into their callers.
2228
2229 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2230
2231 * info.el (info-xref-visited): Inherit from info-xref too.
2232 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2233 when propertizing Info-current-file and Info-current-node.
2234
2235 2006-02-13 Juri Linkov <juri@jurta.org>
2236
2237 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2238 (tumme-thumb-name): Fix per-directory format.
2239
2240 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2241
2242 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2243
2244 2006-02-12 Miles Bader <miles@gnu.org>
2245
2246 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2247
2248 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2249
2250 * tumme.el: Remove history section. If someone needs the it, it
2251 can always be found in CVS.
2252
2253 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2254
2255 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2256 about the Thumbnail Managing Standard option.
2257
2258 2006-02-12 Richard M. Stallman <rms@gnu.org>
2259
2260 * subr.el (substitute-key-definition): Doc fix.
2261
2262 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2263
2264 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2265
2266 * info.el (Info-mode): Doc fix.
2267
2268 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2269
2270 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2273 because on Solaris a POSIX compatible "id" is needed. Reported by
2274 Magnus Henoch <mange@freemail.hu>.
2275
2276 2006-02-12 Juri Linkov <juri@jurta.org>
2277
2278 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2279 (tumme) <defgroup>: Change :group to `multimedia'.
2280 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2281 Managing Standard.
2282 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2283 Fix dostring.
2284 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2285 and %y. Fix docstring.
2286 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2287 (tumme-cmd-create-standard-thumbnail-command): New user options.
2288 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2289 is `standard'. Fix docstring.
2290 (tumme-thumb-width, tumme-thumb-height): New user options.
2291 (tumme-external-viewer): Try to find various viewers.
2292 (tumme-get-thumbnail-image): Use `create-image' instead of
2293 constructing the `image' structure.
2294 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2295 `standard'.
2296 (tumme-thumb-name): Add file name generation for standard storage.
2297 Simplify code for other storages.
2298 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2299 Add modification time %m and thumbnail-nq8 %q.
2300 Use `tumme-cmd-create-standard-thumbnail-command' if
2301 tumme-thumbnail-storage is `standard'.
2302 (tumme-dired-insert-marked-thumbs): New autoload command.
2303 (tumme-dired-after-readin-hook): New function.
2304 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2305 `tumme-thumb-size'.
2306 (tumme-display-image): Replace size-x %x and size-y %y with
2307 width %w and height %h.
2308
2309 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2310 `tumme-dired-insert-marked-thumbs'.
2311
2312 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2313
2314 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2315 include path).
2316 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2317 matching tag.
2318
2319 2006-02-12 Miles Bader <miles@gnu.org>
2320
2321 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2322 New variables.
2323 (rcirc-abbrev-nick): New function.
2324 (rcirc-format-response-string): Rewrite to use the formats in
2325 `rcirc-response-formats' and expand escape sequences therein.
2326 A text-property `rcirc-text' is added over the actual response
2327 text to make easy to find inside the returned string.
2328 (rcirc-print): When filling, just look for the `rcirc-text'
2329 text-property to find the appropriate fill prefix, instead of
2330 using hardwired patterns.
2331
2332 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2333
2334 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2335 Managing Standard.
2336
2337 2006-02-11 Kim F. Storm <storm@cua.dk>
2338
2339 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2340 Don't use insert-buffer; do insert-buffer-substring directly.
2341 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2342
2343 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2344
2345 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2346 with inhibit-read-only. Suggested by Stefan Monnier.
2347 (revert-buffer): Let insert-file-contents discard
2348 buffer-undo-list. Simplify code.
2349 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2350
2351 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2352
2353 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2354
2355 * help.el (describe-key-briefly): Now a wrapper for
2356 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2357 to t. Populate yank-menu if empty.
2358 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2359 (describe-key): Now a wrapper for describe-key-internal. Bind
2360 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2361 (describe-key-internal): Renamed from describe-key.
2362
2363 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2364
2365 * progmodes/glasses.el (glasses-separator): Doc fix.
2366 (glasses-original-separator): New defcustom.
2367 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2368
2369 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2370
2371 * mwheel.el (mouse-wheel-up-event): Doc fix.
2372
2373 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2374
2375 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2376 (tumme-dir): New function. Copied from thumbs.el.
2377
2378 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * desktop.el (desktop-outvar): Fix typo.
2381 (desktop-save-buffer-p): Doc fix.
2382
2383 * subr.el (substitute-key-definition): Fix typo.
2384
2385 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2386
2387 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2388 when window-system is mac.
2389
2390 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2391
2392 2006-02-10 Kim F. Storm <storm@cua.dk>
2393
2394 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2395 indirect-function instead of using condition-case.
2396
2397 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2398
2399 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2400 less `colloquial'...
2401
2402 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2403
2404 * tumme.el: Add a couple of todo items.
2405
2406 2006-02-09 Lars Hansen <larsh@soem.dk>
2407
2408 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2409 (highlight-changes-mode): Don't change desktop-locals-to-save.
2410
2411 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * image-mode.el (image-toggle-display): Clear image cache if using
2414 filename.
2415
2416 2006-02-09 Masatake YAMATO <jet@gyve.org>
2417
2418 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2419 a `dired-man' target.
2420
2421 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2422 boundary of symbols.
2423
2424 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2425
2426 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2427
2428 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2429
2430 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2431 `mapcar'; return nil.
2432
2433 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2436 some other event.
2437
2438 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2439
2440 * net/rcirc.el (rcirc-startup-channels-alist):
2441 Add irc.freenode.net and #emacs as defaults.
2442 (rcirc-ignore-all-activity-flag): Remove variable.
2443 (rcirc-authinfo): New variable.
2444 (rcirc-authinfo-filename): Remove variable.
2445 (rcirc-always-use-server-buffer-flag): New flag.
2446 (rcirc): M-x rcirc will automatically connect without prompting.
2447 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2448 connection in lisp.
2449 (rcirc-process-server-response-1): Remove everything but the nick
2450 portion of the sender so it doesn't need to be done everywhere
2451 else. Update related code.
2452 (global-map): Remove global keybindings.
2453 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2454 (rcirc-send-input): Split into several functions.
2455 (rcirc-process-input-line, rcirc-process-message)
2456 (rcirc-process-command): New functions.
2457 (rcirc-target-buffer): New function to determine where to route
2458 messages.
2459 (rcirc-user-nick): Save match data.
2460 (rcirc-toggle-ignore-buffer-activity)
2461 (rcirc-update-activity-string): Remove global ignore functionality,
2462 which can be done now by toggling rcirc-track-minor-mode.
2463 (rcirc-track-minor-mode-map): New keymap.
2464 (rcirc-track-minor-mode): New minor-mode.
2465 (ignore): Make the ignore output nicer. Always print it when
2466 adding or removing nicks.
2467 (rcirc-url-regexp): Improve.
2468 (rcirc-mangle-text): Remove properties before using text in the
2469 modeline.
2470 (rcirc-authenticate): Authentication data comes from
2471 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2472 (rcirc-server-prefix): Inherit from rcirc-server.
2473
2474 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2475
2476 * Makefile.in (compile): Append "|| true" to the end of the `find'
2477 command, like compile-always does.
2478
2479 2006-02-08 Sam Steingold <sds@gnu.org>
2480
2481 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2482 output from a dead connection.
2483
2484 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2485
2486 * dired.el (dired-mode-map): Add more bindings for tumme.
2487
2488 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * wdired.el (wdired-mode-map): Use remap.
2491 (wdired-get-filename): Massage.
2492 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2493 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2494 `keymap' property rather than `local-map'.
2495
2496 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2497
2498 * tumme.el (tumme-get-thumbnail-image): New utility function.
2499 Suggested by from Chong Yidong.
2500 (tumme-dired-with-window-configuration): Rename from
2501 `tumme-dired'. Add code to save window configuration.
2502 (tumme-restore-window-configuration): New command to restore the
2503 window configuration that `tumme-dired-with-window-configuration'
2504 saves before it changes the window configuration.
2505 (tumme-show-all-from-dir): New command to display thumbnails for
2506 all files in a directory entered by the user, like M-x thumbs.
2507 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2508 have been created.
2509 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2510 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2511 Remove obsolete test function.
2512
2513 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * vc.el (small-temporary-file-directory): Remove defvar; there's
2516 a defcustom for it in files.el.
2517
2518 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2519 Fix typo in message.
2520 (tumme-gallery-generate): Fix typo in `error' message.
2521 (tumme-display-window-height-correction)
2522 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2523 (tumme-line-up-interactive): Dox fixes.
2524 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2525 (tumme-restore-window-configuration, tumme-format-properties-string)
2526 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2527 Fix typos in docstrings.
2528
2529 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2530
2531 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2532
2533 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2534
2535 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2536 User should use hook if desired.
2537
2538 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2539 buffer if necessary.
2540 (gdb-delete-frame-or-window): New function.
2541 (gdb-breakpoints-mode-map): Bind "q" to it.
2542
2543 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * textmodes/nroff-mode.el: Clean up name space.
2546 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2547 (nroff-mode): Obey the global setting of nroff-electric-mode.
2548 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2549
2550 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2551
2552 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2553
2554 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2555
2556 2006-02-06 Lars Hansen <larsh@soem.dk>
2557
2558 * generic-x.el (etc-fstab-generic-mode): Add file system types
2559 cifs and usbdevfs. Allow special chars in file names.
2560
2561 2006-02-05 Jay Belanger <belanger@truman.edu>
2562
2563 Update copyright notices of the files in lisp/calc.
2564
2565 2006-02-05 Romain Francoise <romain@orebokech.com>
2566
2567 Update copyright notices of all files in the lisp/play directory.
2568
2569 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2570
2571 * ldefs-boot.el: Regenerate.
2572
2573 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2574
2575 2006-02-05 Kim F. Storm <storm@cua.dk>
2576
2577 * files.el (magic-mode-regexp-match-limit): New defvar.
2578 (set-auto-mode): Use it to limit magic-mode-alist matching.
2579
2580 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2581
2582 * simple.el (display-message-or-buffer): Compare the number of
2583 characters to the frame width when determining whether a 1-line
2584 message string will fit in the echo area. Count screen lines
2585 instead of buffer lines when determining whether a multi-line
2586 message will fit in the echo area/minibuffer window.
2587
2588 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2589
2590 * info.el (Info-index, Info-mode): Improve the description of the
2591 `i' command.
2592
2593 * ldefs-boot.el: Regenerate.
2594
2595 2006-02-03 Werner Lemberg <wl@gnu.org>
2596
2597 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2598 greedy to find the closing bracket in \*[...] and similar
2599 expressions. This is a first rough fix -- many additional
2600 refinements are necessary to make nroff mode really usable with groff.
2601
2602 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2603
2604 * international/mule-cmds.el (set-locale-environment):
2605 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2606 libX11.
2607
2608 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2609
2610 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2611 archive are created in archive-tmpdir.
2612
2613 2006-02-02 John Paul Wallington <jpw@pobox.com>
2614
2615 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2616 (ibuffer-fontification-alist): Use it.
2617 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2618 to "* z" and the Ibuffer Mark menu.
2619
2620 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2621
2622 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * textmodes/table.el (*table--cell-describe-mode)
2625 (*table--cell-describe-bindings): Undo last change since
2626 print-help-return-message is not obsoleted by anything at all.
2627
2628 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2629
2630 * emulation/cua-base.el (cua-mode): Doc fix.
2631
2632 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2633
2634 * dframe.el (dframe-handle-make-frame-visible)
2635 (dframe-handle-iconify-frame, dframe-get-focus)
2636 (dframe-select-attached-frame, dframe-power-click)
2637 (dframe-frame-mode): Fix typos in docstrings.
2638
2639 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2640 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2641 Fix typos in docstrings.
2642
2643 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2644 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2645 (hi-lock-archaic-interface-message-used)
2646 (hi-lock-file-patterns-range): Fix typos in docstrings.
2647
2648 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2649 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2650
2651 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2652 Fix typo in docstring.
2653
2654 * net/newsticker.el (newsticker--decode-iso8601-date)
2655 (newsticker--set-customvar, newsticker--buffer-insert-item)
2656 (newsticker--do-run-auto-mark-filter)
2657 (newsticker--parse-generic-feed): Doc fixes.
2658 (newsticker--retrieval-timer-list, newsticker-url-list)
2659 (newsticker-hide-immortal-items-in-echo-area)
2660 (newsticker-hide-obsolete-items-in-echo-area)
2661 (newsticker-new-item-face, newsticker--enclosure)
2662 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2663 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2664 (newsticker--parse-generic-feed, newsticker--cache-contains)
2665 (newsticker--stat-num-items, newsticker-download-enclosures):
2666 Fix typos in docstrings.
2667
2668 * net/rcirc.el (rcirc-debug): Doc fix.
2669 (rcirc-fill-column, rcirc-receive-message-hooks)
2670 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2671 (rcirc-mode, rcirc-generate-new-buffer-name)
2672 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2673 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2674 Fix typos in docstrings.
2675 (rcirc-print): "?\ " -> "?\s".
2676 (rcirc-cmd-join): Improve argument/docstring consistency.
2677
2678 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2679
2680 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2681 before narrow-to-region.
2682
2683 2006-02-01 Richard M. Stallman <rms@gnu.org>
2684
2685 * simple.el (move-beginning-of-line): Scan properly for invis change.
2686
2687 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2688
2689 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2690
2691 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2692 change bit only when id-format is 'integer. Reported by Matt
2693 Hodges <M.P.Hodges@rl.ac.uk>.
2694
2695 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * hilit-chg.el (highlight-changes-initial-state)
2698 (highlight-changes-global-initial-state): Doc fixes.
2699 (highlight-changes-global-modes, global-highlight-changes):
2700 Fix typos in docstrings.
2701
2702 2006-02-01 Kim F. Storm <storm@cua.dk>
2703
2704 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2705 transient-mark-mode in doc string.
2706
2707 2006-01-31 Richard M. Stallman <rms@gnu.org>
2708
2709 * replace.el (multi-occur): Doc fix.
2710 (multi-occur-in-matching-buffers): Rename from
2711 multi-occur-by-filename-regexp. Prefix arg says match
2712 buffer names instead of file names.
2713
2714 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2715
2716 * bs.el: Allow non-default values of `bs-header-lines-length'.
2717 (bs--running-in-xemacs): Remove (not needed anymore).
2718 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2719 instead of `shrink-window', thus avoiding having to compute the
2720 height of the window.
2721 (bs--up): Wrap around even when there's no header.
2722 (bs--down): Use `forward-line' instead of `next-line'.
2723
2724 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * image-mode.el (image-toggle-display): Use file name if possible,
2727 instead of unnecessarily allocating a (possibly huge) lisp string.
2728
2729 2006-01-30 John Paul Wallington <jpw@pobox.com>
2730
2731 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2732 because the `assert' macro signals it at runtime.
2733
2734 * emacs-lisp/cl.el (toplevel): Remove definition of
2735 `cl-assertion-failed' condition.
2736
2737 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2738
2739 * thumbs.el (thumbs-marked-list): Make buffer-local and
2740 permanent-local.
2741 (thumbs-insert-thumb): Make help-echo non-sticky.
2742 (thumbs-file-alist): Use eolp as check for (non)-image.
2743
2744 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2745
2746 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2747 (ediff-before-session-group-setup-hooks)
2748 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2749 Fix typos in docstrings.
2750
2751 * window.el (bw-dir, bw-eqdir, balance-windows)
2752 (split-window-keep-point): Fix typos in docstrings.
2753
2754 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2755 (org-quote-string, org-calendar-to-agenda-key)
2756 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2757 (org-show-following-heading, org-tags-column)
2758 (org-use-tag-inheritance, org, org-allow-space-in-links)
2759 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2760 (org-enable-table-editor, org-calc-default-modes)
2761 (org-table-allow-automatic-line-recalculation)
2762 (org-export-html-style, org-export-with-fixed-width)
2763 (org-export-with-sub-superscripts, org-special-keyword)
2764 (org-formula, org-time-grid, org-table-may-need-update)
2765 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2766 (org-goto-quit, org-get-indentation, org-end-of-item)
2767 (org-move-item-down, org-move-item-up)
2768 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2769 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2770 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2771 (org-agenda-log-mode, org-agenda-toggle-diary)
2772 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2773 (org-agenda-file-to-end, org-agenda-no-heading-message)
2774 (org-agenda-get-closed, org-format-agenda-item)
2775 (org-cmp-priority, org-cmp-category, org-cmp-time)
2776 (org-agenda-change-all-lines, org-agenda-diary-entry)
2777 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2778 (org-link-search, org-camel-to-words, org-open-file)
2779 (org-remember-handler, org-table-convert-region)
2780 (org-table-move-row-down, org-table-move-row-up)
2781 (org-table-copy-region, org-table-wrap-region)
2782 (org-table-toggle-vline-visibility)
2783 (org-table-get-vertical-vector, org-table-modify-formulas)
2784 (org-table-get-specials, org-recalc-commands)
2785 (org-table-rotate-recalc-marks, org-table-eval-formula)
2786 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2787 (org-level-color-stars-only, org-insert-heading):
2788 Fix typos in docstrings.
2789 (last-arg): Add defvar.
2790
2791 * makefile.w32-in (WINS): Add erc.
2792 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2793
2794 2006-01-29 Bill Wohler <wohler@newt.com>
2795
2796 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2797 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2798 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2799 (mh-autoloads): Don't use comments on otherwise empty lines.
2800
2801 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2802
2803 * emulation/viper.el (viper-major-mode-modifier-list): Add
2804 insert-state and vi-state entries for erc-mode.
2805 (viper-go-away, viper-set-hooks): Add and remove
2806 viper-comint-mode-hook from erc-mode-hook as appropriate.
2807
2808 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2809
2810 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2811
2812 * bs.el (bs--format-aux): Implement `middle' alignment as
2813 described in the docstring for `bs-attributes-list'.
2814 (bs--get-name): Simplify. Don't pad the buffer name.
2815
2816 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2817
2818 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2819 English aspell dictionary is installed, use the first entry of
2820 ispell-dictionary-alist-1.
2821
2822 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2823
2824 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2825 Doc fix.
2826
2827 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2830 for `process-file', in order to let it work for older Emacsen too.
2831
2832 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2833
2834 * international/latexenc.el: Add a suitable `coding:' tag.
2835 (latexenc-find-file-coding-system): Undo last change.
2836
2837 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2838
2839 * international/latexenc.el (latexenc-find-file-coding-system):
2840 Make sure latexenc-main-file is a regular file and is readable.
2841
2842 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2843
2844 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2845 Pass FILE to vc-user-login-name.
2846
2847 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2848
2849 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2850
2851 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2852 there are no more images to display.
2853 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2854 the next image.
2855
2856 2006-01-26 Richard M. Stallman <rms@gnu.org>
2857
2858 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2859
2860 * wid-edit.el (advertised-widget-backward): New alias.
2861 (widget-keymap): Use advertised-widget-backward for S-TAB.
2862
2863 * tumme.el: Correct the keywords.
2864 (tumme-dir-max-size): Use defvar.
2865 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2866
2867 * simple.el (move-beginning-of-line): Take account of fields.
2868 (clone-indirect-buffer-other-window): Take args like
2869 clone-indirect-buffer, and work like it.
2870
2871 * help-fns.el (describe-function): Don't pass `nil' as default.
2872
2873 * files.el (risky-local-variable-p): Follow var aliases.
2874
2875 * subr.el (lazy-completion-table): Doc fix.
2876
2877 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2878 global binding of `line'.
2879
2880 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2881
2882 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2883 Tramp.
2884
2885 * vc.el (vc-default-dired-state-info): Pass FILE to
2886 vc-user-login-name.
2887 (vc-default-update-changelog): Don't use vc-user-login-name, we
2888 don't need it here.
2889
2890 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2891 no longer necessary.
2892
2893 2006-01-25 Kenichi Handa <handa@m17n.org>
2894
2895 * international/mule.el (decode-char): Avoid the overhead of
2896 calling utf-lookup-subst-table-for-decode if
2897 utf-translate-cjk-mode is nil.
2898 (encode-char): Avoid the overhead of calling
2899 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2900 nil.
2901
2902 2006-01-22 Kenichi Handa <handa@m17n.org>
2903
2904 * international/mule.el (make-subsidiary-coding-system): Reset
2905 `coding-system-define-form' property of subsidiaries to nil.
2906 Avoid duplicated entry in coding-system-alist.
2907 (make-coding-system): Avoid duplicated entry in
2908 coding-system-alist.
2909 (define-coding-system-alias): Likewise.
2910
2911 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2912
2913 * completion.el: Minor fixes in introductory comment.
2914 (completion-def-wrapper): Fix alist.
2915
2916 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2917
2918 * thumbs.el (thumbs-new-image-size): New function.
2919 (thumbs-increment-image-size-element)
2920 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2921 (thumbs-decrement-image-size): Delete.
2922 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2923 temp files and use to resize.
2924 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2925 Use increment argument to enlarge/shrink. Preserve point.
2926 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2927 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2928 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2929 (thumbs-mark, thumbs-unmark): Preserve point.
2930 (thumbs-modify-image): Keep old temp files and use to modify.
2931 Cleanup old temp files at load time. Preserve point.
2932 (thumbs-view-image-mode-map): Use new command names.
2933
2934 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2937
2938 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2939 the nastiest part of the cyclic dependency.
2940 (cal-menu-update): Use dotimes and calendar-increment-month.
2941
2942 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2943 (calendar-week-start-day): Add an :initializer.
2944 (calendar-mode-map): Use suppress-keymap, and command remapping.
2945 (describe-calendar-mode): Setup xref-stack info for the back button.
2946 (calendar-star-date): Insert before delete.
2947 (calendar-set-mode-line): Add file-modified info if applicable.
2948 (calendar-increment-month): New function.
2949
2950 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2951
2952 * font-lock.el (lisp-font-lock-keywords-2):
2953 Recognize "& keywords" only at word boundaries.
2954
2955 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2956
2957 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2958 and permanent-local.
2959 (thumbs-max-image-number): New variable.
2960 (thumbs-do-thumbs-insertion): Use them.
2961 (thumbs-per-line): Change default to 4.
2962 (thumbs-marked-list): Rename from thumbs-markedL.
2963 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2964 (thumbs-rename-images): Use -list instead of L for internal variables.
2965 (thumbs-call-convert): Use call-process instead of shell-command.
2966 (thumbs-insert-thumb): Add filename as help-echo to each image.
2967 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2968 Give dir to thumbs-show-thumbs-list.
2969 (thumbs-show-thumbs-list): Set default-directory to that of images.
2970 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2971 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2972 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2973 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2974
2975 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * ses.el (ses-read-cell): Provide a default value.
2978
2979 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * term/w32-win.el (image-library-alist): Add additional names for
2982 GIF library.
2983
2984 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2985
2986 * international/latexenc.el (latexenc-find-file-coding-system):
2987 Add file-regular-p check.
2988
2989 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * simple.el (clone-buffer): Don't show the new buffer in the same
2992 window.
2993
2994 2006-01-23 Juri Linkov <juri@jurta.org>
2995
2996 * faces.el (link, link-visited): New faces based on default values
2997 of `info-xref' and `info-xref-visited'.
2998
2999 * info.el (info-xref): Inherit from `link'.
3000 (info-xref-visited): Inherit from `link-visited'.
3001
3002 * cus-edit.el (custom-buffer-create-internal): Use widget type
3003 `custom-manual' instead of `info-link' and don't set properties
3004 `button-face' and `mouse-face' explicitly.
3005 (custom-browse-group-tag, custom-browse-variable-tag)
3006 (custom-browse-face-tag): Inherit from widget class
3007 `custom-group-link' instead of `push-button'.
3008 (custom-button-unraised): Inherit from `underline' face.
3009 (custom-link): Inherit from `link' face. Fix doc and group.
3010 (custom-add-parent-links, custom-group-value-create): Don't set
3011 properties `button-face' and `mouse-face' explicitly for
3012 `custom-group-link' widget.
3013 (custom-group-link): Add properties `button-face' and `mouse-face'
3014 to widget definition.
3015 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3016 editable-field's :keymap property.
3017 (custom-mode): Fix docstring: substitute keybindings for
3018 `widget-forward' and `widget-backward' from `widget-keymap',
3019 `widget-complete' from `custom-field-keymap', replace old
3020 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3021
3022 * desktop.el (desktop-load-file): Check for `fboundp' before
3023 calling `symbol-function'.
3024
3025 * simple.el (clone-buffer, clone-indirect-buffer)
3026 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3027 `read-string'. Fix prompts.
3028
3029 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3030
3031 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3032
3033 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3034
3035 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3036
3037 * startup.el (inhibit-splash-screen, initial-scratch-message):
3038 Doc fixes.
3039
3040 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3041
3042 Sync with Tramp 2.0.52.
3043
3044 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3045 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3046 `tramp-unload-tramp' for checklist.
3047
3048 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3049 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3050 (tramp-unload-file-name-handler-alist)
3051 (tramp-unload-tramp): New defuns.
3052 (tramp-advice-PC-expand-many-files): New defadvice.
3053 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3054 removed.
3055 (tramp-handle-expand-file-name): Remove double slash.
3056 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3057 It doesn't matter, because it will be converted later on.
3058 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3059 implementation was just heuristic.
3060 (tramp-post-connection): Set uid and gid properties.
3061 (tramp-convert-file-attributes): Set file's gid change bit.
3062 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3063 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3064 in case of su(do)? methods. The home directory of the local user
3065 will be taken else.
3066 (tramp-open-connection-telnet)
3067 (tramp-open-connection-rsh, tramp-open-connection-su)
3068 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3069 local shell prompt could hurt. Reported by Romain Francoise
3070 <romain@orebokech.com>.
3071 (tramp-let-maybe): Add `edebug-form-spec' property.
3072 (tramp-handle-expand-file-name): Bind `default-directory' locally
3073 to "/" in order to avoid problems with UNC shares or Cygwin
3074 mounts.
3075 (tramp-md5-function): Fix typo in error message.
3076
3077 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3078
3079 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3080 for byte-compiler pacification.
3081
3082 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3083
3084 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3085 ID-FORMAT `string'. This allows us to get rid of
3086 `vc-user-login-name UID'.
3087
3088 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3089
3090 2006-01-22 John Paul Wallington <jpw@pobox.com>
3091
3092 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3093
3094 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3095
3096 * emacs-lisp/find-func.el (find-definition-noselect)
3097 (find-variable-noselect): Search variables in C source code too.
3098 (find-function-C-source, find-function-noselect, find-function)
3099 (find-function-other-frame, find-variable-noselect, find-variable)
3100 (find-variable-other-frame, find-variable-at-point):
3101 Fix docstrings.
3102
3103 2006-01-21 Francesco Potorti` <pot@gnu.org>
3104
3105 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3106
3107 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3108
3109 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3110 Default to disabling the "Save affix" question.
3111
3112 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3113
3114 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3115 the first arg to run-python.
3116
3117 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3118
3119 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3120 is not loaded.
3121
3122 2006-01-20 Jay Belanger <belanger@truman.edu>
3123
3124 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3125 limit is 0.
3126
3127 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3128 the correct variable.
3129
3130 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3131
3132 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3133 link. Fixed buggy argument sequence in call to `org-view-tags'.
3134 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3135 (org-prefix-has-tag): New variable.
3136 (org-format-agenda-item): Remove tags from headline if
3137 appropriate.
3138 (org-agenda-remove-tags-when-in-prefix): New option.
3139 (org-get-tags-at): New function.
3140
3141 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3142
3143 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3144 (thumbs-find-image): Move image name and number from buffer name
3145 to mode name. Set thumbs-buffer. Preserve point so that large
3146 images remain visible.
3147 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3148 order.
3149 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3150 mode name.
3151 (thumbs-next-image, thumbs-previous-image): Make them work.
3152
3153 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3154
3155 * cus-edit.el (custom-buffer-create-internal): State in the text above
3156 the whole buffer buttons that they do not operate on hidden items.
3157 (custom-face-menu): Use `custom-face-save' instead of
3158 `custom-face-save-command'.
3159 (custom-face-save-command): Make it an alias for `custom-face-save'
3160 and declare it obsolete.
3161 (custom-face-save): Doc fix.
3162
3163 * dired.el (dired-no-confirm): Add quote.
3164 (dired-subdir-alist-pre-R): Add quote in
3165 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3166
3167 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * textmodes/table.el (table-mode-indicator): Typo in last change.
3170
3171 2006-01-19 Richard M. Stallman <rms@gnu.org>
3172
3173 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3174 Fixes bug reported in Nov 2005.
3175
3176 * isearch.el (isearch-forward): Doc fix.
3177
3178 * dired.el (dired-move-to-filename-regexp): Define as alias.
3179 (dired-no-confirm): Use defcustom.
3180 (dired-subdir-alist-pre-R): Put defvar at top level.
3181
3182 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3183
3184 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3185 Mark as risky.
3186
3187 * simple.el (set-mark-command): Doc fix.
3188 (clone-indirect-buffer-other-window):
3189 Read arg like clone-indirect-buffer.
3190 (move-beginning-of-line): Skip invisible newlines.
3191
3192 2006-01-19 Masatake YAMATO <jet@gyve.org>
3193
3194 * progmodes/cpp.el (cpp-edit-load): Make the order of
3195 listed conditions in a base C code buffer and its associate
3196 CPP Edit buffer the same.
3197
3198 2006-01-19 Kenichi Handa <handa@m17n.org>
3199
3200 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3201 (rmail-mime-feature): Likewise.
3202 (rmail-require-mime-maybe): Use display-warning to show a warning
3203 message.
3204
3205 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3206 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3207
3208 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * array.el: Move defvars out of eval-when-compile.
3211 (array-make-template): Replace undeclared global var with a local one.
3212 (array-mode): Inline initialization functions.
3213 (array-init-local-variables, array-init-max-row)
3214 (array-init-max-column, array-init-columns-per-line)
3215 (array-init-field-width, array-init-rows-numbered)
3216 (array-init-line-length, array-init-lines-per-row): Remove.
3217
3218 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3219 (doc-mode-map): Define explicitly.
3220 (doctor-txtype): Use mapc.
3221
3222 * textmodes/table.el: Move defvars out of eval-when-compile.
3223 Remove harmful code meant to avoid byte-compiler warnings.
3224 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3225 specification that checks table-fixed-width-mode directly.
3226 (table-recognize-region, table-recognize-cell):
3227 Use restore-buffer-modified-p.
3228 (table-fixed-width-mode): Remove code that refreshes
3229 table-fixed-mode-indicator.
3230 (*table--cell-describe-bindings, *table--cell-describe-mode):
3231 Avoid obsolete name print-help-return-message.
3232 (table--test-cell-list): Don't use replace-regexp from elisp.
3233 (table--point-entered-cell-function, table--point-left-cell-function):
3234 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3235
3236 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3237 that was after the end of file. Use buffer-file-name variable.
3238 (org-timestamp-change): Use with-current-buffer.
3239 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3240 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3241 `file'.
3242
3243 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3244 (fortran-break-line): Remove unused var `opoint'.
3245 (fortran-abbrev-start): Obey help-event-list.
3246
3247 2006-01-18 Jesper Harder <harder@phys.au.dk>
3248
3249 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3250
3251 2006-01-18 Masatake YAMATO <jet@gyve.org>
3252
3253 * progmodes/make-mode.el (makefile-imake-mode): New mode
3254 derived from makefile-mode.
3255 (makefile-imake-mode-syntax-table): New syntax table
3256 derived from makefile-mode-syntax-table.
3257 (makefile-mode): Write about makefile-imake-mode in doc string.
3258 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3259 (makefile-imake-font-lock-keywords): New font lock keywords.
3260
3261 * files.el (auto-mode-alist): Add Imakefile.
3262
3263 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3264
3265 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3266 loading the file rather than when turning on flyspell-mode.
3267
3268 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3269
3270 * cus-edit.el (customize-rogue): Minor doc fix.
3271
3272 2006-01-17 Juri Linkov <juri@jurta.org>
3273
3274 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3275 instead of the file at the mark as default if the file at the mark
3276 is the same as the file at point or if dired-dwim-target-directory
3277 is not the same as the current directory and the mark is not active.
3278
3279 * log-view.el (log-view-minor-wrap): Use the same logic to get
3280 revisions as `log-view-diff'.
3281
3282 * info.el (Info-revert-find-node): Check for Info-current-file
3283 before preserving new-history.
3284
3285 * man.el (Man-heading-regexp): Add `/'.
3286
3287 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3288 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3289
3290 2006-01-16 Juri Linkov <juri@jurta.org>
3291
3292 * faces.el (mode-line-faces): New defgroup.
3293 (mode-line-highlight): Move definition after new defgroup.
3294 (mode-line, mode-line-inactive, mode-line-highlight):
3295 Replace :group `modeline' with `mode-line-faces'.
3296 (mode-line-buffer-id): New face.
3297 (modeline-buffer-id): New face alias.
3298 (vertical-border): Remove :group `modeline'.
3299
3300 * bindings.el (propertized-buffer-identification): Use face
3301 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3302 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3303 (mode-line-buffer-identification-keymap): For mouse-1 replace
3304 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3305 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3306 mouse-3.
3307
3308 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3309 Buffer-menu-buffer. Doc fix.
3310 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3311 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3312 `Buffer-menu-buffer'.
3313
3314 * info.el (Info-mode-line-node-keymap): New defvar.
3315 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3316 Propertize Info-current-node with `mode-line-buffer-id' and
3317 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3318
3319 * time.el (display-time-mail-face): Replace :group `faces' with
3320 `mode-line-faces'.
3321
3322 2006-01-16 Kenichi Handa <handa@m17n.org>
3323
3324 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3325
3326 * language/european.el (cp1252): New alias for windows-1252.
3327
3328 * international/mule.el (autoload-coding-system): Prepare for EOL
3329 variants.
3330
3331 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3332
3333 * term.el (term-raw-map): Add mapping for insert.
3334 (term-send-insert): New.
3335 (term-mode): Make variables local here instead of doing it in
3336 `term-emulate-terminal'.
3337 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3338 Scroll reverse needs to take into account the scroll region.
3339 Saving and restoring the cursor should save the color attributes too.
3340 (term-reset-terminal): Reset the scroll region.
3341 (term-handle-ansi-escape): Cursor up and down should take into
3342 account the scroll region.
3343 (term-set-scroll-region): Rename from `term-scroll-region'.
3344 Move to 0,0 after setting the region.
3345 (term-handle-scroll): Handle scroll up.
3346 (term-down): Fix off by one error.
3347 (term-delete-lines): Do not delete outside the scroll region.
3348 (term-insert-lines): Take into account the scroll region.
3349
3350 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * textmodes/ispell.el (ispell-internal-change-dictionary)
3353 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3354 (start, end): Move declaration outside of eval-when-compile.
3355
3356 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3357 (flyspell-mode-on): Use it.
3358
3359 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3360 ispell-kill-ispell-hook.
3361
3362 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3363
3364 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3365 (Custom-reset-saved): Do not ask for confirmation in single option
3366 buffers.
3367
3368 2006-01-13 Richard M. Stallman <rms@gnu.org>
3369
3370 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3371
3372 2006-01-13 Romain Francoise <romain@orebokech.com>
3373
3374 * add-log.el (add-change-log-entry, change-log-merge):
3375 Conditionally use `hard-newline'.
3376
3377 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3378
3379 * wid-edit.el (widget-field-end): If the overlay is no longer
3380 associated with a buffer, behave as if the overlay didn't exist.
3381
3382 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3383 Make sure the links use the `custom-link' face.
3384
3385 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3388 (ld-script-mode): Don't set indent-line-function since we don't
3389 have one.
3390
3391 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3392
3393 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3394 application.
3395 (org-file-apps-defaults-gnu): Use mailcap as the default for
3396 selecting an application on a UNIX system.
3397 (org-agenda-show-tags): New command.
3398 (org-table-insert-hline): Keep cursor in current table line.
3399 (org-table-convert): Offset effect of modifying
3400 `org-table-insert-hline'.
3401 (org-format-agenda-item): New optional argument TAG.
3402 (org-compile-prefix-format): Handle %T format for the tag.
3403 (org-expand-wide-chars): New function.
3404 (org-table-insert-row, org-table-insert-hline):
3405 Use `org-expand-wide-chars'.
3406 (org-open-file): Fix bug in program launch.
3407 (org-get-time-of-day): Fix bug with times before 1am.
3408 (org-agenda-menu): Add tags commands.
3409
3410 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3411
3412 * textmodes/ispell.el (ispell-init-process): Include the used
3413 dictionary in ispell process start message.
3414 (ispell-internal-change-dictionary): When flyspell-mode is active
3415 and dictionary is changed, make sure ispell process is restarted
3416 and flyspell word cache cleared out for the current buffer.
3417 (ispell-change-dictionary): Make sure flyspell word cache is
3418 cleared out in all buffers with active flyspell mode when
3419 dictionary is globally changed.
3420 Call ispell-internal-change-dictionary after dictionary change.
3421
3422 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3423
3424 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3425
3426 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3427 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3428 years. Fix small differences wrt Makefile.in.
3429 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3430 Makefile.in does.
3431
3432 2006-01-12 Bill Wohler <wohler@newt.com>
3433
3434 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3435 mh-search.el.
3436
3437 2006-01-12 Masatake YAMATO <jet@gyve.org>
3438
3439 * progmodes/ld-script.el: Update copyright year.
3440
3441 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3444 Don't add widget if setting undefined.
3445
3446 2006-01-12 John Paul Wallington <jpw@pobox.com>
3447
3448 * help-fns.el (describe-variable): Remove newlines from void
3449 variable output.
3450
3451 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3452
3453 * wdired.el (wdired-mode-map): Add help echo for
3454 wdired-abort-changes.
3455
3456 * man.el (Man-file-name-regexp): Adjust for a list of files.
3457
3458 2006-01-12 Masatake YAMATO <jet@gyve.org>
3459
3460 * progmodes/ld-script.el (auto-mode-alist): Support
3461 suffix conventions used in netbsd and eCos.
3462
3463 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3464
3465 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3466 (custom-variable-menu, custom-face-menu, custom-group-menu)
3467 (Custom-mode-menu): Change names of menu items. (As discussed on
3468 emacs-devel.)
3469 (custom-face-menu): Add "Undo Edits" item.
3470
3471 * startup.el (init-file-user): defcustom -> defvar.
3472
3473 * tooltip.el (tooltip-mode): Doc fix.
3474
3475 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * reveal.el (reveal-post-command): window-buffer signals an error on
3478 dead windows rather than returning nil.
3479 (reveal-open-new-overlays): An overlay might die while we open others.
3480
3481 2006-01-11 Bill Wohler <wohler@newt.com>
3482
3483 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3484 phrasing in docstring.
3485
3486 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3487 can give some systems gas. Add new file mh-buffers.el.
3488
3489 2006-01-06 Masatake YAMATO <jet@gyve.org>
3490
3491 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3492 C preprocessor forward ported from GNU Emacs 21.2.
3493
3494 * progmodes/asm-mode.el (asm-font-lock-keywords):
3495 Use `cpp-font-lock-keywords'.
3496
3497 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3498
3499 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3500 of $ for "\\.ld[s]?".
3501
3502 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3505 (tcl-indent-line): Return `noindent' if inside a string.
3506
3507 * progmodes/flymake.el (flymake-split-string): Remove more than one
3508 empty string at beg/end of the result.
3509 (flymake-find-buildfile, flymake-find-possible-master-files):
3510 Use expand-file-name.
3511 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3512 since expand-file-name does it for us. Use directory-file-name.
3513 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3514 (flymake-ler-get-type, flymake-ler-get-text)
3515 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3516 (flymake-current-line-no): Remove spurious interactive spec.
3517 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3518 (flymake-check-include): Remove arg inc-path merged into inc-name.
3519 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3520 Arg regexp-list replaced by a simple regexp.
3521 (flymake-master-make-header-init, flymake-master-tex-init):
3522 Correspondingly replace regexp-list with a regexp. Fix regexp.
3523
3524 2006-01-10 Simon Josefsson <jas@extundo.com>
3525
3526 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3527 describing AUTH PLAIN fix.
3528
3529 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3530
3531 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3532 (report-emacs-bug): Don't record initial prompt text.
3533 Instead, add text properties to prompting text.
3534 (report-emacs-bug-hook): Delete prompting text.
3535
3536 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3539 `dirs'. Adjust callers.
3540
3541 2006-01-09 John Paul Wallington <jpw@gnu.org>
3542
3543 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3544
3545 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 * reveal.el (reveal-open-new-overlays): New extracted fun.
3548 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3549 using them. Simplify the code.
3550 (reveal-post-command): Use them. Fix up obsolete windows in
3551 reveal-open-spots.
3552
3553 * progmodes/flymake.el: Use `require' rather than autoload for
3554 XEmacs's overlays.
3555 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3556 Delete. Use file-relative-name instead.
3557 (flymake-get-syntax-check-program-args, flymake-perl-init):
3558 Simplify the resulting code.
3559
3560 * log-view.el (log-view-file-re, log-view-message-re): Add support
3561 for DaRCS output.
3562
3563 2006-01-09 Alex Schroeder <alex@gnu.org>
3564
3565 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3566 identifiers sometimes added in square brackets at the beginning of
3567 subject lines.
3568
3569 2006-01-07 Richard M. Stallman <rms@gnu.org>
3570
3571 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3572 (Custom-reset-current, Custom-reset-saved): Change question text.
3573 (Custom-reset-standard): Likewise.
3574 (custom-variable-reset-saved): Doc fix.
3575
3576 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3577
3578 * startup.el (init-file-user): Doc fix.
3579
3580 2006-01-07 Alex Schroeder <alex@gnu.org>
3581
3582 * mail/rmail.el (rmail-current-subject): New function.
3583 (rmail-current-subject-regexp): New function.
3584 (rmail-next-same-subject): Use it.
3585
3586 * mail/rmailsum.el (rmail-summary-by-topic):
3587 Use rmail-current-subject and rmail-current-subject-regexp.
3588 (rmail-summary-next-same-subject): Ditto.
3589
3590 * net/rcirc.el (rcirc-send-input): No longer check whether the
3591 process is open, since not all commands need an open process.
3592 (rcirc-send-string): Check whether the process is open before
3593 sending anything.
3594 (rcirc-ignore-list): New option.
3595 (rcirc-ignore-list-automatic): New variable.
3596 (rcirc-print): Take rcirc-ignore-list into account.
3597 (rcirc-cmd-ignore): New command.
3598 (rcirc-ignore-update-automatic): New function.
3599 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3600 list if ignored nicks.
3601 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3602
3603 2006-01-06 David Reitter <david.reitter@gmail.com>
3604
3605 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3606 reflect the address to which the report will be sent.
3607
3608 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3609
3610 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3611 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3612
3613 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3614
3615 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3616
3617 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3618 the doc string: "functoin" => "function".
3619 * ldefs-boot.el: Likewise.
3620
3621 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3622 message text: "Duplicat" => "Duplicate".
3623
3624 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3625
3626 * files.el (basic-save-buffer-2): If backing-up failed, reset
3627 buffer-backed-up to nil.
3628
3629 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3630
3631 * progmodes/gud.el (gdb-script-skip-to-head)
3632 (gdb-script-calculate-indentation): Indent for breakpoint command
3633 lists also.
3634
3635 2006-01-05 Bill Wohler <wohler@newt.com>
3636
3637 * Makefile.in (compile-always): Add mh-autoloads dependency.
3638 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3639 provides it.
3640 (updates): Remove mh-autoloads dependency, since it probably has
3641 already run recently (via recompile).
3642
3643 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3646 argument `force' to disable the flyspell-last-buffer optimization.
3647 (flyspell-mode-on): Use it.
3648
3649 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3650 flymake-simple-cleanup.
3651 (flymake-allowed-file-name-masks): Use this new default.
3652 All the functions are now called in the right buffer rather than
3653 passing the buffer as argument.
3654 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3655 (flymake-parse-err-lines): Remove redundant buffer arg.
3656 (flymake-get-program-dir): Comment out unused function.
3657 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3658 Remove redundant buffer argument.
3659 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3660 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3661
3662 2006-01-05 Richard M. Stallman <rms@gnu.org>
3663
3664 * info.el (Info-find-node): Don't record previous node if have none.
3665 (info): Go to directory only if history is empty.
3666
3667 * simple.el (mark): Doc fix.
3668
3669 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3670
3671 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3672 already of desired type.
3673 (mac-ae-list): Coerce parameter to "list" type.
3674 (mac-dispatch-apple-event): Replace cadr part of event with a
3675 dummy position so that event-start returns it.
3676
3677 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3678
3679 * textmodes/org.el (org-end-of-subtree): New function.
3680 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3681 Use `org-end-of-subtree'.
3682 (org-agenda, org-agenda-convert-date): Protect calls to
3683 `fit-window-to-buffer'.
3684 (org-tags-view): Force matching of sublevels when doing a
3685 todo-only search. Define the correct redo command, including the
3686 arguments.
3687 (org-agenda-redo): Display message.
3688 (org-check-for-org-mode): New function.
3689 (org-agenda-type): New variable.
3690 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3691 Set `org-agenda-type'.
3692 (org-agenda-check-type): New function.
3693 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3694 (org-agenda-week-view, org-agenda-day-view)
3695 (org-agenda-next-date-line, org-agenda-previous-date-line)
3696 (org-agenda-log-mode, org-agenda-toggle-diary)
3697 (org-agenda-toggle-time-grid, org-agenda-date-later)
3698 (org-agenda-date-prompt, org-agenda-diary-entry)
3699 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3700 (org-agenda-convert-date, org-agenda-menu):
3701 Use `org-agenda-check-type'.
3702 (org-make-overlay, org-delete-overlay)
3703 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3704 New compatibility functions.
3705 (org-calendar-select-mouse): New command.
3706
3707 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3708
3709 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3710 (Custom-reset-standard): Fix y-or-n-p messages.
3711 (custom-link): New face for links.
3712 (custom-buffer-create-internal, custom-manual): Use it.
3713 (custom-face-save): Push to theme-face before setting face spec.
3714
3715 * wid-edit.el (widget-default-mouse-face-get): New function.
3716 (widget-specify-button): Handle mouse-face like button-face.
3717
3718 * custom.el (load-theme): Clear old theme settings if reloading.
3719
3720 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3721
3722 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3723 "Erase Customization" button back to same position it occupies in
3724 the individual State menus.
3725
3726 2006-01-04 Kim F. Storm <storm@cua.dk>
3727
3728 * wid-edit.el (key-sequence): Rework widget to read key binding
3729 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3730 (widget-key-sequence-default-value): Default value for empty sequence.
3731 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3732 (widget-key-sequence-read-event): New command for C-q.
3733 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3734 (widget-key-sequence-value-to-external): New functions.
3735
3736 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3739 Use expand-file-name.
3740 (flymake-delete-temp-directory): Use expand-file-name,
3741 file-name-directory, and directory-file-name.
3742 (flymake-strrchr): Delete.
3743 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3744 to the init-f function.
3745 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3746 (flymake-init-find-buildfile-dir)
3747 (flymake-init-create-temp-source-and-master-buffer-copy)
3748 (flymake-simple-make-init-impl, flymake-simple-make-init)
3749 (flymake-master-make-init, flymake-master-make-header-init)
3750 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3751 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3752 (flymake-xml-init): Remove corresponding redundant buffer argument.
3753 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3754 the default anyway. Clean up regexps.
3755
3756 * progmodes/flymake.el (flymake-temp-source-file-name)
3757 (flymake-master-file-name, flymake-temp-master-file-name)
3758 (flymake-base-dir): New buffer-local vars.
3759 (flymake-buffer-data, flymake-get-buffer-value)
3760 (flymake-set-buffer-value): Replace those hash-tables by the new
3761 buffer-local vars. Update callers.
3762
3763 * progmodes/flymake.el (flymake-check-start-time)
3764 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3765 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3766 Move definition, so we can remove redundant earlier declaration.
3767 (flymake-replace-regexp-in-string, flymake-split-string)
3768 (flymake-get-temp-dir): Use defalias.
3769 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3770 (flymake-xemacs-window-edges): Remove unused function.
3771 (flymake-get-point-pixel-pos): Move.
3772 (flymake-pid-to-names, flymake-reg-names)
3773 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3774 Replace by a simple list flymake-processes and by process-buffer.
3775 Update callers. Other than simplify the code, it uses buffers rather
3776 than buffer-names so it doesn't get confused by uniquify.
3777 (flymake-buffer-data): The global value should just be nil.
3778
3779 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3780 Optimize the body of a defalias like any other code.
3781
3782 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3783 Make sure we've setup font-lock's vars. It may influence which
3784 function we then call.
3785 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3786 here since it's too late anyway.
3787
3788 2006-01-03 Romain Francoise <romain@orebokech.com>
3789
3790 * startup.el (fancy-splash-tail, normal-splash-screen):
3791 Update copyright year.
3792
3793 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3794
3795 * mouse.el (mouse-drag-track): Rename, from
3796 `mouse-drag-region-1'. Includes optional argument required to
3797 enable post-drag event processing (e.g. delete region keys).
3798 Can be used without this argument to track a mouse region and operate
3799 on it as soon as the drag completes.
3800 (mouse-drag-region): Use `mouse-drag-track'.
3801
3802 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3805 Move to `custom-buffer' group.
3806
3807 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3808 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3809 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3810 (custom-theme-face-menu): New variables.
3811 (custom-theme-add-variable, custom-theme-variable-action)
3812 (custom-variable-reset-theme, custom-theme-delete-variable)
3813 (custom-face-reset-theme, custom-theme-face-action)
3814 (custom-theme-delete-face, custom-theme-merge-theme)
3815 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3816
3817 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * custom.el: Move Custom Themes commentary to start of theme code.
3820 (custom-known-themes): Rename `standard' theme to `changed'.
3821 (custom-push-theme): Caller no longer specifies what theme to use
3822 when doing `reset'---the setting is simply removed from the theme.
3823 Delete MODE from `theme-value' and `theme-settings' properties.
3824 (custom-declare-theme): Ignore &rest args since we don't use them.
3825
3826 (custom-loaded-themes): Delete variable.
3827 (custom-theme-load-themes, custom-theme-loaded-p)
3828 (custom-theme-value): Delete functions.
3829
3830 (custom-declare-theme): Signal error on invalid theme names.
3831 (provide-theme): custom-loaded-themes was deleted.
3832 (load-theme): Load the file unconditionally.
3833 (enable-theme): Call `load-theme' if theme is undefined.
3834 (custom-enabled-themes): Only update value for successful loads.
3835 (disable-theme): Complete from enabled themes when interactive.
3836 (custom-variable-theme-value): Calculate theme value directly.
3837
3838 (custom-theme-reset-variables, custom-reset-variables): Mark as
3839 XEmacs compatibility functions. We don't actually use these.
3840
3841 * cus-edit.el (custom-variable-state-set):
3842 Use custom-variable-theme-value instead of custom-theme-value.
3843 (custom-face-state-set): Rename `standard' theme to `changed'.
3844 (custom-save-variables, custom-save-faces): Delete unneeded
3845 references to custom-reset-variables.
3846 (custom-save-resets): Delete function.
3847 (custom-save-variables, custom-save-faces): MODE argument deleted.
3848 (custom-save-variables, custom-save-faces): Ignore theme values.
3849
3850 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3851 compatibility function.
3852
3853 2006-01-01 Richard M. Stallman <rms@gnu.org>
3854
3855 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3856 (Custom-reset-current, Custom-reset-saved): Likewise.
3857 (Custom-reset-standard): Show message if aborted.
3858 (custom-mode): Doc fix, describing those commands.
3859
3860 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3861 put on event-kind property.
3862
3863 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * custom.el (provide-theme): Ban `user' theme name.
3866 (custom-enabling-themes): New variable.
3867 (enable-theme): Don't enable user if custom-enabling-themes is t.
3868 (custom-enabled-themes): Make it a defcustom.
3869 (custom-theme-recalc-face): No-op if face is undefined.
3870
3871 * cus-edit.el (custom-button-mouse): New variable.
3872 (custom-button-mouse): New face.
3873 (custom-raised-buttons, custom-mode): Use it.
3874
3875 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3876
3877 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3878
3879 * progmodes/gud.el (gud-display-line): Support hl-line in the
3880 source buffer.
3881
3882 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3883
3884 * mouse.el (mouse-drag-window-above): Verify that the found window
3885 overlaps with the given window in the horizontal dimension.
3886
3887 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3888
3889 * Makefile.in (cvs-update): New target.
3890
3891 * makefile.w32-in (cvs-update): Ditto.
3892
3893 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3896 (custom-new-theme-mode-map): New variable.
3897
3898 2005-12-30 Richard M. Stallman <rms@gnu.org>
3899
3900 * custom.el (custom-load-themes): Function deleted.
3901
3902 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3903 (custom-save-variables): Don't delete or add custom-load-themes call.
3904
3905 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * cus-start.el: Add `visible-cursor'.
3908
3909 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3910 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3911 (flymake-process-filter): Switch to buffer before calling it instead.
3912 (flymake-post-syntax-check, flymake-highlight-err-lines)
3913 (flymake-delete-own-overlays, flymake-parse-err-lines)
3914 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3915 (flymake-count-lines, flymake-parse-residual):
3916 Remove constant buffer argument.
3917 (flymake-start-syntax-check-for-current-buffer): Remove.
3918 Update callers to use flymake-start-syntax-check instead.
3919 (flymake-display-err-menu-for-current-line):
3920 Remove unused var `mouse-pos'.
3921 (flymake-restore-formatting): Comment out unused function.
3922 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3923 argument, use current-buffer instead. Update callers.
3924
3925 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3926
3927 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3928 buffer-local because choose-completion-delete-max-match requires
3929 that we set completion-ignore-case (i.e., binding via let is not
3930 sufficient).
3931 (bibtex-complete): Always set completion-ignore-case and
3932 choose-completion-string-functions. The latter is needed because
3933 choose-completion-string-functions keeps its value if we quit the
3934 *Completions* buffer without requesting a completion.
3935
3936 2005-12-30 Andreas Schwab <schwab@suse.de>
3937
3938 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3939
3940 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3941
3942 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3943
3944 2005-12-30 Juri Linkov <juri@jurta.org>
3945
3946 * locate.el (locate-fcodes-file, locate-header-face)
3947 * progmodes/delphi.el (delphi-other-face)
3948 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3949
3950 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3951 group `paren-showing-faces'.
3952
3953 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3954 (goto-address): Fix docstring.
3955
3956 * net/webjump.el (webjump-sample-sites): Update URLs.
3957
3958 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3959
3960 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3961
3962 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * font-lock.el (font-lock-compile-keywords): Signal an error when
3965 font-lock-set-defaults hasn't been called.
3966
3967 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3968
3969 * subr.el (noreturn, 1value): Doc fixes.
3970
3971 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3972
3973 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3974 that assoc-string returns nil.
3975
3976 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3977
3978 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3979 (bibtex-entry-type-str, bibtex-empty-field-re)
3980 (bibtex-search-backward-string, bibtex-preamble-prefix)
3981 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3982 (bibtex-any-valid-entry-type): New variable.
3983 (bibtex-parse-field-name): Simplify.
3984 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3985 (bibtex-preamble-prefix): Include left delimiter.
3986 (bibtex-search-forward-field, bibtex-search-backward-field):
3987 Allow unbounded search past entry boundaries (required by bibtex-pop).
3988 (bibtex-text-in-field-bounds): Use push.
3989 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3990 (bibtex-parse-preamble, bibtex-valid-entry)
3991 (bibtex-beginning-first-field): New functions.
3992 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3993 (bibtex-map-entries): Fix docstring.
3994 (bibtex-flash-head): New arg prompt. Simplify.
3995 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3996 (bibtex-insert-kill): Simplify. Always insert text past the
3997 current field or entry.
3998 (bibtex-format-entry): Use bibtex-parse-field.
3999 (bibtex-pop): Use bibtex-beginning-of-entry and
4000 bibtex-end-of-entry to initiate the search. Insert empty field if
4001 we found ourselves.
4002 (bibtex-print-help-message): New args field and comma.
4003 Handle entry keys.
4004 (bibtex-make-field): Use bibtex-beginning-of-entry.
4005 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4006 invalid entry.
4007 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4008 Handle preambles. Simplify code for thorough test.
4009 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4010 New arg comma. Handle entry heads.
4011 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4012 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4013 New arg comma.
4014 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4015 (bibtex-fill-field): Simplify.
4016 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4017 bibtex-parse-field.
4018 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4019 (bibtex-complete): Use bibtex-parse-preamble.
4020
4021 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4022
4023 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4024 Display name of expression instead of convenience variable.
4025 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4026
4027 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4028 toggle-gud-tooltip-dereference.
4029 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4030 (gud-tooltip-tips): ...here when dereferencing.
4031
4032 2005-12-28 Bill Wohler <wohler@newt.com>
4033
4034 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4035
4036 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4039 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4040 (vc-annotate-display-autoscale): Adjust call.
4041 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4042 Fix interactive spec.
4043 (vc-annotate-time-span): Remove.
4044 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4045 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4046 (vc-annotate-display-select): Use new name.
4047
4048 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4049 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4050 Correct the construction of span entries. Simplify.
4051 (vc-annotate-display-select): Fix the nil case.
4052 (vc-annotate): Remove obsolete (and now broken) code.
4053 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4054 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4055
4056 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4057
4058 * subr.el (lazy-completion-table): Correct typo in docstring.
4059
4060 * startup.el (command-line): Use `custom-reevaluate-setting' for
4061 `send-mail-function'.
4062
4063 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4064
4065 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4066
4067 * mail/smtpmail.el (smtpmail-try-auth-methods):
4068 Send credentials together with "AUTH PLAIN" command.
4069
4070 2005-12-27 Richard M. Stallman <rms@gnu.org>
4071
4072 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4073 mouse-2, go back to previously selected window, so it's selected
4074 when mouse-2 command runs.
4075
4076 2005-12-27 Juri Linkov <juri@jurta.org>
4077
4078 * descr-text.el (describe-text-sexp): Use square brackets for
4079 button [Show] to distinguish it from the property value `show'.
4080 (describe-property-list): Use `insert-text-button' with
4081 `help-face' type instead of putting face in quotes, because button
4082 is not created automatically for a list of faces.
4083 (describe-text-properties-1): Put button-type value in quotes to
4084 distinguish from plain text "button".
4085 (describe-char): Display code point values in hex. Don't use
4086 `symbol-name' for `current-input-method' because it is a string.
4087 Use `insert-text-button' with `help-face' type instead of putting
4088 hardcoded face in quotes, because button is not created automatically.
4089
4090 2005-12-27 Richard M. Stallman <rms@gnu.org>
4091
4092 * progmodes/glasses.el (glasses-face): More specific custom type.
4093
4094 * files.el (set-visited-file-name): Doc fix.
4095
4096 * textmodes/flyspell.el (flyspell-external-point-words):
4097 Use local var buffer-scan-pos to advance scan for next misspelling.
4098 Advance it only after we find the misspelling.
4099
4100 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4101
4102 * textmodes/flyspell.el (flyspell-external-point-words):
4103 New criteria for finding the misspelling in the buffer.
4104
4105 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4106
4107 * help-mode.el (help-insert-string): Set help-xref-stack-item
4108 rather than call help-setup-xref.
4109
4110 * descr-text.el (describe-char): Revert previous changes for
4111 optional buffer argument.
4112
4113 2005-12-27 Juri Linkov <juri@jurta.org>
4114
4115 * help-mode.el (help-insert-string): New function. Save buffer
4116 contents in cases where it is impossible to recompute the old contents.
4117
4118 * descr-text.el (describe-char): Set help-xref-stack-item
4119 explicitly after buffer has been generated.
4120
4121 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4122
4123 * cus-start.el (all): Add x-gtk-show-hidden-files.
4124
4125 2005-12-26 Richard M. Stallman <rms@gnu.org>
4126
4127 * replace.el (perform-replace): Calculate match-again
4128 before skipping read-only matches.
4129
4130 * paren.el (paren-showing-faces): New group.
4131 (show-paren-match, show-paren-mismatch): Move to that group.
4132
4133 * button.el (button): Put into group `basic-faces'.
4134
4135 * progmodes/make-mode.el: Remove faces from group `faces'.
4136
4137 * apropos.el (apropos, apropos-value): Doc fix.
4138 (apropos-documentation): Doc fix.
4139
4140 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * subr.el (lazy-completion-table): Remove argument `args'.
4143
4144 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4145 Don't use the `args' argument of lazy-completion-table.
4146
4147 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4148
4149 * descr-text.el (describe-char): Add optional argument for buffer.
4150 Set buffer appropriately. Call help-setup-xref.
4151 Suggested by Stefan Monnier.
4152
4153 2005-12-26 Juri Linkov <juri@jurta.org>
4154
4155 * descr-text.el: Require `help-fns' at runtime. Don't require
4156 `button' for byte compilation.
4157 (describe-text-widget): Add `help-echo' for first button.
4158 Use `help-info' for second.
4159 (describe-property-list): Use `help-argument-name' instead of `italic'.
4160 (describe-text-category): Add prompt to interactive spec.
4161 Call `help-setup-xref'.
4162 (describe-char): Use `help-character-set'. Add `help-echo' for
4163 code point. Use `help-input-method'. Remove superfluous insert.
4164
4165 2005-12-25 Richard M. Stallman <rms@gnu.org>
4166
4167 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4168 at point, in case of narrowing.
4169
4170 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4171
4172 * locate.el (locate-header-face): Allow nil in type.
4173
4174 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4175
4176 2005-12-25 Romain Francoise <romain@orebokech.com>
4177
4178 * battery.el (battery-linux-proc-acpi): Also try
4179 `/proc/acpi/thermal_zone/THM0/temperature'.
4180
4181 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4182
4183 * custom.el (custom-push-theme): Fix docstring.
4184
4185 * cus-edit.el (custom-variable-set, custom-variable-save)
4186 (custom-variable-save): Custom-quote widget values.
4187 (customize-save-variable): Fix custom-push-theme call.
4188
4189 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4190
4191 * w32-fns.el (w32-batch-update-autoloads): New function.
4192
4193 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4194 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4195 from the command line.
4196
4197 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4200 reset means to remove setting from theme entirely. Don't keep
4201 expanding theme-settings list; delete old entries if necessary.
4202
4203 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4204 customization" button one line up.
4205 (custom-themed): New face.
4206 (custom-magic-alist): New value, THEMED, for theme settings.
4207 (custom-variable-state-set, custom-face-state-set):
4208 Check theme-value instead of saved-value.
4209 (custom-variable-reset-standard, custom-face-reset-standard):
4210 Remove theme setting entirely. Recalculate new values.
4211 (custom-variable-set, custom-variable-set)
4212 (custom-variable-reset-saved, custom-variable-reset-backup)
4213 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4214 (custom-variable-save): Fix typos.
4215
4216 2005-12-23 Juri Linkov <juri@jurta.org>
4217
4218 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4219 Add autoload cookies.
4220 (edebug-outside-d-c-i-n-s-w): New variable.
4221 (edebug-display, edebug-outside-excursion): Use it to save the
4222 original value of default-cursor-in-non-selected-windows.
4223 Set default-cursor-in-non-selected-windows to t while Edebug
4224 is active.
4225 (edebug-mode, edebug-eval-mode): Doc fix.
4226
4227 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4228 with `buffer-substring-no-properties' to remove common substring
4229 highlighting.
4230
4231 * info.el (info-other-window, info): Rename function argument
4232 `file' to `file-or-node'.
4233 (Info-complete-menu-item): Use local variable `complete-nodes' to
4234 keep the global value of `Info-complete-nodes' unchanged for
4235 subsequent completions.
4236 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4237
4238 * simple.el (get-next-valid-buffer, last-buffer)
4239 (next-error-buffer-p, next-error-find-buffer)
4240 (minibuffer-history-sexp-flag): Doc fix.
4241
4242 * savehist.el (savehist-mode-hook): Add `:group'.
4243
4244 * log-view.el: Call autoload for vc-find-version.
4245 (log-view-current-file): Adjust subgroup numbers.
4246 (log-view-current-tag): Add `length'.
4247
4248 2005-12-23 Richard M. Stallman <rms@gnu.org>
4249
4250 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4251
4252 2005-12-23 Juri Linkov <juri@jurta.org>
4253
4254 * hi-lock.el (hi-lock-archaic-interface-message-used)
4255 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4256 (hi-lock-mode): Display "Hi" in the mode line only when
4257 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4258 (hi-lock-write-interactive-patterns):
4259 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4260 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4261 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4262 font-lock-add-keywords to t.
4263
4264 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4265
4266 * hi-lock.el (hi-lock-highlight-range): New variable.
4267 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4268 only if font-lock-fontified is non-nil. Remove overlays.
4269 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4270 font-lock-fontified is non-nil, otherwise use overlays (instead of
4271 text properties).
4272 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4273 New variables.
4274 (hi-lock-string-serialize) New function.
4275
4276 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4277
4278 * menu-bar.el (menu-find-file-existing): New function.
4279 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4280
4281 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4282
4283 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * vc.el: Remove unnecessary leading * in docstrings.
4286 (vc-annotate-mode-map): Move initialization into declaration.
4287 (vc-static-header-alist): Nitpick on the regexp.
4288 (vc-default-init-version): New fun.
4289 (vc-register): Use it.
4290 (vc-insert-headers): Use dolist.
4291 (vc-annotate-get-backend): Remove unused function.
4292 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4293 (vc-annotate-mode): Remove corresponding call.
4294 (vc-annotate-car-last-cons): Simplify.
4295 (vc-annotate-buffers): Remove var.
4296 (vc-annotate-backend): Make it buffer-local.
4297 (vc-annotate): Move the interaction to the interactive spec.
4298 Add a `buf' argument.
4299 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4300 killing&creating a vc-annotate buffer, which is very disruptive when
4301 the buffers are shown in dedicated frames.
4302
4303 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4304
4305 * descr-text.el: Add FSF as maintainer.
4306 (describe-text-mode, describe-text-mode-map)
4307 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4308 help-mode.
4309 (describe-text-widget, describe-text-sexp)
4310 (describe-property-list, describe-text-category)
4311 (describe-text-properties, describe-text-properties-1)
4312 (describe-char): Use help buttons instead of widgets.
4313 (describe-char-unicodedata-file): Make URL link in doc string.
4314
4315 2005-12-22 Richard M. Stallman <rms@gnu.org>
4316
4317 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4318 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4319 Don't include buttons that write a file when there's no file.
4320 (custom-variable-menu, custom-face-menu, custom-group-menu):
4321 Don't include commands that write a file when there's no file.
4322 (customize-browse): Reword the top-of-buffer help intro.
4323 (custom-buffer-create-internal): Fix previous change.
4324 (customize-changed-options-previous-release): Prev release is 21.1.
4325 (customize-changed-options): Doc fix.
4326 (customize-changed): New alias.
4327 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4328 Say "standard values".
4329 (Custom-reset-standard): Doc fix.
4330 (custom-face-reset-standard): Doc fix.
4331
4332 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4335 even if font-lock-mode is non-nil since it may be t without having
4336 turned on font-lock-mode-internal.
4337 (font-lock-choose-keywords): Minor optimization.
4338 (font-lock-add-keywords, font-lock-remove-keywords)
4339 (font-lock-set-defaults): Don't call make-local-variable on a variable
4340 that we know to already be local.
4341
4342 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4343
4344 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4345 messages if in the minibuffer.
4346
4347 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4350 (tex-mode-flyspell-verify, flyspell-get-word)
4351 (flyspell-external-point-words): Don't use point-min/max uselessly.
4352
4353 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4354 by Kevin Rodgers. Instead, just hide the completions buffer if we
4355 don't need to show it.
4356
4357 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4358
4359 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4360
4361 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4364 delete-windows-on with an inexistent buffer.
4365
4366 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4367
4368 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4369 Delete defcustom variable :tag names.
4370
4371 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4374 (log-view-font-lock-keywords): Ajust subgroup numbers.
4375 (log-view-current-tag): Don't hard code the number of subgroups.
4376
4377 2005-12-20 Juri Linkov <juri@jurta.org>
4378
4379 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4380 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4381
4382 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4383 (menu-bar-non-minibuffer-window-p): Instead of checking
4384 display-multi-frame-p, use selected-frame when menu-updating-frame
4385 is nil.
4386
4387 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4388
4389 * align.el (align-rules-list): Use [ \t] instead of \s-
4390 for column separators in text mode.
4391
4392 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4393
4394 * help-mode.el (help-customize-variable, help-customize-face):
4395 Don't pop help-xref-stack as help-follow no longer pushes
4396 anything on to it.
4397
4398 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4399
4400 * textmodes/org.el (org-agenda-custom-commands): New option.
4401 (org-agenda): Offer custom commands on splash screen.
4402 (org-make-tags-matcher): Parser for Boolean logic added.
4403 (org-agenda-set-tags): New command.
4404 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4405 (org-set-tags): Efficiency improvements.
4406 (org-auto-align-tags): New option.
4407 (org-todo, org-demote, org-promote): Realign tags.
4408 (org-tags-completion-function): Use also "&" and "|" as separators.
4409 (org-org-menu): Agenda commands simplified.
4410
4411 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4412
4413 * cus-edit.el (customize-apropos, customize-apropos-options):
4414 Docstring changes.
4415
4416 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4417
4418 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * longlines.el (longlines-mode): Wrap while widened.
4421 (longlines-decode-region, longlines-encode-region): Compute max
4422 just once.
4423
4424 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4425
4426 * cus-edit.el (mac): New group.
4427
4428 * cus-start.el (all): Add user options in macterm.c. Add test for
4429 Mac-related built-ins. Fix test for GTK-related built-ins.
4430
4431 * term/mac-win.el (mac-handle-language-change)
4432 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4433 (mac-services-open-selection, mac-services-mail-selection)
4434 (mac-services-mail-to, mac-services-insert-text)
4435 (mac-dispatch-apple-event): Add docstrings.
4436 (x-get-selection, mac-select-convert-to-string): Select coding
4437 system from `utf-16be' and `utf-16le' using `byteorder'.
4438
4439 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4442 a "list" (lambda ...) rather than a real completion list.
4443
4444 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4445 lexical-let when encountering ((lambda (...) ...) ...).
4446
4447 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * progmodes/sh-script.el (sh-mode):
4450 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4451 * textmodes/picture.el (picture-mode): Update docstrings.
4452
4453 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4454
4455 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4456 commands enclosed in $(ARGQUOTE)s should not be split between two
4457 lines, as that will break with GNU Make >3.80, when sh.exe is used
4458 and arg quoting is with '..'.
4459 (autoloads): Don't break the quoted --eval expression between
4460 several lines.
4461
4462 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4465 Capture error from printing circular structures.
4466
4467 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4468
4469 * wid-edit.el (widget-checkbox-action): Clear undo info.
4470
4471 2005-12-16 Bill Wohler <wohler@newt.com>
4472
4473 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4474 bar, not menubar in comment.
4475
4476 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4479 After-change-functions should not clobber the match data.
4480
4481 2005-12-16 Juri Linkov <juri@jurta.org>
4482
4483 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4484 instead of `buffer-substring'.
4485 (completion-common-substring): Doc fix.
4486 (completion-setup-function): Use minibuffer-completion-contents
4487 instead of minibuffer-contents. Don't set common-string-length
4488 initially. Remove special handling of partial-completion-mode.
4489 Move computation of completion-base-size into one cond.
4490 Call completion-base-size-function in mainbuf. In computation of
4491 completion-base-size for file name completion don't move point to
4492 the end of the minibuffer. Move computation of common-string-length
4493 into one cond. Start putting faces only when common-string-length>=0.
4494 Add condition to put completions-common-part when
4495 common-string-length>0.
4496
4497 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4498 place point at the first different character in the minibuffer
4499 even if this position is at the beginning of the minibuffer.
4500
4501 * info.el (Info-read-node-name-1): In completion-base-size-function's
4502 lambda return 1 if common-substring or minibuffer-completion-contents
4503 starts with (, and 0 otherwise.
4504
4505 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4506 Use `crm-current-element' for second arg of `display-completion-list'.
4507
4508 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4509
4510 * files.el (set-auto-mode): Look for an interpreter specified on
4511 the first line also if search for mode specification succeeded,
4512 but the mode is not known.
4513
4514 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4515
4516 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4517 (org-open-at-point): Implement tag searches as links.
4518 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4519 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4520 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4521 (org-agenda-dispatch): New commands.
4522 (org-use-tag-inheritance, org-tags-column): New options.
4523 (org-tab-follows-link, org-return-follows-link): New options.
4524 (org-tags): New customize group.
4525 (org-start-icalendar-file): Get local time zone.
4526 (org-tags-completion-function): New function.
4527 (org-set-font-lock-defaults): Make sure links will also be
4528 highlighted inside headlines.
4529
4530 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4531
4532 * term.el (term-emulate-terminal):
4533 Let term-handle-ansi-terminal-messages override what Bash says about
4534 its current directory.
4535
4536 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4537
4538 * bindings.el (last-buffer): Move to simple.el.
4539 * simple.el (last-buffer): Move here.
4540 (get-next-valid-buffer): New function.
4541 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4542 (prev-buffer): Ditto. Rename to `previous-buffer'.
4543
4544 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4545 * bindings.el (global-map): Ditto.
4546
4547 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4548
4549 * cus-edit.el: Introductory comment change.
4550 (custom-magic-alist): Change message string for the `rogue' state.
4551
4552 2005-12-15 Richard M. Stallman <rms@gnu.org>
4553
4554 * tooltip.el: Delete defcustom variable :tag names.
4555
4556 * complete.el (partial-completion-mode): Doc fix.
4557
4558 * textmodes/flyspell.el (flyspell-external-point-words):
4559 Use save-excursion to ensure we don't move backward in the
4560 search loop, not even one character.
4561 (flyspell-delete-all-overlays): Use remove-overlays directly.
4562
4563 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4564 (ispell-start-process): Set that variable.
4565 Clear ispell-buffer-local-name.
4566 (ispell-internal-change-dictionary):
4567 Set ispell-current-dictionary after killing process.
4568 (ispell-buffer-local-dict):
4569 Don't set spell-personal-dictionary after killing process.
4570 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4571 (ispell-tex-skip-alists, ispell-html-skip-alists)
4572 (ispell-skip-region-alist): Mark as risky.
4573
4574 * net/newsticker.el (newsticker--retrieval-timer-list)
4575 (newsticker--display-timer, newsticker-running-p)
4576 (newsticker-ticker-running-p): Definitions moved up.
4577
4578 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4579
4580 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4581
4582 2005-12-15 David Ponce <david@dponce.com>
4583
4584 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4585 (recentf-edit-list, recentf-open-files): Signal an error when
4586 there is no recent file.
4587
4588 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4589
4590 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4591 read-only except for texinfo-format-region evaluation.
4592
4593 2005-12-14 Richard M. Stallman <rms@gnu.org>
4594
4595 * vc.el (vc-default-previous-version, vc-default-next-version)
4596 (vc-do-command): Doc fixes.
4597
4598 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4599
4600 * textmodes/bibtex.el (bibtex-expand-strings)
4601 (bibtex-autokey-expand-string, bibtex-name-part)
4602 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4603 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4604 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4605 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4606 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4607 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4608 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4609 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4610 (bibtex-beginning-of-last-entry): Remove.
4611 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4612 message if comma is missing but buffer is read-only.
4613 (bibtex-parse-field-text): Handle whitespaces at the end of field
4614 text. Return 3-element list with beginning and end of field text
4615 and end of field.
4616 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4617 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4618 (bibtex-search-forward-field, bibtex-search-backward-field):
4619 Search always delimited by limits of entry. Use more efficient
4620 search algorithms.
4621 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4622 bibtex-end-of-name-in-field.
4623 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4624 extracting the content of a field.
4625 (bibtex-text-in-field): Use search limits.
4626 (bibtex-parse-string-prefix): Handle empty string keys based on
4627 bibtex-string-empty-key.
4628 (bibtex-parse-string): Fix docstring.
4629 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4630 (bibtex-preamble-prefix, bibtex-strings): New functions.
4631 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4632 BibTeX entries (consistent with other BibTeX functions).
4633 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4634 (bibtex-search-entry): Fix docstring. Simplify.
4635 (bibtex-flash-head, bibtex-complete-string-cleanup)
4636 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4637 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4638 (bibtex-parse-entry): New optional arg content.
4639 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4640 Use bibtex-text-in-field-bounds.
4641 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4642 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4643 bibtex-parse-string-postfix.
4644 (bibtex-find-text-internal): New function.
4645 (bibtex-remove-delimiters): Use it.
4646 (bibtex-find-text): Use it. New optional arg help.
4647 (bibtex-complete): Handle BibTeX string and preamble entries.
4648 (bibtex-Preamble): Fix order of closing delimiters.
4649
4650 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * vc.el (vc-default-revert): New fun.
4653
4654 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4655
4656 2005-12-14 Romain Francoise <romain@orebokech.com>
4657
4658 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4659 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4660 (font-lock-remove-keywords): Likewise.
4661
4662 2005-12-14 Juri Linkov <juri@jurta.org>
4663
4664 * log-view.el (log-view-diff): Doc fix.
4665
4666 * isearch.el (isearch-query-replace): Use (mark) instead of
4667 isearch-opoint if mark is active in transient-mark-mode.
4668
4669 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4670
4671 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4672
4673 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4674
4675 * progmodes/cpp.el (cpp-face): New widget.
4676 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4677
4678 2005-12-14 Juri Linkov <juri@jurta.org>
4679
4680 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4681 around `erase-buffer' and `insert'.
4682
4683 * descr-text.el (describe-text-properties): Replace buffer name
4684 "*Help-2*" with "*Help*<2>".
4685 (describe-char): Add functions print-help-return-message,
4686 toggle-read-only. Use help-setup-xref with nil to not store
4687 describe-char in help-xref-stack. Use help-make-xrefs to
4688 make [back] button.
4689
4690 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4691
4692 * wdired.el (wdired-old-point): New internal variable.
4693 (wdired-change-to-wdired-mode): Set it buffer-locally.
4694 (wdired-abort-changes): Restore point after aborting changes.
4695
4696 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * vc.el (vc-do-command): Add a new value t for okstatus.
4699
4700 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4701 frame in case of errors.
4702
4703 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4704
4705 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4706 so it comes after "On the Left" in the menu.
4707
4708 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4709
4710 * cus-edit.el (customize-apropos, customize-apropos-options)
4711 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4712
4713 2005-12-12 Bill Wohler <wohler@newt.com>
4714
4715 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4716 non-writable Subversion-controlled files by saving window
4717 configuration before calling vc-do-command. vc-do-command calls
4718 pop-to-buffer on error which is unexpected during registration.
4719
4720 2005-12-12 Jay Belanger <belanger@truman.edu>
4721
4722 * calc/README: Update the summary of changes.
4723
4724 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * descr-text.el (describe-char): Rework last fix to solve the problem
4727 is the same way it's solved for everything else in that function
4728 (i.e. by extracting the info before setting up the *Help* buffer).
4729
4730 2005-12-12 Kim F. Storm <storm@cua.dk>
4731
4732 * subr.el (version-regexp-alist): Allow space as separator before
4733 non-numeric part, e.g. "1.0 alpha".
4734 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4735
4736 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4737
4738 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4739 Implement Logging and the keep-modes setting.
4740 (org-get-category): Make sure a string is returned.
4741 (org-log-done): New function.
4742 (org-log-done, org-closed-string): New options.
4743
4744 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4745
4746 * tooltip.el (tooltip-y-offset): Change default to 20.
4747
4748 2005-12-12 Richard M. Stallman <rms@gnu.org>
4749
4750 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4751
4752 * frame.el (display-hourglass): Doc fix.
4753
4754 * help.el (help-for-help-internal): Simplify entry for `a'.
4755
4756 * info.el (Info-on-current-buffer): Doc fix.
4757 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4758
4759 * startup.el (inhibit-splash-screen): Make this the real name.
4760 (inhibit-startup-message): Make this the alias.
4761 (command-line): Find only simple.el, and use its directory
4762 to fill in other preloaded files' names.
4763 (command-line): Deactivate the mark if deactivate-mark is set.
4764
4765 * international/mule.el (load-with-code-conversion):
4766 Bind deactivate-mark.
4767
4768 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4769
4770 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * cus-edit.el (customize-apropos): Avoid listing an option more
4773 than once under different aliases. No longer list user options
4774 that are not defined with defcustom (unless a prefix arg is given).
4775 Doc fix.
4776 (customize-apropos-options): Doc fix.
4777
4778 2005-12-11 Juri Linkov <juri@jurta.org>
4779
4780 * frame.el (set-background-color, set-foreground-color)
4781 (set-cursor-color, set-mouse-color, set-border-color):
4782 Add explicit prompts to read colors by `facemenu-read-color'.
4783 (show-trailing-whitespace, blink-cursor-delay)
4784 (blink-cursor-interval, display-hourglass, hourglass-delay):
4785 Remove tags.
4786 (display-hourglass, hourglass-delay): Doc fix.
4787 (cursor-in-non-selected-windows): Capitalize words in tag.
4788
4789 * faces.el (frame-background-mode): Replace `choice-item' keywords
4790 with `const' to not make [default] button. Change default value tag
4791 from `default' to `automatic'. Doc fix.
4792 (trailing-whitespace) <defface>: Change group `whitespace' to
4793 `whitespace-faces'.
4794
4795 2005-12-11 Richard M. Stallman <rms@gnu.org>
4796
4797 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4798
4799 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4800
4801 * term/mac-win.el: Create keymap for mac-apple-event-map.
4802
4803 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4804
4805 * tooltip.el (tooltip-mode): Move to start of file so that it
4806 appears at top of customize buffer.
4807
4808 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4809 Add the gud groupname.
4810 (gud-tooltip-mode): Add the tooltip groupname.
4811 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4812 avoid conflict with tooltip-use-echo-area.
4813
4814 2005-12-10 Romain Francoise <romain@orebokech.com>
4815
4816 * help.el (help-for-help-internal): Add `r' in doc string.
4817
4818 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4819
4820 * align.el (align-regexp, align-highlight-rule):
4821 Use region-beginning and region-end instead of point and mark, so that
4822 repetition (with `repeat-complex-command') recomputes the region
4823 bounds.
4824
4825 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4826
4827 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4828 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4829 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4830 (balance-windows): Rewrite using the above new functions.
4831
4832 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4833
4834 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4835 react if global-hi-lock-mode seems intended.
4836 (global-hi-lock-mode) Renamed from hi-lock-mode.
4837 (hi-lock-archaic-interface-message-used)
4838 (hi-lock-archaic-interface-deduce): New variables.
4839 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4840 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4841 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4842 Replace hi-lock-buffer-mode with hi-lock-mode.
4843
4844 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4845
4846 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4847 completion list, even after a partial completion has been
4848 inserted in the current buffer. If there are more than 1
4849 completion, redisplay the *Completions* buffer; if the
4850 completion is unique, delete the *Completions* window.
4851
4852 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4853
4854 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4855 strings and long subject lines that were broken into multiple
4856 lines at arbitrary places. Handle subjects that have "Re: " in
4857 the middle.
4858
4859 2005-12-10 John W. Eaton <jwe@octave.org>
4860
4861 * emacs/octave-mod.el (octave-electric-space): Don't indent
4862 comments or strings if octave-auto-indent is nil.
4863
4864 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4865
4866 * term/mac-win.el: Require url when compiling.
4867 Call mac-process-deferred-apple-events after loading init files.
4868 (mac-apple-event-map): New defvar. Define event handlers in it.
4869 (core-event, internet-event): New Apple event class symbols.
4870 (open-application, reopen-application, open-documents)
4871 (print-documents, open-contents, quit-application)
4872 (application-died, show-preferences, autosave-now, get-url):
4873 New Apple event ID symbols.
4874 (about): New HICommand ID symbol.
4875 (mac-event-spec, mac-event-ae): New macros.
4876 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4877 (mac-ae-selection-range, mac-ae-text-for-search)
4878 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4879 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4880 and Services menu events are now defined in mac-apple-event-map.
4881 (mac-drag-n-drop): Remove selection range handling.
4882
4883 2005-12-10 Kenichi Handa <handa@m17n.org>
4884
4885 * simple.el (zap-to-char):
4886 * isearch.el (isearch-process-search-char): Translate CHAR by
4887 translation-table-for-input.
4888
4889 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * foldout.el (foldout-exit-fold): Properly hide subtree.
4892
4893 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4894
4895 * files.el (save-buffer):
4896 * international/ucs-tables.el (ucs-set-table-for-input):
4897 * mail/mail-extr.el (mail-extract-address-components):
4898 * mail/sendmail.el (mail-mode): Reformat doc string.
4899
4900 2005-12-09 Juri Linkov <juri@jurta.org>
4901
4902 * isearch.el (isearch-highlight): Change main overlay priority
4903 from 1 to 1001. Simplify.
4904 (isearch-lazy-highlight-update): Change lazy overlay priority
4905 from 0 to 1000.
4906
4907 * replace.el (replace-highlight): Change overlay priority from
4908 1 to 1001.
4909
4910 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4911 Change overlay priority from 1 to 1001. Reuse existing overlay.
4912
4913 * compare-w.el (compare-windows-highlight): Change overlay
4914 priority from 1 to 1000.
4915
4916 * menu-bar.el (menu-bar-edit-menu): Add listp around
4917 pending-undo-list to disable menu item "undo" when pending
4918 undo list is empty.
4919
4920 * locate.el (locate): Disable undo in *Locate* buffer.
4921
4922 2005-12-09 Kim F. Storm <storm@cua.dk>
4923
4924 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4925
4926 2005-12-09 David Ponce <david@dponce.com>
4927
4928 * recentf.el: Improvement of the menu code.
4929 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4930 instead of menu hook.
4931 (recentf-show-menu, recentf-hide-menu): New functions.
4932 (recentf-menu-customization-changed, recentf-mode): Use them.
4933 (recentf-menu-action, recentf-max-menu-items)
4934 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4935 (recentf-arrange-by-rule-others)
4936 (recentf-arrange-by-rules-min-items)
4937 (recentf-arrange-by-rule-subfilter) : Don't use
4938 `recentf-menu-customization-changed'.
4939 (recentf-arrange-rules): Likewise. Accept functions to compute
4940 sub-menu titles.
4941 (recentf-menu-filter): Likewise. Doc fix.
4942 (recentf-menu-value-shortcut): Doc fix.
4943 (recentf-dump-variable): Quote atom value.
4944 (recentf-make-menu-items): Update to use it as a menu filter.
4945 (recentf-match-rule): New function.
4946 (recentf-arrange-by-rule): Use it.
4947 (recentf-indirect-mode-rule): New function.
4948 (recentf-build-mode-rules): Use it.
4949 (recentf-dir-rule): New function.
4950 (recentf-arrange-by-dir): Use it.
4951 (recentf-filter-changer-current): Rename from
4952 `recentf-filter-changer-state'. All references updated.
4953 (recentf-filter-changer-alist): Update filter names.
4954 (recentf-filter-changer-select): New function.
4955 (recentf-filter-changer): Use it. Make a sub-menu from filters
4956 available in `recentf-filter-changer-alist'.
4957 (recentf-data-cache, recentf-clear-data)
4958 (recentf-update-menu): Remove. All references updated.
4959 (recentf-match-rule-p, recentf-build-dir-rules)
4960 (recentf-filter-changer-goto-next)
4961 (recentf-filter-changer-get-current)
4962 (recentf-filter-changer-get-next): Remove.
4963
4964 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4965
4966 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4967 buffer "Reset" button to "Reset to Current" for consistency with
4968 the State buttons.
4969
4970 2005-12-08 John Paul Wallington <jpw@pobox.com>
4971
4972 * ibuf-ext.el (define-ibuffer-filter filename):
4973 If `dired-directory' is a list then really use its car.
4974
4975 2005-12-08 Kim F. Storm <storm@cua.dk>
4976
4977 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4978 Fix indention of text on right side of replaced rectangle.
4979
4980 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4981
4982 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4983 No need to check gud-comint-buffer is bound.
4984 (gdb): Prevent multiple debugging when first session uses gdba.
4985
4986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4987
4988 CC Mode update to 5.31.
4989
4990 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4991 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4992 We might do this function properly in the future).
4993
4994 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4995 New macros c-sentence-end and c-default-value-sentence end, to cope
4996 with Emacs 22's new function `sentence-end'.
4997
4998 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4999
5000 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5001 compat issue using `c-put-overlay' and `c-delete-overlay'.
5002
5003 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5004 New compat macros to handle overlays/extents.
5005
5006 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5007
5008 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5009 (for GNU Emacs 20.4)
5010
5011 * progmodes/cc-defs.el:
5012 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5013
5014 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5015 highlighting mechanism so it will work in XEmacs too.
5016
5017 * progmodes/cc-defs.el: Insert c-int-to-char.
5018
5019 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5020 call to the new macro c-int-to-char. This solves XEmacs's
5021 regarding characters as different from integers.
5022
5023 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5024
5025 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5026 New internal helper.
5027
5028 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5029 construct to make the indirect face lookup work in XEmacs.
5030
5031 (c-cpp-matchers): Append the negation char face to the existing
5032 fontification, so that the cpp face doesn't disappear.
5033 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5034 and strings.
5035
5036 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5037 to map to `font-lock-negation-char-face' in emacsen where it exists.
5038
5039 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5040
5041 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5042
5043 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5044 Rename "c-subword-move-mode" as "c-subword-mode".
5045
5046 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5047 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5048
5049 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5050
5051 * progmodes/cc-mode.el: Added autoload directive for
5052 `c-subword-move-mode' for use in older emacsen.
5053
5054 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5055
5056 * progmodes/cc-mode.el:
5057 (i) Insert a binding for C-c C-backspace into
5058 c-bind-special-erase-keys which works in TTYs.
5059 (ii) Make sure that when file styles are used, any explicitly
5060 given style variables take priority over those in the style.
5061 Do this by calling `hack-local-variables' a second time.
5062
5063 * progmodes/cc-vars.el: Add language specific customization
5064 widgets for AWK to c-doc-comment-style, c-require-final-newline
5065 and c-default-style. Add a defcustom for awk-mode-hook.
5066 Give c-syntactic-element and c-syntactic-context doc-strings by
5067 directly setting their `variable-documentation' propery.
5068 This allows Emacs 22.1 to read these with C-h v.
5069
5070 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5071
5072 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5073
5074 * progmodes/cc-fonts.el, cc-vars.el
5075 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5076 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5077 Masatake YAMATO.
5078
5079 (c-doc-comment-style): Made GtkDoc default in C mode.
5080
5081 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5082 and C-c C-<delete>.
5083
5084 (c-bind-special-erase-keys): New function for use on
5085 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5086
5087 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5088 <delete> key behavior in XEmacs according to `delete-forward-p'.
5089 C.f. `c-electric-delete'.
5090
5091 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5092
5093 * progmodes/cc-mode.el: Give c-hungry-backspace and
5094 c-hungry-delete-forward permanent key bindings.
5095
5096 * progmodes/cc-cmds.el (c-electric-semi&comma):
5097 Bind c-syntactic-context for calls to "criteria functions", for
5098 consistency with other calls to user functions.
5099
5100 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5101 `current-prefix-arg', since this might be the prefix arg to a
5102 command which calls c-indent-command as a function. Change the
5103 interactive spec from "p" to "P".
5104
5105 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5106 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5107 was difficult to understand.
5108
5109 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5110
5111 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5112 first char of an identifier.
5113
5114 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5115 +" syntax in C++.
5116
5117 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5118
5119 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5120 auto-fill doesn't split a c-comment's last word from a hanging
5121 "*/" when a space is typed between them after fill-column.
5122
5123 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5124
5125 * progmodes/cc-styles.el (c-set-style)
5126 (c-setup-paragraph-variables): Abort the command if we're not in a
5127 CC Mode buffer.
5128
5129 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5130 with blank comment-prefix, and a blank line as the comment's
5131 second line.
5132
5133 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5134
5135 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5136 Incorporate the patterns added in the Emacs development branch
5137 for the new Emacs 22 face `font-lock-negation-char-face'.
5138
5139 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5140 of "red" since it stands out better in xterms and DOS terminals.
5141
5142 * progmodes/cc-engine.el (c-literal-faces):
5143 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5144
5145 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5146
5147 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5148 forcibly enable c-electric-flag.
5149
5150 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5151 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5152 after the comment-prefix of a C-style comment will close that comment.
5153
5154 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5155
5156 * progmodes/cc-fonts.el (c-basic-matchers-before)
5157 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5158 in Pike.
5159
5160 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5161 digraphs.
5162
5163 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5164 (c-cpp-message-directives, c-cpp-include-directives)
5165 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5166 (c-cpp-expr-directives): Introduce new language constants to
5167 control cpp syntax in a cleaner way.
5168
5169 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5170
5171 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5172
5173 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5174 (c-multiline-string-start-char): New language constants and
5175 variables to specify how newlines in string literals work.
5176
5177 (c-font-lock-invalid-string): Use them.
5178
5179 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5180 unbalanced close brace is entered. Optimization by avoiding going
5181 back over arbitrarily large blocks. Removed hints that this
5182 function only would be relevant/useful in AWK.
5183
5184 (c-electric-brace): Indent syntactically after the cleanups since
5185 lineup functions might do it differently then.
5186
5187 * progmodes/cc-engine.el, cc-langs.el
5188 (c-opt-op-identifier-prefix): New language constant and variable.
5189
5190 (c-just-after-func-arglist-p, c-after-special-operator-id)
5191 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5192
5193 * progmodes/cc-align.el, cc-engine.el
5194 (c-after-special-operator-id): New helper to handle C++ operator
5195 identifiers.
5196
5197 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5198 (c-guess-basic-syntax): Handle C++ operator identifiers in
5199 declarations.
5200
5201 * progmodes/cc-langs.el (c-assignment-operators): Add the
5202 trigraph version of ^= too.
5203
5204 * progmodes/cc-langs.el (c-assignment-operators): Add the
5205 trigraph version of |= in C++.
5206
5207 * progmodes/cc-fonts.el (c-font-lock-declarators):
5208 Handle `c-decl-hangon-kwds' after the identifier name.
5209
5210 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5211 whether an arglist is "nonempty", ignore a comment after the open
5212 paren if it isn't followed by a non-comment token on the same line.
5213
5214 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5215 Enable heuristics below the point to cope with classes inside special
5216 brace lists in Pike.
5217
5218 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5219
5220 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5221
5222 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5223
5224 * progmodes/cc-guess.el (cc-guess-install): New function to
5225 install an already guessed style in another buffer.
5226
5227 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5228 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5229 anyway if the change always is undone.
5230
5231 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5232
5233 Implement togglable electricity:
5234
5235 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5236 saying when it should be used.
5237
5238 * progmodes/cc-engine.el: Add the new buffer-local variable,
5239 c-electric-flag.
5240
5241 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5242 c-toggle-auto-newline.
5243
5244 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5245 c-toggle-auto-newline. Remove the binding for
5246 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5247 c-toggle-electric-state.
5248
5249 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5250
5251 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5252 c-\(forward\|backward\)-subword.
5253 (c-update-modeline): Add the new modeline flag `l' for
5254 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5255 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5256 Make the old name an alias of the new name.
5257 (c-toggle-electric-state): New function.
5258 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5259 Adapt these functions to do electric things only when
5260 c-electric-flag is non-nil.
5261 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5262 new functions from c-electric-brace.
5263 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5264 mode, so that the tentative extra newline doesn't change the
5265 syntax of the following brace.
5266 (c-electric-brace): Restructure by extracting the above functions.
5267 Tidy up the coding somewhat.
5268 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5269 restructure a bit.
5270
5271 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5272
5273 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5274 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5275
5276 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5277 (c-submode-indicators): Change name from `c-auto-hungry-string'
5278 since it's now used to track another submode.
5279
5280 (c-update-modeline): Convert to function and extended to check
5281 `c-subword-move-mode'.
5282
5283 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5284 Convert to compat aliases for `c-forward-subword' and
5285 `c-backward-subword'.
5286
5287 * progmodes/cc-subword.el: New functions and minor mode to handle
5288 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5289
5290 (c-forward-subword, c-backward-subword, c-mark-subword)
5291 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5292 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5293 Functions corresponding to the standard word handling functions.
5294
5295 (c-subword-move-mode): Minor mode that replaces all the standard
5296 word handling functions with their subword equivalences.
5297
5298 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5299
5300 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5301 entry for one-liner-defun.
5302
5303 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5304 name in its def-edebug-spec.
5305
5306 * progmodes/cc-cmds.el (c-electric-brace): Make the
5307 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5308 compacts space before a comment, if this will make things fit on
5309 one line.
5310
5311 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5312
5313 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5314
5315 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5316 clean-up one-liner-defun.
5317
5318 * progmodes/cc-styles.el: Add the new "awk" style.
5319
5320 * progmodes/cc-vars.el: Add description of one-liner-defun to
5321 c-cleanup-list's doc-string. New user options,
5322 c-max-one-liner-length. In c-default-style, set the default style
5323 for AWK to "awk".
5324
5325 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5326
5327 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5328 macros inside labels.
5329
5330 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5331 `c-at-statement-start-p' and `c-at-expression-start-p'.
5332
5333 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5334 error if the mark isn't set.
5335
5336 * progmodes/cc-engine.el (c-guess-continued-construct)
5337 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5338 accurately detect functions inside functions.
5339
5340 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5341 like `c-at-statement-start-p' that additionally recognizes commas
5342 and expression parentheses as delimiters.
5343
5344 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5345 to avoid heuristics that doesn't work for unclosed blocks.
5346 (c-at-statement-start-p): New function.
5347
5348 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5349 Objective-C directives, e.g. directives spanning lines should work
5350 reasonably well now.
5351
5352 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5353
5354 (c-forward-objc-directive): New function to move over any ObjC
5355 directive.
5356
5357 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5358 (c-basic-matchers-before): Use it.
5359
5360 (c-font-lock-objc-iip-decl): Remove.
5361
5362 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5363 in the template arglist recognition.
5364
5365 * progmodes/cc-styles.el (c-style-alist): Fix several
5366 inconsistencies in the Whitesmith style.
5367
5368 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5369 New lineup function to get lines after Whitesmith style blocks
5370 correctly indented.
5371
5372 (c-lineup-whitesmith-in-block): Back out the compensation for
5373 opening parens since it's done using `add' lists in the style
5374 definition instead. Don't use the anchor position since it varies
5375 too much between the syntactic symbols. :P
5376
5377 * progmodes/cc-vars.el (c-valid-offset): Update.
5378
5379 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5380 lists where the offsets are combined according to several
5381 different methods: `first', `min', `max', and `add'.
5382 Report offset evaluation errors with `c-benign-error' so that some kind
5383 of reindentation still is done.
5384
5385 * progmodes/cc-engine.el (c-guess-basic-syntax):
5386 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5387 `arglist-close'.
5388
5389 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5390 situations for `arglist-cont-nonempty' and `arglist-close'.
5391
5392 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5393
5394 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5395 cc-bytecomp-boundp' in a number of places.
5396
5397 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5398 macro related issue.
5399
5400 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5401
5402 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5403 list is now [asdf], a char class [:alpha:].
5404 Include code for char classes.
5405 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5406 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5407
5408 Remove (nearly all of) the cruft associated with AWK Mode's former
5409 concept of "virtual semicolons":
5410
5411 Adapt c-beginning-of-statement, c-end-of-statement (together with
5412 subfunctions) to use the new notion of "virtual semicolon" in
5413 place of the old awkward special handling for AWK. There remains
5414 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5415 * progmodes/cc-cmds.el:
5416 (c-ascertain-adjacent-literal): In the backwards direction, now
5417 recognises AWK regexp delimiters as string delimiters.
5418 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5419 check more rigorously for "end of macro".
5420 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5421 virtual semicolons;
5422 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5423 out the code for forward movement into ...
5424 (c-end-of-statement): Now contains the code for forward movement,
5425 adapted for virtual semicolons.
5426
5427 * progmodes/cc-engine.el:
5428 (c-ws*-string-limit-regexp): New regexp.
5429 (c-forward-single-comment, c-backward-single-comment): Comment out
5430 the (now redundant) "special" AWK stuff.
5431
5432 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5433 c-string-par-start, c-string-par-separate to be more like Text
5434 Mode than Fundamental Mode.
5435
5436 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5437
5438 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5439 to the fontified region so that fontification doesn't occur
5440 outside it (could happen e.g. when fontifying a line with an
5441 unfinished declaration).
5442
5443 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5444
5445 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5446 start of the file. ^L now separate sections of the file.
5447 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5448 (c-awk-one-line-possibly-open-string-re)
5449 (c-awk-regexp-one-line-possibly-open-char-class-re)
5450 (c-awk-one-line-possibly-open-regexp-re)
5451 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5452 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5453
5454 Amend the concept of "virtual semicolons" (in the indentation
5455 engine) for languages like AWK, such that they are now
5456 conceptually attached to end of the last token of a statement, not
5457 the end of the line. (In AWK Mode, however, the pertinent text
5458 property is still physically set on the EOL.) Remove the specific
5459 tests for awk-mode, thus facilitating the introduction of other
5460 language modes where EOLs can end statements.
5461 (Note: The funtionality in cc-cmds.el, specifically
5462 c-beginning/end-of-statement has yet to be amended.)
5463
5464 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5465 New macros.
5466
5467 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5468 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5469 c-vsemi-status-unknown-p-fn (in a new page).
5470
5471 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5472 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5473 numerous awkward forms like
5474 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5475 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5476 variable before-ws-ip, the place just after char-before-ip appears.
5477
5478 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5479 a comment.
5480
5481 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5482
5483 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5484 `c-tentative-buffer-changes'.
5485
5486 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5487 convert to macro to choose between Emacs and XEmacs at compile time.
5488
5489 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5490
5491 (c-tentative-buffer-changes): New macro to handle temporary buffer
5492 changes in a convenient way.
5493
5494 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5495 for `c-tentative-buffer-changes'.
5496
5497 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5498 the checks for paren sexps between the point and the keyword, to
5499 avoid some false alarms.
5500
5501 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5502 Fixed a situation where an error could be thrown for unbalanced
5503 parens. Changed to make use of c-keyword-member' to avoid some
5504 repeated regexp matches.
5505
5506 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5507 These language variable are no longer necessary.
5508
5509 (c-block-stmt-kwds): New language constant used by
5510 c-looking-at-inexpr-block'.
5511
5512 (c-guess-basic-syntax): Remove an optional check that looked at
5513 the existence of the now removed language variables.
5514
5515 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5516 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5517 object instantiation expressions as declarations in some contexts.
5518 This bug only affected languages where the declarator can't be
5519 enclosed in parentheses.
5520
5521 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5522 insert newlines before and after substatement braces.
5523
5524 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5525 function declaration headers and the handling of C++ style member
5526 init lists.
5527
5528 (c-just-after-func-arglist-p): Rewritten to use
5529 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5530
5531 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5532
5533 (c-guess-basic-syntax): Adapt case 5B for the new
5534 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5535 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5536 covers all cases now).
5537
5538 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5539
5540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5541
5542 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5543 c-string-par-start/separate c-sentence-end-with-esc-eol,
5544 initialised in c-setup-paragraph-variables, used in string
5545 scanning subroutines of c-beginning-of-statement.
5546
5547 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5548 which precedes the newly inserted `{'.
5549
5550 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5551
5552 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5553 function for declaration level blocks. It should now cope with
5554 templates better and also be a lot more comprehensible.
5555
5556 (c-looking-at-decl-block): The new function.
5557
5558 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5559 for compatibility.
5560
5561 (c-add-class-syntax, c-guess-continued-construct)
5562 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5563
5564 (c-decl-block-key): Change to tell apart ambiguous and
5565 unambiguous keywords. Pike specials are now handled directly in
5566 the code instead.
5567
5568 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5569 New language constants and variables to make the backward skip in
5570 `c-looking-at-decl-block' as tight as possible.
5571
5572 (c-nonsymbol-token-char-list): New language constant.
5573
5574 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5575 find balanced template arglists backwards.
5576
5577 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5578 making char classes for `c-syntactic-skip-backward'.
5579
5580 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5581 16D - can't be a class-close at that point.
5582
5583 * progmodes/cc-engine.el (c-guess-basic-syntax)
5584 (c-add-class-syntax): Don't narrow out the enclosing declaration
5585 level. This makes everything a lot easier, and it was actually
5586 only four small places that needed it to work. Some places that
5587 previously did `widen' are removed now, which has the effect that
5588 `c-guess-basic-syntax' never will look at things outside the
5589 current narrowment now. The anchor position for `topmost-intro'
5590 is affected by this, but it was so bogus it was basically useless
5591 before, and now it's equally bogus but in a slightly different way.
5592
5593 (c-narrow-out-enclosing-class): Gone.
5594
5595 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5596 the narrowed region.
5597
5598 (c-least-enclosing-brace): Remove silly optional argument.
5599
5600 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5601 the point could be left directly after an open paren when finding
5602 the beginning of the first decl in the block.
5603
5604 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5605 Specify which submatch to use.
5606
5607 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5608
5609 (c-decl-start-re): No longer any need for special treatment of
5610 ObjC due to the above.
5611
5612 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5613 presumably follows C in that regard.
5614
5615 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5616 New language constants to specify operator tokens inside
5617 identifiers in a more high level way.
5618
5619 (c-opt-identifier-prefix-key): New internal language constant.
5620
5621 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5622 (c-identifier-start, c-identifier-key): Now completely calculated
5623 from other constants.
5624
5625 (c-identifier-last-sym-match): Decommission since it's no longer used.
5626
5627 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5628
5629 * progmodes/cc-engine.el (c-forward-name): Remove the
5630 optimization when c-identifier-key is equal to c-symbol-key since
5631 it doesn't work in byte compiled files. Don't record empty
5632 regions as identifiers.
5633
5634 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5635 simplify access to `c-operators' and its likes.
5636
5637 (c-operator-list, c-all-op-syntax-tokens)
5638 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5639 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5640 (c-primary-expr-regexp, c-cast-parens): Use it.
5641
5642 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5643 an explicit language in functions.
5644
5645 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5646 variant of adornment.
5647
5648 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5649 variable.
5650
5651 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5652 the Pike value.
5653
5654 * progmodes/cc-engine.el (c-on-identifier)
5655 (c-simple-skip-symbol-backward): Small fix for handling "-"
5656 correctly in `skip-chars-backward'. Affected the operator lfun
5657 syntax in Pike.
5658
5659 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5660 diagnostic message about precompiled language vars not being used.
5661
5662 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5663 "__attribute__" is followed by a parenthesis.
5664
5665 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5666 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5667 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5668
5669 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5670 Internal cleanups to properly detect the declared identifiers in
5671 various declarations.
5672
5673 (c-decl-start-kwds): New language constant to recognize
5674 declarations that can start anywhere. Used for class declarations
5675 in Pike.
5676
5677 (c-specifier-key, c-not-decl-init-keywords)
5678 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5679 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5680
5681 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5682 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5683 handling of the compiler specific extension keywords into a new
5684 language constant `c-decl-hangon-kwds' that defines keyword
5685 clauses to be ignored in declarations.
5686
5687 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5688 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5689 Necessary to stop at the declared identifier in e.g. IDL valuetype
5690 declarations.
5691
5692 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5693 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5694 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5695 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5696 class and enum declarations as such and not as part of the type.
5697
5698 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5699 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5700
5701 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5702 declarations when there's some syntax error later on.
5703
5704 (c-complex-decl-matchers): Did away with a reference to
5705 `c-specifier-key'.
5706
5707 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5708 value - this variable is always dynamically bound.
5709
5710 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5711 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5712 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5713 functions that might do hidden buffer changes: All such internal
5714 functions are now marked instead of those that don't.
5715
5716 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5717 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5718 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5719 (c-literal-type): Allow these functions to make hidden buffer changes,
5720 so that they are free to use text property caching later on.
5721
5722 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5723 (c-electric-brace, c-electric-slash, c-electric-star)
5724 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5725 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5726 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5727 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5728 with the changed semantics of the functions above.
5729
5730 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5731 when macros occur in obscure places. Optimized the sexp movement
5732 a bit.
5733
5734 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5735
5736 Enhancements for c-beginning-of-statement to work in AWK Mode:
5737
5738 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5739 (completed statement) with `}' (statement completed by closing
5740 brace or semicolon) and `$' (statement completed by EOL).
5741
5742 (c-awk-virtual-semicolon-ends-prev-line-p)
5743 (c-awk-virtual-semicolon-ends-line-p)
5744 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5745 (c-awk-at-statement-end-p): New functions.
5746
5747 * progmodes/cc-cmds.el: Simplify the structure of functions
5748 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5749 two functions and c-beginning-of-statement to handle AWK Mode.
5750
5751 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5752 c-backward-single-comment for AWK mode. Attempt to clarify their
5753 doc-strings.
5754
5755 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5756
5757 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5758
5759 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5760 label handling. Labels are now recognized in a uniform and more
5761 robust way, regardless of context. Text properties are put on all
5762 labels to recognize the following declarations better.
5763 Multiword labels are handled both in indentation and fontification for
5764 the benefit of language extensions like Qt. For consistency, keywords
5765 in labels are now fontified with the label face instead.
5766 That also applies to "case" and "default".
5767
5768 (c-beginning-of-statement-1): Fix some bugs in the label
5769 handling. Disregard `c-nonlabel-token-key' in labels that begin
5770 with `c-label-kwds'.
5771
5772 (c-find-decl-spots): Support that the callback adds more
5773 `c-decl-end' spots to find.
5774
5775 (c-forward-decl-or-cast-1): Don't treat a list of plain
5776 identifiers followed by a colon as a declaration.
5777
5778 (c-forward-label): New function to recognize labels.
5779
5780 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5781 `c-forward-label'. Moved the label recognition cases (14 and 15)
5782 earlier since they aren't so context sensitive now. Handle labels
5783 on the top level gracefully. Moved access label recognition to
5784 the generic label case (CASE 15) - removed CASE 5E.
5785
5786 (c-font-lock-declarations): Add recognition of labels in the
5787 same round since we need to handle labels in parallell with other
5788 declarations to recognize both accurately. It should also improve
5789 speed.
5790
5791 (c-simple-decl-matchers, c-basic-matchers-after):
5792 Move `c-font-lock-labels' so that it only is used on decoration level 2
5793 since `c-font-lock-declarations' handles it otherwise.
5794
5795 (c-complex-decl-matchers): Remove the simplistic recognition of
5796 access labels.
5797
5798 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5799 with labels earlier.
5800
5801 (c-decl-start-re): New language variable to make
5802 `c-font-lock-declarations' stop for the special protection labels
5803 in Objective-C that start with `@'.
5804
5805 (c-label-key): Remove since it's no longer used.
5806
5807 (c-recognize-colon-labels, c-label-prefix-re): New language
5808 constants to support recognition of generic colon-terminated labels.
5809
5810 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5811 are colon terminated labels.
5812
5813 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5814 first argument starts with a special brace list.
5815
5816 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5817 (c-font-lock-declarations): Break out the declaration and cast
5818 recognition from `c-font-lock-declarations' to a new function, so
5819 that it can be used in the indentation engine.
5820
5821 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5822 up to the start of the literal. Fixed bug with the point on the
5823 wrong side of the search limit that could happen when the start
5824 position is inside a literal.
5825
5826 * progmodes/cc-engine.el (c-parse-state)
5827 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5828 so that it's kept a little bit back to increase the hit rate.
5829
5830 (c-parse-state): Change the macro handling and fixed some
5831 glitches. Macro context is checked more often than necessary now,
5832 but otoh less garbage conses are generated.
5833
5834 * progmodes/cc-engine.el (c-parse-state)
5835 (c-invalidate-state-cache): Cache the last position where
5836 `c-state-cache' applies. This can speed up refontification quite
5837 a bit in blocks where there are many non-brace parens before the point.
5838
5839 (c-state-cache-end): New variable for this.
5840
5841 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5842 cache variable.
5843
5844 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5845 get close initial continue positions when the start position is
5846 inside a literal or macro. Do not call the callback for spots
5847 before the start position (which can happen e.g. for `c-decl-end'
5848 spots inside comments). Optimize better in special cases when the
5849 region is a single line inside a literal or macro (typically when
5850 the current line is refontified).
5851
5852 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5853 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5854 entries from the paren state.
5855
5856 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5857 special case for "else if" clauses.
5858
5859 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5860 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5861
5862 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5863 New language variable to recognize the gcc extension with statement
5864 blocks inside expressions.
5865
5866 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5867 it somewhat more comprehensible. The argument AT-BLOCK-START is
5868 no longer used and hence removed.
5869
5870 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5871 to `c-add-stmt-syntax'.
5872
5873 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5874 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5875 This fixes bogus label recognition.
5876
5877 * progmodes/cc-engine.el (c-add-type, c-check-type)
5878 (c-forward-name, c-forward-type): Improve storage of template
5879 types in `c-found-types' so that they can be recognized better.
5880
5881 (c-syntactic-content): Add option to skip past nested parens.
5882
5883 * progmodes/cc-engine.el (c-forward-name):
5884 Set `c-last-identifier-range' all the time. It's less work that way.
5885 Handle that there might not be an identifier to store in
5886 `c-last-identifier-range'.
5887
5888 (c-forward-type): Handle that `c-last-identifier-range' might be
5889 nil from `c-forward-name'.
5890
5891 * progmodes/cc-defs.el (c-safe-scan-lists)
5892 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5893
5894 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5895 to work even if the form fails.
5896
5897 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5898 down in a large file in one go.
5899
5900 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5901
5902 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5903 function which is like `c-lineup-math' but returns nil instead of
5904 `c-basic-offset' when it doesn't match.
5905
5906 (c-lineup-math): Change to use `c-lineup-assignments'.
5907
5908 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5909
5910 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5911 c-beginning-of-statement. New subfunctions
5912 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5913
5914 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5915
5916 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5917 hardcoded char classes whereever possible. Changed a couple of
5918 places to use skip by syntax instead of skip by char class.
5919
5920 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5921 Fix a bug in the regexp that caused extreme backtracking.
5922
5923 * progmodes/cc-langs.el (c-block-comment-starter)
5924 (c-block-comment-ender): New language constants to specify in a
5925 single place how block comments look.
5926
5927 (c-comment-start-regexp, c-block-comment-start-regexp)
5928 (comment-start, comment-end, comment-start-skip)
5929 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5930 (c-syntactic-ws, c-nonempty-syntactic-ws)
5931 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5932 `c-line-comment-starter', `c-block-comment-starter' and
5933 `c-block-comment-ender'.
5934
5935 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5936 New language constants to break up things a bit.
5937
5938 (c-simple-ws): New language constant for simple whitespace.
5939
5940 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5941
5942 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5943 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5944 newlines. Allow and ignore nil elements in the list.
5945
5946 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5947
5948 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5949 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5950
5951 * progmodes/cc-cmds.el: Tidy up the comments in
5952 c-beginning-of-statement and subfunctions.
5953
5954 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5955 more flexible c-put-char-property and c-clear-char-properties.
5956 Add the author's email address.
5957
5958 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5959
5960 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5961 closing "*/" of a block comment.
5962
5963 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5964 subfunctions) so that it works at BOB and EOB.
5965
5966 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5967 c-beginning-of-statement, including new variable
5968 c-block-comment-start-regexp.
5969
5970 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5971
5972 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5973 symbols from `*-font-lock-extra-types' so that there's no need to
5974 use `regexp-opt' on those lists.
5975
5976 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5977 `c-type-modifier-kwds' is empty.
5978
5979 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5980 there are several strings on the same line.
5981
5982 * progmodes/cc-engine.el (c-literal-limits): Remove the
5983 compatibility function for older emacsen. `c-literal-limits-fast'
5984 has now taken the place of this function.
5985
5986 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5987 with older emacsen: We now require `pps-extended-state'.
5988
5989 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5990
5991 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5992 which obviates the need to hack sentence-end. This now handles
5993 escaped newlines in strings correctly. Correct minor bugs in
5994 c-move-over-sentence and in c-beginning-of-statement.
5995
5996 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5997 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5998 that movement over macros and code are rigorously separated from
5999 eachother. Correct a few incidental bugs.
6000
6001 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6002 Improve its doc-string. Improve the handling of certain specific cases.
6003
6004 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6005
6006 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6007 (c-guess-basic-syntax): Change the way class-level labels are
6008 recognized; they can now contain essentially any symbols.
6009
6010 (c-opt-extra-label-key): New language variable to cope with the
6011 special protection label syntax in Objective-C.
6012
6013 (c-opt-access-key): Remove; this is now handled better by
6014 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6015
6016 (c-complex-decl-matchers): Update to handle that
6017 `c-opt-access-key' no longer exists.
6018
6019 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6020 improved label recognition in `c-beginning-of-statement-1'.
6021
6022 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6023 Recognize bitfields better.
6024
6025 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6026 Remove some cruft and fixed a bug that could cause it to go to a
6027 position further down.
6028
6029 * progmodes/cc-langs.el, cc-engine.el
6030 (c-beginning-of-statement-1): Improve detection of labels in
6031 declaration contexts.
6032
6033 (c-beginning-of-decl-1): Use it.
6034
6035 (c-nonlabel-token-key): New language constant and variable needed
6036 by `c-beginning-of-statement-1'.
6037
6038 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6039 manifested itself due to the correction in `c-forward-sexp'.
6040
6041 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6042 Make these behave as documented when used at the buffer limits.
6043
6044 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6045 (c-type-decl-end-used): Made this a language variable.
6046
6047 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6048 correctly when `combine-after-change-calls' is used together with
6049 temporary narrowings.
6050
6051 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6052 Report labels correctly when the start point is immediately after the
6053 colon.
6054
6055 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6056 Remove since it isn't used anymore.
6057
6058 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6059 bracket arglists such as template parens in C++.
6060
6061 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6062 in the last check-in. Some optimization.
6063
6064 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6065 where it could stop at the same level in a preceding sexp when
6066 PAREN-LEVEL is set.
6067
6068 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6069 text property lookup only when it's needed.
6070
6071 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6072 Change the policy for paren marked angle brackets to be more
6073 persistent; once marked they remain marked even when they're found
6074 to be unbalanced in the searched region. This should keep the
6075 paren syntax around even when individual lines are refontified in
6076 multiline template arglists.
6077
6078 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6079 to control markup so that incorrect angle bracket arglists aren't
6080 marked in contexts where the correct value for
6081 `c-disallow-comma-in-<>-arglists' isn't known.
6082
6083 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6084 argument has become `c-parse-and-markup-<>-arglists'.
6085
6086 (c-remove-<>-arglist-properties): Remove - no longer used.
6087
6088 (c-after-change-check-<>-operators): New function used on
6089 `after-change-functions' to avoid that "<" and ">" characters that
6090 are part of longer operators have paren syntax.
6091
6092 (c-<>-multichar-token-regexp): New language variable used by
6093 `c-after-change-check-<>-operators'.
6094
6095 (c-after-change): Call `c-after-change-check-<>-operators'.
6096
6097 (c-font-lock-<>-arglists): Use the context properties set by
6098 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6099 correctly to avoid doing invalid markup.
6100
6101 (c-font-lock-declarations): Remove code that undoes the invalid
6102 markup done by `c-font-lock-<>-arglists'.
6103
6104 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6105 after `c-font-lock-declarations'.
6106
6107 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6108 Add paren-level feature.
6109
6110 (c-guess-basic-syntax): Improve the anchor position for
6111 `template-args-cont' in nested template arglists. There's still
6112 much to be desired in this area, though.
6113
6114 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6115
6116 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6117 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6118
6119 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6120
6121 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6122 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6123
6124 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6125 it doesn't work no longer are supported.
6126
6127 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6128 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6129 requires support for the syntax-table' text property, which rules
6130 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6131 cruft associated with those versions.
6132
6133 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6134 for the `syntax-table' text property, which rules out Emacs 19 and
6135 XEmacs < 21.4. Removed various compatibility cruft associated
6136 with those versions.
6137
6138 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6139 support for the `syntax-table' text property.
6140
6141 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6142 variable and use an extra quoted face name instead. All the
6143 emacsen flavors handle that correctly.
6144
6145 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6146 (c-font-lock-declarators, c-font-lock-declarations)
6147 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6148 property to mark the items in in declarator lists to handle
6149 refontification inside multiline declarations better.
6150
6151 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6152 construct like "a * b = c;" as a declaration.
6153
6154 2005-12-08 Kim F. Storm <storm@cua.dk>
6155
6156 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6157 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6158 select either meta, hyper, or super modifier for rectangle commands.
6159 (cua--rectangle-modifier-key): New defvar.
6160 (cua--M/H-key): Use it. Remove special case for `space'.
6161 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6162 on X, to meta otherwise. Always bind C-return to toggle
6163 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6164
6165 * emulation/cua-rect.el (cua-help-for-rectangle):
6166 Use cua--rectangle-modifier-key. Handle super modifier too.
6167 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6168 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6169
6170 * ido.el: Move Acknowledgements and History after Commentary.
6171 Minor changes to Commentary.
6172
6173 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6174 keymap if cua--prefix-override-timer is `shift'.
6175 (cua--shift-control-prefix): New function; emulate "type prefix
6176 key twice" functionality to handle shifted prefix key override.
6177 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6178 New commands.
6179 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6180
6181 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6182
6183 * textmodes/org.el (org-insert-heading): Try to do items before
6184 headings.
6185 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6186 (org-insert-item): New function.
6187 (org-renumber-ordered-list): Don't skip to higher level lists.
6188
6189 2005-12-08 Juri Linkov <juri@jurta.org>
6190
6191 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6192
6193 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6194
6195 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6196
6197 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6198 the constructed function name fun-1.
6199
6200 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6201 because such links don't lead to parent documentation.
6202
6203 2005-12-08 Kenichi Handa <handa@m17n.org>
6204
6205 * descr-text.el (describe-char): Use *Help-2* buffer if the
6206 current buffer is *Help*. Call describe-text-properties while
6207 setting the original buffer.
6208
6209 2005-12-07 Bill Wohler <wohler@newt.com>
6210
6211 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6212 and causes problems with non-MH users (such as Gnus users).
6213
6214 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6215
6216 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6217 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6218 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6219 command "info sources". Move calls to GDB command "list".
6220 (gdb-find-file-hook): Just use gdb-source-file-list.
6221 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6222 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6223 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6224 (gdb-data-list-register-values-handler): Use correct trigger name.
6225
6226 2005-12-07 Kim F. Storm <storm@cua.dk>
6227
6228 * ido.el (ido-completion-map): Rename from ido-mode-map.
6229 (ido-common-completion-map, ido-file-completion-map)
6230 (ido-file-dir-completion-map, ido-buffer-completion-map):
6231 Rename from ido-mode-....-map.
6232 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6233 (ido-setup-completion-map): Rename from ido-define-mode-map.
6234 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6235 to ido-completion-map.
6236
6237 2005-12-07 Kenichi Handa <handa@m17n.org>
6238
6239 * international/mule-cmds.el
6240 (set-display-table-and-terminal-coding-system): If the coding
6241 system specified in `unibyte-display' property is different from
6242 the arg coding-system, don't setup standard-display-table.
6243
6244 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6247 that comments end at \n, regardless of selective-display.
6248
6249 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6250
6251 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6252 (gdb-version): New variables.
6253 (gdb-source-file-list, gdb-register-names)
6254 (gdb-changed-registers): New variables for use with GDB 6.4+.
6255 (gdb-ann3): Replace with...
6256 (gdb-init-1, gdb-init-2): ...two new functions.
6257 (gdba, gdb-prompt): Call gdb-init-1.
6258 (gdb-get-version): New function. Call gdb-init-2 from here.
6259 (gud-watch): Make it work with mouse events too.
6260 (gdb-post-prompt): Don't add to queue until GDB version is known.
6261 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6262 (gdb-locals-mode): Use gdb-version.
6263 (gdb-memory-format-map, gdb-memory-unit-map)
6264 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6265 (gdb-locals-font-lock-keywords-1)
6266 (gdb-locals-font-lock-keywords-2): New variables.
6267 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6268 (gdb-set-gud-minor-mode-existing-buffers-1)
6269 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6270 (gdb-var-update-1, gdb-var-update-handler-1)
6271 (gdb-data-list-register-values-handler)
6272 (gdb-data-list-register-values-custom)
6273 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6274 (gdb-stack-list-locals-handler, gdb-get-register-names):
6275 New functions for use with GDB 6.4+.
6276 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6277 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6278 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6279 (gdb-stack-list-locals-regexp)
6280 (gdb-data-list-register-names-regexp): New regexps for use with
6281 GDB 6.4+.
6282
6283 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6286
6287 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6288
6289 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6290 prompts work for AUTH PLAIN. Also reported by Steve Allan
6291 <seallan@verizon.net>.
6292
6293 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6294
6295 * frame.el (set-frame-parameter): Add doc string.
6296
6297 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6298
6299 * textmodes/org.el (org-occur-highlights): New variable.
6300 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6301 (org-highlight-sparse-tree-matches): New option.
6302 (org-do-occur): New function.
6303 (org-get-heading): Make it work also at beginning of line.
6304 (org-category-table): New variable.
6305 (org-get-category-table, org-get-category)
6306 (org-camel-to-words, org-link-search): New functions.
6307 (org-select-this-todo-keyword): New variable.
6308 (org-todo-list): New command.
6309 (org-shiftright, org-shiftleft): New commands.
6310 (org-agenda-todo): Add prefix argument.
6311 (org-show-hierarchy-above): New option.
6312 (org-show-todo-tree): Numerical prefix creates tree for specific
6313 TODO keyword.
6314 (org-outline-level): New function, to assign a level to plain
6315 lists items.
6316 (org-cycle-include-plain-lists): New option.
6317 (org-mode): Use `org-outline-level' as value of `outline-level'.
6318 (org-cycle): Temporarily switch `outline-regexp' if
6319 `org-cycle-include-plain-lists' is non-nil.
6320 (org-start-icalendar-file): Fix format bug.
6321 (org-agenda-get-day-entries): Create category table.
6322 (org-agenda-get-todos, org-agenda-get-timestamps)
6323 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6324 (org-agenda-get-blocks): Use `org-get-category'.
6325 (org-context-in-file-links): Rename from
6326 `org-line-numbers-in-file-links'.
6327
6328 2005-12-06 Romain Francoise <romain@orebokech.com>
6329
6330 * window.el (balance-windows): Delete extraneous third arg in call
6331 to `enlarge-window'.
6332
6333 2005-12-06 Kenichi Handa <handa@m17n.org>
6334
6335 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6336
6337 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6338
6339 * progmodes/gdb-ui.el (gdb-var-create-handler)
6340 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6341 (gdb-var-list-children-handler, gdb-var-update-handler):
6342 Current buffer is already gdb-partial-output-buffer, don't
6343 make it current again.
6344
6345 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6346
6347 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6348 (list-buffers-noselect): Use it.
6349
6350 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6353 (mail-yank-ignored-headers): Use regexp-opt.
6354 (mail-mode-map): Move initialization into declaration.
6355 (mail-sent-via): Remove unused shadowed var `to-line'.
6356 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6357 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6358 (mail-do-fcc): Use dolist and push.
6359 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6360 (mail-yank-ignored-headers): Don't autoload.
6361
6362 2005-12-05 Kenichi Handa <handa@m17n.org>
6363
6364 * international/mule-cmds.el (set-language-info-internal): New fun.
6365 (set-language-info): Call set-language-info-internal to update
6366 language-info-alist. If LANG-ENV is the current one, call
6367 set-language-environment to make INFO effective now.
6368 (set-language-info-alist): Likewise.
6369 (locale-language-names): With locale "en", use English
6370 lang. env. but set the default codings to iso-8859-1.
6371
6372 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6373
6374 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6375 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6376 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6377 for plain strings.
6378 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6379 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6380 Create registers buffer if necessary. Echo new state in minibuffer.
6381 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6382
6383 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6384
6385 * info.el (Info-fontify-node): Match external links using
6386 non-directory part of filename.
6387
6388 2005-12-04 Juri Linkov <juri@jurta.org>
6389
6390 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6391 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6392 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6393 because there is no customization option for it.
6394
6395 * font-lock.el (lisp-font-lock-keywords-1):
6396 Add define-global-minor-mode.
6397
6398 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6399
6400 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6401 properties on the constructed variable names.
6402
6403 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6404 Put `definition-name' properties on the constructed function names
6405 next-sym and prev-sym.
6406
6407 * emacs-lisp/find-func.el (find-function-regexp):
6408 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6409 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6410 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6411 and easy-menu-define.
6412
6413 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6414 easy-mmode-define-global-mode and define-global-minor-mode.
6415 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6416
6417 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6418 instead of easy-mmode-define-global-mode.
6419
6420 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6421 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6422
6423 * cus-edit.el (customize-group, customize-group-other-window):
6424 Filter out autoloaded options from the group completion list by
6425 using heuristics that autoloaded groups don't have `custom-autoload'
6426 property on their symbols (they have only `custom-loads').
6427
6428 * simple.el (completion-setup-function): Put completions-common-part
6429 face on complete completion string too (i.e. completion string
6430 without completions-first-difference face).
6431
6432 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6433
6434 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6435
6436 * view.el (view-mode): Doc fix.
6437
6438 * disp-table.el (standard-display-european): Add to the warning
6439 message a reference to the doc string.
6440
6441 * play/yow.el (apropos-zippy): Call print-help-return-message,
6442 similar to other Help and Apropos commands.
6443
6444 * help.el (print-help-return-message): If pop-up-frames is
6445 non-nil, set up help-return-method to delete the help window and,
6446 possibly, its frame as well, and don't display message about
6447 scrolling the help window. Doc fix.
6448 (help-return-method): Doc fix.
6449
6450 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6451
6452 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6453 whereby names of length one or names starting with a
6454 symbol-constituent character would not be returned.
6455
6456 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6457
6458 * subr.el (atomic-change-group): Add edebug and indentation spec.
6459
6460 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * completion.el (save-completions-file-name): Fix typo in last change.
6463
6464 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6465
6466 * info.el: Move back/forward history to the beginning of the tool bar.
6467
6468 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6469
6470 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6471 Add fset of allout-real-isearch-abort during compile to fix
6472 byte-compilation warnings.
6473 (allout-mode-p): Move definition of this macro above all uses, or
6474 byte compilation in barren emacs (eg, during emacs build) will
6475 lack the definition.
6476 (allout-mode): Move this variable above any uses, or byte
6477 compilation will fail.
6478 (allout-resolve-xref): Remove use of personal file-reference function.
6479 (allout-toggle-current-subtree-encryption): Do the current (ie,
6480 visible containing) topic, rather than nearest around point. Doc fix.
6481 (allout-toggle-subtree-encryption): New function, workhorse that
6482 works on nearest topic containing point.
6483 (allout-encrypt-string): Signal requirement for newer version of pgg.
6484 (allout-resumptions): Doc fix.
6485
6486 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6487
6488 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6489
6490 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6491
6492 * textmodes/flyspell.el (flyspell-external-point-words):
6493 Consider a misspelling as found in the string search if: (a) misspelling
6494 and found string lengths match, or (b) misspelling is found as
6495 element in a boundary-chars separated longer string, or (c)
6496 ispell-program-name is really ispell and misspelling is found as
6497 part of a TeX string. After successful match move beginning of
6498 search region to end of match. Warn about not found misspellings
6499 once the process is done.
6500 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6501
6502 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6503
6504 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6505 tool bar (removed inadvertently).
6506
6507 2005-12-02 Juri Linkov <juri@jurta.org>
6508
6509 * log-view.el (log-view-diff): Clarify doc string.
6510
6511 2005-12-01 Bill Wohler <wohler@newt.com>
6512
6513 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6514 triggers lm-verify errors.
6515
6516 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6517
6518 * simple.el (transient-mark-mode, line-number-mode)
6519 (column-number-mode, size-indication-mode): Remove `:require nil'.
6520
6521 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6522
6523 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6524 in the margin also.
6525 (gdb-breakpoints-mode-map): Use D instead of d for
6526 gdb-delete-breakpoint.
6527 (gdb-get-frame-number): Require a number to match on.
6528 (gdb-threads-mode-map): Add follow-link binding.
6529
6530 2005-11-30 Jason Rumney <jasonr@gnu.org>
6531
6532 * isearch.el (isearch-mode-map): Avoid exiting search on
6533 language-change event.
6534
6535 2005-11-30 Romain Francoise <romain@orebokech.com>
6536
6537 * speedbar.el (speedbar-default-position): New defcustom.
6538 (speedbar-frame-reposition-smartly): Use it.
6539
6540 * dframe.el (dframe-reposition-frame-emacs): Fix position
6541 computation for `left' location.
6542 Update copyright year.
6543
6544 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * help.el (help-map): Move initialization into declaration.
6547
6548 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6549
6550 * help-fns.el (help-argument-name): Don't autoload.
6551 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6552 to be re-loaded when customizing the `help' group.
6553
6554 2005-11-30 John Paul Wallington <jpw@gnu.org>
6555
6556 * help-fns.el (describe-function-1): Fill arglist output.
6557
6558 2005-11-30 Kim F. Storm <storm@cua.dk>
6559
6560 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6561 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6562 after revert-buffer (or anything else which kills all local variables).
6563
6564 * apropos.el (apropos-parse-pattern): Doc fix.
6565 Set apropos-regexp directly, rather than expecting callers to do so.
6566 (apropos-command, apropos, apropos-value, apropos-documentation):
6567 Simplify calls to apropos-parse-pattern.
6568
6569 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6570
6571 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6572 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6573 (hi-lock-write-interactive-patterns): Use comment-region.
6574
6575 * longlines.el (longlines-mode): Add mail-setup-hook.
6576
6577 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6578
6579 * simple.el (sendmail-user-agent-compose, next-line):
6580 Conditionally use hard-newline.
6581
6582 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6583
6584 * international/latexenc.el (latex-inputenc-coding-alist):
6585 Reword doc string.
6586
6587 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * help.el (describe-key-briefly, describe-key): Recognize default
6590 bindings.
6591
6592 2005-11-29 Romain Francoise <romain@orebokech.com>
6593
6594 * view.el (view-inhibit-help-message): New defcustom.
6595 (view-mode-enter): Use it.
6596
6597 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6598
6599 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6600 Preserve user position.
6601
6602 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6603
6604 * font-lock.el: Throw error if facemenu is not loaded to prevent
6605 accidental change of loading order in loadup.el. (Suggested by RMS.)
6606
6607 * loadup.el: Add comment explaining why facemenu must be loaded
6608 before font-lock.
6609
6610 2005-11-28 Jay Belanger <belanger@truman.edu>
6611
6612 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6613 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6614
6615 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6616
6617 * calc/calc-embed.el (calc-do-embedded): Update help message.
6618
6619 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6620
6621 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6624
6625 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6626 called-interactively-p.
6627 (elp-profilable-p): Rename from elp-not-profilable-p.
6628 Invert result and take into account macros and autoloaded functions.
6629 (elp-instrument-function): Update call.
6630 (elp-instrument-package): Update call. Add completion.
6631 (elp-pack-number): Use match-string.
6632 (elp-results-jump-to-definition-by-mouse): Merge into
6633 elp-results-jump-to-definition and then remove.
6634 (elp-output-insert-symname): Make help echo text single-line.
6635
6636 * replace.el (query-replace-map): Move initialization into declaration.
6637 (occur-engine): Use with-current-buffer.
6638 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6639 (occur-mode-mouse-goto): Replace with an alias.
6640
6641 2005-11-28 Juri Linkov <juri@jurta.org>
6642
6643 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6644
6645 * term/w32-win.el: Bind [S-tab] to [backtab].
6646
6647 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6648 `Info-find-file' to t.
6649
6650 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6651 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6652 and same-window-regexps.
6653 (occur-next-error): Don't move point for arg 0.
6654
6655 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6658
6659 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * log-edit.el (log-edit-changelog-use-first): New var.
6662 (log-edit-changelog-ours-p): Use it.
6663 (log-edit-insert-changelog): Set it with new arg `use-first'.
6664 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6665 (log-edit-hook): Add them to the list of suggested options.
6666
6667 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6668 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6669 redundant work.
6670 (flyspell-mode-on): Use add-hook for after-change-functions.
6671 (flyspell-mode-off): Use remove-hook for after-change-functions.
6672 (flyspell-changes): Make it buffer-local.
6673 (flyspell-after-change-function): Make it non-interactive. Use push.
6674 (flyspell-post-command-hook): Check input-pending-p while processing
6675 the potentially long list of buffer changes.
6676
6677 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6678
6679 * buff-menu.el (list-buffers-noselect): Display the selected
6680 frame's buffer list, not the global one.
6681
6682 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6683
6684 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6685 that (list last-input-event) works as in interactive spec.
6686
6687 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6688
6689 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6690 `facemenu-keymap' needs to be defined when font-lock is loaded.
6691 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6692
6693 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * completion.el: Remove useless leading * in defcustom docstrings.
6696 (save-completions-file-name): Use ~/.emacs.d if available.
6697 (completion-standard-syntax-table): Rename from
6698 cmpl-standard-syntax-table and fold initialization into declaration,
6699 thus removing cmpl-make-standard-completion-syntax-table.
6700 (completion-lisp-syntax-table, completion-c-syntax-table)
6701 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6702 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6703 (symbol-under-point, symbol-before-point)
6704 (symbol-under-or-before-point, symbol-before-point-for-complete)
6705 (add-completions-from-c-buffer): Use with-syntax-table.
6706 (make-completion): Don't return a list of completion entries.
6707 Update callers.
6708 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6709 (completion-initialize): Rename from initialize-completions.
6710 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6711 (kill-emacs-save-completions): Collect stats here.
6712 (save-completions-to-file, load-completions-from-file):
6713 Use with-current-buffer.
6714 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6715 into a function. Move all calls to toplevel.
6716 (completion-lisp-mode-hook): New fun.
6717 (completion-c-mode-hook, completion-setup-fortran-mode):
6718 Set the syntax-table here. Use local-set-key.
6719 (completion-saved-bindings): New var.
6720 (dynamic-completion-mode): Make it into a proper minor mode.
6721 (load-completions-from-file): Remove unused var `num-uses'.
6722
6723 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6724 constructor if it is explicitly overridden.
6725
6726 * complete.el (PC-completion-as-file-name-predicate):
6727 Use minibuffer-completing-file-name.
6728 (partial-completion-mode): Use find-file-not-found-functions.
6729 (PC-lisp-complete-symbol): Use with-syntax-table.
6730 (PC-look-for-include-file): Remove dead setq.
6731 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6732 (PC-complete): Use with-current-buffer.
6733
6734 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6735 escape single quotes.
6736
6737 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6738
6739 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6740 of `if' whose condition always returned nil. Doc fix.
6741
6742 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6743 window's buffer the current buffer around the call to
6744 `list-buffers-noselect'. This is necessary to mark that buffer
6745 with a `.' in the Buffer Menu when called from Lisp, for instance
6746 by Auto Revert Mode.
6747
6748 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6749
6750 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6751 attaching to it.
6752 (gdb-pre-prompt): Make sure gdb-error is reset.
6753
6754 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6755 with a child process, detect it.
6756 (gud-speedbar-buttons): Match regexp more carefully.
6757
6758 2005-11-27 Richard M. Stallman <rms@gnu.org>
6759
6760 * mouse.el (mouse-drag-move-window-bottom):
6761 Use adjust-window-trailing-edge.
6762
6763 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6764
6765 * simple.el (blink-matching-open): Ignore
6766 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6767 (blink-matching-paren-on-screen): Update docstring.
6768
6769 * paren.el (show-paren-mode): No longer change
6770 `blink-matching-paren-on-screen'.
6771
6772 2005-11-27 John Paul Wallington <jpw@pobox.com>
6773
6774 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6775 (gdb-threads-select, gdb-edit-register-value):
6776 Use `posn-set-point' instead of `mouse-set-point' because the
6777 latter is not fbound when configured without X.
6778
6779 2005-11-27 Kim F. Storm <storm@cua.dk>
6780
6781 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6782 existing face when partially highlighting a TAB in a rectangle.
6783
6784 2005-11-26 Kim F. Storm <storm@cua.dk>
6785
6786 * ido.el (ido-mode-map): Doc fix.
6787 (ido-mode-common-map, ido-mode-file-map)
6788 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6789 (ido-define-mode-map): Rewrite. Select one of the new maps as
6790 parent for ido-mode-map instead of building from scratch.
6791 (ido-init-mode-maps): New defun to initialize new maps.
6792 (ido-mode): Call it.
6793 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6794 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6795
6796 2005-11-26 John Paul Wallington <jpw@pobox.com>
6797
6798 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6799 `mouse-set-point' because the latter is not fbound when configured
6800 without X.
6801
6802 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6803
6804 * files.el (file-relative-name): Doc fix.
6805
6806 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6807
6808 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6809 non-empty string for secondary prompt PS2.
6810
6811 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6812
6813 * progmodes/compile.el (compilation-setup): Fix last change.
6814
6815 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6816
6817 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6818 (gdb-mouse-toggle-breakpoint-margin)
6819 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6820 Add gdb-server-prefix to keep out of command history.
6821 (gdb-edit-register-value): New function.
6822 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6823 (gdb-info-registers-custom): Use above map.
6824
6825 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * custom.el (enable-theme): Signal error if argument is not a
6828 theme. Don't recalculate a face if it's not loaded yet.
6829
6830 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6831 the `user' theme is in effect.
6832
6833 * info.el (Info-on-current-buffer): Record actual filename in
6834 Info-current-file, instead of t, or a fake filename if a non-file
6835 buffer. Make autoload.
6836 (Info-find-node, Info-revert-find-node): No need to check for
6837 Info-current-file nil.
6838 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6839 Info-current-file is now never `t'.
6840 (Info-fontify-node): Many simplifications due to Info-current-file
6841 always being valid. Use Info-find-file to find node filename.
6842
6843 2005-11-25 David Kastrup <dak@gnu.org>
6844
6845 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6846 new character, then delete" in order to preserve markers.
6847
6848 2005-11-25 David Ponce <david@dponce.com>
6849
6850 * recentf.el (recentf-arrange-by-rule): Handle a special
6851 `auto-mode-alist'-like "strip suffix" rule.
6852 (recentf-build-mode-rules): Handle second level auto-mode entries.
6853
6854 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6855
6856 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6857 window modes.
6858
6859 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6860 jde-javadoc-checker-report-mode.
6861
6862 * ediff-wind (ediff-make-wide-display): Slight simplification.
6863
6864 * ediff.el (ediff-date): Change the date of last update.
6865
6866 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6867
6868 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6869 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6870 (hi-lock-mode): New global minor mode.
6871 (turn-on-hi-lock-if-enabled): New function.
6872 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6873 Change arguments to regexp and face instead of a font-lock pattern.
6874 Directly set face property, instead of refontifying.
6875 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6876 (hi-lock-find-patterns): Use line-number-at-pos.
6877
6878 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6879 arguments for hi-lock-set-pattern.
6880 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6881 Call font-lock-fontify-buffer.
6882 (hi-lock-find-file-hook, hi-lock-current-line)
6883 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6884
6885 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6886 turned off.
6887
6888 * progmodes/compile.el (compilation-setup): Don't fiddle with
6889 font-lock-defaults.
6890
6891 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6892
6893 * progmodes/gdb-ui.el (gdb-var-create-handler)
6894 (gdb-var-list-children-handler): Find values for all variable
6895 objects. gud-speedbar-buttons decides whether to display them.
6896
6897 2005-11-24 Romain Francoise <romain@orebokech.com>
6898
6899 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6900 buffer name with a space.
6901
6902 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6903
6904 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6905 `org-export-local-list-max-depth'. Change default value to 3.
6906 (org-auto-renumber-ordered-lists)
6907 (org-plain-list-ordered-item-terminator): New options.
6908 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6909 (org-get-indentation, org-get-string-indentation)
6910 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6911 New functions.
6912 (org-move-item-down, org-move-item-up): New commands.
6913 (org-export-as-html): New classes for CSS support. Bug fix in
6914 regular expression detecting fixed-width regions. Respect
6915 `org-local-list-ordered-item-terminator'.
6916 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6917 also a list item.
6918 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6919 New item moving functions.
6920
6921 2005-11-24 Juri Linkov <juri@jurta.org>
6922
6923 * isearch.el (isearch-repeat): With empty search ring set
6924 `isearch-error' to the error string instead of signaling error
6925 with the function `error'.
6926
6927 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6928
6929 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6930
6931 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6932
6933 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6934 and variable.
6935 (gdb-var-create-handler, gdb-var-list-children-handler):
6936 Don't match on "char **...".
6937 (gdb-var-update-handler): Find values for all variable objects.
6938 (gdb-info-frames-custom): Identify frames by leading "#".
6939
6940 * progmodes/gud.el (gud-speedbar-menu-items): Add
6941 gdb-speedbar-auto-raise as radio button.
6942 (gud-speedbar-buttons): Raise speedbar if requested.
6943 Don't match on "char **...".
6944 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6945 Make it editable.
6946
6947 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6948
6949 * info.el (Info-fontify-node): Handle the case where
6950 Info-current-file is t.
6951
6952 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * simple.el (blink-matching-open): Fix off-by-one in last change.
6955
6956 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6957
6958 * term/mac-win.el: Don't change default directory.
6959
6960 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6961
6962 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6963 buffers correctly. (It used to throw an error in such buffers.)
6964 Make it ask for confirmation in group buffers and other Custom
6965 buffers containing more than one customization item.
6966
6967 2005-11-22 John Paul Wallington <jpw@gnu.org>
6968
6969 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6970 property on mail and url overlays.
6971 (goto-address-at-point): Use `posn-set-point' instead of
6972 `mouse-set-point' because the latter is not fbound when configured
6973 without X.
6974
6975 2005-11-22 Lars Hansen <larsh@soem.dk>
6976
6977 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6978 (ls-lisp-classify, ls-lisp-format): Delete call to
6979 ls-lisp-parse-symlink.
6980 (ls-lisp-handle-switches): Handle symlinks to directories as
6981 directories when ls-lisp-dirs-first in non-nil.
6982
6983 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6984
6985 * startup.el (command-line): Make sure that loaddefs.el is handled
6986 correctly in load-history.
6987
6988 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6989
6990 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6991 (gdb-struct-string, gdb-array-string): New constants.
6992 (gdb-info-locals-handler): Use them.
6993 (gdb-reset): Reset gdb-var-list to nil.
6994
6995 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6998 in patterns.
6999
7000 2005-11-21 Juri Linkov <juri@jurta.org>
7001
7002 * custom.el (defcustom): Update link types in docstring.
7003
7004 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7005
7006 * custom.el (defgroup): Add doc-string-elt info.
7007
7008 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7009
7010 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * newcomment.el (comment-enter-backward): Fix last fix.
7013
7014 * simple.el (blink-matching-open):
7015 * paren.el (show-paren-function): Allow new paren-class info.
7016
7017 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7018
7019 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7020 handled automagically.
7021
7022 2005-11-20 Andreas Schwab <schwab@suse.de>
7023
7024 * descr-text.el (describe-char): When copying overlays put them
7025 over the full char description instead of just the first character
7026 of it.
7027
7028 2005-11-20 Juri Linkov <juri@jurta.org>
7029
7030 * simple.el (what-cursor-position):
7031 * descr-text.el (describe-char): Use Lisp-readable syntax
7032 for octal and hex. Reorder decimal, octal and hex values.
7033 Remove excess whitespace in the output. Use `=' in `column='
7034 like in `point=' and `Hscroll='.
7035
7036 * international/mule-cmds.el (encoded-string-description):
7037 Use Lisp-readable syntax for hex.
7038
7039 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * newcomment.el (comment-enter-backward): Handle the case where the
7042 comment is closed by EOB.
7043
7044 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * longlines.el (longlines-before-revert-hook)
7047 (longlines-after-revert-hook): New functions.
7048 (longlines-mode): Turn off longlines temporarily when reverting.
7049 Add a message-setup-hook.
7050 (longlines-decode-buffer): New function.
7051 (longlines-wrap-line): Preserve marker positions.
7052
7053 2005-11-19 Andreas Schwab <schwab@suse.de>
7054
7055 * emacs-lisp/shadow.el: Handle compressed files.
7056
7057 2005-11-19 Romain Francoise <romain@orebokech.com>
7058
7059 * net/browse-url.el (browse-url-default-browser): Signal an error
7060 if no usable browser can be found, rather than try to load w3.
7061
7062 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7063
7064 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7065 replacing existing properties.
7066 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7067 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7068 tty specs.
7069 (rcirc-server-prefix, rcirc-server): New faces.
7070 (rcirc-url-regexp): Generate with rx macro.
7071 (rcirc-last-server-message-time): New variable.
7072 (rcirc-filter): Record time of last message.
7073 (rcirc-keepalive): Kill processes that did not send a message
7074 since the last ping.
7075 (rcirc-mode): Give rcirc-topic a local binding here.
7076
7077 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7078
7079 * subr.el (read-passwd): Fontify the prompt as we do with other
7080 prompts.
7081
7082 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7083
7084 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7085 binding buffer-read-only to nil.
7086
7087 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7088
7089 * complete.el (partial-completion-mode):
7090 Mention completion-auto-help in the doc string.
7091
7092 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7093 more Lisp-ish way.
7094
7095 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7096
7097 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7098 digits, not 8, to avoid misalignment for files larger than 100MB.
7099
7100 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7101
7102 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7103 Mention "keyboard shortcuts" in the help text.
7104
7105 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7106
7107 * startup.el (fancy-splash-default-action): Discard only
7108 mouse-down and succeeding mouse-up events in the splash screen
7109 window so that drag-n-drop event can be processed.
7110
7111 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7112
7113 * longlines.el (longlines-mode): Add hacks for mail-mode and
7114 message-mode.
7115
7116 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7117
7118 * textmodes/org.el (org-table-sort-lines): New command.
7119 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7120 (org-add-file): Command removed, use `org-agenda-file-to-front'
7121 instead.
7122 (org-export-icalendar): Use `org-icalendar-combined-name'.
7123 (org-cycle-agenda-files, org-agenda-file-to-end)
7124 (org-agenda-file-to-front): New commands.
7125 (org-table-tab-jumps-over-hlines, org-export-html-style):
7126 New options.
7127 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7128 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7129 New functions.
7130 (org-fill-paragraph): Call `org-table-align' in tables.
7131 (org-mode): Call `org-set-autofill-regexps'.
7132 (org-export-as-html): Support for local handformatted lists.
7133 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7134 (org-export-local-list-max-depth): New option.
7135 (org-html-expand): Use `org-html-protect'.
7136
7137 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7140 to "p".
7141 (gdb): Move definition of gud-pp to...
7142
7143 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7144 speedbar.
7145 (gdb-find-watch-expression): New function.
7146
7147 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * faces.el (face-attribute, set-face-attribute): Mention existence
7150 of `:ignore-defface' setting in docstring.
7151
7152 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7153
7154 * simple.el (completion-setup-function): Fix last change.
7155
7156 2005-11-17 John Paul Wallington <jpw@pobox.com>
7157
7158 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7159 Use `posn-set-point' instead of `mouse-set-point' because the
7160 latter is not fbound when configured without X.
7161
7162 * comint.el (comint-insert-input): Likewise.
7163
7164 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * simple.el (hard-newline): New variable.
7167 (sendmail-user-agent-compose, next-line): Use it.
7168
7169 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7170 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7171 (mail-mail-reply-to, mail-mail-followup-to)
7172 (mail-position-on-field, mail-signature, mail-yank-original)
7173 (mail-attach-file): Likewise.
7174
7175 * mail/mailheader.el (mail-header-format)
7176 (mail-header-format-function): Likewise.
7177
7178 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7179
7180 2005-11-17 Juri Linkov <juri@jurta.org>
7181
7182 * font-lock.el (font-lock-faces): Rename this defgroup from
7183 `font-lock-highlighting-faces'.
7184 (font-lock-comment-face, font-lock-comment-delimiter-face)
7185 (font-lock-string-face, font-lock-doc-face)
7186 (font-lock-keyword-face, font-lock-builtin-face)
7187 (font-lock-function-name-face, font-lock-variable-name-face)
7188 (font-lock-type-face, font-lock-constant-face)
7189 (font-lock-warning-face, font-lock-negation-char-face)
7190 (font-lock-preprocessor-face)
7191 (font-lock-regexp-grouping-backslash)
7192 (font-lock-regexp-grouping-construct): Rename :group from
7193 `font-lock-highlighting-faces' to `font-lock-faces'.
7194
7195 * cus-edit.el (lisp, c, tex):
7196 * progmodes/ada-mode.el (ada):
7197 * progmodes/asm-mode.el (asm):
7198 * progmodes/cperl-mode.el (cperl-faces):
7199 * progmodes/cpp.el (cpp):
7200 * progmodes/dcl-mode.el (dcl):
7201 * progmodes/f90.el (f90):
7202 * progmodes/fortran.el (fortran):
7203 * progmodes/icon.el (icon):
7204 * progmodes/idlwave.el (idlwave-misc):
7205 * progmodes/m4-mode.el (m4):
7206 * progmodes/make-mode.el (makefile):
7207 * progmodes/meta-mode.el (meta-font):
7208 * progmodes/modula2.el (modula2):
7209 * progmodes/octave-mod.el (octave):
7210 * progmodes/pascal.el (pascal):
7211 * progmodes/perl-mode.el (perl):
7212 * progmodes/prolog.el (prolog):
7213 * progmodes/ps-mode.el (PostScript-edit):
7214 * progmodes/scheme.el (scheme):
7215 * progmodes/sh-script.el (sh-script):
7216 * progmodes/simula.el (simula):
7217 * progmodes/tcl.el (tcl):
7218 * textmodes/nroff-mode.el (nroff):
7219 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7220 * textmodes/sgml-mode.el (sgml):
7221 * textmodes/texinfo.el (texinfo):
7222 Add :link (custom-group-link font-lock-faces) to defgroup.
7223
7224 * hi-lock.el (hi-lock): Rename this defgroup from
7225 `hi-lock-interactive-text-highlighting'. Change parent group from
7226 `faces' to `font-lock'. Add link to the manual.
7227 (hi-lock-mode, hi-lock-file-patterns-range)
7228 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7229 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7230 (hi-lock-faces): Add :group `faces'.
7231
7232 * cus-edit.el (custom-variable-prompt): Clarify the code.
7233
7234 * faces.el (face-read-string): Set the default value arg of
7235 completing-read.
7236
7237 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7238
7239 * rfn-eshadow.el (file-name-shadow-properties)
7240 (file-name-shadow-tty-properties, file-name-shadow-mode):
7241 Remove autoloads, because the file is now preloaded.
7242
7243 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * printing.el (easy-menu-intern): Don't define.
7246 (pr-get-symbol): Use easy-menu-intern only if defined.
7247
7248 * simple.el (blink-matching-open): Simplify a bit.
7249 (completion-setup-function): Fix the case of partial-completion-mode
7250 when the minibuffer's contents start with "-".
7251 Obey completion-base-size-function even when
7252 minibuffer-completing-file-name is non-nil.
7253
7254 2005-11-16 Richard M. Stallman <rms@gnu.org>
7255
7256 * net/eudcb-ph.el (eudc-ph-open-session):
7257 Use set-process-query-on-exit-flag.
7258
7259 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7260
7261 * international/ucs-tables.el (ucs-set-table-for-input):
7262 Use make-local-variable, not make-variable-buffer-local.
7263
7264 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7265 Improve warning message text.
7266
7267 * savehist.el (savehist-save-hook): Add :group.
7268
7269 * menu-bar.el (menu-bar-help-menu):
7270 Rename Find Extra Packages to External Packages.
7271
7272 * cus-edit.el (Custom-reset-standard): Verify that
7273 :custom-standard-value prop exists before calling it.
7274
7275 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7276
7277 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7278
7279 * wid-edit.el (color): Enclose %t in %{...%}.
7280
7281 * cus-edit.el (face): Enclose %t in %{...%}.
7282
7283 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7284
7285 * savehist.el (savehist-mode-hook): Re-add the var.
7286 (savehist-mode): Use it.
7287
7288 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * textmodes/flyspell.el: Fix commenting convention.
7291 Remove unnecessary leading * in custom docstrings.
7292 (flyspell-emacs): Remove unused var.
7293 (flyspell-delete-region-overlays): Use remove-overlays.
7294 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7295 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7296 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7297 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7298 (make-flyspell-overlay): Don't locally reuse a global name.
7299 (flyspell-highlight-incorrect-region)
7300 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7301 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7302 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7303 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7304 Wrap calls to accept-process-output inside with-local-quit since it's
7305 often called from a post-command-hook.
7306 (flyspell-correct-word, flyspell-auto-correct-word):
7307 Use ispell-send-string.
7308 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7309
7310 * calendar/diary-lib.el (diary-list-entries): Also hide the
7311 terminating newline.
7312
7313 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7314
7315 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7316 window-system, to allow fonts on tty.
7317
7318 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7319
7320 * progmodes/gud.el (gud-speedbar-item-info): New function.
7321 (gud-install-speedbar-variables): Use it to display data type
7322 of watch expression as a tooltip in speedbar.
7323
7324 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * font-core.el (global-font-lock-mode): Add :version keyword,
7327 because default was changed.
7328
7329 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7330
7331 * startup.el (command-line): Use `custom-reevaluate-setting' for
7332 `file-name-shadow-mode'.
7333
7334 * loadup.el: Preload rfn-eshadow.
7335
7336 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7337 Add :version keyword.
7338 (file-name-shadow-properties, file-name-shadow-tty-properties)
7339 (file-name-shadow): Add :version keyword.
7340
7341 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7342 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7343 in the custom-group property of the symbol frames and the fringe
7344 group got no link to its parent group frames.
7345 Doc fix.
7346
7347 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7348
7349 * progmodes/gud.el (gud-stop-subjob): New function.
7350 (gud-menu-map, gud-tool-bar-map): Use it.
7351
7352 2005-11-16 Kim F. Storm <storm@cua.dk>
7353
7354 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7355 than kill it.
7356 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7357 to a more useful/logical place.
7358
7359 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7360
7361 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7362 go buttons complementary.
7363
7364 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7367 (rfn-eshadow-sifn-equal): New function.
7368 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7369
7370 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7371
7372 * viper-utils.el (viper-non-word-characters-reformed-vi):
7373 Quote `-' in string.
7374
7375 * viper.el (viper-emacs-state-mode-list): Ensure that
7376 rcirc-mode buffers come up in Emacs state.
7377
7378 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7379 operation.
7380
7381 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7382
7383 * term.el (term-termcap-format): Fix typos.
7384 (term-down): Fix the negative argument case.
7385
7386 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7389 2005-08-15.
7390 (gdb-ann3): New command gud-go.
7391 (menu): Accomodate gdb-mi.el.
7392 (gdb-assembler-custom): Make buffer of selected window current
7393 so that set-window-point works.
7394
7395 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7396 buttons and include new ones.
7397
7398 2005-11-16 Kim F. Storm <storm@cua.dk>
7399
7400 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7401 (gud-menu-map): Use it.
7402
7403 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7404
7405 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7406 that works correctly for Custom and that does not override a user
7407 who disables it.
7408
7409 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7410 (help-xref-interned, help-follow): Make hyperlinks for variables
7411 that are unbound, but have a non-nil variable-documentation property.
7412
7413 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7414 mode hook. (It conflicted with defcustoms for some mode hooks.)
7415 Use the `variable-documentation' property to give the mode hook a
7416 docstring and expand that docstring.
7417
7418 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7419
7420 * savehist.el (savehist-mode): Don't bother with
7421 `custom-set-minor-mode'.
7422 (savehist-coding-system): Check XEmacs version.
7423 (history-length): Declare also at run time.
7424 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7425 Don't set the customize state.
7426 (savehist-minibuffer-hook): Special case for when
7427 minibuffer-history-variable is equal to t.
7428
7429 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * files.el (write-file): Refresh VC status.
7432
7433 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7434 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7435 than fundamental-mode to see if the mode was set.
7436
7437 2005-11-14 Romain Francoise <romain@orebokech.com>
7438
7439 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7440 dummy function in `eval-when-compile' to avoid compiler warning.
7441 Require `man' at compile time.
7442
7443 2005-11-14 Jay Belanger <belanger@truman.edu>
7444
7445 * calc-alg.el (calcFunc-write-out-power): Rename it to
7446 calcFunc-powerexpand.
7447 (math-write-out-power): Rename it to math-powerexpand; have it
7448 handle negative exponents.
7449 (calc-writeoutpower): Rename it to calc-powerexpand.
7450
7451 * calc-ext.el: Change calcFunc-writeoutpower and
7452 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7453 autoloads.
7454 Add calcFunc-ldiv to autoloads.
7455
7456 * calc-arith.el (calcFunc-ldiv): New function.
7457
7458 * calc.el (calc-left-divide): New function.
7459
7460 2005-11-14 Juri Linkov <juri@jurta.org>
7461
7462 * cus-edit.el (custom-variable-prompt): Set the default value arg
7463 of completing-read.
7464
7465 * cus-dep.el (custom-make-dependencies): Reverse the list of
7466 found dependencies.
7467
7468 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7469
7470 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7471 Highlighting" entry, it is on by default now.
7472 (menu-bar-options-save): Do not save global-font-lock-mode.
7473
7474 2005-11-13 Richard M. Stallman <rms@gnu.org>
7475
7476 * textmodes/flyspell.el (flyspell-large-region):
7477 Call flyspell-accept-buffer-local-defs.
7478
7479 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7480
7481 * textmodes/flyspell.el (flyspell-notify-misspell):
7482 Fix misspelling of "Misspelling".
7483 (flyspell-process-localwords): New function.
7484 (flyspell-large-region): Call flyspell-process-localwords and
7485 flyspell-delete-region-overlays.
7486 (flyspell-delete-region-overlays): New function.
7487 (flyspell-delete-all-overlays): Call that.
7488
7489 2005-11-13 Richard M. Stallman <rms@gnu.org>
7490
7491 * help.el (help-for-help-internal): Improve doc of C-h a.
7492 (describe-key): Improve prompt; doc fix.
7493
7494 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * vc-svn.el (vc-svn-registered): Catch all errors.
7497
7498 * cus-dep.el (custom-make-dependencies): Typo.
7499
7500 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7501
7502 * net/tramp-util.el (top): Fix compilation warning.
7503
7504 2005-11-13 Kim F. Storm <storm@cua.dk>
7505
7506 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7507
7508 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7509
7510 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7511 (gud-speedbar-buttons): Match on "const char *" too.
7512
7513 * progmodes/gdb-ui.el (gdb-var-create-handler)
7514 (gdb-var-list-children-handler): Match on "const char *" too.
7515 (gdb-var-evaluate-expression-handler): Match on empty string.
7516 (gdb-var-update-handler): Only call
7517 gdb-var-evaluate-expression-handler when required.
7518
7519 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7520
7521 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7522 selected window. This still doesn't work for speedbar.
7523 (gud-speedbar-buttons): Handle string expressions properly.
7524
7525 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7526 (gdb-var-create-handler): Handle string expressions properly.
7527 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7528 Handle string expressions properly. Move "type" field into regexp.
7529
7530 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7531
7532 * bookmark.el (bookmark-maybe-message): New function to reduce
7533 code duplication: invokes `message' iff baud-rate is high enough.
7534 (bookmark-write-file): Use above instead of an inline conditional.
7535 (bookmark-load): Same.
7536
7537 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7538
7539 * bookmark.el (bookmark-write-file): Don't visit the destination
7540 file, just write the data to it using write-region. This is
7541 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7542 change to avoid visiting the file in the first place.
7543
7544 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7545
7546 * hi-lock.el (hi-lock-mode): Set the default value of
7547 font-lock-defaults.
7548
7549 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7550
7551 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7552 arg to `file-attributes'.
7553 (find-lisp-format): The UID and GID can now be strings.
7554
7555 2005-11-12 Kim F. Storm <storm@cua.dk>
7556
7557 * help.el (help-map): Bind C-h d to apropos-documentation.
7558
7559 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7560 when point is at end-of-buffer.
7561
7562 * apropos.el (apropos-match-face): Doc fix.
7563 (apropos-sort-by-scores): Add new choice `verbose'.
7564 (apropos-documentation-sort-by-scores): New defcustom.
7565 (apropos-pattern): Now contains the pattern entered by the user.
7566 (apropos-pattern-quoted): New defvar.
7567 (apropos-regexp): New defvar, containing the regexp corresponding
7568 to apropos-pattern.
7569 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7570 (apropos-read-pattern): New defun. Use it to read pattern arg in
7571 interactive calls; returns list of words for a word list, and
7572 string for a regexp.
7573 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7574 parses a list of words or regexp as returned by apropos-read-pattern.
7575 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7576 (apropos-score-doc): Return a very high score if the string
7577 entered by the user matches literally.
7578 (apropos-variable): Doc fix. Use apropos-read-pattern.
7579 (apropos-command): Doc fix. Use apropos-read-pattern and
7580 apropos-parse-pattern. Call apropos-print with nosubst=t.
7581 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7582 apropos-parse-pattern.
7583 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7584 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7585 apropos-documentation-sort-by-scores. Call apropos-print with
7586 nosubst=t.
7587 (apropos-documentation-internal): Pass doc string through
7588 substitute-key-definition before adding text properties.
7589 Highlight substring matching literal user input if possible.
7590 (apropos-documentation-check-doc-file): Remove locals beg and end.
7591 Fix calculation of score (as added twice). Pass doc string through
7592 substitute-key-definition before adding text properties.
7593 (apropos-documentation-check-elc-file): Pass doc string through
7594 substitute-key-definition before adding text properties.
7595 Highlight substring matching literal user input if possible.
7596 (apropos-print): Add new arg NOSUBST; if set, command and variable
7597 doc strings have already been passed through substitute-key-definition.
7598 Add code to handle apropos-accumulator items without score element
7599 for backwards compatibility (e.g. with woman package).
7600 Only show scores if apropos-sort-by-scores is `verbose'.
7601
7602 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7605 Add jka-compr-load-suffixes to load-suffixes.
7606
7607 * jka-compr.el: Require jka-cmpr-hook.
7608 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7609 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7610 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7611 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7612 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7613 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7614 (jka-compr-uninstall): Remove entries from
7615 jka-compr-added-to-file-coding-system-alist after they are used.
7616 (jka-compr-error): Remove unused var `curbuf'.
7617 (jka-compr-file-local-copy): Remove unused var `notfound'.
7618
7619 2005-11-10 Romain Francoise <romain@orebokech.com>
7620
7621 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7622
7623 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7624
7625 * progmodes/gud.el (gud-menu-map): Move parentheses.
7626 (gdb): New command gud-pv.
7627
7628 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * tar-mode.el: Remove spurious or unnecessary leading stars
7631 in docstrings.
7632 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7633 (tar-parse-octal-integer-safe): Use mapc.
7634 (tar-header-block-summarize): Remove unused var `ck'.
7635 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7636 cleared before. Obey default-enable-multibyte-characters.
7637 Use mapconcat. Simplify setting of tar-header-offset.
7638 (tar-mode-map): Move initialization inside delcaration.
7639 (tar-flag-deleted): Use `abs'.
7640 (tar-expunge-internal): Remove unused var `line'.
7641 (tar-expunge-internal): Don't hardcode point-min==1.
7642 (tar-expunge): Widen while doing set-buffer-multibyte.
7643 (tar-rename-entry): Use file-name-coding-system.
7644 (tar-alter-one-field): Don't hardcode point-min==1.
7645 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7646 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7647
7648 2005-11-10 Masatake YAMATO <jet@gyve.org>
7649
7650 * add-log.el (add-log-current-defun): Handle class::method
7651 notation of c++. Fix incorrect comment.
7652
7653 2005-11-10 Alan Mackenzie <acm@muc.de>
7654
7655 * help-fns.el (describe-variable): Make C-h v work when a variable
7656 has variable documentation yet is unbound.
7657
7658 2005-11-10 Masatake YAMATO <jet@gyve.org>
7659
7660 * man.el (Man-highlight-references): Set an empty
7661 string to `Man-arguments' if it is nil.
7662 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7663
7664 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7667 commenting conventions.
7668
7669 * cus-dep.el (custom-make-dependencies): Simplify.
7670 Better follow the commenting conventions.
7671
7672 2005-11-09 Richard M. Stallman <rms@gnu.org>
7673
7674 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7675 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7676 All uses changed.
7677 (apropos-rewrite-regexp): Doc fix.
7678 (apropos-variable, apropos-command, apropos, apropos-value):
7679 Change prompt; carry through the argument renaming.
7680
7681 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7682
7683 * find-lisp.el: Require dired.
7684 (find-lisp-find-dired-internal): Do not call
7685 `abbreviate-file-name' on DIR.
7686
7687 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7688
7689 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7690
7691 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7692
7693 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7694 when using the speedbar.
7695 (gdb): New command gud-pp.
7696 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7697
7698 2005-11-09 Juri Linkov <juri@jurta.org>
7699
7700 * replace.el (occur-excluded-properties): New defcustom.
7701 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7702
7703 2005-11-08 Jay Belanger <belanger@truman.edu>
7704
7705 * calc/calc-units.el (math-convert-units): Replace any composite
7706 unit by its definition.
7707
7708 2005-11-08 Lars Hansen <larsh@soem.dk>
7709
7710 * emacs-lisp/autoload.el (update-directory-autoloads):
7711 Add obsolete function alias.
7712
7713 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7716 comment-indent-function.
7717 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7718
7719 * reveal.el (reveal-post-command): Rework the handling of
7720 reveal-open-spots, so as to be more reliable. There were several
7721 tricky corner cases where an open spot might be lost, or where
7722 a closed spot might end up on the list of open spots.
7723 Only reveal text that's ellipsised.
7724
7725 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7726
7727 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7728
7729 2005-11-07 John Paul Wallington <jpw@gnu.org>
7730
7731 * ibuffer.el (ibuffer): Search iconified frames too when
7732 getting Ibuffer buffer's window.
7733
7734 2005-11-06 Richard M. Stallman <rms@gnu.org>
7735
7736 * progmodes/compile.el (compilation-internal-error-properties):
7737 save-excursion around the computation of MARKER.
7738
7739 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7740
7741 * textmodes/flyspell.el (flyspell-external-point-words):
7742 flyspell-get-word returns a list, not just a string.
7743
7744 2005-11-06 John Paul Wallington <jpw@pobox.com>
7745
7746 * ibuffer.el (ibuffer): Search all visible frames when getting
7747 Ibuffer buffer's window.
7748
7749 2005-11-07 Masatake YAMATO <jet@gyve.org>
7750
7751 * man.el (Man-reference-regexp): Accept spaces between
7752 `Man-name-regexp' and `Man-section-regexp'.
7753 (Man-apropos-regexp): New variable.
7754 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7755 if available.
7756 (Man-highlight-references, Man-highlight-references0):
7757 Handle the case when `Man-arguments' includes "-k".
7758 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7759 `TARGET'. `TARGET' can be a number, function or nil.
7760
7761 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7762
7763 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7764 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7765 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7766 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7767 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7768 (gdb-send-item): Use buffer-local-value and simplify.
7769
7770 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * startup.el (command-line): Use `custom-reevaluate-setting' for
7773 `global-font-lock-mode'.
7774
7775 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7776 by default, except in batch mode or when the -D option is given.
7777
7778 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7779 specified keyword args on to `define-minor-mode'. Update docstring.
7780
7781 2005-11-05 Romain Francoise <romain@orebokech.com>
7782
7783 * replace.el (occur-engine): Add marker at end of line, too.
7784
7785 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7786
7787 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7788 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7789 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7790 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7791 argument to all these routines, so the passphrase can be managed
7792 externally and passed in to the system.
7793 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7794 pgg-add-passphrase-to-cache function.
7795
7796 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7797 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7798 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7799 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7800 argument to all these routines, so the passphrase can be managed
7801 externally and passed in to the system.
7802 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7803 function.
7804
7805 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7806
7807 * font-lock.el: Don't deal with font-lock-face-attributes here,
7808 move the code ...
7809
7810 * startup.el (command-line): ... here. Use face-spec-set instead
7811 of custom-declare-face.
7812
7813 * faces.el (face-spec-set): Reset the face if spec is not nil.
7814
7815 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * newcomment.el (comment-region-internal): Box more tightly in the
7818 common case where there's no TAB in the boxed text.
7819
7820 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7821
7822 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7823 up-node.
7824
7825 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7826
7827 * newsticker.el: Commentary updated. Code formatting changed.
7828 (newsticker-version): Change to "1.9".
7829 (newsticker, newsticker-feed): Doc fix.
7830 (newsticker-url-list): Doc fix. Add option "Weekly".
7831 (newsticker-retrieval-interval): Add option "Weekly".
7832 (newsticker-headline-processing): Doc fix.
7833 (newsticker-auto-mark-filter): Remove.
7834 (newsticker-auto-mark-filter-list): New.
7835 (newsticker-layout, newsticker-sort-method): Doc fix.
7836 (newsticker-hide-old-items-in-newsticker-buffer)
7837 (newsticker-heading-format, newsticker-item-format)
7838 (newsticker-desc-format): Doc fix.
7839 (newsticker-show-all-rss-elements): Remove.
7840 (newsticker-show-all-news-elements): New.
7841 (newsticker-faces, newsticker-ticker): Doc fix.
7842 (remove-from-invisibility-spec): Code formatting.
7843 (newsticker--process-ids): New.
7844 (newsticker-mode): Doc fix.
7845 (newsticker-mode): Change mode-line-format.
7846 (newsticker-start): Remove debug output.
7847 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7848 (newsticker-w3m-show-inline-images): Code formatting.
7849 (newsticker-next-item): Call `force-mode-line-update'.
7850 (newsticker-previous-item): Call `force-mode-line-update'.
7851 (newsticker-next-feed): Call `force-mode-line-update'.
7852 (newsticker-previous-feed): Call `force-mode-line-update'.
7853 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7854 (newsticker-show-old-items): Do not show descs.
7855 (newsticker-hide-entry): Hide too much.
7856 (newsticker-hide-entry, newsticker-show-entry)
7857 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7858 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7859 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7860 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7861 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7862 (newsticker-get-news): Call `force-mode-line-update'.
7863 Collect process ids.
7864 (newsticker--sentinel): Change coding system handling.
7865 Move image retrieval to new functions newsticker--get-logo-url-*.
7866 Move feed parsing to new functions newsticker--parse-*.
7867 Update list of process ids.
7868 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7869 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7870 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7871 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7872 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7873 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7874 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7875 (newsticker--decode-coding-string): Remove.
7876 (newsticker--decode-numeric-entities): Check input. Format code.
7877 (newsticker--remove-whitespace): Check input.
7878 (newsticker--do-forget-preformatted): Doc fix.
7879 (newsticker--decode-rfc822-date): Allow for missing time.
7880 (newsticker--update-process-ids): New.
7881 (newsticker--image-sentinel): Change comment.
7882 (newsticker--image-read): Change error message.
7883 (newsticker--imenu-goto): Doc fix. Show headline title.
7884 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7885 (newsticker--buffer-do-insert-text): Clean whitespace in
7886 html-rendered headline title. Code formatting.
7887 Call `newsticker--buffer-print-extra-elements'.
7888 (newsticker--buffer-print-extra-element): Remove.
7889 (newsticker--buffer-print-extra-elements): New.
7890 (newsticker--buffer-do-print-extra-element): New.
7891 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7892 large sizes.
7893 (newsticker--run-auto-mark-filter)
7894 (newsticker--do-run-auto-mark-filter):
7895 Use `newsticker-auto-mark-filter-list'.
7896
7897 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7898
7899 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7900 (rcirc-print): Force redisplay before running hooks. Do long
7901 buffer truncation after making new text read-only. Deal with nil
7902 text when decoding strings. If TARGET is nil, use either the
7903 currently selected buffer, if it is an rcirc buffer and of the
7904 same process or the process buffer.
7905 (rcirc-mode): Remove header-line. Recompute short buffer names.
7906 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7907 (rcirc-short-buffer-name): Add variable.
7908 (rcirc-kill-buffer-hook): Recompute short buffer names.
7909 Remove nick from private channel.
7910 (rcirc-send-input): Send command text to current-buffer.
7911 Don't clear overlay arrow here.
7912 (rcirc-short-buffer-name): Return a short buffer name.
7913 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7914 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7915 buffer-name abbreviations.
7916 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7917 Do not touch nick-table when killing a parted channel.
7918 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7919 Clear arrow from current buffer if it is now hidden.
7920 (rcirc-current-buffer): Add variable.
7921 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7922 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7923 Remove -face from names.
7924 (rcirc-update-activity-string): Print "DND" when globally ignoring
7925 activity.
7926 (rcirc-ignore-buffer-activity-flag): Rename from
7927 rcirc-ignore-channel-activity.
7928 (rcirc-ignore-all-activity-flag): Doc fix.
7929 (rcirc-channels): Remove variable.
7930 (rcirc-kill-buffer-hook):
7931 (rcirc-get-buffer-create): Add nick to private channel.
7932 (rcirc-multiline-edit-submit): Remove tabs.
7933 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7934 folded.
7935 (rcirc-remove-nick-channel): Bug fix.
7936 (rcirc-toggle-ignore-buffer-activity): Rename from
7937 rcirc-toggle-ignore-channel-activity.
7938 (rcirc-record-activity): Add buffers to the front of the list.
7939 (rcirc-update-activity): Remove killed buffers from list.
7940 (rcirc-process-server-response-1): Remove last argument if it is
7941 null before calling handler.
7942 (rcirc): Add "rcirc" defcustom prefix.
7943 (rcirc-prompt): Simplify default prompt.
7944 Use custom-initialize-default.
7945 (rcirc-private-chats): Remove variable.
7946 (rcirc-prompt): Change initialization.
7947 (rcirc-version): Remove function.
7948 (rcirc-id-string): Add constant.
7949 (rcirc-last-buffer): Remove variable.
7950 (rcirc-buffer-alist): Add variable.
7951 (rcirc-connect): Update variable setup.
7952 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7953 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7954 default.
7955 (rcirc-handler-generic): Trigger activity.
7956 (rcirc-send-message): Create the buffor of the target.
7957 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7958 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7959 (rcirc-multiline-edit-cancel): Remove function.
7960 (rcirc-set-last-buffer): Remove function.
7961 (rcirc-get-any-buffer): Add function.
7962 (rcirc-join-channels): Don't print /join text.
7963 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7964 messages.
7965 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7966 (rcirc-handler-NOTICE): Recognize CTCP responses.
7967 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7968 constructing TOPIC string for buffers we are not JOINed.
7969 (rcirc-handler-CTCP-response): Add handler.
7970 (rcirc-multiline-edit-submit): Restore the window-configuration
7971 before adjusting point.
7972 (rcirc): Add customization group.
7973 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7974 (rcirc-user-full-name, rcirc-startup-channels-alist)
7975 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7976 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7977 (rcirc-input-ring-size, rcirc-read-only-flag)
7978 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7979 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7980 Change defvar to defcustom.
7981 (rcirc-update-prompt): Add optional ALL arg, which will update
7982 prompts in all rcirc buffers. Regexp quote replacement text.
7983 (rcirc-fill-column): Accept frame-width as a value.
7984 (rcirc-set-changed): Add function.
7985 (rcirc-next-active-buffer): Write more meaningful messages.
7986 (rcirc-faces): Add customization group.
7987 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7988 (rcirc-nick-in-message-face, rcirc-prompt-face)
7989 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7990 (with-rcirc-process-buffer): Move before first usage.
7991 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7992 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7993 (rcirc-debug): Rename from `rcirc-log'.
7994 (rcirc-format-response-string): Do not print `-' chars for a
7995 NOTICE with no sender. Simplify output of server responses.
7996
7997 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7998
7999 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8000 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8001 Make urls mouse and RET clickable.
8002
8003 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8004
8005 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8006
8007 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8008
8009 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8010 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8011 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8012 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8013 argument to all these routines, so the passphrase can be managed
8014 externally and passed in to the system.
8015 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8016 pgg-add-passphrase-to-cache function.
8017
8018 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8019 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8020 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8021 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8022 argument to all these routines, so the passphrase can be managed
8023 externally and passed in to the system.
8024 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8025 function.
8026
8027 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8028
8029 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8030 from goto-address-url-regexp.
8031
8032 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8033
8034 * textmodes/org.el (org-read-date, org-goto-calendar)
8035 (org-recenter-calendar, org-agenda-goto-calendar):
8036 Temporarily clear `calendar-move-hook'.
8037
8038 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8039
8040 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8041 merging.
8042
8043 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8044 have merge clashes.
8045
8046 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8047
8048 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8049 Undo previous change.
8050
8051 * startup.el (command-line): Use `custom-reevaluate-setting' for
8052 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8053 tty-register-default-colors on Mac.
8054
8055 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8056
8057 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8058 (gdb-buffer-type): Make it automatically buffer local...
8059 (gdb-get-create-buffer): ...and set it accordingly.
8060 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8061 actually work.
8062
8063 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8064
8065 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8066 not red.
8067
8068 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8069
8070 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8071 case GUD buffer is not visible.
8072 (gdb-goto-breakpoint): Try to force display in source buffer.
8073 (gdb-frame-gdb-buffer): Copy other similar functions.
8074 (gdb-restore-windows): Don't display source if not asked for.
8075 (gdb-assembler-buffer-name): Don't capitalise.
8076
8077 2005-11-03 Richard M. Stallman <rms@gnu.org>
8078
8079 * wid-edit.el (key-sequence): New widget type.
8080
8081 * simple.el (set-mark-command-repeat-pop): New variable.
8082 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8083 if set-mark-command-repeat-pop is true.
8084
8085 * info.el (Info-fontify-node): Don't display extra "see" if there
8086 already is one here.
8087
8088 * mouse.el: Fix special handling of DEL after dragging a region:
8089 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8090 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8091
8092 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8093
8094 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8095 not to assume it pertains to an affix.
8096
8097 * textmodes/flyspell.el (flyspell-post-command-hook):
8098 Bind deactivate-mark to prevent deactivation.
8099
8100 2005-11-03 Lars Hansen <larsh@soem.dk>
8101
8102 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8103 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8104 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8105
8106 2005-11-03 Romain Francoise <romain@orebokech.com>
8107
8108 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8109 Update copyright years.
8110
8111 2005-11-03 Sam Steingold <sds@gnu.org>
8112
8113 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8114 Use system-type instead of window-system because window-system is not
8115 correctly defined during loadup.
8116
8117 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8118
8119 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8120 (xml-parse-tag): Join strings separated by a comment properly.
8121
8122 2005-11-02 Andreas Schwab <schwab@suse.de>
8123
8124 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8125
8126 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8129 (byte-optimize-pure-func): Quote the eval'd value.
8130
8131 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8132 Rename from perl-font-lock-syntactic-face-function.
8133 Change the calling convention so it can be used as a font-lock MATCHER.
8134 Do the parse-partial-sexp loop outselves.
8135 (perl-font-lock-syntactic-keywords): Use it.
8136 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8137
8138 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8139
8140 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8141 disassembly buffer too.
8142 (gdb-exited): Remove overlay arrows when execution has finished.
8143 (gdb-info-frames-custom, gdb-info-threads-custom)
8144 (gdb-info-registers-custom): Don't add inappropriate text
8145 properties if inferior is not active.
8146
8147 2005-11-02 Glenn Morris <rgm@gnu.org>
8148
8149 * progmodes/fortran.el (fortran-blink-match):
8150 Use `blink-matching-delay'.
8151
8152 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8153
8154 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8155
8156 2005-11-02 Lars Hansen <larsh@soem.dk>
8157
8158 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8159 "Permission denied".
8160
8161 2005-11-01 Richard M. Stallman <rms@gnu.org>
8162
8163 * textmodes/flyspell.el (flyspell-external-point-words):
8164 Pass nil to flyspell-get-word.
8165
8166 2005-11-02 Kim F. Storm <storm@cua.dk>
8167
8168 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8169 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8170
8171 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8174 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8175 (calendar-mouse-print-dates): Add optional `event' argument.
8176 Update interactive-spec.
8177 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8178 Use `calendar-event-to-date' instead of `event'.
8179
8180 2005-11-02 Masatake YAMATO <jet@gyve.org>
8181
8182 * progmodes/ld-script.el (ld-script-builtins):
8183 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8184 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8185 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8186
8187 2005-11-01 Romain Francoise <romain@orebokech.com>
8188
8189 * vc-sccs.el: Update copyright year.
8190 * ezimage.el: Likewise.
8191
8192 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8193
8194 * info.el (Info-fontify-node): Use `string-width' for fontifying
8195 underlined titles.
8196
8197 2005-11-01 Juri Linkov <juri@jurta.org>
8198
8199 * info.el (Info-fontify-node): Downcase node header keywords Node,
8200 Prev, Next, Up before comparison.
8201 (Info-history): Insert absolute directory name, and put invisible
8202 property on it.
8203
8204 2005-11-01 Juri Linkov <juri@jurta.org>
8205
8206 * info.el (Info-file-supports-index-cookies): New variable.
8207 (Info-find-node-2): Check makeinfo version for index cookie support.
8208 (Info-index-nodes): Search for nodes with index cookies only when
8209 Info-file-supports-index-cookies is t. Otherwise, search nodes
8210 with "Index" in the node name.
8211 (Info-index-node): Search index cookie in the current node only when
8212 Info-file-supports-index-cookies is t. Otherwise, check the word
8213 "Index" in the node name.
8214 (Info-find-emacs-command-nodes): Remove code that searches nodes
8215 with "Index" node name in the top menu.
8216
8217 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * progmodes/scheme.el (scheme-mode-variables): Use the default
8220 comment-indent-function.
8221
8222 * faces.el (face-attribute): Handle the case where a face inherits from
8223 a non-existent face.
8224
8225 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8226 for octal and hexa output, and merge the char into the paren.
8227 (kill-new): Use push.
8228 (copy-to-buffer): Use with-current-buffer.
8229 (completion-setup-function): Move code in loop to remove redundancy.
8230 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8231 those inherited from minibuffer-local-completion-map.
8232
8233 * savehist.el (savehist-mode) <defcustom>:
8234 Use custom-set-minor-mode if available.
8235 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8236 and emit a message if applicable.
8237
8238 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8239
8240 * savehist.el: Sync up to version 19.
8241 (savehist-mode): New minor mode.
8242 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8243 (savehist-length): Remove (use history-length instead).
8244 (savehist-file-modes): Rename from savehist-modes.
8245 (savehist-save-hook, savehist-loaded): New vars.
8246 (savehist-load): Use savehist-mode. Try to smooth up transition from
8247 old format to new format.
8248 (savehist-install): Allow savehist-autosave-interval to be nil.
8249 (savehist-save): Run the new hook. Be more careful to only trim the
8250 history variables.
8251 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8252 (savehist-printable): Print into a buffer rather than char-by-char.
8253
8254 2005-11-01 John Wiegley <johnw@newartisans.com>
8255
8256 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8257 toggle-ignore keybinding (C-a). The author said it had been
8258 disabled much earlier due to a possible incompatibility, but after
8259 many months of usage I have encountered no problems (and it is a
8260 rather useful option, especially for switching to " *temp*").
8261
8262 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8263 support for OS/X's AddressBook, by calling out to the open source
8264 program "contacts" (installable through Fink).
8265
8266 * net/eudc.el (eudc-expand-inline): If the
8267 `eudc-multiple-match-handling-method' is set to `all', delete the
8268 query string before inserting the query result.
8269
8270 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8271 flag, to prevent Eshell from using the system ls when
8272 `eshell-ls-insert-directory' is in used.
8273 (eshell-ls-insert-directory): Disable font-lock in directory
8274 buffer so that Eshell's own fontification is seen. This broke
8275 recently due to changes in font-lock, so this goes back to version
8276 21 behavior.
8277
8278 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8279
8280 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8281 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8282 (gdb-many-windows): Doc fix.
8283
8284 2005-10-31 Romain Francoise <romain@orebokech.com>
8285
8286 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8287
8288 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8289
8290 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8291 that global-font-lock-mode can be enabled by default.
8292
8293 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8294 (font-lock-add-keywords, font-lock-remove-keywords)
8295 (font-lock-fontify-buffer): Remove autoload cookies.
8296
8297 * jit-lock.el (jit-lock-register): Likewise.
8298
8299 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8300
8301 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8302
8303 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8304 intact if there is no gud-comint-buffer.
8305
8306 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8307
8308 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8309 old prompt comint-prompt-read-only is t and GDB commands are
8310 issued from tool bar etc.
8311
8312 2005-10-31 Masatake YAMATO <jet@gyve.org>
8313
8314 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8315
8316 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8317
8318 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8319 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8320
8321 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8322
8323 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8324 starting at beginning of line. Fontification is messed up when
8325 `open-paren-in-column-0-is-defun-start' set to t.
8326 Reported by John Paul Wallington <jpw@pobox.com>.
8327
8328 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8329
8330 * comint.el (comint-send-input): Call `comint-update-fence' when
8331 `comint-process-echoes' and `comint-prompt-read-only' are both
8332 non-nil, to avoid leftover read-only newline.
8333
8334 2005-10-30 Richard M. Stallman <rms@gnu.org>
8335
8336 * textmodes/flyspell.el (flyspell-external-point-words):
8337 Detect when WORD can't be checked properly because
8338 flyspell-get-word finds just part of it, and move on.
8339
8340 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8341 boundarychar for Polish.
8342 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8343 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8344
8345 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8346
8347 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8348 (gdb-registers-font-lock-keywords): Delete.
8349 (gdb-registers-mode): Don't fontify.
8350 (gdb-info-registers-custom): Use text properties instead as, in
8351 future, changed register values will use font-lock-warning-face.
8352 (gdb-local-font-lock-keywords): Rename to...
8353 (gdb-locals-font-lock-keywords): ...for consistency.
8354
8355 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8356
8357 * vc.el (vc-switch-backend): Better error message if the buffer is
8358 not visiting a file under version control.
8359
8360 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8361
8362 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8365 ~/.emacs.d/.emacs.
8366
8367 2005-10-29 Richard M. Stallman <rms@gnu.org>
8368
8369 * replace.el (occur-mode-mouse-goto): Always go to other window.
8370 (occur-mode-goto-occurrence): Always switch in same window.
8371
8372 * simple.el (undo): Display message at end, not at start.
8373
8374 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8375 New arg REUSE-CELL.
8376 (cancel-timer-internal): New function.
8377 (timer-event-handler): Use cancel-timer-internal,
8378 and pass the cell it returns to timer-activate...
8379
8380 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8381 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8382 (jit-lock-after-change): Test memory-full.
8383
8384 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8385
8386 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8387 part of the decoded armor to find the key-identifier.
8388 (pgg-gpg-lookup-key-owner): New function to return the
8389 human-readable identifier of a key owner.
8390 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8391 key itself.
8392 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8393 the key value) if we have a key and can match it against a secret
8394 key. Also, added a note pointing out fact that the prompt only
8395 indicates the first matching key.
8396
8397 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8398 pgg-decrypt-region.
8399 (pgg-pending-timers): A new hash for tracking the passphrase cache
8400 timers, so that new ones supercede old ones.
8401 (pgg-add-passphrase-to-cache): Rename from
8402 `pgg-add-passphrase-cache' to reduce confusion (all callers
8403 changed). Modified to cancel old timers when new ones are added.
8404 (pgg-remove-passphrase-from-cache): Rename from
8405 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8406 changed). Modified to cancel old timers when their keys are
8407 removed from the cache.
8408 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8409 XEmacs, an indirection to delete-itimer.
8410 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8411 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8412 users can only check cache without risk of prompting. Correct bug in
8413 notruncate behavior.
8414 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8415 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8416 Add informative docstrings.
8417 (pgg-decrypt): Convey provided passphrase in subordinate call to
8418 pgg-decrypt-region.
8419
8420 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8421 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8422 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8423 `passphrase' argument, so the passphrase can be managed externally
8424 and then passed in to the system.
8425
8426 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8427 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8428 so the passphrase cache can be used reliably with identifiers
8429 besides a pgp packet's key id.
8430
8431 * pgg-gpg.el (pgg-pgp-encrypt-region)
8432 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8433 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8434 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8435 argument to all these routines, so the passphrase can be managed
8436 externally and passed in to the system.
8437
8438 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8439 `notruncate' argument, so the passphrase cache can be used
8440 reliably with identifiers besides a pgp packet's key id.
8441
8442 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8443
8444 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8445 symmetric encryption.
8446 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8447 encrypted session key.
8448 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8449 message ask for the passphrase in a proper way.
8450
8451 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8452 New user commands for symmetric encryption.
8453
8454 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8455
8456 * textmodes/conf-mode.el (conf-assignment-sign)
8457 (conf-assignment-regexp): Fix docstrings.
8458 (conf-mode-initialize): New function.
8459 (conf-mode): Remove optional args. Use delay-mode-hooks to
8460 recognize recursive calls.
8461 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8462 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8463 (conf-xdefaults-mode): Use define-derived-mode and
8464 conf-mode-initialize.
8465
8466 2005-10-29 Romain Francoise <romain@orebokech.com>
8467
8468 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8469
8470 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8471
8472 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8473 part of the decoded armor to find the key-identifier.
8474 (pgg-gpg-lookup-key-owner): New function to return the
8475 human-readable identifier of a key owner.
8476 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8477 key itself.
8478 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8479 the key value) if we have a key and can match it against a secret
8480 key. Also, added a note pointing out fact that the prompt only
8481 indicates the first matching key.
8482
8483 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8484 pgg-decrypt-region.
8485 (pgg-pending-timers): A new hash for tracking the passphrase cache
8486 timers, so that new ones supercede old ones.
8487 (pgg-add-passphrase-to-cache): Rename from
8488 `pgg-add-passphrase-cache' to reduce confusion (all callers
8489 changed). Modified to cancel old timers when new ones are added.
8490 (pgg-remove-passphrase-from-cache): Rename from
8491 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8492 changed). Modified to cancel old timers when their keys are
8493 removed from the cache.
8494 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8495 XEmacs, an indirection to delete-itimer.
8496 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8497 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8498 users can only check cache without risk of prompting. Correct bug in
8499 notruncate behavior.
8500 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8501 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8502 Add informative docstrings.
8503 (pgg-decrypt): Convey provided passphrase in subordinate call to
8504 pgg-decrypt-region.
8505
8506 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8507
8508 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8509 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8510 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8511 `passphrase' argument, so the passphrase can be managed externally
8512 and then passed in to the system.
8513
8514 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8515 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8516 so the passphrase cache can be used reliably with identifiers
8517 besides a pgp packet's key id.
8518
8519 * pgg-gpg.el (pgg-pgp-encrypt-region)
8520 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8521 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8522 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8523 argument to all these routines, so the passphrase can be managed
8524 externally and passed in to the system.
8525
8526 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8527 `notruncate' argument, so the passphrase cache can be used
8528 reliably with identifiers besides a pgp packet's key id.
8529
8530 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8531
8532 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8533 symmetric encryption.
8534 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8535 encrypted session key.
8536 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8537 message ask for the passphrase in a proper way.
8538
8539 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8540 New user commands for symmetric encryption.
8541
8542 2005-10-28 Bill Wohler <wohler@newt.com>
8543
8544 * help-mode.el (help-url): New button type. Calls browse-url.
8545 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8546 Similar to Info nodes: URL `url'.
8547 (help-make-xrefs): Create help-url buttons for
8548 help-xref-url-regexp matches.
8549
8550 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * tool-bar.el (tool-bar-add-item-from-menu)
8553 (tool-bar-local-item-from-menu): Fix doc strings.
8554
8555 2005-10-28 Romain Francoise <romain@orebokech.com>
8556
8557 * ldefs-boot.el: Update.
8558
8559 * subr.el (locate-library): Move from help-fns.el.
8560 * help-fns.el (locate-library): Move to subr.el.
8561
8562 2005-10-28 Richard M. Stallman <rms@gnu.org>
8563
8564 * net/tramp.el (tramp-completion-mode): defvar moved up.
8565
8566 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8567
8568 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8569
8570 * files.el (find-file-noselect): Use %d to format large file size.
8571
8572 * bindings.el (mode-line-format): Add %e.
8573
8574 * loadup.el ("facemenu"): Load unconditionally.
8575 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8576 ("x-dnd"): Load, when appropriate.
8577
8578 * startup.el (command-line): Call before-init-hook earlier.
8579 Warn about some bad characters in -u user name.
8580
8581 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8582 (flyspell-external-point-words): Error if misspelled word is not found.
8583 Set flyspell-large-region-beg at end of word.
8584
8585 2005-10-28 Andreas Schwab <schwab@suse.de>
8586
8587 * view.el (View-revert-buffer-scroll-page-forward):
8588 Use view-page-size-default.
8589
8590 2005-10-28 Juri Linkov <juri@jurta.org>
8591
8592 * international/quail.el (quail-get-current-str): Translate last
8593 raw character for deterministic input methods.
8594
8595 2005-10-27 Jay Belanger <belanger@truman.edu>
8596
8597 * calc/calc-ext.el: Add functions to autoloads.
8598 (math-identity-matrix-p, math-ident-row-p): New functions.
8599
8600 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8601 multiplication by an identity matrix; don't turn multiplication by
8602 an inverse matrix into division.
8603 (math-div-symbol-fancy): Replace division by matrices with
8604 multiplication by inverse.
8605
8606 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8607
8608 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8609 (calc-writeoutpower): New functions.
8610
8611 2005-10-27 Romain Francoise <romain@orebokech.com>
8612
8613 * replace.el (occur-engine): Include colon in mouse-face highlight.
8614
8615 * dired-x.el: Change Maintainer field.
8616
8617 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * longlines.el (longlines-mode): Bind after-change-functions to
8620 nil during initial decoding and final encoding.
8621
8622 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8623
8624 * term.el (term-emulate-terminal, term-handle-colors-array)
8625 (term-handle-ansi-escape): Specify the terminfo capabilities
8626 implemented.
8627
8628 2005-10-26 Richard M. Stallman <rms@gnu.org>
8629
8630 * info.el (Info-fontify-node): Fix detection of sentence-break
8631 before *Note.
8632
8633 2005-10-26 Romain Francoise <romain@orebokech.com>
8634
8635 * smerge-mode.el: Add `tools' to file keywords.
8636
8637 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8638
8639 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8640 when the fringe is not available.
8641
8642 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8643 (def-gdb-auto-update-trigger): Simplify construction.
8644 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8645 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8646 defined explicitly.
8647 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8648 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8649 defined explicitly.
8650 (gdb-info-locals-custom): Remove as it's a no-op.
8651
8652 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8653
8654 * longlines.el (longlines-mode): Remove narrowing before
8655 performing the initial decoding or final encoding.
8656
8657 2005-10-25 Romain Francoise <romain@orebokech.com>
8658
8659 * emacs-lisp/find-func.el (find-library-name): Also strip
8660 extension if library name ends in .el, to take advantage of
8661 `find-library-suffixes'.
8662
8663 2005-10-25 Richard M. Stallman <rms@gnu.org>
8664
8665 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8666
8667 2005-10-25 Juri Linkov <juri@jurta.org>
8668
8669 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8670 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8671
8672 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8675 (blackbox-redefine-key): Add argument `map'.
8676
8677 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8678 regions when moving the jit-lock-context-unfontify-pos boundary.
8679
8680 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8681
8682 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8683
8684 2005-10-25 Masatake YAMATO <jet@gyve.org>
8685
8686 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8687
8688 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8689
8690 * play/blackbox.el (blackbox-redefine-key): New function.
8691 (blackbox-mode-map): Use it to remap existing bindings for cursor
8692 motion instead of binding literal keys.
8693
8694 2005-10-25 Glenn Morris <rgm@gnu.org>
8695
8696 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8697 diary does not end in a newline. Do not assume a blank line at
8698 the start of the diary file.
8699
8700 2005-10-25 Kenichi Handa <handa@m17n.org>
8701
8702 * international/quail.el (quail-translate-key): If the input
8703 method is deterministic and failed to handle the last key, restart
8704 the key handling loop from an appropriate key.
8705
8706 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8707
8708 * vc.el (vc-dired-mode): Extend comment for binding of
8709 `directory-listing-before-filename-regexp'.
8710
8711 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * textmodes/texinfo.el (texinfo-mode):
8714 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8715 not to unnecessarily expose emacs-mule's internal char codes.
8716
8717 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8718
8719 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8720 Display hand pointer and help-echo on disabled icon too.
8721 (gdb-mouse-until): New function.
8722 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8723
8724 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8727 with 2005-10-23 change to doctor.el.
8728
8729 * finder.el (finder-mode-map): Add follow-link binding.
8730
8731 2005-10-25 Kim F. Storm <storm@cua.dk>
8732
8733 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8734 to gdb-mouse-toggle-breakpoint-fringe.
8735 (gdb-mouse-toggle-breakpoint-margin): Rename from
8736 gdb-mouse-toggle-breakpoint. Fix doc.
8737 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8738 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8739 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8740 string properties also for fringe breakpoint bitmaps.
8741
8742 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8743
8744 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8745
8746 2005-10-25 Masatake YAMATO <jet@gyve.org>
8747
8748 * simple.el (completion-common-substring):
8749 Use `completion-common-substring' prior to `completion-base-size'.
8750
8751 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8752
8753 * savehist.el: Require CL while compiling.
8754 (savehist-history-variables): Remove.
8755 (savehist-save-minibuffer-history, savehist-additional-variables)
8756 (savehist-minibuffer-history-variables): New vars.
8757 (savehist-save): Use them.
8758 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8759 (savehist-install): New fun, extracted from savehist-load.
8760 (savehist-load): Use them.
8761
8762 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8765 a dummy doc-string-elt property.
8766 (defalias, defvaralias, define-category): Add a docstring property.
8767
8768 * image.el (defimage):
8769 * widget.el (define-widget):
8770 * custom.el (defface, defcustom): Add `doc-string' declaration.
8771
8772 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8773 (defadvice): Add `doc-string' declaration.
8774
8775 * emacs-lisp/byte-run.el (macro-declaration-function):
8776 Handle `doc-string' declarations.
8777 (define-obsolete-function-alias, define-obsolete-variable-alias):
8778 Add `doc-string' declaration.
8779
8780 2005-10-24 Kenichi Handa <handa@m17n.org>
8781
8782 * international/utf-7.el (utf-7): Add autoload cookie.
8783
8784 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8785
8786 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8787
8788 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8789 list of directories passed to batch-update-autoloads. Add "." to
8790 the list of the echoed directories.
8791
8792 * pgg-def.el:
8793 * pgg-gpg.el:
8794 * pgg-parse.el:
8795 * pgg-pgp.el:
8796 * pgg-pgp5.el:
8797 * pgg.el: Moved here from the gnus subdirectory.
8798
8799 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8800
8801 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8802 in case comint-prompt-read-only is set to t.
8803
8804 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8805 in case comint-prompt-read-only is set to t.
8806
8807 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8808
8809 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8810 Now a string.
8811 (icalendar-import-format): Handle CLASS, STATUS, URL.
8812 Rename `subject' to `summary'.
8813 (icalendar-import-format-summary): Rename from
8814 `icalendar-import-format-subject'.
8815 (icalendar-import-format-url, icalendar-import-format-status)
8816 (icalendar-import-format-class): New variables.
8817 (icalendar--rris): Take variable argument list.
8818 (icalendar--datestring-to-isodate): Remove unnecessary
8819 calendar-style check when converting dates with explicit month names.
8820 (icalendar-export-region): Change return type of conversion
8821 subroutines. Bury current buffer unless error occurred.
8822 (icalendar--convert-to-ical)
8823 (icalendar--parse-summary-and-rest): New functions.
8824 (icalendar--convert-ordinary-to-ical)
8825 (icalendar--convert-weekly-to-ical)
8826 (icalendar--convert-yearly-to-ical)
8827 (icalendar--convert-block-to-ical)
8828 (icalendar--convert-cyclic-to-ical)
8829 (icalendar--convert-anniversary-to-ical): Change return type.
8830 Strip trailing blanks from subject.
8831 (icalendar--convert-sexp-to-ical): Change return type.
8832 Strip trailing blanks from subject. Handle simple sexp
8833 entries as generated by icalendar.el.
8834 (icalendar--convert-float-to-ical)
8835 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8836 (icalendar-import-file): Doc fix.
8837 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8838 Correct call to icalendar--rris.
8839 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8840 `summary'.
8841 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8842
8843 2005-10-24 Romain Francoise <romain@orebokech.com>
8844
8845 * server.el (server-sentinel): Set query-on-exit flag to nil on
8846 new client processes (it isn't inherited from the server process).
8847
8848 * replace.el (occur-engine): Rearrange text properties.
8849
8850 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8853 case-fold-search is nil.
8854 (debug-help-follow): Use help-xref-interned directly.
8855
8856 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * thumbs.el (thumbs-image-type): Add .pbm.
8859
8860 2005-10-23 Richard M. Stallman <rms@gnu.org>
8861
8862 * faces.el (inhibit-face-set-after-frame-default): New variable.
8863 (set-face-attribute): Bind it.
8864 (face-set-after-frame-default): Test it.
8865
8866 * help-fns.el (describe-simplify-lib-file-name): New function.
8867 (describe-function-1, describe-variable): Use it.
8868
8869 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8870
8871 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8872 Eliminate nil as possible value.
8873 (tooltip-hide-delay): Reduce internal-border-width.
8874
8875 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8876 (menu-bar-file-menu) <new-file>: Likewise.
8877
8878 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8879
8880 * international/mule.el (load-with-code-conversion):
8881 Pass full file name to `eval-buffer' unless preloading.
8882
8883 * textmodes/flyspell.el (flyspell-large-region):
8884 Call ispell-check-version.
8885
8886 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8887 Fix the make-variable-buffer-local call that was supposed
8888 to be for this variable.
8889 (ispell-aspell-supports-utf8): Doc fix.
8890 (ispell-find-aspell-dictionaries): Preserve elements of
8891 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8892 (ispell-aspell-find-dictionary): Return nil on error.
8893
8894 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8895 (doctor-symptoms): Likewise.
8896
8897 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8898
8899 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8902 (custom-raised-buttons): Add :set spec.
8903 (custom-button-unraised, custom-button-pressed-unraised):
8904 New faces, so that custom-raised-buttons actually does something.
8905 (custom-mode): Use custom-button and custom-button-pressed.
8906
8907 * wid-edit.el (widget-specify-button): Don't ignore
8908 widget-mouse-face on graphic terminals.
8909 (widget-move-and-invoke): Cleanup.
8910
8911 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8912
8913 * whitespace.el (whitespace-cleanup): Doc fix.
8914
8915 2005-10-23 Romain Francoise <romain@orebokech.com>
8916
8917 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8918 `eval-after-load' to avoid evaluating their result.
8919
8920 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8921
8922 * files.el (directory-listing-before-filename-regexp):
8923 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8924
8925 * dired.el (dired-move-to-filename-regexp): Remove.
8926 All occurences replaced by `directory-listing-before-filename-regexp'.
8927
8928 * dired-x.el, locate.el, vc.el:
8929 Replace `dired-move-to-filename-regexp' by
8930 `directory-listing-before-filename-regexp'. In vc.el it is
8931 overwritten locally; maybe this can be handled in files.el too.
8932
8933 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8934 replaced by `directory-listing-before-filename-regexp'.
8935
8936 2005-10-23 Andreas Schwab <schwab@suse.de>
8937
8938 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8939 and eval-next-after-load.
8940
8941 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8942
8943 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8944 exist, create it.
8945
8946 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8947
8948 * allout.el: Remove autoloads for mailcrypt and crypt++.
8949 Require pgg, pgg-gpg during compilation.
8950 (allout-version): Increment version number to 2.1, and use a literal
8951 rather than RCS Id.
8952 (allout-default-encryption-scheme): Remove.
8953 (allout-passphrase-verifier-handling)
8954 (allout-passphrase-verifier-string)
8955 (allout-file-passphrase-verifier-string)
8956 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8957 (allout-passphrase-hint-handling): Rename and simplify.
8958 (allout-init): Use `find-file-hook' if available, otherwise
8959 `find-file-hooks'.
8960 (allout-mode): Use `write-file-functions' if available, otherwise
8961 `local-write-file-hooks' and, instead of making auto-save-hook
8962 buffer local, make the write-file-hook activity contingent to
8963 allout-mode.
8964 (allout-mode): Use key-binding substitution in the docstring.
8965 (allout-kill-line): Spell-out kill ring data structure mutation
8966 instead of using byte-compiler-complaint-provoking `pop'.
8967 (allout-insert-listified): Use `insert' rather than `insert-string'
8968 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8969 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8970 (allout-encrypt-string): Totally revamped vis new underlying
8971 encryption facilities.
8972 (allout-mc-activate-passwd): Remove.
8973 (allout-obtain-passphrase): New, more or less replaces
8974 allout-mc-activate-passwd.
8975 (allout-encrypted-key-info): More or less replaces
8976 allout-encrypted-text-type.
8977 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8978 (my-mark-marker): Use `(featurep 'xemacs)'.
8979
8980 2005-10-23 Lars Hansen <larsh@soem.dk>
8981
8982 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8983 (byte-compile-file-form-defmumble, byte-compile-defun)
8984 (byte-compile-defmacro): Use it.
8985 (byte-compile-form): Don't call byte-compile-set-symbol-position
8986 when a byte-compile handler is called.
8987
8988 2005-10-22 Romain Francoise <romain@orebokech.com>
8989
8990 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8991
8992 * subr.el (eval-after-load): Convert library name to an absolute
8993 file name using locate-library, since load-history no longer has
8994 library names in it.
8995
8996 2005-10-22 Richard M. Stallman <rms@gnu.org>
8997
8998 * files.el (make-temp-file): Move from subr.el.
8999 * subr.el (make-temp-file): Move to files.el.
9000
9001 * window.el (get-buffer-window-list): Move from subr.el.
9002 * subr.el (get-buffer-window-list): Move to window.el.
9003
9004 * image.el (image-load-path): Use eval-at-startup to initialize.
9005
9006 * subr.el (eval-at-startup): New macro.
9007
9008 * subr.el: Much rearrangement of functions and division
9009 into pages. No code changes.
9010
9011 2005-10-22 Kenichi Handa <handa@m17n.org>
9012
9013 * tar-mode.el (tar-extract): Be sure to call
9014 find-operation-coding-system if set-auto-coding doesn't find a
9015 coding system.
9016
9017 2005-10-22 Kim F. Storm <storm@cua.dk>
9018
9019 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9020 Change users.
9021 (image-type-file-name-regexps): New defconst.
9022 (image-type-from-data): Simplify loop.
9023 (image-type-from-buffer): New defun.
9024 (image-type-from-file-header): Use it instead of image-type-from-data.
9025 Use image-search-load-path instead of only looking in data-directory.
9026 (image-type-from-file-name): New defun.
9027 (image-search-load-path): Change `pathname' to `filename'.
9028 Make PATH arg optional, default to image-load-path.
9029
9030 2005-10-21 Richard M. Stallman <rms@gnu.org>
9031
9032 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9033
9034 * textmodes/paragraphs.el (sentence-end-base): New variable.
9035 (sentence-end): Use sentence-end-base.
9036
9037 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9040 property independently from the font-lock-multiline variable.
9041
9042 2005-10-21 Richard M. Stallman <rms@gnu.org>
9043
9044 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9045
9046 * startup.el (command-line): Convert library names
9047 in `load-history' to absolute file names.
9048
9049 * subr.el (symbol-file): Doc fix.
9050
9051 * loadhist.el (file-loadhist-lookup): Call locate-library
9052 instead of find-library-name. Don't try converting
9053 abs file names to library names, since load-history no longer
9054 has library names in it.
9055 (file-dependents, file-provides, file-requires): Doc fixes.
9056
9057 2005-10-21 Juri Linkov <juri@jurta.org>
9058
9059 * progmodes/etags.el (tags-table-mode): New function.
9060 (tags-verify-table): Replace initialize-new-tags-table with
9061 tags-table-mode.
9062
9063 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9064 default value.
9065 (desktop-modes-not-to-save): Add tags-table-mode to the
9066 default value.
9067
9068 * info.el (Info-index-next): Add total number of index
9069 alternatives to the message.
9070
9071 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9072 backward only space (instead of space and period) before looking
9073 at sentence end.
9074
9075 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9076 Add the old variable value as 4th default-value arg of read-string.
9077
9078 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9079
9080 * cus-face.el (custom-declare-face): Make face from X resources
9081 also on Mac.
9082
9083 * disp-table.el (standard-display-g1, standard-display-graphic):
9084 Refuse to use string glyphs also on Mac.
9085 (standard-display-european): Don't set terminal coding system also
9086 on Mac.
9087
9088 * frame.el (display-screens): Use x-display-screens also on Mac.
9089
9090 2005-10-21 Romain Francoise <romain@orebokech.com>
9091
9092 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9093
9094 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9097 and $? into sexps.
9098
9099 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9100 warning face on open-paren-in-column-0.
9101
9102 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9103 boundary case. Fix typo.
9104 Suggested by Martin Rudalics <rudalics@gmx.at>.
9105
9106 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9107
9108 * textmodes/org.el (org-combined-agenda-icalendar-file)
9109 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9110 (org-export-icalendar-this-file)
9111 (org-export-icalendar-all-agenda-files)
9112 (org-export-icalendar-combine-agenda-files): New commands.
9113 (org-export-icalendar, org-print-icalendar-entries)
9114 (org-start-icalendar-file, org-finish-icalendar-file)
9115 (org-ical-ts-to-string): New functions.
9116 (org-read-date, org-goto-calendar)
9117 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9118 call to `calendar'.
9119 (orgtbl-setup): Remove the :keys arguments from the menu description.
9120 (org-after-save-iCalendar-file-hook): New variable.
9121
9122 2005-10-21 Kenichi Handa <handa@m17n.org>
9123
9124 * language/vietnamese.el (tcvn-5712): Make it an alias of
9125 vietnamese-tcvn coding-system.
9126
9127 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9128
9129 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9130 group id is given.
9131
9132 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9135 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9136 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9137 whose line is either continued or ends with a comment.
9138
9139 2005-10-20 Romain Francoise <romain@orebokech.com>
9140
9141 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9142
9143 * replace.el (occur-engine): Add follow-link property.
9144
9145 * font-core.el (font-lock-mode): Doc fix.
9146
9147 2005-10-20 Richard M. Stallman <rms@gnu.org>
9148
9149 * net/rcirc.el: New file.
9150
9151 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9152
9153 * term.el (term-term-name): Initialize to "eterm-color".
9154
9155 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9156
9157 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9158 for encryption functionality.
9159 Move allout customization subgroup from `editing' to `outlines' group.
9160 Fix commentary keywords to legitimate ones.
9161 Update author info (using my current email address, obscurified).
9162 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9163 (allout-encrypted-topic-p, allout-encrypted-text-type)
9164 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9165 (allout-situate-encryption-key-verifier)
9166 (allout-get-encryption-key-verifier, allout-verify-key)
9167 (allout-next-topic-pending-encryption)
9168 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9169 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9170 (outline-key-verifier-handling, outline-key-hint-handling)
9171 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9172 (allout-file-key-verifier-string, allout-encryption-scheme)
9173 (allout-key-verifier-string, allout-key-hint-string)
9174 (allout-after-save-decrypt): New variables.
9175 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9176 (allout-after-saves-handler): New hook functions.
9177 (allout-post-command-business): Do allout-after-save-decrypt.
9178 (allout-enable-file-variable-adjustment): Custom var to enable
9179 mechanism for adding and adjusting settings of Emacs file variables.
9180 (allout-adjust-file-variable, allout-file-vars-section-data):
9181 New functions, implement the mechanism.
9182 (outlineify-sticky): Use the file vars mechanism.
9183 (allout-inhibit-protection, allout-during-write-cue)
9184 (allout-override-protect, allout-before-change-protect): Remove.
9185 (allout-flag-region, allout-open-topic): Adjust read-only text.
9186 (allout-open-line-not-read-only): Add to facilitate read-only
9187 text based protection.
9188 (allout-kill-line): Revise to adjust read-only text, clue the
9189 user about the inhibition.
9190 (allout-unprotected): Use unwind-protect.
9191 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9192 topic deeper than the offspring depth of the previous topic -
9193 avoiding confusing "containment discontinuities".
9194 (allout-reindent-bodies): Fix retention of body relative hanging
9195 indent during promotion of collapsed bodies.
9196 (allout-open-topic): Make it easy to open new topic with same
9197 bullet as current topic - topic creation functions provided with
9198 any universal argument provokes now prompt for bullet, defaulting
9199 to the bullet of the previous topic.
9200 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9201 Plain bullet alternates `.' period and `,' comma only. All other
9202 bullets are relegated to special status (but customizable).
9203 (allout-end-of-entry): Rename from allout-end-of-current-entry
9204 since it actually operates w.r.t. most immediately containing
9205 entry, visible or not.
9206 (allout-hide-current-entry, allout-show-current-entry): Use the
9207 revised version.
9208 (allout-old-expose-topic): Solidify deprecation.
9209 (allout-end-of-subtree): Add so we can span concealed as well
9210 as visible topics.
9211 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9212 (allout-end-of-current-heading): Tweak to just respect the first line.
9213 (allout-get-body-text): Add.
9214 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9215 when invoked interactively.
9216 (allout-up-current-level): Use `interactive-p'.
9217 (allout-mode, allout-init): Miscellaneous docstring and
9218 operational refinements, as well as hookups of new encryption stuff.
9219 (allout-beginning-of-current-entry): Now works as advertised.
9220 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9221 (allout-isearch-rectification): Refine condition for isearching.
9222 (allout-isearch-abort, allout-enwrap-isearch)
9223 (allout-flag-region, my-region-active-p): Relocate some macros.
9224 (allout-title): Fallback title is (buffer-name), not
9225 non-existing (current-buffer-name).
9226 (subst-char-in-string): Define if absent (for some XEmacs versions).
9227
9228 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9229
9230 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9231 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9232 (mail-citation-prefix-regexp, mail-signature-file)
9233 (mail-default-headers, mail-bury-selects-summary)
9234 (mail-send-nonascii): Add autoload cookies.
9235
9236 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9237
9238 * frame.el (blink-cursor-mode): Add `mac' to the list of
9239 window-system's that support blinking cursor.
9240
9241 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9242
9243 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9244
9245 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9246
9247 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9248 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9249 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9250
9251 2005-10-20 Kim F. Storm <storm@cua.dk>
9252
9253 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9254 (ido-set-current-directory): Don't add / after final @.
9255 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9256 Explicitly handle ange-ftp completion oddities.
9257 (ido-make-file-list): Don't rotate list at tramp root to avoid
9258 triggering tramp file handler for expand-file-name via get-file-buffer.
9259
9260 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9263
9264 2005-10-19 Jay Belanger <belanger@truman.edu>
9265
9266 * calc/calc-units.el (math-standard-units): Add units, adjust
9267 symbols and update values.
9268 (math-unit-prefixes): Add more prefixes.
9269
9270 2005-10-19 Romain Francoise <romain@orebokech.com>
9271
9272 * bookmark.el (bookmark-menu-heading): New face.
9273 (bookmark-bmenu-list): Use it.
9274 Don't fiddle with `baud-rate' at top-level.
9275
9276 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * image.el (create-image, find-image): Mention max-image-size in
9279 docstring.
9280
9281 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * savehist.el (savehist-load): Revert to checking XEmacs.
9284
9285 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9286 Various docstring and line-width fixups.
9287 (conf-mode): Use cond.
9288 Set font-lock-defaults. Don't set comment-use-syntax.
9289
9290 2005-10-18 David Ponce <david@dponce.com>
9291
9292 * tree-widget.el (tree-widget-button-click): New function.
9293 (tree-widget-button-keymap): Use it.
9294
9295 2005-10-18 Romain Francoise <romain@orebokech.com>
9296
9297 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9298 (bookmark-bmenu-hide-filenames): Add follow-link property.
9299 Improve help-echo text.
9300
9301 * ffap.el (find-file-at-point): Doc fix.
9302
9303 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9304
9305 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9306
9307 2005-10-18 Masatake YAMATO <jet@gyve.org>
9308
9309 Install to the CVS repository what I forgot to install in my
9310 2005-10-16 changes.
9311
9312 * progmodes/python.el (python-complete-symbol): Pass the common
9313 prefix substring of completion to `display-completion-list'.
9314
9315 * textmodes/org.el (org-complete): Ditto.
9316
9317 2005-10-18 Masatake YAMATO <jet@gyve.org>
9318
9319 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9320
9321 * woman.el (WoMan-xref-man-page): New button type derived
9322 from `Man-abstract-xref-man-page'.
9323 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9324
9325 * man.el (Man-abstract-xref-man-page): New button type.
9326 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9327 (Man-highlight-references): Add new optional argument `xref-man-type'.
9328
9329 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9330
9331 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9332
9333 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * cus-edit.el (Custom-move-and-invoke): Delete.
9336 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9337
9338 * wid-edit.el (widget-move-and-invoke): New function, from
9339 Custom-move-and-invoke.
9340
9341 2005-10-17 Bill Wohler <wohler@newt.com>
9342
9343 Move all remaining images from lisp/toolbar to etc/images, move
9344 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9345 the low resolution images in their own directory (low-color).
9346
9347 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9348 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9349 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9350 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9351 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9352 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9353 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9354
9355 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9356 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9357 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9358 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9359 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9360 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9361 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9362 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9363 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9364 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9365 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9366 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9367 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9368 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9369 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9370
9371 To conform with convention, replace the underscore (_) in the
9372 following image names with dash (-) or (/) as appropriate.
9373
9374 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9375 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9376 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9377 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9378 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9379 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9380 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9381 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9382 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9383 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9384 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9385 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9386 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9387 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9388 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9389
9390 * info.el (info-tool-bar-map): Replace underscores in image names
9391 with dashes.
9392
9393 * makefile.w32-in (WINS): Remove toolbar.
9394
9395 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9396
9397 * tool-bar.el: Move to lisp from toolbar. Now that
9398 toolbar is empty, it should be deleted when folks run "cvs up -P".
9399
9400 2005-10-18 Jay Belanger <belanger@truman.edu>
9401
9402 * calc/calc-store.el (calc-store-into): Get the proper variable name
9403 to display in message.
9404
9405 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9406
9407 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9408 expressions display in speedbar for all buffers when debugging.
9409 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9410
9411 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9412 (speedbar-insert-button, speedbar-make-button):
9413 Use add-text-properties.
9414 (speedbar-update-localized-contents)
9415 (speedbar-update-directory-contents)
9416 (speedbar-update-special-contents): Use dolist.
9417 (speedbar-buffer-easymenu-definition): Add a menu separator.
9418
9419 2005-10-17 Jason Rumney <jasonr@gnu.org>
9420
9421 * makefile.w32-in: Use $(lisp) consistently.
9422 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9423 for shell specific generation of mh-autoloads.
9424
9425 2005-10-17 Richard M. Stallman <rms@gnu.org>
9426
9427 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9428
9429 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * jit-lock.el (jit-lock-fontify-now):
9432 Move jit-lock-context-unfontify-pos to avoid wasted work.
9433
9434 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9435
9436 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9437 `tramp-completion-mode' for checking if we are in completion mode.
9438 (tramp-completion-handle-file-name-all-completions): Reorder code
9439 in order to complete for file names only in case there are no
9440 method/user/host completions. This is necessary for cooperation
9441 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9442
9443 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9444
9445 * longlines.el (longlines-search-forward)
9446 (longlines-search-backward): Match any number of spaces.
9447
9448 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9449
9450 * diff-mode.el (diff-mode): Doc fix.
9451
9452 2005-10-16 David Reitter <david.reitter@gmail.com>
9453
9454 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9455 as default on darwin and windows systems.
9456
9457 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9458
9459 * arc-mode.el (archive-zip-extract): Doc fix.
9460
9461 2005-10-16 Romain Francoise <romain@orebokech.com>
9462
9463 * mouse.el (mouse-1-click-follows-link): Doc fix.
9464
9465 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * savehist.el: Don't require CL at runtime.
9468 (savehist-xemacs): Remove.
9469 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9470 (savehist-no-conversion): Use (featurep 'xemacs).
9471 (savehist-load): Check existence of start-itimer rather than XEmacs.
9472 Use an idle timer.
9473 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9474 `delete-if-not'.
9475
9476 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9477
9478 * savehist.el: Newer version.
9479 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9480 (savehist-last-checksum, savehist-no-conversion): New vars.
9481 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9482 New functions.
9483 (savehist-load, savehist-save): Use them.
9484 (savehist-delimit): Remove.
9485
9486 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * progmodes/compile.el (compilation-goto-locus): Display the
9489 compilation buffer first and the source buffer second, in case they're
9490 in overlapping frames. Don't raise the compilation frame if it was the
9491 selected window upon entry. Pass the `other-window' arg to
9492 pop-to-buffer.
9493
9494 * info.el (Info-fontify-node): Use dolist.
9495 Change add-text-properties to put-text-property.
9496
9497 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9498
9499 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9500 bound of search.
9501
9502 2005-10-16 Masatake YAMATO <jet@gyve.org>
9503
9504 * dabbrev.el (dabbrev-completion): Pass the common
9505 prefix substring of completion to `display-completion-list'.
9506
9507 * filecache.el (file-cache-minibuffer-complete)
9508 (file-cache-complete): Ditto.
9509
9510 * tempo.el (tempo-display-completions): Ditto.
9511
9512 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9513
9514 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9515
9516 * eshell/em-hist.el (eshell-list-history): Ditto.
9517
9518 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9519
9520 * mail/mailalias.el (mail-complete): Ditto.
9521
9522 * progmodes/etags.el (complete-tag): Ditto.
9523
9524 * progmodes/make-mode.el (makefile-complete): Ditto.
9525
9526 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9527
9528 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9529
9530 * progmodes/pascal.el (pascal-complete-word)
9531 (pascal-show-completions): Ditto.
9532
9533 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9534
9535 * simple.el (completion-common-substring): New variable.
9536 (completion-setup-function): Use `completion-common-substring'
9537 to put faces.
9538
9539 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9540
9541 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9542 (x-get-selection, mac-select-convert-to-string): Convert from/to
9543 UTF-16 clipboard data as in native byte order, no BOM.
9544
9545 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9548 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9549 (gud-sentinel): Use speedbar-frame to check for speedbar.
9550
9551 2005-10-15 Richard M. Stallman <rms@gnu.org>
9552
9553 * savehist.el: New file.
9554
9555 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9556
9557 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9558 Fix bug in \bf fontification.
9559
9560 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * pcvs.el (cvs-edit-log-files): New var.
9563 (cvs-mode-edit-log): New arg `file'.
9564 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9565 Instead force the use of the original file and nothing else.
9566 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9567 the cvs-minor-wrap-function is set.
9568 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9569
9570 2005-10-14 Bill Wohler <wohler@newt.com>
9571
9572 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9573 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9574 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9575 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9576 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9577 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9578 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9579 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9580 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9581 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9582 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9583 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9584 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9585 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9586 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9587
9588 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9589 appropriately (for example, gud-break to gud/break).
9590
9591 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * longlines.el (longlinges-search-function)
9594 (longlines-search-forward, longlines-search-backward): New functions.
9595 (longlines-mode): Set isearch-search-fun-function to
9596 longlinges-search-function.
9597
9598 * mouse.el (mouse-drag-region-1): Handle the case where a
9599 double-click event is bound to an arbitrary function.
9600
9601 2005-10-14 David Ponce <david@dponce.com>
9602
9603 * recentf.el (recentf-track-opened-file)
9604 (recentf-track-closed-file, recentf-update-menu)
9605 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9606 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9607 mouse-1-click-follows-link.
9608
9609 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9610
9611 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9612 Gnome file-manager.png. Suggested by
9613 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9614
9615 * toolbar/README: Add diropen.xpm.
9616
9617 2005-10-13 Bill Wohler <wohler@newt.com>
9618
9619 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9620 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9621
9622 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9625 Don't waste the byte-compiler's time on constant data.
9626
9627 2005-10-13 Kenichi Handa <handa@m17n.org>
9628
9629 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9630 byte with `escape-glyph' face.
9631
9632 * international/fontset.el (ccl-encode-unicode-font):
9633 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9634 Handle the case that ucs-mule-to-mule-unicode translates a character to
9635 ASCII (usually for IPA characters).
9636
9637 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9640 Don't hide the underline of titles if font-lock-mode is disabled.
9641
9642 2005-10-12 Bill Wohler <wohler@newt.com>
9643
9644 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9645 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9646 files in MH-E-SRC have been updated.
9647 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9648
9649 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9652 (mixal-mode-syntax-table): Add \n as end-comment.
9653 (mixal-operation-codes-alist): Immediately initialize to full value.
9654 (mixal-add-operation-code): Remove.
9655 (mixal-describe-operation-code): Make the arg non-optional.
9656 Use the interactive spec instead.
9657 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9658 (mixal-font-lock-keywords): Don't highlight comments here any more.
9659 (mixal-font-lock-syntactic-keywords): New var.
9660 (mixal-mode): Use it. Fix comment-start-skip.
9661
9662 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9663
9664 * startup.el (command-line-x-option-alist): -nb => -nbi
9665
9666 2005-10-12 Kim F. Storm <storm@cua.dk>
9667
9668 * startup.el (fancy-splash-default-action): Discard mouse click in
9669 the splash screen window, as it has no sensible meaning in the
9670 next window to be selected. Fixes error reported by Jan D.
9671
9672 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9673
9674 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9675
9676 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9679 Try to fix up minor layout issues like indentation, line break, etc...
9680 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9681 because it doesn't work.
9682 (mixal-operation-codes): Add some more codes.
9683 (mixal-font-lock-keywords): Process comments here.
9684 (mixal-mode): mixasm no longer needs -g option.
9685
9686 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9687
9688 * progmodes/sh-script.el (sh-tmp-file):
9689 Use mktemp -t. Finish support for es and rc shells.
9690
9691 2005-10-11 Jay Belanger <belanger@truman.edu>
9692
9693 * calc/calcalg2.el (calc-integral): With an argument, compute the
9694 definite integral.
9695
9696 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9697
9698 * mouse.el (mouse-drag-region-1): Don't try to catch a
9699 double-click when doing follow-link (it's overridden anyway).
9700
9701 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9702
9703 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9704 (autoload-print-form-outbuf): Add docstring.
9705
9706 2005-10-11 Juri Linkov <juri@jurta.org>
9707
9708 * info.el (Info-mode-menu): Delete menu item "Edit".
9709 (Info-mode): Delete description of Info-edit from docstring,
9710 and rearrange descriptions of Info commands in the order
9711 they are documented in the Info manual.
9712
9713 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * calendar/appt.el (appt-check): Use diary-selective-display var.
9716
9717 2005-10-10 Richard M. Stallman <rms@gnu.org>
9718
9719 * net/newsticker.el (newsticker-start, newsticker-show-news):
9720 Add autoload cookies.
9721
9722 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9723
9724 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9725
9726 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9727
9728 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9729
9730 2005-10-10 Jay Belanger <belanger@truman.edu>
9731
9732 * calc/calc-arith.el (math-check-known-scalarp)
9733 (math-check-known-matrixp): Check the values of arguments that are
9734 variables.
9735 (math-check-known-square-matrixp): New function.
9736 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9737 (math-super-types): Add sqmatrix type.
9738
9739 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9740 mode name `square' to `sqmatrix'.
9741
9742 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9743 mode name `square' to `sqmatrix'.
9744
9745 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * progmodes/etags.el (select-tags-table-mode): Don't use
9748 selective-display.
9749 (tags-select-tags-table): Pass `button' to the action function.
9750 (select-tags-table): Place the side-info on button properties rather
9751 than in hidden text. Abbreviate file names.
9752 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9753 (select-tags-table-select): Add `button' argument.
9754 Get side-info from the button property rather than from hidden text.
9755
9756 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9759 (gud-speedbar-buttons): Preserve point if possible.
9760 (gud-sentinel): Restore previous speedbar display type.
9761
9762 * progmodes/gdb-ui.el (gdba): Improve diagram.
9763 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9764 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9765 Call get-buffer-window once.
9766
9767 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9770 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9771 (pascal-indent-command): Remove unused var `ind'.
9772 (pascal-indent-case): Remove unused var `oldpos'.
9773 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9774 since it's now used as a proper minor mode map.
9775 (pascal-outline): Rename to pascal-outline-mode.
9776 (pascal-outline-mode): Use define-minor-mode.
9777 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9778 selective-display.
9779
9780 2005-10-10 Andreas Schwab <schwab@suse.de>
9781
9782 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9783 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9784
9785 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9786 outside source directory.
9787
9788 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9789
9790 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9791 C-x' as a prefix.
9792 (orgtbl-mode-map): Full keymap instead of sparse, because all
9793 `self-insert-command' keys are redefined in this map.
9794 (org-export-as-html): Specify charset for HTML file, by taking it
9795 from the coding system.
9796
9797 2005-10-10 Kenichi Handa <handa@m17n.org>
9798
9799 * textmodes/flyspell.el (flyspell-check-word-p):
9800 If unread-command-events is non-empty, don't call sit-for.
9801
9802 2005-10-09 Richard M. Stallman <rms@gnu.org>
9803
9804 * font-lock.el (font-lock-syntactic-keywords)
9805 (font-lock-keywords): Doc fixes.
9806
9807 * textmodes/flyspell.el (flyspell-external-point-words):
9808 Simplify logic, and don't try to check for consecutive appearances
9809 of one incorrect word.
9810
9811 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9812
9813 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9814 separator.
9815
9816 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9817 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9818 (gud-expansion-speedbar-buttons): New function.
9819 (gud-speedbar-buttons): Check for gud-comint-buffer.
9820
9821 2005-10-09 Bill Wohler <wohler@newt.com>
9822
9823 * Makefile.in (updates): Add mh-loaddefs dependency.
9824
9825 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * speedbar.el (speedbar-file-key-map): Fix typo.
9828
9829 2005-10-09 Daniel Brockman <daniel@brockman.se>
9830
9831 * cus-start.el (line-spacing): Add custom spec.
9832
9833 2005-10-09 Romain Francoise <romain@orebokech.com>
9834
9835 * textmodes/ispell.el (ispell-check-version): Fix last change.
9836
9837 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9838
9839 * term/x-win.el: Remove -i, --icon-type from comment.
9840
9841 * startup.el (command-line-x-option-alist): Remove options -i,
9842 -itype, --icon-type, added -nb, --no-bitmap-icon
9843
9844 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9847 instead of :active.
9848
9849 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9850
9851 * textmodes/ispell.el (ispell-check-version):
9852 Ignore hyphen, and all that follows, in aspell's version text.
9853
9854 2005-10-08 Jay Belanger <belanger@truman.edu>
9855
9856 * calc/calc-arith.el (math-known-square-matrixp): New function.
9857 (math-pow-fancy): Check for matrices before distributing exponent
9858 across products.
9859
9860 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9861 fullscreen keypad. Suggested by Luc Teirlinck.
9862 (calc-keypad-show-input): Add space for formatting.
9863
9864 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9865 Add square matrix option.
9866
9867 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9868 of checking calc-matrix-mode when deciding how to expand.
9869
9870 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9871
9872 2005-10-08 Lars Hansen <larsh@soem.dk>
9873
9874 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9875 Add error handling.
9876 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9877
9878 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9879
9880 Sync with Tramp 2.0.51.
9881
9882 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9883 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9884 Insert special handling for `last-coding-system-used', again
9885 it still seems to be necessary (unlike stated before).
9886 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9887 (tramp-password-prompt-regexp): There might be other words before
9888 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9889 (tramp-chunksize): Improve docstring.
9890 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9891 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9892 Christian Joergensen <bugs@razor.dk>.
9893
9894 2005-10-07 Glenn Morris <rgm@gnu.org>
9895
9896 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9897 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9898 precision'.
9899
9900 2005-10-07 Romain Francoise <romain@orebokech.com>
9901
9902 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9903 (ibuffer-do-shell-command-pipe-replace)
9904 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9905 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9906 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9907 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9908 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9909 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9910 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9911 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9912 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9913 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9914 Autoload file sans suffix.
9915
9916 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9917
9918 2005-10-07 David Ponce <david@dponce.com>
9919
9920 * recentf.el (recentf-menu-open-all-flag): New option.
9921 (recentf-digit-shortcut-command-name): New function.
9922 (recentf--shortcuts-keymap): New variable.
9923 (recentf-menu-shortcuts): New variable.
9924 (recentf-make-menu-items): Initialize it. Replace the "More..."
9925 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9926 (recentf-menu-value-shortcut): New function.
9927 (recentf-make-menu-item): Use it. No more in-lined.
9928 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9929 (recentf-open-most-recent-file): Rename from
9930 `recentf-open-file-with-key'. Don't depend on key binding.
9931 (recentf-mode-map): New variable.
9932 (recentf-mode): Use it.
9933
9934 2005-10-06 Bill Wohler <wohler@newt.com>
9935
9936 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9937
9938 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9939 (MH-E-SRC): New. Used by mh-autoloads.
9940 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9941 files in MH-E-SRC have been updated.
9942 (compile, recompile, bootstrap): Depend on mh-autoloads.
9943
9944 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9945
9946 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9947 gud-break and gud-remove icons when the fringe is not available.
9948
9949 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9950 Typo.
9951
9952 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9953
9954 * play/zone.el (zone): Wrap body with save-window-excursion.
9955
9956 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9959 Use the new `list-only' arg to diary-list-entries.
9960
9961 * calendar/diary-lib.el: Use overlays rather than selective-display.
9962 (diary-selective-display): New var.
9963 (diary-header-line-format): Use it.
9964 (diary-list-entries): Add argument `list-only'.
9965 Put the buffer in diary-mode. Don't add \^M at beg and end.
9966 Replace \^M by invisible overlays.
9967 (diary-unhide-everything): Replace \^M by invisible overlays.
9968 (print-diary-entries): Look for overlays rather than \^M.
9969 Add a space to the temp buffer name.
9970 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9971 Put the buffer in diary-mode.
9972 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9973 (diary-anniversary): Make the year arg optional.
9974 (diary-time-regexp): New const.
9975 (diary-font-lock-keywords): Use it to accept a few more time formats.
9976
9977 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9978
9979 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9980
9981 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9982 Fix bug introduced 2005-07-03: Use (car (last ...))
9983 to faithfully reproduce replaced artist-last.
9984 (artist-set-arrow-points-for-poly): Likewise.
9985 Suggested by Johan Bockg\e,Ae\e(Brd.
9986
9987 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9990 * wid-edit.el (widget):
9991 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9992 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9993
9994 2005-10-06 Kenichi Handa <handa@m17n.org>
9995
9996 * international/mule-cmds.el (set-language-environment):
9997 Fix setting up of case-table for unibyte mode.
9998
9999 * simple.el (what-cursor-position): If the character is displayed
10000 by some `display' text property, show that. Don't use
10001 single-key-description for eight-bit characters in multibyte mode.
10002
10003 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10004
10005 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10006 (gdb-ann3): Set it.
10007 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10008 (gdb-info-frames-custom): Use inverse-video for first five
10009 characters of selected frame only.
10010 (gdb-get-frame-number): Select frame even when point is on frame
10011 number.
10012
10013 2005-10-06 Masatake YAMATO <jet@gyve.org>
10014
10015 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10016 Put `font-lock-function-name-face'.
10017 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10018 and `font-lock-variable-name-face'
10019 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10020 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10021 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10022 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10023 (gdb-local-font-lock-keywords): New font lock keywords definition.
10024 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10025 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10026 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10027
10028 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10029
10030 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10031 (ediff-merge-region-is-non-clash-to-skip): Previously called
10032 ediff-merge-region-is-non-clash.
10033
10034 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10035 Use insert-buffer-substring.
10036
10037 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10038 selecting files to patch. Also bug fixes.
10039
10040 * ediff-util.el (ediff-setup): Bug fix.
10041 (ediff-next-difference): Never skip clashes that differ in white
10042 space only.
10043
10044 * ediff-wind.el (ediff-setup-control-frame)
10045 (ediff-destroy-control-frame): Check the menubar feature.
10046
10047 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10048 (viper-refresh-mode-line): Use make-local-variable to localize
10049 some vars instead of make-variable-buffer-local. Suggested by
10050 Stefan Monnier.
10051
10052 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10053 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10054 Use make-local-variable instead of make-variable-buffer-local.
10055 Suggested by Stefan Monnier.
10056
10057 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10058 (viper-comint-mode-hook): Use make-local-variable on
10059 require-final-newline.
10060 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10061
10062 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10065 also the second char of a comment-start sequence.
10066 (scheme-sexp-comment-syntax-table): New var.
10067 (lambda, define): Set their scheme-doc-string-elt property.
10068 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10069 Use lisp-font-lock-syntactic-face-function now that it properly
10070 handles |...| symbols.
10071 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10072 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10073
10074 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10075 bit from # to |.
10076 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10077
10078 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10079 (lisp-doc-string-elt-property): New var.
10080 (lisp-font-lock-syntactic-face-function): Use it.
10081 Rewrite to recognize docstrings even for forms not at toplevel.
10082
10083 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10084 annotation on the | part of #| rather than on the # part.
10085 (scheme-font-lock-syntactic-face-function): New function, to
10086 distinguish strings from |...| symbols.
10087 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10088 syntax-table so that #|...|# is properly highlighted.
10089
10090 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10091 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10092
10093 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10096 and C-e.
10097
10098 * emacs-lisp/eldoc.el: Move comments into docstrings.
10099 (eldoc-message-commands): Initialize in its declaration.
10100 Add move-beginning-of-line and move-end-of-line.
10101 (eldoc-add-command, eldoc-add-command-completions)
10102 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10103
10104 * outline.el (outline-mark-subtree): Activate the mark.
10105
10106 * calendar/appt.el (appt-time-regexp): New var.
10107 (appt-add, appt-make-list): Use it.
10108 (appt-convert-time): Clean up.
10109
10110 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10111 Don't set any syntax-table property here.
10112 (tex-font-lock-verb): New function. Do it here.
10113 (tex-font-lock-syntactic-keywords): Use it.
10114
10115 2005-10-04 Richard M. Stallman <rms@gnu.org>
10116
10117 * wid-edit.el (widget-file-complete): Get the widget start point
10118 the right way. Default directory to `/' if file has none.
10119
10120 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10121
10122 * textmodes/flyspell.el (flyspell-mode-on):
10123 Call ispell-maybe-find-aspell-dictionaries.
10124
10125 * textmodes/ispell.el (ispell-word, ispell-region):
10126 Call ispell-maybe-find-aspell-dictionaries.
10127 (ispell-accept-buffer-local-defs):
10128 Don't call ispell-maybe-find-aspell-dictionaries
10129
10130 2005-10-04 Richard M. Stallman <rms@gnu.org>
10131
10132 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10133
10134 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10135
10136 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10137 instead of `fboundp' in order to allow for anonymous functions.
10138
10139 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10140
10141 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10142 case the user clicks on the link while another window is selected.
10143 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10144
10145 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10146 functionality.
10147 (dframe-help-echo): Save point in case mouse tracking is off.
10148
10149 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10150
10151 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10152
10153 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10156 not change the global value of those vars.
10157
10158 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10159 make-local-variable which we do not need any more.
10160
10161 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10162
10163 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10164 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10165 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10166 (speedbar-path-line): Define obsolete aliases.
10167 (speedbar-line-directory): Doc fix.
10168
10169 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10170 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10171 instead of speedbar-line-path.
10172
10173 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10174
10175 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10176 to nil if dropping on a window. Handle dropping on a minibuffer window
10177 like dropping on a non-window part of Emacs.
10178
10179 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * net/ange-ftp.el: Use with-current-buffer.
10182 (ange-ftp-insert-directory): Do not follow symlinks any more.
10183
10184 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10185 Remove interactive spec.
10186
10187 2005-10-03 Kim F. Storm <storm@cua.dk>
10188
10189 * ido.el (ido-mode): Use custom-initialize-set.
10190
10191 2005-10-02 Richard M. Stallman <rms@gnu.org>
10192
10193 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10194 Use insert-buffer-substring.
10195
10196 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10197 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10198
10199 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10202 in last change.
10203 (ange-ftp-insert-directory): Fix up the search for the case where
10204 `file' is absolute.
10205
10206 2005-10-02 Romain Francoise <romain@orebokech.com>
10207
10208 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10209
10210 2005-10-02 Andreas Schwab <schwab@suse.de>
10211
10212 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10213 directory component in the session info.
10214
10215 2005-10-01 Richard M. Stallman <rms@gnu.org>
10216
10217 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10218
10219 * simple.el (next-error-internal): New function.
10220
10221 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10222 (compilation-start): Pass new arg to compilation-buffer-name.
10223 (compile-goto-error): Use next-error-internal.
10224
10225 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10226
10227 * speedbar.el: Remove RCS tag.
10228 (speedbar-check-read-only): Handle non-existent files.
10229
10230 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10231
10232 * info.el (Info-speedbar-hierarchy-buttons)
10233 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10234
10235 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10236
10237 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10238 Do not match newline.
10239 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10240 (bibtex-summary): Remove unnecessary save-excursion.
10241 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10242
10243 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10244
10245 * term/mac-win.el: Add charset info for "iso10646-1".
10246 Modify default fontset to use ATSUI-compatible fonts for some charsets
10247 if available.
10248
10249 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * speedbar.el: Re-apply arch tag.
10252 (speedbar-version): Rename to version 1.0. Suggested by Eric
10253 M. Ludlam.
10254 Reapply two changes from Emacs CVS' version of speedbar lost
10255 during the merge:
10256 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10257 (speedbar-frame-parameters): Improve customize type.
10258
10259 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10262 (ange-ftp-file-directory-p): Fix the symlink case.
10263 (ange-ftp-insert-directory): When listing a single file, get a list of
10264 the parent buffer and extract the relevant line. Inspired from a patch
10265 by Katsumi Yamaoka <yamaoka@jpl.org>.
10266 (ange-ftp-file-name-sans-versions): Simplify.
10267
10268 2005-09-30 Bill Wohler <wohler@newt.com>
10269
10270 Move MH-E image files from toolbar and mail directories into
10271 etc/images.
10272
10273 * mail/reply2.*: Move to etc/images/mail/reply*.
10274
10275 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10276 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10277 etc/images.
10278
10279 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10280 * toolbar/reply*: Move to etc/images/mail.
10281
10282 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10283
10284 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10285
10286 * speedbar.el: New version 1.0pre3.
10287
10288 Frame management code (including timer, and mouse click specifics)
10289 moved to dframe.el:
10290 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10291 (speedbar-timer): Removed. Use dframe-timer.
10292 (speedbar-close-frame): Removed. Use dframe-close-frame.
10293 (speedbar-activity-change-focus-flag): Removed. Use
10294 dframe-activity-change-focus-flag.
10295 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10296 dframe-update-speed.
10297
10298 (speedbar-current-frame): New macro. Use this instead of the
10299 variable speedbar-frame.
10300
10301 (speedbar-use-images, speedbar-expand-image-button-alist)
10302 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10303
10304 (speedbar-find-image-on-load-path): Removed. Replaced by
10305 defezimage in ezimage.el.
10306 (speedbar-expand-image-button-alist): Removed. Replaced by
10307 ezimage-expand-image-button-alist in ezimage.el.
10308
10309 (speedbar-ignored-directory-regexp)
10310 (speedbar-add-ignored-directory-regexp)
10311 (speedbar-ignored-directory-expressions)
10312 (speedbar-line-directory, speedbar-buffers-line-directory)
10313 (speedbar-directory-line, speedbar-buffers-line-directory):
10314 Renamed, replacing `path' with `directory'.
10315
10316 (speedbar-create-directory, speedbar-expand-line-descendants)
10317 (speedbar-toggle-line-expansion)
10318 (speedbar-contract-line-descendants): New commands.
10319
10320 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10321 (speedbar-use-tool-tips-flag): New options.
10322
10323 (speedbar-check-read-only, speedbar-require-version)
10324 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10325 (speedbar-handle-delete-frame, speedbar-try-completion)
10326 (speedbar-update-localized-contents): New functions.
10327
10328 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10329 (speedbar-object-read-only-indicator): New variables.
10330
10331 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10332 New hooks.
10333
10334 (speedbar-separator-face): New face.
10335
10336 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10337 (speedbar-ignored-modes): Add fundamental-mode.
10338 (speedbar-directory-unshown-regexp): Add . directories.
10339
10340 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10341 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10342 `]' for full expand/close.
10343 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10344
10345 (speedbar-check-vc): Support hidden files.
10346 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10347 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10348 state is nil, it is not checked out.
10349
10350 (speedbar-line-text, speedbar-line-token): Support expand buttons
10351 with no text.
10352 (speedbar-refresh): Universal argument acts as power-click.
10353 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10354 that buffer to get variable values.
10355
10356 And many other bugfixes.
10357
10358 * dframe.el, ezimage.el, sb-image.el: New files.
10359
10360 * sb-*.xpm: Remove files. New image files installed into
10361 etc/images/ezimage.
10362
10363 2005-09-30 Kenichi Handa <handa@m17n.org>
10364
10365 * ps-mule.el (ps-mule-show-warning): If a character is in
10366 ps-print-translation-table, don't treat it as non-printable.
10367
10368 2005-09-30 David Ponce <david@dponce.com>
10369
10370 * tree-widget.el (tree-widget-themes-load-path): New variable.
10371 (tree-widget-themes-directory): Doc fix.
10372 (tree-widget-image-formats) [Emacs]: Doc fix.
10373 (tree-widget--locate-sub-directory): New function.
10374 (tree-widget-themes-directory): Use it.
10375
10376 * recentf.el (recentf-filename-handlers): Rename from
10377 `recentf-filename-handler'. Allow a list of functions.
10378 (recentf-menu-items-for-commands): Fix :help strings.
10379 (recentf-apply-filename-handlers): New function.
10380 (recentf-expand-file-name): Use it.
10381 (recentf-cleanup): Remove duplicates too.
10382
10383 2005-09-29 Juri Linkov <juri@jurta.org>
10384
10385 * faces.el: Rearrange face definitions to be in the same order as
10386 their face descriptions in "(emacs)Standard Faces".
10387
10388 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10389
10390 * tooltip.el (tooltip): Add group `basic-faces'.
10391
10392 * buff-menu.el (Buffer-menu-buffer): Remove group
10393 `font-lock-highlighting-faces'.
10394
10395 * progmodes/compile.el (compilation-error, compilation-warning)
10396 (compilation-info, compilation-line-number, compilation-column-number):
10397 Change group from `font-lock-highlighting-faces' to `compilation'.
10398
10399 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10400 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10401 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10402 (vhdl-font-lock-reserved-words-face)
10403 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10404 `font-lock-highlighting-faces'.
10405
10406 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10407
10408 2005-09-28 Kim F. Storm <storm@cua.dk>
10409
10410 * emulation/cua-base.el: Set CUA move property on additional commands:
10411 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10412 forward-sexp, backward-sexp, forward-list, backward-list.
10413
10414 2005-09-28 Romain Francoise <romain@orebokech.com>
10415
10416 * comint.el (comint-show-output): Really set point at the
10417 beginning of the output when not using `comint-use-prompt-regexp'.
10418
10419 2005-09-27 Jay Belanger <belanger@truman.edu>
10420
10421 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10422 in TeX mode.
10423
10424 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10425
10426 * textmodes/org.el (org-table-sum): Fix format string.
10427
10428 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10429 Quote face names.
10430
10431 2005-09-26 Romain Francoise <romain@orebokech.com>
10432
10433 * isearch.el (isearch-forward-regexp): Close doc string.
10434
10435 2005-09-25 Richard M. Stallman <rms@gnu.org>
10436
10437 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10438
10439 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10440
10441 * progmodes/compile.el (compilation-error-properties):
10442 When getting the file from the previous error message,
10443 correctly decode the new data format.
10444
10445 * progmodes/cc-cmds.el (c-electric-paren):
10446 Call old-blink-paren only for close-paren.
10447
10448 2005-09-24 Andreas Schwab <schwab@suse.de>
10449
10450 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10451 condition.
10452
10453 2005-09-25 Romain Francoise <romain@orebokech.com>
10454
10455 * dired-aux.el (dired-copy-file-recursive):
10456 * dired.el (dired-delete-file):
10457 * ediff-mult.el (ediff-dir-diff-copy-file):
10458 * ediff-util.el (ediff-test-save-region):
10459 * forms.el (forms-mode):
10460 * ido.el (ido-file-internal, ido-delete-file-at-head):
10461 * log-edit.el (log-edit-done):
10462 * ses.el (ses-yank-resize):
10463 * play/gomoku.el (gomoku-human-plays, gomoku)
10464 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10465 (gomoku-offer-a-draw):
10466 * play/landmark.el (lm-human-resigns, lm):
10467 * net/eudcb-ldap.el (eudc-ldap-check-base):
10468 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10469 * progmodes/ebrowse.el (ebrowse-find-pattern):
10470 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10471 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10472 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10473
10474 * vc.el (vc-delete-file):
10475 * play/gomoku.el (gomoku-terminate-game, gomoku)
10476 (gomoku-prompt-for-move, gomoku-human-takes-back):
10477 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10478 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10479
10480 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10481
10482 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10483 color rxvt terminals by using the code xterm.el used to use before
10484 2005-04-09 in order to match the colors used by rxvt.
10485
10486 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10487
10488 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10489 colors rxvt-unicode terminals by using the same code as xterm.el.
10490
10491 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10494 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10495 new symbol used for the tex-verbatim face.
10496
10497 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10498
10499 * woman.el (woman-file-name):
10500 * wid-edit.el (widget-file-prompt-value)
10501 (widget-coding-system-prompt-value):
10502 * w32-fns.el (set-w32-system-coding-system):
10503 * vc.el (vc-version-diff, vc-annotate):
10504 * textmodes/reftex-auc.el (reftex-arg-cite)
10505 (reftex-arg-index-tag):
10506 * textmodes/refer.el (refer-get-bib-files):
10507 * textmodes/artist.el (artist-figlet-choose-font):
10508 * terminal.el (terminal-emulator):
10509 * replace.el (occur-read-primary-args):
10510 * rect.el (string-rectangle, string-insert-rectangle):
10511 * ps-print.el (ps-print-preprint):
10512 * progmodes/pascal.el (pascal-goto-defun):
10513 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10514 * progmodes/compile.el (compilation-find-file):
10515 * printing.el (pr-interactive-n-up):
10516 * play/animate.el (animate-birthday-present):
10517 * net/rcompile.el (remote-compile):
10518 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10519 * mail/rmailsum.el (rmail-summary-search-backward)
10520 (rmail-summary-search):
10521 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10522 (rmail-output-read-file-name):
10523 * mail/rmail.el (rmail-search, rmail-search-backwards):
10524 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10525 * locate.el (locate):
10526 * international/quail.el (quail-show-keyboard-layout):
10527 * international/mule.el (set-buffer-file-coding-system)
10528 (revert-buffer-with-coding-system, set-file-name-coding-system)
10529 (set-terminal-coding-system, set-keyboard-coding-system)
10530 (set-next-selection-coding-system):
10531 * international/mule-diag.el (describe-coding-system)
10532 (describe-font, describe-fontset):
10533 * international/mule-cmds.el (universal-coding-system-argument)
10534 (search-unencodable-char, describe-input-method)
10535 (set-language-environment, describe-language-environment):
10536 * international/codepage.el (codepage-setup):
10537 * international/code-pages.el (codepage-setup):
10538 * info.el (Info-search, Info-follow-reference)
10539 (Info-search-backward):
10540 * emacs-lisp/advice.el (ad-read-advised-function)
10541 (ad-read-advice-class, ad-clear-cache, ad-activate)
10542 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10543 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10544 (ad-read-regexp):
10545 * ediff-util.el (ediff-toggle-regexp-match):
10546 * ediff-ptch.el (ediff-prompt-for-patch-file):
10547 * dired-aux.el (dired-diff):
10548 * diff.el (diff):
10549 * cus-edit.el (custom-variable-prompt):
10550 * calendar/timeclock.el (timeclock-ask-for-project):
10551 * calc/calcalg3.el (calc-get-fit-variables):
10552 * calc/calc-store.el (calc-edit-variable)
10553 (calc-permanent-variable):
10554 * vc-mcvs.el (vc-mcvs-register):
10555 * shadowfile.el (shadow-define-literal-group):
10556 * woman.el (woman-file-name):
10557 * vc.el (vc-version-diff, vc-merge):
10558 * textmodes/reftex-index.el (reftex-index-complete-tag):
10559 * format.el (format-decode-buffer, format-decode-region):
10560 * emulation/viper-cmd.el (viper-read-string-with-history):
10561 * emacs-lisp/debug.el (cancel-debug-on-entry):
10562 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10563 * ediff.el (ediff-merge-revisions)
10564 (ediff-merge-revisions-with-ancestor, ediff-revision):
10565 * completion.el (interactive-completion-string-reader):
10566 * calc/calc-prog.el (calc-user-define-formula):
10567 Follow convention for reading with the minibuffer.
10568
10569 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10570
10571 * progmodes/python.el (python-describe-symbol): Add globals() and
10572 locals() to the arguments of emacs.ehelp.
10573
10574 2005-09-24 Magnus Henoch <mange@freemail.hu>
10575
10576 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10577 New function, code extracted from ispell-valid-dictionary-list.
10578 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10579 Call it.
10580
10581 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10582
10583 * subr.el (version-regexp-alist): Extend valid syntax for version
10584 strings: allow any of the characters -,_,+ to separate the
10585 alpha/beta/rc part from the version part. Doc fix.
10586 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10587
10588 2005-09-23 David Reitter <david.reitter@gmail.com>
10589
10590 * mail/mailclient.el: New file.
10591
10592 2005-09-23 Richard M. Stallman <rms@gnu.org>
10593
10594 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10595 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10596 Doc fixes.
10597
10598 * progmodes/cc-mode.el (c-font-lock-init):
10599 Specify font-lock-lines-before.
10600
10601 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10604 whole conflict.
10605
10606 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10607
10608 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10609 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10610 of `remap' feature when available. Additional key bindings for
10611 better tty support.
10612 (org-mode-restart, org-force-self-insert): New commands.
10613 (org-time-stamp-inactive): New command.
10614 (org-remap): New function.
10615 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10616 (org-enable-fixed-width-editor): Move to `org-structure'
10617 customization group.
10618 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10619 blank field after field motion commands.
10620
10621 2005-09-23 Kenichi Handa <handa@m17n.org>
10622
10623 * international/mule-cmds.el (set-language-environment):
10624 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10625 have to call utf-translate-cjk-load-tables.
10626
10627 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * mouse.el (mouse-move-drag-overlay): Fix last change.
10630
10631 2005-09-22 David Ponce <david@dponce.com>
10632
10633 * tree-widget.el (tree-widget-value-create): Fix previous change.
10634
10635 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10636
10637 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10638
10639 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * mouse.el (mouse-move-drag-overlay): New function.
10642 (mouse-drag-region-1): Use it.
10643 Try to simplify a bit the state handling. Handle clicks on links
10644 inside intangible areas.
10645 (mouse-save-then-kill): Minor simplification.
10646 (mouse-secondary-overlay): Make it always non-nil instead of
10647 recreating it each time.
10648 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10649 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10650 Simplify accordingly.
10651
10652 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10653
10654 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10655
10656 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10657
10658 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10659 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10660 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10661 to patch.
10662
10663 * ediff-util.el: Use insert-buffer-substring.
10664
10665 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10666
10667 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10668 field boundaries in the minibuffer.
10669 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10670 (viper-minibuffer-post-command-hook): New hook.
10671 (viper-line): Don't move cursor at bolp.
10672
10673 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10674
10675 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10676 avoid compiler warnings.
10677
10678 * emulation/viper-macs.el (ex-map): Better messages.
10679
10680 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10681
10682 * emulation/viper.el: Replace make-variable-buffer-local with
10683 viper-make-variable-buffer-local everywhere, to avoid warnings.
10684
10685 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10688 Delete unused var `old-selected-window'.
10689 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10690 (mouse-drag-secondary): Delete unused var `start-frame'.
10691
10692 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10693
10694 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10695
10696 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10699 Re-indent within 80 columns. Use inhibit-read-only.
10700
10701 2005-09-19 Romain Francoise <romain@orebokech.com>
10702
10703 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10704
10705 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10708 unconditionally, since the after-change-function already did it.
10709
10710 2005-09-19 Miles Bader <miles@gnu.org>
10711
10712 * net/newsticker.el: Get rid of CVS keyword.
10713
10714 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10715
10716 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10717 The prompt is formatted later.
10718
10719 2005-09-19 David Ponce <david@dponce.com>
10720
10721 * tree-widget.el (tree-widget-value-create): Save the converted
10722 tree :node widget.
10723
10724 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10725
10726 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10727 variable `message'.
10728
10729 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10730
10731 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10732 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10733 <slawomir.nowaczyk.847@student.lu.se>.
10734
10735 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * image.el (image-load-path): Use symbol `data-directory' instead
10738 of its value, for backward compatibility with packages that bind
10739 it during `find-image'. Suggested by Katsumi Yamaoka.
10740 (image-search-load-path): Handle symbols whose values are strings.
10741
10742 2005-09-18 Romain Francoise <romain@orebokech.com>
10743
10744 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10745 with-current-buffer form in save-excursion.
10746
10747 2005-09-18 D Goel <deego@gnufans.org>
10748
10749 * apropos.el (apropos-command): Fix `message' call: first arg
10750 should be a format spec. In this and all other cases that appear
10751 below and elsewhere in the source code, I made a change only when
10752 two conditions were satisfied: [1] I can think of a possibility
10753 that the arguments would cause an error, for example, the code in
10754 question relies on external variables such as filenames. [2] I
10755 was sure that the arg to `message' could not have been nil in the code.
10756
10757 * textmodes/tildify.el (tildify-region): Ditto.
10758
10759 * textmodes/reftex-index.el (reftex-index-change-entry)
10760 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10761 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10762 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10763 (org-priority, org-table-sum):
10764 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10765 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10766 (flyspell-word, flyspell-display-next-corrections):
10767 * textmodes/bibtex.el (bibtex-print-help-message):
10768 * textmodes/artist.el (artist-key-set-point-poly):
10769 * term/mac-win.el (mac-services-insert-text):
10770 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10771 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10772 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10773 (vhdl-compose-configuration):
10774 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10775 (sh-set-indent, sh-learn-line-indent):
10776 * progmodes/ps-mode.el (ps-mode-target-column):
10777 * progmodes/idlwave.el (idlwave-make-tags)
10778 (idlwave-scan-library-catalogs):
10779 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10780 * progmodes/gud.el (gud-jdb-analyze-source):
10781 * progmodes/flymake.el (flymake-log):
10782 * progmodes/ebnf2ps.el (ebnf-generate-region):
10783 * progmodes/cmacexp.el (c-macro-expansion):
10784 * progmodes/ada-xref.el (ada-treat-cmd-string):
10785 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10786 (ada-justified-indent-current, ada-batch-reformat):
10787 * play/zone.el (zone):
10788 * play/landmark.el (lm-move):
10789 * play/decipher.el (decipher-show-alphabet):
10790 * net/newsticker.el (newsticker--display-jump)
10791 (newsticker--display-scroll):
10792 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10793 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10794 * mail/feedmail.el (feedmail-dump-message-to-queue):
10795 * eshell/esh-proc.el (eshell-remove-process-entry):
10796 * emulation/ws-mode.el (ws-last-error):
10797 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10798 (viper-record-kbd-macro):
10799 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10800 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10801 * emacs-lisp/find-func.el (find-function-noselect):
10802 * calendar/timeclock.el (timeclock-status-string)
10803 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10804 (timeclock-when-to-leave-string):
10805 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10806 * calc/calc-units.el (calc-enter-units-table):
10807 * calc/calc-mode.el (calc-mode-record-mode):
10808 * woman.el (woman-mini-help):
10809 * wdired.el (wdired-change-to-wdired-mode):
10810 * vc.el (vc-retrieve-snapshot):
10811 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10812 * startup.el (display-startup-echo-area-message):
10813 * simple.el (set-goal-column):
10814 * ses.el (ses-command-hook, ses-recalculate-cell):
10815 * server.el (server-process-filter):
10816 * printing.el (pr-interface-txt-print, pr-interface-printify)
10817 (pr-interface-ps):
10818 * pcvs.el (cvs-help):
10819 * log-edit.el (log-edit, log-edit-mode-help):
10820 * iswitchb.el (iswitchb-possible-new-buffer):
10821 * isearch.el (isearch-edit-string):
10822 * image-mode.el (image-mode, image-minor-mode):
10823 * ibuf-macs.el (define-ibuffer-filter):
10824 * hi-lock.el (hi-lock-find-patterns):
10825 * files.el (toggle-read-only):
10826 * ediff-util.el (ediff-copy-diff)
10827 (ediff-write-merge-buffer-and-maybe-kill):
10828 * echistory.el (Electric-history-undefined):
10829 * dnd.el (dnd-insert-text):
10830 * dired-aux.el (dired-query):
10831 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10832 * bookmark.el (bookmark-bmenu-locate):
10833 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10834 Fix `message' calls to ensure first arg is a format string.
10835 The change was made only when these two conditions were satisfied:
10836 [1] when there is a possibility that the arguments would cause an error
10837 for example, if the code in question relies on external variables
10838 such as filenames, and
10839 [2] if the arg to `message' could not have been nil in the code.
10840
10841 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10842 Not having a %s would be weird, though not technically wrong.
10843
10844 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10845
10846 * term/mac-win.el (mac-add-charset-info): Doc fix.
10847
10848 2005-09-17 Romain Francoise <romain@orebokech.com>
10849
10850 * shell.el (shell-resync-dirs): Handle echoing processes more
10851 reliably. Don't insert resync command if `comint-process-echoes'
10852 is non-nil.
10853
10854 2005-09-17 Magnus Henoch <mange@freemail.hu>
10855
10856 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10857 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10858 aspell versions >= 0.60.
10859 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10860 only if ispell-aspell-supports-utf8 is non-nil.
10861
10862 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10863
10864 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10865 buffer-local value to lisp-indent-function.
10866
10867 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10868
10869 * progmodes/glasses.el (glasses-make-readable): If
10870 glasses-separator differs from underscore, put appropriate
10871 overlays over underscore characters.
10872 (glasses-convert-to-unreadable): If glasses-separator differs from
10873 underscore, try to convert glasses-separator characters to
10874 underscores.
10875
10876 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10879 Use with-syntax-table and dolist.
10880
10881 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10882
10883 * textmodes/reftex-auc.el:
10884 * textmodes/reftex-cite.el:
10885 * textmodes/reftex-dcr.el:
10886 * textmodes/reftex-global.el:
10887 * textmodes/reftex-parse.el:
10888 * textmodes/reftex-ref.el:
10889 * textmodes/reftex-sel.el:
10890 * textmodes/reftex-toc.el:
10891 * textmodes/reftex-vars.el:
10892 * textmodes/reftex.el: Small changes to remove compiler warnings.
10893
10894 * textmodes/reftex-index.el: Likewise.
10895 (reftex-query-index-phrase): More efficient use of markers.
10896
10897 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * image.el (image-load-path): New variable.
10900 (image-search-load-path): New function.
10901 (find-image): Search for images in `image-load-path'.
10902
10903 2005-09-15 Richard M. Stallman <rms@gnu.org>
10904
10905 * follow.el: Change Maintainer field.
10906
10907 2005-09-15 David Ponce <david@dponce.com>
10908
10909 * recentf.el (recentf-save-file-modes): New option.
10910 (recentf-save-list): Use it.
10911
10912 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10913
10914 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10915 (mode-line-mule-info, mode-line-modified): Move bindings from
10916 mouse-3 to mouse-1.
10917
10918 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10919
10920 * simple.el (sendmail-user-agent-compose): Revert last change.
10921
10922 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10925 Use with-current-buffer.
10926 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10927 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10928 (ange-ftp-insert-directory): Remove unused var `short'.
10929 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10930
10931 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10932 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10933
10934 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10935 (check-calendar-holidays, diary-list-entries): Autoload.
10936 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10937 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10938
10939 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10940 which mistakenly removed a call to display-buffer.
10941
10942 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10943
10944 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10945
10946 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10947
10948 * progmodes/hideshow.el
10949 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10950 (hs-allow-nesting): New user var.
10951 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10952 (hs-hide-block-at-point): When nesting allowed,
10953 if there is already an overlay in place, delete it.
10954 (hs-safety-is-job-n): Delete func; remove call sites.
10955 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10956 (hs-overlay-at): New func.
10957 (hs-already-hidden-p, hs-show-block): Use it.
10958 (hs-hide-all): Don't pre-clean if nesting allowed.
10959 (hs-show-all): Temporarily disallow
10960 nesting around call to `hs-discard-overlays'.
10961
10962 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10963
10964 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10965 Delete unused local var.
10966
10967 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10968
10969 * help-fns.el (describe-categories): "?\ " -> "?\s".
10970 (help-do-arg-highlight): Recognize also ARG-n, as in
10971 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10972
10973 * international/codepage.el (dos-unsupported-char-glyph):
10974 * net/newsticker.el (tool-bar-map, w3-mode-map)
10975 (w3m-minor-mode-map):
10976 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10977 (ent-alist):
10978 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10979
10980 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10981
10982 * custom.el (custom-push-theme): Handle the case where a symbol is
10983 bound but face properties have not yet been assigned.
10984
10985 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10986 Fix behavior if noerase is `t' and there is no mail buffer.
10987
10988 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10989 if `continue' is nil, rather than signal an error.
10990
10991 2005-09-12 Richard M. Stallman <rms@gnu.org>
10992
10993 * font-lock.el (font-lock-keywords): Add autoload.
10994
10995 * help-fns.el (describe-variable): Rearrange to put source link
10996 in a predictable place.
10997
10998 * net/newsticker.el: New file.
10999
11000 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11003 (calendar-basic-setup): Use the new nil arg.
11004 (number-of-diary-entries): Move to diary-lib.el.
11005
11006 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11007 (diary-list-entries): Use with-syntax-table and dolist.
11008 Rename from list-diary-entries.
11009 Use number-of-diary-entries if `number' is nil.
11010 (diary, diary-view-entries): Use this new name and new nil arg value.
11011 (number-of-diary-entries): Move from calendar.el.
11012 (diary-unhide-everything): New function.
11013 (include-other-diary-files, fancy-diary-display)
11014 (diary-show-all-entries, make-diary-entry): Use it.
11015 (diary-mail-entries): Use buffer-string.
11016 (mark-diary-entries): Fix long standing paren typo.
11017 (diary-sexp-entry): Use count-lines.
11018 (make-diary-entry): Avoid `previous-line'.
11019 (diary-mode-map): New var.
11020 (diary-mode): Redraw cal after saving. Setup header-line.
11021 (fancy-diary-display-mode): Use local-set-key.
11022
11023 * startup.el (command-line): Try calling various terminal-init-foo-bar
11024 functions by stripping hyphenated suffixes from $TERM.
11025
11026 * files.el (normal-mode): Check boundness of font-lock-keywords.
11027
11028 2005-09-12 Richard M. Stallman <rms@gnu.org>
11029
11030 * progmodes/compile.el: Don't decide a file's directory
11031 until the user actually tries to go there.
11032 (compilation-next-error-function):
11033 Pass compilation-find-file the directory from the file-struct.
11034 (compilation-internal-error-properties): Separate local FILE-STRUCT
11035 from FILE. Doc the args better. Rename arg FMT to FMTS.
11036 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11037 Expand it, and if nil, use default-directory.
11038 (compilation-get-file-structure): Don't mix specified directory
11039 with default directory. Put specified directory into
11040 file-struct. Don't make the file name absolute.
11041
11042 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11043 (compile-command): Add autoload.
11044 (compilation-disable-input): Add autoload.
11045
11046 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11047
11048 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11049 strings of the variables it can override.
11050 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11051 %Q and %q, for fully-qualified domain name and unqualified host name.
11052
11053 2005-09-11 Kim F. Storm <storm@cua.dk>
11054
11055 * emacs-lisp/authors.el (authors-aliases): Update list.
11056 (authors-fixed-entries): Update mldrag.el entry.
11057
11058 2005-09-10 Alan Mackenzie <acm@muc.de>
11059
11060 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11061 from the region narrowed to.
11062
11063 2005-09-10 Magnus Henoch <mange@freemail.hu>
11064
11065 * textmodes/ispell.el (ispell-check-version): Signal an error if
11066 aspell version is less than 0.60.
11067
11068 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11069
11070 * progmodes/octave-inf.el (inferior-octave-startup):
11071 Resync current dir at the end.
11072
11073 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11074
11075 * woman.el (woman-topic-at-point-default):
11076 Rename to woman-use-topic-at-point-default.
11077 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11078 (woman-file-name): Reflect renames above. Automatically use the
11079 word at point as topic if woman-use-topic-at-point is non-nil.
11080 Otherwise offer it as default but don't insert it in the
11081 minibuffer. Also use `test-completion' instead of `assoc' as
11082 suggested by Stefan Monnier.
11083
11084 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11085
11086 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11087 the attempt to do it over Tramp. This is not yet supported.
11088
11089 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11090
11091 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11092 (menu-bar-non-minibuffer-window-p): New functions.
11093 ("Split Window", "Save As..."): Use them.
11094 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11095 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11096 Use menu-bar-menu-frame-live-and-visible-p.
11097 ("Save Buffer", "Insert File", "Open Directory...")
11098 ("Open File...", "Visit New File..."):
11099 Use menu-bar-non-minibuffer-window-p.
11100 (kill-this-buffer-enabled-p, dired <menu-enable>):
11101 Use menu-bar-non-minibuffer-window-p.
11102
11103 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11104
11105 * cus-start.el (all): Don't complain about fringe-related
11106 built-ins if fringes are not supported. Ditto about
11107 selection-related built-ins. Fix the test for GTK-related built-ins.
11108
11109 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11110 ("Postscript Print Buffer", "Print Region", "Save As...")
11111 ("Save", "Insert File...", "Open Directory...")
11112 ("Open File...", "Visit New File..."")
11113 ("Truncate Long Lines in this Buffer"): Don't look at
11114 menu-updating-frame if this display does not support multiple frames.
11115
11116 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11117
11118 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11119
11120 2005-09-09 Emilio Lopes <eclig@gmx.net>
11121
11122 * woman.el: Format- and whitespace-related changes.
11123
11124 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11125
11126 * woman.el: Fix my email address.
11127
11128 2005-09-08 Richard M. Stallman <rms@gnu.org>
11129
11130 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11131 (sh-mode): Locally set skeleton-pair-default-alist.
11132
11133 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11134
11135 * progmodes/flymake.el: Require `compile' unconditionally.
11136
11137 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11138
11139 * woman.el (woman-file-name): Provide a default, not initial input.
11140
11141 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11142
11143 * font-lock.el (font-lock-support-mode): Doc fix.
11144
11145 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11146
11147 2005-09-08 Richard M. Stallman <rms@gnu.org>
11148
11149 * simple.el (blink-matching-open): Get rid of text props from
11150 the string shown in echo area. Don't permanently set point.
11151 Some rearrangements.
11152
11153 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11154
11155 * recentf.el (recentf-filename-handler): Add custom choice
11156 `abbreviate-file-name'.
11157
11158 * msb.el (msb--very-many-menus): Fix typo.
11159
11160 * disp-table.el (standard-display-european): Don't set
11161 enable-multibyte-characters to nil.
11162
11163 2005-09-08 David Ponce <david@dponce.com>
11164
11165 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11166 (recentf-expand-file-name): Doc fix.
11167 (recentf-dialog-mode-map): Define digit shortcuts.
11168 (recentf--files-with-key): New variable.
11169 (recentf-show-digit-shortcut-filter): New function.
11170 (recentf-open-files-items): New function.
11171 (recentf-open-files): Use it.
11172 (recentf-open-file-with-key): New command.
11173
11174 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11175
11176 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11177 Suggested by Kim F. Storm.
11178 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11179 (Buffer-menu-make-sort-button): Use global keymap.
11180
11181 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11182
11183 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11184 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11185 necessary any longer with the remapped command.
11186 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11187 formatting time only.
11188
11189 * net/tramp.el (tramp-action-password)
11190 (tramp-multi-action-password): Compile the password prompt from
11191 `method', `user' and `host'. Sometimes it isn't obvious which
11192 password to enter, for example with remote files offered by
11193 recentf.el, or with multiple steps. Suggested by Robert Marshall
11194 <robert@chezmarshall.freeserve.co.uk>.
11195
11196 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11197
11198 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11199 Fix regexp for when "s///" is at the beginning of line.
11200
11201 2005-09-07 Jay Belanger <belanger@truman.edu>
11202
11203 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11204 when in matrix mode.
11205
11206 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11209 non-anonymous functions.
11210
11211 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11214 when using a header line. Otherwise, use mouse-1-click-follows-link.
11215
11216 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11217 can't be moved; don't signal an error.
11218
11219 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11220
11221 * cus-theme.el (custom-theme-write-faces): Save the current face
11222 spec, not the defface spec.
11223
11224 * custom.el (custom-known-themes): Clarify meaning of "standard".
11225 (custom-push-theme): Save old values in the standard theme.
11226 (disable-theme): Correct typo.
11227 (custom-face-theme-value) Deleted unused function.
11228 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11229
11230 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * progmodes/compile.el (compilation-goto-locus): Take into account
11233 iconified frames when determining whether the buffer is
11234 already visible.
11235 Don't reset window height if the window already existed.
11236
11237 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * custom.el (load-theme): Rename from require-theme.
11240 Add interactive spec.
11241 (enable-theme): Rename from custom-enable-theme.
11242 Add interactive spec.
11243 (disable-theme): Rename from custom-disable-theme.
11244 Add interactive spec.
11245 (custom-make-theme-feature): Doc fix.
11246 (custom-theme-directory): Doc fix.
11247 (provide-theme): Call enable-theme.
11248
11249 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * obsolete/lazy-lock.el (lazy-lock-mode):
11252 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11253 font-lock-mode if it's off. Print a warning instead.
11254
11255 * progmodes/compile.el (compilation-start): Ignore errors if the
11256 process died before we get to send-eof.
11257
11258 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11259 Undo last change. Enclosing the result in quotes broke things on Unix
11260 since tex-send-command passes it through shell-quote-argument.
11261 (tex-send-command): Pass `file' through convert-standard-filename
11262 when possible.
11263 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11264 info in a transcript.
11265
11266 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11267
11268 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11269 fix compilation warning. Reorder the key definitions to group
11270 together keys emitted by the current version of xterm.
11271
11272 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11273 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11274 Reorder predicates to correct min-color usage.
11275
11276 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11279 Kill local variables when longlines-mode is turned off.
11280
11281 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11284
11285 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11286
11287 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11288
11289 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11290 (font-lock-lines-before): Change default to being inactive.
11291 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11292 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11293
11294 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11295
11296 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11297 Deactivate temporarily advice if active (not needed for Emacs 22,
11298 but for backwards compatibility).
11299 (tramp-exists-file-name-handler): Rewrite. First implementation
11300 was too simple.
11301 (tramp-advice-make-auto-save-file-name):
11302 Call `tramp-handle-make-auto-save-file-name' (again, just for
11303 backwards compatibility).
11304
11305 2005-08-31 Reto Zimmermann <reto@gnu.org>
11306
11307 * progmodes/vhdl-mode.el
11308 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11309 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11310 (vhdl-set-default-project): New function (easier setting of default).
11311 (vhdl-port-copy): Handle extended identifiers for generics.
11312 (vhdl-compiler-alist): Better description for error message regexp.
11313 (vhdl-make): Query for target, use previous as default.
11314 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11315 (vhdl-font-lock-keywords-2): Fix fontification for record
11316 el. assign.
11317 (vhdl-speedbar-make-subpack-line): Add package body link.
11318 (vhdl-generate-makefile-1): Not include itself as dependency.
11319 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11320 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11321 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11322 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11323 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11324 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11325 (vhdl-import-project): Add string argument for `error'.
11326 (vhdl-compose-configuration)
11327 (vhdl-compose-configuration-architecture): Add configuration
11328 declaration generation.
11329 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11330 (vhdl-trailer-re): Add "record" keyword (better indentation).
11331 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11332 "[^ \t-\"]+".
11333 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11334 (vhdl-testbench-entity-file-name)
11335 (vhdl-testbench-architecture-file-name): Allow separate
11336 customization of testbench file names.
11337 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11338 (vhdl-get-visible-signals): Allow newline within alias declaration.
11339 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11340 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11341 (member-ignore-case): Alias for missing function in XEmacs.
11342 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11343 (vhdl-update-sensitivity-list): Ignore case on read signals.
11344 (vhdl-replace-string): Adjust case only for file names.
11345 (vhdl-update-sensitivity-list): Fix search for read signals.
11346 (vhdl-update-sensitivity-list): Exclude formal parameters.
11347 (vhdl-get-visible-signals): Include aliases of signals.
11348 (vhdl-get-visible-signals): Fix signal name searching.
11349 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11350 (vhdl-fixup-whitespace-region): Fix for character
11351 literals (e.g. `:').
11352
11353 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11354
11355 * ansi-color.el (comint-last-output-start):
11356 * bs.el (font-lock-verbose):
11357 * diff-mode.el (add-log-buffer-file-name-function):
11358 * dired-x.el (vm-folder-directory):
11359 * faces.el (help-xref-stack-item):
11360 * files.el (font-lock-keywords):
11361 * find-lisp.el (dired-buffers, dired-subdir-alist):
11362 * ido.el (cua-inhibit-cua-keys):
11363 * log-view.el (cvs-minor-wrap-function):
11364 * outline.el (font-lock-warning-face):
11365 * simple.el (compilation-current-error):
11366 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11367 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11368 * tooltip.el (comint-prompt-regexp):
11369 * w32-fns.el (explicit-shell-file-name):
11370 * term/mac-win.el (mac-charset-info-alist)
11371 (mac-services-selection, mac-system-script-code):
11372 * term/tty-colors.el (msdos-color-values):
11373 * term/w32-win.el (xlfd-regexp-registry-subnum):
11374 * term/x-win.el (x-keysym-table, x-selection-timeout)
11375 (x-session-id, x-session-previous-id):
11376 * textmodes/ispell.el (mail-yank-prefix):
11377 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11378 * textmodes/org.el (calc-embedded-close-formula)
11379 (calc-embedded-open-formula)
11380 (font-lock-unfontify-region-function):
11381 * textmodes/reftex-global.el (isearch-next-buffer-function)
11382 (TeX-master):
11383 * textmodes/reftex.el (font-lock-keywords):
11384 * textmodes/tex-mode.el (font-lock-comment-face)
11385 (font-lock-doc-face):
11386 * textmodes/texinfo.el (outline-heading-alist):
11387 Add defvars.
11388
11389 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11390 (artist-spray-chars, artist-mode-init, artist-replace-string)
11391 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11392 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11393 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11394
11395 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11396 (conf-align-assignments): "?\ " -> "?\s".
11397
11398 * textmodes/reftex-index.el (TeX-master): Add defvar.
11399 (reftex-index-phrases-marker): Move up defvar.
11400
11401 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11402 (reftex-toc-include-labels-indicator)
11403 (reftex-toc-include-index-indicator)
11404 (reftex-toc-max-level-indicator): Move up declarations.
11405
11406 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11407 of args to `tramp-run-real-handler', even if it's empty in this case.
11408
11409 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11410
11411 * dired.el (dired-move-to-filename-regexp): Add date format for
11412 Mac OS X 10.3 in East Asian locales.
11413
11414 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11415
11416 * files.el (make-auto-save-file-name): Add file name handler call
11417 if applicable.
11418
11419 * net/tramp.el (tramp-file-name-handler-alist)
11420 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11421 (tramp-handle-make-auto-save-file-name): Rename from
11422 `tramp-make-auto-save-file-name'.
11423 (tramp-exists-file-name-handler): New defun.
11424 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11425 `make-auto-save-file-name' is not a magic file name operation.
11426
11427 2005-08-30 Richard M. Stallman <rms@gnu.org>
11428
11429 * files.el (risky-local-variable-p):
11430 Match `-predicates' and `-commands.
11431
11432 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11433 (custom-save-all): Visit the file if necessary;
11434 kill the buffer if we created it.
11435 (custom-save-delete): Don't visit file or kill buffer here.
11436
11437 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11438
11439 * textmodes/org.el (org-special-keyword): New face.
11440 (org-table-copy-down, org-table-eval-formula)
11441 (org-table-recalculate, org-init-section-numbers):
11442 Use `string-to-number' instead of `string-to-int'.
11443 (org-get-location): Use `insert-buffer-substring' instead of
11444 `insert-buffer'.
11445 (org-modify-diary-entry-string): New function.
11446 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11447 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11448 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11449 active region.
11450 (org-export-as-html): Handle QUOTE keyword.
11451 (org-quote-string): New option.
11452 (org-bookmark-jump-unhide): New function, used for
11453 `bookmark-after-jump-hook'.
11454 (org-diary-default-entry): Apply only when not called through
11455 `org-agenda'.
11456
11457 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11458
11459 * net/eudc.el (mode-popup-menu):
11460 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11461 * progmodes/ada-mode.el (compile-auto-highlight)
11462 (skeleton-further-elements):
11463 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11464 * progmodes/cmacexp.el (msdos-shells):
11465 * progmodes/compile.el (font-lock-extra-managed-props)
11466 (font-lock-keywords, font-lock-maximum-size)
11467 (font-lock-support-mode):
11468 * progmodes/grep.el (font-lock-lines-before):
11469 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11470 * progmodes/mixal-mode.el (compile-command):
11471 * progmodes/perl-mode.el (font-lock-comment-face)
11472 (font-lock-doc-face, font-lock-string-face):
11473 * progmodes/prolog.el (comint-prompt-regexp):
11474 * progmodes/sh-script.el (font-lock-comment-face)
11475 (font-lock-set-defaults, font-lock-string-face):
11476 * progmodes/sql.el (font-lock-keyword-face)
11477 (font-lock-set-defaults, font-lock-string-face):
11478 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11479 (itimer-version, lazy-lock-defer-contextually)
11480 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11481 Add defvars.
11482
11483 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11484 (cperl-electric-keyword, cperl-electric-pod)
11485 (cperl-electric-backspace, cperl-forward-re)
11486 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11487 (vc-rcs-header, vc-sccs-header): Add defvars.
11488
11489 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11490 (font-lock-syntactic-keywords, gud-find-expr-function):
11491 Add defvars.
11492
11493 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11494 (gdb-frame-parameters): Declare before use.
11495
11496 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11497 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11498 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11499 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11500
11501 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11502 (idlwave-help-with-source): Use `insert-buffer-substring', not
11503 `insert-buffer'.
11504
11505 2005-08-29 Juri Linkov <juri@jurta.org>
11506
11507 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11508 Put outline-back-to-heading function call inside save-excursion.
11509
11510 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11511
11512 * man.el (Man-init-defvars, Man-translate-references)
11513 (Man-support-local-filenames, Man-highlight-references):
11514 * progmodes/sql.el (sql-interactive-mode):
11515 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11516
11517 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11518 (compilation-mode-font-lock-keywords): Add defvars.
11519 (checkdoc-interactive-loop): "?\ " -> "?\s".
11520
11521 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11522 (font-lock-doc-face, font-lock-string-face)
11523 (font-lock-keywords-case-fold-search): Add defvars.
11524 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11525
11526 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11527 Don't pass X and Y (they are ignored anyway).
11528 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11529 (mouse-delete-window): Make arguments optional.
11530
11531 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11532 (caesar-translate-table, minor-modes, news-buffer-save)
11533 (news-group-name, news-minor-modes): Add defvars.
11534
11535 * emacs-lisp/lselect.el (mouse-highlight-priority)
11536 (x-lost-selection-functions, zmacs-regions):
11537 * emacs-lisp/pp.el (font-lock-verbose):
11538 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11539 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11540 (ses-mode-map):
11541 * emacs-lisp/tcover-unsafep.el (safe-functions):
11542 * international/mule-cmds.el (mac-system-coding-system)
11543 (mac-system-locale):
11544 * language/ethio-util.el (rmail-current-message)
11545 (rmail-message-vector):
11546 * language/thai-util.el (thai-auto-composition-mode):
11547 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11548 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11549 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11550 (vm-primary-inbox, vm-spool-files):
11551 * mail/rmail.el (deleted-head, font-lock-fontified)
11552 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11553 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11554 (total-messages):
11555 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11556 (rmail-summary-mode-map):
11557 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11558 (rmail-last-label, rmail-last-multi-labels)
11559 (rmail-summary-vector, rmail-total-messages):
11560 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11561 * mail/rmailsum.el (msgnum):
11562 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11563 (rmail-current-message):
11564 * obsolete/fast-lock.el (font-lock-face-list):
11565 * obsolete/rnewspost.el (mail-reply-buffer):
11566 * obsolete/scribe.el (compile-command):
11567 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11568
11569 2005-08-28 John Paul Wallington <jpw@gnu.org>
11570
11571 * ibuf-ext.el (ibuffer-auto-update-changed):
11572 Use `frame-or-buffer-changed-p' to check whether we need to update.
11573 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11574 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11575 as a `frame-or-buffer-changed-p' state vector instead.
11576
11577 2005-08-27 Romain Francoise <romain@orebokech.com>
11578
11579 * textmodes/makeinfo.el (makeinfo-compile):
11580 Use `compilation-start'. Set `next-error-function' according to
11581 `disable-errors'.
11582 (makeinfo-next-error): New function.
11583 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11584 (makeinfo-buffer): Likewise.
11585
11586 * progmodes/compile.el (compilation-start): Add autoload cookie.
11587
11588 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11589 * textmodes/sgml-mode.el: Likewise.
11590 * progmodes/python.el: Likewise.
11591
11592 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11593
11594 * simple.el (blink-matching-paren-distance): Document the meaning
11595 of nil value, and allow to customize to nil.
11596
11597 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11598 command.com, not command.exe.
11599
11600 2005-08-26 John Wiegley <johnw@newartisans.com>
11601
11602 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11603 code around a bit so that an extraneous nil argument is not added
11604 to a command when no args are given.
11605
11606 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11607 double-quoted argument resolves to nil, return it as an empty
11608 string rather than as nil. This made it impossible to pass "" to
11609 a shell script as a null string argument.
11610
11611 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * outline.el (outline-invent-heading): New fun.
11614 (outline-promote, outline-demote): Use it.
11615 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11616 (outline-end-of-subtree): Remove unused var `opoint'.
11617
11618 2005-08-26 David Reitter <david.reitter@gmail.com>
11619
11620 * menu-bar.el (truncate-lines, write-file, print-buffer)
11621 (ps-print-buffer-faces, ps-print-buffer, split-window):
11622 Disable menu items when the frame they refer to is invisible, or when
11623 they refer to a buffer and the minibuffer is selected.
11624
11625 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11626
11627 * progmodes/flymake.el (flymake-highlight-err-lines):
11628 Use save-excursion around flymake-highlight-line to preserve point.
11629
11630 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11631
11632 * progmodes/octave-mod.el: Change Author and Maintainer address.
11633 (octave-maintainer-address): Change Kurt's email address.
11634 * progmodes/octave-inf.el: Change Author and Maintainer address.
11635 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11636
11637 2005-08-26 Kim F. Storm <storm@cua.dk>
11638
11639 * subr.el (version-list-<, version-list-<=, version-list-=):
11640 Rename from integer-list-*.
11641 (version-list-not-zero): Likewise. Fix while loop.
11642 (version=): Use version-list-= instead of string-equal.
11643
11644 2005-08-26 Richard M. Stallman <rms@gnu.org>
11645
11646 * outline.el (outline-promote): Try shortening the heading.
11647 As last resort, read the heading to use.
11648 (outline-demote): As last resort, read the heading to use.
11649
11650 2005-08-26 Romain Francoise <romain@orebokech.com>
11651
11652 * progmodes/compile.el (compilation-start): Doc fix.
11653
11654 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11655 (antlr-font-lock-additional-keywords): Fix reference to
11656 `antlr-font-lock-literal-regexp' erroneously changed during the
11657 mass face rename.
11658 (antlr-run-tool): Use `compilation-start'.
11659
11660 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11661 instead of the obsolete `compile-internal'.
11662
11663 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11664
11665 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11666 (number, original-date):
11667 * calendar/cal-china.el (date):
11668 * calendar/cal-coptic.el (date):
11669 * calendar/cal-french.el (date):
11670 * calendar/cal-hebrew.el (date, entry, number, original-date):
11671 * calendar/cal-islam.el (date, number, original-date):
11672 * calendar/cal-iso.el (date):
11673 * calendar/cal-julian.el (date):
11674 * calendar/cal-mayan.el (date):
11675 * calendar/cal-menu.el (date, event):
11676 * calendar/cal-persia.el (date):
11677 * calendar/lunar.el (date):
11678 * calendar/solar.el (date): Add defvars.
11679
11680 * emerge.el:
11681 * ibuffer.el:
11682 * info-xref.el:
11683 * obsolete/bg-mouse.el:
11684 * obsolete/sun-curs.el:
11685 * obsolete/swedish.el: Move the `defvar's to the top level.
11686
11687 * smerge-mode.el (smerge-refined-change): Add :group.
11688
11689 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11692 (smerge-keep-n): Remove props.
11693 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11694 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11695 now that it's done in smerge-keep-n.
11696 (smerge-refined-change): New face.
11697 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11698 (smerge-refine): New funs.
11699 (smerge-basic-map): Bind smerge-refine.
11700
11701 2005-08-25 Juri Linkov <juri@jurta.org>
11702
11703 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11704 compilation-process-setup-function and compilation-disable-input
11705 in grep-mode instead of let-bindings in grep.
11706
11707 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11708 Delete "Automatic File De/compression" (auto-compression-mode).
11709
11710 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11711
11712 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11713 Silence warning about non-existent variable.
11714
11715 2005-08-25 Richard M. Stallman <rms@gnu.org>
11716
11717 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11718 Rename "Describe Key" to "Describe Key or Mouse Operation".
11719
11720 * mail/mailalias.el (build-mail-aliases): Delete comments
11721 from the contents before processing them.
11722
11723 * isearch.el (isearch-edit-string): Erase the Search prompt
11724 if user enters an empty string and there is no default.
11725
11726 * comint.el (comint-file-name-prefix): Add autoload.
11727
11728 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11729
11730 * subr.el (play-sound): Rearrange to avoid warning.
11731
11732 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11733
11734 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11735 New hook.
11736 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11737
11738 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11741
11742 * custom.el (custom-theme-set-variables): Sort minor modes last.
11743
11744 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11745
11746 * subr.el (version-separator, version-regexp-alist): New vars used by
11747 version comparison funs.
11748 (integer-list-<, integer-list-=, integer-list-<=)
11749 (integer-list-not-zero): New funs for integer list comparison.
11750 (version-to-list, version=, version<, version<=): New funs for version
11751 comparison.
11752
11753 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11754
11755 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11756 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11757 time to silence the byte-compiler.
11758
11759 * ibuffer.el (ibuffer-compile-make-eliding-form)
11760 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11761 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11762 so it's silly to get warnings for it).
11763 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11764 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11765 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11766 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11767 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11768 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11769 Defvar at compile time.
11770 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11771 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11772 Declare them before use.
11773
11774 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11775 (info-xref-good, info-xref-bad): Defvar at compile time.
11776
11777 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11778 Use `let*' instead of `let'.
11779
11780 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11781 (*mouse-y*, menu, char): Defvar at compile time.
11782 (sc::menu): Declare it before use.
11783 (sc::pack-one-line): Use `let', not `let*'.
11784
11785 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11786 (mail-send-hook): Defvar at compile time.
11787
11788 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11789 Defvar at compile time.
11790
11791 * term/sun-mouse.el (current-global-mousemap)
11792 (current-local-mousemap): Declare them before use.
11793
11794 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11795
11796 * bookmark.el (bookmark-after-jump-hook): New hook.
11797 (bookmark-jump): Run `bookmark-after-jump-hook'.
11798
11799 2005-08-23 Juri Linkov <juri@jurta.org>
11800
11801 * faces.el (minibuffer-prompt): Doc fix.
11802
11803 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11804
11805 * progmodes/xscheme.el: Trivial changes to silence warnings.
11806 (xscheme-previous-mode, xscheme-previous-process-state):
11807 Add defvars.
11808 (xscheme-last-input-end, xscheme-process-command-line)
11809 (xscheme-process-name, xscheme-buffer-name)
11810 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11811 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11812 (xscheme-control-g-synchronization-p)
11813 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11814 (default-xscheme-runlight, xscheme-runlight)
11815 (xscheme-runlight-string, xscheme-process-filter-state)
11816 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11817 Move to beginning of file.
11818 (scheme-interaction-mode-commands-alist)
11819 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11820 Declare them before use. Note: the initialization code for the variables
11821 has not been moved because it uses functions that reference the variables.
11822 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11823 (xscheme-prompt-for-expression-map): Declare them before use.
11824 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11825
11826 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11827
11828 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11829
11830 2005-08-22 Juri Linkov <juri@jurta.org>
11831
11832 * faces.el (set-face-underline): Delete this duplicate function
11833 and make an obsolete alias to set-face-underline-p.
11834 (set-face-underline-p): Use docstring of set-face-underline.
11835 (describe-face): Create hyperlink to parent face.
11836
11837 * info.el (Info-insert-dir): Use save-excursion around
11838 insert-buffer-substring.
11839 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11840 (Info-escape-percent): Delete function.
11841 (Info-fontify-node): Replace Info-escape-percent by
11842 replace-regexp-in-string with REP arg set to lambda that
11843 duplicates `%' and preserves text properties.
11844
11845 * progmodes/compile.el (compilation-disable-input): Doc fix.
11846 (define-compilation-mode): Doc fix and refill.
11847 (kill-compilation): Use `mode-name' in the error message.
11848 (compilation-find-file): Use `compilation-error' in the
11849 read-file-name's prompt.
11850
11851 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11854 (smerge-auto-leave): Make undo re-enable the mode.
11855 (debug-ignored-errors): Add the user-error of impossible resolution.
11856 (smerge-resolve): Move things around a bit, in preparation for later.
11857 (smerge-diff): Don't fail if the buffer has no associated file.
11858 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11859 (smerge-conflict-overlay): New function.
11860 (smerge-match-conflict): Don't add text properties here.
11861 (smerge-find-conflict): Instead, add an overlay here.
11862 Also check for the case where we're inside a conflict already, so as to
11863 obviate the need for font-lock-multiline, which is unbearably slow with
11864 large conflicts and ciomplex font-lock patterns.
11865 (smerge-remove-props): Remove overlay rather than text-properties.
11866 (smerge-mode): Don't set font-lock-multiline.
11867 Remove overlays when turned off.
11868
11869 2005-08-21 Kim F. Storm <storm@cua.dk>
11870
11871 * ido.el (ido-ignore-item-p): Use save-match-data.
11872 Bind case-fold-search to ido-case-fold locally.
11873
11874 2005-08-20 Richard M. Stallman <rms@gnu.org>
11875
11876 * files.el (normal-mode): If font lock is on, turn it off and on.
11877
11878 * subr.el (replace-regexp-in-string): Doc fix.
11879
11880 * startup.el (command-line-1): Don't suppress startup screen
11881 due to existing processes.
11882
11883 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11884
11885 * progmodes/compile.el (compilation-disable-input): Default to nil.
11886
11887 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11888
11889 * progmodes/compile.el (compilation-disable-input): New defcustom.
11890 (compilation-start): If compilation-disable-input is non-nil, send
11891 EOF to the compilation process.
11892
11893 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11894
11895 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11896 Run the argument of tex-shell-cd-command through
11897 convert-standard-filename, to get the correct style of slashes on
11898 Windows, and enclose the result in quotes, in case the file name
11899 includes whitespace or other special characters.
11900
11901 2005-08-19 Andreas Schwab <schwab@suse.de>
11902
11903 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11904 process.
11905
11906 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11907
11908 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11909
11910 2005-08-18 Kim F. Storm <storm@cua.dk>
11911
11912 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11913
11914 2005-08-18 Richard M. Stallman <rms@gnu.org>
11915
11916 * scroll-lock.el: New file.
11917
11918 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11919
11920 * dired.el (dired-move-to-end-of-filename):
11921 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11922
11923 2005-08-18 Kim F. Storm <storm@cua.dk>
11924
11925 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11926 rather than toggle mode when custom value is nil.
11927 (ido-everywhere): Fix defun doc string.
11928
11929 2005-08-17 Richard M. Stallman <rms@gnu.org>
11930
11931 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11932 as tag instead of "Inviolable".
11933
11934 2005-08-17 Kim F. Storm <storm@cua.dk>
11935
11936 * windmove.el (windmove-coordinates-of-position): Remove.
11937 (windmove-coordinates-of-window-position): Remove.
11938 (windmove-reference-loc): Use posn-at-point instead.
11939
11940 * subr.el (insert-for-yank-1): Doc fix.
11941
11942 * ido.el (ido-enter-matching-directory): Rename from
11943 ido-enter-single-matching-directory. Change `slash' choice to
11944 `only'. Add `first' choice.
11945 (ido-exhibit): Adapt to above changes.
11946
11947 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11948
11949 * Makefile.in: Expand comment about building loaddefs.el.
11950
11951 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11952
11953 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11954 Comment use of defadvice.
11955
11956 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11957
11958 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11959
11960 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11961 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11962 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11963 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11964 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11965 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11966 for backward compatibility for faces that did not appear in the
11967 previous Emacs release.
11968
11969 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11970
11971 2005-08-15 Kim F. Storm <storm@cua.dk>
11972
11973 * emulation/cua-base.el (cua-delete-region): Return t if
11974 deleted region was non-empty.
11975 (cua-replace-region): Inhibit overwrite-mode for
11976 self-insert-command if replaced region was non-empty.
11977 (cua--explicit-region-start, cua--status-string): Make them
11978 buffer-local at top-level...
11979 (cua-mode): ...rather than when mode is enabled.
11980
11981 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11982
11983 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11984 Set t for Emacs 21, 22, and so on.
11985
11986 2005-08-15 David Ponce <david@dponce.com>
11987
11988 * tree-widget.el: Update Commentary header.
11989 (tree-widget-theme): Doc fix.
11990 (tree-widget-space-width): New option.
11991 (tree-widget-image-properties): Look up in the default theme too.
11992 (tree-widget--cursors): Only for images with arrow pointer shape.
11993 (tree-widget-lookup-image): Pointer shape is hand by default.
11994 (tree-widget-icon): Rename generic icon widget from
11995 `tree-widget-control'.
11996 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11997 derive from `tree-widget-icon'.
11998 (tree-widget-handle): Improve default look and feel of the text
11999 representation.
12000 (tree-widget): Rename :*-control properties to :*-icon properties.
12001 Add :action and :help-echo properties.
12002 (tree-widget-after-toggle-functions): Move.
12003 (tree-widget-close-node, tree-widget-open-node): Remove.
12004 (tree-widget-before-create-icon-functions): New hook.
12005 (tree-widget-value-create): Update to allow customization of icons
12006 and nodes at run-time via that new hook.
12007 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12008 (tree-widget-icon-action, tree-widget-icon-help-echo)
12009 (tree-widget-action, tree-widget-help-echo): New functions.
12010
12011 2005-08-15 Kim F. Storm <storm@cua.dk>
12012
12013 * ido.el (ido-buffer-internal): Use with-no-warnings.
12014 (ido-make-merged-file-list): Use while-no-input.
12015
12016 2005-08-15 Richard M. Stallman <rms@gnu.org>
12017
12018 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12019 (flyspell-large-region): Fix doc and custom type.
12020
12021 2005-08-14 Richard M. Stallman <rms@gnu.org>
12022
12023 * files.el (interpreter-mode-alist): Doc fix.
12024
12025 * mail/rmail.el (rmail-nonignored-headers): New variable.
12026 (rmail-clear-headers): Use it.
12027 (rmail-reply): Better handling of mail-followup-to header.
12028
12029 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12030 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12031 don't try to refer to executable-font-lock-keywords.
12032 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12033 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12034 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12035 (sh-mode): Set comment-start-skip, local-abbrev-table,
12036 imenu-case-fold-search.
12037 (sh-set-shell): Don't set them here.
12038 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12039 Don't cache the results in the original alist; don't ever modify
12040 that alist.
12041
12042 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12043
12044 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12045 empty.
12046
12047 2005-08-15 Andreas Schwab <schwab@suse.de>
12048
12049 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12050
12051 * dired.el, info.el, mail/rmail.el: Revert last change.
12052
12053 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12054
12055 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12056 modification in `eval-after-load' form.
12057 * info.el: Likewise.
12058 * mail/rmail.el: Likewise.
12059
12060 2005-08-14 Juri Linkov <juri@jurta.org>
12061
12062 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12063 Remove highlighting of "Compilation started". Highlight only
12064 the word "finished" in "Compilation finished". Add highlighting
12065 of "interrupt", "killed", "terminated" and the exit code.
12066 (compilation-start): Add newline after header. Use exactly the
12067 same time stamp format as the finishing message.
12068 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12069
12070 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12071 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12072 Add highlighting of "interrupt", "killed", "terminated".
12073
12074 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12075 enabled and the current command is self-insert-command, call it
12076 explicitly with overwrite-mode bound to nil, to not allow it
12077 to delete the character after the selected region.
12078
12079 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12080
12081 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12082 move-end-of-line, end-of-line, and beginning-of-line to the list
12083 of commands after which the echo area is updated.
12084
12085 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12086
12087 * cus-edit.el (custom-save-all, custom-save-delete):
12088 Bind recentf-exclude to exclude custom-file.
12089
12090 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12091
12092 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12093 to go to the bottom of the mail message. Added to
12094 `rmail-summary-mode-map' with key "/".
12095 (rmail-summary-show-message): New (internal) function for use by
12096 both `rmail-summary-beginning/end-of-message'.
12097 (rmail-summary-beginning-of-message): Change to use
12098 rmail-summary-show-message.
12099
12100 * mail/rmail.el (rmail-end-of-message): New command to go to the
12101 end of the current message. Added to `rmail-mode-map' with key "/".
12102 (rmail-beginning-of-message): Fix to work as documented.
12103 (rmail-mode): Change documentation.
12104
12105 * progmodes/compile.el (compilation-start): Add the line
12106 "Compilation started" with compilation start time.
12107 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12108
12109 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12110
12111 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12112 of menu items.
12113
12114 2005-08-11 Richard M. Stallman <rms@gnu.org>
12115
12116 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12117
12118 * battery.el (battery-status-function): Don't use ignore-errors.
12119
12120 2005-08-11 Lute Kamstra <lute@gnu.org>
12121
12122 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12123 define-obsolete-variable-alias.
12124
12125 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12128 (ange-ftp-send-cmd): Revert last change, and expand
12129 the comment explaining the problem.
12130
12131 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12132
12133 * ldefs-boot.el: Update.
12134
12135 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12136 item to "Time, Load and Mail". Change help echo text.
12137
12138 * time.el (display-time-use-mail-icon, display-time-format)
12139 (display-time-string-forms): Shorten first line of docstrings.
12140
12141 2005-08-10 Lars Hansen <larsh@soem.dk>
12142
12143 * desktop.el (desktop-buffer-mode-handlers):
12144 Make non-customizable. Add autoload cookie. Change initial value to
12145 nil; add elements in respective modules instead. Fix doc string.
12146 (desktop-load-file): New function.
12147 (desktop-minor-mode-handlers): New autoloaded variable.
12148 (desktop-create-buffer): Call minor mode handlers.
12149 Use desktop-load-file to load major and minor mode modules prior to
12150 checking for a handler.
12151 (desktop-save): Don't add nil to desktop-minor-modes for minor
12152 modes with nil function in desktop-minor-mode-table. Don't delete
12153 desktop file before rewriting it.
12154 (desktop-locals-to-save): Add autoload cookie. Don't make
12155 automatically buffer-local. Add variables column-number-mode,
12156 size-indication-mode, indent-tabs-mode,
12157 indicate-buffer-boundaries, indicate-empty-lines and
12158 show-trailing-whitespace.
12159 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12160 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12161 (desktop-clear-preserve-buffers-regexp): Delete.
12162 (desktop-clear-preserve-buffers): Update initial value and docstring.
12163 (desktop-save-buffer): Fix doc string.
12164
12165 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12166 (hilit-chg-desktop-restore): New function.
12167 (highlight-changes-mode): Add highlight-changes-mode to
12168 desktop-locals-to-save.
12169
12170 * dired.el: Add handler to desktop-buffer-mode-handlers.
12171 (dired-restore-desktop-buffer): Remove autoload cookie.
12172 (dired-mode): Add autoload cookie.
12173
12174 * info.el: Add handler to desktop-buffer-mode-handlers.
12175 (Info-restore-desktop-buffer): Remove autoload cookie.
12176 (Info-mode): Add autoload cookie.
12177
12178 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12179 (mh-restore-desktop-buffer): Remove autoload cookie.
12180 (mh-folder-mode): Add autoload cookie.
12181
12182 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12183 (rmail-restore-desktop-buffer): Remove autoload cookie.
12184
12185 2005-08-11 Masatake YAMATO <jet@gyve.org>
12186
12187 * hexl.el (hexl-address-region):
12188 (hexl-ascii-region, hexl-font-lock-keywords):
12189 (hexl-highlight-line-range): Use the term "region"
12190 instead of "area" for consistency with the other symbols
12191 defined in hexl.el.
12192
12193 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12194
12195 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12196 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12197 out by Juri Linkov). Add `display-battery-mode'.
12198
12199 2005-08-09 Juri Linkov <juri@jurta.org>
12200
12201 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12202 Remove `-text' from face variable names.
12203 (compilation-error-file-name, compilation-warning-file-name)
12204 (compilation-info-file-name): Delete faces.
12205 (compilation-line-number, compilation-column-number):
12206 Remove face underlining.
12207 (compilation-message-face): Set to `underline' value by default.
12208 (compilation-error-face, compilation-warning-face)
12209 (compilation-info-face): Remove `-file-name' from face names.
12210 (compilation-error-text-face, compilation-warning-text-face)
12211 (compilation-info-text-face): Delete face variables.
12212 (compilation-text-face): Delete function.
12213
12214 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12215 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12216 (grep-error-face): Set to `compilation-error' instead of
12217 `compilation-error-face' (which is redefined to `grep-hit-face' in
12218 grep buffers).
12219 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12220 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12221
12222 * dired-aux.el (dired-do-query-replace-regexp):
12223 Use `query-replace-read-args'.
12224
12225 * replace.el (query-replace-read-from, query-replace-read-to)
12226 (query-replace-read-args): Rename arg `string' to `prompt'.
12227
12228 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12229
12230 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12231
12232 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12233 uploading files.
12234 (ange-ftp-canonize-filename): Handle file names beginning with ~
12235 correctly.
12236
12237 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12238
12239 * textmodes/fill.el (canonically-space-region)
12240 (fill-context-prefix, fill-french-nobreak-p)
12241 (fill-delete-newlines, fill-comment-paragraph)
12242 (justify-current-line): "?\ " -> "?\s".
12243
12244 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12245
12246 * textmodes/fill.el (fill-nonuniform-paragraphs):
12247 Improve argument/docstring consistency.
12248
12249 2005-08-09 Richard M. Stallman <rms@gnu.org>
12250
12251 * textmodes/ispell.el (ispell-word): More fboundp checks.
12252
12253 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12254 (find-file-noselect-1): Call it here, only if RAWFILE.
12255 (normal-mode): Always set some major mode.
12256 (save-some-buffers-action-alist): Change some explanation strings.
12257 (file-name-non-special): In the `quote' method, use unwind-protect.
12258
12259 2005-08-09 Magnus Henoch <mange@freemail.hu>
12260
12261 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12262 (ispell-have-aspell-dictionaries): New variable.
12263 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12264 (ispell-get-aspell-config-value): New function.
12265 (ispell-aspell-find-dictionary): New function.
12266 (ispell-aspell-add-aliases): New function.
12267 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12268 appropriate. Don't look for ispell dictionaries if we use aspell.
12269 (ispell-menu-map): Don't build a submenu of dictionaries.
12270
12271 2005-08-09 Richard M. Stallman <rms@gnu.org>
12272
12273 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12274 (sql-read-passwd): Use read-passwd.
12275
12276 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12277 (idlwave-toolbar-is-possible): Add defvars.
12278
12279 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12280 Avoid warnings.
12281
12282 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12283 (idlwave-system-class-info, idlwave-executive-commands-alist):
12284 Use defvar.
12285
12286 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12287
12288 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12289 Avoid warnings.
12290
12291 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12292 and content-type: headers.
12293
12294 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12295
12296 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12297 and rename some of them to be more self-explanatory.
12298
12299 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12300
12301 * startup.el (command-line-1): Implement -scriptload.
12302
12303 * replace.el (occur-engine): Initial *Occur* output not undoable.
12304
12305 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12306 and improve help strings.
12307
12308 * isearch.el (isearch-repeat): When changing direction,
12309 mark search successful.
12310
12311 * ediff-init.el: Use (featurep 'xemacs).
12312
12313 * comint.el (send-invisible): Identify buffer, if not selected.
12314
12315 * align.el: Delete autoload for c-guess-basic-syntax.
12316
12317 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12318
12319 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12320 Improve argument/docstring consistency. Doc fixes.
12321 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12322 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12323 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12324 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12325 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12326 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12327 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12328 Defvar at compile time.
12329
12330 2005-08-09 Juri Linkov <juri@jurta.org>
12331
12332 * info.el: Replace `info' with upper-case `Info' where appropriate.
12333 (info-title-1, info-title-2, info-title-3, info-title-4)
12334 (info-menu-header): Move up face definitions.
12335 (info-menu-star): Rename from `info-menu-5'.
12336 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12337 (Info-fontify-visited-nodes): Fix docstring.
12338 (Info-hide-note-references): Fix docstring.
12339 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12340 menu items in the same way as on cross-references.
12341 (info-apropos): Fix sorting order and formatting to be like in the
12342 stand-alone Info browser. Display error messages for 1 sec.
12343 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12344 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12345 from the menu bar.
12346 (Info-insert-dir): Restore point after calling
12347 `insert-buffer-substring'.
12348
12349 2005-08-08 Richard M. Stallman <rms@gnu.org>
12350
12351 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12352 (recompute-lucid-menubar): Add defvars.
12353
12354 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12355
12356 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12357
12358 * net/net-utils.el (run-dig): Rename from `dig'.
12359
12360 * play/gametree.el (gametree-mode): Use make-local-variable,
12361 not make-variable-buffer-local.
12362
12363 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12364
12365 * ansi-color.el (ansi-color-make-extent)
12366 (ansi-color-set-extent-face): Use fboundp, not functionp.
12367
12368 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12369 not make-variable-buffer-local.
12370
12371 * bookmark.el (Info-current-file): Add defvar.
12372 (bookmark-jump-noselect): Use with-no-warnings.
12373
12374 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12375
12376 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12377
12378 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12379
12380 * find-file.el (ada-procedure-start-regexp)
12381 (ada-package-start-regexp): Add defvars.
12382
12383 * info.el (Info-insert-dir): Use insert-buffer-substring.
12384
12385 * xml.el (xml-att-def-re): Add defvar.
12386
12387 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12388 calling convention.
12389
12390 * subr.el (while-no-input): Return t if there is input.
12391
12392 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12393
12394 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12395
12396 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12397
12398 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12399 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12400
12401 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12402
12403 * cmuscheme.el (scheme-start-file): Replace reference to
12404 `user-emacs-directory' by "~/.emacs.d/".
12405
12406 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12407
12408 * info.el (Info-dir-remove-duplicates): Avoid case folding
12409 in loop; instead, keep downcased strings for comparison.
12410 Suggested by Helmut Eller.
12411
12412 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12413
12414 Sync with Tramp 2.0.50.
12415
12416 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12417 XEmacs case; not necessary anymore.
12418 (tramp-user-regexp): Allow "@" as part of user name.
12419 (tramp-handle-set-visited-file-modtime)
12420 (tramp-handle-insert-file-contents)
12421 (tramp-handle-write-region): No special handling for
12422 `last-coding-system-used, because this is done in
12423 `tramp-accept-process-output' now.
12424 (tramp-accept-process-output): New defun.
12425 (tramp-process-one-action, tramp-process-one-multi-action)
12426 (tramp-wait-for-regexp, tramp-wait-for-output)
12427 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12428 Howells <dhowells@redhat.com>.
12429 (clear-visited-file-modtime): Defadvice removed. The check for
12430 unset buffer's modtime does not need to be based on
12431 `tramp-buffer-file-attributes'. Suggested by RMS.
12432 (tramp-message): Insert "\n" if not being at beginning of line.
12433 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12434 sequence with same logic.
12435 (tramp-completion-handle-expand-file-name): Discard call of
12436 `tramp-drop-volume-letter'. It is not necessary, and there have
12437 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12438 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12439 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12440 should always be visible.
12441 (tramp-handle-insert-directory, tramp-setup-complete)
12442 (tramp-set-process-query-on-exit-flag)
12443 (tramp-append-tramp-buffers): Pacify byte-compiler.
12444 (tramp-bug): Delete non-existing variables from list.
12445 Apply `tramp-load-report-modules' as pre-hook.
12446 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12447 `shell-prompt-pattern' because of non-7bit characters.
12448 Reported by Sebastian Luque <sluque@mun.ca>.
12449 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12450 (tramp-match-string-list): Remove function.
12451 (tramp-wait-for-regexp): Remove call of that function.
12452 Suggested by Kim F. Storm <storm@cua.dk>.
12453 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12454 instead of octal character code ?\600. The latter resulted in a
12455 syntax error with XEmacs.
12456
12457 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12458 XEmacs case; not necessary anymore.
12459 (tramp-smb-handle-write-region): No special handling for
12460 `last-coding-system-used, because this is done in
12461 `tramp-accept-process-output' now.
12462 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12463
12464 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12465
12466 * wid-edit.el (widget-choice-value-create):
12467 Unconditionally respect user choice. Set :explicit-choice back to nil
12468 when no longer needed.
12469 (widget-choice-action): Unconditionally respect user choice.
12470 Eliminate :explicit-choice-value.
12471
12472 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12473
12474 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12475 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12476 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12477 running new function `toggle-indicate-empty-lines'.
12478 Rename "Customize" item to "Customize fringe".
12479 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12480 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12481 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12482 Delete "Empty lines only" item.
12483 (menu-bar-showhide-fringe-ind-customize): New function.
12484 (menu-bar-showhide-fringe-ind-mixed)
12485 (menu-bar-showhide-fringe-ind-box)
12486 (menu-bar-showhide-fringe-ind-right)
12487 (menu-bar-showhide-fringe-ind-left)
12488 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12489 instead of `fringe-indicators'.
12490
12491 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12492
12493 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12494 Change the date of last update.
12495
12496 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12497
12498 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12499 (viper-exec-yank, viper-put-back): Don't display modification msg
12500 if in the minibuffer.
12501
12502 * viper-init.el (viper-replace-overlay-cursor-color)
12503 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12504 Make variables frame local.
12505
12506 * viper-util.el (viper-append-filter-alist): Use append instead of
12507 nconc.
12508
12509 * viper.el (viper-vi-state-mode-list)
12510 (viper-emacs-state-mode-list): Move help-mode and
12511 completion-list-mode from the first list to the second.
12512 (viper-mode): Docstring.
12513 (viper-go-away, viper-non-hook-settings): Don't localize
12514 minor-mode-alist in newer Emacsen. Add advice to
12515 set-cursor-color. Don't bind "\C-c\\".
12516
12517 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12518
12519 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12520 (scheme-macro-expand-command): New user options.
12521 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12522 (scheme-form-at-point, scheme-start-file)
12523 (scheme-interactively-start-process): New functions.
12524 (scheme-get-process): New function, extracted from `scheme-proc'.
12525 (run-scheme): Call `scheme-start-file' to get start file, and pass
12526 it to `make-comint'.
12527 (switch-to-scheme, scheme-proc):
12528 Call `scheme-interactively-start-process' if no Scheme buffer/process
12529 is available.
12530
12531 2005-08-06 Juri Linkov <juri@jurta.org>
12532
12533 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12534 Use `compilation-text-face', `compilation-info-text-face' and
12535 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12536 (compilation-error): New face.
12537 (compilation-error-file-name): Inherit from
12538 `compilation-error' instead of `font-lock-warning-face'.
12539 (compilation-warning-file-name): Inherit from
12540 `compilation-warning' instead of `font-lock-warning-face'.
12541 (compilation-info, compilation-error-file-name)
12542 (compilation-warning-file-name, compilation-info-file-name)
12543 (compilation-line-number, compilation-column-number): Doc fix.
12544 (compilation-error-text-face, compilation-warning-text-face)
12545 (compilation-info-text-face): New face variables.
12546 (compilation-line-face, compilation-column-face)
12547 (compilation-enter-directory-face)
12548 (compilation-leave-directory-face): Doc fix.
12549 (compilation-text-face): New function.
12550
12551 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12552 instead of 1 to display binary file names as info file links.
12553 (grep-error-face): Use `compilation-error-face' instead of
12554 `font-lock-keyword-face'.
12555 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12556 and `compilation-warning-text-face' instead of
12557 `font-lock-keyword-face'. Use `compilation-error-text-face'
12558 instead of `grep-error-face'.
12559
12560 2005-08-05 Kenichi Handa <handa@m17n.org>
12561
12562 * international/code-pages.el: Add autoload cookies for all coding
12563 systems.
12564
12565 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12566
12567 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12568
12569 2005-08-04 Juri Linkov <juri@jurta.org>
12570
12571 * progmodes/compile.el (compilation-mode-map):
12572 * progmodes/grep.el (grep-mode-map):
12573 Bind TAB to `compilation-next-error' and [backtab] to
12574 `compilation-previous-error'.
12575
12576 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12577 matching line numbers, column numbers and their ranges with regexp
12578 matching only line numbers.
12579 (grep-context-face): New face variable.
12580 (grep-mode-font-lock-keywords): Use it.
12581
12582 * faces.el (read-face-name): Delete duplicate faces.
12583
12584 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12585
12586 * thumbs.el (thumbs-find-image): Don't make variables
12587 automatically buffer local.
12588 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12589 (thumbs-image-num): Make automatically buffer local.
12590 (thumbs-show-thumbs-list): Use `make-local-variable', not
12591 `make-variable-buffer-local'.
12592 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12593
12594 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12595 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12596 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12597 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12598 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12599 (feelings-about, foullst, found, hello, history, howareyoulst)
12600 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12601 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12602 (neglst, obj, object, owner, please, problems, qlist)
12603 (random-adjective, relation, remlst, repetitive-shortness)
12604 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12605 (shortlst, something, sportslst, stallmanlst, states, subj)
12606 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12607 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12608 Defvar at compile time.
12609
12610 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12611 not `make-variable-buffer-local'.
12612
12613 2005-08-02 Kim F. Storm <storm@cua.dk>
12614
12615 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12616 rectangle overlay in selected window.
12617
12618 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12619
12620 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12621 instead of display group. Make `indicate-buffer-boundaries'
12622 customizable through Custom.
12623
12624 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12625
12626 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12627 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12628 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12629 (gdb-put-string): Fix typos in docstrings.
12630
12631 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12632
12633 Update copyright notices of files in progmodes directory for
12634 release of Emacs 22.1.
12635
12636 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12637
12638 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12639 Don't barf if the GUD buffer has been killed.
12640
12641 2005-08-01 Kim F. Storm <storm@cua.dk>
12642
12643 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12644
12645 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * simple.el (next-error-follow-minor-mode):
12648 make-variable-buffer-local -> make-local-variable.
12649
12650 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12651
12652 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12653 (byte-compile-form-make-variable-buffer-local): New functions to warn
12654 about misuses of make-variable-buffer-local where make-local-variable
12655 was meant.
12656
12657 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * bs.el (bs-attributes-list): Doc fix.
12660 (bs): Update url-link.
12661
12662 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12663 (desktop-load-default): Simplify.
12664
12665 * ibuffer.el (ibuffer-columnize-and-insert-list)
12666 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12667 (ibuffer-unmark-all, ibuffer-toggle-marks)
12668 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12669 (ibuffer-compile-make-format-form, ibuffer-format-column)
12670 (ibuffer-current-buffers-with-marks)
12671 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12672 (ibuffer): Doc fix.
12673 (ibuffer-mode): Fix typo in docstring.
12674 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12675 with `define-obsolete-variable-alias'.
12676 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12677
12678 2005-07-29 Kenichi Handa <handa@m17n.org>
12679
12680 * international/mule-cmds.el (select-message-coding-system):
12681 Be sure to use LF for end-of-line. If no coding system is decided,
12682 return iso-8859-1-unix.
12683
12684 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12685
12686 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12687 (ange-ftp-pending-error-line): New vars.
12688 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12689 to handle the non-fatal no-route-to-host messages.
12690 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12691
12692 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12693
12694 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12695 (isearch-quote-char, isearch-printing-char)
12696 (isearch-text-char-description): "?\ " -> "?\s".
12697 (isearch-lazy-highlight-cleanup)
12698 (isearch-lazy-highlight-initial-delay)
12699 (isearch-lazy-highlight-interval)
12700 (isearch-lazy-highlight-max-at-a-time)
12701 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12702 Declare with define-obsolete-*-alias macros.
12703 (isearch-forward): Fix typo in docstring.
12704 (search-invisible, search-ring-yank-pointer)
12705 (regexp-search-ring-yank-pointer): Doc fixes.
12706
12707 * recentf.el (recentf-menu-append-commands-p): Declare with
12708 `define-obsolete-variable-alias'.
12709 (recentf-max-saved-items, recentf-menu-filter)
12710 (recentf-arrange-by-rule-subfilter): Doc fixes.
12711 (recentf-menu-append-commands-flag)
12712 (recentf-initialize-file-name-history, recentf-expand-file-name)
12713 (recentf-clear-data): Fix typos in docstrings.
12714
12715 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12716
12717 * progmodes/gdb-ui.el: Smarten comments.
12718 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12719
12720 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12721
12722 * term/apollo.el (terminal-init-apollo): New function containing
12723 all former top level forms in the file.
12724 * term/bobcat.el (terminal-init-bobcat):
12725 * term/cygwin.el (terminal-init-cygwin):
12726 * term/iris-ansi.el (terminal-init-iris-ansi):
12727 * term/linux.el (terminal-init-linux):
12728 * term/news.el (terminal-init-news):
12729 * term/rxvt.el (terminal-init-rxvt):
12730 * term/sun.el (terminal-init-sun):
12731 * term/tvi970.el (terminal-init-tvi970):
12732 * term/vt100.el (terminal-init-vt100):
12733 * term/vt102.el (terminal-init-vt102):
12734 * term/vt125.el (terminal-init-vt125):
12735 * term/vt200.el (terminal-init-vt200):
12736 * term/vt201.el (terminal-init-vt201):
12737 * term/vt220.el (terminal-init-vt220):
12738 * term/vt240.el (terminal-init-vt240):
12739 * term/vt300.el (terminal-init-vt300):
12740 * term/vt320.el (terminal-init-vt320):
12741 * term/vt400.el (terminal-init-vt400):
12742 * term/vt420.el (terminal-init-vt420):
12743 * term/wyse50.el (terminal-init-wyse50):
12744 * term/xterm.el (terminal-init-xterm): Likewise.
12745
12746 * term/README: Describe the terminal-init-* functionality.
12747
12748 * startup.el (command-line): After loading the terminal initialization
12749 file call the corresponding terminal initialization function.
12750
12751 2005-07-27 Kenichi Handa <handa@m17n.org>
12752
12753 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12754 negative.
12755
12756 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12757 (ps-mule-composition-prologue): Fix for the case that
12758 RelativeCompose is false.
12759
12760 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12761
12762 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12763
12764 * descr-text.el (describe-char): Handle the case where the list of
12765 chars is displayed in a separate frame.
12766 Be a bit more discriminating when looking for the char.
12767
12768 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12769
12770 * bookmark.el (bookmark-automatically-show-annotations)
12771 (bookmark-read-annotation-text-func): Doc fixes.
12772 (bookmark-save): Improve argument/docstring consistency.
12773 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12774 (bookmark-alist-from-buffer)
12775 (bookmark-upgrade-file-format-from-0)
12776 (bookmark-grok-file-format-version)
12777 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12778 (bookmark-read-annotation-mode)
12779 (bookmark-insert-current-bookmark, bookmark-jump)
12780 (bookmark-exit-hook): Fix typos in docstrings.
12781 (bookmark-exit-hooks): Define as obsolete alias.
12782 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12783 not `bookmark-exit-hooks'. Fix docstring.
12784 (bookmark-bmenu-select): "?\ " -> "?\s".
12785
12786 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12787
12788 * startup.el (command-line): Fix typo.
12789
12790 2005-07-24 Richard M. Stallman <rms@gnu.org>
12791
12792 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12793 not emacs-quick-startup.
12794
12795 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12796
12797 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12798 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12799 instead of `reb-with-current-window'.
12800 (reb-prev-match): Likewise. Also, don't move left if the search
12801 was unsuccessful.
12802 (reb-initialize-buffer): New function.
12803 (re-builder, reb-change-syntax): Use it.
12804
12805 * man.el (Man-goto-page): Make second argument NOERROR optional.
12806
12807 2005-07-23 Richard M. Stallman <rms@gnu.org>
12808
12809 * man.el (Man-bgproc-sentinel): Check here for failure to find
12810 any man page in the output, and report the error here.
12811 (Man-arguments): Make it permanent local.
12812 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12813 (Man-mode): Pass t for NOERROR.
12814
12815 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12816 (grep-mode-font-lock-keywords):
12817 Don't use compilation-...-face for messages that are not file names.
12818
12819 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12820 Don't use compilation-...-face for messages that are not file names.
12821
12822 2005-07-22 Juri Linkov <juri@jurta.org>
12823
12824 * startup.el (normal-splash-screen): Update menu name.
12825
12826 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12827
12828 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12829
12830 * term/xterm.el: Load term/rxvt if the terminal is actually an
12831 rxvt terminal.
12832 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12833
12834 * term/rxvt.el (function-key-map): Use substitute-key-definition
12835 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12836
12837 * term/cygwin.el: New file.
12838
12839 2005-07-22 Kim F. Storm <storm@cua.dk>
12840
12841 * image-file.el (insert-image-file, image-file-yank-handler):
12842 Fix last change to maintain a (unique) yank-handler on yanked images.
12843
12844 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12845
12846 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12847 of the file size (as in "177B" for 177 bytes). This happens with
12848 "ls -lh" on FreeBSD.
12849
12850 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12851
12852 * hilit-chg.el (highlight-changes-global-initial-state)
12853 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12854 (hilit-chg-fixup, highlight-changes-mode):
12855 Fix typos in docstrings.
12856 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12857 Doc fixes.
12858
12859 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12860
12861 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12862 mode function using `eval-after-load'.
12863
12864 2005-07-21 Kim F. Storm <storm@cua.dk>
12865
12866 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12867 included when reporting an emacs crash, and tell about the DEBUG file.
12868
12869 * image-file.el (insert-image-file): Add yank-handler.
12870 (image-file-yank-handler): Yank handler to make unique copies of
12871 images when they are yanked into a buffer next to each other.
12872
12873 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12874
12875 * comint.el (comint-use-prompt-regexp, comint-send-input)
12876 (comint-source-default, comint-extract-string)
12877 (comint-get-source, comint-word, comint-completion)
12878 (comint-source, comint-prompt-read-only, comint-update-fence):
12879 Fix typos in docstrings.
12880 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12881 Declare with define-obsolete-*-alias macros.
12882 (comint-previous-matching-input-from-input)
12883 (comint-next-matching-input-from-input)
12884 (comint-previous-matching-input, comint-next-matching-input)
12885 (comint-forward-matching-input):
12886 Improve argument/docstring consistency.
12887
12888 * desktop.el (desktop-clear-preserve-buffers-regexp):
12889 Also preserve the *server* buffer.
12890
12891 * simple.el (clone-indirect-buffer): Doc fix.
12892 (fixup-whitespace, just-one-space)
12893 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12894 (next-error, next-error-highlight)
12895 (next-error-highlight-no-select, next-error-last-buffer)
12896 (next-error-buffer-p, next-error-find-buffer, next-error)
12897 (previous-error, next-error-no-select, previous-error-no-select)
12898 (open-line, split-line, minibuffer-prompt-width, kill-new)
12899 (binary-overwrite-mode): Fix typos in docstrings.
12900 (set-fill-column): Fix typo in message.
12901
12902 * skeleton.el (skeleton-proxy-new): Doc fix.
12903
12904 * strokes.el (strokes-load-hook): Doc fix.
12905 (strokes-grid-resolution, strokes-get-grid-position)
12906 (strokes-renormalize-to-grid, strokes-read-stroke)
12907 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12908 (strokes-global-map): Fix typos in docstrings.
12909 (strokes-help): Doc fix. Fix help message and pass it through
12910 `substitute-command-keys'.
12911
12912 * tempo.el (tempo-insert-prompt, tempo-interactive)
12913 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12914 (tempo-insert-string-functions, tempo-local-tags)
12915 (tempo-define-template, tempo-insert-template)
12916 (tempo-insert-prompt-compat, tempo-is-user-element)
12917 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12918 Fix typos in docstrings.
12919
12920 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12921 (vcursor-key-bindings, vcursor-use-vcursor-map)
12922 (vcursor-find-window, vcursor-scroll-down)
12923 (vcursor-disable, vcursor-beginning-of-buffer)
12924 (vcursor-end-of-buffer): Fix typos in docstrings.
12925 (vcursor-relative-move, vcursor-get-char-count):
12926 Improve argument/docstring consistency.
12927
12928 * version.el: "?\ " -> "?\s".
12929
12930 * wid-edit.el (widget-default-create, widget-after-change)
12931 (widget-default-format-handler, widget-checklist-add-item)
12932 (widget-radio-add-item, widget-choose, widget-specify-secret)
12933 (widget-field-value-create, widget-field-value-get)
12934 (widget-editable-list-format-handler)
12935 (widget-editable-list-entry-create, widget-group-value-create)
12936 (widget-documentation-link-add)
12937 (widget-documentation-string-value-create): "?\ " -> "?\s".
12938 (widget-convert-text): Doc fix.
12939 (widget-narrow-to-field, widget-field-find)
12940 (widget-url-link-action, widget-emacs-library-link-action)
12941 (widget-color-notify): Fix typos in docstrings.
12942
12943 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12944 (x-select-text, set-w32-system-coding-system)
12945 (w32-add-charset-info): Fix typos in docstrings.
12946
12947 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12948 (cua-enable-cua-keys, cua-use-hyper-key)
12949 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12950 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12951
12952 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12953
12954 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12955 `defalias' instead of faking it.
12956
12957 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12958 (eshell-ls-missing, eshell-ls-dired-initial-args)
12959 (eshell-ls-use-in-dired): Fix typos in docstrings.
12960
12961 2005-07-20 Kim F. Storm <storm@cua.dk>
12962
12963 * emulation/cua-base.el (cua-mode): Improve doc string.
12964
12965 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12966
12967 * abbrev.el (expand-region-abbrevs): Doc fix.
12968 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12969 Improve argument/docstring consistency.
12970
12971 * arc-mode.el (archive-get-descr, archive-alternate-display):
12972 Doc fixes.
12973 (archive-l-e): Improve argument/docstring consistency.
12974 (archive-tmpdir, archive-unixdate, archive-unixtime)
12975 (archive-chmod-entry): Fix typos in docstrings.
12976 (archive-unflag, archive-unflag-backwards)
12977 (archive-unmark-all-files): "?\ " -> "?\s".
12978
12979 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12980 (Buffer-menu-not-modified, Buffer-menu-execute)
12981 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12982 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12983
12984 * composite.el (compose-string, encode-composition-rule)
12985 (compose-last-chars): Fix typos in docstrings.
12986
12987 * desktop.el (desktop-enable, desktop-basefilename):
12988 Declare with `define-obsolete-variable-alias'.
12989 (desktop-internal-v2s): Don't quote keywords.
12990 (desktop-clear): "?\ " -> "?\s".
12991
12992 * dired.el (dired-align-file, dired-flag-backup-files)
12993 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12994 (dired-listing-switches, dired-ls-F-marks-symlinks)
12995 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12996 (dired-directory, dired-faces, dired, dired-revert)
12997 (dired-mode, dired-summary, dired-view-file)
12998 (dired-copy-filename-as-kill, dired-delete-file)
12999 (dired-no-confirm, dired-unmark-all-marks)
13000 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13001 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13002 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13003 Fix typos in message strings.
13004
13005 * dired-x.el (virtual-dired): Declare with `defalias'.
13006 (dired-mark-unmarked-files, dired-local-variables-file)
13007 (dired-omit-here-always): Doc fix.
13008 (dired-omit-mode, dired-find-subdir)
13009 (dired-enable-local-variables, dired-clean-up-buffers-too)
13010 (dired-extra-startup, dired-mark-extension, dired-jump)
13011 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13012 (dired-smart-shell-command, dired-guess-shell-alist-user)
13013 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13014 (dired-x-bind-find-file, dired-x-submit-report):
13015 Fix typos in docstrings.
13016 (dired-mark-unmarked-files): "?\ " -> "?\s".
13017
13018 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13019
13020 * faces.el (describe-face): "?\ " -> "?\s".
13021 (read-all-face-attributes, read-face-font, modify-face)
13022 (face-attr-construct, italic): Fix typos in docstrings.
13023 (frame-update-face-colors): Declare with
13024 `define-obsolete-function-alias'.
13025
13026 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13027 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13028 (magic-mode-alist, buffer-file-numbers-unique)
13029 (write-file-functions, get-free-disk-space):
13030 Fix typos in docstrings.
13031 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13032 (write-contents-hooks, write-file-hooks):
13033 Declare with `define-obsolete-variable-alias'.
13034
13035 * forms-d2.el (arch-rj): Fix typo in docstrings.
13036 (arch-tocol): Likewise. "?\ " -> "?\s".
13037
13038 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13039 Fix typo in docstring.
13040 (set-screen-width, set-screen-height): Delete redundant info in
13041 doctrings.
13042 (new-frame, screen-height, screen-width): Declare with
13043 `define-obsolete-function-alias'.
13044 (delete-frame-hook, blink-cursor): Declare with
13045 `define-obsolete-variable-alias'.
13046
13047 * paths.el (prune-directory-list): Fix typos in docstring.
13048
13049 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13050 (cvs-prefix-get): Fix typos in docstrings.
13051
13052 * ps-print.el (ps-extend-face-list, ps-extend-face)
13053 (ps-print-background-image): Fix typos in docstrings.
13054 (ps-default-fg, ps-default-bg): Doc fixes.
13055
13056 * s-region.el (s-region-bind): Doc fix.
13057 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13058
13059 * textmodes/org.el (org-table-formula-substitute-names)
13060 (org-table-get-vertical-vector): Doc fixes.
13061 (org-table-recalculate): Remove unused argument to `message'.
13062
13063 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13064
13065 * textmodes/org.el (org-table-column-names)
13066 (org-table-column-name-regexp)
13067 (org-table-named-field-locations): New variables.
13068 (org-archive-subtree): Protect `this-command' when calling
13069 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13070 the kill buffer.
13071 (org-complete): Remove fixed-formula completion.
13072 (org-edit-formulas-map): New variable.
13073 (org-table-edit-formulas): New command.
13074 (org-finish-edit-formulas, org-abort-edit-formulas)
13075 (org-show-variable, org-table-get-vertical-vector): New functions.
13076 (org-table-maybe-eval-formula): Handle `:=' fields.
13077 (org-table-get-stored-formulas, org-table-store-formulas)
13078 (org-table-get-formula, org-table-modify-formulas)
13079 (org-table-replace-in-formulas): Handle named field formulas.
13080 (org-table-get-specials): Store locations of named fields.
13081
13082 2005-07-19 Juri Linkov <juri@jurta.org>
13083
13084 * progmodes/grep.el (grep-regexp-alist)
13085 (grep-mode-font-lock-keywords, grep-process-setup):
13086 Use default GNU grep match color "01;31m" instead of "01;41m".
13087 (grep-regexp-alist, grep-mode-font-lock-keywords):
13088 Use `\\[[0-9]*m' instead of `\\[00m'.
13089 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13090 sgr_start where its handling is more important. Use the real
13091 length of sgr_start instead of constant 8.
13092 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13093 specially. Delete all remaining escape sequences.
13094 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13095 (grep-regexp-alist): Make hyperlink only for binary file name
13096 instead of the whole line.
13097 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13098 (grep-mode): Add autoload.
13099
13100 * emacs-lisp/find-func.el (find-function-regexp):
13101 Add `define-compilation-mode'.
13102
13103 2005-07-19 Juri Linkov <juri@jurta.org>
13104
13105 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13106 (compare-windows-sync-string-size, compare-windows-recenter)
13107 (compare-windows-highlight, compare-windows): Add version 22.1.
13108 (compare-windows) <defface>: Inherit from lazy-highlight instead
13109 of duplicating its default value.
13110
13111 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13112 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13113
13114 * descr-text.el (describe-char): Create link buttons for `charset'
13115 and `code point'. Add the current input method name with a link
13116 button to `to input' field. Print face names of display table
13117 characters in `The display table entry is displayed by' section
13118 instead of printing face-id in the `display' field.
13119 Guess hardcoded faces and create a link button for them.
13120 Skip empty fields when calculating max-width.
13121 Treat `widget-create' specially while inserting strings from the
13122 collected field list.
13123 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13124
13125 * diff-mode.el (diff-file-header): Change foreground color from
13126 yellow to green on light backgrounds.
13127 (diff-context): Inherit from `shadow' only for color/grayscale
13128 with more than 88 colors.
13129 (diff-indicator-removed, diff-indicator-added)
13130 (diff-indicator-changed): New faces.
13131 (diff-font-lock-keywords): Use new faces. Regroup rules.
13132 Add "^---$" for `normal' diff format. Fontify `#' lines with
13133 font-lock-comment-delimiter-face and font-lock-comment-face.
13134 Add `#' to ^[^...] in the rule for `diff-context-face'.
13135
13136 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13137 a button-like box. Inherit from `highlight' on low colors.
13138 (shadow): Use shades of gray only for color/grayscale with
13139 more than 88 colors. Use green for light backgrounds with
13140 8 colors, and yellow for dark backgrounds with 8 colors.
13141
13142 * font-lock.el (font-lock-regexp-grouping-backslash):
13143 Don't inherit from escape-glyph (use bold for all cases).
13144
13145 * info.el (info-xref-visited): Use light foreground color `violet'
13146 for dark backgrounds instead of dark color `magenta3'.
13147 (info-title-1): Use `yellow' color for dark backgrounds.
13148
13149 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13150 too-light magenta2.
13151
13152 * replace.el (match): Use slightly more light RoyalBlue3 instead
13153 of dark RoyalBlue4.
13154
13155 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13156
13157 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13158
13159 * novice.el (disabled-command-hook): Declare it with
13160 `define-obsolete-variable-alias'.
13161
13162 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13163 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13164 (desktop-load-default): Add release to obsolescence info.
13165 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13166 (desktop-append-buffer-args, desktop-read):
13167 Fix typos in docstrings.
13168 (desktop-kill): Fix typo in message.
13169 (desktop-save): Doc fix.
13170
13171 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13172
13173 * viper-cmd.el (viper-escape-to-state): Bug fix.
13174 (viper-envelop-ESC-key): Change the definition of fast
13175 keysequence so it'll work with keyboard macros.
13176
13177 * ediff.el (ediff-patch-buffer): Change the docstring.
13178
13179 2005-07-19 Kenichi Handa <handa@m17n.org>
13180
13181 * international/mule-cmds.el (select-safe-coding-system): Try to
13182 use an auto-coding (if any) before anything else. If the found
13183 auto-coding is invalid, show a warning message.
13184
13185 * international/mule.el (find-auto-coding): New function created
13186 by modifying the body of set-auto-coding.
13187 (set-auto-coding): Use find-auto-coding to find a coding.
13188
13189 2005-07-18 Richard M. Stallman <rms@gnu.org>
13190
13191 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13192 not isearch-mode-end-hook-error.
13193 (allout-before-change-protect): Fix error message.
13194
13195 2005-07-18 Juri Linkov <juri@jurta.org>
13196
13197 * allout.el (allout-mode):
13198 * calculator.el (calculator-copy):
13199 * custom.el (custom-known-themes):
13200 * dired.el (dired-desktop-buffer-misc-data)
13201 (dired-restore-desktop-buffer):
13202 * dired-x.el (dired-omit-marker-char):
13203 * files.el (basic-save-buffer):
13204 * font-core.el (font-lock-mode):
13205 * calendar/calendar.el (calendar-goto-hebrew-date)
13206 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13207 (calendar-goto-persian-date):
13208 * language/ethio-util.el (ethio-sera-to-fidel-region):
13209 * textmodes/picture.el (picture-mode):
13210 Delete duplicate duplicate words.
13211
13212 2005-07-18 Juri Linkov <juri@jurta.org>
13213
13214 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13215 chars * ? } |.
13216 (isearch-fallback): Don't call `isearch-process-search-char'.
13217 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13218 (isearch-process-search-char): Call `isearch-fallback' for regexp
13219 chars * ? } |.
13220 (isearch-return-char): Make obsolete with `make-obsolete' instead
13221 of simply documenting it as obsolete in the docstring.
13222 (isearch-fallback): Refill docstring.
13223
13224 * international/isearch-x.el
13225 (isearch-process-search-multibyte-characters): Remove unneeded
13226 `concat'. Add intermediate values to `junk-hist' instead of
13227 `minibuffer-history'. Test the length of `str'.
13228
13229 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13230
13231 * allout.el (allout-resolve-xref): Fix typos in error strings.
13232 (allout-before-change-protect): Remove unneeded `concat'.
13233
13234 * array.el (array-mode, array-reconfigure-rows)
13235 (untabify-backward): Fix typos in docstrings.
13236 (array-reconfigure-rows): Use `insert-buffer-substring', not
13237 `insert-buffer'.
13238
13239 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13240 * progmodes/ada-mode.el (ada-make-body):
13241 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13242
13243 * dired.el (dired-log):
13244 * tar-mode.el (tar-subfile-save-buffer):
13245 * play/zone.el (zone-pgm-stress-destress):
13246 Use `insert-buffer-substring', not `insert-buffer'.
13247
13248 2005-07-17 Simon Josefsson <jas@extundo.com>
13249
13250 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13251
13252 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13253
13254 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13255 Add plain auth method.
13256 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13257
13258 2005-07-17 Kim F. Storm <storm@cua.dk>
13259
13260 * ido.el (dired-other-window): Add ido property.
13261
13262 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13263
13264 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13265 Fix typo in docstring.
13266 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13267 `insert-file-literally'.
13268
13269 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13270 info and delete redundant message. Doc fix.
13271 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13272 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13273
13274 2005-07-16 Richard M. Stallman <rms@gnu.org>
13275
13276 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13277 (byte-compile-and): Use byte-compile-and-recursion.
13278 (byte-compile-or-recursion): New function.
13279 (byte-compile-or): Use that.
13280 (byte-compile-if): Guard the else-clause too.
13281 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13282
13283 * isearch.el (isearch-mode-end-hook-quit): New variable.
13284 (isearch-done): Bind it.
13285 (isearch-mode-end-hook): Doc fix.
13286
13287 * allout.el (allout-isearch-did-quit): Variable deleted.
13288 (allout-real-isearch-abort): Function name no longer used.
13289 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13290 (allout-isearch-rectification): isearch-mode always exists.
13291 Don't set allout-isearch-did-quit.
13292 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13293 allout-isearch-did-quit.
13294 (allout-enwrap-isearch): Just add the hook.
13295 (allout-isearch-abort): Function deleted.
13296 (allout-pre-command-business): Avoid warning.
13297
13298 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13299 Correctly avoid warnings.
13300 (pascal-outline): Likewise.
13301
13302 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13303
13304 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13305
13306 * play/tetris.el (tetris-mode): Avoid warning.
13307
13308 * play/snake.el (snake-mode): Avoid warning.
13309
13310 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13311 (gamegrid-set-display-table): Avoid warning.
13312 (gamegrid-set-timer): Likewise.
13313 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13314 (gamegrid-add-score-with-update-game-score-1): Take FILE
13315 as argument.
13316 (gamegrid-add-score-with-update-game-score): Pass that argument.
13317 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13318
13319 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13320
13321 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13322 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13323
13324 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13325 and insert-file.
13326
13327 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13328 (sc-ask): Avoid warnings.
13329
13330 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13331 (eshell-hist-initialize): Use that var the natural way.
13332
13333 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13334
13335 * emacs-lisp/re-builder.el (reb-cook-regexp):
13336 Avoid warning calling lre-compile-string.
13337 (reb-color-display-p): Avoid warning.
13338
13339 * calculator.el (calculator-last-input): Guard uses
13340 of event-key and key-press-event-p.
13341 (event-key, key-press-event-p): Delete definitions.
13342
13343 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13344 (find-gc-source-directory, find-gc-subrs-callers)
13345 (find-gc-noreturn-list, find-gc-source-files)
13346 (find-gc-subrs-called): Vars renamed and defvar'd.
13347
13348 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13349 (checkdoc-overlay-put, checkdoc-delete-overlay)
13350 (checkdoc-overlay-start, checkdoc-overlay-end)
13351 (checkdoc-mode-line-update, checkdoc-char=):
13352 Define such that compiler knows they are defined.
13353 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13354 (checkdoc-read-event): Delete. Use read-event directly.
13355
13356 * whitespace.el (whitespace-make-overlay)
13357 (whitespace-overlay-put, whitespace-delete-overlay)
13358 (whitespace-overlay-start, whitespace-overlay-end):
13359 Define such that compiler knows they are defined.
13360 (whitespace): Move conditional inside.
13361
13362 * tempo.el (tempo-insert-template): Suppress warning.
13363
13364 * ediff-diff.el (longlines-mode): Add defvar.
13365
13366 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13367
13368 * server.el: Bind "C-x #" in a way that works even if C-x is
13369 redefined to a command key, not a prefix key.
13370
13371 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13372
13373 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13374 cl-make-type-test till execution time.
13375
13376 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13377
13378 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13379 arg ARG and use it.
13380
13381 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13382
13383 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13384
13385 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13386
13387 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13388 a defcustom with two :set or :type keywords.
13389
13390 2005-07-15 Richard M. Stallman <rms@gnu.org>
13391
13392 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13393 Don't give ^M comment-end syntax.
13394
13395 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13396
13397 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13398 Don't consider gdbmi (gdb-mi.el has its own update functions).
13399 (gdb-var-delete): Make it work for gdbmi as well.
13400 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13401
13402 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13403 (gud-speedbar-menu-items): Correct logic for enabling items.
13404
13405 2005-07-15 Kim F. Storm <storm@cua.dk>
13406
13407 * ido.el: Fix commentary.
13408 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13409 Use with-no-warnings around ffap-guesser.
13410 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13411 Let bind minibuffer-completing-file-name to t.
13412
13413 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13414
13415 * startup.el (site-run-file, keyboard-type): Doc fixes.
13416 (command-line): Check for "--basic-display" argument; also for
13417 "--quick", not "--bare-bones" (which was renamed).
13418 (fancy-splash-text): Add missing item "Getting New Versions".
13419 (normal-splash-screen): Fix typos and improve consistency with
13420 `fancy-splash-text'. Update copyright year.
13421
13422 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13423 valid binding for `help-char'.
13424
13425 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13426
13427 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13428
13429 * term.el (term-mode): Disable cua-mode for term buffers.
13430
13431 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13432
13433 * add-log.el (add-log-mailing-address, change-log-merge):
13434 Doc fixes.
13435 (change-log-get-method-definition): Fix typo in docstring.
13436
13437 2005-07-14 Kim F. Storm <storm@cua.dk>
13438
13439 * emulation/cua-base.el:
13440 (cua--pre-command-handler-1, cua--pre-command-handler)
13441 (cua--post-command-handler-1, cua--post-command-handler):
13442 Split in two. Check (buffer local) value of cua-mode.
13443 (cua-selection-mode): New command.
13444
13445 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13446
13447 * custom.el (custom-initialize-safe-set)
13448 (custom-initialize-safe-default): Doc fixes.
13449
13450 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13451 and simplify :init-value again.
13452
13453 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13454 and simplify :init-value again. Delete autoload.
13455
13456 * startup.el (command-line): Use `custom-reevaluate-setting' again
13457 for tooltip-mode.
13458
13459 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13460 a defcustom with two :initialize keywords.
13461
13462 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13463
13464 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13465 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13466 (allout-post-command-business, allout-flag-region)
13467 (isearch-reenable-font-lock, allout-yank)
13468 (allout-insert-latex-header, allout-insert-latex-trailer)
13469 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13470 (allout-latex-verb-quote): Fix typos in docstrings.
13471 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13472 (allout-unprotected, allout-prefix-data):
13473 Improve argument/docstring consistency.
13474 (allout-chart-subtree): Fix argument spec.
13475 (allout-open-topic): Rename `use_sib_bullet' argument to
13476 `use-sib-bullet'. Doc fix.
13477
13478 * whitespace.el (whitespace-check-buffer-leading)
13479 (whitespace-check-buffer-trailing)
13480 (whitespace-check-buffer-indent)
13481 (whitespace-check-buffer-spacetab)
13482 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13483 (whitespace-check-leading-whitespace)
13484 (whitespace-check-trailing-whitespace)
13485 (whitespace-check-spacetab-whitespace)
13486 (whitespace-check-indent-whitespace)
13487 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13488 (whitespace-modes): Fix typos in docstrings.
13489 (defgroup, defcustom): Doc fixes.
13490
13491 * winner.el (winner-mode, winner-boring-buffers)
13492 (winner-pending-undo-ring): Doc fixes.
13493 (winner-ring): Remove unneeded `progn'.
13494 (winner-equal): `defsubst' it.
13495 (winner-redo): Fix message.
13496
13497 2005-07-13 Kim F. Storm <storm@cua.dk>
13498
13499 * simple.el (line-move-1): Always use vertical-motion to
13500 do the last (or only) line move to ensure some movement.
13501 Undo 2005-06-23 change--don't check for overlays.
13502
13503 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13504
13505 * term/mac-win.el (ccl-encode-mac-roman-font)
13506 (ccl-encode-mac-centraleurroman-font)
13507 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13508 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13509 Change charset-id boundary of dimension to ?\xef.
13510 (mac-char-fontspec-list): New constant.
13511 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13512 argument. Nil uses itself as family in font-spec. Previous
13513 behavior for nil is now provided by non-nil non-string argument.
13514 All callers changed. Add font-specs for Mac fonts to
13515 "fontset-default" unless iso8859-1 fonts are installed.
13516
13517 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13520 a continuation line if the \ is preceded by SPC or TAB.
13521 (sh-get-indent-info): Simplify.
13522 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13523 Use with-current-buffer.
13524
13525 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13526 when the matched text is empty.
13527
13528 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13529
13530 * startup.el (command-line): Revert to previous handling of
13531 tooltip-mode. Explain in comment why the complexity is needed.
13532
13533 * tooltip.el (tooltip-mode): Revert to previous implementation of
13534 its defcustom.
13535
13536 * frame.el (blink-cursor-mode): Revert to previous implementation
13537 of its defcustom. Update comment.
13538
13539 2005-07-12 Lars Hansen <larsh@soem.dk>
13540
13541 * desktop.el: Update e-mail address.
13542
13543 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13544
13545 * term/mac-win.el (mac-services-mail-selection)
13546 (mac-services-mail-to): New functions.
13547 (mac-application-menu-map): Bind them.
13548
13549 2005-07-12 wulei <milton@wulei.net> (tiny change)
13550
13551 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13552
13553 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13554
13555 * custom.el (custom-reevaluate-setting): Doc fix.
13556
13557 2005-07-11 Jay Belanger <belanger@truman.edu>
13558
13559 * calc/calc.el (calc-embedded-announce-formula-alist)
13560 (calc-embedded-open-close-plain-alist)
13561 (calc-embedded-open-close-mode-alist): Add checks for additional
13562 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13563
13564 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13565
13566 * custom.el (custom-enable-theme): Don't add theme to
13567 `custom-enabled-themes' with `push' because there is no
13568 setf-method for `delq'.
13569
13570 2005-07-11 Richard M. Stallman <rms@gnu.org>
13571
13572 * custom.el (custom-declare-variable): Doc fix.
13573
13574 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13575 from the alists.
13576
13577 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13578 Do nothing if edebug-active.
13579
13580 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13581 (edebug-display): Do it here instead.
13582
13583 2005-07-10 Richard M. Stallman <rms@gnu.org>
13584
13585 * cus-face.el (custom-theme-set-faces): Make it work.
13586 (custom-reset-faces): Doc fix.
13587 (custom-theme-reset-internal-face, custom-theme-face-value):
13588 Functions deleted.
13589
13590 * custom.el (custom-push-theme): Maintain list of the settings
13591 of a given theme in its theme-settings property.
13592 Maintain position of old settings in the theme-value
13593 or theme-face property.
13594 (custom-enabled-themes): New variable.
13595 (custom-theme-enabled-p): New function.
13596 (provide-theme): Update custom-enabled-themes.
13597 Disable and reenable the `user' theme.
13598 (require-theme): Doc fix.
13599 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13600 (custom-theme-value, custom-theme-variable-value): Likewise.
13601 (custom-theme-reset-internal): Likewise.
13602 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13603 (custom-enable-theme, custom-disable-theme): New functions.
13604 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13605 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13606 (custom-theme-reset-variables): Simplify.
13607 (deftheme, custom-declare-theme, custom-make-theme-feature):
13608 Definitions moved.
13609
13610 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13611
13612 * longlines.el (longlines-show-region)
13613 (longlines-unshow-hard-newlines): Recognize hard newlines by
13614 non-nil hard property, instead of t.
13615
13616 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13617
13618 * viper-cmd.el (viper--key-maps): New variable.
13619 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13620 emulation-mode-map-alists.
13621 (viper-envelop-ESC-key): Use viper-subseq.
13622 (viper-search-forward/backward/next): Disable debug-on-error.
13623
13624 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13625 (viper-ESC-key): New defcustoms.
13626
13627 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13628
13629 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13630 (viper-subseq): Copy of subseq from cl.el.
13631
13632 * viper.el (viper-go-away, viper-set-hooks): Use
13633 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13634
13635 * viper-mous.el (viper-current-frame-saved): Use defvar.
13636
13637 * viper-init.el: Get rid of -face in face names.
13638
13639 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13640 Make it work with longlines mode
13641
13642 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13643
13644 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13645
13646 * ediff-init.el: Get rid of -face in face names.
13647
13648 2005-07-10 Richard M. Stallman <rms@gnu.org>
13649
13650 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13651 and with-timeout-unsuspend.
13652
13653 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13654 and with-timeout-unsuspend.
13655
13656 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13657 (with-timeout): Bind that variable to record timers.
13658 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13659
13660 * emacs-lisp/debug.el (debug-help-follow): New function.
13661 (debugger-mode-map): Use that instead of help-follow.
13662 (debugger-setup-buffer): Use eval-buffer-list
13663 to handle eval-buffer frames.
13664
13665 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13666
13667 * timezone.el (timezone-parse-date): Change first regexp
13668 so it will not mistakenly match dates with no time zone.
13669
13670 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13671
13672 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13673
13674 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13675
13676 * custom.el (custom-initialize-safe-set)
13677 (custom-initialize-safe-default): New functions.
13678
13679 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13680 and simplify :init-value.
13681
13682 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13683 and simplify :init-value. Delete obsolete comment.
13684
13685 * startup.el (command-line): Use `custom-reevaluate-setting' to
13686 handle `tooltip-mode'. Delete obsolete comment.
13687
13688 * files.el (set-visited-file-name): Avoid calling
13689 `file-name-nondirectory' with a nil argument.
13690
13691 2005-07-09 Richard M. Stallman <rms@gnu.org>
13692
13693 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13694 was called with nil for the buffer, handle the read position right.
13695 Handle read position for eval-region, too.
13696
13697 2005-07-09 Juri Linkov <juri@jurta.org>
13698
13699 * fringe.el (fringe-mode): Add period in docstring.
13700 (fringe-query-style): Build prompt depending on `all-frames' arg.
13701
13702 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13703 to not create links to unrelated functions in the Help buffer.
13704
13705 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13706 Doc fix.
13707
13708 * simple.el (next-error-hook): New variable.
13709 (next-error): Use it. Doc fix.
13710
13711 * textmodes/ispell.el (ispell-command-loop): Add current
13712 dictionary name and program name to mode-line-format.
13713 (ispell-region, ispell-process-line): Add current dictionary name
13714 and program name to messages.
13715
13716 2005-07-08 Jay Belanger <belanger@truman.edu>
13717
13718 * calc/calc.el (calc-embedded-announce-formula-alist)
13719 (calc-embedded-open-close-formula-alist)
13720 (calc-embedded-open-close-word-alist)
13721 (calc-embedded-open-close-plain-alist)
13722 (calc-embedded-open-close-new-formula-alist)
13723 (calc-embedded-open-close-mode-alist)
13724 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13725 (calc-embedded-mode-hook): New variables.
13726
13727 * calc/calc-embed.el (calc-embedded-firsttime)
13728 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13729 New variables.
13730 (calc-do-embedded): Use calc-embedded-firsttime,
13731 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13732 determine whether or not to run hooks.
13733 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13734 calc-embedded-firsttime-formula appropriately.
13735 Set calc-embedded delimiter variables according to mode.
13736
13737 2005-07-08 Richard M. Stallman <rms@gnu.org>
13738
13739 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13740 Check for "emacs", etc., as entire symbol, not just as word.
13741 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13742
13743 * files.el (set-visited-file-name): Report the error
13744 for "empty filename" earlier.
13745 (kill-some-buffers): Ignore buffers already dead.
13746
13747 * fringe.el (fringe-mode): Doc fix.
13748
13749 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13750 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13751 Use unwind-protect to ensure byte-compile-unresolved-functions
13752 is updated.
13753
13754 * whitespace.el (whitespace-buffer-leading-cleanup):
13755 Simplify w/ skip-chars-forward.
13756 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13757
13758 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13759 Unconditionally try to leave point at the same old place.
13760
13761 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13762
13763 * comint.el (comint-postoutput-scroll-to-bottom)
13764 (comint-show-maximum-output): Take scroll-margin into consideration.
13765
13766 2005-07-08 Kim F. Storm <storm@cua.dk>
13767
13768 * ido.el (ido-use-filename-at-point): New choice `guess'.
13769 (ido-file-internal): Try ffap-guesser if selected.
13770
13771 * ido.el (ido-before-fallback-functions): New hook.
13772 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13773 (ido-read-file-name): Run it.
13774
13775 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13778 strings rather than a list of symbols to the completion function.
13779
13780 2005-07-07 Jay Belanger <belanger@truman.edu>
13781
13782 * calc/calc-units.el (math-apply-units): Change the places in
13783 which units are simplified.
13784
13785 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13786
13787 * cus-edit.el (customize-option, customize-option-other-window):
13788 Make them handle aliases.
13789
13790 * custom.el (custom-variable-p): Make it recursively follow
13791 aliases. Mention that in the docstring.
13792
13793 2005-07-07 Richard M. Stallman <rms@gnu.org>
13794
13795 * cus-start.el (exec-path): Use `directory' instead of `file'.
13796 Fix tag for nil.
13797
13798 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13799
13800 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13801 when called non-interactively. Doc fix.
13802
13803 2005-07-07 Lute Kamstra <lute@gnu.org>
13804
13805 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13806 new address as well.
13807
13808 2005-07-07 Kenichi Handa <handa@m17n.org>
13809
13810 * international/mule.el (make-coding-system):
13811 Describe `ascii-incompatible' property in the docstring.
13812 (set-file-name-coding-system): Signal an error if coding-system is
13813 ascii-incompatible.
13814 (set-keyboard-coding-system): Likewise.
13815
13816 * international/mule-cmds.el (set-default-coding-systems):
13817 Don't set default-file-name-coding-system and
13818 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13819
13820 * international/utf-16.el: Declare that all UTF-16-based coding
13821 systems are ASCII-incompatible.
13822
13823 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13824
13825 * progmodes/gud.el: Require font-lock for displaying errors.
13826 Used by gdb-ui.el.
13827
13828 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13829
13830 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13831 values for the pattern lists which are `read'able but not
13832 `append'able (like symbols).
13833
13834 2005-07-06 Richard M. Stallman <rms@gnu.org>
13835
13836 * progmodes/flymake.el (flymake-float-time): Instead of
13837 with-no-warnings, test for xemacs.
13838 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13839 to avoid warning.
13840
13841 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13842
13843 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13844
13845 2005-07-05 Lute Kamstra <lute@gnu.org>
13846
13847 * battery.el: Add support for Darwin (with much debugging help
13848 from Samuel Lauber <sam124@operamail.com>).
13849 (battery-status-function, battery-echo-area-format)
13850 (battery-mode-line-format): Add support for pmset on Darwin.
13851 (battery-load-low, battery-load-critical): New user options.
13852 (battery-pmset): New function.
13853
13854 2005-07-05 Lute Kamstra <lute@gnu.org>
13855
13856 Update FSF's address in GPL notices.
13857
13858 * textmodes/page-ext.el: Update FSF's address.
13859
13860 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13863 filling from using prefix when filling a single-line docstring.
13864
13865 * progmodes/flymake.el: Remove useless eval-when-compile.
13866
13867 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13868
13869 2005-07-04 Richard M. Stallman <rms@gnu.org>
13870
13871 * textmodes/org.el (org-file-apps-defaults-gnu):
13872 Rename from org-file-apps-defaults-linux.
13873 (org-default-apps): Don't test system-type for `linux'.
13874 (org-file-apps): Doc fix.
13875
13876 2005-07-04 David Ponce <david@dponce.com>
13877
13878 * tree-widget.el: Improve header Commentary section.
13879 (tree-widget) [defgroup]
13880 (tree-widget-image-enable, tree-widget-themes-directory)
13881 (tree-widget-theme, tree-widget-image-properties-emacs)
13882 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13883 (tree-widget-image-formats, tree-widget-control)
13884 (tree-widget-empty-control, tree-widget-leaf-control
13885 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13886 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13887 (tree-widget-keep, tree-widget-after-toggle-functions)
13888 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13889 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13890 :help-echo message.
13891 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13892 (tree-widget-image-properties): Doc fix. Clearer implementation.
13893 (tree-widget--cursors): New constant.
13894 (tree-widget-lookup-image): New function split from
13895 `tree-widget-find-image'. Clearer implementation.
13896 (tree-widget-find-image): Use it.
13897 (tree-widget-button-keymap): Use `set-keymap-parent'.
13898 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13899 Define the sub-widgets here.
13900 (tree-widget-node): Check that :node is not a tree-widget.
13901 (tree-widget-get-super, tree-widget-open-control)
13902 (tree-widget-close-control, tree-widget-empty-control)
13903 (tree-widget-leaf-control, tree-widget-guide)
13904 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13905 (tree-widget-no-handle, tree-widget-value-delete)
13906 (tree-widget-map): Remove.
13907 (tree-widget-children-value-save): Doc fix. Simplified.
13908 (tree-widget-value-create): Update according to previous changes.
13909
13910 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13911
13912 * textmodes/org.el: Leading space replaced by TABS.
13913 (org-recalc-marks, org-table-rotate-recalc-marks)
13914 (org-table-get-specials): Treat "^" and "_" marks.
13915 (org-table-justify-field-maybe): Optional argument NEW.
13916 (org-table-eval-formula): Parsing of the format simplified.
13917 New modes C,I. Honor the %= parameter in the current table.
13918 Avoid unnecessary re-align by using the NEW argument to
13919 `org-table-justify-field-maybe'.
13920 (org-calc-default-modes): Default for date-format mimicks org-mode.
13921 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13922
13923 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13924
13925 * cus-face.el (custom-theme-set-faces): Make it handle face
13926 aliases whose alias declarations are pre- or autoloaded.
13927
13928 2005-07-04 Juri Linkov <juri@jurta.org>
13929
13930 * faces.el (read-face-name): Put the code for getting a face name
13931 from the buffer before adding the faces from the `face' property.
13932 Use `completing-read-multiple' instead of `completing-read'.
13933 Require `crm'. Add default value and post-process the returned
13934 list of faces.
13935
13936 * emacs-lisp/crm.el (crm-find-current-element)
13937 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13938
13939 * emacs-lisp/lisp-mode.el (eval-defun-1):
13940 * emacs-lisp/edebug.el (edebug-eval-defun):
13941 Remove unnecessary quotes.
13942
13943 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13944
13945 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13946 (prolog-indent-level): Fix typo in docstring.
13947
13948 * info.el (Info-history, Info-history-forward)
13949 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13950
13951 * add-log.el (add-change-log-entry):
13952 * comint.el (comint-dynamic-list-input-ring)
13953 (comint-dynamic-list-completions):
13954 * dabbrev.el (dabbrev-expand):
13955 * delim-col.el (delimit-columns-rectangle-line):
13956 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13957 (diff-unified->context):
13958 * ediff-init.el (ediff-abbrev-jobname):
13959 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13960 (ediff-replace-session-activity-marker-in-meta-buffer):
13961 * info.el (Info-summary):
13962 * lpr.el (printify-region):
13963 * printing.el (pr-create-interface):
13964 * ps-print.el (ps-print-quote):
13965 * ses.el (ses-column-widths, ses-print-cell)
13966 (ses-adjust-print-width, ses-center):
13967 * shell.el (shell-file-name-quote-list):
13968 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13969 (strokes-fill-current-buffer-with-whitespace)
13970 (strokes-xpm-for-stroke, strokes-list-strokes)
13971 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13972 * term.el (term-dynamic-list-input-ring)
13973 (term-dynamic-list-completions):
13974 * calc/calc.el (math-format-stack-value):
13975 * emacs-lisp/edebug.el (edebug-display-freq-count):
13976 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13977 (delphi-new-comment-line):
13978 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13979 * progmodes/executable.el (executable-set-magic):
13980 * progmodes/python.el (inferior-python-mode):
13981 * progmodes/scheme.el (scheme-mode-syntax-table):
13982 * progmodes/sh-script.el (sh-maybe-here-document):
13983 * progmodes/sql.el (sql-copy-column):
13984 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13985 * textmodes/bibtex.el (bibtex-mode):
13986 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13987 (sgml-auto-attributes):
13988 * textmodes/table.el (table-insert, table-shorten-cell)
13989 (table--generate-source-scan-lines, table-delete-row)
13990 (*table--cell-delete-char, table--spacify-frame)
13991 (table--horizontally-shift-above-and-below)
13992 (table--cell-insert-char, table--cell-blank-str)
13993 (table--fill-region-strictly):
13994 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13995 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13996
13997 * add-log.el (change-log):
13998 * apropos.el (apropos):
13999 * comint.el (comint-completion, comint-source):
14000 * dabbrev.el (dabbrev):
14001 * delim-col.el (columns):
14002 * diff-mode.el (diff-mode):
14003 * ediff.el (ediff):
14004 * ediff-diff.el (ediff-diff):
14005 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14006 * ediff-mult.el (ediff-mult):
14007 * ediff-ptch.el (ediff-ptch):
14008 * ediff-wind.el (ediff-window):
14009 * facemenu.el (facemenu):
14010 * indent.el (indent):
14011 * info.el (info):
14012 * jka-cmpr-hook.el (compression, jka-compr):
14013 * lpr.el (lpr):
14014 * outline.el (outlines):
14015 * pcmpl-cvs.el (pcmpl-cvs):
14016 * pcmpl-rpm.el (pcmpl-rpm):
14017 * printing.el (printing):
14018 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14019 (ps-print-vertical, ps-print-headers, ps-print-font)
14020 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14021 (ps-print-background, ps-print-printer, ps-print-page)
14022 (ps-print-miscellany):
14023 * ses.el (ses):
14024 * shell.el (shell, shell-directories, shell-faces):
14025 * startup.el (initialization):
14026 * strokes.el (strokes):
14027 * term.el (term):
14028 * uniquify.el (uniquify):
14029 * w32-vars.el (w32):
14030 * calc/calc.el (calc):
14031 * emacs-lisp/bytecomp.el (bytecomp):
14032 * emacs-lisp/cl-indent.el (lisp-indent):
14033 * emacs-lisp/edebug.el (edebug):
14034 * emacs-lisp/elp.el (elp):
14035 * emacs-lisp/testcover.el (testcover):
14036 * emacs-lisp/trace.el (trace):
14037 * emulation/viper-ex.el (viper-ex):
14038 * emulation/viper-mous.el (viper-mouse):
14039 * mail/mailalias.el (mailalias):
14040 * mail/supercite.el (supercite, supercite-frames)
14041 (supercite-attr, supercite-cite, supercite-hooks):
14042 * net/rcompile.el (remote-compile):
14043 * net/rlogin.el (rlogin):
14044 * obsolete/ooutline.el (outlines):
14045 * progmodes/delphi.el (delphi):
14046 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14047 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14048 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14049 (ebnf-optimization):
14050 * progmodes/etags.el (etags):
14051 * progmodes/executable.el (executable):
14052 * progmodes/idlwave.el (idlwave):
14053 * progmodes/pascal.el (pascal):
14054 * progmodes/prolog.el (prolog):
14055 * progmodes/python.el (python):
14056 * progmodes/scheme.el (scheme):
14057 * progmodes/sh-script.el (sh, sh-script):
14058 * progmodes/sql.el (SQL):
14059 * progmodes/tcl.el (tcl):
14060 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14061 * textmodes/enriched.el (enriched):
14062 * textmodes/makeinfo.el (makeinfo):
14063 * textmodes/sgml-mode.el (sgml):
14064 * textmodes/table.el (table-hooks):
14065 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14066 * textmodes/texinfo.el (texinfo):
14067 * textmodes/two-column.el (two-column):
14068 Finish `defgroup' description with period.
14069
14070 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14071 * eshell/esh-var.el (eshell-var):
14072 * progmodes/vhdl-mode.el (vhdl-testbench):
14073 * textmodes/org.el (org): Fix typos in docstrings.
14074
14075 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14076 consistency.
14077
14078 * progmodes/flymake.el (flymake-find-file): Remove.
14079 (flymake-float-time): Use `with-no-warnings'.
14080 (flymake-check-start-time, flymake-check-was-interrupted)
14081 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14082 (flymake-new-err-info): `defvar' at compile time.
14083
14084 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14085
14086 * replace.el (occur-hook): Doc fix.
14087 (occur-1): Don't call `occur-hook' if there are no matches.
14088
14089 2005-07-03 Richard M. Stallman <rms@gnu.org>
14090
14091 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14092 global-map, save the same map.
14093 (global-map): Don't alter it at top level.
14094 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14095 Then alter it here instead.
14096 (tpu-edt-off): Set global-map to the saved one.
14097
14098 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14099 All references simplified.
14100 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14101 (zmacs-regions): Add defvar.
14102 (repeat-complex-command-map): Everything about that deleted.
14103
14104 * textmodes/artist.el (artist-key-is-drawing)
14105 (artist-key-endpoint1, artist-key-poly-point-list)
14106 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14107 (artist-key-compl-table, artist-rb-save-data)
14108 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14109 Don't put them in eval-when-compile.
14110 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14111
14112 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14113 Use with-no-warnings.
14114
14115 * net/browse-url.el (dos-windows-version): Add defvar.
14116
14117 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14118
14119 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14120 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14121 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14122 Add defvar.
14123 (rmail-summary-beginning-of-message): Use with-no-warnings.
14124 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14125
14126 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14127 Use with-no-warnings.
14128
14129 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14130 (c-mark-function): Add point-moving-unit property.
14131 (vi-goto-line): Use with-no-warnings.
14132
14133 * emulation/edt.el (edt-last-copied-word): Add defvar.
14134 (zmacs-region-stays): Likewise.
14135 (edt-mark-section-wisely): Use c-mark-function for C.
14136 Use makr-defun for Fortran.
14137 (time-string): defvar deleted.
14138 (edt-display-the-time): Don't set time-string.
14139
14140 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14141
14142 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14143 Don't warn when name is not constant
14144 or for defining the group `emacs'.
14145
14146 * tooltip.el (gud-tooltip-mode): Add defvar.
14147
14148 * startup.el (default-frame-background-mode): Add defvar.
14149
14150 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14151
14152 * info.el (tool-bar-map): Add defvar.
14153
14154 * dired.el (dnd-protocol-alist): Add defvar.
14155
14156 * dired-aux.el (dired-query): Display question with answer, when
14157 the user answers.
14158
14159 * custom.el (custom-add-option): Doc fix.
14160
14161 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14162
14163 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14164
14165 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14166 bogus name from the last change.
14167
14168 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14169
14170 * custom.el (custom-declare-variable): Fix typos in comment.
14171 (custom-known-themes): Doc fix.
14172 (custom-theme-directory): New defcustom.
14173 (require-theme): Make it check `custom-theme-directory'.
14174
14175 * cus-theme.el (custom-new-theme-mode): New function.
14176 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14177 (custom-theme-description): Add compiler defvars.
14178 (customize-create-theme): Add doc to the "*New Custom Theme*"
14179 buffer. Use `custom-new-theme-mode'.
14180 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14181 and save it to the `custom-theme-directory'. Make this the
14182 default directory of the buffer.
14183
14184 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14185
14186 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14187 Fix unbalanced parentheses.
14188
14189 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14190
14191 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14192 into flymake-mode and delegate to flymake-mode.
14193
14194 * find-file.el (ff-which-function-are-we-in): Clean up.
14195
14196 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14197
14198 * replace.el (occur-rename-buffer): Fix docstring.
14199
14200 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14201 (edt-last-copied-word, edt-learn-macro-count)
14202 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14203 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14204 (time-string, zmacs-region-stays):
14205 * emulation/edt-mapper.el (edt-save-function-key-map)
14206 (EDT-key-name): `defvar' to silence the byte-compiler.
14207
14208 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14209
14210 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14211 font-lock-regexp-backslash. Doc fix.
14212 (font-lock-regexp-backslash-grouping-construct): Rename from
14213 font-lock-regexp-backslash-construct. Doc fix.
14214 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14215 grouping constructs.
14216
14217 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14218
14219 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14220 updating all the prerequisites.
14221
14222 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14223
14224 * textmodes/org.el (org-agenda-start-on-weekday)
14225 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14226 (org-agenda-use-time-grid, org-archive-location)
14227 (org-allow-space-in-links, org-usenet-links-prefer-google)
14228 (org-enable-table-editor, org-export-default-language)
14229 (org-export-html-show-new-buffer, org-fill-paragraph)
14230 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14231 (org-goto-quit, org-occur, org-eval-in-calendar)
14232 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14233 (org-agenda-diary-entry, org-remember-help)
14234 (org-table-convert-region, org-at-table-p)
14235 (org-table-move-row-down, org-table-move-row-up)
14236 (org-table-copy-region, org-table-toggle-vline-visibility)
14237 (org-table-get-stored-formulas, org-table-get-specials)
14238 (org-recalc-commands, org-table-eval-formula)
14239 (org-table-formula-substitute-names, orgtbl-make-binding)
14240 (org-format-org-table-html, org-format-table-table-html)
14241 (org-format-table-table-html-using-table-generate-source)
14242 (org-customize): Fix typos in docstrings.
14243 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14244 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14245 (org-back-to-heading): Doc fixes.
14246 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14247 (org-agenda-change-all-lines, org-get-header):
14248 Improve argument/docstring consistency.
14249 (orgtbl-error): Fix error message.
14250
14251 * progmodes/flymake.el (flymake-find-possible-master-files)
14252 (flymake-master-file-compare, flymake-get-line-err-count)
14253 (flymake-highlight-line, flymake-gui-warnings-enabled):
14254 Fix typos in docstrings.
14255 (flymake-parse-line, flymake-get-project-include-dirs-function)
14256 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14257 Doc fixes.
14258 (flymake-get-project-include-dirs-function)
14259 (flymake-make-err-menu-data):
14260 Improve argument/docstring consistency.
14261
14262 2005-07-01 Lute Kamstra <lute@gnu.org>
14263
14264 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14265 Catch errors with ignore-errors. Use temporary buffer.
14266 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14267
14268 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14269 background color faces.
14270 (facemenu-set-foreground, facemenu-set-background):
14271 Use facemenu-set-face-from-menu.
14272 (facemenu-set-face-from-menu): Treat face names that start with
14273 "fg:" or "bg:" as special.
14274 (facemenu-add-new-color): Don't create faces. Simplify.
14275
14276 2005-06-30 Richard M. Stallman <rms@gnu.org>
14277
14278 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14279 (crm-find-current-element): Likewise.
14280
14281 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14282
14283 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14284
14285 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14288 (archive-mouse-extract): Make it an obsolete alias.
14289 (archive-mode-map): Don't use archive-mouse-extract any more.
14290 (archive-mode, archive-extract): write-contents-hooks ->
14291 write-contents-functions.
14292 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14293 first arg.
14294 (archive-rename-entry): Update the call.
14295 (archive-zip-summarize): Remove unused var `method'.
14296 (archive-lzh-summarize): Remove unused var `creator'.
14297
14298 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14299 dedicated frame upon exit.
14300
14301 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14302 (archive-zip-extract, archive-zip-expunge)
14303 (archive-zip-update, archive-zip-update-case): Use executable-find.
14304 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14305 Use restore-buffer-modified-p.
14306 (archive-extract, archive-add-new-member, archive-write-file-member):
14307 Use with-current-buffer.
14308 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14309
14310 2005-06-30 Andreas Schwab <schwab@suse.de>
14311
14312 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14313
14314 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14315
14316 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14317
14318 2005-06-30 Juri Linkov <juri@jurta.org>
14319
14320 * faces.el (vertical-border): Inherit from mode-line-inactive
14321 only on tty.
14322
14323 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14324
14325 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14326 example, -NLINES in the `occur' docstring).
14327
14328 * replace.el (occur-1): When no matches are found, do not set the
14329 `buffer-read-only' and modified flags for the occur buffer,
14330 because it is deleted.
14331
14332 * emulation/cua-base.el (cua-check-pending-input)
14333 (cua-repeat-replace-region, cua-mode, cua-debug)
14334 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14335 Fix typos in docstrings.
14336
14337 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14338 (cua-cut-region-to-global-mark)
14339 (cua--cut-rectangle-to-global-mark):
14340 Remove period from end of messages.
14341
14342 * emulation/cua-rect.el (cua-do-rectangle-padding):
14343 Remove period from end of messages.
14344 (cua--rectangle-seq-format): Fix typo in docstring.
14345 (cua-sequence-rectangle, cua-fill-char-rectangle):
14346 Improve argument/docstring consistency.
14347
14348 2005-06-29 Juri Linkov <juri@jurta.org>
14349
14350 * faces.el (default-frame-background-mode): New internal variable.
14351 (frame-set-background-mode): Use it.
14352
14353 * startup.el (normal-top-level): Set default-frame-background-mode
14354 instead of frame-background-mode. Before setting it, test for its
14355 nil value. Remove tests for frame-background-mode and frame
14356 parameter `reverse'. Add test for "unspecified-fg".
14357
14358 * term/xterm.el (xterm-rxvt-set-background-mode):
14359 * term/rxvt.el (rxvt-set-background-mode):
14360 Set default-frame-background-mode instead of frame-background-mode.
14361
14362 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14363
14364 * simple.el (set-variable): Warn about obsolete user variables.
14365
14366 * imenu.el (imenu--completion-buffer):
14367 * mouse.el (mouse-buffer-menu-alist):
14368 * msb.el (msb-invisible-buffer-p):
14369 * calendar/diary-lib.el (diary-header-line-format):
14370 * emacs-lisp/pp.el (pp-buffer):
14371 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14372 * textmodes/picture.el (picture-replace-match):
14373 Change space constants followed by a sexp to "?\s ".
14374
14375 * play/decipher.el (decipher-loop-with-breaks):
14376 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14377 constants "protected" from end of line by a comment to "?\s".
14378
14379 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * font-lock.el (save-buffer-state): Use `declare'.
14382
14383 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14384 reset the syntax-table to cperl-mode-syntax-table.
14385 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14386 "foo_print_bar" is not matched as a reserved keyword.
14387
14388 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14389
14390 * textmodes/org.el (orgtbl-setup): New function, for delayed
14391 setup for the orgtbl commands.
14392 (org-calc-default-modes): New option.
14393 (orgtbl-make-binding): Use `defun' to get better help display.
14394 (org-diary): Call `org-compile-prefix-format'.
14395 (org-table-formula-substitute-names): New function.
14396 (org-agenda-day-view, org-agenda-week-view): New commands.
14397 (org-agenda-toggle-week-view): Command removed.
14398 (org-tbl-menu): Split off from org-org-menu.
14399 (org-mode): Move removal of outline-mode menus to here.
14400 (org-table-formula-debug): New option.
14401 (org-table-insert-row): Keep first field if just "#" or "*".
14402 (org-mode): Paragraph regexps fixed.
14403 (org-table-recalculate-regexp): New constant.
14404 (org-table-justify-field-maybe): Avoid replace if not necessary.
14405 (org-copy-special, org-cut-special): Use `call-interactively'.
14406 (org-table-copy-region): Take region from `interactive' call.
14407 (org-trim): Return string even if no match.
14408 (org-formula): New face.
14409 (org-set-font-lock-defaults): No longer highlight "FIXME".
14410 But highlight formula-related fields in table.
14411 (org-table-p): Use regexp, not fontification.
14412 (org-table-align): Handle white space at end of line.
14413 (org-table-formula-evaluate-inline): New option.
14414 (org-mode): Auto-wrapping in comment lines turned off.
14415 (org-table-copy-down): Evaluate only in copied field, not in
14416 destination.
14417 (org-table-current-formula): Variable removed.
14418 (org-table-store-formulas, org-table-get-stored-formulas)
14419 (org-table-modify-formulas, org-table-replace-in-formulas)
14420 (org-table-maybe-eval-formula): New functions.
14421 (org-table-get-formula): Modify to use stored formulas.
14422 (org-table-insert-column, org-table-delete-column)
14423 (org-table-move-column): Call `org-table-modify-formulas'.
14424 (org-complete): Add completion for keyword formulas.
14425 (orgtbl-mode): Pull orgtbl-mode-map to start of
14426 minor-mode-map-alist.
14427
14428 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14429
14430 * progmodes/python.el (python-check): Require `compile' before
14431 modifying its variables.
14432
14433 * newcomment.el (comment-indent-default): Don't get fooled by an early
14434 end of buffer.
14435
14436 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14437
14438 * ps-print.el (ps-print-version): Fix version number.
14439
14440 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14441
14442 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14443
14444 2005-06-28 Richard M. Stallman <rms@gnu.org>
14445
14446 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14447 (flyspell-local-mouse-map): Declaration deleted.
14448 (flyspell-mouse-map): Bind only mouse-2.
14449 (flyspell-mode-map): Don't test flyspell-use-local-map.
14450 (flyspell-overlay-keymap-property-name): Var deleted.
14451 (flyspell-mode-on): Don't make local bindings for
14452 flyspell-mouse-map and flyspell-mode-map.
14453 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14454
14455 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14456
14457 * progmodes/compile.el (compilation-next-error-function):
14458 Don't switch buffers; operate on the current buffer.
14459
14460 * progmodes/compile.el (compilation-error-file-name)
14461 (compilation-warning-file-name, compilation-info-file-name)
14462 (compilation-line-number, compilation-column-number): New faces.
14463 (compilation-error-face, compilation-warning-face)
14464 (compilation-info-face, compilation-line-face)
14465 (compilation-column-face): Use them.
14466
14467 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14468
14469 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14470
14471 * bindings.el (global-map): Bind insertchar and its variants.
14472
14473 2005-06-27 Richard M. Stallman <rms@gnu.org>
14474
14475 * textmodes/artist.el (artist-text-overwrite)
14476 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14477
14478 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14479
14480 * ps-print.el: It was not working the page selection for printing.
14481 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14482 (ps-print-version): New version 6.6.7.
14483 (ps-end-sheet): New fun.
14484 (ps-header-sheet, ps-end-job): Call it.
14485
14486 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14487
14488 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14489
14490 2005-06-27 Lute Kamstra <lute@gnu.org>
14491
14492 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14493 background color faces.
14494 (facemenu-get-face): Delete function.
14495 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14496 (facemenu-add-new-color): Make second argument mandatory.
14497 Create the appropriate face and return it. Simplify.
14498 (facemenu-set-foreground, facemenu-set-background): Don't check if
14499 color is defined. Use return value of facemenu-add-new-color.
14500
14501 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14502
14503 * progmodes/gud.el (gud-filter): Add missing argument to
14504 with-selected-window.
14505
14506 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14509 a :require to the defcustom.
14510
14511 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14512 defcustoms corresponding to minor modes.
14513
14514 2005-06-26 David Ponce <david@dponce.com>
14515
14516 * recentf.el: Require tree-widget instead of wid-edit.
14517 (recentf-filename-handler): Fix widget :type.
14518 (recentf-cancel-dialog, recentf-open-more-files)
14519 (recentf-open-files-action): Doc fix.
14520 (recentf-dialog-goto-first): New function.
14521 (recentf-dialog-mode-map): Set parent keymap first.
14522 (recentf-dialog-mode): Define with define-derived-mode.
14523 Don't display continuation lines in dialogs.
14524 (recentf-edit-list): Rename from recentf-edit-selected-items.
14525 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14526 Simplify.
14527 (recentf-edit-list-validate): New function.
14528 (recentf-edit-list): Update accordingly.
14529 (recentf-open-files-item-shift): Remove.
14530 (recentf-open-files-item): Convert menu elements into tree and
14531 link widgets. Don't create the widgets.
14532 (recentf-open-files): Update accordingly.
14533 (recentf-save-list): Untabify.
14534
14535 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14536
14537 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14538 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14539 partially contained in the active region. Do not take active
14540 region into account when called from Lisp, unless INTERACTIVE arg
14541 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14542 avoid trouble with fields. Make marker point nowhere when no
14543 longer used. Always return nil. Doc fix.
14544 (flush-lines): Add INTERACTIVE arg. Do not take active region
14545 into account when called from Lisp, unless INTERACTIVE arg is
14546 non-nil. Use `forward-line' instead of `beginning-of-line' to
14547 avoid trouble with fields. Make marker point nowhere when no
14548 longer used. Always return nil. Doc fix.
14549 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14550 interchangeable. Do not take active region into account when
14551 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14552 message in echo area when called from Lisp, unless INTERACTIVE arg
14553 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14554 Return the number of matches. Doc fix.
14555 (occur): Doc fix.
14556 (perform-replace): Make comment follow double space convention for
14557 the sake of `outline-minor-mode'.
14558
14559 * faces.el (facep): Doc fix.
14560
14561 2005-06-25 Richard M. Stallman <rms@gnu.org>
14562
14563 * facemenu.el (facemenu-enable-faces-p): New function.
14564 (facemenu-background-menu, facemenu-foreground-menu)
14565 (facemenu-face-menu): Add menu-enable property.
14566
14567 * jka-compr.el (jka-compr-insert-file-contents):
14568 Special handling if cannot find the uncompression program.
14569
14570 * cus-face.el (custom-face-attributes): Add autoload.
14571
14572 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14573 Bind comment-indent-function locally.
14574
14575 * window.el (save-selected-window): Use save-current-buffer.
14576
14577 * subr.el (with-selected-window): Use save-current-buffer.
14578
14579 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14580 and with-current-buffer.
14581
14582 2005-06-24 Richard M. Stallman <rms@gnu.org>
14583
14584 * simple.el (line-move-1): Fix previous change.
14585
14586 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14587
14588 * replace.el (occur-1): Set `buffer-read-only' and the
14589 buffer-modified flag before running `occur-hook' to protect
14590 against unintentional buffer switches that can lead to data loss.
14591
14592 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14593
14594 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14595 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14596 initial error.
14597
14598 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14599 after fresh input.
14600 (gdb-var-create-handler): Put name of expression in quotes.
14601
14602 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14603
14604 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14605 elements of RING in order, and without bogus nil elements.
14606
14607 2005-06-23 Richard M. Stallman <rms@gnu.org>
14608
14609 * simple.el (set-variable): Args renamed; doc fix.
14610 (line-move-1): When there are overlays around, use vertical-motion.
14611
14612 * faces.el (escape-glyph): Use brown against light background.
14613 (nobreak-space): Rename from no-break-space.
14614 Fix previous change.
14615
14616 * dired-aux.el (dired-do-copy): Fix arg prompt.
14617
14618 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14619
14620 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14621
14622 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14623 rather than "Distributor".
14624
14625 2005-06-23 Lute Kamstra <lute@gnu.org>
14626
14627 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14628 (debug-on-entry): Use it. New interactive declaration that uses
14629 function-called-at-point.
14630
14631 2005-06-23 Kim F. Storm <storm@cua.dk>
14632
14633 * subr.el (save-match-data): Add comment about using evaporate arg
14634 to set-match-data.
14635
14636 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14637
14638 * cus-edit.el (customize-face)
14639 (customize-face-other-window): Handle face aliases.
14640
14641 * faces.el (face-documentation, set-face-attribute)
14642 (face-spec-set): Handle face aliases.
14643
14644 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14645
14646 * help-mode.el (help-make-xrefs): If a symbol representing a face
14647 name is not followed by the word "face", it could still be a
14648 function or variable name, so don't bypass other checks.
14649
14650 2005-06-22 Juri Linkov <juri@jurta.org>
14651
14652 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14653 Replace aliased functions with calls where second arg `inherit' is t.
14654
14655 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14656
14657 * progmodes/gdb-ui.el (gdb-error): New variable.
14658 (gdb-error): New function.
14659 (gdb-annotation-rules): Act on error-begin and error annotations.
14660 (gdb-concat-output): Use font-lock-warning-face for errors.
14661
14662 2005-06-22 Miles Bader <miles@gnu.org>
14663
14664 * bindings.el (propertized-buffer-identification): Use renamed
14665 `Buffer-menu-buffer' face.
14666
14667 * faces.el (vertical-border): Rename from `vertical-divider'.
14668 (escape-glyph): Change dark-background color back to `cyan'.
14669
14670 2005-06-21 Juri Linkov <juri@jurta.org>
14671
14672 * faces.el (face-user-default-spec): Try getting `customized-face'
14673 prior to `saved-face'.
14674 (frame-background-mode): Refill docstring.
14675
14676 * emacs-lisp/lisp-mode.el (eval-defun-1):
14677 * emacs-lisp/edebug.el (edebug-eval-defun):
14678 Set `saved-face' temporarily to nil before calling form.
14679 Set `customized-face' to the new spec after that.
14680
14681 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14682
14683 * subr.el (1value, lambda, key-substitution-in-progress):
14684 Doc fixes.
14685
14686 * autoinsert.el (auto-insert-alist):
14687 * ses.el (ses-call-printer):
14688 * subr.el (noreturn):
14689 * emacs-lisp/lisp.el (check-parens):
14690 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14691 * net/browse-url.el (browse-url-mosaic):
14692 * progmodes/cc-defs.el (c-safe-scan-lists):
14693 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14694 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14695 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14696 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14697 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14698 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14699
14700 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14701
14702 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14703
14704 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14705
14706 * calendar/appt.el (appt-make-list): Activate the package, if
14707 not already active (for backwards compatibility).
14708
14709 2005-06-20 Kim F. Storm <storm@cua.dk>
14710
14711 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14712
14713 2005-06-20 Miles Bader <miles@gnu.org>
14714
14715 * faces.el (vertical-divider): New face.
14716
14717 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14718
14719 * simple.el (kill-whole-line): Doc fix.
14720 (next-error-buffer-p, next-error-find-buffer)
14721 (clone-indirect-buffer): Fix typos in docstrings.
14722 (comment-line-break-function): Doc fix: don't say variable
14723 is automatically buffer-local (it isn't).
14724
14725 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14726
14727 * net/tramp-ftp.el (top):
14728 * net/tramp-smb.el (top):
14729 * net/tramp-util.el (top):
14730 * net/tramp-uu.el (top):
14731 * net/tramp-vc.el (top):
14732 * net/tramp.el (top): Revert copyright years back to original
14733 ones. Tramp has a life outside GNU Emacs.
14734
14735 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14736
14737 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14738
14739 2005-06-18 Juri Linkov <juri@jurta.org>
14740
14741 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14742 end of first regexp to limit the match to the position between
14743 line number and source line with same separator character as used
14744 between file name and line number. In the second regexp limit
14745 mouse-face area to file name and line number by adding new group
14746 for them and referring it in HYPERLINK arg.
14747 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14748 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14749 previous line where grep markers may be already removed.
14750
14751 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14752
14753 * progmodes/ps-mode.el: Update version and maintainer's email address.
14754
14755 2005-06-18 Steve Youngs <steve@xemacs.org>
14756
14757 * net/browse-url.el (browse-url-browser-function)
14758 (browse-url-default-browser): Add firefox.
14759 (browse-url-firefox-program, browse-url-firefox-arguments)
14760 (browse-url-firefox-startup-arguments)
14761 (browse-url-firefox-new-window-is-tab): New defcustoms.
14762 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14763
14764 2005-06-17 Richard M. Stallman <rms@gnu.org>
14765
14766 * startup.el (command-line): Warn if specified user name has
14767 no home directory.
14768
14769 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14770 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14771
14772 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14773 Doc fixes.
14774
14775 * faces.el (underline): Try bold if terminal doesn't support underline.
14776
14777 * mail/sendmail.el (mail-setup-with-from): New variable.
14778 (mail-insert-from-field): New function.
14779 (sendmail-send-it): Call it.
14780 (mail-setup): Optionally call it here.
14781
14782 * term/linux.el: Call tty-no-underline.
14783
14784 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14785
14786 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14787
14788 2005-06-17 Miles Bader <miles@gnu.org>
14789
14790 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14791 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14792 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14793 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14794 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14795 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14796 Remove "-face" suffix from face names.
14797 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14798 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14799 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14800 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14801 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14802 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14803 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14804 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14805 New backward-compatibility aliases for renamed faces.
14806 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14807 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14808 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14809 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14810 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14811 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14812 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14813 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14814 Use renamed ediff faces.
14815
14816 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14817 Remove "-face" suffix from face names.
14818 (eshell-test-ok-face, eshell-test-failed-face):
14819 New backward-compatibility aliases for renamed faces.
14820 (eshell-run-test): Use renamed eshell-test faces.
14821
14822 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14823 face name.
14824 (eshell-prompt-face): New backward-compatibility alias for renamed
14825 face.
14826 (eshell-emit-prompt): Use renamed eshell-prompt face.
14827
14828 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14829 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14830 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14831 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14832 Remove "-face" suffix from face names.
14833 (eshell-ls-directory-face, eshell-ls-symlink-face)
14834 (eshell-ls-executable-face, eshell-ls-readonly-face)
14835 (eshell-ls-unreadable-face, eshell-ls-special-face)
14836 (eshell-ls-missing-face, eshell-ls-archive-face)
14837 (eshell-ls-backup-face, eshell-ls-product-face)
14838 (eshell-ls-clutter-face):
14839 New backward-compatibility aliases for renamed faces.
14840 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14841
14842 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14843 Remove "-face" suffix from face name.
14844 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14845 instead of literal face.
14846
14847 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14848
14849 * emacs-lisp/warnings.el (display-warning, lwarn)
14850 (warning-minimum-log-level): Doc fixes.
14851 (warning-minimum-level, warning-minimum-log-level):
14852 Add :debug to :type choices.
14853
14854 * progmodes/ada-mode.el (ada-format-paramlist)
14855 (ada-get-indent-case, ada-check-matching-start)
14856 (ada-check-defun-name, ada-goto-matching-decl-start)
14857 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14858 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14859 (ada-make-subprogram-body): Follow error conventions.
14860 (ada-case-exception-file, ada-indent-comment-as-code)
14861 (ada-indent-handle-comment-special, ada-indent-renames)
14862 (ada-indent-return, ada-search-directories-internal)
14863 (ada-tab-policy, ada-case-exception-substring)
14864 (ada-other-file-alist, ada-matching-start-re)
14865 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14866 (ada-imenu-generic-expression, ada-compile-goto-error)
14867 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14868 (ada-popup-menu, ada-add-extensions, ada-mode)
14869 (ada-region-selected, ada-create-case-exception)
14870 (ada-create-case-exception-substring, ada-after-keyword-p)
14871 (ada-activate-keys-for-case, ada-adjust-case-region)
14872 (ada-adjust-case-buffer, ada-format-paramlist)
14873 (ada-scan-paramlist, ada-insert-paramlist)
14874 (ada-indent-newline-indent)
14875 (ada-indent-newline-indent-conditional)
14876 (ada-justified-indent-current, ada-goto-previous-word)
14877 (ada-indent-current, ada-get-indent-open-paren)
14878 (ada-get-indent-paramlist, ada-get-indent-end)
14879 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14880 (ada-get-indent-block-start, ada-get-indent-subprog)
14881 (ada-get-indent-noindent, ada-get-indent-label)
14882 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14883 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14884 (ada-goto-stmt-end, ada-goto-next-word)
14885 (ada-check-matching-start, ada-check-defun-name)
14886 (ada-goto-matching-decl-start, ada-goto-matching-start)
14887 (ada-goto-matching-end, ada-search-ignore-string-comment)
14888 (ada-in-decl-p, ada-looking-at-semi-or)
14889 (ada-looking-at-semi-private, ada-in-paramlist-p)
14890 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14891 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14892 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14893 (ada-previous-package, ada-create-menu)
14894 (ada-fill-comment-paragraph-justify)
14895 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14896 (ada-other-file-name, ada-last-which-function-line)
14897 (ada-last-which-function-subprog, ada-which-function)
14898 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14899 (ada-gen-treat-proc, ada-check-emacs-version)
14900 (ada-continuation-indent, ada-align-region-separate):
14901 Fix typos in docstrings.
14902 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14903
14904 2005-06-16 Lute Kamstra <lute@gnu.org>
14905
14906 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14907 conditionally.
14908
14909 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14910
14911 * comint.el (comint-replace-by-expanded-filename)
14912 (comint-prompt-regexp, comint-delimiter-argument-list)
14913 (comint-preinput-scroll-to-bottom):
14914 * info.el (Info-hide-cookies-node):
14915 * ls-lisp.el (ls-lisp-classify):
14916 * find-file.el (ff-search-directories, ff-special-constructs)
14917 (ff-find-other-file):
14918 * font-lock.el (font-lock-keywords):
14919 * shell.el (shell-prompt-pattern)
14920 (shell-dynamic-complete-functions, shell-mode)
14921 (shell-delimiter-argument-list):
14922 * term.el (term-replace-by-expanded-filename)
14923 (term-prompt-regexp, term-delimiter-argument-list):
14924 * woman.el (woman-ignore, woman0-if):
14925 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14926 * emacs-lisp/elint.el (elint-init-env):
14927 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14928 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14929 * language/ethio-util.el (ethio-tilde-escape)
14930 (ethio-use-three-dot-question):
14931 * net/zone-mode.el (zone-mode-load-time-setup):
14932 * progmodes/cc-align.el (c-lineup-argcont):
14933 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14934 * progmodes/cperl-mode.el (cperl-set-style-back):
14935 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14936 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14937 Fix spellings in docstrings.
14938
14939 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14940 * progmodes/modula2.el (m2-for): Fix spellings.
14941
14942 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14943
14944 * simple.el (undo-more): Don't use `format' on `error' arguments.
14945 Improve argument/docstring consistency.
14946 (pending-undo-list): Doc fix.
14947
14948 * smerge-mode.el (smerge-ensure-match):
14949 * emulation/vip.el (vip-ex):
14950 * net/zone-mode.el (zone-mode-update-serial):
14951 * progmodes/idlwave.el (idlwave-complete):
14952 * progmodes/vhdl-mode.el (vhdl-visit-file)
14953 (vhdl-compose-wire-components):
14954 Don't use `format' on `error' arguments.
14955
14956 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14957 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14958 (tooltip-help-tips): Fix typos in docstrings.
14959
14960 2005-06-16 David Ponce <david@dponce.com>
14961
14962 * tree-widget.el (tree-widget-value-create): Simplify last change.
14963
14964 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14965
14966 * ido.el (ido-incomplete-regexp): New variable.
14967 (ido-set-matches-1): Handle invalid-regexp error and set
14968 ido-incomplete-regexp.
14969 (ido-incomplete-regexp): New face.
14970 (ido-completions): Use it.
14971 (ido-complete, ido-exit-minibuffer, ido-completions):
14972 Handle incomplete regexps.
14973 (ido-completions): Add check for complete match when entering a regexp.
14974
14975 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14978
14979 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14980
14981 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14982 by field delimiters.
14983
14984 2005-06-15 David Ponce <david@dponce.com>
14985
14986 * tree-widget.el: eval-and-compile inlined functions so they will
14987 be available at run-time too.
14988 (tree-widget-super-format-handler)
14989 (tree-widget-format-handler): Remove.
14990 (tree-widget-value-create): Handle the :indent property.
14991
14992 2005-06-15 Miles Bader <miles@gnu.org>
14993
14994 * progmodes/which-func.el (which-func): Only inherit
14995 `font-lock-function-name-face' when that makes sense against the
14996 default mode-line face, otherwise set the face color explicitly.
14997
14998 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14999 faces instead of (non-existent) variables.
15000
15001 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15004 (iswitchb-get-matched-buffers): Likewise. Simplify.
15005
15006 2005-06-14 Miles Bader <miles@gnu.org>
15007
15008 * progmodes/ld-script.el (ld-script-location-counter):
15009 Remove "-face" suffix from face name.
15010 (ld-script-location-counter-face):
15011 New backward-compatibility alias for renamed face.
15012 (ld-script-location-counter-face): Use renamed face.
15013
15014 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15015 (cperl-hash): Remove "-face" suffix from face names.
15016 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15017 New backward-compatibility aliases for renamed faces.
15018 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15019 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15020
15021 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15022 name.
15023 (which-func-face): New backward-compatibility alias for renamed face.
15024 (which-func-format): Use renamed which-func face.
15025
15026 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15027 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15028 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15029 names.
15030 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15031 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15032 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15033 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15034 (vhdl-speedbar-architecture-selected)
15035 (vhdl-speedbar-configuration-selected)
15036 (vhdl-speedbar-package-selected)
15037 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15038 names.
15039 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15040 Use renamed faces.
15041 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15042 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15043 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15044 Use renamed faces.
15045 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15046 names.
15047 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15048 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15049 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15050 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15051 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15052 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15053
15054 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15055 face name.
15056 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15057 (sh-heredoc-face): Use renamed sh-heredoc face.
15058
15059 * progmodes/idlw-help.el (idlwave-help-link):
15060 Remove "-face" suffix from face name.
15061 (idlwave-help-link-face):
15062 New backward-compatibility alias for renamed face.
15063 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15064
15065 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15066 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15067 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15068 New backward-compatibility aliases for renamed faces.
15069 (idlwave-shell-disabled-breakpoint-face)
15070 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15071
15072 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15073 Remove "-face" suffix from face names.
15074 (flymake-errline-face, flymake-warnline-face):
15075 New backward-compatibility aliases for renamed faces.
15076 (flymake-highlight-line): Use renamed flymake faces.
15077
15078 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15079 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15080 (ebrowse-member-class, ebrowse-progress):
15081 Remove "-face" suffix from face names.
15082 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15083 (ebrowse-file-name-face, ebrowse-default-face)
15084 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15085 (ebrowse-progress-face):
15086 New backward-compatibility aliases for renamed faces.
15087 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15088 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15089 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15090 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15091
15092 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15093 antlr-syntax)
15094 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15095 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15096 names.
15097 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15098 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15099 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15100 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15101 backward-compatibility aliases for renamed faces.
15102 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15103 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15104 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15105 remove "font-lock-". Use renamed antlr-mode faces.
15106 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15107 literal face-names with face variable references.
15108
15109 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15110 face name.
15111 (Buffer-menu-buffer-face): New backward-compatibility alias for
15112 renamed face.
15113 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15114
15115 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15116
15117 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15118 Eliminate "-face" suffix.
15119 (makefile-targets): Inherit from font-lock-function-name-face and
15120 eliminate "-face" suffix.
15121 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15122 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15123 actions, instead of prepending, to make it less visible.
15124 (makefile-previous-dependency, makefile-match-dependency):
15125 Don't match a target on a continuation line.
15126
15127 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15128
15129 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15130
15131 * progmodes/gdb-ui.el (menu): Re-order menu items.
15132 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15133
15134 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15135 Define in tooltip.el.
15136 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15137 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15138 gud-tooltip-echo-area.
15139
15140 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15141 backward compatibility and make obsolete.
15142 (tooltip-help-tips): Use tooltip-use-echo-area.
15143 (tooltip-show-help-function): Rename to...
15144 (tooltip-show-help): ...this, because it is a function.
15145 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15146
15147 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15148
15149 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15150 (edebug-print-length, edebug-print-level, edebug-print-circle)
15151 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15152 (edebug-eval-print-last-sexp): Doc fixes.
15153
15154 2005-06-14 Kim F. Storm <storm@cua.dk>
15155
15156 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15157 as the coverage buffer/file/both may change.
15158
15159 2005-06-14 Lute Kamstra <lute@gnu.org>
15160
15161 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15162 and run-mode-hooks. Simplify.
15163
15164 * mail/rmailedit.el (rmail-edit-mode):
15165 * progmodes/octave-inf.el (inferior-octave-mode):
15166 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15167
15168 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15169 and run-mode-hooks.
15170 (recentf-edit-list, recentf-open-files): Don't call
15171 kill-all-local-variables directly.
15172
15173 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15174
15175 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15176
15177 * emacs-lisp/byte-run.el (make-obsolete)
15178 (define-obsolete-function-alias): Rename arguments FUNCTION and
15179 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15180 (make-obsolete-variable, define-obsolete-variable-alias):
15181 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15182 respectively.
15183
15184 * isearchb.el (isearchb-activate):
15185 * pcvs.el (cvs-mode):
15186 * ses.el (ses-load):
15187 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15188 * net/tramp.el (tramp-find-file-exists-command)
15189 (tramp-find-shell):
15190 * progmodes/ada-mode.el (ada-create-case-exception)
15191 (ada-create-case-exception-substring, ada-make-subprogram-body):
15192 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15193 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15194 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15195 * textmodes/org.el (org-promote, org-evaluate-time-range)
15196 (org-agenda-next-date-line, org-agenda-previous-date-line)
15197 (org-agenda-error, org-open-at-point, org-table-move-row)
15198 (org-format-table-table-html-using-table-generate-source)
15199 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15200 * textmodes/reftex.el (reftex-access-scan-info):
15201 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15202 (reftex-toc-promote-prepare): Follow error conventions.
15203
15204 * diff-mode.el (diff-mode): Fix typo in docstring.
15205
15206 * forms.el (forms--intuit-from-file): Fix reference to
15207 `forms-number-of-fields' in error message.
15208 (forms-print): Fix quoting in error message.
15209
15210 * forms.el (forms-mode):
15211 * emulation/vi.el (vi-goto-insert-state):
15212 * progmodes/flymake.el (flymake-new-err-info)
15213 (flymake-start-syntax-check-for-current-buffer)
15214 (flymake-simple-cleanup):
15215 * eshell/esh-var.el (eshell/export):
15216 * progmodes/gud.el (xdb):
15217 * textmodes/flyspell.el (flyspell-incorrect-hook)
15218 (flyspell-maybe-correct-transposition)
15219 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15220
15221 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15222
15223 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15224 minibuffer prompt.
15225
15226 2005-06-13 Kim F. Storm <storm@cua.dk>
15227
15228 * subr.el (add-to-ordered-list): New defun.
15229
15230 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15231 add cua--keymap-alist to emulation-mode-map-alists.
15232
15233 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * subr.el (complete-in-turn): New macro.
15236 (dynamic-completion-table, lazy-completion-table): Add debug info.
15237
15238 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15239 in preference to face aliases.
15240
15241 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15242 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15243 Remove unused vars `start' and `firstline'.
15244 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15245 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15246
15247 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15248
15249 * cus-start.el (all): Don't complain about missing GTK-related
15250 variables, unless either `gtk' is boundp or this isn't a
15251 `windows-nt' build.
15252
15253 2005-06-13 Lute Kamstra <lute@gnu.org>
15254
15255 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15256 run-mode-hooks.
15257
15258 * ediff-mult.el (ediff-meta-mode):
15259 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15260
15261 * ledit.el (ledit-mode): Use delay-mode-hooks.
15262
15263 * woman.el (woman-mode-line-format): Delete constant.
15264 (woman-mode-map): Initialize it properly.
15265 (woman-mode): Set mode-class property to special.
15266 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15267 Set major-mode and mode-name. Don't set mode-line-format directly.
15268 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15269
15270 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15271 string argument obsolete.
15272
15273 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15274
15275 * textmodes/org.el (org-CUA-compatible): New option.
15276 (org-disputed-keys): New variable.
15277 (org-key): New function.
15278 (orgtbl-make-binding): Add docstring to the created function.
15279 (org-mode): Set paragraph start/separate regexps.
15280 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15281 (org-archive-location, org-archive-mark-done)
15282 (org-archive-stamp-time): New options.
15283 (org-archive-subtree): New command.
15284 (org-fill-paragraph): New function.
15285 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15286 (org-fake-empty-table-line): Function removed.
15287 (org-format-org-table-html): Do not create empty table lines at
15288 separator lines. Improved table header treatment.
15289 (org-link-format): New option.
15290 (org-make-link): New function.
15291 (org-insert-link, org-store-link): Use org-make-link.
15292 (org-open-file): Quote file name for shell command, to allow
15293 spaces in file names.
15294 (org-link-regexp): Fix bug with mailto link.
15295 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15296 New constants.
15297 (org-export-as-html): Deal with the optional angles around a link.
15298 Better treatment of file: links.
15299 (org-open-at-point): Replace @{ and @} with < and >.
15300 (org-run-mode-hooks): Function removed.
15301 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15302
15303 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15304
15305 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15306 MI command -data-list-register-values.
15307 (gdb-post-prompt): Indent properly.
15308
15309 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15310
15311 * hilit-chg.el (highlight-changes-colors): Rename from
15312 `highlight-changes-colours'.
15313 (highlight-changes-colours): Keep as obsolete alias.
15314 (highlight-changes-face-list): Doc fix.
15315 (hilit-chg-make-list): Use `highlight-changes-colors'.
15316
15317 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15318
15319 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15320 defun-prompt-regexp.
15321
15322 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15323
15324 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15325 and cygwin.
15326
15327 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15328 Don't use an old loaddefs.el, as in Makefile.in.
15329
15330 2005-06-12 Lute Kamstra <lute@gnu.org>
15331
15332 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15333
15334 * man.el (Man-mode-map): Initialize it properly.
15335 (Man-mode): Set mode-class property to special.
15336
15337 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15338
15339 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15340
15341 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15342 A newline is needed in the docstring there.
15343
15344 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15345 Doc fixes.
15346
15347 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15348
15349 * printing.el: Doc fix. The menubar is no more changed when printing
15350 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15351 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15352 (pr-version): New version number (6.8.4).
15353 (pr-menu-bind): New command.
15354 (pr-update-menus): Docstring and code fix.
15355 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15356 Docstring fix.
15357 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15358 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15359
15360 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15361
15362 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15363 "Returns" to "return", document useful return values, etc.
15364
15365 2005-06-11 Alan Mackenzie <acm@muc.de>
15366
15367 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15368 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15369 (adaptive-file-function): Minor amendment to doc-string.
15370
15371 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15372
15373 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15374 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15375 Fix :type--it is `integer', not `string'.
15376
15377 * faces.el (modeline-highlight): Rename from (the erroneous)
15378 `modeline-higilight'.
15379
15380 2005-06-11 Lute Kamstra <lute@gnu.org>
15381
15382 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15383 lisp-interaction-mode-map but make it the parent.
15384 (edebug-eval-mode): Use define-derived-mode.
15385
15386 2005-06-11 Andreas Schwab <schwab@suse.de>
15387
15388 * bindings.el: Add binding of `ESC functionkey' for every
15389 `M-functionkey'.
15390 * hexl.el (hexl-mode-map): Likewise.
15391
15392 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15393
15394 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15395 [msft]: update regexp for newer msft compilers.
15396
15397 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15398
15399 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15400 ATTLIST portions of included DTDs.
15401 (xml-parse-dtd): Eliminate use of inefficient match-data.
15402
15403 2005-06-10 Miles Bader <miles@gnu.org>
15404
15405 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15406 (mpuz-text): Remove "-face" suffix from face names.
15407 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15408 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15409 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15410
15411 * play/gomoku.el (gomoku-O, gomoku-X):
15412 Remove "-face" suffix from face names.
15413 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15414 New backward-compatibility aliases for renamed faces.
15415 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15416
15417 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15418
15419 * thumbs.el: Fixes for changes of 2005-06-09.
15420 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15421 as a directory.
15422 (thumbs-thumbname): Remove directory separator from format string;
15423 `thumbs-thumbsdir' now returns a valid directory name.
15424 (thumbs-temp-dir): New defsubst.
15425 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15426 Use it.
15427
15428 * cus-edit.el (minibuffer):
15429 * files.el (make-backup-file-name-function):
15430 * filesets.el (filesets-external-viewers):
15431 * hilit-chg.el (highlight-changes-colours)
15432 (highlight-changes-face-list, highlight-changes-rotate-faces):
15433 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15434 * kmacro.el (kmacro-call-macro):
15435 * log-edit.el (log-edit-changelog-full-paragraphs):
15436 * mouse.el (mouse-1-click-follows-link):
15437 * skeleton.el (skeleton-autowrap):
15438 * subr.el (insert-for-yank-1):
15439 * tempo.el (tempo-insert-region):
15440 * terminal.el (terminal-emulator):
15441 * time.el (display-time-mail-face):
15442 * vc.el (vc-annotate):
15443 * vcursor.el (vcursor-copy-line):
15444 * woman.el (woman-bold-headings, woman-ignore)
15445 (woman-default-faces, woman-monochrome-faces):
15446 * calendar/todo-mode.el (todo-insert-threshold):
15447 * emulation/pc-select.el (pc-select-selection-keys-only)
15448 (pc-selection-mode):
15449 * emulation/vip.el (vip-find-char-forward):
15450 * emulation/viper-cmd.el (viper-find-char-forward):
15451 * international/mule-cmds.el
15452 (select-safe-coding-system-accept-default-p)
15453 (input-method-exit-on-invalid-key):
15454 * international/mule-diag.el (describe-coding-system):
15455 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15456 * net/browse-url.el (browse-url-xterm-program):
15457 * obsolete/lazy-lock.el (lazy-lock-mode):
15458 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15459 (cperl-mode):
15460 * progmodes/cpp.el (cpp-face-light-name-list)
15461 (cpp-face-dark-name-list):
15462 * progmodes/delphi.el (delphi-newline-always-indents):
15463 Fix spellings in docstrings.
15464
15465 * ido.el (ido-mode, ido-file-extensions-order)
15466 (ido-default-file-method, ido-default-buffer-method)
15467 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15468 (ido-decorations, ido-read-file-name-as-directory-commands)
15469 (ido-read-file-name-non-ido, ido-work-directory-list)
15470 (ido-ignore-item-temp-list, ido-current-directory)
15471 (ido-magic-forward-char, ido-enter-find-file)
15472 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15473 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15474
15475 2005-06-10 Lute Kamstra <lute@gnu.org>
15476
15477 * play/dunnet.el (dun-mode): Use define-derived-mode.
15478 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15479 obsolete alias.
15480
15481 * play/doctor.el (doctor-mode-map): Remove defvar.
15482 (doctor-mode): Use define-derived-mode.
15483
15484 * mail/mspools.el (mspools-mode):
15485 * net/eudc-hotlist.el (eudc-hotlist-mode):
15486 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15487
15488 2005-06-10 Miles Bader <miles@gnu.org>
15489
15490 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15491 Remove "-face" suffix from face names.
15492 (flyspell-incorrect-face, flyspell-duplicate-face):
15493 New backward-compatibility aliases for renamed faces.
15494 (flyspell-mode-on, make-flyspell-overlay)
15495 (flyspell-highlight-incorrect-region)
15496 (flyspell-highlight-duplicate-region)
15497 (flyspell-display-next-corrections)
15498 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15499
15500 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15501 from face name.
15502 (texinfo-heading-face): New backward-compatibility alias for
15503 renamed face.
15504 (texinfo-heading-face): Use renamed texinfo-heading face.
15505
15506 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15507 suffix from face names.
15508 (tex-math-face, tex-verbatim-face):
15509 New backward-compatibility aliases for renamed faces.
15510 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15511 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15512 literal face name.
15513
15514 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15515 name.
15516 (table-cell-face): New backward-compatibility alias for renamed face.
15517 (table--put-cell-face-property, table--update-cell-face):
15518 Use renamed table-cell face.
15519
15520 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15521 from face name.
15522 (sgml-namespace-face): New backward-compatibility alias for
15523 renamed face.
15524 (sgml-namespace-face): Use renamed sgml-namespace face.
15525
15526 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15527 (org-level-4, org-level-5, org-level-6, org-level-7)
15528 (org-level-8, org-warning, org-headline-done)
15529 (org-deadline-announce, org-scheduled-today)
15530 (org-scheduled-previously, org-link, org-done, org-table)
15531 (org-time-grid): Remove "-face" suffix from face names.
15532 (org-level-1-face, org-level-2-face, org-level-3-face)
15533 (org-level-4-face, org-level-5-face, org-level-6-face)
15534 (org-level-7-face, org-level-8-face, org-warning-face)
15535 (org-headline-done-face, org-deadline-announce-face)
15536 (org-scheduled-today-face, org-scheduled-previously-face)
15537 (org-link-face, org-done-face, org-table-face)
15538 (org-time-grid-face):
15539 New backward-compatibility aliases for renamed faces.
15540 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15541 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15542 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15543 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15544
15545 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15546 (viper-minibuffer-emacs, viper-minibuffer-insert)
15547 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15548 (viper-search-face, viper-replace-overlay-face)
15549 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15550 (viper-minibuffer-vi-face):
15551 New backward-compatibility aliases for renamed faces.
15552 (viper-search-face, viper-replace-overlay-face)
15553 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15554 (viper-minibuffer-vi-face): Use renamed viper faces.
15555
15556 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15557 Remove "-face" suffix from face names.
15558 (testcover-nohits-face, testcover-1value-face):
15559 New backward-compatibility aliases for renamed faces.
15560 (testcover-mark): Use renamed testcover faces.
15561
15562 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15563 face name.
15564 (diary-button-face): New backward-compatibility alias for renamed face.
15565 (diary-entry): Use renamed diary-button face.
15566
15567 * calendar/calendar.el (diary, calendar-today, holiday)
15568 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15569 (diary-face, calendar-today-face, holiday-face):
15570 New backward-compatibility aliases for renamed faces.
15571 (eval-after-load "facemenu", diary-entry-marker)
15572 (calendar-today-marker, calendar-holiday-marker, diary-face):
15573 Use renamed calendar faces.
15574
15575 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15576 (compare-windows-face): New backward-compatibility alias for
15577 renamed face.
15578 (compare-windows-highlight): Use renamed compare-windows face.
15579
15580 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15581 (strokes-char-face): New backward-compatibility alias for renamed face.
15582 (strokes-encode-buffer): Use renamed strokes-char face.
15583
15584 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15585 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15586 Remove "-face" suffix from face names.
15587 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15588 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15589 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15590 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15591 Use renamed pcvs faces.
15592 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15593 * pcvs-defs.el (cvs-mode-map): Likewise.
15594 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15595
15596 * info.el (info-title-1, info-title-2, info-title-3)
15597 (info-title-4): Remove "-face" suffix from and downcase face names.
15598 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15599 (Info-title-4-face):
15600 New backward-compatibility aliases for renamed faces.
15601 (Info-fontify-node): Use renamed info faces.
15602
15603 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15604 Remove "-face" suffix from face names.
15605 (highlight-changes-face, highlight-changes-delete-face):
15606 New backward-compatibility aliases for renamed faces.
15607 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15608 (hilit-chg-make-list): Use renamed highlight-changes faces.
15609
15610 * generic-x.el (show-tabs-tab, show-tabs-space):
15611 Remove "-face" suffix from face names.
15612 (show-tabs-tab-face, show-tabs-space-face):
15613 New backward-compatibility aliases for renamed faces.
15614 (show-tabs-generic-mode-font-lock-defaults-1)
15615 (show-tabs-generic-mode-font-lock-defaults-2):
15616 Use renamed show-tabs faces.
15617
15618 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15619 (smerge-markers): Remove "-face" suffix from face names.
15620 (smerge-mine-face, smerge-other-face, smerge-base-face)
15621 (smerge-markers-face):
15622 New backward-compatibility aliases for renamed faces.
15623 (smerge-mine-face, smerge-other-face, smerge-base-face)
15624 (smerge-markers-face): Use renamed smerge faces.
15625
15626 * log-view.el (log-view-file, log-view-message): Remove "-face"
15627 suffix from face names.
15628 (log-view-file-face, log-view-message-face):
15629 New backward-compatibility aliases for renamed faces.
15630 (log-view-file-face, log-view-message-face): Use renamed log-view
15631 faces.
15632
15633 * paren.el (show-paren-match, show-paren-mismatch):
15634 Remove "-face" suffix from face names.
15635 (show-paren-match-face, show-paren-mismatch-face):
15636 New backward-compatibility aliases for renamed faces.
15637 (show-paren-function): Use renamed show-paren faces.
15638
15639 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15640 (ruler-mode-margins, ruler-mode-fringes)
15641 (ruler-mode-column-number, ruler-mode-fill-column)
15642 (ruler-mode-comment-column, ruler-mode-goal-column)
15643 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15644 suffix from face names.
15645 (ruler-mode-default-face, ruler-mode-pad-face)
15646 (ruler-mode-margins-face, ruler-mode-fringes-face)
15647 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15648 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15649 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15650 New backward-compatibility aliases for renamed faces.
15651 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15652 (ruler-mode-column-number, ruler-mode-fill-column)
15653 (ruler-mode-comment-column, ruler-mode-goal-column)
15654 (ruler-mode-tab-stop, ruler-mode-current-column)
15655 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15656 faces.
15657
15658 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15659 face name.
15660 (whitespace-highlight-the-space): Use renamed face.
15661 (whitespace-highlight-face): New backward-compatibility alias for
15662 renamed face.
15663
15664 * woman.el (woman-italic, woman-bold, woman-unknown)
15665 (woman-addition, woman-symbol-face):
15666 Remove "-face" suffix from face names.
15667 (woman-italic-face, woman-bold-face, woman-unknown-face)
15668 (woman-addition-face):
15669 New backward-compatibility aliases for renamed faces.
15670 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15671 (woman-decode-region, woman-replace-match)
15672 (woman-display-extended-fonts, woman-special-characters)
15673 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15674 Use renamed woman faces.
15675
15676 * longlines.el (longlines-visible-face): Face removed.
15677
15678 * diff-mode.el (diff-header, diff-file-header, diff-index)
15679 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15680 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15681 suffix from face names.
15682 (diff-header-face, diff-file-header-face, diff-index-face)
15683 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15684 (diff-changed-face, diff-function-face, diff-context-face)
15685 (diff-nonexistent-face): New backward-compatibility aliases for
15686 renamed faces.
15687 (diff-header-face, diff-file-header-face)
15688 (diff-index, diff-index-face, diff-hunk-header)
15689 (diff-hunk-header-face, diff-removed, diff-removed-face)
15690 (diff-added, diff-added-face, diff-changed-face, diff-function)
15691 (diff-function-face, diff-context-face, diff-nonexistent)
15692 (diff-nonexistent-face): Use renamed diff-mode faces.
15693
15694 * progmodes/compile.el (compilation-warning-face)
15695 (compilation-info-face): Remove "-face" suffix from face names.
15696 (compilation-warning-face, compilation-info-face):
15697 New backward-compatibility aliases for renamed faces.
15698 (compilation-warning-face, compilation-info-face):
15699 Use renamed compilation faces.
15700
15701 * add-log.el (change-log-date, change-log-name)
15702 (change-log-email, change-log-file, change-log-list)
15703 (change-log-conditionals, change-log-function)
15704 (change-log-acknowledgement): Remove "-face" suffix from face names.
15705 (change-log-date-face, change-log-name-face)
15706 (change-log-email-face, change-log-file-face)
15707 (change-log-list-face, change-log-conditionals-face)
15708 (change-log-function-face, change-log-acknowledgement-face):
15709 New backward-compatibility aliases for renamed faces.
15710 (change-log-font-lock-keywords): Use renamed change-log faces.
15711
15712 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15713 (custom-set, custom-changed, custom-saved, custom-button)
15714 (custom-button-pressed, custom-documentation, custom-state)
15715 (custom-comment, custom-comment-tag, custom-variable-tag)
15716 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15717 (custom-group-tag): Remove "-face" suffix from face names.
15718 (custom-magic-alist, custom-magic-value-create)
15719 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15720 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15721 (custom-set-face, custom-changed-face, custom-saved-face)
15722 (custom-button-face, custom-button-pressed-face)
15723 (custom-documentation-face, custom-state-face)
15724 (custom-comment-face, custom-comment-tag-face)
15725 (custom-variable-tag-face, custom-variable-button-face)
15726 (custom-face-tag-face, custom-group-tag-face-1)
15727 (custom-group-tag-face):
15728 New backward-compatibility aliases for renamed faces.
15729
15730 * wid-edit.el (widget-documentation, widget-button)
15731 (widget-field, widget-single-line-field, widget-inactive)
15732 (widget-button-pressed): "-face" suffix removed from face names.
15733 (widget-documentation-face, widget-button-face)
15734 (widget-field-face, widget-single-line-field-face)
15735 (widget-inactive-face, widget-button-pressed-face):
15736 New backward-compatibility aliases for renamed faces.
15737 (widget-documentation-face, widget-button-face)
15738 (widget-button-pressed-face, widget-specify-field)
15739 (widget-specify-inactive): Use renamed widget faces.
15740
15741 2005-06-10 Kenichi Handa <handa@m17n.org>
15742
15743 * term/x-win.el (x-clipboard-yank): Remove condition-case
15744 wrapping.
15745
15746 2005-06-11 Kenichi Handa <handa@m17n.org>
15747
15748 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15749 date lines stricter.
15750
15751 2005-06-10 Zhang Wei <id.brep@gmail.com>
15752
15753 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15754 of x-get-selection.
15755
15756 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15757
15758 * comint.el (comint-mode, comint-snapshot-last-prompt):
15759 * frame.el (frame-current-scroll-bars):
15760 * term.el (term-mode, term-check-proc, term-input-sender)
15761 (term-simple-send, term-extract-string, term-word)
15762 (term-match-partial-filename):
15763 * window.el (window-current-scroll-bars):
15764 * emulation/cua-base.el (cua-normal-cursor-color)
15765 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15766 (cua-global-mark-cursor-color):
15767 * mail/undigest.el (rmail-forward-separator-regex):
15768 Fix typos in docstrings.
15769
15770 * comint.el (comint-check-proc, make-comint-in-buffer)
15771 (comint-source-default): Doc fixes.
15772
15773 * term.el (term-send-string): Improve argument/docstring consistency.
15774
15775 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15776
15777 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15778 call to `delete-region'.
15779 (comint-mode-hook): Do not enable Font Lock by default.
15780
15781 2005-06-09 Lute Kamstra <lute@gnu.org>
15782
15783 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15784 could be void.
15785
15786 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15789 (debug): Use it.
15790 (debugger-step-through, debugger-continue, debugger-jump)
15791 (debugger-return-value): Set it when needed.
15792 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15793 Use inhibit-read-only.
15794
15795 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15796
15797 * window.el (shrink-window-if-larger-than-buffer)
15798 (window-size-fixed): Fix typo in docstring.
15799
15800 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15801 thumbnails directory on loading.
15802 (thumbs-conversion-program): Use `eq' to check the system type,
15803 not `equal'.
15804 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15805 not "/tmp". Fix docstring.
15806 (thumbs-thumbsdir): New function to return the thumbnails
15807 directory, creating it if needed.
15808 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15809 (thumbs-temp-file): Delete variable and make it into a function.
15810 (thumbs-resize-image, thumbs-modify-image): Use it.
15811 (thumbs-kill-buffer): Simplify.
15812 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15813 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15814 docstrings.
15815
15816 2005-06-09 Kim F. Storm <storm@cua.dk>
15817
15818 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15819 set-match-data to free markers in match-data.
15820
15821 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15822 match-data to unchain markers in match-data.
15823
15824 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15825
15826 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15827 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15828 unnecessary now.
15829
15830 2005-06-08 Richard M. Stallman <rms@gnu.org>
15831
15832 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15833 give the variable a doc string that doesn't say don't set it directly.
15834
15835 * textmodes/ispell.el (ispell-check-version):
15836 Use match-string-no-properties.
15837 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15838 (ispell-buffer-local-words): Likewise.
15839
15840 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15841 except on terminals with enough colors to really display it.
15842 (makefile-dependency-regex): Delete spurious `bb'.
15843
15844 * faces.el (escape-glyph): Use blue once again in last case.
15845 (no-break-space): Redefine so that it isn't invisible on a tty.
15846
15847 2005-06-08 Kim F. Storm <storm@cua.dk>
15848
15849 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15850 also when reading directory name.
15851
15852 2005-06-08 Lute Kamstra <lute@gnu.org>
15853
15854 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15855 (flyspell-mode-line-string): Remove autoload cookie.
15856 (flyspell-mode): Remove defvar.
15857
15858 2005-06-07 Lute Kamstra <lute@gnu.org>
15859
15860 * textmodes/org.el (org-run-mode-hooks): New function.
15861 (org-agenda-mode): Use it.
15862
15863 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15864
15865 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15866
15867 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15868
15869 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15870
15871 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15872
15873 * font-lock.el (font-lock-add-keywords): Doc fix.
15874
15875 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15878 (tex-compile-default): In the absence of any history, use the order in
15879 tex-compile-alist to choose the preferred command.
15880 (tex-compile-commands): Reorder a bit.
15881
15882 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15883 (flyspell-incorrect-face, flyspell-duplicate-face):
15884 Use (X)Emacs-agnostic code.
15885 (flyspell-mode-map): Don't overwrite at each load. Remove code
15886 redundant with the subsequent add-minor-mode. Merge Emacs and
15887 XEmacs code.
15888 (flyspell-word): Minor simplification.
15889 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15890 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15891 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15892 Merge the corresponding Emacs code.
15893 (flyspell-correct-word, flyspell-xemacs-popup):
15894 Use flyspell-do-correct.
15895
15896 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15897 a dedicated window.
15898
15899 * international/latexenc.el (latexenc-find-file-coding-system):
15900 Undo part of last patch, to turn off a compiler warning.
15901
15902 2005-06-06 Juri Linkov <juri@jurta.org>
15903
15904 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15905 Rename `tmm-inactive-face' to `tmm-inactive'.
15906
15907 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15908
15909 * iswitchb.el: Rename faces.
15910
15911 2005-06-06 Kim F. Storm <storm@cua.dk>
15912
15913 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15914 (cua-global-mark): Remove -face suffix from face names.
15915
15916 * emulation/cua-gmrk.el (cua--init-global-mark):
15917 Remove cua-global-mark face setup.
15918
15919 2005-06-06 Richard M. Stallman <rms@gnu.org>
15920
15921 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15922 just like other allowed characters.
15923 (makefile-match-dependency): Exclude leading and training whitespace
15924 from the range of regexp subexp 1.
15925 (makefile-macroassign-regex): Don't try to match the body,
15926 just the name of the macro being defined.
15927
15928 * info.el (Info-read-node-name-2): New function.
15929 (Info-read-node-name-1): Use that.
15930 Add a completion-base-size-function property.
15931
15932 * simple.el (completion-setup-function): Look for
15933 completion-base-size-function property of minibuffer-completion-table.
15934
15935 * files.el (locate-file-completion): Doc fix.
15936
15937 * printing.el: Don't call pr-update-menus; user must do that.
15938
15939 * emacs-lisp/debug.el (debugger-window): New variable.
15940 (debug): Use debugger-window if it is set and still alive.
15941 Record debugger-window for next entry.
15942
15943 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15944
15945 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15946
15947 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15948 (hack-one-local-variable, hack-local-variables)
15949 (hack-local-variables-prop-line): Pass that arg.
15950
15951 2005-06-06 Kim F. Storm <storm@cua.dk>
15952
15953 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15954 (ido-indicator): Remove -face suffix from face names.
15955
15956 2005-06-06 Juri Linkov <juri@jurta.org>
15957
15958 * font-lock.el (font-lock-regexp-backslash)
15959 (font-lock-regexp-backslash-construct): New faces.
15960 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15961 after `('. Add `while-no-input' to control structures.
15962
15963 * faces.el (no-break-space, shadow): New faces.
15964 (escape-glyph): Use less loud colors pink2 and red4.
15965
15966 * diff-mode.el (diff-context-face)
15967 * dired.el (dired-ignored)
15968 * rfn-eshadow.el (file-name-shadow)
15969 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15970
15971 * info.el (Info-title-1-face): Use green instead of yellow because
15972 bold yellow is not readable on light backgrounds.
15973
15974 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15975 before selecting the desired mode to not spend time fontifying
15976 old contents.
15977
15978 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15979
15980 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15981 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15982
15983 * ps-print.el (ps-default-fg, ps-default-bg):
15984 Fix typos in docstrings.
15985
15986 * isearchb.el (isearchb): Don't pass a spurious second argument to
15987 `iswitchb-completions'.
15988
15989 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15990
15991 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15992 to preserve point.
15993 (gdb-find-file-hook): Add doc string.
15994
15995 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15996 C dereferenced pointer expression.
15997 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15998
15999 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16000
16001 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16002 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16003 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16004 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16005 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16006 Make background transparent.
16007
16008 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16009
16010 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16011 (font-lock-remove-keywords): Doc fix.
16012 (font-lock-mode-major-mode): Compiler defvar.
16013 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16014
16015 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16016 (font-lock-mode): Update `font-lock-mode-major-mode'.
16017 (font-lock-set-defaults): Compiler defvar.
16018 (font-lock-default-function): Take `font-lock-mode-major-mode'
16019 into account.
16020
16021 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16022 keep track of which major mode it enabled the minor mode for.
16023 Use find-file-hook again. Update docstring.
16024
16025 * simple.el (eval-expression-print-level)
16026 (eval-expression-print-length, eval-expression-debug-on-error):
16027 Doc fixes.
16028
16029 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16030
16031 * iswitchb.el (iswitchb-single-match-face)
16032 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16033 (iswitchb-invalid-regexp-face): New faces.
16034 (iswitchb-completions): Use them.
16035 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16036 now marked as an obsolete alias.
16037 (iswitchb-read-buffer): Remove check for bound font variables.
16038 (iswitchb-invalid-regexp): New free variable.
16039 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16040 set iswitchb-invalid-regexp.
16041 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16042 invalid regexps.
16043 (iswitchb-completions): Add check for complete match when entering
16044 a regexp.
16045 (iswitchb-completions): Remove require-match argument.
16046 (iswitchb-exhibit): Fix caller.
16047 (iswitchb-common-match-inserted): New variable.
16048 (iswitchb-complete, iswitchb-completion-help): Use it.
16049
16050 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16051
16052 * url-http.el (url-http-chunked-encoding-after-change-function):
16053 Use `url-http-debug' instead of `message'.
16054
16055 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16056
16057 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16058 callback argument.
16059
16060 2005-06-04 Kim F. Storm <storm@cua.dk>
16061
16062 * simple.el (line-move): Only call sit-for when moving backwards.
16063
16064 * ido.el (ido-make-merged-file-list-1): New defun split from
16065 ido-make-merged-file-list.
16066 (ido-make-merged-file-list): Bind throw-on-input around call to
16067 ido-make-merged-file-list-1. Return input-pending-p if
16068 interrupted by more input available.
16069 (ido-read-internal): Handle input-pending-p return value from
16070 ido-make-merged-file-list.
16071
16072 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16073
16074 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16075 compatibility code.
16076
16077 * international/latexenc.el (latexenc-find-file-coding-system):
16078 Don't inherit the EOL part of the coding-system from the
16079 tex-main buffer. Fit within 80 columns.
16080
16081 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16082
16083 * tmm.el (tmm-inactive-face): New face.
16084 (tmm-remove-inactive-mouse-face): New function.
16085 (tmm-prompt, tmm-add-one-shortcut)
16086 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16087 but not selectable.
16088
16089 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16090
16091 * faces.el (face-equal): Improve argument/docstring consistency.
16092
16093 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16094
16095 * progmodes/make-mode.el (makefile-targets-face)
16096 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16097 (makefile-bsdmake-dependency-regex)
16098 (makefile-makepp-rule-action-regex)
16099 (makefile-bsdmake-rule-action-regex): New constants.
16100 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16101
16102 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16103 Allow (...) within `...' for makepp messages.
16104
16105 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16106
16107 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16108
16109 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16110 "." files are deleted from all file lists before comparison.
16111
16112 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16113 (viper-ESC-key): Made them customizable.
16114
16115 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16116
16117 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16118
16119 * autorevert.el (auto-revert-buffers): Use save-match-data.
16120
16121 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16122
16123 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16124 menu items with a nil command binding.
16125
16126 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16127
16128 * emacs-lisp/cl-macs.el (defsetf):
16129 Improve argument/docstring consistency.
16130
16131 * faces.el (list-faces-display): Improve the formatting by
16132 computing the maximum length required for any face-name (reworked
16133 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16134 (internal-find-face): Remove redundant info in docstring.
16135
16136 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16137
16138 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16139 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16140 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16141 (gdb-assembler-custom): Improve regexps.
16142 (def-gdb-auto-update-handler): Use window point to preserve point.
16143
16144 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16145
16146 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16147
16148 2005-05-31 Jay Belanger <belanger@truman.edu>
16149
16150 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16151 to calc-embedded.
16152 (calc-embedded-make-info): Have plain prefix argument select
16153 entire line.
16154
16155 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16156
16157 * faces.el (list-faces-display): Signal error if passed a regexp
16158 that matches no face name.
16159
16160 * simple.el (filter-buffer-substring): Fix typo in docstring.
16161
16162 2005-05-31 Richard M. Stallman <rms@gnu.org>
16163
16164 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16165 (vhdl-emacs-21): Doc fix.
16166 (vhdl-mode): Unconditionally set comment-padding.
16167 (vhdl-fixup-whitespace-region): Insert spaces only where
16168 there are none.
16169 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16170
16171 2005-05-30 John Wiegley <johnw@newartisans.com>
16172
16173 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16174 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16175 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16176 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16177 `string-to-number'.
16178
16179 2005-05-30 Jay Belanger <belanger@truman.edu>
16180
16181 * calc/calc.el (calc-bug-address): Fix docstring.
16182 (calc-window-hook, calc-trail-window-hook): New variables.
16183 (calc-trail-display): Restore use of calc-trail-window-hook.
16184 (calc): Restore use of calc-window-hook.
16185
16186 2005-05-31 Masatake YAMATO <jet@gyve.org>
16187
16188 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16189
16190 * help-fns.el (help-C-file-name): Add autoload mark for
16191 `find-function-noselect'.
16192
16193 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16196 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16197
16198 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16199
16200 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16201 included diary buffer if it was not already being visited.
16202 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16203
16204 * calendar/icalendar.el (top-level): Do not require appt.
16205
16206 * mail/supercite.el (sc-select-attribution): Only use a list
16207 element from sc-attrib-selection-list if it returns a string.
16208 Reported by Davide G. M. Salvetti <salve@debian.org>.
16209
16210 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16211
16212 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16213 includes a hash value to improve its uniqueness, and has a ".jpg"
16214 extension. Also, it is now a valid filename on all systems.
16215 (thumbs-make-thumb): Use `let', not `let*'.
16216 (thumbs-show-thumbs-list): Check for JPEG availability.
16217
16218 2005-05-30 Richard M. Stallman <rms@gnu.org>
16219
16220 * filesets.el (filesets-menu-ensure-use-cached):
16221 Prevent warning when emacs-version>= is undefined.
16222
16223 * printing.el (pr-interactive-n-up): Use string-to-number.
16224
16225 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16226
16227 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16228 Warn only when name to be defined is quoted.
16229
16230 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16231
16232 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16233 Make regexp more robust.
16234 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16235 Force regeneration of disassembly.
16236
16237 2005-05-29 Jay Belanger <belanger@truman.edu>
16238
16239 * calc/calc.el (calc-user-invocation): Check if
16240 calc-invocation-macro is non-nil.
16241
16242 2005-05-29 Juri Linkov <juri@jurta.org>
16243
16244 * add-log.el (change-log-font-lock-keywords):
16245 Add `+' to e-mail regexp to accept mail address with keywords.
16246
16247 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16248
16249 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16250
16251 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16252
16253 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16254
16255 2005-05-29 Richard M. Stallman <rms@gnu.org>
16256
16257 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16258 Undo the change that moves to end of the current word.
16259
16260 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16261
16262 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16263 Throw error when count <= 0 to ensure input is a number.
16264 (gdb-read-memory-custom): Pick up address from buffer.
16265 (gdb-memory-mode): Allow user to increment and decrement
16266 memory address from header line.
16267
16268 2005-05-29 Richard M. Stallman <rms@gnu.org>
16269
16270 * flyspell.el (flyspell-version): Function deleted.
16271 (flyspell-auto-correct-previous-hook): Doc fix.
16272
16273 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16274 Do nothing if memory is full.
16275
16276 * font-lock.el (font-lock-fontify-syntactically-region):
16277 Pass t for GREEDY to looking-back.
16278
16279 * saveplace.el (save-place-alist-to-file): Write the file
16280 using write-region.
16281
16282 * subr.el (looking-back): New argument GREEDY.
16283
16284 * progmodes/compile.el (compilation-start): Set the mode
16285 before inserting the initial text.
16286
16287 * progmodes/which-func.el (which-func-update-1): Turn the mode
16288 off in case of error by setting which-func-mode.
16289
16290 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16291
16292 * flyspell.el (flyspell-auto-correct-previous-word):
16293 Narrow down to what's on the screen, and recenter overlays
16294 at the end of the next word.
16295
16296 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16297
16298 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16299 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16300 (flyspell-abbrev-p): Default to nil.
16301 (flyspell-use-global-abbrev-table-p): Doc fix.
16302 (flyspell-large-region): Allow nil as value.
16303 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16304
16305 (mail-mode-flyspell-verify): More robust handling
16306 of `mail-header-separator'. More efficient signature detection.
16307 Allow for regexp metacharacters in message-header-separator.
16308 Adding `To' not to be checked in mail-mode-flyspell-verify.
16309
16310 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16311 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16312 Bind flyspell-auto-correct-binding.
16313 Bind C-. and C-, .
16314 (flyspell-mode-map): Likewise.
16315 (flyspell-mode): Doc fix.
16316 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16317 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16318 (flyspell-word-cache-result): New var, always local.
16319 (flyspell-check-pre-word-p): Doc fix.
16320 (flyspell-check-changed-word-p): Handle spc like newline.
16321 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16322 (flyspell-word-search-backward, flyspell-word-search-forward):
16323 New functions.
16324 (flyspell-word): Return t if nothing to check.
16325 When parsing TeX code, check for after } or \.
16326 Use flyspell-word-search-backward to find previous word.
16327 Return nil if duplicated word.
16328 For word already checked, return same value as last time.
16329 Set flyspell-word-cache-result after checking.
16330 Don't clobber the return value.
16331 (flyspell-get-word): Major rewrite.
16332 (flyspell-external-point-words): New locals pword, pcount.
16333 Fix size used in progress message.
16334 Find the proper corresponding word in flyspell-large-region-buffer.
16335 (flyspell-region): Check for flyspell-large-region = nil.
16336 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16337 (flyspell-auto-correct-word): Check that WORD is a cons.
16338 (flyspell-correct-word): Likewise.
16339
16340 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16341
16342 * progmodes/make-mode.el (makefile-rule-action-regex)
16343 (makefile-macroassign-regex, makefile-makepp-mode)
16344 (makefile-bsdmake-mode): Continuation lines may be empty.
16345 Reported by Joshua Varner.
16346 (makefile-makepp-font-lock-keywords): Add $(stem).
16347
16348 2005-05-28 Karl Berry <karl@gnu.org>
16349
16350 * textmodes/tex-mode.el: Now that tex-send-command calls
16351 shell-quote-argument (2005-03-31 change), remove all calls to
16352 shell-quote-argument; they all end up invoking tex-send-command.
16353 The double quoting loses on filenames with non-safe characters,
16354 such as "@". Reported by Frederik Fouvry.
16355
16356 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16357
16358 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16359 about preserving point.
16360
16361 2005-05-27 Jay Belanger <belanger@truman.edu>
16362
16363 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16364 Info-goto-node.
16365
16366 * calc/calc-embed.el (calc-embed-arg): New variable.
16367 (calc-do-embedded-activate, calc-embedded-activate-formula)
16368 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16369 variable by new variable.
16370 (calc-embedded-make-info): Replace undeclared variable by new
16371 variable. When selecting region with positive prefix
16372 argument, use end of previous line instead of beginning of line.
16373
16374 * calc/calc-aent.el (calc-arg-values): Declare it.
16375
16376 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16377 Declare them.
16378
16379 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16380
16381 * calc/calc.el (calc-alg-map): Declare it.
16382
16383 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16384
16385 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16386
16387 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16388 (gdb-registers-buffer, toggle-gdb-all-registers):
16389 Toggle display of floating point registers.
16390 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16391
16392 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16393 (toggle-gud-tooltip-dereference):
16394 Rename from gud-toggle-tooltip-dereference.
16395
16396 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16397
16398 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16399
16400 2005-05-27 Jay Belanger <belanger@truman.edu>
16401
16402 * calc/calc-prog.el (calc-kbd-report): Remove.
16403 (calc-kbd-query): Rewrite.
16404
16405 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16406
16407 * image.el (image-library-alist): Move to image.c.
16408 (image-type-available-p): Doc fix.
16409
16410 2005-05-27 Lute Kamstra <lute@gnu.org>
16411
16412 * calc/calc.el (calc):
16413 * outline.el (outline-1, outline-2, outline-3, outline-4)
16414 (outline-5, outline-6, outline-7, outline-8):
16415 * textmodes/dns-mode.el (dns-mode):
16416 * textmodes/sgml-mode.el (sgml-namespace-face):
16417 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16418 (tex-verbatim-face, tex-use-reftex):
16419 * textmodes/texinfo.el (texinfo-heading-face):
16420 Specify customization group.
16421
16422 * longlines.el: Don't require easy-mmode.
16423 (longlines-visible-face): Specify customization group.
16424
16425 2005-05-27 Kenichi Handa <handa@m17n.org>
16426
16427 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16428 encoding table of windows-1251.
16429
16430 * international/ucs-tables.el (ucs-set-table-for-input):
16431 If translation-table-for-input of a coding system is a symbol, get
16432 its translation-table property.
16433
16434 * international/code-pages.el: Don't register a coding system into
16435 non-iso-charset-alist more than once.
16436 (cp-make-coding-system): Likewise.
16437
16438 2005-05-26 John Wiegley <johnw@newartisans.com>
16439
16440 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16441 `eshell-resume-eval' is wrapped in a list, it indicates that the
16442 command was run asynchronously. In that case, unwrap the value
16443 before checking the delimiter value.
16444
16445 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16446 character before a space at the end of a line is \, assume the space
16447 is part of the last argument rather than a final argument separator.
16448
16449 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16450 is in use, and the target is `t' or `nil' (which are the most common
16451 values), don't assume that the symbol target is a buffer.
16452
16453 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16454
16455 * calendar/calendar.el (calendar-mode-line-format):
16456 Use mode-line-highlight as mouse-face.
16457
16458 * time.el (display-time-string-forms, display-time-update):
16459 Use mode-line-highlight as mouse-face.
16460
16461 2005-05-26 Jay Belanger <belanger@truman.edu>
16462
16463 * calc/calc.el (calc-language-alist): Remove extra defvar.
16464
16465 2005-05-26 Lute Kamstra <lute@gnu.org>
16466
16467 * arc-mode.el (archive-mode):
16468 * bookmark.el (bookmark-read-annotation-mode)
16469 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16470 * bs.el (bs-mode):
16471 * calc/calc-yank.el (calc-edit-mode):
16472 * calc/calc.el (calc-mode, calc-trail-mode):
16473 * calculator.el (calculator-mode):
16474 * chistory.el (command-history-mode):
16475 * comint.el:
16476 * cus-edit.el (custom-mode):
16477 * descr-text.el (describe-text-mode):
16478 * ebuff-menu.el (Electric-buffer-menu-mode):
16479 * ediff-util.el (ediff-mode):
16480 * emacs-lisp/re-builder.el (reb-mode):
16481 * emulation/vi.el (vi-mode-setup):
16482 * emulation/ws-mode.el (wordstar-mode):
16483 * eshell/esh-mode.el (eshell-mode):
16484 * forms.el (forms-mode):
16485 * help-mode.el (help-mode):
16486 * hexl.el (hexl-mode):
16487 * ibuffer.el (ibuffer-mode):
16488 * ielm.el (inferior-emacs-lisp-mode):
16489 * info.el (Info-mode, Info-edit-mode):
16490 * international/swedish.el:
16491 * ledit.el (ledit-from-lisp-mode):
16492 * locate.el (locate-mode):
16493 * mail/rmail.el (rmail-mode):
16494 * mail/rmailedit.el (rmail-edit-mode):
16495 * mail/rmailsum.el (rmail-summary-mode):
16496 * mail/supercite.el (sc-electric-mode):
16497 * net/eudc.el (eudc-mode):
16498 * net/quickurl.el (quickurl-list-mode):
16499 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16500 * obsolete/ooutline.el (outline-mode):
16501 * obsolete/options.el (Edit-options-mode):
16502 * obsolete/rnews.el (news-mode):
16503 * obsolete/rnewspost.el (news-reply-mode):
16504 * play/5x5.el (5x5-mode):
16505 * play/decipher.el (decipher-mode, decipher-stats-mode):
16506 * play/gomoku.el (gomoku-mode):
16507 * play/snake.el (snake-mode):
16508 * play/solitaire.el (solitaire-mode):
16509 * play/tetris.el (tetris-mode):
16510 * progmodes/ada-mode.el (ada-mode):
16511 * progmodes/antlr-mode.el (antlr-mode):
16512 * progmodes/autoconf.el (autoconf-mode):
16513 * progmodes/dcl-mode.el (dcl-mode):
16514 * progmodes/delphi.el (delphi-mode):
16515 * progmodes/ebrowse.el (ebrowse-tree-mode)
16516 (ebrowse-electric-list-mode, ebrowse-member-mode)
16517 (ebrowse-electric-position-mode):
16518 * progmodes/f90.el (f90-mode):
16519 * progmodes/fortran.el (fortran-mode):
16520 * progmodes/icon.el (icon-mode):
16521 * progmodes/idlw-help.el (idlwave-help-mode):
16522 * progmodes/idlw-shell.el (idlwave-shell-mode):
16523 * progmodes/idlwave.el (idlwave-mode):
16524 * progmodes/inf-lisp.el (inferior-lisp-mode):
16525 * progmodes/m4-mode.el (m4-mode):
16526 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16527 * progmodes/modula2.el (modula-2-mode):
16528 * progmodes/octave-inf.el (inferior-octave-mode):
16529 * progmodes/octave-mod.el (octave-mode):
16530 * progmodes/pascal.el (pascal-mode):
16531 * progmodes/sh-script.el (sh-mode):
16532 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16533 * progmodes/vhdl-mode.el (vhdl-mode):
16534 * progmodes/xscheme.el (scheme-interaction-mode):
16535 * replace.el (occur-mode):
16536 * ses.el (ses-mode):
16537 * simple.el (completion-list-mode):
16538 * skeleton.el:
16539 * speedbar.el (speedbar-mode):
16540 * term.el (term-mode):
16541 * terminal.el (terminal-edit-mode):
16542 * textmodes/reftex-index.el (reftex-index-mode)
16543 (reftex-index-phrases-mode):
16544 * textmodes/reftex-sel.el (reftex-select-label-mode)
16545 (reftex-select-bib-mode):
16546 * textmodes/reftex-toc.el (reftex-toc-mode):
16547 * wdired.el (wdired-change-to-wdired-mode):
16548 * wid-browse.el (widget-browse-mode):
16549 Use run-mode-hooks.
16550
16551 * array.el (array-mode):
16552 * calendar/todo-mode.el (todo-mode):
16553 * man.el (Man-mode):
16554 * play/landmark.el (lm-mode):
16555 * play/mpuz.el (mpuz-mode):
16556 Use kill-all-local-variables and run-mode-hooks.
16557
16558 * subr.el (delay-mode-hooks): Specify indentation.
16559
16560 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16561
16562 * xml.el (xml-substitute-special): Don't die for undefined xml
16563 entities.
16564
16565 2005-05-26 Jay Belanger <belanger@truman.edu>
16566
16567 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16568 of nil.
16569
16570 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16571
16572 * progmodes/gdb-ui.el (gdb-frame-address):
16573 Rename from gdb-current-address.
16574 (gdb-previous-frame-address): Rename from gdb-previous-address.
16575 (gdb-selected-frame): Rename from gdb-current-frame.
16576 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16577 (gdb-frame-number): Rename from gdb-current-stack-level.
16578 (gdb-ann3): Match new mode-name for disassembly buffer.
16579 Extend initialization of variables.
16580 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16581 (gdb-memory-mode): Use mouse-face in header line.
16582 (gdb-assembler-buffer-name): Call it disassembly and give frame
16583 in mode line.
16584 (gdb-source-spec-regexp, gdb-assembler-custom)
16585 (gdb-invalidate-assembler, gdb-frame-handler):
16586 Make robust to leading zeroes in address format.
16587
16588 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16589
16590 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16591 define `org-mode'.
16592 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16593
16594 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16595
16596 * log-edit.el (log-edit-changelog-entries): Distinguish between
16597 filenames like xfns.c and fns.c.
16598
16599 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16600
16601 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16602 point after reverting.
16603 (Buffer-menu-make-sort-button): Handle the case where
16604 `Buffer-menu-use-header-line' is nil.
16605
16606 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16607
16608 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16609 New funcs. In minibuffer-local-completion-map bind `]', `/'
16610 and `:' to them.
16611
16612 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16613
16614 * startup.el (normal-top-level): Allow modification of load-path while
16615 we're iterating over it.
16616
16617 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16618
16619 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16620 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16621 (thumbs-resize-interactive, thumbs-insert-image)
16622 (thumbs-insert-thumb, thumbs-dired-show-marked)
16623 (thumbs-find-image-at-point, thumbs-delete-images)
16624 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16625 (thumbs-increment-image-size, thumbs-decrement-image-size):
16626 Fix typos in docstrings.
16627
16628 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16629
16630 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16631 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16632 (cperl-mode): Use them.
16633
16634 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16635
16636 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16637 Doc fixes.
16638
16639 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16640
16641 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16642 Bind C-d to gdb-inferior-io-eof.
16643
16644 * dired.el (dired-dnd-popup-notice): Use message-box.
16645
16646 2005-05-23 Masatake YAMATO <jet@gyve.org>
16647
16648 * bindings.el (mode-line-major-mode-keymap):
16649 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16650
16651 * faces.el (mode-line-highlight): New face.
16652
16653 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16654 as mouse-face.
16655
16656 * bindings.el (top-level, help-echo, mode-line-modified)
16657 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16658 as mouse-face.
16659
16660 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16661
16662 * progmodes/cc-engine.el (c-guess-basic-syntax):
16663 Remove spurious call to `zerop'.
16664
16665 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16666
16667 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16668
16669 CC Mode update to 5.30.10:
16670
16671 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16672 could go past the limit in decoration level 2, thereby causing
16673 errors during interactive fontification.
16674
16675 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16676 the file is evaluated interactively.
16677
16678 * cc-engine.el (c-guess-basic-syntax): Handle operator
16679 declarations somewhat better in C++.
16680
16681 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16682 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16683 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16684 (awk-mode): Use it.
16685 (make-local-hook): Suppress warning about obsoleteness.
16686
16687 * cc-engine.el, cc-align.el, cc-cmds.el
16688 (c-append-backslashes-forward, c-delete-backslashes-forward)
16689 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16690 Compensate for return value from `forward-line' when it has moved
16691 but not to a different line due to eob.
16692
16693 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16694 `objc-method-intro' and `objc-method-args-cont'.
16695
16696 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16697
16698 CC Mode update to 5.30.10:
16699
16700 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16701 in the copyright statement. Incidentally, change "along with GNU
16702 Emacs" to "along with this program" where it occurs.
16703
16704 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16705 so that it is interactive, hence can be found by M-x awk-mode
16706 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16707 <gmorris+emacs@ast.cam.ac.uk>.
16708
16709 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16710 Mode's regexps.
16711
16712 2005-05-23 Kevin Ryde <user42@zip.com.au>
16713
16714 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16715 c-parse-state, to avoid a lisp error (on bad code).
16716
16717 2005-05-23 Lute Kamstra <lute@gnu.org>
16718
16719 * subr.el (font-lock-defaults): Remove defvar as it's already
16720 defined in font-core.el.
16721
16722 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16723
16724 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16725
16726 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16727 more general and work when GDB variable "print pretty" is on,
16728 as with Emacs, for example.
16729
16730 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16731
16732 * font-core.el: Update comment.
16733
16734 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16735 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16736
16737 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16738
16739 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16740
16741 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16742 and `yank-handler' in the doc strings.
16743
16744 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16745
16746 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16747
16748 2005-05-22 Richard M. Stallman <rms@gnu.org>
16749
16750 * help.el (describe-key): Move print-help-return-message call
16751 out of conditional.
16752
16753 * progmodes/etags.el (list-tags): Use with-no-warnings.
16754
16755 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16756 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16757 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16758
16759 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16760
16761 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16762 Add defvar.
16763
16764 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16765 Use defvar, not defconst.
16766
16767 * hexl.el (hexl-follow-line): Use with-no-warnings.
16768
16769 * emulation/tpu-extras.el: Use write-file-functions instead of
16770 write-file-hooks.
16771
16772 * dired.el (dired-font-lock-keywords): Fontify files with junk
16773 extensions even if marked by -F.
16774
16775 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16776
16777 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16778 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16779 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16780 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16781 (concatenate, list-length, get*, getf, cl-remprop):
16782 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16783 (etypecase, progv, lexical-let, lexical-let*)
16784 (multiple-value-bind, multiple-value-setq, shiftf):
16785 Improve argument/docstring consistency.
16786
16787 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16788
16789 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16790
16791 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16792 doesn't exist.
16793
16794 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16795 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16796
16797 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16798
16799 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16800 already deleted variables: auto-fill-hook, blink-paren-hook,
16801 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16802 suspend-hooks, comment-indent-hook, meta-flag,
16803 before-change-function, after-change-function,
16804 font-lock-doc-string-face.
16805
16806 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16807
16808 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16809
16810 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16811
16812 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16813 rmail-dont-reply-to.
16814
16815 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16816
16817 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16818 literal blank when splitting new-header-values.
16819
16820 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16821
16822 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16823 string so that tmm doesn't create a completion entry for it.
16824
16825 * textmodes/table.el (table-disable-menu): Ditto.
16826
16827 2005-05-21 Richard M. Stallman <rms@gnu.org>
16828
16829 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16830
16831 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16832
16833 * net/rcompile.el (remote-compile): Use compilation-start.
16834
16835 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16836
16837 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16838
16839 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16840 Default to makefile-bsdmake-mode on BSD systems.
16841
16842 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16843 REGEXP may also be a search function now. The part of doc-string
16844 for describing the structure was 95% identical to that of
16845 `imenu--generic-function'. Unify it there.
16846
16847 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16848 Use function to find dependencies, because regexp alone is so complex,
16849 it easily goes into an endless loop.
16850 (makefile-makepp-mode): Also add submenu for Perl functions
16851 defined in the makefile.
16852 (makefile-bsdmake-mode): Special imenu-generic-expression no
16853 longer needed, due to function call.
16854 (makefile-match-dependency): Take BOUND into account when checking
16855 if we're through.
16856
16857 2005-05-20 Jay Belanger <belanger@truman.edu>
16858
16859 * calc/calc-units.el (calc-invalidate-units-table):
16860 Use inhibit-read-only.
16861 (math-build-units-table-buffer): Use view-mode.
16862
16863 2005-05-20 David Kastrup <dak@gnu.org>
16864
16865 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16866 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16867
16868 2005-05-20 Lute Kamstra <lute@gnu.org>
16869
16870 * diff-mode.el (diff-header-face, diff-file-header-face)
16871 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16872 (diff-added-face, diff-changed-face, diff-function-face)
16873 (diff-context-face, diff-nonexistent-face): Put them in the
16874 diff-mode customization group.
16875
16876 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16877
16878 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16879
16880 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16881
16882 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16883 Minor regexp-optimization.
16884
16885 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16886
16887 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16888 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16889 (org-agenda-add-time-grid-maybe): New function.
16890 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16891 (org-table-create): `dotimes' instead of `mapcar'.
16892 (org-xor): Simplify implementation.
16893 (org-agenda): `inhibit-redisplay' turned on.
16894 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16895 a consistent line after a state change.
16896 (org-agenda-remove-times-when-in-prefix): New option.
16897 (org-prefix-has-time): New variable.
16898 (org-parse-time-string): Optional argument NODEFAULT.
16899 (org-format-agenda-item): Parse items for time-of-day
16900 specifications and move these into the prefix if possible.
16901 (org-agenda-priority): Get current heading, not previous heading
16902 during agenda remote editing.
16903
16904 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16905
16906 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16907 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16908 (remove-duplicates, delete-duplicates, substitute)
16909 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16910 (nsubstitute-if-not, find, find-if, find-if-not, position)
16911 (position-if, position-if-not, count, count-if, count-if-not)
16912 (mismatch, search, sort*, stable-sort, merge, member*)
16913 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16914 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16915 (intersection, nintersection, set-difference, nset-difference)
16916 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16917 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16918 (nsublis, tree-equal): Improve argument/docstring consistency.
16919
16920 * subr.el (send-string, send-region): Remove obsolescence declaration.
16921 (window-dot, set-window-dot, read-input, show-buffer)
16922 (eval-current-buffer, string-to-int):
16923 Add release number to obsolescence declarations.
16924
16925 2005-05-19 Kim F. Storm <storm@cua.dk>
16926
16927 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16928 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16929
16930 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16931
16932 * faces.el (list-faces-display): Make back button respect optional
16933 regexp arg.
16934
16935 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16936
16937 * calculator.el (calculator-radix-grouping-mode)
16938 (calculator-radix-grouping-digits, calculator-displayer)
16939 (calculator-radix-grouping-separator, calculator-copy-displayer):
16940 * dabbrev.el (dabbrev-search-these-buffers-only):
16941 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16942 (diff-advance-after-apply-hunk, diff-mode-hook)
16943 (diff-minor-mode-prefix):
16944 * imenu.el (imenu-use-popup-menu):
16945 * jit-lock.el (jit-lock-context-time):
16946 * newcomment.el (comment-fill-column, comment-column)
16947 (comment-style, comment-padding, comment-multi-line)
16948 (comment-empty-lines, comment-auto-fill-only-comments):
16949 * reveal.el (reveal-around-mark):
16950 * uniquify.el (uniquify-buffer-name-style)
16951 (uniquify-after-kill-buffer-p)
16952 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16953 (uniquify-min-dir-content, uniquify-separator)
16954 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16955 * w32-vars.el (w32-fixed-font-alist):
16956 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16957 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16958 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16959 * progmodes/perl-mode.el (perl-indent-level)
16960 (perl-continued-statement-offset, perl-continued-brace-offset)
16961 (perl-brace-offset, perl-brace-imaginary-offset)
16962 (perl-label-offset, perl-indent-continued-arguments)
16963 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16964 * progmodes/tcl.el (tcl-indent-level)
16965 (tcl-continued-indent-level, tcl-auto-newline)
16966 (tcl-tab-always-indent, tcl-electric-hash-style)
16967 (tcl-help-directory-list, tcl-use-smart-word-finder)
16968 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16969 (inferior-tcl-source-command):
16970 * textmodes/fill.el (enable-kinsoku):
16971 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16972 * textmodes/table.el (table-yank-handler):
16973 Specify missing group (and type, if simple) in defcustom.
16974
16975 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16976
16977 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16978
16979 2005-05-19 Richard M. Stallman <rms@gnu.org>
16980
16981 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16982
16983 * subr.el (event-basic-type): Don't get an error.
16984 (left-fringe-p): Function deleted.
16985
16986 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16987 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16988
16989 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16990 in recursive copy.
16991
16992 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16993
16994 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16995
16996 * emacs-lisp/bytecomp.el
16997 (byte-compile-file-form-custom-declare-variable):
16998 Call byte-compile-nogroup-warn if appropriate.
16999
17000 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17001 (compilation-set-window): Don't call left-fringe-p; do it directly.
17002
17003 2005-05-19 Jay Belanger <belanger@truman.edu>
17004
17005 * calc/calc-graph.el (calc-graph-format-data): Make sure
17006 var-PlotRejects is bound before trying to check its value.
17007
17008 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17009
17010 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17011 definition of this variable from reftex-global.el to reftex.el,
17012 because it is needed in the menu.
17013
17014 2005-05-19 Lute Kamstra <lute@gnu.org>
17015
17016 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17017 years are fixed. Don't insert a space after a dash.
17018
17019 2005-05-19 Kim F. Storm <storm@cua.dk>
17020
17021 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17022
17023 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17024
17025 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17026 strings, because (eq ... ?\\) is fairly frequent.
17027
17028 * progmodes/make-mode.el (makefile-add-this-line-targets):
17029 Simplify and integrate into `makefile-pickup-targets'.
17030 (makefile-add-this-line-macro): Simplify and integrate into
17031 `makefile-pickup-macros.
17032 (makefile-pickup-filenames-as-targets): Simplify.
17033 (makefile-previous-dependency, makefile-match-dependency):
17034 Don't stumble over `::'.
17035
17036 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17037
17038 * subr.el (post-command-idle-hook, post-command-idle-delay):
17039 Remove obsoletion of post-command-idle-hook and
17040 post-command-idle-delay.
17041
17042 * faces.el (list-faces-display): Provide button when describe-face
17043 is called to take user back to the list of faces.
17044
17045 * help-fns.el (describe-variable): Remove hyperlinks in a
17046 variable's value as these are quite frequently inappropriate.
17047
17048 * follow.el (follow-submit-feedback, follow-mode):
17049 Remove references to post-command-idle-hook.
17050
17051 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17052
17053 * progmodes/make-mode.el (makefile-previous-dependency)
17054 (makefile-match-dependency): Check for := (and in bsd mode also
17055 !=) to give a better result, even when font-lock is not on.
17056
17057 2005-05-18 Jay Belanger <belanger@truman.edu>
17058
17059 * calc/calc-help.el (calc-s-prefix-help):
17060 Add `calc-copy-special-constant' to help string.
17061
17062 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17063
17064 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17065
17066 2005-05-18 Jay Belanger <belanger@truman.edu>
17067
17068 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17069 in linear factors are in proper order.
17070
17071 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17072
17073 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17074 Support for jurabib.
17075
17076 * textmodes/reftex.el (featurep): Define aliases for overlay
17077 commands, for XEmacs compatibility, and use these aliases in
17078 overlay initializations.
17079 (reftex-highlight): Use `reftex-move-overlay'.
17080 (reftex-unhighlight): Use `reftex-delete-overlay'.
17081 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17082 (reftex-access-search-path): Use `reftex-uniquify' instead of
17083 `reftex-uniq'
17084
17085 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17086 `before-string' property modification enables for Emacs as well.
17087 (reftex-select-item): Use `reftex-delete-overlay'.
17088 (reftex-select-mark): Use `reftex-make-overlay' and
17089 `reftex-overlay-put'.
17090 (reftex-select-unmark): Use `reftex-delete-overlay' and
17091 `reftex-overlay-put'.
17092
17093 2005-05-18 Lute Kamstra <lute@gnu.org>
17094
17095 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17096
17097 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17098
17099 * add-log.el (add-change-log-entry):
17100 * array.el (array-make-template, array-reconfigure-rows)
17101 (array-init-max-row, array-init-max-column)
17102 (array-init-columns-per-line, array-init-field-width):
17103 * replace.el (replace-match-maybe-edit, perform-replace):
17104 * textmodes/spell.el (spell-region):
17105 Replace `read-input' by `read-string'.
17106
17107 * forms.el (forms-mode):
17108 * finder.el (finder-compile-keywords):
17109 * shadowfile.el (shadow-read-files):
17110 Replace `eval-current-buffer' by `eval-buffer'.
17111
17112 * terminal.el (te-pass-through):
17113 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17114 (ange-ftp-raw-send-cmd):
17115 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17116 (send-process-next-char, telnet-initial-filter, telnet):
17117 Replace `send-string' by `process-send-string'.
17118
17119 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17120 (prolog-consult-region): Replace `send-string' by
17121 `process-send-string'; replace `send-region' by `process-send-region'.
17122
17123 * progmodes/delphi.el (delphi-log-msg):
17124 Replace `set-window-dot' by `set-window-point'.
17125
17126 * subr.el (window-dot, set-window-dot, read-input, send-string)
17127 (send-region, show-buffer, eval-current-buffer):
17128 Make really obsolete, as the comment says.
17129
17130 2005-05-17 Kim F. Storm <storm@cua.dk>
17131
17132 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17133 (cua--init-keymaps): Bind C-return instead of S-return to set
17134 rectangle mark.
17135
17136 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17137 instead of S-return to toggle/clear rectangle mark.
17138
17139 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17140
17141 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17142 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17143 Also fontify plain strings assigned to variables, mostly so that a
17144 colon has a face and is thus not taken as a dependency separator.
17145 (makefile-previous-dependency): Inline the new matcher, because it
17146 is too complex to work in both directions.
17147 (makefile-match-dependency): Eliminate `backward' arg (see above).
17148 Completely reimplemented so as to not sometimes go into an endless
17149 loop. It should also be more efficient, because first it only
17150 searches for `:', instead of applying the very complex regexp.
17151 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17152 to be fontified in one piece can be too long for JIT.
17153 Makefiles are never *that* big.
17154
17155 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17156
17157 * dired.el (dired-mode): Simplify.
17158
17159 2005-05-17 Lute Kamstra <lute@gnu.org>
17160
17161 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17162 defcustom for the mode hook variable.
17163
17164 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17165 Emacs Lisp Reference Manual.
17166
17167 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17168
17169 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17170 (evenp, list*):
17171 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17172 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17173
17174 * net/tramp-smb.el (tramp-smb-open-connection):
17175 Pass `tramp-chunksize' as fifth (required) argument.
17176
17177 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17178
17179 * font-lock.el (lisp-font-lock-keywords-1):
17180 Set `font-lock-negation-char-face' for [^...] char group.
17181 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17182
17183 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17184 a var, and refine it to mask one more level of nested vars.
17185 (makefile-rule-action-regex): Turn it into a var, and refine it so
17186 it recognizes backslashed continuation lines as belonging to the
17187 same command.
17188 (makefile-macroassign-regex): Refine it so it recognizes
17189 backslashed continuation lines as belonging to the same command.
17190 (makefile-var-use-regex): Don't look at the next char, because it
17191 might be the same one to be skipped by the initial [^$], leading
17192 to an overlooked variable use.
17193 (makefile-make-font-lock-keywords): Remove two parameters, which
17194 are now variables that some of the modes set locally.
17195 Handle dependency and rule action matching through functions, because
17196 regexps alone match too often. Dependency matching now comes
17197 last, so it can check, whether a colon already matched something else.
17198 (makefile-mode): Inform that font-lock improves makefile parsing
17199 capabilities.
17200 (makefile-match-dependency, makefile-match-action): New functions.
17201
17202 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17203
17204 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17205
17206 * align.el (align-regexp):
17207 * ansi-color.el (ansi-color-get-face):
17208 * array.el (array-reconfigure-rows, array-init-max-row)
17209 (array-init-max-column, array-init-columns-per-line)
17210 (array-init-field-width):
17211 * dired-aux.el (dired-trample-file-versions):
17212 * dired-x.el (dired-mark-sexp):
17213 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17214 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17215 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17216 * faces.el (face-read-integer):
17217 * files.el (backup-extract-version, insert-directory):
17218 * hexl.el (hexl-insert-decimal-char):
17219 * server.el (server-process-filter):
17220 * shell.el (shell-extract-num):
17221 * startup.el (command-line-1):
17222 * term.el (term-command-hook):
17223 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17224 (time-stamp-do-number):
17225 * time.el (display-time-update):
17226 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17227 (timezone-fix-time):
17228 * vms-patch.el (vms-suspend-resume-hook):
17229 * calendar/appt.el (appt-convert-time):
17230 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17231 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17232 * calendar/cal-islam.el (mark-islamic-diary-entries):
17233 * calendar/calendar.el (calendar-cursor-to-date)
17234 (calendar-star-date):
17235 * calendar/diary-lib.el (diary-attrtype-convert)
17236 (mark-diary-entries, diary-entry-time):
17237 * calendar/solar.el (solar-get-number):
17238 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17239 * emacs-lisp/re-builder.el (reb-display-subexp):
17240 * emulation/edt.el (edt-set-scroll-margins):
17241 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17242 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17243 (vip-get-ex-count):
17244 * emulation/viper-ex.el (viper-get-ex-token)
17245 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17246 * international/fontset.el (fontset-plain-name):
17247 * mail/feedmail.el (feedmail-look-at-queue-directory):
17248 * mail/mailalias.el (mail-get-names):
17249 * mail/rmail.el (rmail-convert-to-babyl-format):
17250 * mail/rmailsum.el (rmail-make-basic-summary-line)
17251 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17252 (rmail-summary-goto-msg):
17253 * mail/smtpmail.el (smtpmail-read-response):
17254 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17255 (ange-ftp-vms-add-file-entry):
17256 * play/gametree.el (gametree-looking-at-ply)
17257 (gametree-current-branch-score):
17258 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17259 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17260 * progmodes/cperl-mode.el (condition-case):
17261 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17262 (ebrowse-set-member-buffer-column-width)
17263 (ebrowse-select-1st-to-9nth):
17264 * progmodes/etags.el (etags-snarf-tag):
17265 * progmodes/flymake.el (flymake-parse-line):
17266 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17267 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17268 (idlwave-shell-menu-def):
17269 * progmodes/ps-mode.el (ps-run-goto-error):
17270 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17271 (vhdl-speedbar-contract-level):
17272 * term/mac-win.el (x-handle-numeric-switch):
17273 * term/sun-mouse.el (sun-get-frame-data):
17274 * term/w32-win.el (x-handle-numeric-switch):
17275 * term/x-win.el (x-handle-numeric-switch):
17276 * textmodes/ispell.el (ispell-parse-output):
17277 * textmodes/nroff-mode.el (nroff-outline-level):
17278 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17279 (reftex-bib-sort-year-reverse, reftex-format-citation):
17280 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17281 (reftex-section-number):
17282 * textmodes/texinfmt.el (texinfo-paragraphindent):
17283 Replace `string-to-int' by `string-to-number'.
17284
17285 * international/latexenc.el: Add page marker to force the "Local
17286 Variables:" string out of the last page.
17287
17288 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17289
17290 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17291 tooltip-change-major-mode.
17292 (gud-tooltip-print-command): Remove case where gud-minor-mode
17293 is gdb ("--fullname").
17294 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17295 explain to user.
17296
17297 2005-05-16 Jay Belanger <belanger@truman.edu>
17298
17299 * calc/calc-store.el (calc-copy-special-constant): New function.
17300
17301 * calc/calc-ext.el (calc-init-extensions): Add binding for
17302 `calc-copy-special-constant'.
17303
17304 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17305 for the `calc-copy-special-constant' command.
17306
17307 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17308
17309 * subr.el (left-fringe-p): New function.
17310
17311 * progmodes/compile.el (compilation-setup): Set local value of
17312 overlay-arrow-string to "" always.
17313 (compilation-set-window): Left fringe then don't scroll.
17314 No left fringe then no arrow and scroll message to top.
17315 (compilation-context-lines): Adjust doc string accordingly.
17316
17317 2005-05-16 Kim F. Storm <storm@cua.dk>
17318
17319 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17320 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17321 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17322 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17323 (ido-read-file-name): Handle commands with ido property value
17324 equal to find-file as reading a file name, to allow C-d to enter dired.
17325 (ibuffer-find-file): Add ido property with value find-file.
17326
17327 2005-05-15 Kim F. Storm <storm@cua.dk>
17328
17329 * subr.el (open-network-stream-nowait): Remove.
17330 (open-network-stream-server): Remove.
17331
17332 2005-05-15 Richard M. Stallman <rms@gnu.org>
17333
17334 * faces.el (describe-face): Output a definition link button.
17335
17336 * help-mode.el (help-face-def): New button type.
17337
17338 * emacs-lisp/copyright.el (copyright-fix-years):
17339 Match properly if the first year is 2-digit.
17340 Don't mess up the whitespace after the years by filling.
17341
17342 * dired-aux.el (dired-mark-confirm):
17343 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17344
17345 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17346 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17347 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17348
17349 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17350 Set font-lock-comment-start-skip.
17351
17352 * font-lock.el (font-lock-comment-start-skip): New variable.
17353 (font-lock-comment-end-skip): New variable.
17354 (font-lock-fontify-syntactically-region): Use them if non-nil.
17355
17356 2005-05-15 Jay Belanger <belanger@truman.edu>
17357
17358 * calc/calc-store.el (calc-store-value): Return a string rather
17359 than display it as a message.
17360 Use calc-var-name for variable name.
17361 (calc-store-into): Add the result of calc-store-value to message.
17362 (calc-copy-variable): Add a message.
17363 (calc-store-exchange): Improve error messages.
17364 (calc-store-binary, calc-store-map): Don't reset the values of
17365 special constants.
17366
17367 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17368
17369 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17370 manual to docstring.
17371
17372 * files.el (hack-local-variables-confirm): Add STRING argument.
17373 Make the function handle non file visiting buffers correctly.
17374 (hack-local-variables-prop-line, hack-local-variables)
17375 (hack-one-local-variable): Use STRING arg of
17376 `hack-local-variables-confirm'.
17377
17378 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17379
17380 Sync with Tramp 2.0.49.
17381
17382 * net/tramp.el (tramp-handle-dired-call-process)
17383 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17384 because the contents of the Tramp buffer is changed before
17385 insertion (`expand-file' and alike).
17386 (tramp-handle-insert-directory): If `localname' has an empty
17387 nondirectory name, it must not be quoted.
17388 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17389 variable `tramp-chunksize'. Change callees.
17390 (tramp-open-connection-setup-interactive-shell): Check remote host
17391 for buggy `send-process-string' implementation.
17392 Set `tramp-chunksize' if found. Reported by Michael Kifer
17393 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17394 (tramp-handle-shell-command): `insert-buffer' cannot be used
17395 because the contents of the Tramp buffer is changed before
17396 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17397 <frederic.bothamy@free.fr>.
17398 (tramp-set-auto-save): Actions should be done for Tramp file name
17399 handler only. Ange-FTP has its own auto-save mechanism.
17400 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17401 (tramp-set-auto-save-file-modes): Set file modes of
17402 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17403 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17404 (tramp-bug): Remove obsolete variable.
17405 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17406 for presence of `mml-mode'. Make it running for older Emacsen as well.
17407
17408 2005-05-14 John Paul Wallington <jpw@pobox.com>
17409
17410 * ibuf-ext.el (define-ibuffer-filter filename):
17411 If `dired-directory' is a list, use its car.
17412
17413 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17414
17415 * ibuffer.el (define-ibuffer-column filename):
17416 If `dired-directory' is a list, use its car.
17417
17418 2005-05-14 Richard M. Stallman <rms@gnu.org>
17419
17420 * subr.el (symbol-file): Doc fix.
17421
17422 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17423 (byte-compile-form): Call byte-compile-nogroup-warn.
17424 (byte-compile-warning-types): Doc fix.
17425
17426 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17427
17428 * progmodes/cc-engine.el (c-literal-faces):
17429 Add font-lock-comment-delimiter-face.
17430
17431 * net/net-utils.el (dig): Use with-no-warnings.
17432
17433 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17434 (sc-recite-frame-alist, sc-default-cite-frame)
17435 (sc-default-uncite-frame, sc-default-recite-frame)
17436 (sc-attrib-selection-list, sc-rewrite-header-list):
17437 Mark as risky-local-variable.
17438
17439 * international/ogonek.el (ogonek-jak, ogonek-how):
17440 Don't use beginning-of-buffer.
17441
17442 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17443
17444 * calendar/solar.el (solar-data-list): Move definition up.
17445
17446 * dnd.el (dnd-protocol-alist): Add autoload.
17447
17448 * progmodes/sh-script.el: Many doc usage fixes.
17449 (sh-indent-after-do): Change default to match common styles.
17450
17451 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17452
17453 * files.el (interpreter-mode-alist)
17454 (auto-mode-interpreter-regexp): Doc fixes.
17455
17456 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17457
17458 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17459
17460 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17461
17462 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17463
17464 * dired.el (dired-mode): make-variable-buffer-local =>
17465 make-local-variable.
17466
17467 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17468
17469 * term/mac-win.el (mac-select-convert-to-string): Try coding
17470 systems in mac-script-code-coding-systems if specified one cannot
17471 encode string for `com.apple.traditional-mac-plain-text'.
17472
17473 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17474
17475 * progmodes/make-mode.el (makefile-targets-face)
17476 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17477 (makefile-dependency-regex): Fix it to not make the colon in
17478 $(var:a=b) special.
17479 (makefile-rule-action-regex): New regexp for highlighting embedded
17480 Shell strings.
17481 (makefile-macroassign-regex): Handle != for highlighting as
17482 embedded Shell strings.
17483 (makefile-var-use-regex): New const.
17484 (makefile-statements, makefile-automake-statements)
17485 (makefile-gmake-statements, makefile-makepp-statements)
17486 (makefile-bsdmake-statements): New consts.
17487 (makefile-make-font-lock-keywords): New function.
17488 (makefile-automake-font-lock-keywords)
17489 (makefile-gmake-font-lock-keywords)
17490 (makefile-makepp-font-lock-keywords)
17491 (makefile-bsdmake-font-lock-keywords): New consts.
17492 (makefile-mode-map): Add switchers between the various submodes.
17493 (makefile-mode): Document the availability of the variants.
17494 (makefile-automake-mode, makefile-gmake-mode)
17495 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17496
17497 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17498 new variants of makefile-mode.
17499
17500 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17503 the inheritance.
17504
17505 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17506
17507 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17508 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17509
17510 * files.el (normal-mode): Extend the scope of the
17511 `enable-local-variables' binding to include the `set-auto-mode' call.
17512 (magic-mode-alist): Doc fix.
17513
17514 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17517 font-lock-comment-face rather than copying its setting.
17518
17519 2005-05-12 Andreas Schwab <schwab@suse.de>
17520
17521 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17522
17523 2005-05-12 Lute Kamstra <lute@gnu.org>
17524
17525 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17526 defcustom for the mode hook variable. Delete the last argument.
17527 * generic-x.el: Fix callers of define-generic-mode.
17528 (generic-x-modes): Delete group.
17529 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17530 generic-x customization group.
17531
17532 2005-05-12 Kim F. Storm <storm@cua.dk>
17533
17534 * font-lock.el (font-lock-negation-char-face): Default to "off".
17535
17536 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17537 font-lock-negation-char-face to ! in !=.
17538
17539 2005-05-12 Masatake YAMATO <jet@gyve.org>
17540
17541 * add-log.el (find-change-log): Fix typos in the docstring
17542 of function.
17543
17544 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17545
17546 * international/latexenc.el (latexenc-find-file-coding-system):
17547 Avoid `re-search-forward' when looking for input encoding because
17548 of speed and safety. Better regular expressions for recognizing
17549 input encoding. Limit a search for TeX-master/tex-main-file to
17550 the local variable section.
17551
17552 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17553
17554 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17555 syntax of $ to "'" (quote).
17556
17557 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17558
17559 * dnd.el (dnd-protocol-alist): Improve custom type.
17560
17561 * dired.el (dired-dnd-protocol-alist): New variable.
17562 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17563 `dired-mode-hook' to the end.
17564
17565 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17566
17567 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17568 comment-end if comment-start-skip is not set.
17569 Obey the font-lock-comment-delimiter-face variables.
17570
17571 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17572
17573 * files.el (executable-find): Move from executable.el. Use
17574 locate-file.
17575 * progmodes/executable.el (executable-find): Move to files.el.
17576
17577 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17578 when trying to ensure forward progress.
17579
17580 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17581
17582 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17583 (mouse-select, mouse-select-internal, mouse-extend-internal):
17584 Use it to implement mouse-1-click-follows-link functionality.
17585
17586 2005-05-11 Richard M. Stallman <rms@gnu.org>
17587
17588 * font-lock.el (font-lock-fontify-syntactically-region):
17589 Use font-lock-comment-delimiter-face for comment delimiters.
17590
17591 2005-05-10 Jay Belanger <belanger@truman.edu>
17592
17593 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17594 preserving embedded modes.
17595
17596 2005-05-10 Richard M. Stallman <rms@gnu.org>
17597
17598 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17599
17600 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17601 Move from ada-stmt.el.
17602 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17603
17604 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17605 Move to ada-mode.el.
17606 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17607
17608 * cus-edit.el (custom-file): Call file-chase-links.
17609
17610 * files.el (read-directory-name): Fix previous change.
17611 (hack-local-variables-confirm): New function.
17612 (hack-local-variables-prop-line, hack-local-variables)
17613 (hack-one-local-variable): Use it.
17614
17615 2005-05-10 Lute Kamstra <lute@gnu.org>
17616
17617 * font-lock.el (font-lock-keywords-alist)
17618 (font-lock-removed-keywords-alist): Clarify docstrings.
17619
17620 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17621
17622 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17623 (gdb-source-info): Check for preprocessor info.
17624 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17625 a macro for a function.
17626 (gdb-info-breakpoints-custom): Try to find file again if not already
17627 found (user might have used GDB dir command).
17628 (gdb-get-location): Update gdb-location-alist correctly for change
17629 to gdb-info-breakpoints-custom.
17630
17631 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17632 (gud-tooltip-print-command): Add gdbmi case.
17633 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17634 preprocessor info.
17635
17636 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17637
17638 * startup.el (fancy-splash-insert): Fix typo in doc string.
17639
17640 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17641
17642 * obsolete/float.el (string-to-float):
17643 * obsolete/hilit19.el (hilit-add-pattern):
17644 * obsolete/rnews.el (news-parse-range, news-select-message)
17645 (news-get-pruned-list-of-files): Replace `string-to-int' by
17646 `string-to-number'.
17647
17648 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17649 `find-file-not-found-hooks'; use `add-hook'.
17650 (uncompress-while-visiting): Set `write-file-functions', not
17651 `write-file-hooks'; use `add-hook'.
17652
17653 2005-05-09 Kim F. Storm <storm@cua.dk>
17654
17655 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17656 (cua-paste): Handle clipboard action.
17657 (cua--init-keymaps): Remap clipboard-kill-region and
17658 clipboard-kill-ring-save.
17659
17660 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17661
17662 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17663 Improve commentary.
17664
17665 * simple.el (next-error-overlay-arrow-position): Revert the change
17666 made on 2005-04-30.
17667
17668 2005-05-07 Jay Belanger <belanger@truman.edu>
17669
17670 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17671 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17672 `calc-sel-reselect'.
17673
17674 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17675 Calc is in embedded mode.
17676
17677 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17678
17679 * progmodes/compile.el (compilation-setup):
17680 Set overlay-arrow-string to an empty string on text terminals.
17681
17682 * textmodes/ispell.el (ispell-program-name): Try looking for
17683 "aspell" along exec-path, and if found, use it as the default
17684 speller program.
17685
17686 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17687
17688 * international/mule.el (sgml-xml-auto-coding-function):
17689 Recognize encoding='FOO' in single quotes as well as in double quotes.
17690
17691 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17692
17693 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17694 as well as `interactive', so that defmacro* would recognize
17695 `declare' forms.
17696
17697 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17698
17699 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17700 Explain more about the LIGHTER arg's usage in the doc string.
17701 Add commentary to clarify what the code does. Fix the regexp that
17702 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17703 since it could have characters special to regular expressions.
17704
17705 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17706
17707 * replace.el (occur-1): Bind inhibit-read-only so that
17708 erase-buffer doesn't barf on read-only text properties (likewise
17709 for add-text-properties in occur-engine). Mark buffer as unmodified.
17710 (occur-engine): Don't set buffer-read-only here.
17711
17712 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17713
17714 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17715 list-buffers-directory. This caused the *cvs-commit* buffer to be
17716 sometimes mistakenly reused as a *cvs* buffer.
17717
17718 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17719
17720 * tooltip.el: Move code for GUD tooltips into gud.el.
17721 (require): CL no longer needed to compile case.
17722 (tooltip-mode): Do not toggle functions for GUD tooltips.
17723 (tooltip-gud-tips-p): Remove. Replace with minor mode
17724 gud-tooltip-mode in gud.el.
17725 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17726 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17727 tooltip-gud prefix with gud-tooltip and obsolete.
17728 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17729 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17730 (tooltip-mouse-motion): Mouse movement functions/variable.
17731 Rename in gud.el by adding gud prefix.
17732 (tooltip-gud-original-filter, tooltip-gud-dereference)
17733 (tooltip-gud-event, tooltip-toggle-gud-tips)
17734 (tooltip-gud-process-output, tooltip-gud-print-command)
17735 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17736 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17737 (gdb-tooltip-print): Move to gdb-ui.el.
17738
17739 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17740 (require): CL needed to compile case.
17741 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17742 tooltip-gud-tips-p. Make it a minor-mode.
17743 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17744 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17745 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17746 (gud-tooltip-change-major-mode)
17747 (gud-tooltip-activate-mouse-motions-if-enabled)
17748 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17749 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17750 (gud-tooltip-original-filter, gud-tooltip-dereference)
17751 (gud-tooltip-event, tooltip-toggle-gud-tips)
17752 (gud-tooltip-process-output, gud-tooltip-print-command)
17753 (gud-tooltip-tips): Move from tooltip.el.
17754
17755 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17756 (gdb-cpp-define-alist-flags): Doc fix.
17757 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17758 gud-tooltip-mode is t.
17759
17760 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17763 evaporate if their text is deleted.
17764 (goto-address-at-point): Make it work as a mouse binding as well.
17765 (goto-address-at-mouse): Obsolete it. Update users.
17766
17767 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17768
17769 * calendar/appt.el (top-level): No longer activate on load.
17770
17771 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17772
17773 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17774 * net/webjump.el (webjump):
17775 * progmodes/idlw-help.el (idlwave-do-context-help1)
17776 (idlwave-highlight-linked-completions):
17777 * textmodes/po.el (po-find-file-coding-system-guts):
17778 Replace `assoc-ignore-case' by `assoc-string'.
17779
17780 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17781
17782 * files.el (locate-file): Doc fix.
17783
17784 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17785 Remove the redundant test for ms-dos.
17786
17787 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17788 look for the preprocessor with exec-suffixes. If not found in
17789 standard places, look in exec-path. Remove most of the tests that
17790 used system-type.
17791
17792 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17793
17794 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17795
17796 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17797 file-name clash with jka-compr.el on 8+3 filesystems.
17798
17799 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17800
17801 * term/mac-win.el: Don't define or bind scroll bar functions if
17802 x-toolkit-scroll-bars is t.
17803 (x-select-text, x-get-selection-value): Clear
17804 x-last-selected-text-clipboard if x-select-enable-clipboard is
17805 nil.
17806 (PRIMARY): Put mac-scrap-name property.
17807 (mac-select-convert-to-file-url): New function.
17808 (public.file-url): New selection target type. Add to
17809 selection-converter-alist.
17810 (x-get-selection, x-selection-value): Handle it.
17811 (x-cut-buffer-or-selection-value): New alias.
17812
17813 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17814
17815 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17816 entry to avoid calling bibtex-find-entry with arg global
17817 being t. Remove arg key.
17818 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17819 (bibtex-copy-summary-as-kill): Change accordingly.
17820
17821 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17824 (org-agenda-date-later): Use with-current-buffer.
17825
17826 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17827
17828 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17829 (define-obsolete-variable-alias): Doc Fixes.
17830
17831 2005-05-06 Kim F. Storm <storm@cua.dk>
17832
17833 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17834 vertical-motion when selective-display is active.
17835
17836 * ido.el (ido-setup-hook): New hook.
17837 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17838 (ido-input-stack): New var.
17839 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17840 ido-next-work-file binding to M-O.
17841 Bind M-f to ido-wide-find-file-or-pop-dir.
17842 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17843 (ido-read-internal): Run ido-setup-hook.
17844 Catch quit in read-file-name and read-string to cancel edit.
17845 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17846 Automatically pop-all when completing a directory name (RET).
17847 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17848 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17849 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17850 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17851 New functions for M-b/M-f to move among the directory components.
17852 (ido-make-merged-file-list): Catch quit to cancel merge.
17853 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17854 (ido-completion-help): No warnings for ido-completion-buffer-full.
17855
17856 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17857
17858 * font-lock.el (font-lock-negation-char-face): New face and variable.
17859 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17860 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17861 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17862 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17863
17864 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17865
17866 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17867 Fix typo in docstring.
17868
17869 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17870 (ebrowse-print-statistics-line)
17871 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17872
17873 * term/w32-win.el (image-library-alist): Add additional name for
17874 Xpm library.
17875
17876 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17877
17878 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17879 use gcc instead of cpp.
17880
17881 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17882 (gdb-create-define-alist): Use it.
17883 (gdb-cpp-define-alist-program): Update for MS-DOS.
17884
17885 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17886
17887 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17888
17889 2005-05-04 Richard M. Stallman <rms@gnu.org>
17890
17891 * help.el (describe-key): No error when UNTRANSLATED is nil.
17892
17893 * simple.el (line-move-1): Fix previous change to signal errors
17894 appropriately.
17895
17896 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17897
17898 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17899 (icalendar-duration-correction): Remove.
17900 (icalendar--get-event-properties): Split result at commas.
17901 (icalendar--decode-isoduration): New optional argument
17902 DURATION-CORRECTION.
17903 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17904 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17905 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17906 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17907 (icalendar--convert-anniversary-to-ical): New functions, extracted
17908 from icalendar-export-region, with bug fixes.
17909 (icalendar-export-region): Use the above functions.
17910 (icalendar-import-buffer): Check before saving diary file.
17911 (icalendar--convert-recurring-to-diary)
17912 (icalendar--convert-non-recurring-all-day-to-diary)
17913 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17914 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17915 (icalendar--convert-ical-to-diary): Use the above functions.
17916
17917 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17918
17919 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17920 Remove these recent additions.
17921 (c-mode): Restore to before 2005-04-28.
17922
17923 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17924 recent addition.
17925
17926 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17927 (gdb-define-alist): New variables.
17928 (gdb-create-define-alist): New function.
17929 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17930 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17931 with string-to-number.
17932 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17933
17934 * progmodes/gud.el: Replace string-to-int with string-to-number.
17935 (gud-find-file): Handle gdb-define-alist.
17936
17937 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17938
17939 2005-05-02 Jay Belanger <belanger@truman.edu>
17940
17941 * calc/calc-aent.el (math-read-token):
17942 * calc/calc-bin.el (calc-word-size):
17943 * calc/calc-ext.el (calc-read-number-fancy):
17944 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17945 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17946 * calc/calc-frac.el (calc-over-notation):
17947 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17948 (calc-graph-num-points, calc-graph-init):
17949 * calc/calc-prog.el (calc-read-parse-table-part)
17950 (calc-edit-macro-repeats):
17951 * calc/calc-yank.el (calc-do-grab-rectangle):
17952 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17953 Replace `string-to-int' by `string-to-number'.
17954
17955 2005-05-02 Kim F. Storm <storm@cua.dk>
17956
17957 * kmacro.el: Use executing-kbd-macro-index variable.
17958
17959 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17960
17961 * net/rlogin.el (rlogin-parse-words): Delete func.
17962 (rlogin): Use split-string, not rlogin-parse-words.
17963 Also, if there are option-like elements in the parsed args,
17964 take the host to be the first arg immediately following them.
17965 Suggested by Michael Mauger.
17966
17967 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17968
17969 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17970
17971 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17972
17973 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17974 (cc-mode-cpp-program): Rename to cc-define-list-program and
17975 move to cc-vars.el.
17976
17977 * progmodes/cc-vars.el (cc-define-list-program):
17978 Change to "gcc -E -dM -". Make customizable.
17979
17980 2005-05-02 Kim F. Storm <storm@cua.dk>
17981
17982 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17983
17984 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17985
17986 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17987
17988 * international/mule-util.el (truncate-string): Remove alias and
17989 obsolete declaration.
17990
17991 * international/mule-cmds.el (update-iso-coding-systems):
17992 Remove alias and obsolete declaration.
17993
17994 * international/mule.el (coding-system-parent): Remove alias and
17995 obsolete declaration.
17996
17997 * subr.el (define-function, sref): Remove aliases and obsolete
17998 declarations.
17999 (chars-in-region): Remove obsolete declaration.
18000
18001 2005-05-01 Richard M. Stallman <rms@gnu.org>
18002
18003 * info.el (Info-mode): Set widen-automatically to nil, locally.
18004
18005 * simple.el (widen-automatically): New variable.
18006 (pop-global-mark): Obey widen-automatically.
18007
18008 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18009
18010 * term/xterm.el (function-key-map): Call substitute-key-definition
18011 before the keymap size is increased by a lot of define-key calls.
18012
18013 2005-05-01 Richard M. Stallman <rms@gnu.org>
18014
18015 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18016 Rename ARG to ELEMENT. Doc fix.
18017
18018 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18019
18020 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18021 Remove references to allout-exposure/change to allout-new-exposure.
18022
18023 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18024 bytecode symbols.
18025
18026 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18027 (compiled-function-p, focus-frame, unfocus-frame):
18028 Remove aliases and obsolete declarations.
18029 Back out inadvertent changes from previous commit.
18030
18031 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18032
18033 * files.el (require-final-newline): Make Custom tags consistent
18034 with mode-require-final-newline.
18035 (mode-require-final-newline): Doc fix.
18036
18037 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * international/latexenc.el (latexenc-find-file-coding-system):
18040 Fix regular expressions.
18041
18042 2005-05-01 David Kastrup <dak@gnu.org>
18043
18044 * international/latexenc.el (latexenc-find-file-coding-system):
18045 Fix regular expressions.
18046
18047 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18048
18049 * subr.el (string-to-int): Make obsolete.
18050
18051 2005-04-30 Richard M. Stallman <rms@gnu.org>
18052
18053 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18054
18055 * loadup.el: load jka-comp-hook.
18056
18057 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18058 (jka-compr-handler): Add autoload. `put' calls moved
18059 to jka-comp-hook.el.
18060 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18061 (jka-compr-inhibit): Autoload.
18062
18063 * jka-comp-hook.el: New file.
18064 Enable the mode by default.
18065
18066 * files.el (backup-buffer-copy): Use copy-file instead
18067 of write-region, and put back the 'excl.
18068
18069 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18070
18071 * progmodes/flymake.el (flymake-split-string)
18072 (flymake-split-string, flymake-log, flymake-pid-to-names)
18073 (flymake-reg-names, flymake-get-source-buffer-name)
18074 (flymake-unreg-names, flymake-add-line-err-info)
18075 (flymake-add-err-info): Clarify docstrings.
18076 (flymake-popup-menu, flymake-make-emacs-menu)
18077 (flymake-make-xemacs-menu): Add docstrings.
18078 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18079 Set variables directly throughout.
18080
18081 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18082
18083 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18084 exists. Initialize cc-define-alist.
18085 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18086 If there is no file (Macroexpansion) don't create an alist.
18087
18088 2005-04-29 Sam Steingold <sds@gnu.org>
18089
18090 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18091 (cc-create-define-alist): Use it instead of the hard-coded string.
18092
18093 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18094
18095 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18096 for latexenc.
18097
18098 2005-04-29 Lute Kamstra <lute@gnu.org>
18099
18100 * emacs-lisp/generic.el: Improve commentary section.
18101 (define-generic-mode): Improve docstring.
18102
18103 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18104
18105 * textmodes/org.el (many places): Change to quiet the byte compiler.
18106 (org-prefix-format-compiled): New variable.
18107 (org-compile-prefix-format): New function.
18108 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18109 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18110 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18111 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18112 consistency with entries from `org-mode' files.
18113 (org-get-time-of-day): Fix bug with partial matches early in a line.
18114 (org-non-link-chars): New constant.
18115 (org-link-regexp): Respect `org-non-link-chars'.
18116 (org-agenda-day-view): Remove command.
18117 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18118 (org-follow-bbdb-link, org-store-link): Search also company field.
18119 (org-highlight-overlay): New variable.
18120 (org-highlight, org-unhighlight): New functions.
18121 (org-agenda-mode): Add pre-command-hook to remove highlight.
18122 (org-evaluate-time-range): Behavior depends upon whether time stamp
18123 contains a time or not.
18124 (org-show-subtree, org-show-entry): New functions.
18125 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18126
18127 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18128
18129 * comint.el (comint-output-filter-functions): Add autoload cookie.
18130
18131 2005-04-28 Kim F. Storm <storm@cua.dk>
18132
18133 * ido.el (ido-everywhere): Fix last change.
18134
18135 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18136
18137 * international/latexenc.el: New file.
18138 * international/mule-conf.el (file-coding-system-alist): For .tex,
18139 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18140
18141 2005-04-28 Lute Kamstra <lute@gnu.org>
18142
18143 * font-lock.el (font-lock-add-keywords)
18144 (font-lock-remove-keywords): Clarify docstring.
18145 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18146 Don't start docstrings with a `*'.
18147 (font-lock-update-removed-keyword-alist): Give it a docstring.
18148
18149 * generic-x.el: Update commentary section.
18150 Only require font-lock when compiling.
18151 Define all modes conditionally.
18152 Place all generic modes in the generic-x-modes customization group.
18153 (generic-x-modes): New customization group.
18154 (generic-default-modes, generic-mswindows-modes)
18155 (generic-unix-modes, generic-other-modes): New constants.
18156 (generic-define-mswindows-modes, generic-define-unix-modes):
18157 Update docstrings. Make them obsolete.
18158 (generic-extras-enable-list): New default value. Update docstring.
18159 Improve :type. Change :set function.
18160 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18161 Fix docstring.
18162
18163 * emacs-lisp/generic.el (generic-mode-internal):
18164 Simplify font-lock-defaults.
18165 (define-generic-mode): Fix docstring.
18166
18167 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18168
18169 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18170 font-lock-face property to highlight matches.
18171
18172 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18173
18174 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18175 (cc-define-alist): New variable.
18176 (c-mode): Make it local and initialize it.
18177
18178 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18179 (gdb-exited): New function.
18180 (gdb-annotation-rules): Use it.
18181 (gdb-starting): Set gdb-active-process to t.
18182 (gdb-stopping): Amend doc string.
18183 (gdb-reset): Set gdb-active-process to nil.
18184
18185 * tooltip.el (tooltip-gud-tips): Show the associated #define
18186 directives when a C program under GDB is not executing.
18187
18188 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18189
18190 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18191 font-lock-fontify-syntactic-keywords.
18192
18193 * font-lock.el (font-lock-default-fontify-region): Don't force
18194 parse-sexp-lookup-properties to nil.
18195
18196 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18197
18198 * man.el (man-mode-syntax-table): Set up `:' to have
18199 word-constituent syntax.
18200
18201 2005-04-27 Lute Kamstra <lute@gnu.org>
18202
18203 * novice.el (disable-command): Don't add spurious newlines to the
18204 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18205
18206 2005-04-26 Jay Belanger <belanger@truman.edu>
18207
18208 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18209 than one window before deleting window.
18210
18211 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18212
18213 * shell.el (shell-prompt-pattern): Doc fix.
18214 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18215
18216 * comint.el (comint-prompt-regexp, comint-get-old-input)
18217 (comint-use-prompt-regexp)
18218 (comint-use-prompt-regexp-instead-of-fields)
18219 (comint-replace-by-expanded-history, comint-send-input)
18220 (comint-output-filter, comint-get-old-input-default)
18221 (comint-line-beginning-position, comint-bol, comint-show-output)
18222 (comint-backward-matching-input, comint-forward-matching-input)
18223 (comint-next-prompt, comint-previous-prompt):
18224 Rename `comint-use-prompt-regexp-instead-of-fields' to
18225 `comint-use-prompt-regexp'. Keep old name as alias and declare
18226 obsolete.
18227 (comint-use-prompt-regexp): Shorten first line of doc string.
18228
18229 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18230 Set paragraph-separate buffer locally to "\\'".
18231
18232 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18233 Adapt to above name change.
18234
18235 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18236 (smbclient-prompt-regexp): Ditto.
18237
18238 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18239
18240 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18241
18242 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18243 gdb-location-list.
18244 Break lines that are over 80 characters wide.
18245
18246 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18247
18248 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18249 New fun and var, to preserve compatibility.
18250
18251 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18252
18253 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18254
18255 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18256 name to file-newer-than-file-p.
18257
18258 2005-04-26 Richard M. Stallman <rms@gnu.org>
18259
18260 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18261
18262 * progmodes/python.el (python-mode):
18263 Use new name eldoc-documentation-function.
18264
18265 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18266
18267 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18268 (eldoc-documentation-function):
18269 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18270
18271 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18272
18273 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18274
18275 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18276
18277 * term/xterm.el (function-key-map): Fix strings for
18278 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18279 {C,S,A,C-S}-{f1-f12}.
18280
18281 2005-04-26 Kenichi Handa <handa@m17n.org>
18282
18283 * international/mule-cmds.el (select-safe-coding-system):
18284 Fix previous change.
18285
18286 2005-04-26 Lute Kamstra <lute@gnu.org>
18287
18288 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18289
18290 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18291 (font-lock-comment-delimiter-face): Ditto.
18292
18293 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18294
18295 2005-04-25 Jay Belanger <belanger@truman.edu>
18296
18297 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18298 to t while inserting information; use help-mode.
18299
18300 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18301
18302 * term.el (ansi-term-color-vector): Use the xterm colors.
18303 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18304
18305 2005-04-25 Lute Kamstra <lute@gnu.org>
18306
18307 * font-core.el (font-lock-defaults): Fix docstring.
18308
18309 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18310
18311 2005-04-25 Kenichi Handa <handa@m17n.org>
18312
18313 * international/mule-cmds.el (select-safe-coding-system):
18314 Don't check consistency with coding: spec, etc if raw-text or
18315 no-conversion was found to be safe.
18316
18317 2005-04-24 Richard M. Stallman <rms@gnu.org>
18318
18319 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18320 citation markers at start of each line.
18321
18322 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18323 citation markers at start of each line.
18324
18325 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18326
18327 * files.el (mode-require-final-newline): Fix previous change.
18328 (require-final-newline): Fix type label.
18329
18330 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18331
18332 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18333 statement in buffer (broken by 2004-11-24 change).
18334
18335 2005-04-24 Kim F. Storm <storm@cua.dk>
18336
18337 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18338 and read-file-name-function values. Don't overwrite existing
18339 non-nil values if ido-mode is enabled without ido-everywhere.
18340
18341 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18342
18343 * files.el (mode-require-final-newline): Minor doc fix.
18344
18345 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18346
18347 * subr.el (syntax-after): Doc fix.
18348 (syntax-class): If argument is nil, return nil. Mask off upper 16
18349 bits, not 8 bits.
18350
18351 * files.el (mode-require-final-newline): Doc fix.
18352 (backup-buffer-copy): Fix last change.
18353
18354 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18355
18356 * term/mac-win.el: Require select. Set selection-coding-system to
18357 mac-system-coding-system. Call menu-bar-enable-clipboard.
18358 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18359 (x-select-enable-clipboard): New variables.
18360 (x-select-text, x-get-selection, x-selection-value)
18361 (x-get-selection-value, mac-select-convert-to-string)
18362 (mac-services-open-file, mac-services-open-selection)
18363 (mac-services-insert-text): New functions.
18364 (CLIPBOARD, FIND): Put mac-scrap-name property.
18365 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18366 (public.tiff): Put mac-ostype property.
18367 (selection-converter-alist): Add entries for them.
18368 (mac-application-menu-map): New keymap.
18369 (interprogram-cut-function, interprogram-paste-function): Set to
18370 x-select-text and x-get-selection-value, respectively.
18371 (split-window-keep-point): Set to t.
18372
18373 2005-04-23 Richard M. Stallman <rms@gnu.org>
18374
18375 * files.el (read-directory-name): Always pass non-nil
18376 DEFAULT-FILENAME arg to read-file-name.
18377 (backup-buffer-copy, basic-save-buffer-2): Take care against
18378 writing thru an unexpected existing symlink.
18379 (revert-buffer): In indirect buffer, revert the base buffer.
18380 (magic-mode-alist): Doc fix.
18381 (buffer-stale-function): Doc fix.
18382 (minibuffer-with-setup-hook): Avoid warning.
18383 (mode-require-final-newline): Doc and custom fix.
18384
18385 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18386
18387 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18388 use the default appearance.
18389 (font-lock-comment-delimiter-face): New face, new variable.
18390
18391 * imenu.el (imenu--generic-function): The official position of a
18392 definition is the start of the line that BEG is in.
18393
18394 * midnight.el (midnight-timer): Move defvar up.
18395
18396 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18397
18398 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18399
18400 * startup.el (command-line): Use with-no-warnings.
18401
18402 * window.el (window-size-fixed): New defvar.
18403
18404 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18405
18406 * mail/rmail.el (rmail-font-lock-keywords):
18407 Use font-lock-comment-delimiter-face.
18408
18409 * mail/sendmail.el (mail-font-lock-keywords):
18410 Use font-lock-comment-delimiter-face.
18411
18412 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18413
18414 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18415
18416 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18417 Specify t for LAXMATCH when matching directories.
18418 Save match data around compilation-compat-error-properties form.
18419
18420 2005-04-23 David Kastrup <dak@gnu.org>
18421
18422 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18423 Mention that the autoloaded aliases should be kept for AUCTeX.
18424
18425 2005-04-23 Andreas Schwab <schwab@suse.de>
18426
18427 * isearch.el (isearch-forward): Doc fix.
18428
18429 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18430
18431 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18432 (jit-lock-stealth-nice): Change default value to 0.5.
18433
18434 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18435
18436 * abbrev.el (write-abbrev-file): Write table entries in
18437 alphabetical order by table name.
18438
18439 2005-04-22 Kim F. Storm <storm@cua.dk>
18440
18441 * ido.el (ido-read-internal): Fix `list' completion.
18442
18443 2005-04-22 Kenichi Handa <handa@m17n.org>
18444
18445 * recentf.el (recentf-save-file-coding-system): New variable.
18446 (recentf-save-list): Encode the file by
18447 recentf-save-file-coding-system and add coding: tag.
18448
18449 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18450
18451 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18452
18453 2005-04-21 Lute Kamstra <lute@gnu.org>
18454
18455 * loadhist.el (unload-feature): Don't remove a function from hooks
18456 if it is about to be restored to an autoload . Remove functions
18457 that will become unbound from auto-mode-alist. Simplify the code.
18458
18459 * subr.el (assq-delete-all): New implementation that is linear,
18460 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18461 (rassq-delete-all): New function.
18462
18463 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18464 Add size-indication-mode.
18465
18466 2005-04-21 Kenichi Handa <handa@m17n.org>
18467
18468 * international/mule-cmds.el: Add autoload for widget-value in
18469 eval-when-compile.
18470
18471 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18472
18473 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18474 Add tooltip-mode.
18475
18476 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18477
18478 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18479
18480 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18481 (inferior-lisp-filter-regexp, inferior-lisp-program)
18482 (inferior-lisp-load-command, inferior-lisp-prompt)
18483 (inferior-lisp-mode-hook, lisp-source-modes)
18484 (inferior-lisp-load-hook): defvar->defcustom.
18485 (inferior-lisp-program, inferior-lisp-prompt)
18486 (inferior-lisp-load-hook): Doc fixes.
18487 (inferior-lisp-install-letter-bindings): Small change in
18488 introductory comment.
18489
18490 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18491
18492 * vc.el (vc-annotate-color-map): Change some colors so that text
18493 using them as foreground is readable on both white and black
18494 backgrounds.
18495
18496 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * international/mule-conf.el (translation-table-for-input):
18499 Remove redundant declaration.
18500
18501 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18502
18503 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18504
18505 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18506 (tooltip-toggle-gud-tips): New function.
18507
18508 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18509
18510 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18511 right angle brackets.
18512
18513 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18514
18515 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18516
18517 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18518
18519 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18520 Remove. Update callers to use expand-file-name instead.
18521
18522 * subr.el (syntax-class): New function.
18523
18524 * simple.el (blink-matching-open): Use it.
18525
18526 * paren.el (show-paren-function): Use it to recognize parens that are
18527 also used in 2-char comment markers.
18528
18529 2005-04-19 Lute Kamstra <lute@gnu.org>
18530
18531 * loadhist.el (unload-feature): Update for new format of
18532 load-history. Simplify the code.
18533
18534 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18535
18536 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18537 (mac-add-charset-info): New function. Initialize variable
18538 mac-charset-info-alist using it.
18539 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18540 for translation.
18541 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18542 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18543 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18544 New CCL programs.
18545
18546 2005-04-19 Kim F. Storm <storm@cua.dk>
18547
18548 * simple.el (next-buffer, prev-buffer, next-error)
18549 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18550 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18551
18552 * bindings.el (next-buffer, prev-buffer, next-error)
18553 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18554 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18555 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18556 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18557
18558 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18559
18560 * isearch.el (isearch-edit-string): Make the search-ring available for
18561 minibuffer history commands.
18562 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18563 the default history commands now work just as well.
18564 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18565
18566 2005-04-18 Kim F. Storm <storm@cua.dk>
18567
18568 * emulation/cua-base.el (cua--pre-command-handler): Add more
18569 elaborate check for shift modifier on non-window systems.
18570
18571 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18572
18573 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18574
18575 2005-04-18 Kim F. Storm <storm@cua.dk>
18576
18577 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18578 and make it optional. Don't test tooltip-gud-echo-area here.
18579 (tooltip-gud-process-output, gdb-tooltip-print):
18580 Pass tooltip-gud-echo-area to tooltip-show.
18581 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18582
18583 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18584
18585 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18586 `display-graphic-p' may not be bound yet.
18587
18588 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18589
18590 * startup.el (command-line): No longer enable Xterm Mouse mode by
18591 default in terminals compatible with xterm.
18592
18593 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18594
18595 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18596
18597 * tooltip.el (tooltip-gud-echo-area): Rename from
18598 tooltip-use-echo-area.
18599 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18600 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18601 area independently of where help tooltips are displayed.
18602
18603 2005-04-17 David Kastrup <dak@gnu.org>
18604
18605 * cus-theme.el (custom-theme-write-variables): Quote variables
18606 where necessary.
18607
18608 2005-04-17 Richard M. Stallman <rms@gnu.org>
18609
18610 * simple.el (yank-excluded-properties): Add follow-link to value.
18611
18612 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18613
18614 * startup.el (fancy-splash-max-time): Just 30 seconds.
18615 (fancy-splash-delay): Just 7.
18616 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18617
18618 * loadhist.el (unload-feature): Update for new format of load-history.
18619 Simplify the code.
18620
18621 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18622 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18623
18624 * mail/sendmail.el (mail-font-lock-keywords):
18625 Don't fontify subject text.
18626 Don't fontify the text of a citation.
18627
18628 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18629
18630 * comint.el (comint-output-filter): Run comint-output-filter-functions
18631 with point where the user had it.
18632
18633 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18634
18635 * international/ucs-tables.el (ucs-set-table-for-input):
18636 Disable when using unify-on-decoding.
18637
18638 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18639
18640 * emulation/cua-base.el (cua-global-mark-face): Add special case
18641 for displays supporting a high number of colors.
18642
18643 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18644
18645 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18646
18647 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18648
18649 * filesets.el (filesets-add-buffer): If user supplies a name of a
18650 non-existing fileset, create a new fileset.
18651
18652 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18653
18654 * textmodes/org.el (org-up-heading-all): Fix bug with
18655 `outline-up-heading-all'.
18656
18657 2005-04-16 Andreas Schwab <schwab@suse.de>
18658
18659 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18660 /etc/permissions.d/* and /etc/aliases.d/*.
18661
18662 2005-04-16 Kenichi Handa <handa@m17n.org>
18663
18664 * international/code-pages.el (cp-make-coding-system):
18665 Set `translation-table-for-input' property value to the symbol
18666 ucs-mule-to-mule-unicode, not to that value.
18667 (pt154): Escape guillemet by `\'.
18668
18669 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18670
18671 * loadup.el: Load tooltip if x-show-tip is fboundp.
18672
18673 * startup.el (command-line): Add comment.
18674
18675 * tooltip.el (tooltip-mode): Specify correct standard value for
18676 Custom in init-value.
18677
18678 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18679
18680 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18681 possible.
18682
18683 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18684
18685 * textmodes/org.el (org-agenda-date-prompt): Rename from
18686 `org-agenda-date-today'.
18687 (org-evaluate-time-range): Insert at point instead of directly
18688 after time range.
18689 (org-first-headline-recenter, org-subtree-end-visible-p)
18690 (org-optimize-window-after-visibility-change): New functions
18691 (org-agenda-post-command-hook): Don't allow point at end of line,
18692 to make sure it always hits the text properties.
18693 (org-agenda-next-date-line, org-agenda-previous-date-line):
18694 New commands.
18695 (org-set-regexps-and-options): Category may contain white space.
18696 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18697 Improve marker positions.
18698 (org-agenda-new-marker): Argument POS made optional.
18699 (org-agenda-get-timestamps): Deadlines which are done are listed
18700 in org-done-face now.
18701 (org-agenda-get-todos, org-agenda-get-timestamps)
18702 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18703 Set `undone-face' and `done-face' properties.
18704 (org-last-todo-state-is-todo): New variable.
18705 (org-todo): Set `org-last-todo-state-is-todo'.
18706 (org-agenda-todo): Change face according to
18707 `org-last-todo-state-is-todo'. And change other lines referring to
18708 the same entry.
18709 (org-calendar-goto-agenda): New command.
18710 (org-calendar-to-agenda-key): New option.
18711 (org-startup-folded): New allowed value `content'.
18712 (org-set-regexps-and-options): Accept new value `content' for
18713 `org-startup-folded'.
18714 (org-get-current-options): Handle new value `content' for
18715 `org-startup-folded'.
18716 (org-insert-todo-heading): New command.
18717 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18718 interactively in empty file and option
18719 `org-insert-mode-line-in-empty-file' has been set.
18720 (org-agenda-todo, org-agenda-priority): Modify to use
18721 `org-agenda-change-all-lines'.
18722 (org-warning-face): Change color on dark background
18723
18724 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18725
18726 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18727 use preferences AppleLocale and AppleLanguages, and variable
18728 mac-system-locale for default locale. On Mac OS Classic, use
18729 mac-system-coding-system for default coding systems.
18730
18731 * term/mac-win.el: Don't set file-name-coding-system.
18732 Decode variables system-name, emacs-build-system, user-login-name, and
18733 user-full-name by mac-system-coding-system on Mac OS Classic.
18734 (mac-system-coding-system): New variable.
18735
18736 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18737
18738 * startup.el (command-line): Handle `xterm-mouse-mode' before
18739 reading init file.
18740
18741 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18742
18743 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18744
18745 * progmodes/sh-script.el (sh-here-document-word): Make it a
18746 defcustom. Doc fix.
18747 (sh-add): Bash uses $(( )) for arithmetic.
18748 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18749 (sh-maybe-here-document): Remove quotes and leading whitespace
18750 from heredoc word when closing. Indent heredoc with tabs if word
18751 starts with "-".
18752
18753 2005-04-13 Richard M. Stallman <rms@gnu.org>
18754
18755 * simple.el (undo): Fix previous change.
18756
18757 * custom.el (defface): Doc fix.
18758
18759 2005-04-13 Lute Kamstra <lute@gnu.org>
18760
18761 * Makefile.in (DONTCOMPILE): Remove list.
18762 (compile, compile-always): Don't use DONTCOMPILE.
18763 (update-authors): Load the library in which batch-update-authors
18764 is defined.
18765 * makefile.w32-in (DONTCOMPILE): Remove list.
18766 (compile, compile-always): Fix comments.
18767 (update-authors): Load the library in which batch-update-authors
18768 is defined.
18769
18770 * generic-x.el (generic-mode-ini-file-find-file-hook):
18771 Rename to ini-generic-mode-find-file-hook.
18772 Keep generic-mode-ini-file-find-file-hook as an alias.
18773 (ini-generic-mode-find-file-hook): Rename from
18774 generic-mode-ini-file-find-file-hook. Fix docstring.
18775 (ini-generic-mode): Docstring change.
18776 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18777
18778 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18779 called from lisp.
18780
18781 * generic.el: Move to the emacs-lisp subdir.
18782
18783 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18784
18785 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18786 and C-S- function and cursor motion keys.
18787
18788 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18789
18790 * startup.el (command-line): Enable Xterm Mouse mode by default.
18791 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18792 for Custom. No longer show "Mouse" in mode line when enabled.
18793 Doc fix.
18794
18795 2005-04-12 Kim F. Storm <storm@cua.dk>
18796
18797 * emulation/cua-base.el (cua-rectangle-face)
18798 (cua-rectangle-noselect-face): Define face attributes here.
18799
18800 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18801
18802 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18803
18804 * startup.el (command-line): Turn off blinking cursor if
18805 cursorBlink in resources is off or false.
18806
18807 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18808
18809 * term/mac-win.el (dnd): Require dnd.
18810 (mac-drag-n-drop): Call dnd-handle-one-url.
18811 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18812 (kTextEncodingISOLatin2): Remove constants.
18813 (mac-script-code-coding-systems): New constant.
18814 (mac-handle-language-change): New function.
18815 (special-event-map): Bind it to `language-change' event.
18816 (mac-centraleurroman, mac-cyrillic): New coding systems.
18817 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18818 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18819 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18820 encode-mac-cyrillic, respectively.
18821
18822 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18823
18824 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18825 Don't set overlay-arrow-string to "=>" as this is done
18826 globally in C now.
18827
18828 2005-04-12 Lute Kamstra <lute@gnu.org>
18829
18830 * generic-x.el (rc-generic-mode, rul-generic-mode):
18831 Fix auto-mode-alist entries.
18832 (etc-fstab-generic-mode): Tweak fontification.
18833
18834 * generic.el (generic-make-keywords-list): Fix docstring.
18835 (generic-mode-internal): Simplify generic-font-lock-keywords.
18836
18837 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18838
18839 * whitespace.el (whitespace-buffer-leading)
18840 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18841 However, fix the highlight area for the leading and
18842 trailing whitespaces to show space.
18843
18844 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18845
18846 * whitespace.el (whitespace-version): Bump to 3.5
18847
18848 (whitespace-buffer-leading, whitespace-buffer-trailing):
18849 Invert sense of the test to highlight the whitespace.
18850
18851 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18852
18853 * progmodes/gud.el (gud-display-line): GUD uses its own
18854 overlay arrow now so don't set overlay-arrow-string.
18855 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18856
18857 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18858
18859 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18860 (term-ansi-current-reverse, term-ansi-current-invisible)
18861 (term-ansi-face-already-done): Change to boolean.
18862 (term-reset-terminal, term-handle-colors-array): Handle the above
18863 vars accordingly.
18864 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18865 (term-emulate-terminal): Use the new name.
18866
18867 * faces.el (secondary-selection): Use yellow1, not yellow.
18868 (trailing-whitespace): Use red1, not red.
18869
18870 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18871
18872 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18873 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18874 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18875
18876 * cus-edit.el (dnd): New group.
18877
18878 * term/w32-win.el (dnd): Require dnd
18879 (w32-drag-n-drop): Call dnd-handle-one-url.
18880
18881 * x-dnd.el: Require dnd.
18882 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18883 Call dnd-handle-one-url.
18884 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18885 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18886 to dnd-insert-text.
18887 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18888 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18889 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18890 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18891
18892 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18893
18894 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18895
18896 * wdired.el: Doc fixes.
18897 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18898 (wdired-use-dired-vertical-movement): Rename from
18899 wdired-always-move-to-filename-beginning.
18900 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18901 (wdired-change-to-wdired-mode): Change mode name.
18902 (wdired-newline): Delete.
18903
18904 2005-04-11 Richard M. Stallman <rms@gnu.org>
18905
18906 * whitespace.el (whitespace-highlight-the-space):
18907 Don't call whitespace-unhighlight-the-space here.
18908
18909 * simple.el (undo): Record t in undo-equiv-table
18910 for the redo record made by an undo-in-region.
18911
18912 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18913
18914 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18915 (gdb-frame-inferior-io-buffer): New Functions to control
18916 display of separate IO buffer.
18917 (menu): Add them to menu-bar.
18918 (gdb-display-buffer): Check for buffer another frame.
18919 Protect GUD buffer.
18920 (gdb-setup-windows): Create IO buffer if not already there.
18921 (gdb-memory-mode): Remove purecopy noops.
18922
18923 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18924
18925 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18926 and pass to self-insert-command.
18927
18928 2005-04-11 Lute Kamstra <lute@gnu.org>
18929
18930 * generic.el: Commentary section cleanup.
18931 (generic): Delete.
18932 (generic-use-find-file-hook, generic-lines-to-scan)
18933 (generic-find-file-regexp, generic-ignore-files-regexp)
18934 (default-generic-mode, generic-mode-find-file-hook)
18935 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18936 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18937 (generic-use-find-file-hook, generic-lines-to-scan)
18938 (generic-find-file-regexp, generic-ignore-files-regexp)
18939 (default-generic-mode, generic-mode-find-file-hook)
18940 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18941
18942 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18943
18944 * bookmark.el (bookmark-write-file): Catch errors writing file.
18945 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18946
18947 2005-04-10 Richard M. Stallman <rms@gnu.org>
18948
18949 * startup.el (fancy-splash-tail): Update copyright year.
18950 (command-line): Split part of -Q into -D.
18951 (emacs-basic-display): New defvar.
18952 (fancy-splash-text): Correct name of menu item.
18953
18954 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18955
18956 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18957 lines in one node.
18958
18959 * comint.el (comint-send-input): New arg ARTIFICIAL.
18960 Callers in this file changed.
18961
18962 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18963
18964 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18965
18966 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18967
18968 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18969 `ldap-search-internal'.
18970
18971 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18972
18973 * files.el (set-auto-mode-1): Use line-end-position.
18974
18975 * international/latin-1.el:
18976 * international/latin-2.el:
18977 * international/latin-3.el:
18978 * international/latin-4.el:
18979 * international/latin-5.el:
18980 * international/latin-8.el:
18981 * international/latin-9.el: Give punctuation syntax to NBSP.
18982
18983 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18984 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18985 Use char-classes to accept non-ascii letters, accepted in some recent
18986 bibtex implementations.
18987
18988 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18989
18990 * custom.el (custom-set-minor-mode): Any non-nil value for the
18991 variable should enable the mode when set through Custom.
18992
18993 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18994
18995 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18996 TAB binding so tab-always-indent is obeyed.
18997 (vhdl-minibuffer-local-map): Move initialization into declaration.
18998 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18999 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19000 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19001 (vhdl-current-line): Use line-beginning-position.
19002 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19003 with-output-to-temp-buffer, so the current position can be recorded.
19004
19005 2005-04-10 Masatake YAMATO <jet@gyve.org>
19006
19007 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19008 Add regexp for gcov.
19009
19010 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19011
19012 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19013 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19014 syntax which Emacs 20 doesn't support.
19015
19016 2005-04-09 Richard M. Stallman <rms@gnu.org>
19017
19018 * help.el (describe-key-briefly, describe-key):
19019 Replace strings as event types with "(any string)".
19020
19021 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * arc-mode.el (archive-mode-map): Move initialization into
19024 the declaration. Override *all* bindings of `undo'.
19025 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19026
19027 2005-04-09 Jay Belanger <belanger@truman.edu>
19028
19029 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19030
19031 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19032
19033 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19034 (xterm-register-default-colors): Update color values computation
19035 to match xterm-200.
19036
19037 2005-04-09 Kenichi Handa <handa@m17n.org>
19038
19039 * international/code-pages.el (iso-latin-7): Fix the map.
19040
19041 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19042
19043 * emacs-lisp/lisp.el (defun-prompt-regexp)
19044 (parens-require-spaces, buffer-end, end-of-defun)
19045 (insert-parentheses): Doc fixes.
19046
19047 2005-04-08 Kim F. Storm <storm@cua.dk>
19048
19049 * comint.el (comint-highlight-prompt): Fix face spec.
19050 * hi-lock.el (hi-green): Likewise.
19051
19052 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19053
19054 * cus-edit.el (custom-modified-face):
19055 * comint.el (comint-highlight-input): Fix previous changes.
19056 * term.el (term-handle-ansi-escape): Add a comment.
19057
19058 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19059
19060 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19061 in the buffer and in whitespace-highlighted-space.
19062 (whitespace-unhighlight-the-space): Simplify.
19063 (whitespace-buffer): Simplify.
19064
19065 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19066
19067 * textmodes/table.el (table-cell-face): Add special case for
19068 displays supporting a high number of colors.
19069 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19070 (vhdl-font-lock-reserved-words-face)
19071 (vhdl-speedbar-architecture-face)
19072 (vhdl-speedbar-instantiation-face)
19073 (vhdl-speedbar-architecture-selected-face)
19074 (vhdl-speedbar-instantiation-selected-face): Likewise.
19075 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19076 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19077 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19078 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19079 (ebrowse-progress-face): Likewise.
19080 * progmodes/compile.el (compilation-info-face): Likewise.
19081 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19082 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19083 * calendar/calendar.el (diary-face): Likewise.
19084 * woman.el (woman-italic-face, woman-bold-face)
19085 (woman-unknown-face): Likewise.
19086 * wid-edit.el (widget-button-pressed-face): Likewise.
19087 * whitespace.el (whitespace-highlight-face): Likewise.
19088 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19089 * pcvs-info.el (cvs-marked-face): Likewise.
19090 * info.el (info-xref): Likewise.
19091 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19092 * hilit-chg.el (highlight-changes-face)
19093 (highlight-changes-delete-face): Likewise.
19094 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19095 (hi-red-b): Likewise.
19096 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19097 * font-lock.el (font-lock-keyword-face)
19098 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19099 * cus-edit.el (custom-invalid-face, custom-modified-face)
19100 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19101 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19102 * comint.el (comint-highlight-prompt): Likewise.
19103
19104 2005-04-08 Lute Kamstra <lute@gnu.org>
19105
19106 * font-lock.el (font-lock-keywords): Docstring fixes.
19107
19108 2005-04-08 Kenichi Handa <handa@m17n.org>
19109
19110 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19111 chars are more than a limit, print " and more..." at the tail.
19112
19113 2005-04-08 Kim F. Storm <storm@cua.dk>
19114
19115 * emacs-lisp/authors.el (authors-aliases): Update list.
19116 (authors-ignored-files): New list.
19117 (authors-fixed-entries): Fix typo.
19118 (authors-renamed-files-alist): Update list.
19119 (authors-add): Check authors-ignored-files.
19120
19121 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19122
19123 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19124 optional, to ensure backward compatibility.
19125
19126 2005-04-08 Stephen Eglen <stephen@gnu.org>
19127
19128 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19129
19130 2005-04-08 Kim F. Storm <storm@cua.dk>
19131
19132 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19133
19134 * mouse.el (mouse-on-link-p): Doc fix.
19135
19136 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19137
19138 * ielm.el (ielm-prompt-read-only): Doc fix.
19139
19140 * comint.el (comint-prompt-read-only): Doc fix.
19141
19142 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19143
19144 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19145 ensure dired always handles wildcards passed to ffap.
19146 (find-file-at-point): Use it.
19147 (ffap-dired-wildcards): Doc fix.
19148
19149 2005-04-07 Juri Linkov <juri@jurta.org>
19150
19151 * simple.el (next-error-overlay-arrow-position): New defvar.
19152 Put "=>" on its property `overlay-arrow-string'. Add it to
19153 `overlay-arrow-variable-list'.
19154
19155 * progmodes/compile.el (compilation-setup):
19156 Set `next-error-overlay-arrow-position' to nil. Also set it to
19157 nil in the local hook `kill-buffer-hook'. Make local variable
19158 `overlay-arrow-string' and set it to "=>".
19159 (compilation-goto-locus): Set BOL position to
19160 `next-error-overlay-arrow-position' instead of
19161 `overlay-arrow-position'.
19162
19163 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19164 locally instead of adding it to the global hook.
19165 (Info-kill-buffer): Move up.
19166
19167 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19168
19169 * term/xterm.el (xterm-standard-colors): Update color values from
19170 xterm-200.
19171
19172 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19175
19176 * fast-lock.el:
19177 * lazy-lock.el: Move them to the obsolete subdir.
19178
19179 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19180
19181 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19182 (wdired-add-replace-advice): Remove.
19183 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19184
19185 2005-04-06 Kim F. Storm <storm@cua.dk>
19186
19187 * startup.el (command-line): Add --bare-bones alias for -Q.
19188
19189 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19190
19191 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19192 create the startup fontset if a font specification ends with
19193 `mac-roman'.
19194
19195 2005-04-06 Lute Kamstra <lute@gnu.org>
19196
19197 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19198 change.
19199
19200 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19201 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19202
19203 2005-04-05 Lute Kamstra <lute@gnu.org>
19204
19205 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19206 (define-generic-mode): Ditto. Fix debug declaration.
19207
19208 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19209 Put them in the generic-x group.
19210
19211 * calendar/timeclock.el (timeclock): Doc fix.
19212
19213 * generic.el (define-generic-mode): Don't use custom-current-group.
19214 Document default :group value.
19215 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19216 (define-global-minor-mode): Don't use custom-current-group.
19217
19218 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19219
19220 * startup.el (command-line-1): Display startup-echo-area-message
19221 when fancy splash screen is in use.
19222
19223 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19224 (sh-escaped-newline): New face.
19225 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19226 newline, and use sh-escaped-newline face.
19227
19228 * progmodes/tcl.el (tcl-escaped-newline): New face.
19229 (tcl-builtin-list): New variable.
19230 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19231 newlines. Fix keywords subexpression number.
19232
19233 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19234
19235 * textmodes/org.el (org-diary-default-entry): Fix call to
19236 `add-to-diary-entry'.
19237
19238 2005-04-05 Kim F. Storm <storm@cua.dk>
19239
19240 * ediff-init.el: Use (featurep 'xemacs).
19241
19242 2005-04-05 David Ponce <david@dponce.com>
19243
19244 * cus-edit.el (face): Derive from symbol widget. Display sample
19245 of the current face on the fly.
19246 (widget-face-sample-face-get, widget-face-notify): New functions.
19247 (widget-face-value-create): Remove.
19248
19249 * wid-edit.el (widget-field-end): Temporarily remove field
19250 narrowing before to call `get-char-property'.
19251
19252 2005-04-04 Jay Belanger <belanger@truman.edu>
19253
19254 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19255 (math-read-subscripts): New variable.
19256 (math-read-preprocess-string): Process subscripts.
19257
19258 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19259
19260 * comint.el (comint-prompt-read-only): Doc fix.
19261
19262 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19263 `-1'. Doc fix.
19264
19265 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19266
19267 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19268 Change default value to nil.
19269
19270 2005-04-04 Lute Kamstra <lute@gnu.org>
19271
19272 * autorevert.el (auto-revert-mode): Specify :group.
19273 * battery.el (display-battery-mode): Specify :group.
19274 * diff-mode.el (diff-minor-mode): Specify :group.
19275 * font-core.el (font-lock-mode): Specify :group.
19276 * hl-line.el (hl-line-mode): Specify :group.
19277 * iimage.el (iimage): New customization group.
19278 (iimage-mode): Specify :group.
19279 * longlines.el (longlines-mode): Specify :group.
19280 * master.el: Don't require easy-mmode.
19281 (master): New customization group.
19282 (master-mode): Specify :group.
19283 * msb.el (msb-mode): Specify :group.
19284 * reveal.el (reveal-mode): Specify :group.
19285 * simple.el (next-error-follow-minor-mode): Specify :group.
19286 * smerge-mode.el (smerge-mode): Specify :group.
19287 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19288 * emulation/cua-base.el (cua-mode): Specify :group.
19289 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19290 * language/thai-util.el (thai-auto-composition-mode)
19291 (thai-word-mode): Specify :group.
19292 * mail/supercite.el (sc-minor-mode): Specify :group.
19293 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19294 * progmodes/flymake.el (flymake-mode): Specify :group.
19295 * progmodes/glasses.el (glasses-mode): Specify :group.
19296 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19297 * textmodes/enriched.el (enriched-mode): Specify :group.
19298 * textmodes/refill.el (refill-mode): Specify :group.
19299
19300 * add-log.el (change-log-font-lock-keywords): Names in
19301 parenthesized lists can contain spaces.
19302
19303 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19304
19305 * startup.el (fancy-splash-text): Shorten default text of
19306 "Emacs Tutorial" line. Also, if the current language env
19307 indicates an available tutorial file other than TUTORIAL,
19308 extract its title and append it to the line in parentheses.
19309 (fancy-splash-insert): If arg is a thunk, funcall it.
19310
19311 2005-04-04 Jay Belanger <belanger@truman.edu>
19312
19313 * calc.el (calc-language-alist): Add tags to customization type.
19314
19315 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19316
19317 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19318 Doc fix.
19319
19320 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19321
19322 * add-log.el (change-log-font-lock-keywords): The manual
19323 describing a Change Log entry, says: (...) "Aside from these
19324 header lines, every line in the change log starts with a space or
19325 a tab.". The font-lock was not highlighting lines started with
19326 spaces, added support for it.
19327
19328 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19329
19330 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19331 (bibtex-generate-url-list): Update docstring accordingly. Put the
19332 complex example in the docstring.
19333 (bibtex-font-lock-url): Use pop.
19334
19335 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19336
19337 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19338
19339 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19340
19341 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19342
19343 * filesets.el (filesets-set-default): Doc fix.
19344
19345 2005-04-03 Lute Kamstra <lute@gnu.org>
19346
19347 * generic.el (define-generic-mode): Add argument to specify
19348 keywords for defcustom.
19349 (default-generic-mode): Specify :group.
19350
19351 * generic-x.el: Specify :group for all generic modes.
19352
19353 * desktop.el (desktop-no-desktop-file-hook)
19354 (desktop-after-read-hook): Doc fix.
19355
19356 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19357
19358 * simple.el (visible-mode): Use explicit :group keyword.
19359 This changes the group of `visible-mode-hook' from paren-blinking
19360 to editing-basics.
19361
19362 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19363
19364 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19365 mailbox specifications as well as URLs.
19366 (rmail-insert-inbox-text): Remove unused conditional branches.
19367
19368 2005-04-01 Jay Belanger <belanger@truman.edu>
19369
19370 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19371 (calc-gnuplot-print-command): Move definitions to calc.el.
19372
19373 * calc/calc-embed.el (calc-embedded-announce-formula)
19374 (calc-embedded-open-formula, calc-embedded-close-formula)
19375 (calc-embedded-open-word, calc-embedded-close-word)
19376 (calc-embedded-open-plain, calc-embedded-close-plain)
19377 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19378 (calc-embedded-open-mode, calc-embedded-close-mode):
19379 Move definitions to calc.el.
19380
19381 * calc/calc.el (calc-settings-file, calc-language-alist):
19382 Make customizable.
19383 (calc-embedded-announce-formula, calc-embedded-open-formula)
19384 (calc-embedded-close-formula, calc-embedded-open-word)
19385 (calc-embedded-close-word, calc-embedded-open-plain)
19386 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19387 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19388 (calc-embedded-close-mode, calc-gnuplot-name)
19389 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19390 from other files and make customizable.
19391
19392 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19393
19394 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19395 Use buffer-live-p.
19396 (cvs-mode-run): Don't call cvs-update-header here.
19397 (cvs-run-process): Call cvs-update-header.
19398 Use process properties for cvs-postprocess and cvs-buffer so that
19399 the sentinel can behave better if the temp buffer is killed.
19400 Use a pipe rather than a tty, to better handle unexpected prompts.
19401 (cvs-sentinel): Rewrite. Call cvs-update-header.
19402
19403 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19404
19405 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19406 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19407
19408 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19409
19410 * generic.el (define-generic-mode): Add indentation rule.
19411
19412 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19413
19414 * files.el (mode-require-final-newline): Make Custom correctly
19415 report a nil value and allow to set it to nil via Custom.
19416 Doc fix.
19417
19418 2005-04-01 Kenichi Handa <handa@m17n.org>
19419
19420 * international/characters.el: Enable the correct case setting for
19421 dotless-i and dotted-I.
19422
19423 2005-04-01 Kim F. Storm <storm@cua.dk>
19424
19425 * ido.el (ido-file-internal): Fall back to non-ido command if
19426 initial directory is on slow ftp (or tramp) host.
19427
19428 2005-03-31 Richard M. Stallman <rms@gnu.org>
19429
19430 * emacs-lisp/autoload.el (make-autoload):
19431 Handle define-global-minor-mode.
19432
19433 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19434 Rename from easy-mmode-define-global-mode.
19435 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19436
19437 * progmodes/scheme.el (scheme-mode-syntax-table):
19438 Update syntax of | and # for two-character comment syntax.
19439
19440 2005-03-31 Lute Kamstra <lute@gnu.org>
19441
19442 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19443 (define-minor-mode): Call custom-current-group at load-time.
19444
19445 * generic.el (define-generic-mode): Add debug declaration.
19446 Add defcustom for the mode hook.
19447 (generic-mode-internal): Use run-mode-hooks.
19448
19449 2005-03-31 Kim F. Storm <storm@cua.dk>
19450
19451 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19452 (mouse-fixup-help-message): New defun called by show_help_echo
19453 to fixup mouse-2 prefix in help messages when applicable.
19454
19455 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19456
19457 2005-03-31 Kenichi Handa <handa@m17n.org>
19458
19459 * language/thai-word.el (thai-find-word-ends): Pay attention to
19460 the case that we reach the end of buffer.
19461
19462 * textmodes/fill.el (fill-text-properties-at): New function.
19463 (fill-newline): Use fill-text-properties-at instead of
19464 text-properties-at.
19465
19466 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19467
19468 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19469 not comint-quote-filename.
19470
19471 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19472
19473 * help-fns.el (help-with-tutorial): Revert last change.
19474
19475 2005-03-31 Kim F. Storm <storm@cua.dk>
19476
19477 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19478
19479 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19480
19481 * calendar/cal-china.el: Update reference to "Calendrical
19482 Calculations" book; there's a new edition.
19483 * calendar/cal-coptic.el: Likewise.
19484 * calendar/cal-french.el: Likewise.
19485 * calendar/cal-hebrew.el: Likewise.
19486 * calendar/cal-islam.el: Likewise.
19487 * calendar/cal-iso.el: Likewise.
19488 * calendar/cal-julian.el: Likewise.
19489 * calendar/cal-mayan.el: Likewise.
19490 * calendar/cal-persia.el: Likewise.
19491 * calendar/calendar.el: Likewise.
19492 * calendar/holidays.el: Likewise.
19493 * calendar/lunar.el: Likewise.
19494 * calendar/solar.el: Likewise.
19495
19496 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19497 white space from doc string.
19498
19499 2005-03-30 Jay Belanger <belanger@truman.edu>
19500
19501 * calc/calc-help.el (calc-full-help): Remove email address.
19502
19503 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19504
19505 * help-fns.el (help-with-tutorial): Delete title line.
19506
19507 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19508
19509 * calendar/cal-x.el (calendar-one-frame-setup)
19510 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19511 rather than `symbol' for set-window-dedicated-p.
19512
19513 * calendar/appt.el (appt-buffer-name): Make it a constant.
19514 (appt-add): Doc fix.
19515
19516 * filesets.el (filesets-menu-path, filesets-menu-before)
19517 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19518 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19519 (filesets-add-submenu): Delete and use add-submenu instead.
19520
19521 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19522
19523 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19524 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19525 (org-diary-default-entry): New function.
19526 (org-get-entries-from-diary): Better parsing of diary entries.
19527 (org-agenda-check-no-diary): New function.
19528 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19529 linking to diary entries.
19530 (org-agenda-execute-calendar-command): New function.
19531 (org-agenda): Improve visible section in window.
19532 Use `org-fit-agenda-window'.
19533 (org-fit-agenda-window): New option.
19534 (org-move-subtree-down): Better handling of empty lines
19535 at end of subtree.
19536 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19537 levels up.
19538 (org-fontify-done-headline): New option.
19539 (org-headline-done-face): New face.
19540 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19541 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19542 When current field is non-empty, it is copied to next row.
19543 (org-table-copy-from-above): Fix bug which made it
19544 impossible to copy fields containing only a single non-white character.
19545
19546 2005-03-30 Kim F. Storm <storm@cua.dk>
19547
19548 * kmacro.el (kmacro-end-macro): Isearch may store this command
19549 into the macro -- so ignore it when executing keyboard macro.
19550
19551 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19552
19553 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19554
19555 2005-03-29 Kenichi Handa <handa@m17n.org>
19556
19557 * language/thai.el ("Thai"): Set setup-function and exit-function
19558 for Thai language environment.
19559
19560 * language/thai-util.el: Require thai-word.
19561 (thai-word-mode-map): New variable.
19562 (thai-word-mode): New minor mode.
19563 (setup-thai-language-environment-internal): New function.
19564 (exit-thai-language-environment-internal): New function.
19565
19566 * language/thai-word.el (thai-word-table): Declare it by defvar,
19567 use dolist to initialize it.
19568 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19569 (thai-fill-find-break-point): New functions.
19570
19571 2005-03-29 Richard M. Stallman <rms@gnu.org>
19572
19573 * simple.el (idle-update-delay): Move definition up.
19574 (set-mark): Doc fix.
19575
19576 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19577
19578 * longlines.el: New file.
19579
19580 * simple.el (buffer-substring-filters): New variable.
19581 (filter-buffer-substring): New function.
19582 (kill-region, copy-region-as-kill): Use it.
19583
19584 * register.el (copy-to-register, append-to-register)
19585 (prepend-to-register): Use filter-buffer-substring.
19586
19587 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19588
19589 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19590 (gud-filter-pending-text): Move in front of gdb.
19591 (gud-overlay-arrow-position): New variable.
19592 (gud-sentinel, gud-display-line): Use it in place of
19593 overlay-arrow-position.
19594
19595 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19596
19597 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19598 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19599 (fortran-font-lock-keywords-4): New variable.
19600 (fortran-blocks-re, fortran-end-block-re)
19601 (fortran-start-block-re): New constants, for hideshow.
19602 (hs-special-modes-alist): Add a Fortran entry.
19603 (fortran-mode-map): Bind fortran-end-of-block,
19604 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19605 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19606 (fortran-looking-at-if-then, fortran-end-of-block)
19607 (fortran-beginning-of-block): New functions, for hideshow.
19608
19609 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19610 Doc fix. Tweak regexp.
19611 (f90-beginning-of-block): Push mark first.
19612
19613 2005-03-29 Jay Belanger <belanger@truman.edu>
19614
19615 * calc/calc.el: Update copyright date.
19616 (calc-version): Increase to 2.1.
19617 (calc-version-date): Remove.
19618
19619 * calc/calc-help.el: Update copyright date.
19620 (calc-full-help): Remove reference to calc-version-date.
19621 Update copyright date.
19622
19623 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19624
19625 * vc.el (vc-do-command): Use a pipe for async processes, so password
19626 prompts don't show up at places where the user can't reply.
19627
19628 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19629
19630 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19631 on the file name we pass to the inferior shell.
19632
19633 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19634
19635 * progmodes/which-func.el (which-function): Be robust in the face of an
19636 imenu--make-index-alist failure.
19637
19638 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19639
19640 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19641
19642 * progmodes/python.el (python-preoutput-filter): Fix last change.
19643
19644 2005-03-29 Lute Kamstra <lute@gnu.org>
19645
19646 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19647 functions and compiled macros.
19648 (debug-convert-byte-code): Handle macros too.
19649 (debug-on-entry-1): Don't signal an error when trying to clear a
19650 function that is not set to debug on entry.
19651
19652 2005-03-29 Jay Belanger <belanger@truman.edu>
19653
19654 * calc/calc-lang.el: Add functions to math-function-table
19655 properties of tex and math.
19656
19657 2005-03-29 Kenichi Handa <handa@m17n.org>
19658
19659 * ps-mule.el (ps-mule-plot-string): Translate characters by
19660 ps-print-translation-table.
19661 (ps-mule-begin-job): Call find-charset-region/string with
19662 ps-print-translation-table.
19663 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19664
19665 * ps-print.el (ps-print-translation-table): New variable.
19666 (ps-plot-region): Translate characters by ps-print-translation-table.
19667
19668 2005-03-29 Juri Linkov <juri@jurta.org>
19669
19670 * simple.el (next-error-highlight-timer): New variable.
19671
19672 * progmodes/compile.el (compilation-goto-locus):
19673 Use `next-error-highlight-timer' instead of `sit-for'.
19674
19675 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * mail/supercite.el (sc-mail-field): Use assoc-string.
19678 (sc-get-address): Simplify regexps.
19679
19680 * files.el (minibuffer-with-setup-hook): New macro.
19681 (find-file-read-args): Use it to avoid let-binding
19682 minibuffer-with-setup-hook (which breaks turning on/off
19683 file-name-shadow-mode while in the prompt).
19684
19685 * complete.el (PC-read-include-file-name-internal):
19686 Use test-completion.
19687
19688 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19689
19690 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19691
19692 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19693
19694 * window.el (window-buffer-height): Use count-screen-lines.
19695
19696 * progmodes/python.el (python-preoutput-leftover): New var.
19697 (python-preoutput-filter): Use it.
19698 (python-send-receive): Loop until all the result has been received.
19699
19700 2005-03-28 Juri Linkov <juri@jurta.org>
19701
19702 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19703
19704 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19705 "Recover Crashed Session".
19706 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19707 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19708 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19709 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19710 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19711 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19712 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19713 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19714
19715 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19716 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19717 Ediff Sessions", "Toggle use of separate control buffer frame",
19718 "Use separate frame for Ediff control buffer".
19719
19720 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19721 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19722 "Rename Bookmark", "Delete Bookmark".
19723
19724 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19725 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19726 Add `:active Info-index-alternatives' to "Next Matching Item".
19727
19728 * wdired.el (wdired-change-to-wdired-mode):
19729 Mention `wdired-abort-changes' key in the initial message.
19730
19731 * international/mule.el (auto-coding-alist): Associate non-ascii
19732 image filename extensions with `no-conversion'.
19733
19734 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19735
19736 * international/iso-acc.el:
19737 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19738
19739 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19740
19741 * textmodes/sgml-mode.el (html-mode): Doc update.
19742
19743 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19744
19745 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19746
19747 * term.el (term-move-columns): Fix face after extending a line.
19748 (term-insert-spaces): Likewise.
19749 (term-reset-terminal): Fix off by one error.
19750
19751 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19752
19753 * international/mule.el (auto-coding-alist): Add .xpi files.
19754
19755 * files.el (auto-mode-alist): Add .xpi files.
19756
19757 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19758
19759 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19760
19761 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19762
19763 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19764
19765 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19766
19767 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19768 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19769
19770 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19771 cursor to Jan 1 when needed.
19772 (calendar-end-of-year): Fix -/+ typo.
19773 Reported by Chong Yidong <cyd@stupidchicken.com>.
19774
19775 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19776
19777 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19778
19779 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19780 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19781
19782 2005-03-25 Richard M. Stallman <rms@gnu.org>
19783
19784 * filesets.el (filesets-init): Add autoload.
19785
19786 * mail/mailalias.el (mail-directory): Doc fix.
19787
19788 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19789
19790 * mail/mailalias.el (mail-directory-process): Do nothing if
19791 mail-directory-process is an atom.
19792 (mail-get-names): Ignore mail-directory-names if it is an atom.
19793 (mail-directory-process defvar): Doc fix.
19794 (mail-names): Doc fix.
19795
19796 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19797
19798 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19799
19800 2005-03-26 Kenichi Handa <handa@m17n.org>
19801
19802 * international/mule-util.el (detect-coding-with-priority):
19803 Call update-coding-systems-internal before detect-coding-region.
19804
19805 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19806
19807 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19808 (gdb-frames-mode-map): Add follow-link property.
19809
19810 2005-03-25 Jay Belanger <belanger@truman.edu>
19811
19812 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19813 for variables.
19814
19815 2005-03-25 Juri Linkov <juri@jurta.org>
19816
19817 * image-mode.el: Optimize image filename extension regexps in
19818 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19819 in `auto-mode-alist'.
19820 (image-mode): Add `image-toggle-display-text' to local hook
19821 `change-major-mode-hook'. Display the image as an image by
19822 default. Set `cursor-type' and `truncate-lines' if the image
19823 is already displayed. Take into account the current mode (image
19824 or text) in message.
19825 (image-minor-mode): New minor mode.
19826 (image-mode-maybe, image-toggle-display-text): New functions.
19827 (image-toggle-display): Use called-interactively-p.
19828 Let-bind `inhibit-read-only' to t.
19829
19830 * image-mode.el (image-minor-mode): Set `cursor-type' and
19831 `truncate-lines' if the image is already displayed. Add turning
19832 image-minor-mode off to `change-major-mode-hook'. Add message.
19833 Call `image-toggle-display-text' after turning image-minor-mode off.
19834
19835 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19836
19837 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19838 Terminal.app, use utf-8.
19839 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19840 (set-locale-environment): Use it.
19841
19842 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19843
19844 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19845
19846 * progmodes/python.el (python-close-block-statement-p)
19847 (python-outdent-p, python-current-defun): Use symbol-end.
19848
19849 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19850
19851 * files.el (save-some-buffers): Doc fix.
19852
19853 2005-03-25 Werner Lemberg <wl@gnu.org>
19854
19855 * complete.el, thumbs.el: Replace `legal' with `valid'.
19856 * calendar/calendar.el: Replace `legal' with `valid'.
19857 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19858 * mail/supercite.el: Replace `legal' with `valid'.
19859 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19860 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19861 Replace `legal' with `valid'.
19862 * textmodes/reftex-vars.el, textmodes/reftex.el:
19863 Replace `legal' with `valid'.
19864
19865 2005-03-25 Werner Lemberg <wl@gnu.org>
19866
19867 * calc/calc-forms.el, calc/calc-sel.el
19868 * midnight.el, vc-cvs.el
19869 * emacs-lisp/cl-macs.el
19870 * emulation/vip.el
19871 * eshell/esh-io.el, eshell/esh-var.el
19872 * mail/supercite.el
19873 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19874 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19875 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19876 * progmodes/sh-script.el, progmodes/xscheme.el
19877 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19878 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19879 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19880 * textmodes/reftex.el, textmodes/org.el:
19881 Replace `illegal' with `invalid'.
19882
19883 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19884
19885 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19886 (flymake-find-buildfile, flymake-find-possible-master-files)
19887 (flymake-check-include, flymake-parse-line): Replace loops over the
19888 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19889
19890 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19891 Substitute file-name-as-directory in the rest of the file.
19892 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19893 (flymake-replace-region): Remove unused arg `buffer'.
19894 (flymake-check-patch-master-file-buffer): Update calls to it.
19895 (flymake-add-err-info): Remove unused var `count'.
19896 (flymake-mode): Use define-minor-mode.
19897
19898 * progmodes/flymake.el: Use with-current-buffer.
19899 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19900 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19901 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19902 Avoid testing for `xemacs'.
19903 (flymake-nop): Move.
19904 (flymake-region-has-flymake-overlays): Return the computed value.
19905 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19906 Remove unused var `endline'.
19907 (flymake-get-line-count): Remove unused function.
19908 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19909
19910 * emulation/vi.el:
19911 * generic.el:
19912 * hilit-chg.el (global-highlight-changes):
19913 * hi-lock.el (hi-lock-mode):
19914 * follow.el: find-file-hooks -> find-file-hook.
19915
19916 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19917
19918 2005-03-24 Juri Linkov <juri@jurta.org>
19919
19920 * dired.el (dired-mode-map): Add menu item "Compare directories"
19921 for dired-compare-directories.
19922
19923 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19924 Doc fix. Replace `read-file-name' with `read-directory-name'.
19925
19926 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19927
19928 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19929
19930 2005-03-24 Jay Belanger <belanger@truman.edu>
19931
19932 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19933 relevant mode settings in calc-embedded-original-modes when modes
19934 are permanently changed.
19935
19936 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19937
19938 * autoinsert.el: find-file-hooks -> find-file-hook.
19939
19940 2005-03-24 Lute Kamstra <lute@gnu.org>
19941
19942 * generic.el (generic-font-lock-defaults): Make it obsolete.
19943 (generic-font-lock-keywords): New variable to replace
19944 generic-font-lock-defaults.
19945 (generic-mode-set-font-lock): Delete it.
19946 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19947 (generic-bracket-support): Add docstring.
19948
19949 * generic-x.el: Rename generic-font-lock-defaults to
19950 generic-font-lock-keywords throughout.
19951 (mailagent-rules-setup-function): Delete it.
19952 (mailagent-rules-generic-mode): Use anonymous function instead.
19953 (show-tabs-generic-mode-font-lock-defaults-1)
19954 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19955 Quote faces.
19956 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19957 not foreground.
19958
19959 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19960 Recognize define-generic-mode.
19961
19962 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19963
19964 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19965 if there's no completion table.
19966
19967 2005-03-23 Miles Bader <miles@gnu.org>
19968
19969 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19970 Remove tty-specific variants, as they're no longer needed.
19971
19972 2005-03-23 Lute Kamstra <lute@gnu.org>
19973
19974 * generic-x.el: Code cleanup: make args constant whenever possible.
19975 (installshield-statement-keyword-list)
19976 (installshield-system-functions-list)
19977 (installshield-system-variables-list, installshield-types-list)
19978 (installshield-funarg-constants-list): Make them constants.
19979
19980 * generic.el (generic-make-keywords-list): Add autoload cookie.
19981
19982 * calendar/time-date.el: Add comment on time value formats.
19983 Don't require parse-time.
19984 (with-decoded-time-value): New macro.
19985 (encode-time-value): New function.
19986 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19987 (days-to-time): Return a valid time value when arg is huge.
19988 (time-since): Use time-subtract.
19989 (time-to-number-of-days): Use time-to-seconds.
19990
19991 2005-03-23 David Ponce <david@dponce.com>
19992
19993 * recentf.el (recentf-keep): New option.
19994 (recentf-menu-action): Default to `find-file'.
19995 (recentf-keep-non-readable-files-flag)
19996 (recentf-keep-non-readable-files-p)
19997 (recentf-file-readable-p, recentf-find-file)
19998 (recentf-cleanup-remote): Remove.
19999 (recentf-include-p): More robust.
20000 (recentf-keep-p): New function.
20001 (recentf-remove-if-non-kept): Rename from
20002 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20003 All callers updated.
20004 (recentf-menu-items-for-commands): Fix help string.
20005 (recentf-track-closed-file): Update. Doc fix.
20006 (recentf-cleanup): Update. Count removed files. Doc fix.
20007
20008 2005-03-23 Kim F. Storm <storm@cua.dk>
20009
20010 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20011 Don't inherit from fringe face (now happens automatically).
20012
20013 2005-03-22 Kim F. Storm <storm@cua.dk>
20014
20015 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20016 position values.
20017
20018 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20019
20020 * menu-bar.el (showhide-date-time): Remove.
20021 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20022 (menu-bar-make-mm-toggle): Simplify.
20023
20024 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20025
20026 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20027 Accept qualified variable and function names.
20028
20029 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20030
20031 * bindings.el (completion-ignored-extensions):
20032 Remove ".lis" for `vax-vms'.
20033
20034 2005-03-22 Andreas Schwab <schwab@suse.de>
20035
20036 * generic-x.el: Revert last change.
20037 * ldefs-boot.el: Update.
20038
20039 2005-03-22 Jay Belanger <belanger@truman.edu>
20040
20041 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20042 (calc-embedded-save-original-modes)
20043 (calc-embedded-restore-original-modes): New functions.
20044 (calc-do-embedded): Save original modes when entering embedded mode
20045 and restore when leaving embedded mode.
20046 (calc-embedded-modes-change): Change the value of
20047 calc-embedded-original-modes to reflect permanent changes.
20048
20049 2005-03-22 Lute Kamstra <lute@gnu.org>
20050
20051 * generic-x.el: Require generic again.
20052
20053 2005-03-22 Miles Bader <miles@gnu.org>
20054
20055 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20056 Tweak details to look good on both ttys and bitmap displays, light
20057 or dark background, etc.
20058
20059 2005-03-21 Kim F. Storm <storm@cua.dk>
20060
20061 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20062 mouse position.
20063
20064 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20065
20066 * icomplete.el: Don't forcibly turn on the mode upon load.
20067 (icomplete-mode): Use define-minor-mode.
20068 (icomplete-eoinput): Default to nil.
20069 (icomplete-minibuffer-setup): Remove autoload.
20070 (icomplete-tidy): Simplify.
20071 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20072 in the initial state or if the user has modified the field.
20073 Fix handling of icomplete-max-delay-chars.
20074 Remove code that handles the oddball case where
20075 minibuffer-completion-table is an integer.
20076 Wrap icomplete-completions in while-no-input in case building
20077 completions takes more time than expected.
20078 (icomplete-completions): Simplify.
20079
20080 2005-03-21 Richard M. Stallman <rms@gnu.org>
20081
20082 * jka-compr.el (jka-compr-really-do-compress):
20083 Make variable buffer-local.
20084
20085 * image-mode.el: Handle .xpm files too.
20086 (image-toggle-display): Preserve modification flag.
20087
20088 * help.el (where-is): Don't mention aliases with no key bindings.
20089
20090 2005-03-21 Lute Kamstra <lute@gnu.org>
20091
20092 * generic.el: Fix commentary section. Don't require cl for
20093 compilation.
20094 (generic-mode-list): Add autoload cookie.
20095 (generic-use-find-file-hook, generic-lines-to-scan)
20096 (generic-find-file-regexp, generic-ignore-files-regexp)
20097 (generic-mode, generic-mode-find-file-hook)
20098 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20099 (define-generic-mode): Make it a defmacro. Fix docstring.
20100 (generic-mode-internal): Code cleanup. Add autoload cookie.
20101 (generic-mode-set-comments): Code cleanup.
20102 * generic-x.el: Don't prevent compilation. Don't require generic.
20103 Follow coding conventions. Minor code cleanup.
20104 (etc-fstab-generic-mode): Add some keywords.
20105 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20106 define-generic-mode like a function declaration.
20107
20108 2005-03-21 Jay Belanger <belanger@truman.edu>
20109
20110 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20111 changing modes.
20112
20113 2005-03-21 Sam Steingold <sds@gnu.org>
20114
20115 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20116
20117 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20118
20119 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20120 Add underscore to "f$ lexicals" regexp.
20121
20122 2005-03-20 Juri Linkov <juri@jurta.org>
20123
20124 * subr.el (progress-reporter-do-update): When `min-value' is equal
20125 to `max-value', set `percentage' to 0 and prevent division by zero.
20126
20127 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20128
20129 Sync with Tramp 2.0.48.
20130
20131 * net/tramp.el (all): Change all addresses to .gnu.org.
20132 (tramp-append-tramp-buffers): New defun.
20133 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20134 Catch `dont-send' signal.
20135 (tramp-set-auto-save-file-modes): Set always permissions, because
20136 there might be an old auto-saved file belonging to another
20137 original file. This could be a security threat. Reported by
20138 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20139 Check for Emacs 21.3.50 removed.
20140
20141 * net/tramp-smb.el (all): Remove debug construct for
20142 `with-parsed-tramp-file-name'.
20143 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20144 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20145 No error message if DIRECTORY or FILENAME doesn't exist.
20146 (tramp-smb-open-connection): Check existence of
20147 `tramp-smb-program'.
20148
20149 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20150
20151 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20152 Properly handle the case where the `m' or `s' command's argument is not
20153 yet terminated.
20154 (perl-indent-new-calculate): New function.
20155 (perl-indent-line): Use it.
20156
20157 2005-03-20 Miles Bader <miles@gnu.org>
20158
20159 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20160 in text-mode too. Change to new face names.
20161 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20162 Add `:weight bold' attribute.
20163 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20164
20165 2005-03-19 Juri Linkov <juri@jurta.org>
20166
20167 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20168
20169 * international/mule.el (auto-coding-alist): Sync with
20170 `auto-mode-alist' by adding upper case archive file extensions
20171 and adding ear/war to jar extension.
20172
20173 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20174
20175 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20176 running, restart it.
20177
20178 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20179
20180 * finder.el (finder-current-item): Throw an error on an empty line.
20181
20182 * man.el (Man-follow-manual-reference): If current-word returns
20183 nil, use "".
20184
20185 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20186
20187 * simple.el (goto-line): Doc fix.
20188
20189 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20190
20191 * files.el (save-buffer): Doc fix.
20192
20193 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20194
20195 * recentf.el (recentf-cleanup-remote): New variable.
20196 (recentf-cleanup): Use it to conditionally check availability of
20197 remote files.
20198
20199 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20200
20201 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20202 function names.
20203
20204 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20205
20206 * language/thai-word.el: New file.
20207
20208 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20209
20210 * files.el (backup-buffer): If the file's directory is not
20211 writable, use copy instead of move to backup the file.
20212
20213 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20214
20215 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20216
20217 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20218
20219 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20220 Use functionp instead of symbolp and fboundp. Reported by Drkm
20221 <darkman_spam@yahoo.fr>.
20222 (ps-print-version): New version 6.6.6.
20223
20224 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20225
20226 * textmodes/table.el (table--line-column-position): New idiom.
20227 (table--row-column-insertion-point-p): New function to test
20228 validity of row and column insertion operation at a location.
20229 (table-global-menu, table-cell-menu): Use above functions for
20230 deterministic test operation.
20231 (table--editable-cell-p): Behave in deterministic fashion.
20232
20233 2005-03-18 Juri Linkov <juri@jurta.org>
20234
20235 * isearch.el (isearch-lazy-highlight-new-loop):
20236 Make arguments beg and end optional.
20237 (isearch-update): Remove optional arguments nil from
20238 isearch-lazy-highlight-new-loop.
20239 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20240 isearch-lazy-highlight-case-fold-search instead of
20241 isearch-case-fold-search, and let-bind isearch-regexp to
20242 isearch-lazy-highlight-regexp.
20243 Use isearch-lazy-highlight-last-string instead of isearch-string.
20244
20245 * replace.el (perform-replace): Remove bindings of global
20246 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20247 Add three new arguments to `replace-highlight'.
20248 (replace-highlight): Add arguments string, regexp, case-fold.
20249 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20250 to allow isearch-lazy-highlight-new-loop to use these values
20251 to set corresponding isearch-lazy-highlight-* internal
20252 variables whose values lazy highlighting will use regardless of
20253 changes to global variables isearch-string, isearch-regexp,
20254 isearch-case-fold-search during lazy highlighting loop.
20255 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20256 to `lazy-highlight-cleanup'.
20257
20258 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20259 (ispell-highlight-face): Set default face to `isearch' when
20260 lazy highlighting is enabled.
20261 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20262 priority to 1. Add lazy highlighting.
20263 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20264 from `isearch-dehighlight'.
20265
20266 2005-03-18 David Ponce <david@dponce.com>
20267
20268 * files.el (hack-local-variables): Do a case-insensitive search
20269 for End.
20270
20271 2005-03-18 Juri Linkov <juri@jurta.org>
20272
20273 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20274 `isearch-lazy-highlight-cleanup', add alias to old name and
20275 declare obsolete. Add release numbers to other obsolete vars.
20276 (isearch-done, isearch-lazy-highlight-new-loop):
20277 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20278 (lazy-highlight-cleanup) <variable>: Doc fix.
20279 (isearch-lazy-highlight-update): Rename obsolete
20280 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20281
20282 2005-03-18 Kenichi Handa <handa@m17n.org>
20283
20284 * language/thai-util.el: Fix categorization of Thai characters in
20285 thai-category-table.
20286 (thai-composition-pattern): Adjust it for the above change.
20287 (thai-self-insert-command, thai-compose-syllable): New functions.
20288 (thai-compose-region): Use thai-compose-syllable.
20289 (thai-compose-string): Likewise.
20290 (thai-composition-function): Likewise.
20291 (thai-auto-composition): New function.
20292 (thai-auto-composition-mode): New minor mode.
20293
20294 * language/thai.el: Fix patterns to be registered in
20295 composition-function-table.
20296
20297 * international/quail.el (quail-input-method): Locally bind
20298 inhibit-modification-hooks to t.
20299
20300 2005-03-17 Richard M. Stallman <rms@gnu.org>
20301
20302 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20303 (perl-mode): Use run-mode-hooks.
20304
20305 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20306 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20307 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20308
20309 * mail/sendmail.el (sendmail-send-it): Reenable the code
20310 to compute resend-to-address and use it.
20311
20312 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20313
20314 * image-mode.el: New file.
20315
20316 * image.el (insert-sliced-image): Add autoload cookie.
20317
20318 * font-lock.el (font-lock-lines-before): New user option.
20319 (font-lock-after-change-function): Obey it.
20320
20321 * bindings.el (esc-map): Make M-g a prefix.
20322 Bind M-g g and M-g M-g to goto-line.
20323
20324 * faces.el (face-id): Doc fix.
20325
20326 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20327
20328 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20329 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20330 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20331
20332 * mail/sendmail.el (mail-yank-ignored-headers)
20333 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20334 Add Mail-Followup-To and Mail-Reply-To headers.
20335 (mail-citation-hook): Add autoload cookie.
20336 (mail-mode): Doc fix.
20337 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20338 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20339 (mail-mode-fill-paragraph): Handle those headers.
20340 (mail-mailing-lists): New variable.
20341 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20342
20343 2005-03-17 Juri Linkov <juri@jurta.org>
20344
20345 * isearch.el (isearch-fallback): Check for `(car previous)'
20346 before calling `isearch-other-end-state'.
20347
20348 2005-03-17 Kim F. Storm <storm@cua.dk>
20349
20350 * simple.el (move-beginning-of-line): Move to beginning of buffer
20351 line, as well as beginning of screen line.
20352
20353 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20354
20355 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20356 argument REDRAW rather than calendar-redrawing variable.
20357 * calendar/calendar.el (calendar-redrawing): Delete.
20358 (redraw-calendar): Do not bind calendar-redrawing.
20359
20360 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20361
20362 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20363 diary-file buffer.
20364
20365 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20366
20367 * help.el (describe-mode): Allow a :minor-mode-function property to
20368 specify a different minor mode toggle function than the variable.
20369 * simple.el (auto-fill-function):
20370 * subr.el (add-minor-mode): Use it.
20371
20372 2005-03-16 Kenichi Handa <handa@m17n.org>
20373
20374 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20375 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20376 (ethio-fidel-to-sera-buffer): Likewise.
20377
20378 2005-03-16 Juri Linkov <juri@jurta.org>
20379
20380 * emacs-lisp/find-func.el (find-function-regexp):
20381 Add defun-emitting macro `menu-bar-make-toggle'.
20382
20383 * isearch.el: Put `isearch-scroll' property to
20384 `split-window-horizontally'.
20385
20386 * info.el: Update error messages for `debug-ignored-errors'.
20387 (Info-isearch-search): Doc fix.
20388 (Info-find-node): Move up code to go into info buffer before
20389 recording the node to the history.
20390 (Info-fontify-node): Fontify titles only if the next line
20391 has two or more `*', `=', `-', `.'.
20392 Display "go to this node" for empty (match-string 3).
20393
20394 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20395
20396 * term/mac-win.el: Add mouse pointer shape constants.
20397
20398 2005-03-15 Kim F. Storm <storm@cua.dk>
20399
20400 * simple.el (move-beginning-of-line): Use vertical-motion.
20401
20402 2005-03-15 Juri Linkov <juri@jurta.org>
20403
20404 * isearch.el (isearch-error): New variable.
20405 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20406 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20407 (isearch-within-brackets-state): Remove.
20408 (isearch-case-fold-search-state, isearch-pop-fun-state):
20409 Decrease frame index.
20410 (isearch-mode, isearch-top-state, isearch-push-state)
20411 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20412 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20413 (isearch-search, isearch-lazy-highlight-new-loop):
20414 Replace `isearch-invalid-regexp' with `isearch-error'.
20415 Remove `isearch-within-brackets'.
20416 (isearch-search): Add `search-failed' handler to `condition-case'.
20417 (isearch-lazy-highlight-search): Add `condition-case' to catch
20418 errors and allow `isearch-lazy-highlight-update' to try
20419 highlighting from the beginning of the window.
20420 (isearch-repeat): Move up code to set isearch-wrapped to t
20421 before calling isearch-wrap-function.
20422
20423 * info.el (Info-isearch-initial-node): New internal variable.
20424 (Info-search): Signal an error in isearch mode when search leaves
20425 the initial node. Signal an error when `bound' is non-nil and
20426 nothing was found in the current subfile.
20427 (Info-isearch-search): Remove `condition-case'.
20428 (Info-isearch-wrap): Don't wrap when search failed during leaving
20429 the initial node. If `Info-isearch-search' is nil, wrap around
20430 the current node.
20431 (Info-isearch-start): New fun.
20432 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20433 `isearch-mode-hook'.
20434
20435 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20436
20437 * simple.el (normal-erase-is-backspace): Set default to t if
20438 running on Mac.
20439
20440 * term/mac-win.el (function-key-map): Sync with x-win.el.
20441
20442 2005-03-15 Kenichi Handa <handa@m17n.org>
20443
20444 * international/mule-cmds.el (locale-language-names): Modify the
20445 format of elements and add more entries.
20446 (locale-preferred-coding-systems): Add more entries.
20447 (set-locale-environment): Adjust for the change of
20448 locale-language-names.
20449
20450 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20451
20452 * pcvs.el (smerge-ediff): Remove bogus autoload.
20453
20454 2005-03-14 Lute Kamstra <lute@gnu.org>
20455
20456 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20457 Ignore a `*' at the beginning of a line.
20458
20459 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20460 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20461 subr.el.
20462 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20463 to specify indentation.
20464
20465 * generic.el (define-generic-mode): Let generic-mode-list be a
20466 list of strings; test membership with equal.
20467
20468 2005-03-14 Kim F. Storm <storm@cua.dk>
20469
20470 * simple.el (next-line, previous-line): Add optional try-vscroll
20471 arg to recognize interactive use. Pass it on to line-move.
20472 (line-move): Don't perform auto-window-vscroll when defining or
20473 executing keyboard macro to ensure consistent behavior.
20474
20475 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20476
20477 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20478
20479 2005-03-13 Lute Kamstra <lute@gnu.org>
20480
20481 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20482 debugger-setup-buffer so that backtrace marks the frames set to
20483 debug-on-exit and we don't have to do it manually. Set an extra
20484 debug-on-exit for macro's.
20485 (debugger-setup-buffer): Don't mark the top frame manually.
20486
20487 2005-03-12 Lute Kamstra <lute@gnu.org>
20488
20489 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20490 lisp-indent-function throughout.
20491 (with-no-warnings): Set lisp-indent-function property.
20492
20493 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20494
20495 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20496 Add entry for backslash.
20497
20498 2005-03-12 Juri Linkov <juri@jurta.org>
20499
20500 * info.el (Info-search): Four fixes for backward search.
20501
20502 2005-03-11 Jay Belanger <belanger@truman.edu>
20503
20504 * calc/calc.el (calc-language-alist): New variable.
20505 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20506 (calc-embedded-find-modes): Use calc-language-alist instead of
20507 calc-embedded-language-alist.
20508
20509 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20510
20511 * calendar/calendar.el (calendar-redrawing): New internal
20512 variable.
20513 (redraw-calendar): Remove bogus save-excursion from previous
20514 change. Bind calendar-redrawing to t for mark-diary-entries.
20515 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20516 calendar if that is why we were called.
20517
20518 2005-03-11 Kenichi Handa <handa@m17n.org>
20519
20520 * international/mule.el (make-coding-system): Set property
20521 coding-system-define-form to nil.
20522 (define-coding-system-alias): Likewise.
20523
20524 2005-03-11 Kenichi Handa <handa@m17n.org>
20525
20526 These changes are suggested by Dave Love <fx@gnu.org>.
20527
20528 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20529 coding: tag.
20530 (adaptive-fill-regexp): Add more bullets.
20531 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20532 regexps.
20533
20534 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20535
20536 * help.el (describe-mode): Properly handle non-trivial lighters.
20537 Don't ignore minor modes that are not listed in minor-mode-list.
20538
20539 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20540 feature ON when the user requests to turn it OFF.
20541
20542 2005-03-10 Lute Kamstra <lute@gnu.org>
20543
20544 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20545 (implement-debug-on-entry): New function to replace debug-entry-code.
20546 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20547 second argument as the 2005-03-07 change makes it obsolete.
20548 (debug-on-entry, cancel-debug-on-entry): Update call to
20549 debug-on-entry-1.
20550 (debug, debugger-setup-buffer): Comment update.
20551 (debugger-frame-number): Update to work with implement-debug-on-entry.
20552
20553 2005-03-10 Jay Belanger <belanger@truman.edu>
20554
20555 * calc/calc-embed.el (math-ms-args): Declare it.
20556 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20557 math-ms-args.
20558 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20559 variables.
20560
20561 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20562
20563 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20564 Use message-box.
20565
20566 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20567 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20568 (tooltip-gud-tips): Simplify.
20569 (tooltip-gud-tips-p): Remove superfluous :set.
20570 (tooltip-gud-modes): Add fortran-mode.
20571 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20572
20573 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20574
20575 2005-03-09 Kim F. Storm <storm@cua.dk>
20576
20577 * play/animate.el (animate-place-char): Use forward-line instead
20578 of next-line to improve performance.
20579
20580 2005-03-09 Simon Josefsson <jas@extundo.com>
20581
20582 * net/browse-url.el (browse-url-default-browser): Doc fix.
20583
20584 2005-03-09 Miles Bader <miles@gnu.org>
20585
20586 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20587 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20588
20589 2005-03-09 Kenichi Handa <handa@m17n.org>
20590
20591 * international/latin-1.el: Set case and syntax for 255 only if
20592 set-case-syntax-set-multibyte is nil.
20593
20594 * textmodes/ispell.el (ispell-insert-word): New function.
20595 (ispell-word): Use ispell-insert-word to insert a new word.
20596 (ispell-process-line): Likewise.
20597 (ispell-complete-word): Likewise.
20598
20599 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20600
20601 * calendar/calendar.el (redraw-calendar): Preserve point.
20602 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20603 (calendar-week-start-day): Move after definition of
20604 redraw-calendar. Delete buffer test, since redraw-calendar has
20605 that now.
20606
20607 * calendar/diary-lib.el (mark-diary-entries): Only call
20608 redraw-calendar in the first of any recursive calls.
20609 Reported by Alan Shutko <ats@acm.org>.
20610
20611 2005-03-08 Juri Linkov <juri@jurta.org>
20612
20613 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20614 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20615 (html-radio-buttons): Add a space before the trailing `/>' where
20616 sgml-xml-mode is non-nil.
20617 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20618 the subsequent tag of the empty XML tag.
20619 (html-href-anchor): Don't set initial input to "http:".
20620 (html-image): Ask for the image URL and set point inside alt="".
20621 (html-name-anchor): Duplicate the name in the `id' attribute when
20622 sgml-xml-mode is non-nil.
20623 (html-paragraph): Remove \n before <p>.
20624 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20625 instead of `checked' when sgml-xml-mode is non-nil.
20626
20627 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20628 Remove 1 space before #RRGGBB to not truncate it on terminal
20629 windows w/o fringes. Remove 1 space between bg and fg examples
20630 to get more space.
20631 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20632 avoid byte-compile warnings.
20633
20634 * image-file.el (image-file-handler): Put `safe-magic' property to
20635 `image-file-handler'.
20636
20637 * info.el (Info-isearch-search): Emulate word search in
20638 isearching through multiple Info nodes with Info-search.
20639 (Info-isearch-wrap): Allow isearch-word.
20640
20641 2005-03-08 Lute Kamstra <lute@gnu.org>
20642
20643 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20644 stepping into the debugger's code is not possible.
20645 (debugger-jumping-flag): Docstring update.
20646
20647 2005-03-08 Jay Belanger <belanger@truman.edu>
20648
20649 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20650 embedded mode begins.
20651 (calc-embedded-language-alist): New variable.
20652 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20653 set default language mode.
20654
20655 2005-03-08 Kenichi Handa <handa@m17n.org>
20656
20657 * international/ccl.el (define-ccl-program): Fix docstring about
20658 extra 256 bytes assured for the output buffer.
20659
20660 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20661 Fix BUFFER_MAGNIFICATION to 2.
20662 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20663
20664 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20665
20666 * align.el (align-rules-list): Added an alignment rule for CSS
20667 declarations (applies to css-mode and html-mode buffers).
20668
20669 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20670
20671 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20672
20673 2005-03-07 Kim F. Storm <storm@cua.dk>
20674
20675 * simple.el (move-beginning-of-line): New command.
20676
20677 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20678
20679 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20680
20681 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20682 and move-beginning-of-line.
20683
20684 * apropos.el (apropos-print): Omit command from M-x ... RET.
20685
20686 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20687
20688 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20689 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20690
20691 2005-03-06 Richard M. Stallman <rms@gnu.org>
20692
20693 * bindings.el (esc-map): Bind M-g to goto-line.
20694
20695 * facemenu.el (global-map): Bind M-o, not M-g.
20696
20697 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20698
20699 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20700 "Open Directory" as for "Open File".
20701
20702 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20703
20704 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20705 (push-mark-command): Run activate-mark-hook.
20706
20707 2005-03-06 Richard M. Stallman <rms@gnu.org>
20708
20709 * help-mode.el (help-mode-finish): Don't alter the element
20710 in view-return-to-alist if there already is one.
20711
20712 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20713 make sure the current buffer is the expected one.
20714
20715 * novice.el (disabled-command-function): Output in *Disabled Command*.
20716 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20717
20718 * textmodes/flyspell.el (flyspell-large-region):
20719 Pass args differently for aspell.
20720
20721 * files.el (mode-require-final-newline): Doc fix.
20722
20723 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20724
20725 * progmodes/which-func.el (which-function):
20726 Specify NOERROR when calling imenu--make-index-alist.
20727
20728 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20729
20730 * simple.el (normal-erase-is-backspace): Define default value.
20731
20732 * custom.el (custom-theme-set-variables): Remove unused var
20733 `immediate'.
20734 (custom-reevaluate-setting): Simple function to handle variables
20735 that are defined before their default value can really be
20736 computed.
20737
20738 * startup.el (command-line): Use it for temporary-file-directory,
20739 small-emporary-file-directory, auto-save-file-name-transforms,
20740 blink-cursor-mode, and normal-erase-is-backspace.
20741
20742 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20743 progress, even with buggy anchored keywords.
20744
20745 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20746
20747 * simple.el (goto-line): Remove unbalanced final parenthesis.
20748
20749 2005-03-05 Richard M. Stallman <rms@gnu.org>
20750
20751 * simple.el (goto-line): Use a number at point as the default.
20752 With C-u as arg, switch buffers.
20753
20754 2005-03-05 Juri Linkov <juri@jurta.org>
20755
20756 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20757 with `no-blinking-cursor'.
20758
20759 * startup.el (no-blinking-cursor): New defvar.
20760 (command-line): Add `--no-blinking-cursor' to longopts.
20761 Set `no-blinking-cursor' to t for command line arguments
20762 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20763 with `no-blinking-cursor' in the condition for calling
20764 `blink-cursor-mode'.
20765
20766 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20767
20768 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20769 (menu-bar-options-save): Add blink-cursor-mode.
20770 (menu-bar-options-menu): Add blink-cursor-mode.
20771
20772 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20773
20774 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20775 (icalendar-export-file, icalendar-export-region)
20776 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20777 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20778
20779 2005-03-04 Lute Kamstra <lute@gnu.org>
20780
20781 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20782 (debug-function-list): Ditto.
20783
20784 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20785
20786 * textmodes/texinfmt.el (texinfo-append-refill):
20787 Redefine the types of line to which @refill
20788 is not appended by replacing a search for `@refill\\|@bye' with
20789 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20790 itemize@refill' bug and the unfilled long lines bug.
20791 (texinfmt-version): Update number and date.
20792
20793 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20794
20795 * international/code-pages.el (windows-1250, windows-125[2-8])
20796 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20797
20798 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20799
20800 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20801 bound yet.
20802
20803 2005-03-02 Romain Francoise <romain@orebokech.com>
20804
20805 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20806 buffer after removing limits.
20807 (ibuffer-pop-filter): Ditto.
20808 Update copyright.
20809
20810 2005-03-02 Miles Bader <miles@gnu.org>
20811
20812 * button.el (make-text-button): If the user doesn't specify a
20813 type, use the default. Rewrite to use `add-text-properties' and
20814 plist functions.
20815
20816 2005-03-01 Lute Kamstra <lute@gnu.org>
20817
20818 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20819 (debugger-jumping-flag): New var.
20820 (debug-entry-code): Use it.
20821 (debugger-jump): Use debugger-jumping-flag and add
20822 debugger-reenable to post-command-hook.
20823 (debugger-reenable): Use debugger-jumping-flag and remove itself
20824 from post-command-hook.
20825 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20826 debugger-reenable.
20827
20828 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20829
20830 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20831 inclusion of "itemize\\|", which may be unnecessary, is certainly
20832 inelegant, and stops refilling in itemize lists when formatting
20833 Japanese Texinfo files to Info.
20834 Update copyright to 2005.
20835
20836 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20837
20838 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20839 of an error if GDB can't find the source file.
20840
20841 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20842
20843 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20844 not just the calendar.
20845
20846 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20847 first.
20848 (diary-redraw-calendar): New function.
20849 (make-diary-entry): Add diary-redraw-calendar to local
20850 write-contents-functions. Turn off selective display before
20851 inserting in diary.
20852
20853 2005-03-01 Kim F. Storm <storm@cua.dk>
20854
20855 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20856
20857 2005-03-01 Lute Kamstra <lute@gnu.org>
20858
20859 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20860 that debug-entry-code can be safely removed from a function while
20861 this code is being evaluated. Revert the 2005-02-27 change as the
20862 new implementation no longer requires it. Make sure that a
20863 function body containing just a string is not mistaken for a docstring.
20864 (debug): Skip one more frame in case of debug on entry.
20865 (debugger-setup-buffer): Delete one more frame line in case of
20866 debug on entry.
20867 (debugger-frame-number): Update to use the new text introduced by
20868 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20869
20870 2005-02-28 Kim F. Storm <storm@cua.dk>
20871
20872 * double.el (double-translate-key): Call force-window-update after
20873 read-event to avoid crash in redisplay.
20874
20875 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20878 (debug): Use it. Move the inhibit-trace earlier.
20879 (debug-entry-code): New const.
20880 (debug-on-entry-1): Use it.
20881
20882 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20883
20884 * international/utf-16.el (ccl-encode-mule-utf-16le):
20885 Fix BUFFER_MAGNIFICATION to 2.
20886 (ccl-encode-mule-utf-16be): Likewise.
20887
20888 2005-02-28 Kenichi Handa <handa@m17n.org>
20889
20890 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20891 Fix BUFFER_MAGNIFICATION to 4.
20892 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20893
20894 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20895
20896 * speedbar.el (speedbar-update-flag): Doc fix.
20897 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20898 argument.
20899
20900 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20901
20902 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20903 have a non-nil `invisible' property but are actually visible.
20904
20905 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20906 for perldoc sections.
20907 (perl-outline-regexp, perl-outline-level): New var and function.
20908 (perl-mode): Use them.
20909
20910 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20911
20912 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20913 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20914
20915 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20916
20917 * cus-edit.el: Comment change.
20918 (custom-buffer-create-internal): Slightly reword text at top of
20919 Custom buffers. Mention there that saving an option edits the
20920 init file. Add link to Emacs manual node on `custom-file'.
20921 (custom-magic-alist): Rewrite individual State messages to use
20922 capitalized keywords. Doc fix.
20923
20924 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20925
20926 * calendar/calendar.el (calendar-buffer): Move above
20927 calendar-week-start-day.
20928 (calendar-week-start-day): Doc fix. Add :set function.
20929 (calendar-minimum-window-height): New variable.
20930 (generate-calendar-window): Only resize window if selected-window
20931 is displaying the calendar buffer. Use new variable
20932 calendar-minimum-window-height.
20933 (generate-calendar): Reword error message.
20934 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20935
20936 2005-02-27 Andreas Schwab <schwab@suse.de>
20937
20938 * vc.el (vc-do-command): Don't run command asynchronously when
20939 operating in a remote directory.
20940
20941 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20942 change from sync with Tramp 2.0.47.
20943
20944 2005-02-27 Richard M. Stallman <rms@gnu.org>
20945
20946 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20947
20948 * textmodes/flyspell.el (flyspell-mode-on):
20949 Call ispell-change-dictionary only if necessary.
20950
20951 * emacs-lisp/re-builder.el (regexp-builder): New function.
20952
20953 * register.el (describe-register-1): Explicitly handle
20954 yank-excluded-properties = t.
20955
20956 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20957 (custom-magic-alist): Change the status descriptions again.
20958 (face widget-type): Total rewrite based on `restricted-sexp'
20959 to eliminate the confusing double hiding levels.
20960
20961 * emacs-lisp/debug.el (debug-on-entry-1):
20962 If function body is empty, add nil as body form.
20963
20964 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20965
20966 * emacs-lisp/trace.el (inhibit-trace): New var.
20967 (trace-make-advice): Use it.
20968
20969 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20970
20971 2005-02-26 Kim F. Storm <storm@cua.dk>
20972
20973 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20974 (mouse-on-link-p, mouse-drag-region-1): Use it.
20975
20976 2005-02-25 Lute Kamstra <lute@gnu.org>
20977
20978 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20979
20980 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20981
20982 * frame.el (blink-cursor-mode): Add :group keyword.
20983
20984 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20985
20986 * calendar/icalendar.el (icalendar--decode-isodatetime):
20987 New optional argument DAY-SHIFT.
20988 (icalendar-export-region): Fix coding-system-for-write.
20989 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20990 events by one.
20991
20992 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20993
20994 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20995
20996 2005-02-24 Kim F. Storm <storm@cua.dk>
20997
20998 * international/iso-acc.el (iso-accents-compose): Fix crash
20999 during redisplay. Call force-window-update after read-event
21000 and delete-region to signal that window is not accurate.
21001
21002 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21003
21004 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21005 Remove unused and inexistent var `inhibit-trace'.
21006 (debugger-mode): Use run-mode-hooks.
21007 (debugger-list-functions): Add buttons; setup xref stack.
21008
21009 2005-02-23 Richard M. Stallman <rms@gnu.org>
21010
21011 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21012 appointment says it was explicitly made.
21013 (appt-add): Set the 3rd element.
21014 (appt-make-list): Preserve explicit appointments.
21015
21016 * subr.el (find-tag-default): Catch errors in forward-sexp.
21017
21018 2005-02-23 Juri Linkov <juri@jurta.org>
21019
21020 * info.el (Info-isearch-search): New defcustom.
21021 (Info-isearch-search): Call the default isearch function
21022 when Info-isearch-search is nil.
21023 (Info-isearch-wrap): Use variable Info-isearch-search.
21024
21025 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21026
21027 * cus-edit.el: Comment change.
21028
21029 2005-02-22 Kim F. Storm <storm@cua.dk>
21030
21031 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21032 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21033
21034 2005-02-22 Simon Josefsson <jas@extundo.com>
21035
21036 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21037 New variable.
21038 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21039 Oskarsson" <myrkraverk@users.sourceforget.net>.
21040
21041 2005-02-22 Kim F. Storm <storm@cua.dk>
21042
21043 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21044 check that window of that event is the selected window.
21045 (mouse-drag-region-1): Compare mouse event window to selected
21046 window before setting point.
21047
21048 * tooltip.el (tooltip-show-help-function): Pass event to
21049 mouse-on-link-p so it can check selected window.
21050
21051 2005-02-22 Kenichi Handa <handa@m17n.org>
21052
21053 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21054 (ps-mule-show-warning): New function.
21055 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21056 characters are found.
21057
21058 * ps-print.el (ps-header-footer-string): Return a list of header
21059 and footer strings.
21060
21061 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21062
21063 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21064
21065 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21066
21067 * frame.el (blink-cursor-mode): Use define-minor-mode.
21068
21069 * term/mac-win.el (function-key-map): Use char-names more consistently.
21070 (file-name-coding-system): Only set it for MacOS-9. The other case is
21071 already handled in mule-cmds.el (where it also works when mac-win.el
21072 is not used).
21073
21074 2005-02-21 Kenichi Handa <handa@m17n.org>
21075
21076 * international/mule.el (ctext-pre-write-conversion): Always use
21077 " *code-converting-work*" buffer for work.
21078
21079 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21080
21081 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21082
21083 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21084
21085 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21086
21087 * ses.el (undo-more): Restore defadvice, but only the part that
21088 allows changes outside the restricted area of the buffer.
21089
21090 2005-02-20 Kim F. Storm <storm@cua.dk>
21091
21092 * simple.el (line-move): Add fourth optional arg try-vscroll which
21093 must be set to perform auto-window-vscroll.
21094 When moving backwards and doing auto-window-vscroll, automatically
21095 vscroll to the last part of lines which are taller than the window.
21096 (next-line, previous-line): Set try-vscroll arg on line-move.
21097
21098 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21099
21100 * replace.el (query-replace, query-replace-regexp)
21101 (replace-string, replace-regexp): When operating on region, make
21102 the minibuffer prompt say so.
21103
21104 * isearch.el (isearch-forward): Document isearch-query-replace and
21105 isearch-query-replace-regexp keybindings.
21106
21107 2005-02-19 Jay Belanger <belanger@truman.edu>
21108
21109 * calc/calc-aent.el (math-read-token): Add local variable.
21110
21111 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21112 (calc-edit-top): Move declaration to earlier in file.
21113 (calc-edit-macro-repeats): Add local variables.
21114
21115 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21116 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21117 calcFunc-tanh.
21118 Adjust integration rule for calcFunc-tan.
21119
21120 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21121
21122 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21123 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21124 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21125 (viper-skip-separators): Bug fix.
21126 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21127 particular major mode.
21128 (viper-del-backward-char-in-replace): Don't put deleted char on the
21129 kill ring.
21130
21131 * viper-ex.el (viper-color-display-p): New function.
21132 (viper-has-face-support-p): Use viper-color-display-p.
21133
21134 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21135
21136 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21137
21138 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21139 (viper-file-remote-p): Make equivalent to file-remote-p.
21140
21141 * viper.el (viper-major-mode-modifier-list):
21142 Use viper-gnus-modifier-map.
21143
21144 2005-02-19 David Kastrup <dak@gnu.org>
21145
21146 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21147 quoting.
21148
21149 2005-02-19 Jay Belanger <belanger@truman.edu>
21150
21151 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21152 Remove extra definitions.
21153 (calc-coth): New function.
21154 (calcFunc-cot): Fix `let'.
21155
21156 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21157
21158 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21159 the reasons we use "type pc" in these faces.
21160
21161 * button.el (button): Ditto.
21162
21163 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21164
21165 * replace.el (query-replace-read-from): Set the value of
21166 query-replace-from-history-variable to handle the case of an empty
21167 string entered to accept the suggested default.
21168
21169 * net/tramp.el (tramp-file-name-for-operation):
21170 Use dired-call-process instead of dired-call-process-command.
21171
21172 2005-02-19 Jay Belanger <belanger@truman.edu>
21173
21174 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21175 (math-div-non-trig): New variables.
21176 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21177 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21178 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21179 trig expressions.
21180
21181 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21182
21183 * progmodes/gdb-ui.el (gdb-var-update-handler)
21184 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21185 for watch expressions,
21186 (gdb-var-create-handler): Don't set speedbar-update-flag.
21187 (gdb-post-prompt): Simplify test for speedbar.
21188
21189 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21190
21191 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21192 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21193 we use the syntax table of the correct buffer.
21194 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21195 Felix Gatzemeier.
21196
21197 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21198 (ediff-file-remote-p): Make synonymous with file-remote-p.
21199 In all deffaces ediff-*-face-*, use min-colors.
21200
21201 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21202 ediff-recurse-to-subdirectories.
21203 (ediff-mark-if-equal): Check that the arguments are strings, use
21204 ediff-same-contents (after to Felix Gatzemeier).
21205
21206 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21207 nil.
21208
21209 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21210
21211 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21212
21213 2005-02-18 David Kastrup <dak@gnu.org>
21214
21215 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21216 use `mark-active' when defined.
21217
21218 2005-02-18 Kenichi Handa <handa@m17n.org>
21219
21220 * ps-print.el (ps-font-info-database): New entry
21221 ZapfChancery-MediumItalic with correct font name. Fix font name
21222 of the entry Zapf-Chancery-MediumItalic.
21223
21224 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21225
21226 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21227
21228 2005-02-16 Kim F. Storm <storm@cua.dk>
21229
21230 * ido.el (ido-fallback-command): Pass user input to fallback command.
21231
21232 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21233
21234 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21235 (gdb-find-file-hook): Add server prefix.
21236
21237 2005-02-16 Richard M. Stallman <rms@gnu.org>
21238
21239 * replace.el (perform-replace): Pass new args to replace-highlight.
21240 (replace-highlight): Take region args,
21241 and pass them to isearch-lazy-highlight-new-loop.
21242
21243 * novice.el (disabled-command-hook): Autoload the defalias
21244 and the make-obsolete-variable call.
21245
21246 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21247
21248 * isearch.el (isearch-lazy-highlight-start-limit)
21249 (isearch-lazy-highlight-end-limit): New variables limit
21250 the region for highlighting.
21251 (isearch-lazy-highlight-new-loop): New args BEG and END.
21252 (isearch-lazy-highlight-search): Use the new vars.
21253 (isearch-lazy-highlight-update): Likewise.
21254
21255 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21256
21257 * cus-start.el (all): Use default-boundp.
21258
21259 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21260
21261 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21262
21263 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21264
21265 * autorevert.el (auto-revert-stop-on-user-input)
21266 (auto-revert-verbose): Doc fixes.
21267
21268 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21269
21270 * international/mule-cmds.el (set-locale-environment): Remove call
21271 to set-selection-coding-system on Windows.
21272
21273 2005-02-15 Jay Belanger <belanger@truman.edu>
21274
21275 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21276 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21277 calcFunc-coth.
21278 (math-simplify-sqrt): Add simplifications.
21279
21280 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21281 to list.
21282
21283 * calc/calc-ext.el: Add functions to autoloads.
21284
21285 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21286 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21287 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21288 (math-csc-raw, math-cot-raw): New functions.
21289
21290 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21291
21292 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21293 the variable name in a message.
21294
21295 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21296 calcFunc-csc, calcFunc-cot.
21297
21298 * calc/calcalg2.el: Add derivative and integration rules for
21299 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21300 calcFunc-csch, calcFunc-coth.
21301 (math-do-integral-methods): Add to checks for when to use
21302 substitutions.
21303
21304 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21305
21306 2005-02-15 Lute Kamstra <lute@gnu.org>
21307
21308 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21309 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21310 <monnier@iro.umontreal.ca>
21311 (lisp-outline-level): Improve efficiency. Suggested by David
21312 Kastrup <dak@gnu.org>.
21313
21314 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21315
21316 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21317 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21318 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21319 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21320 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21321
21322 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21323
21324 * cus-start.el (all): Comment change.
21325
21326 2005-02-14 Lute Kamstra <lute@gnu.org>
21327
21328 * cus-start.el (all): Check if symbol is void.
21329
21330 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21331
21332 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21333 optional argument to \cite.
21334
21335 2005-02-14 Richard M. Stallman <rms@gnu.org>
21336
21337 * cus-edit.el (custom-buffer-create-internal): Update help message.
21338 (custom-magic-alist): Update help messages.
21339
21340 * cus-start.el (all): Allow a var to specify a standard value.
21341
21342 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21343
21344 * custom.el (custom-theme-set-variables): Handle variable aliases.
21345
21346 * frame.el (blink-cursor-timer): Doc fix.
21347 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21348 declare obsolete.
21349 (blink-cursor-mode): Define with defcustom and use correct
21350 standard expression in that defcustom.
21351 * startup.el (command-line): Adapt to above changes in frame.el.
21352
21353 2005-02-11 Lute Kamstra <lute@gnu.org>
21354
21355 * apropos.el (apropos-score-doc): Prevent division by zero.
21356
21357 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21358
21359 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21360 (icalendar--get-event-property-attributes)
21361 (icalendar--get-event-properties)
21362 (icalendar--datetime-to-diary-date): New functions.
21363 (icalendar--split-value): Doc fix.
21364 (icalendar--datetime-to-noneuropean-date)
21365 (icalendar--datetime-to-european-date): New optional argument
21366 SEPARATOR. Return result as a string instead of a list.
21367 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21368 (icalendar--convert-string-for-export): Rename arg S to STRING.
21369 (icalendar-export-region): Doc fix. Change name of error buffer.
21370 Save output buffer.
21371 (icalendar-import-file): Add blank at end of prompt.
21372 (icalendar-import-buffer): Doc fix. Do not switch to error
21373 buffer. Indicate status in return value.
21374 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21375 buffer. Save output buffer. Handle exception from recurrence
21376 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21377 events. Fix problems with weekly all-day events.
21378
21379 2005-02-10 Richard M. Stallman <rms@gnu.org>
21380
21381 * simple.el (eval-expression-print-format):
21382 Avoid warning about edebug-active.
21383
21384 * help.el (help-for-help-internal): Rename from help-for-help.
21385 (help-for-help): Define with defalias.
21386
21387 * font-core.el (font-lock-default-function): Use with-no-warnings.
21388
21389 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21390
21391 * custom.el (defface): Doc fix.
21392
21393 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21394
21395 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21396 width 0" to prevent word wrapping problems.
21397
21398 2005-02-09 Kim F. Storm <storm@cua.dk>
21399
21400 * ido.el (ido-file-extensions-order): New defcustom.
21401 (ido-file-extension-lessp, ido-file-extension-aux)
21402 (ido-file-extension-order): New advanced file ordering.
21403 (ido-file-lessp): New simple file ordering.
21404 (ido-sort-list): Remove.
21405 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21406 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21407
21408 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21409
21410 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21411 that some versions of grep produce.
21412 (grep-mode-font-lock-keywords): Likewise.
21413
21414 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21415
21416 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21417 (gdb-cdir): Delete.
21418 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21419 (gdb-source-info): Treat case when source file is in another
21420 directory properly.
21421 (gdb-get-location): New function.
21422
21423 2005-02-07 Jay Belanger <belanger@truman.edu>
21424
21425 * calc/calc-prog.el (calc-write-parse-table-part)
21426 (calc-fix-token-name): Fix a check for language type.
21427
21428 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21429
21430 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21431
21432 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21433 as directory not writable.
21434
21435 2005-02-07 Kim F. Storm <storm@cua.dk>
21436
21437 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21438 (cua--standard-movement-commands): Remove list.
21439 Instead, set CUA property value to move for movement commands.
21440 (cua-movement-commands): Remove. Users must set CUA prop instead.
21441 (cua--pre-command-handler): Check CUA property.
21442 (cua--init-keymaps): Don't remap undo commands.
21443 (cua-mode): Don't call cua--rectangle-on-off.
21444
21445 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21446 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21447 (cua--rect-undo-set-point): New var.
21448 (cua--rectangle-undo-boundary): Setup undo apply entry.
21449 (cua--rect-undo-handler): New function for rectangle undo.
21450 (cua--rect-start-position, cua--rect-end-position): Add.
21451 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21452 for restored rectangle. Set point if cua--rect-undo-set-point.
21453
21454 2005-02-06 Jay Belanger <belanger@truman.edu>
21455
21456 * calc/calc-lang.el (calc-tex-language): Display more information
21457 in messages.
21458
21459 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21460 in TeX mode.
21461
21462 2005-02-06 Richard M. Stallman <rms@gnu.org>
21463
21464 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21465
21466 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21467
21468 * net/ldap.el (ldap-search-internal): Support attributes with
21469 optional descriptions separated by a semi-colon, as in
21470 "userCertificate;binary".
21471
21472 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21473
21474 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21475 isn't a cons (i.e. the version is 0).
21476
21477 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21478
21479 * help.el (help-for-help): Doc fix.
21480
21481 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21482
21483 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21484 GDB-Windows on the menu-bar as this works better.
21485
21486 2005-02-04 Jay Belanger <belanger@truman.edu>
21487
21488 * calc/calc-embed.el (calc-embedded-update): Don't put in
21489 unnecessary newlines. Adjust the end of formula marker.
21490
21491 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21492 (math-latex-parse-two-args): New function.
21493
21494 2005-02-03 Lute Kamstra <lute@gnu.org>
21495
21496 * help-fns.el (help-with-tutorial): Make sure that users cannot
21497 remove the entire text of the tutorial by means of `undo'.
21498
21499 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21500
21501 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21502 in recent changes, where the ispell process was repeatedly
21503 killed & restarted.
21504
21505 * international/mule-cmds.el (set-locale-environment): Set file-name
21506 coding system to utf-8 on Darwin systems.
21507 (set-default-coding-systems): Don't set default-file-name-coding-system
21508 on Darwin systems.
21509
21510 2005-02-03 Richard M. Stallman <rms@gnu.org>
21511
21512 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21513
21514 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21515
21516 * faces.el (list-faces-display): Add optional argument.
21517
21518 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * font-core.el (font-lock-default-function): Handle the rare case where
21521 only font-lock-keywords is set.
21522
21523 2005-02-02 Kenichi Handa <handa@m17n.org>
21524
21525 * international/characters.el: Cancel previous change for
21526 I-WITH-DOT-ABOVE and DOTLESS-i.
21527
21528 * international/latin-5.el: Cancel previous change.
21529
21530 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21531
21532 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21533
21534 2005-02-02 Kenichi Handa <handa@m17n.org>
21535
21536 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21537 DOTLESS-i.
21538
21539 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21540 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21541
21542 * case-table.el (get-upcase-table): New function.
21543 (copy-case-table): Copy upcaes table too if non-nil.
21544 (set-case-syntax-delims): Maintain upcase table too.
21545 (set-case-syntax-pair): Likewise.
21546 (set-upcase-syntax, set-downcase-syntax): New functions.
21547 (set-case-syntax): Maintain upcase table too.
21548
21549 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21550
21551 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21552
21553 * progmodes/gud.el (gud-goto-info): New function.
21554 (gud-tool-bar-map): Use correct icon.
21555
21556 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21557
21558 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21559 When delegating, order args in the funcall correctly.
21560
21561 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21562
21563 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21564
21565 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21566
21567 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21568 buffer not visiting a file.
21569
21570 2005-01-31 Jay Belanger <belanger@truman.edu>
21571
21572 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21573 bound on the line with the formula.
21574
21575 2005-01-31 Kim F. Storm <storm@cua.dk>
21576
21577 * ses.el (ses-create-cell-variable-range)
21578 (ses-destroy-cell-variable-range, ses-reset-header-string)
21579 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21580 (ses-insert-row): Fix format of apply undo entries.
21581
21582 2005-01-31 Jay Belanger <belanger@truman.edu>
21583
21584 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21585 parts.
21586
21587 * calc/calc-embed.el (calc-embedded-open-formula)
21588 (calc-embedded-close-formula): Ignore matrix environments.
21589
21590 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21591 TeX mode.
21592
21593 * calc/calc-lang.el (math-function-table, math-oper-table)
21594 (math-variable-table): Adjust the LaTeX portions.
21595
21596 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21597 (math-latex-ignore-words): New constant.
21598
21599 2005-01-31 Richard M. Stallman <rms@gnu.org>
21600
21601 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21602 (ispell-local-dictionary): Doc fix.
21603 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21604 Don't reinitialize at run time. Don't defcustom.
21605 All uses changed to append ispell-local-dictionary-alist,
21606 or check it first.
21607 (ispell-current-dictionary): New variable for dictionary in use.
21608 (ispell-dictionary): Now used only for global default.
21609 (ispell-start-process): Set ispell-current-dictionary,
21610 not ispell-dictionary.
21611 (ispell-change-dictionary): Use this only for setting
21612 user preferences.
21613 (ispell-internal-change-dictionary): New function
21614 to change the current dictionary in use.
21615 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21616 Use ispell-current-dictionary.
21617 Handle ispell-local-dictionary-overridden.
21618 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21619
21620 2005-01-31 Jay Belanger <belanger@truman.edu>
21621
21622 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21623
21624 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21625 (calc-mode-map): Add calc-latex-language.
21626
21627 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21628 (math-latex-print-frac): New functions.
21629 (math-oper-table, math-function-table, math-variable-table)
21630 (math-complex-format, math-input-filter): Add latex properties.
21631 (calc-set-language): Set math-expr-special-function-mapping.
21632
21633 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21634 (calc-write-parse-table-part): Add LaTeX support.
21635
21636 * calc/calc.el (calc-language): Adjust docstring.
21637 (calc-set-mode-line): Add LaTeX support.
21638 (math-expr-special-function-mapping): New variable.
21639 (math-tex-ignore-words): Add to list.
21640
21641 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21642 Add LaTeX support.
21643 (math-compose-expr): Add support for special functions.
21644
21645 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21646
21647 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21648
21649 * progmodes/gdb-ui.el (gdb-memory-address)
21650 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21651 (gdb-memory-mode-map, gdb-memory-format-keymap)
21652 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21653 (gdb-memory-unit-menu): New variables for a buffer
21654 that lets the user examine program memory.
21655 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21656 (gdb-memory-format-binary, gdb-memory-format-octal)
21657 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21658 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21659 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21660 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21661 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21662 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21663 (gdb-memory-mode, gdb-memory-buffer-name)
21664 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21665 New functions for above buffer.
21666
21667 2005-01-30 Richard M. Stallman <rms@gnu.org>
21668
21669 * cus-edit.el (custom-bury-buffer): Function deleted.
21670 (custom-buffer-done-function): Option deleted.
21671 (custom-buffer-done-kill): New replacement option.
21672 (Custom-buffer-done): Call quit-window.
21673 (custom-buffer-create-internal): Update for above changes.
21674
21675 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21676
21677 * simple.el (undo-ask-before-discard): New var.
21678 (undo-outer-limit-truncate): Implement it.
21679 (undo-extra-outer-limit): Doc update.
21680
21681 2005-01-29 Richard M. Stallman <rms@gnu.org>
21682
21683 * ses.el (undo-more): Delete defadvice.
21684 (ses-begin-change): Doc fix.
21685
21686 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21687 instead of rebinding C-x u and C-_.
21688
21689 * files.el (normal-backup-enable-predicate): Return nil for files
21690 in /tmp, regardless of temporary-file-directory.
21691
21692 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21693
21694 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21695 (open-rectangle, delete-whitespace-rectangle-line)
21696 (clear-rectangle-line): If FILL, pass t instead of FILL
21697 for move-to-column's 2nd arg.
21698
21699 * simple.el (undo): Fix the test for continuing a series of undos.
21700 (undo-more): Set pending-undo-list to t when we reach end.
21701 (pending-undo-list): Move up defvar.
21702
21703 * wid-edit.el (widget-button-click):
21704 Shorten the range of the track-mouse binding.
21705
21706 * comint.el (comint-insert-input): Undo previous changes;
21707 use last-input-event in interactive spec.
21708
21709 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21710
21711 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21712 to nil before invoking call-process. Reset buffer's modified flag
21713 after fontifying it in the no-async branch.
21714
21715 * wid-edit.el (widget-specify-button): If mouse pointer shape
21716 cannot be changed, use mouse face instead.
21717
21718 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21719
21720 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21721 (gdb-goto-breakpoint): Make breakpoint handling work on template
21722 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21723 (gdb-assembler-custom): Update to recognize breakpoint information
21724 added on 2005-01-19.
21725
21726 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21727
21728 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21729 (dsssl-mode): Use define-derived-mode.
21730 (scheme-mode-initialize): Remove.
21731 (scheme-mode): Use run-mode-hooks.
21732
21733 * cus-edit.el (customize-group-other-window)
21734 (custom-buffer-create-other-window): Don't override special-display-*.
21735 (custom-mode-map): Make it dense.
21736
21737 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21738 sets the default value.
21739
21740 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21741
21742 * descr-text.el: Add more keywords.
21743
21744 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21745
21746 * speedbar.el: Avoid unnecessary use of locate-library.
21747
21748 * international/mule-cmds.el (standard-display-european-internal):
21749 Don't fiddle with latin-1 non-break space any more since it's now
21750 special cased in the C code.
21751 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21752
21753 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21754
21755 * cus-start.el (all): Add `undo-outer-limit'.
21756
21757 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21758
21759 * textmodes/bibtex.el (bibtex-format-entry):
21760 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21761 field lines.
21762 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21763 not on part of a buffer.
21764
21765 2005-01-25 Lute Kamstra <lute@gnu.org>
21766
21767 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21768 nonempty field text strings like "{letters\\macro{}more letters}".
21769 Clarify docstring.
21770 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21771 (bibtex-entry-offset, bibtex-parse-association)
21772 (bibtex-parse-field-name): Fix typos in docstrings.
21773 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21774
21775 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21776
21777 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21778 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21779 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21780 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21781
21782 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21783 isearch minor mode.
21784
21785 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21786
21787 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21788
21789 2005-01-24 Lute Kamstra <lute@gnu.org>
21790
21791 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21792 CASECHARS and NOT-CASECHARS regular expressions of the
21793 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21794 striding over charsets" error.
21795
21796 2005-01-24 Jay Belanger <belanger@truman.edu>
21797
21798 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21799 display variable name.
21800
21801 2005-01-24 Kenichi Handa <handa@m17n.org>
21802
21803 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21804 Fix setting of the element of encoded-kbd-iso2022-invocations.
21805
21806 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21807
21808 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21809 (gdb-threads-select): Change to also accept mouse events.
21810 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21811 (gdb-threads-mouse-select): Delete.
21812
21813 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21814
21815 * files.el (insert-directory): Take care of empty directory,
21816 listed without -a switch.
21817
21818 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21819
21820 * textmodes/refill.el (refill-post-command-function):
21821 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21822 to the list of functions that we should be careful not to undo.
21823 (refill-late-fill-paragraph-function): Remove.
21824 (refill-saved-state): New var.
21825 (refill-mode): Use it to save fill-paragraph-function.
21826 Save also the value of auto-fill-function.
21827
21828 * term/w32-win.el: Simplify code.
21829
21830 2005-01-23 Kim F. Storm <storm@cua.dk>
21831
21832 * simple.el (line-move): Adapt to new return value from
21833 pos-visible-in-window-p.
21834
21835 * simple.el (line-move): Fix last change. Check partial
21836 visibility at point rather than at window-start.
21837
21838 2005-01-22 Jason Rumney <jasonr@gnu.org>
21839
21840 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21841
21842 2005-01-22 David Kastrup <dak@gnu.org>
21843
21844 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21845
21846 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21847
21848 * type-break.el (type-break-mode): Add a test for
21849 type-break-file-name being non-nil.
21850
21851 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21852
21853 * net/eudc.el (top level): Call (message "") via progn, so that
21854 eudc-options-file is loaded.
21855
21856 2005-01-22 Kim F. Storm <storm@cua.dk>
21857
21858 * simple.el (line-move-1): Rename from line-move.
21859 (line-move): New function that adjusts vscroll for partially
21860 visible rows, and calls line-move-1 otherwise.
21861
21862 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21863
21864 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21865 since it's not a complete read-event implementation
21866
21867 2005-01-20 Jay Belanger <belanger@truman.edu>
21868
21869 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21870 for called function.
21871
21872 2005-01-20 Steven Tamm <steventamm@mac.com>
21873
21874 * term/mac-win.el (process-connection-type): Remove.
21875 Controlled now by s/darwin.h:PTY_ITERATION.
21876
21877 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21878
21879 * window.el (handle-select-window): Don't switch window when we're
21880 in the minibuffer.
21881
21882 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21883
21884 * subr.el (dotimes-with-progress-reporter): New macro.
21885
21886 * ses.el (ses-dotimes-msg): Remove macro.
21887 Use `dotimes-with-progress-reporter' instead.
21888
21889 2005-01-19 Steven Tamm <steventamm@mac.com>
21890
21891 * term/mac-win.el (process-connection-type): Use new
21892 operating-system-release variable to use ptys on Darwin 7 (OS X
21893 10.3) when using carbon build.
21894
21895 2005-01-19 Jay Belanger <belanger@truman.edu>
21896
21897 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21898 flags if the last command was a tab or M-tab.
21899
21900 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21901 in formula editing buffer.
21902
21903 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21904
21905 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21906 breakpoint image symbol in margin.
21907
21908 2005-01-19 Jay Belanger <belanger@truman.edu>
21909
21910 * calc/calc-prog.el (calc-execute-kbd-macro):
21911 Ignore calc-keep-arg-flag.
21912
21913 2005-01-19 Kenichi Handa <handa@m17n.org>
21914
21915 * textmodes/ispell.el (ispell-looking-at): New function.
21916 (ispell-process-line): Use ispell-looking-at to compare the ispell
21917 output and the buffer contents.
21918
21919 2005-01-18 Jay Belanger <belanger@truman.edu>
21920
21921 * calc/calc.el (calc-display-raw): Fix docstring.
21922
21923 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21924
21925 * simple.el (blink-matching-open): Strip extra info from syntax.
21926
21927 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21928 funny chars in the end-of-here-doc marker.
21929
21930 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21931
21932 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21933 that enable/disabled state of breakpoints is shown correctly in
21934 fringe and on ttys.
21935 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21936 Add breakpoint information as text properties.
21937 (gdb-mouse-toggle-breakpoint):
21938 Rename to gdb-mouse-set-clear-breakpoint.
21939 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21940 breakpoints in the margin.
21941 (gdb-remove-strings): Simplify.
21942
21943 2005-01-17 Jay Belanger <belanger@truman.edu>
21944
21945 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21946 erasing buffer.
21947
21948 2005-01-17 Richard M. Stallman <rms@gnu.org>
21949
21950 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21951 for calling grep-compute-defaults.
21952
21953 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21954 if buffer is empty.
21955
21956 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21957
21958 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21961
21962 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21963 non-preloaded variables.
21964
21965 2005-01-17 Steven Tamm <steventamm@mac.com>
21966
21967 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21968 tex-shell cause to force interactivity when using pipes.
21969
21970 2005-01-17 Kim F. Storm <storm@cua.dk>
21971
21972 * simple.el (just-one-space): Make arg optional.
21973
21974 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21975
21976 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21977 posn-at-x-y to t to access left-margin.
21978
21979 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21980
21981 Sync with Tramp 2.0.47.
21982
21983 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21984 catching keep-date problems in cp/scp operations.
21985 (tramp-handle-copy-file): Don't call `set-file-modes'
21986 unconditionally. Specialized functions should know better what is
21987 necessary. This improves performance a little bit, and the
21988 functions could catch errors with `cp -p' and `scp -p'.
21989 (tramp-do-copy-or-rename-file-via-buffer)
21990 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21991 when appropriate.
21992 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21993 Call `set-file-modes' when appropriate.
21994 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21995 Johnsson <isak@hypergene.com>
21996 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21997 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21998 <joakim@verona.se>
21999 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22000 Emacs only.
22001
22002 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22003 `find-file-hooks' and `dired-mode-hook'.
22004 (tramp-minor-mode-map): Respective map. Add remapping for
22005 `compile' and `recompile'.
22006 (tramp-remap-command, tramp-recompile): New defuns.
22007 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22008 in buffer "*Compilation*". Call the commands asynchronously.
22009
22010 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22011 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22012 `shell-command', because it isn't magic in XEmacs. Reported by
22013 Adrian Aichner <adrian@xemacs.org>.
22014
22015 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22016 `substitute-in-file-name.
22017 (tramp-smb-handle-substitute-in-file-name): New defun.
22018 (tramp-smb-advice-PC-do-completion): Delete advice.
22019
22020 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22021
22022 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22023 Fix error in deleting region.
22024
22025 2005-01-15 Richard M. Stallman <rms@gnu.org>
22026
22027 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22028 In non-temp buffer, switch syntax table temporarily.
22029
22030 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22031
22032 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22033
22034 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22035
22036 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22037 (imenu--generic-function): Use START, not BEG, as pos of definition.
22038
22039 * simple.el (just-one-space): Argument specifies number of spaces.
22040
22041 * simple.el (eval-expression-print-format): Avoid warning
22042 about edebug-active.
22043
22044 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22045
22046 * progmodes/sh-script.el: Code copied from make-mode.el
22047 with small changes,
22048 (sh-mode-map): Bind C-c C-\.
22049 (sh-backslash-column, sh-backslash-align): New variables.
22050 (sh-backslash-region, sh-append-backslash): New functions.
22051
22052 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22053
22054 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22055 (rmail-pop-password, rmail-pop-password-required): Move to
22056 rmail-obsolete group.
22057 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22058 All callers updated.
22059 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22060 Take an argument specifying whether it is POP or IMAP mailbox we
22061 are using. All callers updated.
22062 (rmail-pop-password-error): Rename to
22063 rmail-remote-password-error. Added mailutils-specific error message.
22064 (rmail-movemail-search-path)
22065 (rmail-movemail-variant-in-use): New variables.
22066 (rmail-remote-password, rmail-remote-password-required):
22067 New customization variables.
22068 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22069 (rmail-parse-url): New function.
22070 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22071 with GNU mailutils movemail.
22072
22073 2005-01-15 Kevin Ryde <user42@zip.com.au>
22074
22075 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22076 suffix to space, $ or '$, to correctly position point when going
22077 to @table style constants like DBL_MAX.
22078
22079 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22080
22081 * type-break.el (type-break-mode, type-break-file-time)
22082 (type-break-file-keystroke-count, type-break-choose-file):
22083 Don't store data in or load data from the file if type-break-file-name
22084 is nil.
22085 (type-break-file-name): Doc update as per the above.
22086
22087 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22088
22089 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22090 lookup-key might return nil; handle that.
22091
22092 2005-01-15 Alan Mackenzie <acm@muc.de>
22093
22094 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22095 rather than the element found, thus enabling the tree to be setcar'd.
22096
22097 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22098
22099 * textmodes/org.el (org-show-following-heading): New option.
22100 (org-show-hierarchy-above): Use `org-show-following-heading'.
22101 (org-cycle): Documentation fix.
22102
22103 * textmodes/org.el (orgtbl-optimized): New option
22104 (orgtbl-mode): New command, a minor mode.
22105 (orgtbl-mode-map): New variable.
22106 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22107 (orgtbl-error, orgtbl-self-insert-command)
22108 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22109
22110 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22111 a local variable in each org-mode buffer.
22112
22113 * textmodes/org.el (org-set-regexps-and-options): Rename from
22114 `org-set-regexps'. Added checking for STARTUP keyword.
22115 (org-get-current-options): Add STARTUP options.
22116 (org-table-insert-row): Make mode intelligent about when
22117 realignment is needed.
22118 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22119 New commands.
22120 (org-enable-table-editor): New default value `optimized'.
22121 (org-table-blank-field): Support blanking regions if active.
22122
22123 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22124
22125 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22126 if the year is not given.
22127
22128 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22129 Add new escapes %m and %M, fixed bug with %F by adding
22130 save-match-data.
22131 (reftex-reference): Remove ?. from list of spaces.
22132 (reftex-label-info): Add automatic label prefix recognition.
22133
22134 * textmodes/reftex-index.el (reftex-index-next-phrase):
22135 Add slave parameter to call of `reftex-index-this-phrase'.
22136 (reftex-index-this-phrase): New optional argument.
22137 (reftex-index-region-phrases): Add slave parameter to call of
22138 `reftex-index-this-phrase'.
22139 (reftex-display-index): New argument redo.
22140 (reftex-index-rescan): Add `redo' to arguments of
22141 `reftex-display-index'.
22142 (reftex-index-Rescan, reftex-index-revert)
22143 (reftex-index-switch-index-tag): Add `redo' to arguments of
22144 `reftex-display-index'.
22145 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22146 indexing. Fix bug with matching is there is a quote before or
22147 after the word.
22148
22149 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22150 Fix bug when collecting citation keys in lines with comments.
22151 (reftex-citation): Prefix argument no longer rescans the document,
22152 but forces prompting for optional arguments of cite macros.
22153 (reftex-do-citation): Prompting for optional arguments implemented.
22154
22155 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22156 Add optional arguments to most cite commands.
22157 (reftex-cite-cleanup-optional-args): New option
22158 (reftex-cite-prompt-optional-args): New option.
22159 (reftex-trust-label-prefix): New option.
22160
22161 * textmodes/reftex-toc.el (reftex-toc-find-section):
22162 Add push-mark before changing the position in the buffer.
22163
22164 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22165 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22166
22167 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22168
22169 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22170 more carefully.
22171
22172 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22173
22174 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22175 (sgml-mode): Use it.
22176 (sgml-get-context): Better keep track of implicitly closed tags.
22177
22178 2005-01-13 Kenichi Handa <handa@m17n.org>
22179
22180 * textmodes/ispell.el: These changes are to fix misalignment error
22181 caused by equivalent characters of different Emacs charsets.
22182 (ispell-unified-chars-table): New variable.
22183 (ispell-get-decoded-string): New function.
22184 (ispell-get-casechars, ispell-get-not-casechars)
22185 (ispell-get-otherchars): Call ispell-get-decoded-string.
22186
22187 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22188
22189 * custom.el (custom-declare-variable): Just put symbol instead
22190 of (defvar . symbol) in `current-load-list'.
22191
22192 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22193
22194 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22195
22196 2005-01-12 Jay Belanger <belanger@truman.edu>
22197
22198 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22199 to create a Calc summary.
22200
22201 2005-01-12 Kim F. Storm <storm@cua.dk>
22202
22203 * mouse.el (mouse-on-link-p): Change functionality and doc
22204 string to comply with latest description in lisp ref.
22205
22206 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22207
22208 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22209 Enable mouse clicks on mode-line, header-line and margin.
22210 (event-type): Give mouse event symbols an `event-kind' property
22211 with value `mouse-click'.
22212
22213 2005-01-12 Juri Linkov <juri@jurta.org>
22214
22215 * facemenu.el (list-colors-display): Add new arg buffer-name.
22216 Use it. Fix docstring. Replace code for identifying duplicate
22217 colors by the name with call to `list-colors-duplicates' which
22218 identifies duplicate colors by the value unless the color
22219 is one of special Windows colors. Set truncate-lines to t.
22220 Print sorted duplicate color names on each line. Indent to 22
22221 \(the longest color name in rgb.txt) instead of 20. Optimize.
22222 (list-colors-duplicates): New function.
22223 (facemenu-color-name-equal): Delete function.
22224
22225 * facemenu.el (list-colors-print): New function created from code
22226 in list-colors-display. Print #RRGGBB at the window right edge.
22227 (list-colors-display): When temp-buffer-show-function is not
22228 defined, call list-colors-print from temp-buffer-show-hook
22229 to get the right value of window-width in list-colors-print
22230 after the buffer is displayed.
22231
22232 * simple.el (pop-mark): Move deactivate-mark out of conditional
22233 part to deactivate the active mark regardless of the state of the
22234 mark ring.
22235
22236 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22237 variables line in desktop files.
22238
22239 2005-01-12 Juri Linkov <juri@jurta.org>
22240
22241 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22242 Bring together isearch highlight related options.
22243 (lazy-highlight): Replace group `replace' by `matching'.
22244 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22245 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22246 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22247 and declare them obsolete.
22248 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22249 (isearch-faces): Remove defgroup.
22250 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22251 Move isearch highlighting code closer to lazy highlighting code.
22252
22253 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22254 (query-replace-highlight, query-replace-lazy-highlight)
22255 (query-replace): Move definitions to the beginning of the file.
22256
22257 2005-01-11 Juri Linkov <juri@jurta.org>
22258
22259 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22260 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22261 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22262
22263 * info.el (Info-history-forward): New variable.
22264 (Info-select-node): Reset Info-history-forward to nil.
22265 (Info-last): Turn into defalias.
22266 (Info-history-back): Rename from Info-last.
22267 Add current node to Info-history-forward.
22268 (Info-history-forward): New fun.
22269 (Info-mode-map): Replace Info-last by Info-history-back.
22270 Bind Info-history-forward to "r".
22271 (Info-mode-menu): Replace Info-last by Info-history-back.
22272 Fix menu item text. Add menu item for Info-history-forward.
22273 (info-tool-bar-map): Replace Info-last by Info-history-back.
22274 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22275 for Info-history-forward.
22276 (Info-mode): Replace Info-last by Info-history-back in docstring.
22277 Add local variable Info-history-forward.
22278 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22279
22280 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22281
22282 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22283 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22284 Ignore select-window events rather than fiddle with
22285 mouse-autoselect-window.
22286
22287 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22288
22289 * type-break.el (type-break-mode): Fix previous change.
22290
22291 2005-01-10 Jay Belanger <belanger@truman.edu>
22292
22293 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22294 calculator; only reset when point is inside a calculator.
22295 Don't adjust the window height if the window takes up the whole height
22296 of the frame.
22297
22298 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22299
22300 * ebuff-menu.el (Electric-buffer-menu-mode):
22301 Preserve value of buffer-local var header-line-format.
22302
22303 2005-01-09 Jay Belanger <belanger@truman.edu>
22304
22305 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22306 Make sure settings file exists before accessing it.
22307
22308 * calc/calc-embed.el (calc-embedded-subst):
22309 Replace math-multi-subst-rec, which is only supposed to be called
22310 by math-multi-subst, by math-multi-subst.
22311
22312 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22313
22314 * vc.el (vc-allow-async-revert): New user option.
22315 (vc-disable-async-diff): New internal variable.
22316 (vc-revert-buffer): Use them to disable asynchronous diff.
22317
22318 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22319 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22320 asynchronously if vc-disable-async-diff is t.
22321
22322 2005-01-09 Jay Belanger <belanger@truman.edu>
22323
22324 * calc/calc.el (defcalcmodevar): New macro.
22325 (calc-mode-var-list-restore-default-values)
22326 (calc-mode-var-list-restore-saved-values): New functions.
22327 (calc-mode-var-list): Use defcalcmodevar to define it.
22328 (calc-always-load-extensions, calc-line-numbering)
22329 (calc-line-breaking, calc-display-just, calc-display-origin)
22330 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22331 (calc-group-char, calc-point-char, calc-frac-format)
22332 (calc-prefer-frac, calc-hms-format, calc-date-format)
22333 (calc-float-format, calc-full-float-format, calc-complex-format)
22334 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22335 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22336 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22337 (calc-matrix-brackets, calc-language, calc-language-option)
22338 (calc-left-label, calc-right-label, calc-word-size)
22339 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22340 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22341 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22342 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22343 (calc-window-height, calc-display-trail, calc-show-selections)
22344 (calc-use-selections, calc-assoc-selections)
22345 (calc-display-working-message, calc-auto-why, calc-timing)
22346 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22347 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22348 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22349 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22350 (calc-gnuplot-geometry, calc-graph-default-resolution)
22351 (calc-graph-default-resolution-3d, calc-invocation-macro)
22352 (calc-show-banner): Use defcalcmodevar to declare them and set
22353 their default values.
22354
22355 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22356 instead of default values (but restore default values if there is
22357 an argument of 0).
22358
22359 2005-01-09 David Kastrup <dak@gnu.org>
22360
22361 * desktop.el (desktop-restore-eager): Fix typo in type.
22362
22363 2005-01-08 Richard M. Stallman <rms@gnu.org>
22364
22365 * cus-edit.el (customize): Delete :link.
22366
22367 2005-01-08 Jay Belanger <belanger@truman.edu>
22368
22369 * calc/calc.el (calc-mode): Remove the extension from the
22370 `calc-settings-file' file name when loading it.
22371
22372 2005-01-08 Kim F. Storm <storm@cua.dk>
22373
22374 * info.el (Info-mode-map, Info-next-link-keymap)
22375 (Info-prev-link-keymap, Info-up-link-keymap):
22376 Map follow-link to mouse-face.
22377 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22378
22379 2005-01-08 Jay Belanger <belanger@truman.edu>
22380
22381 * calc/calc.el (calc-settings-file): Change default value.
22382 Suggested by cgw in a comment in calc-mode.el.
22383
22384 * calc/calc-mode.el (calc-settings-file-name):
22385 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22386 Replace ~/.emacs in a prompt by calc-settings-file.
22387
22388 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22389
22390 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22391 (desktop-lazy-idle-delay): New customizable variables.
22392 (desktop-buffer-args-list): New variable.
22393 (desktop-append-buffer-args): New function.
22394 (desktop-save): Call desktop-append-buffer-args for some buffers.
22395 (desktop-lazy-create-buffer): New function.
22396 (desktop-idle-create-buffers): New function.
22397 (desktop-read): Add message about buffers to restore lazily.
22398 (desktop-lazy-abort): New command.
22399 (desktop-clear): Call desktop-lazy-abort.
22400 (desktop-lazy-complete): New command.
22401
22402 2005-01-06 Richard M. Stallman <rms@gnu.org>
22403
22404 * emacs-lisp/find-func.el (find-face-definition):
22405 Rename from find-face.
22406
22407 2005-01-06 Kim F. Storm <storm@cua.dk>
22408
22409 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22410
22411 * man.el (Man-xref-man-page, Man-xref-header-file)
22412 (Man-xref-normal-file): Add follow-link property.
22413
22414 2005-01-06 Jay Belanger <belanger@truman.edu>
22415
22416 * calc/calc-units.el: Make sure the proper macro definitions are
22417 available when compiling.
22418
22419 2005-01-06 Juri Linkov <juri@jurta.org>
22420
22421 * isearch.el (isearch-lazy-highlight-update):
22422 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22423
22424 2005-01-06 Miles Bader <miles@gnu.org>
22425
22426 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22427 (isearch-lazy-highlight-face): Use new name.
22428
22429 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22430
22431 * uniquify.el (uniquify-rationalize-file-buffer-names):
22432 Re-add an interactive spec.
22433 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22434 to the same name.
22435
22436 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22437 (isearch-update, isearch-done): Adjust calls accordingly.
22438
22439 2005-01-05 Richard M. Stallman <rms@gnu.org>
22440
22441 * custom.el (custom-set-variables, custom-theme-set-variables):
22442 Clarify documentation.
22443
22444 * emacs-lisp/find-func.el (find-variable)
22445 (find-variable-other-window, find-variable-other-frame):
22446 Fix the TYPE args to find-function-read and find-function-do-it.
22447 (find-function): Doc fix.
22448 (find-function-at-point): Replace function-at-point alias.
22449
22450 2005-01-04 Richard M. Stallman <rms@gnu.org>
22451
22452 * cus-face.el (custom-declare-face):
22453 Record defface in current-load-list.
22454
22455 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22456
22457 * emacs-lisp/find-func.el: Doc fixes.
22458 (find-face-regexp): New variable.
22459 (find-function-regexp-alist): New variable.
22460 (find-function-C-source): Third arg is now TYPE.
22461 (find-function-search-for-symbol): Handle general TYPE.
22462 (find-function-read, find-function-do-it): Handle general TYPE.
22463 (find-definition-noselect, find-face): New functions.
22464 (function-at-point): Alias deleted.
22465
22466 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22467
22468 * battery.el (display-battery-mode): Rename from display-battery.
22469 Handle the case where it gets turned off.
22470
22471 2005-01-04 Richard M. Stallman <rms@gnu.org>
22472
22473 * cus-edit.el (customize): Make :link point to user doc.
22474
22475 * man.el (Man-fontify-manpage): Turn off undo generation.
22476
22477 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22478
22479 2005-01-04 Andreas Schwab <schwab@suse.de>
22480
22481 * files.el (insert-directory): Only look for error lines in
22482 inserted text. Don't move too far after processing --dired markers.
22483
22484 2005-01-04 Richard M. Stallman <rms@gnu.org>
22485
22486 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22487 Don't expand if the character is @, period, dash, etc.
22488 (define-mail-abbrev): Quote names that contain problem characters.
22489
22490 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22491
22492 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22493
22494 2005-01-03 Richard M. Stallman <rms@gnu.org>
22495
22496 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22497 (query-replace-highlight, query-replace-lazy-highlight)
22498 (query-replace): Definitions moved up. Doc fix.
22499
22500 2005-01-03 Richard M. Stallman <rms@gnu.org>
22501
22502 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22503 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22504 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22505 (lazy-highlight-face): Rename from isearch-lazy-...
22506 Change all references to them.
22507
22508 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22509
22510 * cus-edit.el (custom-file): Doc fix for defcustom.
22511 (custom-file): The function no longer sets the variable
22512 `custom-file' to its return value.
22513
22514 * startup.el (command-line): No longer load `custom-file'.
22515
22516 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22517
22518 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22519
22520 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22521 Don't confuse module-prefixed identifiers for labels.
22522 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22523
22524 2005-01-02 Richard M. Stallman <rms@gnu.org>
22525
22526 * files.el (basic-save-buffer-1): Fix previous change.
22527
22528 * loadhist.el (file-loadhist-lookup): New function.
22529 (file-provides, file-requires): Use it.
22530
22531 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22532 instead of calculating the right size.
22533
22534 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22535
22536 * vc-svn.el (vc-svn-diff): Stay local if possible.
22537
22538 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22541
22542 * files.el (hack-local-variables): Fix last change.
22543
22544 2005-01-02 Jay Belanger <belanger@truman.edu>
22545
22546 * calc/calc-yank.el (calc-edit-top): New variable.
22547 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22548 object. Change header properties.
22549 (calc-edit-finish, calc-edit-finish-stack-object)
22550 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22551 edited object.
22552 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22553 for the beginning of the edited object.
22554 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22555 for the beginning of the edited object.
22556 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22557 (calc-finish-formula-edit, calc-macro-repeats)
22558 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22559 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22560 beginning of the edited object.
22561 (calc-user-define-edit): Change the header for editing macros.
22562 Remove unnecessary variable.
22563
22564 2005-01-01 Jay Belanger <belanger@truman.edu>
22565
22566 * calc/calc-yank.el (calc-edit-mode): Change default header.
22567 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22568 * calc/calc-store.el (calc-edit-variable): Change title to match new
22569 header.
22570 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22571 mode to match new header.
22572 (calc-user-define-edit): Change titles to include names of commands.
22573 (calc-finish-formula-edit): Adjust to handle new header.
22574 (calc-finish-macro-edit): Remove.
22575 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22576 (calc-edit-macro-command, calc-edit-macro-command-type)
22577 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22578 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22579 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22580 (calc-edit-macro-finish-edit): New functions.
22581 (calc-user-define-edit): Use new functions to edit named calc macros.
22582
22583 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22584
22585 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22586
22587 * ses.el (copy-region-as-kill): Deactivate mark.
22588
22589 2005-01-01 Richard M. Stallman <rms@gnu.org>
22590
22591 * replace.el (occur-1): If the output buffer is also an input,
22592 don't kill it, rename it.
22593
22594 * faces.el (set-face-background, set-face-foreground): Doc fix.
22595
22596 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22597 for :foreground and :background.
22598
22599 * dired.el (dired-view-command-alist): Variable deleted.
22600 (dired-view-file, dired-mouse-find-file-other-window):
22601 Delete the code to use it.
22602
22603 2005-01-01 Kim F. Storm <storm@cua.dk>
22604
22605 * image.el (insert-sliced-image): Use t for line-height property.
22606
22607 See ChangeLog.11 for earlier changes.
22608
22609 ;; Local Variables:
22610 ;; coding: iso-2022-7bit
22611 ;; End:
22612
22613 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22614 Copying and distribution of this file, with or without modification,
22615 are permitted provided the copyright notice and this notice are preserved.
22616
22617 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1