]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
2
3 * files.el (hack-one-local-variable-eval-safep): Recognize
4 `edebug-form-spec' for `put', but only if it passes
5 `edebug-basic-spec'. Generalize `put' handling.
6
7 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8 vetting file-local form specs.
9
10 * allout.el (allout-layout): Autoload its `safe-local-variable'
11 property.
12
13 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14
15 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improved documentation
16 string.
17 (org-agenda-mouse-1-follows-link)
18 (org-mouse-1-follows-link): New options.
19 (org-format-agenda-item): Fixed bug if TAGS is nil.
20 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
21
22 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
23
24 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
25 GDB 6.1+ gives full filename for "info sources" so use
26 file-name-nondirectory.
27
28 2006-04-12 Romain Francoise <romain@orebokech.com>
29
30 * subr.el (read-passwd): Bind `message-log-max' to nil.
31
32 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * progmodes/perl-mode.el (perl-indent-new-calculate):
35 Recompute parse-start after jumping backward by a whole sexp.
36
37 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
40 window configuration.
41 (vc-annotate-display-select): Select the buffer so that current-buffer
42 (and selected-window) is the output buffer at the end of vc-annotate.
43
44 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
45
46 * vc.el (vc-annotate-color-map): Add custom TTY color map for
47 8-color terminals, to use all of the colors in a sensible order.
48 256-color terminals work well with the standard map.
49 (vc-annotate-lines): Only strip the first color character if it
50 is "#", to allow for terminal-style named colors.
51 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
52 the correct buffer is scrolled.
53
54 2006-04-11 Richard Stallman <rms@gnu.org>
55
56 * emacs-lisp/bytecomp.el (byte-compile-file):
57 Bind enable-local-variables to :safe, and make normal-mode obey it.
58
59 * files.el (enable-local-variables): Allow value :safe.
60 (normal-mode): Doc fix.
61 (hack-local-variables): Implement enable-local-variables = :safe.
62 (hack-local-variables-confirm): Don't prevent quitting.
63
64 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * loadhist.el (unload-feature): A bit of sanity check of
67 load-history entries. Cancel timer-vars before unbinding them.
68
69 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
70 quote special chars, and make the trick work on the hex part of the
71 buffer as well.
72 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
73 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
74
75 * startup.el (normal-splash-screen): Fix last change so we don't wait
76 2 minutes if we don't show the splash screen.
77
78 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
79
80 * textmodes/org.el (org-export-plain-list-max-depth)
81 (org-table-spaces-around-separators)
82 (org-radio-targets, org-activate-camels)
83 (org-table-spaces-around-invisible-separators): Options removed.
84 (org-time-stamp-rounding-minutes, org-remember-templates)
85 (org-ellipsis, org-activate-links, org-descriptive-links):
86 New options.
87 (org-remember-apply-template, org-current-time)
88 (org-finish-edit-table-field)
89 (org-link-unescape, org-link-escape)
90 (org-string-width, org-table-clean-line, org-html-do-expand)
91 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
92 (org-read-agenda-file-list): New functions.
93 (org-table-edit-field)
94 (org-table-create-or-convert-from-region): New commands
95 (org-table-toggle-vline-visibility): Command removed.
96 (org-table-convert-region): Made a command.
97 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
98 Replace with the normal org- functions.
99 (org-self-insert-command): Don't trigger realign unnecessarily
100 when blanking a field that is not full.
101 (org-mode): `Set buffer-invisibility-spec' for links.
102 (org-activate-links2): Hide link part and only show descriptive
103 part of the link.
104 (org-insert-link): Modify for new linking system.
105 (org-store-link): Store description separately, for use by
106 `org-insert-link'.
107 (org-table-align): Use `org-string-width'.
108 (defgroup): Completely new group structure for custom variables.
109 (org-agenda-files): Option: Single file name allowed. Function:
110 Optional argument unrestrited means ignore any restricitons.
111 (org-install-agenda-files-menu): Find a buffer in Org-mode before
112 trying to modify the menu. Use generalized access to
113 `org-agenda-files.'
114 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
115 (org-agenda-file-to-front, org-remove-file, org-diary)
116 (org-tags-view, org-export-icalendar-all-agenda-files)
117 (org-export-icalendar-combine-agenda-files): Use generalized
118 access to `org-agenda-files'.
119 (org-remember-handler): Correctly preserve heading if present.
120 (org-table-insert-row, org-table-insert-hline): Deal with
121 invisible characters.
122
123 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
124
125 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
126 (vc-annotate-color-map): New 18 element constant
127 value/saturation, rotating hue colormap, from red->blue.
128 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
129 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
130 (vc-annotate): To avoid killing the required local variables,
131 set them before the end of `with-output-to-temp-buffer', and
132 after first switching to annotate-mode.
133 (vc-annotate-warp-version): Add buffer argument in goto-line to
134 ensure annotation, not source, is scrolled.
135
136 2006-04-10 Bill Wohler <wohler@newt.com>
137
138 * custom.el (defcustom, custom-handle-keyword):
139 Add :package-version keyword.
140 (custom-add-package-version): New function. Sets value of new
141 property 'custom-package-version from :package-version keyword.
142 (defcustom): Create Common Keywords section in docstring.
143 (defface, defgroup): Replace definitions of a select few keywords
144 with a reference to the Common Keywords in defcustom.
145 (defcustom, defface, defgroup): Replace reference to Customization
146 chapter in manual with hyperlink.
147
148 * cus-edit.el (customize-package-emacs-version-alist):
149 New variable.
150 (customize-changed-options): Add check for custom-package-version.
151 (customize-package-emacs-version): New function to look up Emacs
152 version corresponding to the given package version.
153
154 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
155 defun name, in similar fashion to find-variable-regexp.
156
157 2006-04-10 Eli Zaretskii <eliz@gnu.org>
158
159 * international/mule-cmds.el (set-locale-environment): Fix last
160 change for when the locale's preferences don't specify any encoding.
161
162 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
165 so the defined var/fun doesn't need to be quoted.
166
167 2006-04-10 Richard Stallman <rms@gnu.org>
168
169 * finder.el (finder-mode-map): Add n and p bindings.
170
171 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
172
173 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
174 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
175 (gdb-setup-windows): Put something in source window if we can't find
176 the source file.
177 (gdb-frame-handler): Make it work again with just assembly.
178 (gdb-data-list-register-values-handler): Make it work when there is
179 no stack.
180
181 2006-04-09 Richard Stallman <rms@gnu.org>
182
183 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
184 specs while looking for charset.
185
186 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
187
188 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
189 Make them faces.
190 (lm-font-lock-keywords): Update appropriately.
191
192 2006-04-10 Kim F. Storm <storm@cua.dk>
193
194 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
195 it can also replace buffer-substring-no-properties.
196
197 * emulation/cua-base.el (cua-delete-region, cua-paste)
198 (cua-repeat-replace-region): Use filter-buffer-substring.
199
200 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
201 (cua-cut-region-to-global-mark): Likewise.
202
203 * emulation/cua-rect.el (cua--extract-rectangle)
204 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
205
206 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
207
208 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
209 entry-type. Add field delimiters to numerical fields if they are
210 not present.
211
212 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
213
214 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
215 string-const to return value.
216 (bibtex-remove-delimiters): Use it.
217
218 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
221 cl-byte-compile-compiler-macro unless it exists.
222
223 2006-04-08 Eli Zaretskii <eliz@gnu.org>
224
225 * files.el (hack-local-variables-confirm) <offer-save>:
226 Clarify message text. Suggested by Ralf Angeli.
227
228 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
229
230 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
231 (delete-extract-rectangle-line): Use `filter-buffer-substring'
232 instead of `buffer-substring' and `delete-region'. (Most of the
233 code actually copied from `kill-region'.)
234
235 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
236
237 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
238 (rcirc-default-port): Rename from rcirc-port.
239 (rcirc-default-nick): Rename from rcirc-nick.
240 (rcirc-default-user-name): Rename from rcirc-user-name.
241 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
242 (rcirc-low-priority-flag): New variable.
243 (rcirc-decode-coding-system): New defcustom.
244 (rcirc-encode-coding-system): New defcustom.
245 (rcirc-coding-system-alist): New defcustom.
246 (rcirc-multiline-major-mode): New defcustom.
247 (rcirc-nick): New internal variable.
248 (rcirc-process): Remove variable.
249 (rcirc-server-buffer): New variable.
250 (rcirc): Update to use rcirc-default-* variables above.
251 (rcirc-connect): Do not add window-configuration-hook-here.
252 (rcirc-server): New internal variable.
253 (rcirc-connect): Do not send keepalive pings if
254 rcirc-keepalive-seconds is nil.
255 (with-rcirc-server-buffer): New macro.
256 (rcirc-send-string): Encode with rcirc-encode-coding-system.
257 (rcirc-server-name): Rename from rcirc-server.
258 (rcirc-buffer-process): New function.
259 (rcirc-buffer-nick): New function.
260 (rcirc-buffer-target): Remove function.
261 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
262 New commands.
263 (rcirc-mode-map): Change binding of C-c C-l to
264 rcirc-toggle-low-priority.
265 (rcirc-mode): Initialize coding system based on
266 rcirc-coding-system-alist. New change-major-mode-hook to part the
267 channel on a mode change. Make kill-buffer-hook buffer-local.
268 (rcirc-change-major-mode-hook): New function.
269 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
270 (rcirc-last-post-time): New variable.
271 (rcirc-process-message): Store the last time user posted a message
272 to this target.
273 (rcirc-multiline-minor-mode): New mode.
274 (rcirc-multiline-minor-mode-map): New mode map.
275 (rcirc-edit-multiline): Put multiline-edit buffer in
276 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
277 (rcirc-print): Ignore any line starting with an ignored nick.
278 (rcirc-print): Decode using rcirc-decode-coding-system.
279 (rcirc-track-minor-mode): Update global-mode-string when disabling
280 this mode.
281 (minor-mode-alist): Add LowPri indicator.
282 (rcirc-toggle-low-priority): New function.
283 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
284 next lowpriority buffer with activity.
285 (rcirc-record-activity): Sort buffers in rcirc-activity by the
286 last time the user posted a message in to the target.
287 (rcirc-update-activity-string): New formatting for low priority
288 buffers.
289 (rcirc-split-activity): New function.
290 (rcirc-handler-PART, rcirc-handler-KICK)
291 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
292 (rcirc-nick-away-alist): New variable.
293 (rcirc-handler-301): New handler. Away messages are printed once
294 per change.
295
296 2006-04-08 Eli Zaretskii <eliz@gnu.org>
297
298 * info.el (Info-follow-nearest-node): Doc fix.
299
300 * international/mule-cmds.el (set-locale-environment): Make sure
301 the coding-system preferred by the locale's language has the same
302 EOL conversion type as the original buffer-file-coding-system.
303 (locale-language-names): Add a few MS Windows language codes.
304
305 2006-04-07 Richard Stallman <rms@gnu.org>
306
307 * simple.el (eval-expression): Doc fix.
308
309 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
310 (eval-defun): Doc fixes.
311
312 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
313
314 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
315
316 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
317
318 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
319 GDB list command without argument for greater generality.
320
321 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
322
323 * subr.el (string-or-null-p): New function.
324
325 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
326
327 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
328
329 * files.el: Update comment about safe-local-variable declarations.
330
331 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
332
333 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
334 See idlwave.org.
335
336 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
337 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
338
339 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
340 See idlwave.org.
341
342 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
343 version 6.0 (minimal changes). See idlwave.org.
344
345 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
346 6.0 (minimal changes). See idlwave.org.
347
348 * progmodes/idlw-rinfo.el: File obsoleted and removed.
349
350 2006-04-06 Romain Francoise <romain@orebokech.com>
351
352 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
353 symmetric encryption features and a new asynchronous interface to
354 GnuPG. This new version is version 1.4, plus whitespace changes.
355
356 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
357
358 * files.el: Move some `safe-local-variable' declarations to the
359 respective files.
360
361 * textmodes/ispell.el (ispell-check-comments)
362 (ispell-local-dictionary): Mark as safe.
363
364 * abbrev.el (abbrev-mode): Mark as safe.
365
366 * add-log.el (change-log-default-name): Mark as safe.
367
368 * textmodes/reftex-vars.el (reftex-vref-is-default)
369 (reftex-fref-is-default, reftex-level-indent)
370 (reftex-guess-label-type): Mark as safe.
371
372 * textmodes/fill.el (colon-double-space): Mark as safe.
373
374 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
375 (sentence-end-double-space, sentence-end-without-period)
376 (sentence-end-without-space, sentence-end, sentence-end-base)
377 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
378
379 2006-04-06 Kim F. Storm <storm@cua.dk>
380
381 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
382 the :set-after list.
383 (ido-downcase-unc-hosts): New user option. Default on.
384 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
385 when it is set, as regexps are now applied on the fly.
386 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
387 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
388 on the fly, but only when ido-process-ignore-lists is set.
389 Do case insensitive filtering if ido-downcase-unc-hosts is set.
390 Only downcase names if ido-downcase-unc-hosts is set.
391
392 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
393
394 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
395
396 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
397
398 2006-04-05 Kim F. Storm <storm@cua.dk>
399
400 * ido.el (ido-mode): Set after ido-unc-hosts and
401 ido-ignore-unc-host-regexps.
402 (ido-save-history): Save ido-unc-hosts-cache.
403 (ido-load-history): Load ido-unc-hosts-cache.
404 (ido-reread-directory): Refresh unc hosts cache in // dir.
405
406 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
407 to nil while displaying slash screen.
408
409 2006-04-05 Daiki Ueno <ueno@unixuser.org>
410
411 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
412 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
413
414 2006-04-05 Kenichi Handa <handa@m17n.org>
415
416 * international/characters.el: Setup cases of Latin, Greek, and
417 Cyrillic characters in CJK charsets.
418
419 2006-03-29 Daiki Ueno <ueno@unixuser.org>
420
421 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
422 default-enable-multibyte-characters. This reverts the change from
423 revision 6.17 which is no longer necessary because the passphrase
424 is sent separately now. GnuPG messages are unreadable under
425 multibyte locales with default-enable-multibyte-characters set to nil.
426
427 2006-04-04 Andreas Schwab <schwab@suse.de>
428
429 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
430 and `byte-compile-warnings' as `safe-local-variable'.
431
432 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
433
434 * man.el (Man-mode-map): Restore the \r binding.
435 (Man-abstract-xref-man-page): If Man-target-string is a function,
436 call it.
437 (Man-highlight-references): Use Man-default-man-entry to get the
438 target. Deal with xrefs too.
439 (Man-highlight-references0): Don't call the target function.
440
441 * woman.el (WoMan-xref-man-page): Strip the section number, woman
442 cannot deal with it.
443
444 2006-04-04 Daiki Ueno <ueno@unixuser.org>
445
446 * pgg-gpg.el: Clean up process buffers every time gpg processes
447 complete.
448
449 2006-04-04 Kenichi Handa <handa@m17n.org>
450
451 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
452 here.
453 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
454 Temporarily bind inhibit-field-text-motion to t.
455
456 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * startup.el (normal-splash-screen): Only set mode-line-format in the
459 splash buffer, so as not to interfere when debugging the code.
460 Ignore errors when switching buffer.
461
462 2006-04-03 Romain Francoise <romain@orebokech.com>
463
464 * dired.el (dired-dnd-protocol-alist): Fix typo.
465
466 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
467
468 * savehist.el (savehist): Add :version.
469 (savehist-ignored-variables): New variable.
470 (savehist-minibuffer-hook): Don't save variables listed in
471 `savehist-ignored-variables'.
472
473 * dired.el (dired-dnd-protocol-alist): Mention that change does
474 only apply to new buffers in doc string.
475
476 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
477
478 * recentf.el (recentf-open-files-item): Include newline in button
479 field, so opening a file will work, when the point is at the end
480 of the file name. Allow, for example, to [i]search a file by
481 extension and just push RET to open it.
482
483 2006-04-03 Daiki Ueno <ueno@unixuser.org>
484
485 * pgg-gpg.el (pgg-gpg-process-filter)
486 (pgg-gpg-wait-for-completion): Check if buffer is alive.
487
488 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
489 lines, temporary fix.
490
491 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
492
493 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
494
495 2006-04-02 Richard Stallman <rms@gnu.org>
496
497 * progmodes/compile.el (compilation-message-face): Make it defcustom.
498
499 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
500
501 * ibuf-macs.el (define-ibuffer-column): Add a new key:
502 header-mouse-map.
503
504 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
505 (ibuffer-mode-header-map): New keymaps.
506 (ibuffer-update-title-and-summary): Enable mouse face highlighting
507 and keybindings for column headers.
508 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
509 property.
510
511 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
512
513 * speedbar.el (speedbar-after-create-hook): Doc fix.
514
515 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
516
517 * shell.el (shell-directory-tracker)
518 (shell-dynamic-complete-command): Doc fixes.
519
520 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
521
522 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
523 terminals.
524
525 2006-04-01 Kim F. Storm <storm@cua.dk>
526
527 * ido.el (ido-unc-hosts-cache): New defvar.
528 (ido-unc-hosts): If value of defcustom is a function, call it to
529 get list of UNC hosts. Add function-item choices to specify
530 ido-unc-hosts-net-view or user function.
531 (ido-ignore-unc-host-regexps): New defcustom.
532 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
533 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
534 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
535
536 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
539 wwidth.
540
541 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
542
543 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
544 (ido-max-work-file-list, ido-switch-buffer)
545 (ido-read-file-name-as-directory-commands):
546 Fix typos in docstrings.
547
548 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
549
550 * term/mac-win.el (mac-system-coding-system): Define and use after
551 Mac-specific coding systems are ready.
552
553 2006-03-27 Romain Francoise <romain@orebokech.com>
554
555 * net/rcirc.el (rcirc-connect): Add autoload cookie.
556
557 * ldefs-boot.el: Update.
558
559 2006-03-27 Daiki Ueno <ueno@unixuser.org>
560
561 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
562 passphrases when it is not needed.
563 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
564 passphrase stuff from gpg, should only be necessary when you use
565 gpg with a smartcard.
566
567 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
568
569 * comint.el (comint-dynamic-list-completions): Allow user to
570 select *Completions* buffer.
571
572 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
573
574 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
575
576 2006-03-26 Andreas Schwab <schwab@suse.de>
577
578 * progmodes/gud.el (gdb): Only complain about multiple debugging
579 when the gdb process is still running.
580
581 2006-03-25 Eli Zaretskii <eliz@gnu.org>
582
583 * mail/rmail.el (tool-bar-map): Defvar it.
584 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
585 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
586
587 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
588
589 * help.el (print-help-return-message): Suggest to use
590 display-buffer instead of switch-to-buffer-other-window to restore
591 the previous window without selecting it.
592
593 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
594
595 * frame.el (select-frame-by-name): Call x-focus-frame also when
596 window-system is mac.
597
598 * term/mac-win.el: Adjust Courier font specifications in
599 x-fixed-font-alist.
600 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
601 when directly encoding to UTF-16 in native byte order, no BOM.
602
603 2006-03-25 Kim F. Storm <storm@cua.dk>
604
605 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
606 (cua--init-keymaps): Use it instead of fixed C-return.
607 (cua-mode): Set after it.
608
609 * emulation/cua-rect.el (cua--init-rectangles):
610 Use cua-rectangle-mark-key instead of fixed C-return.
611
612 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
613
614 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
615 "run" in .gdbinit.
616 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
617
618 2006-03-24 Romain Francoise <romain@orebokech.com>
619
620 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
621 `display-buffer-other-frame'.
622
623 2006-03-24 Kim F. Storm <storm@cua.dk>
624
625 * apropos.el (apropos-synonyms): Add selection => region.
626
627 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
628
629 * progmodes/gdb-ui.el (gdb-var-create-regexp)
630 (gdb-var-list-children-regexp, gdb-var-update-regexp)
631 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
632 (gdb-data-list-register-values-regexp)
633 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
634 Future proof against new fields being added to MI output.
635 (gdb-send): Don't treat backslashes for program input as
636 continuations.
637 (gdb-assembler-handler): Don't use window-start for this handler.
638 (gdb-frame-handler): Don't change to hollow arrow if overlay
639 arrow doesn't move to new frame.
640
641 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
642
643 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
644 prevent compiler warnings.
645 (gdb-stopped): Check for gud-last-last-frame (case: signal).
646 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
647 (gdb-assembler-custom): Use hollow-right-triangle for assembler
648 buffer too.
649
650 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
651
652 * pgg-gpg.el (pgg-gpg-update-agent): Check for
653 make-network-process, so we can use the same code in Gnus v5-10
654 too and have this file fully synchronized with that release.
655
656 2006-03-23 Romain Francoise <romain@orebokech.com>
657
658 * ibuf-ext.el (ibuffer-read-filter-group-name):
659 Use `ibuffer-generate-filter-groups' to make completion list match
660 the filter groups that are really displayed in the Ibuffer buffer.
661 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
662
663 2006-03-23 Kenichi Handa <handa@m17n.org>
664
665 * international/mule-cmds.el (sort-coding-systems): Describe that
666 the argument is modified in docstring.
667
668 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
669
670 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
671 (pgg-gpg-update-agent): New function.
672 (pgg-gpg-use-agent-p): New function.
673 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
674 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
675 (pgg-gpg-sign-region): Use it.
676
677 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
678
679 * cus-edit.el (custom-face-set): Call custom-push-theme before
680 face-spec set so that `changed' theme is correctly saved.
681 (custom-face-reset-standard): Reset to recalculated face rather
682 than defface spec.
683
684 * custom.el (custom-push-theme): Only save `changed' theme if the
685 current face does not match the defface specs.
686
687 2006-03-21 Simon Josefsson <jas@extundo.com>
688
689 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
690 <wilde@sha-bang.de>.
691 (pgg-gpg-use-agent): New variable.
692 (pgg-gpg-process-region): Use it.
693 (pgg-gpg-encrypt-region): Likewise.
694 (pgg-gpg-encrypt-symmetric-region): Likewise.
695 (pgg-gpg-decrypt-region): Likewise.
696 (pgg-gpg-sign-region): Likewise.
697 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
698
699 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
700
701 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
702 bracket links.
703
704 2006-03-21 Kim F. Storm <storm@cua.dk>
705
706 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
707 fringe-indicator-alist instead of modifying global value.
708 (gdb-frame-handler): Likewise.
709
710 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
711
712 * diff-mode.el (diff-function): Make it inherit from diff-header
713 instead of diff-context.
714
715 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
716 bitmap.
717 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
718 change names in macro above for consistency.
719 (gdb-frame-handler): Use hollow-right-triangle for all selected
720 frames which except the innermost (where execution has stopped).
721 (gdb-reset): Reset buffer-local values of overlay-arrow.
722
723 2006-03-20 Richard Stallman <rms@gnu.org>
724
725 * simple.el (set-mark-command): Doc fix.
726
727 * files.el (display-buffer-other-frame): New command.
728 (ctl-x-4-map): Bind C-x 5 C-o to it.
729
730 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
733 rather than just defer-time, in case defer-time has been changed but
734 the timer isn't running yet.
735 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
736
737 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
738
739 * help-mode.el (help-follow-symbol): New function.
740 Essentially identical to the old `help-follow', but do not let
741 `push-button' do the work when on an xref.
742 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
743
744 2006-03-19 Richard Stallman <rms@gnu.org>
745
746 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
747 preceded by the word `program'.
748 (help-follow-mouse, help-follow): Throw error if not on xref.
749 Delete no longer used args.
750
751 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
752
753 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
754 annotation ensure gud-overlay-arrow-position is redisplayed.
755
756 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
757
758 * textmodes/bibtex.el (bibtex-include-OPTkey)
759 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
760 (bibtex-autokey-name-case-convert)
761 (bibtex-autokey-titleword-case-convert): Make these the aliases
762 for the following two variables.
763 (bibtex-autokey-name-case-convert-function)
764 (bibtex-autokey-titleword-case-convert-function): Make these the
765 real names.
766 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
767 bibtex-font-lock-crossref sublists.
768 (bibtex-mode): Revert 2005-12-30 change (which made
769 completion-ignore-case buffer-local).
770 (bibtex-url): Simplify.
771
772 2006-03-19 Kim F. Storm <storm@cua.dk>
773
774 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
775 cursor property value to 2 (to align with C level change).
776
777 2006-03-19 Bill Wohler <wohler@newt.com>
778
779 * image.el (image-load-path-for-library): Shorten first line in
780 docstring.
781
782 2006-03-18 Richard Stallman <rms@gnu.org>
783
784 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
785
786 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
787
788 * isearch.el (isearch-other-meta-char): Handle user bindings for
789 shifted control characters.
790
791 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
792
793 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
794 part that matches email addresses, file names, etc.
795
796 2006-03-18 Eli Zaretskii <eliz@gnu.org>
797
798 * term/w32-win.el (mouse-set-font):
799 Mention w32-list-proportional-fonts in the doc string.
800
801 2006-03-18 Kim F. Storm <storm@cua.dk>
802
803 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
804 (ido-unc-hosts): New user option to explicitly define list of know
805 UNC-style hosts for completion.
806 (ido-cache-unc-host-shares-time): New user option.
807 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
808 New helper functions for UNC file-name support.
809 (ido-may-cache-directory): Check for UNC host. Simplify.
810 (ido-wash-history): Clean out old UNC hosts.
811 (ido-nonreadable-directory-p): UNC hosts are always readable.
812 (ido-directory-too-big-p): UNC hosts are never too big.
813 (ido-set-current-directory): Handle UNC root path.
814 (ido-file-name-all-completions): Complete UNC host names from
815 ido-unc-hosts list. Cache UNC host shares.
816 (ido-make-file-list-1): Don't filter UNC root.
817 (ido-exhibit): Check for // in root directory, and switch to UNC
818 mode by setting ido-current-directory to //.
819
820 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
821
822 * cus-edit.el (customize-changed-options): Mention explicit
823 version number as default in prompt.
824
825 2006-03-17 Bill Wohler <wohler@newt.com>
826
827 * image.el (image-load-path-for-library): Minor docstring fix.
828
829 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
830
831 * textmodes/org.el (org-read-date): Include subgroup 5 into
832 replacement text.
833 (org-popup-calendar-for-date-prompt): Fix customization type.
834
835 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
836
837 * progmodes/gdb-ui.el (gud-watch): Provide completion.
838 (gdb-continuation): New variable.
839 (gdb-send): Deal with continuation lines.
840
841 * progmodes/gud.el (gud-gdb-complete-command)
842 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
843 expressions.
844 (gud-tooltip-mode): Use buffer-local value.
845
846 2006-03-16 Kim F. Storm <storm@cua.dk>
847
848 * ido.el (ido-edit-input): Use selected match, if any.
849
850 2006-03-16 Bill Wohler <wohler@newt.com>
851
852 * image.el (image-load-path-for-library): Prefer user's images in
853 image-load-path.
854
855 2006-03-16 Martin Rudalics <rudalics@gmx.at>
856
857 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
858 when checking for attempt to drag leftmost or rightmost scrollbar.
859
860 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
861
862 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
863 (gdb-force-mode-line-update): New function.
864 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
865 (gdb-exited): Use them.
866 (gdb-signal): New function.
867 (gdb-annotation-rules): Provide a rule for it.
868
869 2006-03-16 Kenichi Handa <handa@m17n.org>
870
871 * international/mule.el (auto-coding-regexp-alist): Add entries
872 for Unicode BOM.
873
874 * sort.el (sort-build-lists): Temporarily bind
875 inhibit-field-text-motion to t.
876
877 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
878
879 * locate.el (locate-command, locate-make-command-line)
880 (locate-fcodes-file, locate-update-command)
881 (locate-prompt-for-command, locate, locate-with-filter)
882 (locate-get-file-positions): Doc fixes.
883 (locate-buffer-name, locate-header-face): Remove leading `*' in
884 defcustom.
885 (locate-filter-output): Use `keep-lines' instead of its alias
886 `delete-non-matching-lines'.
887 (locate-get-filename, locate-get-dirname): Add introductory comment.
888 (locate-find-directory-other-window): Give appropriate error
889 message if used outside main listing.
890
891 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
894 the new extend-region feature.
895 (font-lock-after-change-function): Update correspondingly.
896 * jit-lock.el (jit-lock-after-change): Update correspondingly.
897 * progmodes/grep.el (font-lock-lines-before): Don't disable.
898
899 2006-03-15 Bill Wohler <wohler@newt.com>
900
901 * image.el (image-load-path-for-library): Fix example by not
902 recommending that one binds image-load-path. Just defvar it to
903 placate compiler and only use it if previously defined.
904
905 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
906
907 * textmodes/org.el (org-insert-centered): Use `string-width' to
908 make underlining work for wide characters.
909 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
910 TAB to `org-cycle', to make sure that no binding in
911 `outline-mode-map' can supercede it.
912
913 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
914
915 * allout.el: Increment version to 2.2.1 in file commentary.
916
917 (allout-version): Increment to 2.2.1.
918
919 (allout-default-layout): New customization variable, used when the
920 file lacks a specific allout-layout. Uses allout-layout-type for
921 recursively nested definition.
922
923 (allout-layout-type): Widget defining allout layouts, necessary for
924 self-recursive definition.
925
926 (allout-mode): Incorporate allout-default-layout as fallback for
927 allout-layout.
928
929 (allout-layout): Mark as 'safe-local-variable', and refer mention
930 fallback to `allout-default-layout' in absence of a specified value.
931 (allout-passphrase-verifier-string)
932 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
933
934 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
935
936 (allout-get-encryption-passphrase-verifier): Use correct name of
937 passphrase verifier in docstring.
938
939 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
940
941 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
942 elements.
943 (gdb-find-watch-expression): Make it work for arrays too.
944 Follow change to gdb-var-list.
945 (gud-watch): Allow the user to enter variable name with a prexix
946 arg. Create keybindings.
947 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
948 (gdb-var-list-children-handler, gdb-var-update-handler)
949 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
950 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
951 Follow change to gdb-var-list.
952 (gdb-starting): Don't show the overlay arrows when program is running.
953
954 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
955 gdb-var-list.
956
957 2006-03-14 Bill Wohler <wohler@newt.com>
958
959 * image.el (image-load-path-for-library): Pass value of path
960 rather than symbol. Always return list of directories.
961 Guarantee that image directory comes first.
962
963 2006-03-14 Alan Mackenzie <acm@muc.de>
964
965 * font-core.el (font-lock-extend-region\(-function\)?.):
966 New function/variable.
967
968 * font-lock.el (font-lock-after-change-function):
969 Call font-lock-extend-region. Obey font-lock-lines-before.
970 (font-lock-default-fontify-region): Remove reference to
971 font-lock-lines-before.
972
973 * jit-lock.el (jit-lock-after-change):
974 Call font-lock-extend-region. Obey font-lock-lines-before.
975
976 2006-03-14 David Ponce <david@dponce.com>
977
978 * tree-widget.el (tree-widget-themes-load-path)
979 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
980
981 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
982
983 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
984 (rcirc-print): Mark the start of text at the end of the prompt.
985 (rcirc-track-minor-mode): Add autoload cookie.
986 (rcirc-update-activity-string): Add space to front of mode-line
987 indicator.
988
989 2006-03-13 Miles Bader <miles@gnu.org>
990
991 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
992 (rcirc-abbrev-nick): Remove function.
993 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
994
995 2006-03-13 David Ponce <david@dponce.com>
996
997 * tree-widget.el: Handle themes across all occurrences of the main
998 themes sub-directory found in tree-widget-themes-load-path.
999 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1000 (tree-widget--locate-sub-directory): Return all occurrences.
1001 (tree-widget-themes-path): New function.
1002 Replace tree-widget-themes-directory, and return a list of directories.
1003 (tree-widget-set-parent-theme)
1004 (tree-widget-lookup-image): Use it.
1005
1006 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1007
1008 * textmodes/org.el (org-link-search): Avoid self-matching of
1009 links, allow target text to be distributed over several lines.
1010 (org-search-not-link): New function.
1011 (org-set-regexps-and-options, org-get-current-options):
1012 New startup options.
1013 (org-export-as-html): Take odd-level setting from local variable.
1014 (org-fontify-emphasized-text): New option.
1015 (org-set-font-lock-defaults): Include emphasized text.
1016 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1017 (org-font-lock): Customize group renamed from `org-faces'.
1018
1019 2006-03-13 John Paul Wallington <jpw@pobox.com>
1020
1021 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1022 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1023
1024 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1025
1026 * cus-start.el (all): Delete :version keyword for members of the
1027 fringe group, since the entire group is new in 22.1.
1028
1029 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1030
1031 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1032 map if value is hexadecimal (an address).
1033 (gud-watch): Only search roots for existing watch expressions.
1034 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1035 prevent caching problems with speedbar-update-directory-contents.
1036
1037 2006-03-12 Juri Linkov <juri@jurta.org>
1038
1039 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1040 before comparing with `low' and `warn'.
1041
1042 * info.el (Info-dir-remove-duplicates): Move point to the
1043 beginning of the current line after deleting the entries from
1044 redundant heading. Use marker for `limit' and compare it with
1045 point before calling `re-search-forward'.
1046
1047 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1048
1049 * simple.el (yank): Fix typo in docstring.
1050
1051 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1052
1053 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1054 messages, where "D" is the 6th character.
1055
1056 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1057
1058 * simple.el (yank): Fix last change.
1059
1060 2006-03-11 David Ponce <david@dponce.com>
1061
1062 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1063 merging elements from the standard ispell-dictionary-alist.
1064 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1065 alist, and return the new alist.
1066
1067 2006-03-11 Richard Stallman <rms@gnu.org>
1068
1069 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1070
1071 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1072 the way it is implemented is too unclean.
1073
1074 * simple.el (kill-region, yank): Doc fix.
1075
1076 * battery.el (battery-echo-area-format): Doc fix.
1077 (battery-mode-line-format): Likewise.
1078 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1079 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1080
1081 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1082
1083 * progmodes/octave-mod.el (octave-indent-for-comment):
1084 Behave according to do string.
1085
1086 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1087
1088 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1089 Be visible only if major mode is Mail Mode.
1090
1091 * textmodes/flyspell.el (flyspell-external-point-words)
1092 (flyspell-process-localwords): Fix last changes.
1093
1094 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1095
1096 * calendar/holidays.el (list-holidays): Doc fix.
1097
1098 * international/mule.el (auto-coding-alist): Add .odt
1099 (OpenOffice's open document) files.
1100
1101 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1102 document) files. Mention in the doc string the need to sync with
1103 auto-coding-alist.
1104
1105 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1108 enable-local-variables is set to always query, or there is no
1109 savable variable.
1110
1111 2006-03-10 Bill Wohler <wohler@newt.com>
1112
1113 * image.el (image-load-path-for-library): Merge at least three
1114 functions from Gnus and MH-E into this one function that can now
1115 be shared.
1116
1117 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1118
1119 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1120 gdb-remove-mouse-face and remove help-echo too.
1121 (gdb-enqueue-input): Correct conditional clause.
1122
1123 2006-03-10 Glenn Morris <rgm@gnu.org>
1124
1125 * calendar/calendar.el (calendar-holidays): Doc fix.
1126 * calendar/holidays.el (list-holidays): Doc fix.
1127
1128 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1129
1130 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1131 it gets called in gdb-prompt anyway.
1132 (gdb-use-separate-io-buffer): Only restore window arrangement for
1133 gdb-many-windows.
1134 (gdb-enqueue-input): Make it harder to send GDB input when program
1135 is running.
1136 (gdb-buffer-list): New variable.
1137 (gdb-remove-mouse-face): New function.
1138 (gdb-starting): Use it when GDB input won't get sent.
1139
1140 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * help.el (view-lossage): Remove trailing whitespace before
1143 inserting "\n".
1144
1145 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * files.el (hack-local-variables-confirm):
1148 Set coding-system-for-read to nil before writing to .emacs.
1149
1150 * arc-mode.el (archive-extract): Check if an existing buffer name
1151 comes from a different archive.
1152
1153 * help.el (describe-key-briefly): If KEY is a down event, read and
1154 discard the up event.
1155
1156 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1157
1158 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1159 be edited and use font-lock-warning-face for any changes.
1160
1161 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1162 (gdb-edit-value): Use it to report any errors.
1163
1164 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * help.el (describe-key): Remove leftover test code.
1167
1168 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1169
1170 * textmodes/org.el: Move defvars out of eval-when-compile.
1171 Use buffer-file-name variable.
1172 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1173 arg `file'.
1174 (org-level-faces): Remove startup dependency.
1175 (org-cycle, org-map-tree, org-scan-tags)
1176 (org-remember-handler): Don't call `outline-level' directly.
1177 (org-mhe-search-all-folders): New option.
1178 (org-mhe-get-message-folder-from-index)
1179 (org-mhe-get-message-folder): Fix indexing search.
1180 (org-format-agenda-item): Handle nil TAGS argument.
1181 (org-cleaned-string-for-export, org-activate-target-links)
1182 (org-make-target-link-regexp): Deal with empty radio target list.
1183 (org-tag): New face.
1184 (org-get-level-face): New function.
1185 (org-set-font-lock-defaults): Simplify setup for headlines.
1186 (org-complete): Pass common substring to `display-completion-list'.
1187
1188 2006-03-06 David Ponce <david@dponce.com>
1189
1190 * tree-widget.el: Update Commentary header.
1191 (tree-widget-theme-name): Ignore parent themes.
1192 (tree-widget-set-parent-theme): New function.
1193 (tree-widget-set-theme): Use it.
1194 (tree-widget-set-image-properties): Move definition. Does nothing
1195 if image properties have already been set.
1196 (tree-widget-image-properties): Move definition. Receive an image
1197 name. Set the :pointer property.
1198 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1199 Don't set the :pointer image property.
1200 (tree-widget-convert-widget): New function. Handle :dynargs
1201 compatibility here.
1202 (tree-widget): Use it to :convert-widget. Add the :expander-p
1203 predicate to control when the :expander function is entered.
1204 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1205 (tree-widget-value-create): Handle :expander-p. widget-apply
1206 :expander.
1207 (tree-widget-expander-p): New function. Default value of the
1208 :expander-p property.
1209
1210 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * help.el (describe-key): Properly handle the return value of
1213 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1214 remaps. Handle string and vector `follow-link' values.
1215
1216 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * complete.el (PC-expand-many-files): Try be more careful when parsing
1219 the shell's output.
1220
1221 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * outline.el (hide-sublevels): Provide better interactive default.
1224
1225 2006-03-06 Kenichi Handa <handa@m17n.org>
1226
1227 * international/fontset.el (create-fontset-from-fontset-spec):
1228 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1229
1230 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1231
1232 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1233 backslashes instead of one in regexp.
1234 (gud-tooltip-dereference): Add missing optional argument.
1235
1236 2006-03-04 John Paul Wallington <jpw@pobox.com>
1237
1238 * wdired.el (toplevel): Require `cl' at compile-time.
1239
1240 2006-03-04 Andreas Schwab <schwab@suse.de>
1241
1242 * server.el (server-process-filter): Handle errors during
1243 evaluation of the argument.
1244
1245 2006-03-03 John Paul Wallington <jpw@pobox.com>
1246
1247 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1248 escape parentheses at beginning of line.
1249 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1250 (t-mouse-mode): Remove period from end of error message.
1251
1252 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1253
1254 * textmodes/flyspell.el (flyspell-process-localwords):
1255 Be case-sensitive.
1256
1257 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1258
1259 * cus-edit.el (custom-quote): Remove function, since it has been
1260 moved to custom.el.
1261
1262 * font-lock.el (lisp-font-lock-keywords-2)
1263 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1264 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1265 they have no special meaning.
1266
1267 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1268 indirect buffer gets killed before indirect buffer. Use dolist.
1269
1270 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1271
1272 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1273 value instead of a literal constant (1) on more pauses.
1274
1275 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1276
1277 * textmodes/flyspell.el (flyspell-external-point-words):
1278 Be case-sensitive.
1279
1280 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1281
1282 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1283 with "www".
1284
1285 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1286
1287 * allout.el: Restablish intermediate missing comment header to
1288 preserve outline structure.
1289 (allout-beginning-of-current-entry): Skip invisible text.
1290 (allout-open-topic): Fix opening a topic at end-of-buffer.
1291 (allout-minor-mode): Move nearer to allout-mode function.
1292
1293 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1294
1295 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1296
1297 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1298
1299 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1300 is nil.
1301
1302 * progmodes/gud.el (gud-speedbar-menu-items):
1303 Use buffer-local-value and add missing :visible keyword.
1304
1305 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1306
1307 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1308
1309 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1310 must be `follow-link'.
1311
1312 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1313
1314 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1315 formatting: No nested anchors.
1316 (org-all-targets): Fix bug with XEmacs compatibility.
1317 (org-read-date): Add (require 'parse-time).
1318 (org-set-tags): Fix bug with extra inserted space.
1319 (org-export-html-style): Define a style class for targets.
1320 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1321 (org-hide-leading-stars): New option.
1322 (org-hide): New face.
1323 (org-set-font-lock-defaults): Allow to hide leading stars.
1324 (org-get-legal-level, org-tr-level): New functions.
1325 (org-odd-levels-only): New option.
1326 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1327 (org-demote, org-promote): Deal with double-star levels.
1328 (org-convert-to-odd-levels): New command.
1329
1330 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1331
1332 * speedbar.el (speedbar-update-localized-contents): Try to
1333 preserve window-start.
1334 (speedbar-update-directory-contents): Try to preserve window-start
1335 and window-point.
1336 (speedbar-update-special-contents): Don't move back to start of window.
1337
1338 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1339 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1340 speedbar-timer-fn.
1341 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1342 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1343 instead of gdb-speedbar-timer-fn.
1344
1345 2006-02-28 Jay Belanger <belanger@truman.edu>
1346
1347 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1348 (math-compose-expr): Use latex option when calling
1349 `math-compose-tex-matrix' for latex mode.
1350
1351 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1352
1353 * speedbar.el: Re-instate comments about developing for speedbar
1354 [this is what info and gdb-ui use even if better methods exist now].
1355
1356 * t-mouse.el: New file.
1357 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1358 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1359 (t-mouse-make-event-element): Use posn-at-x-y instead.
1360 (t-mouse-make-event): Deal with Fedora Core 3.
1361 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1362 (t-mouse-mouse-position-function): New function. Use it instead
1363 of advising mouse-position.
1364 (t-mouse-mode): New minor mode.
1365 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1366
1367 2006-02-27 Glenn Morris <rgm@gnu.org>
1368
1369 * calendar/calendar.el (calendar-holidays): Doc fix.
1370
1371 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1372
1373 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1374 Re-introduce the concept of a source window.
1375 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1376 consistency with get-buffer-create.
1377 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1378 (gdb-data-list-register-values-handler)
1379 (gdb-stack-list-locals-handler): Try to preserve window-start as
1380 well as window-point.
1381 (gdb-display-source-buffer): New function (old concept).
1382 (gdb-goto-breakpoint): Use it.
1383
1384 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1385 for gdb-ui/gdb-mi (old concept).
1386
1387 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1388
1389 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1390 binding.
1391
1392 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1393
1394 * textmodes/reftex-sel.el (reftex-select-label-map)
1395 (reftex-select-bib-map): Add `follow-mouse' binding.
1396
1397 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1398
1399 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1400 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1401 Give :set functions to provide automatic updating.
1402 Update docstring. Give compiler defvars early in the file
1403 and move the defcustoms to a later spot where all called functions
1404 are defined.
1405 (jka-compr-file-name-handler-entry): Doc fix.
1406 (jka-compr-compression-info-list--internal)
1407 (jka-compr-mode-alist-additions--internal)
1408 (jka-compr-load-suffixes--internal): New variables.
1409 (jka-compr-install): Set the three above variables.
1410 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1411 (jka-compr-update, jka-compr-set): New functions.
1412 (auto-compression-mode): Doc fix.
1413
1414 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1415 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1416 Use jka-compr-compression-info-list--internal,
1417 jka-compr-mode-alist-additions--internal and
1418 jka-compr-load-suffixes--internal.
1419
1420 * files.el (load-library):
1421 * loadhist.el (file-loadhist-lookup):
1422 * startup.el (command-line):
1423 * subr.el (locate-library):
1424 * emacs-lisp/autoload.el (update-directory-autoloads):
1425 * emacs-lisp/find-func.el (find-library-suffixes):
1426 Use `get-load-suffixes' instead of `load-suffixes'.
1427
1428 * subr.el (locate-library):
1429 * emacs-lisp/find-func.el (find-library-name):
1430 Use `load-file-rep-suffixes' instead of '("").
1431
1432 2006-02-26 Kim F. Storm <storm@cua.dk>
1433
1434 * ido.el (ido-save-history, ido-load-history): Simplify.
1435 Don't use find-file-noselect to avoid interference from other modes.
1436
1437 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1438
1439 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1440 to use the default shell if filename is not available.
1441 Reported by Giorgos Keramidas.
1442
1443 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1444
1445 * progmodes/etags.el (tags-completion-table): Do completion from
1446 all the tables in the current list, as documented in the manual.
1447
1448 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1449
1450 * CC Mode Update to 5.31.3.
1451
1452 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1453
1454 * progmodes/cc-mode.el (c-postprocess-file-styles):
1455 Bind inhibit-read-only to t, around the call to
1456 c-remove-any-local-eval-or-mode-variables, so that it works on a
1457 RO file.
1458
1459 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1460
1461 * progmodes/cc-awk.el: Correct a typo.
1462
1463 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1464
1465 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1466 c-hungry-delete-backwards, at the request of RMS. Leave the old
1467 name as an alias.
1468
1469 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1470
1471 * progmodes/cc-mode.el: Correct a typo.
1472
1473 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1474
1475 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1476
1477 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1478
1479 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1480 brace-else-brace (error due to mbeg, mend being undefined).
1481
1482 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1483
1484 * progmodes/cc-mode.el: File Local variables: Solve the problem
1485 where both `mode' and c-file-offsets are specified: `mode' will
1486 overwrite c-f-o's settings:
1487 (c-remove-any-local-eval-or-mode-variables): New function.
1488 (c-postprocess-file-styles): Call the above new function, within
1489 c-tentative-buffer-change, to splat `mode' and `eval' before the
1490 second hack-local-variables.
1491
1492 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1493
1494 * progmodes/cc-mode.el:
1495 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1496 (c-after-change): Protect the match data with save-match-data.
1497 It was getting corrupted by c-after-change-check-<>-operators.
1498
1499 * cc-defs.el: [Supersedes patch V1.38]:
1500 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1501 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1502
1503 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1504 with save-match-data. It was being corrupted when Font Lock was
1505 not enabled.
1506
1507 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1508
1509 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1510 Mode and Subword Mode.
1511
1512 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1513 real labels ("case 1:" or "foo:") from non-labels ("public:").
1514 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1515 coding; c-f-t-2 doesn't move over a token at EOB.
1516
1517 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1518
1519 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1520 (c-update-modeline): Concatenate the minor mode indicators
1521 directly onto mode-name, removing c-submode-indicators.
1522 Sometimes, c-s-i got separated from the mode name on the mode line.
1523
1524 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1525 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1526
1527 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1528
1529 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1530 error message when there's an evaluation error to show whether
1531 it's loaded from source or not.
1532 (c-filter-ops): Make it available at runtime too to work when
1533 `c-make-init-lang-vars-fun' needs to evaluate from source.
1534
1535 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * help.el (help): Revert last part of 2006-02-23 change (deletion
1538 of the `provide' call).
1539
1540 2006-02-23 Juri Linkov <juri@jurta.org>
1541
1542 * compare-w.el (compare-windows-highlight): Add new value
1543 `persistent' and change :type from `boolean' to `choice'.
1544 (compare-windows-overlays1, compare-windows-overlays2):
1545 New internal variables.
1546 (compare-windows-highlight): If compare-windows-highlight is
1547 `persistent', add current overlays to compare-windows-overlays[12]
1548 instead of adding compare-windows-dehighlight to pre-command-hook.
1549 (compare-windows-dehighlight): Delete all overlays from
1550 compare-windows-overlays[12].
1551
1552 * info.el (Info-search): Don't bind search-spaces-regexp to
1553 Info-search-whitespace-regexp in non-regexp isearch mode.
1554
1555 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1558
1559 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * textmodes/org.el (org-xemacs-p)
1562 (org-export-html-show-new-buffer, org-table-may-need-update)
1563 (org-insert-item, org-mhe-get-message-real-folder)
1564 (org-mhe-get-message-folder-from-index)
1565 (org-mhe-get-message-folder, org-mhe-get-message-num)
1566 (org-mhe-get-header, org-make-org-heading-search-string)
1567 (org-make-org-heading-camel, org-table-sort-lines)
1568 (org-format-org-table-html, org-format-table-table-html):
1569 Fix typos in docstrings.
1570
1571 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1572
1573 * textmodes/org.el (org-cleaned-string-for-export)
1574 (org-solidify-link-text): New function.
1575 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1576 XEmacs, just to silence the compiler.
1577 (org-export-as-ascii, org-export-as-html-and-open):
1578 Use `org-cleaned-string-for-export' and create internal links.
1579 (org-follow-mhe-link): Require mh-e, use folder.
1580
1581 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1582
1583 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1584
1585 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1586 gdb-debug-log-length.
1587 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1588 it a real ring but...
1589 (gud-gdba-marker-filter): ...make it work like mark-ring.
1590 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1591 (gdb-mouse-jump): New function. Add bindings.
1592
1593 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1594
1595 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1596 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1597 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1598 (gdb-debug-log-length): Customize it's length.
1599 (gud-watch, gdb-var-create-handler): Display function::var format
1600 but don't use to create variable object.
1601 (gdb-var-create-handler): Use message-box in place of message.
1602 (gdb-stopped): Call gdb-exited if signalled.
1603
1604 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1605
1606 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1607
1608 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1609
1610 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1611 if `reftex-try-all-extensions' is set.
1612
1613 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1614 fail silently when there is no valid argument at point.
1615 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1616 `fail-silently' argument. From a patch by David Reiter.
1617
1618 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1619 New commands.
1620 (org-mark-ring): New variable.
1621 (org-mark-ring-length): New option.
1622 (org-open-at-point, org-goto, org-open-file): Push old position
1623 onto the mark ring.
1624 (org-add-hook): New function.
1625 (org-export-table-remove-special-lines): New option.
1626 (org-skip-comments, org-format-org-table-html): Respect new
1627 option `org-export-table-remove-special-lines'.
1628 (org-open-file): Allow special command configuration for
1629 directory link.
1630 (org-file-apps): Fix bugs in customize type, added setting
1631 for directories.
1632 (org-activate-tags, org-format-agenda-item, org-complete)
1633 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1634 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1635 (org-link-search, org-make-org-heading-search-string)
1636 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1637 (org-radio-targets, org-file-link-context-use-camel-case)
1638 (org-activate-camels): New options.
1639 (org-update-radio-target-regexp, org-all-targets)
1640 (org-make-target-link-regexp, org-activate-target-links):
1641 New functions.
1642 (org-make-org-heading-search-string): New function.
1643 (org-store-link, org-insert-link): Use new option
1644 `org-file-link-context-use-camel-case'.
1645 (org-activate-camels): Use new option `org-activate-camels'.
1646 (org-link-regexp): Add mhe prefix.
1647 (org-open-at-point, org-store-link): Support for mhe links.
1648 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1649 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1650 (org-mhe-get-header, org-follow-mhe-link): New functions.
1651 (org-remove-angle-brackets, org-add-angle-brackets):
1652 New functions.
1653 (org-bracket-link-regexp): New constant.
1654 (org-read-date): Fix bug that was rejecting all typed dates.
1655 (org-link-search): Make hierarchy above visible after a match.
1656 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1657 (org-store-link): Fix bug with link creation when cursor is in
1658 an empty line.
1659 (org-open-at-point): Fix bug with matching a link.
1660 Fixed buggy argument sequence in call to `org-view-tags'.
1661 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1662 (org-prefix-has-tag): New variable.
1663 (org-format-agenda-item): Remove tags from headline
1664 if appropriate.
1665 (org-agenda-remove-tags-when-in-prefix): New option.
1666
1667 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1668
1669 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1670 Fix the regular expressions.
1671
1672 2006-02-21 Richard M. Stallman <rms@gnu.org>
1673
1674 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1675 if there's no other specific basis.
1676
1677 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1678 as variables at all.
1679 (unsafep-variable): Rename arg; doc fix.
1680
1681 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1682
1683 * calendar/appt.el (diary-selective-display): Add defvar.
1684
1685 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1686
1687 * isearch.el (search-whitespace-regexp): Fix custom type.
1688
1689 * help.el (describe-key-briefly): Compute interactive args
1690 in same was as before previous change.
1691
1692 * files.el (enable-local-variables): Doc fix.
1693
1694 2006-02-21 Kim F. Storm <storm@cua.dk>
1695
1696 * fringe.el: Cleanup as file is now pre-loaded.
1697 (fringe-bitmaps): Initialize unconditionally.
1698 (fringe-mode, set-fringe-style): Remove autoload cookies.
1699
1700 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1701
1702 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1703 `horizontal-bar'.
1704 (fringe-cursor-alist): Use `horizontal-bar'.
1705
1706 2006-02-20 Kim F. Storm <storm@cua.dk>
1707
1708 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1709 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1710
1711 * loadup.el: Load "fringe" on window systems.
1712
1713 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1714
1715 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1716 out of scope components.
1717
1718 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1719 default.
1720
1721 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * custom.el (customize-mark-to-save, customize-mark-as-set):
1724 Load the symbol first.
1725
1726 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1727
1728 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1729 strech spec so it doesn't display as "^J" on the header line
1730 when `Buffer-menu-use-header-line' is t.
1731
1732 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1733
1734 * speedbar.el (speedbar-make-button): Keep text properties
1735 of string arguments if desired.
1736
1737 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1738 expessions.
1739
1740 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1741 of speedbar.
1742
1743 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1744
1745 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1746 to value of `read-file-name-completion-ignore-case'.
1747
1748 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1749
1750 * custom.el (customize-mark-as-set): Push to `user' theme.
1751
1752 * cus-edit.el (custom-save-variables): Allow unthemed values.
1753 (customize-set-variable): Push setting to `user' theme.
1754
1755 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1756
1757 * progmodes/gud.el: Don't require font-lock as it's now
1758 automatically loaded.
1759 (gud-speedbar-buttons): Replace gdb-var-changed with
1760 gdb-force-update.
1761
1762 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1763 gdb-var-changed.
1764 (gdb-post-prompt): Use it.
1765 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1766 (gdb-var-update-handler, gdb-var-delete)
1767 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1768 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1769 gdb-force-update in gdb-post-prompt.
1770 (gdb-reset): Clear watch expressions from speedbar when quitting.
1771
1772 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1773
1774 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1775 (viper-change-state-to-vi, viper-change-state-to-emacs):
1776 Make aware of cursor coloring in the Emacs state.
1777 (viper-special-read-and-insert-char): Use read-char-exclusive.
1778 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1779
1780 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1781
1782 * viper-util.el (viper-save-cursor-color)
1783 (viper-get-saved-cursor-color-in-replace-mode)
1784 (viper-get-saved-cursor-color-in-insert-mode)
1785 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1786 state.
1787 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1788
1789 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1790 (ediff-ignore-case-option3, ediff-actual-diff-options)
1791 (ediff-actual-diff3-options): New variables to control case sensitivity.
1792 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1793 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1794 (ediff-toggle-ignore-case): New function.
1795 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1796
1797 * ediff-help.el (ediff-long-help-message-narrow2)
1798 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1799 (ediff-long-help-message-word-mode): Add ignore-case command.
1800 (ediff-help-for-quick-help): Add ignore-case command.
1801
1802 * ediff-merg.el: Move provide to the end.
1803
1804 * ediff-ptch.el: Move provide to the end.
1805
1806 * ediff-wind.el: Move provide to the end.
1807
1808 * ediff-mult.el: Move provide to the end.
1809 (ediff-set-meta-overlay): Enable follow-link.
1810
1811 * ediff.el: Move provide to the end.
1812 Break recursive load cycle in eval-when-compile.
1813 (ediff-patch-buffer): Better heuristics.
1814
1815 * ediff-util.el: Move provide to the end.
1816 Break recursive load cycle in eval-when-compile.
1817 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1818 defuns.
1819 (ediff-submit-report): Pass the values of ediff-diff3-program,
1820 ediff-diff3-options.
1821
1822 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1823
1824 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1825 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1826 `' (for example, in the docstring of `windmove-default-keybindings').
1827
1828 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1829
1830 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1831 shadow face. Don't provide binding to edit variable when it is
1832 out of scope.
1833
1834 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1835 (gdb-var-update-handler): Detect out of scope variables with pre
1836 GDB 6.4 too.
1837 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1838 Reset status of variable objects to nil in update handlers.
1839 (gdb-var-update-handler-1): Detect when a variable object comes
1840 in scope. setcar on var changes gdb-var-list directly.
1841
1842 2006-02-17 Juri Linkov <juri@jurta.org>
1843
1844 * ffap.el (ffap) <defface>: Add explicit face declaration.
1845 (ffap-highlight): Use face `ffap' directly instead of checking
1846 for its existence.
1847
1848 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1849 `visible-ok' of `other-buffer' to find the right original buffer.
1850
1851 * info.el (Info-search): Skip `Local Variables' node.
1852
1853 2006-02-17 Juri Linkov <juri@jurta.org>
1854
1855 * info.el (Info-find-file): Check for symbols `apropos', `history',
1856 `toc' in the input filename, and return these symbols as is.
1857 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1858 `history', `toc' instead of strings.
1859 (Info-set-mode-line): For non-string Info-current-file use the
1860 symbol's name inside **.
1861 (Info-isearch-push-state): Add quote before Info-current-file and
1862 Info-current-node.
1863 (Info-isearch-pop-state): Use `equal' instead of `string='.
1864 (Info-extract-pointer, Info-following-node-name): Use
1865 `match-string-no-properties' instead of `match-string'.
1866 (Info-up): Check `old-file' for `stringp'.
1867 (Info-history): Use `equal' instead of `string-equal'.
1868 Check `file' for `stringp'.
1869 (Info-history): Use symbol `history' instead of string as first arg
1870 of `Info-find-node'.
1871 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1872 `toc' instead of string.
1873 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1874 instead of `buffer-substring', and `match-string-no-properties'
1875 instead of `match-string'.
1876 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1877 instead of strings.
1878 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1879 Use symbol `apropos' instead of string.
1880 (Info-copy-current-node-name): Check `Info-current-file' for
1881 `stringp' and construct a command with `Info-find-node' from it.
1882 (Info-fontify-node): Use `match-string-no-properties' instead of
1883 `match-string' and check file names for `stringp'.
1884 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1885 `history', `toc' instead of strings.
1886
1887 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * files.el: Rearrange functions and variables in the file local
1890 variables section.
1891
1892 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1893
1894 * files.el: Add truncate-lines, ispell-check-comments and
1895 ispell-local-dictionary as safe local variables.
1896
1897 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1898
1899 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1900 out of scope variables.
1901 (gud-speedbar-buttons): Use unless.
1902
1903 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1904 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1905 (gdb-show-changed-values): Also use for out of scope variables.
1906 (gdb-var-update-handler-1): Note if variable goes out of scope.
1907
1908 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1909
1910 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1911 default to global variable values for unsupplied args.
1912 (rcirc-get-buffer-create): Fix bug with setting the target.
1913 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1914 test for rcirc-always-use-server-buffer-flag here.
1915 (rcirc-response-formats): Add %N, which is a facified nick. %n
1916 uses the default face. Change the ACTION format string. If the
1917 "nick" is the server, don't print anything for that field.
1918 Comment fixes.
1919 (rcirc-target-buffer): Don't test
1920 rcirc-always-use-server-buffer-flag here.
1921 (rcirc-print): Squeeze extra spaces out of the text before message.
1922 (rcirc-put-nick-channel): Strip potential "@" char from nick
1923 before adding them to nick table.
1924 (rcirc-url-regexp): Improve to match address like "foo.com".
1925
1926 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1927
1928 * allout.el (allout-hidden-p): Move this defsubst before
1929 allout-overlay-interior-modification-handler, where it is first
1930 used.
1931
1932 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1933
1934 * allout.el: Use allout invisible-text overlays instead of
1935 selective display for concealed text. Also, lots of general
1936 cleanup, and improved compatibility code.
1937
1938 (allout-version) Incremented, corrected, revised, and refined
1939 module commentary.
1940
1941 (provide 'allout): Moved to the bottom, added a require of overlay.
1942
1943 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1944 `except-current'.
1945 (allout-write-file-hook-handler): Minimize delay.
1946 (count-trailing-whitespace-region): New function so
1947 auto-encryption of current topic can resituate cursor exactly.
1948 PGP/GPG encryption trims trailing whitespace from lines, which
1949 must be accounted for across encryption then decryption.
1950
1951 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1952 just plain "\C-c", to avoid intruding on user's keybinding space.
1953
1954 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1955 parameter, so user request to provide a new password is done.
1956
1957 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1958 Refined mechanism for auto-filling behavior while in allout mode.
1959
1960 (allout-mode): Explicitly specify the mode map in the docstring.
1961 Clarify provision for various write-file hook var names.
1962 Adjusted for invisible-text overlays instead of selective-display.
1963
1964 (allout-depth): Really return 0 if not within any topic. This
1965 rectifies `allout-beginning-of-level' and sequence numbering
1966 errors that occur when cutting and pasting numbered topics.
1967 Changed from a in-line subst to a regular function, as well.
1968
1969 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1970
1971 (allout-end-of-subtree, allout-end-of-subtree)
1972 (allout-end-of-entry, allout-end-of-current-heading)
1973 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1974 (allout-show-children, allout-show-to-offshoot)
1975 (allout-hide-current-entry, allout-show-current-entry): Rectified
1976 handling of trailing blank lines between items.
1977
1978 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1979 (allout-current-depth, allout-unprotected, allout-hidden-p)
1980 (allout-on-current-heading-p, allout-listify-exposed)
1981 (allout-chart-subtree, allout-goto-prefix)
1982 (allout-back-to-current-heading, allout-get-body-text)
1983 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1984 (allout-hide-region-body, allout-toggle-subtree-encryption)
1985 (allout-encrypt-string, allout-encrypted-key-info)
1986 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1987 (allout-file-vars-section-data): Adjusted for use with
1988 invisible-text overlays instead of selective-display.
1989
1990 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1991 Reworked for use with invisible text overlays.
1992
1993 (allout-current-topic-collapsed-p): New function.
1994
1995 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1996 to know when to close the containing topic.
1997
1998 (allout-pre-command-business, allout-post-command-business):
1999 Simplify undo-batching and dynamic isearch exposure.
2000
2001 (allout-set-overlay-category): New for invisible-text overlays.
2002 Sets properties of allout-overlay-category, used by
2003 allout-flag-region to set invisible-text overlay properties.
2004 (allout-get-invisibility-overlay): Get the first qualifying
2005 invisibility overlay, so we can find the extent of it.
2006 (allout-back-to-visible-text): Get to just before the beginnining
2007 of the current invisibility overlay, if any.
2008
2009 (allout-overlay-insert-in-front-handler)
2010 (allout-overlay-interior-modification-handler)
2011 (allout-before-change-handler, allout-isearch-end-handler): New
2012 functions to handle extraordinary actions affecting concealed
2013 text.
2014
2015 (allout-flag-region): Use overlays instead of selective-display
2016 for invisible text - by inheritence from the properties of
2017 allout-overlay-category in mainline Emacs, and applied
2018 property-by-property in XEmacs, some recent versions of which
2019 don't inherit the properties from the category. Provisions to
2020 respond to concealed-text edits simplified drastically.
2021
2022 (allout-isearch-rectification, allout-isearch-was-font-lock)
2023 (allout-isearch-expose, allout-enwrap-isearch)
2024 (allout-isearch-abort, allout-pre-was-isearching)
2025 (allout-isearch-prior-pos, allout-isearch-did-quit)
2026 (allout-isearch-dynamic-expose)
2027 (allout-hide-current-entry-completely): Functions deleted.
2028
2029 (allout-undo-aggregation): Explicit undo aggregation no longer
2030 necessary due to transition away from selective-display.
2031
2032 (set-allout-regexp, allout-up-current-level)
2033 (allout-next-visible-heading, allout-forward-current-level)
2034 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2035 (allout-kill-line, allout-yank-processing, allout-show-children)
2036 (allout-expose-topic, allout-old-expose-topic)
2037 (allout-listify-exposed, allout-insert-latex-header)
2038 (allout-toggle-subtree-encryption, allout-encrypt-string)
2039 (remove-from-invisibility-spec, allout-hide-current-subtree):
2040 Ditched unused variables.
2041
2042 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2043
2044 * textmodes/ispell.el (ispell-change-dictionary): Call
2045 ispell-buffer-local-dict instead of
2046 ispell-accept-buffer-local-defs.
2047 (ispell-local-dictionary-alist): Accept as valid any coding-system
2048 supported by Emacs.
2049 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2050 changed to iso-8859-3.
2051
2052 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2053
2054 * speedbar.el (speedbar-frame-width): Make an inline function
2055 instead of a macro. Use frame-width.
2056 (speedbar-try-completion, speedbar-update-contents)
2057 (speedbar-timer-fn): Use consp.
2058 (speedbar-update-localized-contents): Try to preserve point.
2059
2060 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2061 (menu): Re-order menu items.
2062 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2063 field.
2064 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2065 (gdb-post-prompt): Speed things by not forcing update.
2066
2067 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2070 press and perform default action if we get a mouse movement event.
2071
2072 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2073
2074 * calendar/icalendar.el (icalendar--get-event-property)
2075 (icalendar--get-event-property-attributes): Fix typos in
2076 docstrings.
2077
2078 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2079 docstring.
2080
2081 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * bs.el (bs-mode): Use `buffer-disable-undo'.
2084 (bs--get-file-name): Simplify.
2085 (bs-show-in-buffer): Mark the buffer as not modified.
2086
2087 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2090 widget-button-click.
2091
2092 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2093 (custom-mode): Update docstring.
2094
2095 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2096 binding.
2097
2098 * files.el (hack-local-variables-confirm): Allow scrolling if the
2099 file variable list is too long. Kill temp buffer after use.
2100
2101 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2102
2103 * progmodes/gud.el (gdb): Improve doc string.
2104 (gdb-script-font-lock-keywords): Expand allowed character set.
2105
2106 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2107 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2108 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2109 (gdb-separate-io-stop, gdb-separate-io-eof):
2110 Rename from gdb-inferior-* to gdb-separate-*.
2111 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2112
2113 2006-02-14 Jay Belanger <belanger@truman.edu>
2114
2115 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2116 expression is a symbol before checking that it is bound.
2117
2118 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2119 test to see if equation can be solved.
2120
2121 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * wid-edit.el (widget-button-click): Use :pressed-face property
2124 for overlay face, if it exists.
2125
2126 * cus-edit.el (custom-manual, custom-add-see-also)
2127 (custom-add-parent-links, custom-group-link): Add :pressed-face
2128 property to links.
2129
2130 * files.el (hack-local-variables): Remove ignored variables before
2131 checking if any variables need setting.
2132
2133 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2134
2135 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2136
2137 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * help.el (where-is): Fix message for remapped commands.
2140
2141 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2142 Fix typos in docstrings.
2143
2144 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * files.el (safe-local-variable-values): New option.
2147 (hack-local-variables-prop-line): Return a list of variable-value
2148 pairs if MODE-ONLY is non-nil.
2149 (hack-local-variables): Construct list of variable-value pairs,
2150 and apply or reject them in one go. Ask for confirmation if
2151 variables are not known safe.
2152 (hack-local-variables-confirm): Complete rewrite. Support
2153 `safe-local-variable-values'.
2154 (enable-local-variables): Update docstring to reflect new
2155 behavior.
2156 (ignored-local-variables): Ignore ignored-local-variables and
2157 safe-local-variable-values.
2158 (safe-local-variable-p): New function.
2159 (risky-local-variable-p): `safe-local-variable' property check
2160 moved to safe-local-variable-p.
2161 (hack-one-local-variable): Checks moved to hack-local-variables.
2162
2163 (byte-compile-dynamic, c-basic-offset, c-file-style)
2164 (c-indent-level, comment-column, fill-column, fill-prefix)
2165 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2166 (no-update-autoloads, outline-regexp, page-delimiter)
2167 (paragraph-start, paragraph-separate, sentence-end)
2168 (sentence-end-double-space tab-width, version-control):
2169 Add `safe-local-variable' property.
2170
2171 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2172
2173 * icomplete.el, play/landmark.el: Change nonexistent
2174 `outline-layout' file variable to `allout-layout'.
2175
2176 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2177
2178 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2179 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2180 to gud-comint-buffer.
2181 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2182 gdb-ui.el for gdb-mi.el.
2183 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2184 registers buffer to gdb-get-changed-registers.
2185 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2186 deletion of catchpoints (throw and catch).
2187 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2188 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2189 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2190 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2191 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2192
2193 2006-02-13 Jay Belanger <belanger@truman.edu>
2194
2195 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2196 expression is a symbol before checking that it is bound.
2197
2198 2006-02-13 Richard M. Stallman <rms@gnu.org>
2199
2200 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2201 for the minibuffer too, but not if resize-mini-windows will interfere.
2202
2203 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2204 inside `interactive' spec.
2205 (describe-key-briefly-internal, describe-key-internal):
2206 Functions merged back into their callers.
2207
2208 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2209
2210 * info.el (info-xref-visited): Inherit from info-xref too.
2211 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2212 when propertizing Info-current-file and Info-current-node.
2213
2214 2006-02-13 Juri Linkov <juri@jurta.org>
2215
2216 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2217 (tumme-thumb-name): Fix per-directory format.
2218
2219 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2220
2221 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2222
2223 2006-02-12 Miles Bader <miles@gnu.org>
2224
2225 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2226
2227 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2228
2229 * tumme.el: Remove history section. If someone needs the it, it
2230 can always be found in CVS.
2231
2232 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2233
2234 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2235 about the Thumbnail Managing Standard option.
2236
2237 2006-02-12 Richard M. Stallman <rms@gnu.org>
2238
2239 * subr.el (substitute-key-definition): Doc fix.
2240
2241 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2242
2243 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2244
2245 * info.el (Info-mode): Doc fix.
2246
2247 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2248
2249 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2250
2251 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2252 because on Solaris a POSIX compatible "id" is needed. Reported by
2253 Magnus Henoch <mange@freemail.hu>.
2254
2255 2006-02-12 Juri Linkov <juri@jurta.org>
2256
2257 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2258 (tumme) <defgroup>: Change :group to `multimedia'.
2259 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2260 Managing Standard.
2261 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2262 Fix dostring.
2263 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2264 and %y. Fix docstring.
2265 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2266 (tumme-cmd-create-standard-thumbnail-command): New user options.
2267 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2268 is `standard'. Fix docstring.
2269 (tumme-thumb-width, tumme-thumb-height): New user options.
2270 (tumme-external-viewer): Try to find various viewers.
2271 (tumme-get-thumbnail-image): Use `create-image' instead of
2272 constructing the `image' structure.
2273 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2274 `standard'.
2275 (tumme-thumb-name): Add file name generation for standard storage.
2276 Simplify code for other storages.
2277 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2278 Add modification time %m and thumbnail-nq8 %q.
2279 Use `tumme-cmd-create-standard-thumbnail-command' if
2280 tumme-thumbnail-storage is `standard'.
2281 (tumme-dired-insert-marked-thumbs): New autoload command.
2282 (tumme-dired-after-readin-hook): New function.
2283 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2284 `tumme-thumb-size'.
2285 (tumme-display-image): Replace size-x %x and size-y %y with
2286 width %w and height %h.
2287
2288 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2289 `tumme-dired-insert-marked-thumbs'.
2290
2291 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2292
2293 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2294 include path).
2295 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2296 matching tag.
2297
2298 2006-02-12 Miles Bader <miles@gnu.org>
2299
2300 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2301 New variables.
2302 (rcirc-abbrev-nick): New function.
2303 (rcirc-format-response-string): Rewrite to use the formats in
2304 `rcirc-response-formats' and expand escape sequences therein.
2305 A text-property `rcirc-text' is added over the actual response
2306 text to make easy to find inside the returned string.
2307 (rcirc-print): When filling, just look for the `rcirc-text'
2308 text-property to find the appropriate fill prefix, instead of
2309 using hardwired patterns.
2310
2311 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2312
2313 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2314 Managing Standard.
2315
2316 2006-02-11 Kim F. Storm <storm@cua.dk>
2317
2318 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2319 Don't use insert-buffer; do insert-buffer-substring directly.
2320 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2321
2322 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2323
2324 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2325 with inhibit-read-only. Suggested by Stefan Monnier.
2326 (revert-buffer): Let insert-file-contents discard
2327 buffer-undo-list. Simplify code.
2328 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2329
2330 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2331
2332 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2333
2334 * help.el (describe-key-briefly): Now a wrapper for
2335 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2336 to t. Populate yank-menu if empty.
2337 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2338 (describe-key): Now a wrapper for describe-key-internal. Bind
2339 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2340 (describe-key-internal): Renamed from describe-key.
2341
2342 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2343
2344 * progmodes/glasses.el (glasses-separator): Doc fix.
2345 (glasses-original-separator): New defcustom.
2346 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2347
2348 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2349
2350 * mwheel.el (mouse-wheel-up-event): Doc fix.
2351
2352 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2353
2354 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2355 (tumme-dir): New function. Copied from thumbs.el.
2356
2357 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2358
2359 * desktop.el (desktop-outvar): Fix typo.
2360 (desktop-save-buffer-p): Doc fix.
2361
2362 * subr.el (substitute-key-definition): Fix typo.
2363
2364 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2365
2366 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2367 when window-system is mac.
2368
2369 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2370
2371 2006-02-10 Kim F. Storm <storm@cua.dk>
2372
2373 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2374 indirect-function instead of using condition-case.
2375
2376 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2377
2378 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2379 less `colloquial'...
2380
2381 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2382
2383 * tumme.el: Add a couple of todo items.
2384
2385 2006-02-09 Lars Hansen <larsh@soem.dk>
2386
2387 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2388 (highlight-changes-mode): Don't change desktop-locals-to-save.
2389
2390 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * image-mode.el (image-toggle-display): Clear image cache if using
2393 filename.
2394
2395 2006-02-09 Masatake YAMATO <jet@gyve.org>
2396
2397 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2398 a `dired-man' target.
2399
2400 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2401 boundary of symbols.
2402
2403 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2404
2405 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2406
2407 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2410 `mapcar'; return nil.
2411
2412 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2415 some other event.
2416
2417 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2418
2419 * net/rcirc.el (rcirc-startup-channels-alist):
2420 Add irc.freenode.net and #emacs as defaults.
2421 (rcirc-ignore-all-activity-flag): Remove variable.
2422 (rcirc-authinfo): New variable.
2423 (rcirc-authinfo-filename): Remove variable.
2424 (rcirc-always-use-server-buffer-flag): New flag.
2425 (rcirc): M-x rcirc will automatically connect without prompting.
2426 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2427 connection in lisp.
2428 (rcirc-process-server-response-1): Remove everything but the nick
2429 portion of the sender so it doesn't need to be done everywhere
2430 else. Update related code.
2431 (global-map): Remove global keybindings.
2432 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2433 (rcirc-send-input): Split into several functions.
2434 (rcirc-process-input-line, rcirc-process-message)
2435 (rcirc-process-command): New functions.
2436 (rcirc-target-buffer): New function to determine where to route
2437 messages.
2438 (rcirc-user-nick): Save match data.
2439 (rcirc-toggle-ignore-buffer-activity)
2440 (rcirc-update-activity-string): Remove global ignore functionality,
2441 which can be done now by toggling rcirc-track-minor-mode.
2442 (rcirc-track-minor-mode-map): New keymap.
2443 (rcirc-track-minor-mode): New minor-mode.
2444 (ignore): Make the ignore output nicer. Always print it when
2445 adding or removing nicks.
2446 (rcirc-url-regexp): Improve.
2447 (rcirc-mangle-text): Remove properties before using text in the
2448 modeline.
2449 (rcirc-authenticate): Authentication data comes from
2450 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2451 (rcirc-server-prefix): Inherit from rcirc-server.
2452
2453 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2454
2455 * Makefile.in (compile): Append "|| true" to the end of the `find'
2456 command, like compile-always does.
2457
2458 2006-02-08 Sam Steingold <sds@gnu.org>
2459
2460 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2461 output from a dead connection.
2462
2463 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2464
2465 * dired.el (dired-mode-map): Add more bindings for tumme.
2466
2467 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * wdired.el (wdired-mode-map): Use remap.
2470 (wdired-get-filename): Massage.
2471 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2472 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2473 `keymap' property rather than `local-map'.
2474
2475 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2476
2477 * tumme.el (tumme-get-thumbnail-image): New utility function.
2478 Suggested by from Chong Yidong.
2479 (tumme-dired-with-window-configuration): Rename from
2480 `tumme-dired'. Add code to save window configuration.
2481 (tumme-restore-window-configuration): New command to restore the
2482 window configuration that `tumme-dired-with-window-configuration'
2483 saves before it changes the window configuration.
2484 (tumme-show-all-from-dir): New command to display thumbnails for
2485 all files in a directory entered by the user, like M-x thumbs.
2486 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2487 have been created.
2488 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2489 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2490 Remove obsolete test function.
2491
2492 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * vc.el (small-temporary-file-directory): Remove defvar; there's
2495 a defcustom for it in files.el.
2496
2497 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2498 Fix typo in message.
2499 (tumme-gallery-generate): Fix typo in `error' message.
2500 (tumme-display-window-height-correction)
2501 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2502 (tumme-line-up-interactive): Dox fixes.
2503 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2504 (tumme-restore-window-configuration, tumme-format-properties-string)
2505 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2506 Fix typos in docstrings.
2507
2508 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2509
2510 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2511
2512 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2513
2514 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2515 User should use hook if desired.
2516
2517 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2518 buffer if necessary.
2519 (gdb-delete-frame-or-window): New function.
2520 (gdb-breakpoints-mode-map): Bind "q" to it.
2521
2522 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * textmodes/nroff-mode.el: Clean up name space.
2525 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2526 (nroff-mode): Obey the global setting of nroff-electric-mode.
2527 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2528
2529 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2530
2531 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2532
2533 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2534
2535 2006-02-06 Lars Hansen <larsh@soem.dk>
2536
2537 * generic-x.el (etc-fstab-generic-mode): Add file system types
2538 cifs and usbdevfs. Allow special chars in file names.
2539
2540 2006-02-05 Jay Belanger <belanger@truman.edu>
2541
2542 Update copyright notices of the files in lisp/calc.
2543
2544 2006-02-05 Romain Francoise <romain@orebokech.com>
2545
2546 Update copyright notices of all files in the lisp/play directory.
2547
2548 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2549
2550 * ldefs-boot.el: Regenerate.
2551
2552 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2553
2554 2006-02-05 Kim F. Storm <storm@cua.dk>
2555
2556 * files.el (magic-mode-regexp-match-limit): New defvar.
2557 (set-auto-mode): Use it to limit magic-mode-alist matching.
2558
2559 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2560
2561 * simple.el (display-message-or-buffer): Compare the number of
2562 characters to the frame width when determining whether a 1-line
2563 message string will fit in the echo area. Count screen lines
2564 instead of buffer lines when determining whether a multi-line
2565 message will fit in the echo area/minibuffer window.
2566
2567 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2568
2569 * info.el (Info-index, Info-mode): Improve the description of the
2570 `i' command.
2571
2572 * ldefs-boot.el: Regenerate.
2573
2574 2006-02-03 Werner Lemberg <wl@gnu.org>
2575
2576 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2577 greedy to find the closing bracket in \*[...] and similar
2578 expressions. This is a first rough fix -- many additional
2579 refinements are necessary to make nroff mode really usable with groff.
2580
2581 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2582
2583 * international/mule-cmds.el (set-locale-environment):
2584 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2585 libX11.
2586
2587 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2588
2589 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2590 archive are created in archive-tmpdir.
2591
2592 2006-02-02 John Paul Wallington <jpw@pobox.com>
2593
2594 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2595 (ibuffer-fontification-alist): Use it.
2596 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2597 to "* z" and the Ibuffer Mark menu.
2598
2599 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2600
2601 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * textmodes/table.el (*table--cell-describe-mode)
2604 (*table--cell-describe-bindings): Undo last change since
2605 print-help-return-message is not obsoleted by anything at all.
2606
2607 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2608
2609 * emulation/cua-base.el (cua-mode): Doc fix.
2610
2611 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * dframe.el (dframe-handle-make-frame-visible)
2614 (dframe-handle-iconify-frame, dframe-get-focus)
2615 (dframe-select-attached-frame, dframe-power-click)
2616 (dframe-frame-mode): Fix typos in docstrings.
2617
2618 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2619 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2620 Fix typos in docstrings.
2621
2622 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2623 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2624 (hi-lock-archaic-interface-message-used)
2625 (hi-lock-file-patterns-range): Fix typos in docstrings.
2626
2627 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2628 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2629
2630 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2631 Fix typo in docstring.
2632
2633 * net/newsticker.el (newsticker--decode-iso8601-date)
2634 (newsticker--set-customvar, newsticker--buffer-insert-item)
2635 (newsticker--do-run-auto-mark-filter)
2636 (newsticker--parse-generic-feed): Doc fixes.
2637 (newsticker--retrieval-timer-list, newsticker-url-list)
2638 (newsticker-hide-immortal-items-in-echo-area)
2639 (newsticker-hide-obsolete-items-in-echo-area)
2640 (newsticker-new-item-face, newsticker--enclosure)
2641 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2642 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2643 (newsticker--parse-generic-feed, newsticker--cache-contains)
2644 (newsticker--stat-num-items, newsticker-download-enclosures):
2645 Fix typos in docstrings.
2646
2647 * net/rcirc.el (rcirc-debug): Doc fix.
2648 (rcirc-fill-column, rcirc-receive-message-hooks)
2649 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2650 (rcirc-mode, rcirc-generate-new-buffer-name)
2651 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2652 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2653 Fix typos in docstrings.
2654 (rcirc-print): "?\ " -> "?\s".
2655 (rcirc-cmd-join): Improve argument/docstring consistency.
2656
2657 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2658
2659 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2660 before narrow-to-region.
2661
2662 2006-02-01 Richard M. Stallman <rms@gnu.org>
2663
2664 * simple.el (move-beginning-of-line): Scan properly for invis change.
2665
2666 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2667
2668 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2669
2670 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2671 change bit only when id-format is 'integer. Reported by Matt
2672 Hodges <M.P.Hodges@rl.ac.uk>.
2673
2674 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2675
2676 * hilit-chg.el (highlight-changes-initial-state)
2677 (highlight-changes-global-initial-state): Doc fixes.
2678 (highlight-changes-global-modes, global-highlight-changes):
2679 Fix typos in docstrings.
2680
2681 2006-02-01 Kim F. Storm <storm@cua.dk>
2682
2683 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2684 transient-mark-mode in doc string.
2685
2686 2006-01-31 Richard M. Stallman <rms@gnu.org>
2687
2688 * replace.el (multi-occur): Doc fix.
2689 (multi-occur-in-matching-buffers): Rename from
2690 multi-occur-by-filename-regexp. Prefix arg says match
2691 buffer names instead of file names.
2692
2693 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * bs.el: Allow non-default values of `bs-header-lines-length'.
2696 (bs--running-in-xemacs): Remove (not needed anymore).
2697 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2698 instead of `shrink-window', thus avoiding having to compute the
2699 height of the window.
2700 (bs--up): Wrap around even when there's no header.
2701 (bs--down): Use `forward-line' instead of `next-line'.
2702
2703 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * image-mode.el (image-toggle-display): Use file name if possible,
2706 instead of unnecessarily allocating a (possibly huge) lisp string.
2707
2708 2006-01-30 John Paul Wallington <jpw@pobox.com>
2709
2710 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2711 because the `assert' macro signals it at runtime.
2712
2713 * emacs-lisp/cl.el (toplevel): Remove definition of
2714 `cl-assertion-failed' condition.
2715
2716 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2717
2718 * thumbs.el (thumbs-marked-list): Make buffer-local and
2719 permanent-local.
2720 (thumbs-insert-thumb): Make help-echo non-sticky.
2721 (thumbs-file-alist): Use eolp as check for (non)-image.
2722
2723 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2724
2725 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2726 (ediff-before-session-group-setup-hooks)
2727 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2728 Fix typos in docstrings.
2729
2730 * window.el (bw-dir, bw-eqdir, balance-windows)
2731 (split-window-keep-point): Fix typos in docstrings.
2732
2733 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2734 (org-quote-string, org-calendar-to-agenda-key)
2735 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2736 (org-show-following-heading, org-tags-column)
2737 (org-use-tag-inheritance, org, org-allow-space-in-links)
2738 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2739 (org-enable-table-editor, org-calc-default-modes)
2740 (org-table-allow-automatic-line-recalculation)
2741 (org-export-html-style, org-export-with-fixed-width)
2742 (org-export-with-sub-superscripts, org-special-keyword)
2743 (org-formula, org-time-grid, org-table-may-need-update)
2744 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2745 (org-goto-quit, org-get-indentation, org-end-of-item)
2746 (org-move-item-down, org-move-item-up)
2747 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2748 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2749 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2750 (org-agenda-log-mode, org-agenda-toggle-diary)
2751 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2752 (org-agenda-file-to-end, org-agenda-no-heading-message)
2753 (org-agenda-get-closed, org-format-agenda-item)
2754 (org-cmp-priority, org-cmp-category, org-cmp-time)
2755 (org-agenda-change-all-lines, org-agenda-diary-entry)
2756 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2757 (org-link-search, org-camel-to-words, org-open-file)
2758 (org-remember-handler, org-table-convert-region)
2759 (org-table-move-row-down, org-table-move-row-up)
2760 (org-table-copy-region, org-table-wrap-region)
2761 (org-table-toggle-vline-visibility)
2762 (org-table-get-vertical-vector, org-table-modify-formulas)
2763 (org-table-get-specials, org-recalc-commands)
2764 (org-table-rotate-recalc-marks, org-table-eval-formula)
2765 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2766 (org-level-color-stars-only, org-insert-heading):
2767 Fix typos in docstrings.
2768 (last-arg): Add defvar.
2769
2770 * makefile.w32-in (WINS): Add erc.
2771 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2772
2773 2006-01-29 Bill Wohler <wohler@newt.com>
2774
2775 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2776 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2777 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2778 (mh-autoloads): Don't use comments on otherwise empty lines.
2779
2780 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2781
2782 * emulation/viper.el (viper-major-mode-modifier-list): Add
2783 insert-state and vi-state entries for erc-mode.
2784 (viper-go-away, viper-set-hooks): Add and remove
2785 viper-comint-mode-hook from erc-mode-hook as appropriate.
2786
2787 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2788
2789 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * bs.el (bs--format-aux): Implement `middle' alignment as
2792 described in the docstring for `bs-attributes-list'.
2793 (bs--get-name): Simplify. Don't pad the buffer name.
2794
2795 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2796
2797 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2798 English aspell dictionary is installed, use the first entry of
2799 ispell-dictionary-alist-1.
2800
2801 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2802
2803 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2804 Doc fix.
2805
2806 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2807
2808 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2809 for `process-file', in order to let it work for older Emacsen too.
2810
2811 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2812
2813 * international/latexenc.el: Add a suitable `coding:' tag.
2814 (latexenc-find-file-coding-system): Undo last change.
2815
2816 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2817
2818 * international/latexenc.el (latexenc-find-file-coding-system):
2819 Make sure latexenc-main-file is a regular file and is readable.
2820
2821 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2822
2823 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2824 Pass FILE to vc-user-login-name.
2825
2826 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2827
2828 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2829
2830 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2831 there are no more images to display.
2832 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2833 the next image.
2834
2835 2006-01-26 Richard M. Stallman <rms@gnu.org>
2836
2837 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2838
2839 * wid-edit.el (advertised-widget-backward): New alias.
2840 (widget-keymap): Use advertised-widget-backward for S-TAB.
2841
2842 * tumme.el: Correct the keywords.
2843 (tumme-dir-max-size): Use defvar.
2844 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2845
2846 * simple.el (move-beginning-of-line): Take account of fields.
2847 (clone-indirect-buffer-other-window): Take args like
2848 clone-indirect-buffer, and work like it.
2849
2850 * help-fns.el (describe-function): Don't pass `nil' as default.
2851
2852 * files.el (risky-local-variable-p): Follow var aliases.
2853
2854 * subr.el (lazy-completion-table): Doc fix.
2855
2856 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2857 global binding of `line'.
2858
2859 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2860
2861 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2862 Tramp.
2863
2864 * vc.el (vc-default-dired-state-info): Pass FILE to
2865 vc-user-login-name.
2866 (vc-default-update-changelog): Don't use vc-user-login-name, we
2867 don't need it here.
2868
2869 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2870 no longer necessary.
2871
2872 2006-01-25 Kenichi Handa <handa@m17n.org>
2873
2874 * international/mule.el (decode-char): Avoid the overhead of
2875 calling utf-lookup-subst-table-for-decode if
2876 utf-translate-cjk-mode is nil.
2877 (encode-char): Avoid the overhead of calling
2878 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2879 nil.
2880
2881 2006-01-22 Kenichi Handa <handa@m17n.org>
2882
2883 * international/mule.el (make-subsidiary-coding-system): Reset
2884 `coding-system-define-form' property of subsidiaries to nil.
2885 Avoid duplicated entry in coding-system-alist.
2886 (make-coding-system): Avoid duplicated entry in
2887 coding-system-alist.
2888 (define-coding-system-alias): Likewise.
2889
2890 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * completion.el: Minor fixes in introductory comment.
2893 (completion-def-wrapper): Fix alist.
2894
2895 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2896
2897 * thumbs.el (thumbs-new-image-size): New function.
2898 (thumbs-increment-image-size-element)
2899 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2900 (thumbs-decrement-image-size): Delete.
2901 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2902 temp files and use to resize.
2903 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2904 Use increment argument to enlarge/shrink. Preserve point.
2905 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2906 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2907 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2908 (thumbs-mark, thumbs-unmark): Preserve point.
2909 (thumbs-modify-image): Keep old temp files and use to modify.
2910 Cleanup old temp files at load time. Preserve point.
2911 (thumbs-view-image-mode-map): Use new command names.
2912
2913 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2916
2917 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2918 the nastiest part of the cyclic dependency.
2919 (cal-menu-update): Use dotimes and calendar-increment-month.
2920
2921 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2922 (calendar-week-start-day): Add an :initializer.
2923 (calendar-mode-map): Use suppress-keymap, and command remapping.
2924 (describe-calendar-mode): Setup xref-stack info for the back button.
2925 (calendar-star-date): Insert before delete.
2926 (calendar-set-mode-line): Add file-modified info if applicable.
2927 (calendar-increment-month): New function.
2928
2929 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2930
2931 * font-lock.el (lisp-font-lock-keywords-2):
2932 Recognize "& keywords" only at word boundaries.
2933
2934 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2935
2936 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2937 and permanent-local.
2938 (thumbs-max-image-number): New variable.
2939 (thumbs-do-thumbs-insertion): Use them.
2940 (thumbs-per-line): Change default to 4.
2941 (thumbs-marked-list): Rename from thumbs-markedL.
2942 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2943 (thumbs-rename-images): Use -list instead of L for internal variables.
2944 (thumbs-call-convert): Use call-process instead of shell-command.
2945 (thumbs-insert-thumb): Add filename as help-echo to each image.
2946 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2947 Give dir to thumbs-show-thumbs-list.
2948 (thumbs-show-thumbs-list): Set default-directory to that of images.
2949 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2950 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2951 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2952 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2953
2954 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * ses.el (ses-read-cell): Provide a default value.
2957
2958 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * term/w32-win.el (image-library-alist): Add additional names for
2961 GIF library.
2962
2963 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2964
2965 * international/latexenc.el (latexenc-find-file-coding-system):
2966 Add file-regular-p check.
2967
2968 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * simple.el (clone-buffer): Don't show the new buffer in the same
2971 window.
2972
2973 2006-01-23 Juri Linkov <juri@jurta.org>
2974
2975 * faces.el (link, link-visited): New faces based on default values
2976 of `info-xref' and `info-xref-visited'.
2977
2978 * info.el (info-xref): Inherit from `link'.
2979 (info-xref-visited): Inherit from `link-visited'.
2980
2981 * cus-edit.el (custom-buffer-create-internal): Use widget type
2982 `custom-manual' instead of `info-link' and don't set properties
2983 `button-face' and `mouse-face' explicitly.
2984 (custom-browse-group-tag, custom-browse-variable-tag)
2985 (custom-browse-face-tag): Inherit from widget class
2986 `custom-group-link' instead of `push-button'.
2987 (custom-button-unraised): Inherit from `underline' face.
2988 (custom-link): Inherit from `link' face. Fix doc and group.
2989 (custom-add-parent-links, custom-group-value-create): Don't set
2990 properties `button-face' and `mouse-face' explicitly for
2991 `custom-group-link' widget.
2992 (custom-group-link): Add properties `button-face' and `mouse-face'
2993 to widget definition.
2994 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2995 editable-field's :keymap property.
2996 (custom-mode): Fix docstring: substitute keybindings for
2997 `widget-forward' and `widget-backward' from `widget-keymap',
2998 `widget-complete' from `custom-field-keymap', replace old
2999 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3000
3001 * desktop.el (desktop-load-file): Check for `fboundp' before
3002 calling `symbol-function'.
3003
3004 * simple.el (clone-buffer, clone-indirect-buffer)
3005 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3006 `read-string'. Fix prompts.
3007
3008 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3009
3010 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3011
3012 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3013
3014 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3015
3016 * startup.el (inhibit-splash-screen, initial-scratch-message):
3017 Doc fixes.
3018
3019 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3020
3021 Sync with Tramp 2.0.52.
3022
3023 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3024 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3025 `tramp-unload-tramp' for checklist.
3026
3027 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3028 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3029 (tramp-unload-file-name-handler-alist)
3030 (tramp-unload-tramp): New defuns.
3031 (tramp-advice-PC-expand-many-files): New defadvice.
3032 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3033 removed.
3034 (tramp-handle-expand-file-name): Remove double slash.
3035 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3036 It doesn't matter, because it will be converted later on.
3037 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3038 implementation was just heuristic.
3039 (tramp-post-connection): Set uid and gid properties.
3040 (tramp-convert-file-attributes): Set file's gid change bit.
3041 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3042 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3043 in case of su(do)? methods. The home directory of the local user
3044 will be taken else.
3045 (tramp-open-connection-telnet)
3046 (tramp-open-connection-rsh, tramp-open-connection-su)
3047 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3048 local shell prompt could hurt. Reported by Romain Francoise
3049 <romain@orebokech.com>.
3050 (tramp-let-maybe): Add `edebug-form-spec' property.
3051 (tramp-handle-expand-file-name): Bind `default-directory' locally
3052 to "/" in order to avoid problems with UNC shares or Cygwin
3053 mounts.
3054 (tramp-md5-function): Fix typo in error message.
3055
3056 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3057
3058 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3059 for byte-compiler pacification.
3060
3061 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3062
3063 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3064 ID-FORMAT `string'. This allows us to get rid of
3065 `vc-user-login-name UID'.
3066
3067 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3068
3069 2006-01-22 John Paul Wallington <jpw@pobox.com>
3070
3071 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3072
3073 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3074
3075 * emacs-lisp/find-func.el (find-definition-noselect)
3076 (find-variable-noselect): Search variables in C source code too.
3077 (find-function-C-source, find-function-noselect, find-function)
3078 (find-function-other-frame, find-variable-noselect, find-variable)
3079 (find-variable-other-frame, find-variable-at-point):
3080 Fix docstrings.
3081
3082 2006-01-21 Francesco Potorti` <pot@gnu.org>
3083
3084 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3085
3086 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3087
3088 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3089 Default to disabling the "Save affix" question.
3090
3091 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3092
3093 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3094 the first arg to run-python.
3095
3096 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3097
3098 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3099 is not loaded.
3100
3101 2006-01-20 Jay Belanger <belanger@truman.edu>
3102
3103 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3104 limit is 0.
3105
3106 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3107 the correct variable.
3108
3109 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3110
3111 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3112 link. Fixed buggy argument sequence in call to `org-view-tags'.
3113 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3114 (org-prefix-has-tag): New variable.
3115 (org-format-agenda-item): Remove tags from headline if
3116 appropriate.
3117 (org-agenda-remove-tags-when-in-prefix): New option.
3118 (org-get-tags-at): New function.
3119
3120 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3121
3122 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3123 (thumbs-find-image): Move image name and number from buffer name
3124 to mode name. Set thumbs-buffer. Preserve point so that large
3125 images remain visible.
3126 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3127 order.
3128 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3129 mode name.
3130 (thumbs-next-image, thumbs-previous-image): Make them work.
3131
3132 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3133
3134 * cus-edit.el (custom-buffer-create-internal): State in the text above
3135 the whole buffer buttons that they do not operate on hidden items.
3136 (custom-face-menu): Use `custom-face-save' instead of
3137 `custom-face-save-command'.
3138 (custom-face-save-command): Make it an alias for `custom-face-save'
3139 and declare it obsolete.
3140 (custom-face-save): Doc fix.
3141
3142 * dired.el (dired-no-confirm): Add quote.
3143 (dired-subdir-alist-pre-R): Add quote in
3144 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3145
3146 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * textmodes/table.el (table-mode-indicator): Typo in last change.
3149
3150 2006-01-19 Richard M. Stallman <rms@gnu.org>
3151
3152 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3153 Fixes bug reported in Nov 2005.
3154
3155 * isearch.el (isearch-forward): Doc fix.
3156
3157 * dired.el (dired-move-to-filename-regexp): Define as alias.
3158 (dired-no-confirm): Use defcustom.
3159 (dired-subdir-alist-pre-R): Put defvar at top level.
3160
3161 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3162
3163 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3164 Mark as risky.
3165
3166 * simple.el (set-mark-command): Doc fix.
3167 (clone-indirect-buffer-other-window):
3168 Read arg like clone-indirect-buffer.
3169 (move-beginning-of-line): Skip invisible newlines.
3170
3171 2006-01-19 Masatake YAMATO <jet@gyve.org>
3172
3173 * progmodes/cpp.el (cpp-edit-load): Make the order of
3174 listed conditions in a base C code buffer and its associate
3175 CPP Edit buffer the same.
3176
3177 2006-01-19 Kenichi Handa <handa@m17n.org>
3178
3179 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3180 (rmail-mime-feature): Likewise.
3181 (rmail-require-mime-maybe): Use display-warning to show a warning
3182 message.
3183
3184 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3185 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3186
3187 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * array.el: Move defvars out of eval-when-compile.
3190 (array-make-template): Replace undeclared global var with a local one.
3191 (array-mode): Inline initialization functions.
3192 (array-init-local-variables, array-init-max-row)
3193 (array-init-max-column, array-init-columns-per-line)
3194 (array-init-field-width, array-init-rows-numbered)
3195 (array-init-line-length, array-init-lines-per-row): Remove.
3196
3197 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3198 (doc-mode-map): Define explicitly.
3199 (doctor-txtype): Use mapc.
3200
3201 * textmodes/table.el: Move defvars out of eval-when-compile.
3202 Remove harmful code meant to avoid byte-compiler warnings.
3203 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3204 specification that checks table-fixed-width-mode directly.
3205 (table-recognize-region, table-recognize-cell):
3206 Use restore-buffer-modified-p.
3207 (table-fixed-width-mode): Remove code that refreshes
3208 table-fixed-mode-indicator.
3209 (*table--cell-describe-bindings, *table--cell-describe-mode):
3210 Avoid obsolete name print-help-return-message.
3211 (table--test-cell-list): Don't use replace-regexp from elisp.
3212 (table--point-entered-cell-function, table--point-left-cell-function):
3213 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3214
3215 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3216 that was after the end of file. Use buffer-file-name variable.
3217 (org-timestamp-change): Use with-current-buffer.
3218 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3219 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3220 `file'.
3221
3222 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3223 (fortran-break-line): Remove unused var `opoint'.
3224 (fortran-abbrev-start): Obey help-event-list.
3225
3226 2006-01-18 Jesper Harder <harder@phys.au.dk>
3227
3228 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3229
3230 2006-01-18 Masatake YAMATO <jet@gyve.org>
3231
3232 * progmodes/make-mode.el (makefile-imake-mode): New mode
3233 derived from makefile-mode.
3234 (makefile-imake-mode-syntax-table): New syntax table
3235 derived from makefile-mode-syntax-table.
3236 (makefile-mode): Write about makefile-imake-mode in doc string.
3237 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3238 (makefile-imake-font-lock-keywords): New font lock keywords.
3239
3240 * files.el (auto-mode-alist): Add Imakefile.
3241
3242 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3243
3244 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3245 loading the file rather than when turning on flyspell-mode.
3246
3247 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3248
3249 * cus-edit.el (customize-rogue): Minor doc fix.
3250
3251 2006-01-17 Juri Linkov <juri@jurta.org>
3252
3253 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3254 instead of the file at the mark as default if the file at the mark
3255 is the same as the file at point or if dired-dwim-target-directory
3256 is not the same as the current directory and the mark is not active.
3257
3258 * log-view.el (log-view-minor-wrap): Use the same logic to get
3259 revisions as `log-view-diff'.
3260
3261 * info.el (Info-revert-find-node): Check for Info-current-file
3262 before preserving new-history.
3263
3264 * man.el (Man-heading-regexp): Add `/'.
3265
3266 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3267 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3268
3269 2006-01-16 Juri Linkov <juri@jurta.org>
3270
3271 * faces.el (mode-line-faces): New defgroup.
3272 (mode-line-highlight): Move definition after new defgroup.
3273 (mode-line, mode-line-inactive, mode-line-highlight):
3274 Replace :group `modeline' with `mode-line-faces'.
3275 (mode-line-buffer-id): New face.
3276 (modeline-buffer-id): New face alias.
3277 (vertical-border): Remove :group `modeline'.
3278
3279 * bindings.el (propertized-buffer-identification): Use face
3280 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3281 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3282 (mode-line-buffer-identification-keymap): For mouse-1 replace
3283 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3284 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3285 mouse-3.
3286
3287 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3288 Buffer-menu-buffer. Doc fix.
3289 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3290 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3291 `Buffer-menu-buffer'.
3292
3293 * info.el (Info-mode-line-node-keymap): New defvar.
3294 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3295 Propertize Info-current-node with `mode-line-buffer-id' and
3296 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3297
3298 * time.el (display-time-mail-face): Replace :group `faces' with
3299 `mode-line-faces'.
3300
3301 2006-01-16 Kenichi Handa <handa@m17n.org>
3302
3303 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3304
3305 * language/european.el (cp1252): New alias for windows-1252.
3306
3307 * international/mule.el (autoload-coding-system): Prepare for EOL
3308 variants.
3309
3310 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3311
3312 * term.el (term-raw-map): Add mapping for insert.
3313 (term-send-insert): New.
3314 (term-mode): Make variables local here instead of doing it in
3315 `term-emulate-terminal'.
3316 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3317 Scroll reverse needs to take into account the scroll region.
3318 Saving and restoring the cursor should save the color attributes too.
3319 (term-reset-terminal): Reset the scroll region.
3320 (term-handle-ansi-escape): Cursor up and down should take into
3321 account the scroll region.
3322 (term-set-scroll-region): Rename from `term-scroll-region'.
3323 Move to 0,0 after setting the region.
3324 (term-handle-scroll): Handle scroll up.
3325 (term-down): Fix off by one error.
3326 (term-delete-lines): Do not delete outside the scroll region.
3327 (term-insert-lines): Take into account the scroll region.
3328
3329 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * textmodes/ispell.el (ispell-internal-change-dictionary)
3332 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3333 (start, end): Move declaration outside of eval-when-compile.
3334
3335 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3336 (flyspell-mode-on): Use it.
3337
3338 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3339 ispell-kill-ispell-hook.
3340
3341 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3342
3343 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3344 (Custom-reset-saved): Do not ask for confirmation in single option
3345 buffers.
3346
3347 2006-01-13 Richard M. Stallman <rms@gnu.org>
3348
3349 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3350
3351 2006-01-13 Romain Francoise <romain@orebokech.com>
3352
3353 * add-log.el (add-change-log-entry, change-log-merge):
3354 Conditionally use `hard-newline'.
3355
3356 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3357
3358 * wid-edit.el (widget-field-end): If the overlay is no longer
3359 associated with a buffer, behave as if the overlay didn't exist.
3360
3361 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3362 Make sure the links use the `custom-link' face.
3363
3364 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3367 (ld-script-mode): Don't set indent-line-function since we don't
3368 have one.
3369
3370 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3371
3372 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3373 application.
3374 (org-file-apps-defaults-gnu): Use mailcap as the default for
3375 selecting an application on a UNIX system.
3376 (org-agenda-show-tags): New command.
3377 (org-table-insert-hline): Keep cursor in current table line.
3378 (org-table-convert): Offset effect of modifying
3379 `org-table-insert-hline'.
3380 (org-format-agenda-item): New optional argument TAG.
3381 (org-compile-prefix-format): Handle %T format for the tag.
3382 (org-expand-wide-chars): New function.
3383 (org-table-insert-row, org-table-insert-hline):
3384 Use `org-expand-wide-chars'.
3385 (org-open-file): Fix bug in program launch.
3386 (org-get-time-of-day): Fix bug with times before 1am.
3387 (org-agenda-menu): Add tags commands.
3388
3389 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3390
3391 * textmodes/ispell.el (ispell-init-process): Include the used
3392 dictionary in ispell process start message.
3393 (ispell-internal-change-dictionary): When flyspell-mode is active
3394 and dictionary is changed, make sure ispell process is restarted
3395 and flyspell word cache cleared out for the current buffer.
3396 (ispell-change-dictionary): Make sure flyspell word cache is
3397 cleared out in all buffers with active flyspell mode when
3398 dictionary is globally changed.
3399 Call ispell-internal-change-dictionary after dictionary change.
3400
3401 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3402
3403 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3404
3405 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3406 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3407 years. Fix small differences wrt Makefile.in.
3408 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3409 Makefile.in does.
3410
3411 2006-01-12 Bill Wohler <wohler@newt.com>
3412
3413 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3414 mh-search.el.
3415
3416 2006-01-12 Masatake YAMATO <jet@gyve.org>
3417
3418 * progmodes/ld-script.el: Update copyright year.
3419
3420 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3423 Don't add widget if setting undefined.
3424
3425 2006-01-12 John Paul Wallington <jpw@pobox.com>
3426
3427 * help-fns.el (describe-variable): Remove newlines from void
3428 variable output.
3429
3430 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3431
3432 * wdired.el (wdired-mode-map): Add help echo for
3433 wdired-abort-changes.
3434
3435 * man.el (Man-file-name-regexp): Adjust for a list of files.
3436
3437 2006-01-12 Masatake YAMATO <jet@gyve.org>
3438
3439 * progmodes/ld-script.el (auto-mode-alist): Support
3440 suffix conventions used in netbsd and eCos.
3441
3442 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3443
3444 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3445 (custom-variable-menu, custom-face-menu, custom-group-menu)
3446 (Custom-mode-menu): Change names of menu items. (As discussed on
3447 emacs-devel.)
3448 (custom-face-menu): Add "Undo Edits" item.
3449
3450 * startup.el (init-file-user): defcustom -> defvar.
3451
3452 * tooltip.el (tooltip-mode): Doc fix.
3453
3454 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3455
3456 * reveal.el (reveal-post-command): window-buffer signals an error on
3457 dead windows rather than returning nil.
3458 (reveal-open-new-overlays): An overlay might die while we open others.
3459
3460 2006-01-11 Bill Wohler <wohler@newt.com>
3461
3462 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3463 phrasing in docstring.
3464
3465 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3466 can give some systems gas. Add new file mh-buffers.el.
3467
3468 2006-01-06 Masatake YAMATO <jet@gyve.org>
3469
3470 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3471 C preprocessor forward ported from GNU Emacs 21.2.
3472
3473 * progmodes/asm-mode.el (asm-font-lock-keywords):
3474 Use `cpp-font-lock-keywords'.
3475
3476 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3477
3478 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3479 of $ for "\\.ld[s]?".
3480
3481 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3484 (tcl-indent-line): Return `noindent' if inside a string.
3485
3486 * progmodes/flymake.el (flymake-split-string): Remove more than one
3487 empty string at beg/end of the result.
3488 (flymake-find-buildfile, flymake-find-possible-master-files):
3489 Use expand-file-name.
3490 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3491 since expand-file-name does it for us. Use directory-file-name.
3492 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3493 (flymake-ler-get-type, flymake-ler-get-text)
3494 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3495 (flymake-current-line-no): Remove spurious interactive spec.
3496 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3497 (flymake-check-include): Remove arg inc-path merged into inc-name.
3498 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3499 Arg regexp-list replaced by a simple regexp.
3500 (flymake-master-make-header-init, flymake-master-tex-init):
3501 Correspondingly replace regexp-list with a regexp. Fix regexp.
3502
3503 2006-01-10 Simon Josefsson <jas@extundo.com>
3504
3505 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3506 describing AUTH PLAIN fix.
3507
3508 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3509
3510 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3511 (report-emacs-bug): Don't record initial prompt text.
3512 Instead, add text properties to prompting text.
3513 (report-emacs-bug-hook): Delete prompting text.
3514
3515 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3518 `dirs'. Adjust callers.
3519
3520 2006-01-09 John Paul Wallington <jpw@gnu.org>
3521
3522 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3523
3524 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * reveal.el (reveal-open-new-overlays): New extracted fun.
3527 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3528 using them. Simplify the code.
3529 (reveal-post-command): Use them. Fix up obsolete windows in
3530 reveal-open-spots.
3531
3532 * progmodes/flymake.el: Use `require' rather than autoload for
3533 XEmacs's overlays.
3534 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3535 Delete. Use file-relative-name instead.
3536 (flymake-get-syntax-check-program-args, flymake-perl-init):
3537 Simplify the resulting code.
3538
3539 * log-view.el (log-view-file-re, log-view-message-re): Add support
3540 for DaRCS output.
3541
3542 2006-01-09 Alex Schroeder <alex@gnu.org>
3543
3544 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3545 identifiers sometimes added in square brackets at the beginning of
3546 subject lines.
3547
3548 2006-01-07 Richard M. Stallman <rms@gnu.org>
3549
3550 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3551 (Custom-reset-current, Custom-reset-saved): Change question text.
3552 (Custom-reset-standard): Likewise.
3553 (custom-variable-reset-saved): Doc fix.
3554
3555 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3556
3557 * startup.el (init-file-user): Doc fix.
3558
3559 2006-01-07 Alex Schroeder <alex@gnu.org>
3560
3561 * mail/rmail.el (rmail-current-subject): New function.
3562 (rmail-current-subject-regexp): New function.
3563 (rmail-next-same-subject): Use it.
3564
3565 * mail/rmailsum.el (rmail-summary-by-topic):
3566 Use rmail-current-subject and rmail-current-subject-regexp.
3567 (rmail-summary-next-same-subject): Ditto.
3568
3569 * net/rcirc.el (rcirc-send-input): No longer check whether the
3570 process is open, since not all commands need an open process.
3571 (rcirc-send-string): Check whether the process is open before
3572 sending anything.
3573 (rcirc-ignore-list): New option.
3574 (rcirc-ignore-list-automatic): New variable.
3575 (rcirc-print): Take rcirc-ignore-list into account.
3576 (rcirc-cmd-ignore): New command.
3577 (rcirc-ignore-update-automatic): New function.
3578 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3579 list if ignored nicks.
3580 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3581
3582 2006-01-06 David Reitter <david.reitter@gmail.com>
3583
3584 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3585 reflect the address to which the report will be sent.
3586
3587 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3588
3589 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3590 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3591
3592 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3593
3594 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3595
3596 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3597 the doc string: "functoin" => "function".
3598 * ldefs-boot.el: Likewise.
3599
3600 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3601 message text: "Duplicat" => "Duplicate".
3602
3603 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3604
3605 * files.el (basic-save-buffer-2): If backing-up failed, reset
3606 buffer-backed-up to nil.
3607
3608 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3609
3610 * progmodes/gud.el (gdb-script-skip-to-head)
3611 (gdb-script-calculate-indentation): Indent for breakpoint command
3612 lists also.
3613
3614 2006-01-05 Bill Wohler <wohler@newt.com>
3615
3616 * Makefile.in (compile-always): Add mh-autoloads dependency.
3617 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3618 provides it.
3619 (updates): Remove mh-autoloads dependency, since it probably has
3620 already run recently (via recompile).
3621
3622 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3625 argument `force' to disable the flyspell-last-buffer optimization.
3626 (flyspell-mode-on): Use it.
3627
3628 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3629 flymake-simple-cleanup.
3630 (flymake-allowed-file-name-masks): Use this new default.
3631 All the functions are now called in the right buffer rather than
3632 passing the buffer as argument.
3633 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3634 (flymake-parse-err-lines): Remove redundant buffer arg.
3635 (flymake-get-program-dir): Comment out unused function.
3636 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3637 Remove redundant buffer argument.
3638 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3639 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3640
3641 2006-01-05 Richard M. Stallman <rms@gnu.org>
3642
3643 * info.el (Info-find-node): Don't record previous node if have none.
3644 (info): Go to directory only if history is empty.
3645
3646 * simple.el (mark): Doc fix.
3647
3648 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3649
3650 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3651 already of desired type.
3652 (mac-ae-list): Coerce parameter to "list" type.
3653 (mac-dispatch-apple-event): Replace cadr part of event with a
3654 dummy position so that event-start returns it.
3655
3656 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3657
3658 * textmodes/org.el (org-end-of-subtree): New function.
3659 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3660 Use `org-end-of-subtree'.
3661 (org-agenda, org-agenda-convert-date): Protect calls to
3662 `fit-window-to-buffer'.
3663 (org-tags-view): Force matching of sublevels when doing a
3664 todo-only search. Define the correct redo command, including the
3665 arguments.
3666 (org-agenda-redo): Display message.
3667 (org-check-for-org-mode): New function.
3668 (org-agenda-type): New variable.
3669 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3670 Set `org-agenda-type'.
3671 (org-agenda-check-type): New function.
3672 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3673 (org-agenda-week-view, org-agenda-day-view)
3674 (org-agenda-next-date-line, org-agenda-previous-date-line)
3675 (org-agenda-log-mode, org-agenda-toggle-diary)
3676 (org-agenda-toggle-time-grid, org-agenda-date-later)
3677 (org-agenda-date-prompt, org-agenda-diary-entry)
3678 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3679 (org-agenda-convert-date, org-agenda-menu):
3680 Use `org-agenda-check-type'.
3681 (org-make-overlay, org-delete-overlay)
3682 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3683 New compatibility functions.
3684 (org-calendar-select-mouse): New command.
3685
3686 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3689 (Custom-reset-standard): Fix y-or-n-p messages.
3690 (custom-link): New face for links.
3691 (custom-buffer-create-internal, custom-manual): Use it.
3692 (custom-face-save): Push to theme-face before setting face spec.
3693
3694 * wid-edit.el (widget-default-mouse-face-get): New function.
3695 (widget-specify-button): Handle mouse-face like button-face.
3696
3697 * custom.el (load-theme): Clear old theme settings if reloading.
3698
3699 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3700
3701 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3702 "Erase Customization" button back to same position it occupies in
3703 the individual State menus.
3704
3705 2006-01-04 Kim F. Storm <storm@cua.dk>
3706
3707 * wid-edit.el (key-sequence): Rework widget to read key binding
3708 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3709 (widget-key-sequence-default-value): Default value for empty sequence.
3710 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3711 (widget-key-sequence-read-event): New command for C-q.
3712 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3713 (widget-key-sequence-value-to-external): New functions.
3714
3715 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3718 Use expand-file-name.
3719 (flymake-delete-temp-directory): Use expand-file-name,
3720 file-name-directory, and directory-file-name.
3721 (flymake-strrchr): Delete.
3722 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3723 to the init-f function.
3724 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3725 (flymake-init-find-buildfile-dir)
3726 (flymake-init-create-temp-source-and-master-buffer-copy)
3727 (flymake-simple-make-init-impl, flymake-simple-make-init)
3728 (flymake-master-make-init, flymake-master-make-header-init)
3729 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3730 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3731 (flymake-xml-init): Remove corresponding redundant buffer argument.
3732 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3733 the default anyway. Clean up regexps.
3734
3735 * progmodes/flymake.el (flymake-temp-source-file-name)
3736 (flymake-master-file-name, flymake-temp-master-file-name)
3737 (flymake-base-dir): New buffer-local vars.
3738 (flymake-buffer-data, flymake-get-buffer-value)
3739 (flymake-set-buffer-value): Replace those hash-tables by the new
3740 buffer-local vars. Update callers.
3741
3742 * progmodes/flymake.el (flymake-check-start-time)
3743 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3744 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3745 Move definition, so we can remove redundant earlier declaration.
3746 (flymake-replace-regexp-in-string, flymake-split-string)
3747 (flymake-get-temp-dir): Use defalias.
3748 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3749 (flymake-xemacs-window-edges): Remove unused function.
3750 (flymake-get-point-pixel-pos): Move.
3751 (flymake-pid-to-names, flymake-reg-names)
3752 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3753 Replace by a simple list flymake-processes and by process-buffer.
3754 Update callers. Other than simplify the code, it uses buffers rather
3755 than buffer-names so it doesn't get confused by uniquify.
3756 (flymake-buffer-data): The global value should just be nil.
3757
3758 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3759 Optimize the body of a defalias like any other code.
3760
3761 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3762 Make sure we've setup font-lock's vars. It may influence which
3763 function we then call.
3764 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3765 here since it's too late anyway.
3766
3767 2006-01-03 Romain Francoise <romain@orebokech.com>
3768
3769 * startup.el (fancy-splash-tail, normal-splash-screen):
3770 Update copyright year.
3771
3772 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3773
3774 * mouse.el (mouse-drag-track): Rename, from
3775 `mouse-drag-region-1'. Includes optional argument required to
3776 enable post-drag event processing (e.g. delete region keys).
3777 Can be used without this argument to track a mouse region and operate
3778 on it as soon as the drag completes.
3779 (mouse-drag-region): Use `mouse-drag-track'.
3780
3781 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3782
3783 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3784 Move to `custom-buffer' group.
3785
3786 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3787 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3788 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3789 (custom-theme-face-menu): New variables.
3790 (custom-theme-add-variable, custom-theme-variable-action)
3791 (custom-variable-reset-theme, custom-theme-delete-variable)
3792 (custom-face-reset-theme, custom-theme-face-action)
3793 (custom-theme-delete-face, custom-theme-merge-theme)
3794 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3795
3796 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * custom.el: Move Custom Themes commentary to start of theme code.
3799 (custom-known-themes): Rename `standard' theme to `changed'.
3800 (custom-push-theme): Caller no longer specifies what theme to use
3801 when doing `reset'---the setting is simply removed from the theme.
3802 Delete MODE from `theme-value' and `theme-settings' properties.
3803 (custom-declare-theme): Ignore &rest args since we don't use them.
3804
3805 (custom-loaded-themes): Delete variable.
3806 (custom-theme-load-themes, custom-theme-loaded-p)
3807 (custom-theme-value): Delete functions.
3808
3809 (custom-declare-theme): Signal error on invalid theme names.
3810 (provide-theme): custom-loaded-themes was deleted.
3811 (load-theme): Load the file unconditionally.
3812 (enable-theme): Call `load-theme' if theme is undefined.
3813 (custom-enabled-themes): Only update value for successful loads.
3814 (disable-theme): Complete from enabled themes when interactive.
3815 (custom-variable-theme-value): Calculate theme value directly.
3816
3817 (custom-theme-reset-variables, custom-reset-variables): Mark as
3818 XEmacs compatibility functions. We don't actually use these.
3819
3820 * cus-edit.el (custom-variable-state-set):
3821 Use custom-variable-theme-value instead of custom-theme-value.
3822 (custom-face-state-set): Rename `standard' theme to `changed'.
3823 (custom-save-variables, custom-save-faces): Delete unneeded
3824 references to custom-reset-variables.
3825 (custom-save-resets): Delete function.
3826 (custom-save-variables, custom-save-faces): MODE argument deleted.
3827 (custom-save-variables, custom-save-faces): Ignore theme values.
3828
3829 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3830 compatibility function.
3831
3832 2006-01-01 Richard M. Stallman <rms@gnu.org>
3833
3834 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3835 (Custom-reset-current, Custom-reset-saved): Likewise.
3836 (Custom-reset-standard): Show message if aborted.
3837 (custom-mode): Doc fix, describing those commands.
3838
3839 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3840 put on event-kind property.
3841
3842 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3843
3844 * custom.el (provide-theme): Ban `user' theme name.
3845 (custom-enabling-themes): New variable.
3846 (enable-theme): Don't enable user if custom-enabling-themes is t.
3847 (custom-enabled-themes): Make it a defcustom.
3848 (custom-theme-recalc-face): No-op if face is undefined.
3849
3850 * cus-edit.el (custom-button-mouse): New variable.
3851 (custom-button-mouse): New face.
3852 (custom-raised-buttons, custom-mode): Use it.
3853
3854 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3855
3856 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3857
3858 * progmodes/gud.el (gud-display-line): Support hl-line in the
3859 source buffer.
3860
3861 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3862
3863 * mouse.el (mouse-drag-window-above): Verify that the found window
3864 overlaps with the given window in the horizontal dimension.
3865
3866 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3867
3868 * Makefile.in (cvs-update): New target.
3869
3870 * makefile.w32-in (cvs-update): Ditto.
3871
3872 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3873
3874 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3875 (custom-new-theme-mode-map): New variable.
3876
3877 2005-12-30 Richard M. Stallman <rms@gnu.org>
3878
3879 * custom.el (custom-load-themes): Function deleted.
3880
3881 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3882 (custom-save-variables): Don't delete or add custom-load-themes call.
3883
3884 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * cus-start.el: Add `visible-cursor'.
3887
3888 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3889 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3890 (flymake-process-filter): Switch to buffer before calling it instead.
3891 (flymake-post-syntax-check, flymake-highlight-err-lines)
3892 (flymake-delete-own-overlays, flymake-parse-err-lines)
3893 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3894 (flymake-count-lines, flymake-parse-residual):
3895 Remove constant buffer argument.
3896 (flymake-start-syntax-check-for-current-buffer): Remove.
3897 Update callers to use flymake-start-syntax-check instead.
3898 (flymake-display-err-menu-for-current-line):
3899 Remove unused var `mouse-pos'.
3900 (flymake-restore-formatting): Comment out unused function.
3901 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3902 argument, use current-buffer instead. Update callers.
3903
3904 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3905
3906 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3907 buffer-local because choose-completion-delete-max-match requires
3908 that we set completion-ignore-case (i.e., binding via let is not
3909 sufficient).
3910 (bibtex-complete): Always set completion-ignore-case and
3911 choose-completion-string-functions. The latter is needed because
3912 choose-completion-string-functions keeps its value if we quit the
3913 *Completions* buffer without requesting a completion.
3914
3915 2005-12-30 Andreas Schwab <schwab@suse.de>
3916
3917 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3918
3919 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3920
3921 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3922
3923 2005-12-30 Juri Linkov <juri@jurta.org>
3924
3925 * locate.el (locate-fcodes-file, locate-header-face)
3926 * progmodes/delphi.el (delphi-other-face)
3927 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3928
3929 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3930 group `paren-showing-faces'.
3931
3932 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3933 (goto-address): Fix docstring.
3934
3935 * net/webjump.el (webjump-sample-sites): Update URLs.
3936
3937 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3938
3939 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3940
3941 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * font-lock.el (font-lock-compile-keywords): Signal an error when
3944 font-lock-set-defaults hasn't been called.
3945
3946 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3947
3948 * subr.el (noreturn, 1value): Doc fixes.
3949
3950 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3951
3952 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3953 that assoc-string returns nil.
3954
3955 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3956
3957 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3958 (bibtex-entry-type-str, bibtex-empty-field-re)
3959 (bibtex-search-backward-string, bibtex-preamble-prefix)
3960 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3961 (bibtex-any-valid-entry-type): New variable.
3962 (bibtex-parse-field-name): Simplify.
3963 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3964 (bibtex-preamble-prefix): Include left delimiter.
3965 (bibtex-search-forward-field, bibtex-search-backward-field):
3966 Allow unbounded search past entry boundaries (required by bibtex-pop).
3967 (bibtex-text-in-field-bounds): Use push.
3968 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3969 (bibtex-parse-preamble, bibtex-valid-entry)
3970 (bibtex-beginning-first-field): New functions.
3971 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3972 (bibtex-map-entries): Fix docstring.
3973 (bibtex-flash-head): New arg prompt. Simplify.
3974 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3975 (bibtex-insert-kill): Simplify. Always insert text past the
3976 current field or entry.
3977 (bibtex-format-entry): Use bibtex-parse-field.
3978 (bibtex-pop): Use bibtex-beginning-of-entry and
3979 bibtex-end-of-entry to initiate the search. Insert empty field if
3980 we found ourselves.
3981 (bibtex-print-help-message): New args field and comma.
3982 Handle entry keys.
3983 (bibtex-make-field): Use bibtex-beginning-of-entry.
3984 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3985 invalid entry.
3986 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3987 Handle preambles. Simplify code for thorough test.
3988 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3989 New arg comma. Handle entry heads.
3990 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3991 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3992 New arg comma.
3993 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3994 (bibtex-fill-field): Simplify.
3995 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3996 bibtex-parse-field.
3997 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3998 (bibtex-complete): Use bibtex-parse-preamble.
3999
4000 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4001
4002 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4003 Display name of expression instead of convenience variable.
4004 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4005
4006 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4007 toggle-gud-tooltip-dereference.
4008 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4009 (gud-tooltip-tips): ...here when dereferencing.
4010
4011 2005-12-28 Bill Wohler <wohler@newt.com>
4012
4013 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4014
4015 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4018 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4019 (vc-annotate-display-autoscale): Adjust call.
4020 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4021 Fix interactive spec.
4022 (vc-annotate-time-span): Remove.
4023 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4024 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4025 (vc-annotate-display-select): Use new name.
4026
4027 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4028 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4029 Correct the construction of span entries. Simplify.
4030 (vc-annotate-display-select): Fix the nil case.
4031 (vc-annotate): Remove obsolete (and now broken) code.
4032 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4033 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4034
4035 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4036
4037 * subr.el (lazy-completion-table): Correct typo in docstring.
4038
4039 * startup.el (command-line): Use `custom-reevaluate-setting' for
4040 `send-mail-function'.
4041
4042 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4043
4044 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4045
4046 * mail/smtpmail.el (smtpmail-try-auth-methods):
4047 Send credentials together with "AUTH PLAIN" command.
4048
4049 2005-12-27 Richard M. Stallman <rms@gnu.org>
4050
4051 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4052 mouse-2, go back to previously selected window, so it's selected
4053 when mouse-2 command runs.
4054
4055 2005-12-27 Juri Linkov <juri@jurta.org>
4056
4057 * descr-text.el (describe-text-sexp): Use square brackets for
4058 button [Show] to distinguish it from the property value `show'.
4059 (describe-property-list): Use `insert-text-button' with
4060 `help-face' type instead of putting face in quotes, because button
4061 is not created automatically for a list of faces.
4062 (describe-text-properties-1): Put button-type value in quotes to
4063 distinguish from plain text "button".
4064 (describe-char): Display code point values in hex. Don't use
4065 `symbol-name' for `current-input-method' because it is a string.
4066 Use `insert-text-button' with `help-face' type instead of putting
4067 hardcoded face in quotes, because button is not created automatically.
4068
4069 2005-12-27 Richard M. Stallman <rms@gnu.org>
4070
4071 * progmodes/glasses.el (glasses-face): More specific custom type.
4072
4073 * files.el (set-visited-file-name): Doc fix.
4074
4075 * textmodes/flyspell.el (flyspell-external-point-words):
4076 Use local var buffer-scan-pos to advance scan for next misspelling.
4077 Advance it only after we find the misspelling.
4078
4079 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4080
4081 * textmodes/flyspell.el (flyspell-external-point-words):
4082 New criteria for finding the misspelling in the buffer.
4083
4084 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4085
4086 * help-mode.el (help-insert-string): Set help-xref-stack-item
4087 rather than call help-setup-xref.
4088
4089 * descr-text.el (describe-char): Revert previous changes for
4090 optional buffer argument.
4091
4092 2005-12-27 Juri Linkov <juri@jurta.org>
4093
4094 * help-mode.el (help-insert-string): New function. Save buffer
4095 contents in cases where it is impossible to recompute the old contents.
4096
4097 * descr-text.el (describe-char): Set help-xref-stack-item
4098 explicitly after buffer has been generated.
4099
4100 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4101
4102 * cus-start.el (all): Add x-gtk-show-hidden-files.
4103
4104 2005-12-26 Richard M. Stallman <rms@gnu.org>
4105
4106 * replace.el (perform-replace): Calculate match-again
4107 before skipping read-only matches.
4108
4109 * paren.el (paren-showing-faces): New group.
4110 (show-paren-match, show-paren-mismatch): Move to that group.
4111
4112 * button.el (button): Put into group `basic-faces'.
4113
4114 * progmodes/make-mode.el: Remove faces from group `faces'.
4115
4116 * apropos.el (apropos, apropos-value): Doc fix.
4117 (apropos-documentation): Doc fix.
4118
4119 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * subr.el (lazy-completion-table): Remove argument `args'.
4122
4123 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4124 Don't use the `args' argument of lazy-completion-table.
4125
4126 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4127
4128 * descr-text.el (describe-char): Add optional argument for buffer.
4129 Set buffer appropriately. Call help-setup-xref.
4130 Suggested by Stefan Monnier.
4131
4132 2005-12-26 Juri Linkov <juri@jurta.org>
4133
4134 * descr-text.el: Require `help-fns' at runtime. Don't require
4135 `button' for byte compilation.
4136 (describe-text-widget): Add `help-echo' for first button.
4137 Use `help-info' for second.
4138 (describe-property-list): Use `help-argument-name' instead of `italic'.
4139 (describe-text-category): Add prompt to interactive spec.
4140 Call `help-setup-xref'.
4141 (describe-char): Use `help-character-set'. Add `help-echo' for
4142 code point. Use `help-input-method'. Remove superfluous insert.
4143
4144 2005-12-25 Richard M. Stallman <rms@gnu.org>
4145
4146 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4147 at point, in case of narrowing.
4148
4149 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4150
4151 * locate.el (locate-header-face): Allow nil in type.
4152
4153 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4154
4155 2005-12-25 Romain Francoise <romain@orebokech.com>
4156
4157 * battery.el (battery-linux-proc-acpi): Also try
4158 `/proc/acpi/thermal_zone/THM0/temperature'.
4159
4160 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * custom.el (custom-push-theme): Fix docstring.
4163
4164 * cus-edit.el (custom-variable-set, custom-variable-save)
4165 (custom-variable-save): Custom-quote widget values.
4166 (customize-save-variable): Fix custom-push-theme call.
4167
4168 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4169
4170 * w32-fns.el (w32-batch-update-autoloads): New function.
4171
4172 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4173 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4174 from the command line.
4175
4176 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4179 reset means to remove setting from theme entirely. Don't keep
4180 expanding theme-settings list; delete old entries if necessary.
4181
4182 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4183 customization" button one line up.
4184 (custom-themed): New face.
4185 (custom-magic-alist): New value, THEMED, for theme settings.
4186 (custom-variable-state-set, custom-face-state-set):
4187 Check theme-value instead of saved-value.
4188 (custom-variable-reset-standard, custom-face-reset-standard):
4189 Remove theme setting entirely. Recalculate new values.
4190 (custom-variable-set, custom-variable-set)
4191 (custom-variable-reset-saved, custom-variable-reset-backup)
4192 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4193 (custom-variable-save): Fix typos.
4194
4195 2005-12-23 Juri Linkov <juri@jurta.org>
4196
4197 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4198 Add autoload cookies.
4199 (edebug-outside-d-c-i-n-s-w): New variable.
4200 (edebug-display, edebug-outside-excursion): Use it to save the
4201 original value of default-cursor-in-non-selected-windows.
4202 Set default-cursor-in-non-selected-windows to t while Edebug
4203 is active.
4204 (edebug-mode, edebug-eval-mode): Doc fix.
4205
4206 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4207 with `buffer-substring-no-properties' to remove common substring
4208 highlighting.
4209
4210 * info.el (info-other-window, info): Rename function argument
4211 `file' to `file-or-node'.
4212 (Info-complete-menu-item): Use local variable `complete-nodes' to
4213 keep the global value of `Info-complete-nodes' unchanged for
4214 subsequent completions.
4215 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4216
4217 * simple.el (get-next-valid-buffer, last-buffer)
4218 (next-error-buffer-p, next-error-find-buffer)
4219 (minibuffer-history-sexp-flag): Doc fix.
4220
4221 * savehist.el (savehist-mode-hook): Add `:group'.
4222
4223 * log-view.el: Call autoload for vc-find-version.
4224 (log-view-current-file): Adjust subgroup numbers.
4225 (log-view-current-tag): Add `length'.
4226
4227 2005-12-23 Richard M. Stallman <rms@gnu.org>
4228
4229 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4230
4231 2005-12-23 Juri Linkov <juri@jurta.org>
4232
4233 * hi-lock.el (hi-lock-archaic-interface-message-used)
4234 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4235 (hi-lock-mode): Display "Hi" in the mode line only when
4236 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4237 (hi-lock-write-interactive-patterns):
4238 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4239 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4240 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4241 font-lock-add-keywords to t.
4242
4243 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4244
4245 * hi-lock.el (hi-lock-highlight-range): New variable.
4246 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4247 only if font-lock-fontified is non-nil. Remove overlays.
4248 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4249 font-lock-fontified is non-nil, otherwise use overlays (instead of
4250 text properties).
4251 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4252 New variables.
4253 (hi-lock-string-serialize) New function.
4254
4255 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4256
4257 * menu-bar.el (menu-find-file-existing): New function.
4258 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4259
4260 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4261
4262 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * vc.el: Remove unnecessary leading * in docstrings.
4265 (vc-annotate-mode-map): Move initialization into declaration.
4266 (vc-static-header-alist): Nitpick on the regexp.
4267 (vc-default-init-version): New fun.
4268 (vc-register): Use it.
4269 (vc-insert-headers): Use dolist.
4270 (vc-annotate-get-backend): Remove unused function.
4271 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4272 (vc-annotate-mode): Remove corresponding call.
4273 (vc-annotate-car-last-cons): Simplify.
4274 (vc-annotate-buffers): Remove var.
4275 (vc-annotate-backend): Make it buffer-local.
4276 (vc-annotate): Move the interaction to the interactive spec.
4277 Add a `buf' argument.
4278 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4279 killing&creating a vc-annotate buffer, which is very disruptive when
4280 the buffers are shown in dedicated frames.
4281
4282 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4283
4284 * descr-text.el: Add FSF as maintainer.
4285 (describe-text-mode, describe-text-mode-map)
4286 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4287 help-mode.
4288 (describe-text-widget, describe-text-sexp)
4289 (describe-property-list, describe-text-category)
4290 (describe-text-properties, describe-text-properties-1)
4291 (describe-char): Use help buttons instead of widgets.
4292 (describe-char-unicodedata-file): Make URL link in doc string.
4293
4294 2005-12-22 Richard M. Stallman <rms@gnu.org>
4295
4296 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4297 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4298 Don't include buttons that write a file when there's no file.
4299 (custom-variable-menu, custom-face-menu, custom-group-menu):
4300 Don't include commands that write a file when there's no file.
4301 (customize-browse): Reword the top-of-buffer help intro.
4302 (custom-buffer-create-internal): Fix previous change.
4303 (customize-changed-options-previous-release): Prev release is 21.1.
4304 (customize-changed-options): Doc fix.
4305 (customize-changed): New alias.
4306 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4307 Say "standard values".
4308 (Custom-reset-standard): Doc fix.
4309 (custom-face-reset-standard): Doc fix.
4310
4311 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4314 even if font-lock-mode is non-nil since it may be t without having
4315 turned on font-lock-mode-internal.
4316 (font-lock-choose-keywords): Minor optimization.
4317 (font-lock-add-keywords, font-lock-remove-keywords)
4318 (font-lock-set-defaults): Don't call make-local-variable on a variable
4319 that we know to already be local.
4320
4321 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4322
4323 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4324 messages if in the minibuffer.
4325
4326 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4329 (tex-mode-flyspell-verify, flyspell-get-word)
4330 (flyspell-external-point-words): Don't use point-min/max uselessly.
4331
4332 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4333 by Kevin Rodgers. Instead, just hide the completions buffer if we
4334 don't need to show it.
4335
4336 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4337
4338 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4339
4340 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4343 delete-windows-on with an inexistent buffer.
4344
4345 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4346
4347 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4348 Delete defcustom variable :tag names.
4349
4350 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4353 (log-view-font-lock-keywords): Ajust subgroup numbers.
4354 (log-view-current-tag): Don't hard code the number of subgroups.
4355
4356 2005-12-20 Juri Linkov <juri@jurta.org>
4357
4358 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4359 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4360
4361 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4362 (menu-bar-non-minibuffer-window-p): Instead of checking
4363 display-multi-frame-p, use selected-frame when menu-updating-frame
4364 is nil.
4365
4366 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4367
4368 * align.el (align-rules-list): Use [ \t] instead of \s-
4369 for column separators in text mode.
4370
4371 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4372
4373 * help-mode.el (help-customize-variable, help-customize-face):
4374 Don't pop help-xref-stack as help-follow no longer pushes
4375 anything on to it.
4376
4377 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4378
4379 * textmodes/org.el (org-agenda-custom-commands): New option.
4380 (org-agenda): Offer custom commands on splash screen.
4381 (org-make-tags-matcher): Parser for Boolean logic added.
4382 (org-agenda-set-tags): New command.
4383 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4384 (org-set-tags): Efficiency improvements.
4385 (org-auto-align-tags): New option.
4386 (org-todo, org-demote, org-promote): Realign tags.
4387 (org-tags-completion-function): Use also "&" and "|" as separators.
4388 (org-org-menu): Agenda commands simplified.
4389
4390 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4391
4392 * cus-edit.el (customize-apropos, customize-apropos-options):
4393 Docstring changes.
4394
4395 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4396
4397 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4398
4399 * longlines.el (longlines-mode): Wrap while widened.
4400 (longlines-decode-region, longlines-encode-region): Compute max
4401 just once.
4402
4403 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4404
4405 * cus-edit.el (mac): New group.
4406
4407 * cus-start.el (all): Add user options in macterm.c. Add test for
4408 Mac-related built-ins. Fix test for GTK-related built-ins.
4409
4410 * term/mac-win.el (mac-handle-language-change)
4411 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4412 (mac-services-open-selection, mac-services-mail-selection)
4413 (mac-services-mail-to, mac-services-insert-text)
4414 (mac-dispatch-apple-event): Add docstrings.
4415 (x-get-selection, mac-select-convert-to-string): Select coding
4416 system from `utf-16be' and `utf-16le' using `byteorder'.
4417
4418 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4421 a "list" (lambda ...) rather than a real completion list.
4422
4423 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4424 lexical-let when encountering ((lambda (...) ...) ...).
4425
4426 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4427
4428 * progmodes/sh-script.el (sh-mode):
4429 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4430 * textmodes/picture.el (picture-mode): Update docstrings.
4431
4432 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4433
4434 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4435 commands enclosed in $(ARGQUOTE)s should not be split between two
4436 lines, as that will break with GNU Make >3.80, when sh.exe is used
4437 and arg quoting is with '..'.
4438 (autoloads): Don't break the quoted --eval expression between
4439 several lines.
4440
4441 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4442
4443 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4444 Capture error from printing circular structures.
4445
4446 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4447
4448 * wid-edit.el (widget-checkbox-action): Clear undo info.
4449
4450 2005-12-16 Bill Wohler <wohler@newt.com>
4451
4452 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4453 bar, not menubar in comment.
4454
4455 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4458 After-change-functions should not clobber the match data.
4459
4460 2005-12-16 Juri Linkov <juri@jurta.org>
4461
4462 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4463 instead of `buffer-substring'.
4464 (completion-common-substring): Doc fix.
4465 (completion-setup-function): Use minibuffer-completion-contents
4466 instead of minibuffer-contents. Don't set common-string-length
4467 initially. Remove special handling of partial-completion-mode.
4468 Move computation of completion-base-size into one cond.
4469 Call completion-base-size-function in mainbuf. In computation of
4470 completion-base-size for file name completion don't move point to
4471 the end of the minibuffer. Move computation of common-string-length
4472 into one cond. Start putting faces only when common-string-length>=0.
4473 Add condition to put completions-common-part when
4474 common-string-length>0.
4475
4476 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4477 place point at the first different character in the minibuffer
4478 even if this position is at the beginning of the minibuffer.
4479
4480 * info.el (Info-read-node-name-1): In completion-base-size-function's
4481 lambda return 1 if common-substring or minibuffer-completion-contents
4482 starts with (, and 0 otherwise.
4483
4484 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4485 Use `crm-current-element' for second arg of `display-completion-list'.
4486
4487 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4488
4489 * files.el (set-auto-mode): Look for an interpreter specified on
4490 the first line also if search for mode specification succeeded,
4491 but the mode is not known.
4492
4493 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4494
4495 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4496 (org-open-at-point): Implement tag searches as links.
4497 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4498 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4499 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4500 (org-agenda-dispatch): New commands.
4501 (org-use-tag-inheritance, org-tags-column): New options.
4502 (org-tab-follows-link, org-return-follows-link): New options.
4503 (org-tags): New customize group.
4504 (org-start-icalendar-file): Get local time zone.
4505 (org-tags-completion-function): New function.
4506 (org-set-font-lock-defaults): Make sure links will also be
4507 highlighted inside headlines.
4508
4509 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4510
4511 * term.el (term-emulate-terminal):
4512 Let term-handle-ansi-terminal-messages override what Bash says about
4513 its current directory.
4514
4515 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4516
4517 * bindings.el (last-buffer): Move to simple.el.
4518 * simple.el (last-buffer): Move here.
4519 (get-next-valid-buffer): New function.
4520 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4521 (prev-buffer): Ditto. Rename to `previous-buffer'.
4522
4523 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4524 * bindings.el (global-map): Ditto.
4525
4526 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4527
4528 * cus-edit.el: Introductory comment change.
4529 (custom-magic-alist): Change message string for the `rogue' state.
4530
4531 2005-12-15 Richard M. Stallman <rms@gnu.org>
4532
4533 * tooltip.el: Delete defcustom variable :tag names.
4534
4535 * complete.el (partial-completion-mode): Doc fix.
4536
4537 * textmodes/flyspell.el (flyspell-external-point-words):
4538 Use save-excursion to ensure we don't move backward in the
4539 search loop, not even one character.
4540 (flyspell-delete-all-overlays): Use remove-overlays directly.
4541
4542 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4543 (ispell-start-process): Set that variable.
4544 Clear ispell-buffer-local-name.
4545 (ispell-internal-change-dictionary):
4546 Set ispell-current-dictionary after killing process.
4547 (ispell-buffer-local-dict):
4548 Don't set spell-personal-dictionary after killing process.
4549 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4550 (ispell-tex-skip-alists, ispell-html-skip-alists)
4551 (ispell-skip-region-alist): Mark as risky.
4552
4553 * net/newsticker.el (newsticker--retrieval-timer-list)
4554 (newsticker--display-timer, newsticker-running-p)
4555 (newsticker-ticker-running-p): Definitions moved up.
4556
4557 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4558
4559 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4560
4561 2005-12-15 David Ponce <david@dponce.com>
4562
4563 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4564 (recentf-edit-list, recentf-open-files): Signal an error when
4565 there is no recent file.
4566
4567 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4568
4569 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4570 read-only except for texinfo-format-region evaluation.
4571
4572 2005-12-14 Richard M. Stallman <rms@gnu.org>
4573
4574 * vc.el (vc-default-previous-version, vc-default-next-version)
4575 (vc-do-command): Doc fixes.
4576
4577 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4578
4579 * textmodes/bibtex.el (bibtex-expand-strings)
4580 (bibtex-autokey-expand-string, bibtex-name-part)
4581 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4582 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4583 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4584 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4585 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4586 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4587 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4588 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4589 (bibtex-beginning-of-last-entry): Remove.
4590 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4591 message if comma is missing but buffer is read-only.
4592 (bibtex-parse-field-text): Handle whitespaces at the end of field
4593 text. Return 3-element list with beginning and end of field text
4594 and end of field.
4595 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4596 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4597 (bibtex-search-forward-field, bibtex-search-backward-field):
4598 Search always delimited by limits of entry. Use more efficient
4599 search algorithms.
4600 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4601 bibtex-end-of-name-in-field.
4602 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4603 extracting the content of a field.
4604 (bibtex-text-in-field): Use search limits.
4605 (bibtex-parse-string-prefix): Handle empty string keys based on
4606 bibtex-string-empty-key.
4607 (bibtex-parse-string): Fix docstring.
4608 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4609 (bibtex-preamble-prefix, bibtex-strings): New functions.
4610 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4611 BibTeX entries (consistent with other BibTeX functions).
4612 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4613 (bibtex-search-entry): Fix docstring. Simplify.
4614 (bibtex-flash-head, bibtex-complete-string-cleanup)
4615 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4616 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4617 (bibtex-parse-entry): New optional arg content.
4618 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4619 Use bibtex-text-in-field-bounds.
4620 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4621 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4622 bibtex-parse-string-postfix.
4623 (bibtex-find-text-internal): New function.
4624 (bibtex-remove-delimiters): Use it.
4625 (bibtex-find-text): Use it. New optional arg help.
4626 (bibtex-complete): Handle BibTeX string and preamble entries.
4627 (bibtex-Preamble): Fix order of closing delimiters.
4628
4629 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * vc.el (vc-default-revert): New fun.
4632
4633 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4634
4635 2005-12-14 Romain Francoise <romain@orebokech.com>
4636
4637 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4638 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4639 (font-lock-remove-keywords): Likewise.
4640
4641 2005-12-14 Juri Linkov <juri@jurta.org>
4642
4643 * log-view.el (log-view-diff): Doc fix.
4644
4645 * isearch.el (isearch-query-replace): Use (mark) instead of
4646 isearch-opoint if mark is active in transient-mark-mode.
4647
4648 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4649
4650 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4651
4652 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4653
4654 * progmodes/cpp.el (cpp-face): New widget.
4655 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4656
4657 2005-12-14 Juri Linkov <juri@jurta.org>
4658
4659 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4660 around `erase-buffer' and `insert'.
4661
4662 * descr-text.el (describe-text-properties): Replace buffer name
4663 "*Help-2*" with "*Help*<2>".
4664 (describe-char): Add functions print-help-return-message,
4665 toggle-read-only. Use help-setup-xref with nil to not store
4666 describe-char in help-xref-stack. Use help-make-xrefs to
4667 make [back] button.
4668
4669 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4670
4671 * wdired.el (wdired-old-point): New internal variable.
4672 (wdired-change-to-wdired-mode): Set it buffer-locally.
4673 (wdired-abort-changes): Restore point after aborting changes.
4674
4675 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * vc.el (vc-do-command): Add a new value t for okstatus.
4678
4679 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4680 frame in case of errors.
4681
4682 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4683
4684 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4685 so it comes after "On the Left" in the menu.
4686
4687 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4688
4689 * cus-edit.el (customize-apropos, customize-apropos-options)
4690 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4691
4692 2005-12-12 Bill Wohler <wohler@newt.com>
4693
4694 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4695 non-writable Subversion-controlled files by saving window
4696 configuration before calling vc-do-command. vc-do-command calls
4697 pop-to-buffer on error which is unexpected during registration.
4698
4699 2005-12-12 Jay Belanger <belanger@truman.edu>
4700
4701 * calc/README: Update the summary of changes.
4702
4703 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * descr-text.el (describe-char): Rework last fix to solve the problem
4706 is the same way it's solved for everything else in that function
4707 (i.e. by extracting the info before setting up the *Help* buffer).
4708
4709 2005-12-12 Kim F. Storm <storm@cua.dk>
4710
4711 * subr.el (version-regexp-alist): Allow space as separator before
4712 non-numeric part, e.g. "1.0 alpha".
4713 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4714
4715 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4716
4717 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4718 Implement Logging and the keep-modes setting.
4719 (org-get-category): Make sure a string is returned.
4720 (org-log-done): New function.
4721 (org-log-done, org-closed-string): New options.
4722
4723 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4724
4725 * tooltip.el (tooltip-y-offset): Change default to 20.
4726
4727 2005-12-12 Richard M. Stallman <rms@gnu.org>
4728
4729 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4730
4731 * frame.el (display-hourglass): Doc fix.
4732
4733 * help.el (help-for-help-internal): Simplify entry for `a'.
4734
4735 * info.el (Info-on-current-buffer): Doc fix.
4736 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4737
4738 * startup.el (inhibit-splash-screen): Make this the real name.
4739 (inhibit-startup-message): Make this the alias.
4740 (command-line): Find only simple.el, and use its directory
4741 to fill in other preloaded files' names.
4742 (command-line): Deactivate the mark if deactivate-mark is set.
4743
4744 * international/mule.el (load-with-code-conversion):
4745 Bind deactivate-mark.
4746
4747 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4748
4749 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4750
4751 * cus-edit.el (customize-apropos): Avoid listing an option more
4752 than once under different aliases. No longer list user options
4753 that are not defined with defcustom (unless a prefix arg is given).
4754 Doc fix.
4755 (customize-apropos-options): Doc fix.
4756
4757 2005-12-11 Juri Linkov <juri@jurta.org>
4758
4759 * frame.el (set-background-color, set-foreground-color)
4760 (set-cursor-color, set-mouse-color, set-border-color):
4761 Add explicit prompts to read colors by `facemenu-read-color'.
4762 (show-trailing-whitespace, blink-cursor-delay)
4763 (blink-cursor-interval, display-hourglass, hourglass-delay):
4764 Remove tags.
4765 (display-hourglass, hourglass-delay): Doc fix.
4766 (cursor-in-non-selected-windows): Capitalize words in tag.
4767
4768 * faces.el (frame-background-mode): Replace `choice-item' keywords
4769 with `const' to not make [default] button. Change default value tag
4770 from `default' to `automatic'. Doc fix.
4771 (trailing-whitespace) <defface>: Change group `whitespace' to
4772 `whitespace-faces'.
4773
4774 2005-12-11 Richard M. Stallman <rms@gnu.org>
4775
4776 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4777
4778 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4779
4780 * term/mac-win.el: Create keymap for mac-apple-event-map.
4781
4782 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4783
4784 * tooltip.el (tooltip-mode): Move to start of file so that it
4785 appears at top of customize buffer.
4786
4787 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4788 Add the gud groupname.
4789 (gud-tooltip-mode): Add the tooltip groupname.
4790 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4791 avoid conflict with tooltip-use-echo-area.
4792
4793 2005-12-10 Romain Francoise <romain@orebokech.com>
4794
4795 * help.el (help-for-help-internal): Add `r' in doc string.
4796
4797 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4798
4799 * align.el (align-regexp, align-highlight-rule):
4800 Use region-beginning and region-end instead of point and mark, so that
4801 repetition (with `repeat-complex-command') recomputes the region
4802 bounds.
4803
4804 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4805
4806 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4807 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4808 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4809 (balance-windows): Rewrite using the above new functions.
4810
4811 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4812
4813 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4814 react if global-hi-lock-mode seems intended.
4815 (global-hi-lock-mode) Renamed from hi-lock-mode.
4816 (hi-lock-archaic-interface-message-used)
4817 (hi-lock-archaic-interface-deduce): New variables.
4818 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4819 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4820 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4821 Replace hi-lock-buffer-mode with hi-lock-mode.
4822
4823 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4824
4825 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4826 completion list, even after a partial completion has been
4827 inserted in the current buffer. If there are more than 1
4828 completion, redisplay the *Completions* buffer; if the
4829 completion is unique, delete the *Completions* window.
4830
4831 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4832
4833 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4834 strings and long subject lines that were broken into multiple
4835 lines at arbitrary places. Handle subjects that have "Re: " in
4836 the middle.
4837
4838 2005-12-10 John W. Eaton <jwe@octave.org>
4839
4840 * emacs/octave-mod.el (octave-electric-space): Don't indent
4841 comments or strings if octave-auto-indent is nil.
4842
4843 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4844
4845 * term/mac-win.el: Require url when compiling.
4846 Call mac-process-deferred-apple-events after loading init files.
4847 (mac-apple-event-map): New defvar. Define event handlers in it.
4848 (core-event, internet-event): New Apple event class symbols.
4849 (open-application, reopen-application, open-documents)
4850 (print-documents, open-contents, quit-application)
4851 (application-died, show-preferences, autosave-now, get-url):
4852 New Apple event ID symbols.
4853 (about): New HICommand ID symbol.
4854 (mac-event-spec, mac-event-ae): New macros.
4855 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4856 (mac-ae-selection-range, mac-ae-text-for-search)
4857 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4858 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4859 and Services menu events are now defined in mac-apple-event-map.
4860 (mac-drag-n-drop): Remove selection range handling.
4861
4862 2005-12-10 Kenichi Handa <handa@m17n.org>
4863
4864 * simple.el (zap-to-char):
4865 * isearch.el (isearch-process-search-char): Translate CHAR by
4866 translation-table-for-input.
4867
4868 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * foldout.el (foldout-exit-fold): Properly hide subtree.
4871
4872 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4873
4874 * files.el (save-buffer):
4875 * international/ucs-tables.el (ucs-set-table-for-input):
4876 * mail/mail-extr.el (mail-extract-address-components):
4877 * mail/sendmail.el (mail-mode): Reformat doc string.
4878
4879 2005-12-09 Juri Linkov <juri@jurta.org>
4880
4881 * isearch.el (isearch-highlight): Change main overlay priority
4882 from 1 to 1001. Simplify.
4883 (isearch-lazy-highlight-update): Change lazy overlay priority
4884 from 0 to 1000.
4885
4886 * replace.el (replace-highlight): Change overlay priority from
4887 1 to 1001.
4888
4889 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4890 Change overlay priority from 1 to 1001. Reuse existing overlay.
4891
4892 * compare-w.el (compare-windows-highlight): Change overlay
4893 priority from 1 to 1000.
4894
4895 * menu-bar.el (menu-bar-edit-menu): Add listp around
4896 pending-undo-list to disable menu item "undo" when pending
4897 undo list is empty.
4898
4899 * locate.el (locate): Disable undo in *Locate* buffer.
4900
4901 2005-12-09 Kim F. Storm <storm@cua.dk>
4902
4903 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4904
4905 2005-12-09 David Ponce <david@dponce.com>
4906
4907 * recentf.el: Improvement of the menu code.
4908 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4909 instead of menu hook.
4910 (recentf-show-menu, recentf-hide-menu): New functions.
4911 (recentf-menu-customization-changed, recentf-mode): Use them.
4912 (recentf-menu-action, recentf-max-menu-items)
4913 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4914 (recentf-arrange-by-rule-others)
4915 (recentf-arrange-by-rules-min-items)
4916 (recentf-arrange-by-rule-subfilter) : Don't use
4917 `recentf-menu-customization-changed'.
4918 (recentf-arrange-rules): Likewise. Accept functions to compute
4919 sub-menu titles.
4920 (recentf-menu-filter): Likewise. Doc fix.
4921 (recentf-menu-value-shortcut): Doc fix.
4922 (recentf-dump-variable): Quote atom value.
4923 (recentf-make-menu-items): Update to use it as a menu filter.
4924 (recentf-match-rule): New function.
4925 (recentf-arrange-by-rule): Use it.
4926 (recentf-indirect-mode-rule): New function.
4927 (recentf-build-mode-rules): Use it.
4928 (recentf-dir-rule): New function.
4929 (recentf-arrange-by-dir): Use it.
4930 (recentf-filter-changer-current): Rename from
4931 `recentf-filter-changer-state'. All references updated.
4932 (recentf-filter-changer-alist): Update filter names.
4933 (recentf-filter-changer-select): New function.
4934 (recentf-filter-changer): Use it. Make a sub-menu from filters
4935 available in `recentf-filter-changer-alist'.
4936 (recentf-data-cache, recentf-clear-data)
4937 (recentf-update-menu): Remove. All references updated.
4938 (recentf-match-rule-p, recentf-build-dir-rules)
4939 (recentf-filter-changer-goto-next)
4940 (recentf-filter-changer-get-current)
4941 (recentf-filter-changer-get-next): Remove.
4942
4943 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4944
4945 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4946 buffer "Reset" button to "Reset to Current" for consistency with
4947 the State buttons.
4948
4949 2005-12-08 John Paul Wallington <jpw@pobox.com>
4950
4951 * ibuf-ext.el (define-ibuffer-filter filename):
4952 If `dired-directory' is a list then really use its car.
4953
4954 2005-12-08 Kim F. Storm <storm@cua.dk>
4955
4956 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4957 Fix indention of text on right side of replaced rectangle.
4958
4959 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4960
4961 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4962 No need to check gud-comint-buffer is bound.
4963 (gdb): Prevent multiple debugging when first session uses gdba.
4964
4965 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4966
4967 CC Mode update to 5.31.
4968
4969 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4970 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4971 We might do this function properly in the future).
4972
4973 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4974 New macros c-sentence-end and c-default-value-sentence end, to cope
4975 with Emacs 22's new function `sentence-end'.
4976
4977 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4978
4979 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4980 compat issue using `c-put-overlay' and `c-delete-overlay'.
4981
4982 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4983 New compat macros to handle overlays/extents.
4984
4985 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4986
4987 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4988 (for GNU Emacs 20.4)
4989
4990 * progmodes/cc-defs.el:
4991 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4992
4993 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4994 highlighting mechanism so it will work in XEmacs too.
4995
4996 * progmodes/cc-defs.el: Insert c-int-to-char.
4997
4998 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4999 call to the new macro c-int-to-char. This solves XEmacs's
5000 regarding characters as different from integers.
5001
5002 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5003
5004 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5005 New internal helper.
5006
5007 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5008 construct to make the indirect face lookup work in XEmacs.
5009
5010 (c-cpp-matchers): Append the negation char face to the existing
5011 fontification, so that the cpp face doesn't disappear.
5012 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5013 and strings.
5014
5015 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5016 to map to `font-lock-negation-char-face' in emacsen where it exists.
5017
5018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5019
5020 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5021
5022 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5023 Rename "c-subword-move-mode" as "c-subword-mode".
5024
5025 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5026 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5027
5028 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5029
5030 * progmodes/cc-mode.el: Added autoload directive for
5031 `c-subword-move-mode' for use in older emacsen.
5032
5033 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5034
5035 * progmodes/cc-mode.el:
5036 (i) Insert a binding for C-c C-backspace into
5037 c-bind-special-erase-keys which works in TTYs.
5038 (ii) Make sure that when file styles are used, any explicitly
5039 given style variables take priority over those in the style.
5040 Do this by calling `hack-local-variables' a second time.
5041
5042 * progmodes/cc-vars.el: Add language specific customization
5043 widgets for AWK to c-doc-comment-style, c-require-final-newline
5044 and c-default-style. Add a defcustom for awk-mode-hook.
5045 Give c-syntactic-element and c-syntactic-context doc-strings by
5046 directly setting their `variable-documentation' propery.
5047 This allows Emacs 22.1 to read these with C-h v.
5048
5049 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5050
5051 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5052
5053 * progmodes/cc-fonts.el, cc-vars.el
5054 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5055 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5056 Masatake YAMATO.
5057
5058 (c-doc-comment-style): Made GtkDoc default in C mode.
5059
5060 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5061 and C-c C-<delete>.
5062
5063 (c-bind-special-erase-keys): New function for use on
5064 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5065
5066 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5067 <delete> key behavior in XEmacs according to `delete-forward-p'.
5068 C.f. `c-electric-delete'.
5069
5070 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5071
5072 * progmodes/cc-mode.el: Give c-hungry-backspace and
5073 c-hungry-delete-forward permanent key bindings.
5074
5075 * progmodes/cc-cmds.el (c-electric-semi&comma):
5076 Bind c-syntactic-context for calls to "criteria functions", for
5077 consistency with other calls to user functions.
5078
5079 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5080 `current-prefix-arg', since this might be the prefix arg to a
5081 command which calls c-indent-command as a function. Change the
5082 interactive spec from "p" to "P".
5083
5084 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5085 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5086 was difficult to understand.
5087
5088 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5089
5090 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5091 first char of an identifier.
5092
5093 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5094 +" syntax in C++.
5095
5096 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5097
5098 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5099 auto-fill doesn't split a c-comment's last word from a hanging
5100 "*/" when a space is typed between them after fill-column.
5101
5102 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5103
5104 * progmodes/cc-styles.el (c-set-style)
5105 (c-setup-paragraph-variables): Abort the command if we're not in a
5106 CC Mode buffer.
5107
5108 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5109 with blank comment-prefix, and a blank line as the comment's
5110 second line.
5111
5112 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5113
5114 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5115 Incorporate the patterns added in the Emacs development branch
5116 for the new Emacs 22 face `font-lock-negation-char-face'.
5117
5118 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5119 of "red" since it stands out better in xterms and DOS terminals.
5120
5121 * progmodes/cc-engine.el (c-literal-faces):
5122 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5123
5124 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5125
5126 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5127 forcibly enable c-electric-flag.
5128
5129 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5130 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5131 after the comment-prefix of a C-style comment will close that comment.
5132
5133 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5134
5135 * progmodes/cc-fonts.el (c-basic-matchers-before)
5136 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5137 in Pike.
5138
5139 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5140 digraphs.
5141
5142 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5143 (c-cpp-message-directives, c-cpp-include-directives)
5144 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5145 (c-cpp-expr-directives): Introduce new language constants to
5146 control cpp syntax in a cleaner way.
5147
5148 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5149
5150 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5151
5152 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5153 (c-multiline-string-start-char): New language constants and
5154 variables to specify how newlines in string literals work.
5155
5156 (c-font-lock-invalid-string): Use them.
5157
5158 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5159 unbalanced close brace is entered. Optimization by avoiding going
5160 back over arbitrarily large blocks. Removed hints that this
5161 function only would be relevant/useful in AWK.
5162
5163 (c-electric-brace): Indent syntactically after the cleanups since
5164 lineup functions might do it differently then.
5165
5166 * progmodes/cc-engine.el, cc-langs.el
5167 (c-opt-op-identifier-prefix): New language constant and variable.
5168
5169 (c-just-after-func-arglist-p, c-after-special-operator-id)
5170 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5171
5172 * progmodes/cc-align.el, cc-engine.el
5173 (c-after-special-operator-id): New helper to handle C++ operator
5174 identifiers.
5175
5176 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5177 (c-guess-basic-syntax): Handle C++ operator identifiers in
5178 declarations.
5179
5180 * progmodes/cc-langs.el (c-assignment-operators): Add the
5181 trigraph version of ^= too.
5182
5183 * progmodes/cc-langs.el (c-assignment-operators): Add the
5184 trigraph version of |= in C++.
5185
5186 * progmodes/cc-fonts.el (c-font-lock-declarators):
5187 Handle `c-decl-hangon-kwds' after the identifier name.
5188
5189 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5190 whether an arglist is "nonempty", ignore a comment after the open
5191 paren if it isn't followed by a non-comment token on the same line.
5192
5193 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5194 Enable heuristics below the point to cope with classes inside special
5195 brace lists in Pike.
5196
5197 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5198
5199 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5200
5201 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5202
5203 * progmodes/cc-guess.el (cc-guess-install): New function to
5204 install an already guessed style in another buffer.
5205
5206 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5207 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5208 anyway if the change always is undone.
5209
5210 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5211
5212 Implement togglable electricity:
5213
5214 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5215 saying when it should be used.
5216
5217 * progmodes/cc-engine.el: Add the new buffer-local variable,
5218 c-electric-flag.
5219
5220 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5221 c-toggle-auto-newline.
5222
5223 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5224 c-toggle-auto-newline. Remove the binding for
5225 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5226 c-toggle-electric-state.
5227
5228 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5229
5230 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5231 c-\(forward\|backward\)-subword.
5232 (c-update-modeline): Add the new modeline flag `l' for
5233 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5234 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5235 Make the old name an alias of the new name.
5236 (c-toggle-electric-state): New function.
5237 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5238 Adapt these functions to do electric things only when
5239 c-electric-flag is non-nil.
5240 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5241 new functions from c-electric-brace.
5242 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5243 mode, so that the tentative extra newline doesn't change the
5244 syntax of the following brace.
5245 (c-electric-brace): Restructure by extracting the above functions.
5246 Tidy up the coding somewhat.
5247 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5248 restructure a bit.
5249
5250 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5251
5252 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5253 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5254
5255 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5256 (c-submode-indicators): Change name from `c-auto-hungry-string'
5257 since it's now used to track another submode.
5258
5259 (c-update-modeline): Convert to function and extended to check
5260 `c-subword-move-mode'.
5261
5262 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5263 Convert to compat aliases for `c-forward-subword' and
5264 `c-backward-subword'.
5265
5266 * progmodes/cc-subword.el: New functions and minor mode to handle
5267 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5268
5269 (c-forward-subword, c-backward-subword, c-mark-subword)
5270 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5271 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5272 Functions corresponding to the standard word handling functions.
5273
5274 (c-subword-move-mode): Minor mode that replaces all the standard
5275 word handling functions with their subword equivalences.
5276
5277 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5278
5279 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5280 entry for one-liner-defun.
5281
5282 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5283 name in its def-edebug-spec.
5284
5285 * progmodes/cc-cmds.el (c-electric-brace): Make the
5286 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5287 compacts space before a comment, if this will make things fit on
5288 one line.
5289
5290 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5291
5292 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5293
5294 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5295 clean-up one-liner-defun.
5296
5297 * progmodes/cc-styles.el: Add the new "awk" style.
5298
5299 * progmodes/cc-vars.el: Add description of one-liner-defun to
5300 c-cleanup-list's doc-string. New user options,
5301 c-max-one-liner-length. In c-default-style, set the default style
5302 for AWK to "awk".
5303
5304 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5305
5306 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5307 macros inside labels.
5308
5309 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5310 `c-at-statement-start-p' and `c-at-expression-start-p'.
5311
5312 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5313 error if the mark isn't set.
5314
5315 * progmodes/cc-engine.el (c-guess-continued-construct)
5316 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5317 accurately detect functions inside functions.
5318
5319 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5320 like `c-at-statement-start-p' that additionally recognizes commas
5321 and expression parentheses as delimiters.
5322
5323 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5324 to avoid heuristics that doesn't work for unclosed blocks.
5325 (c-at-statement-start-p): New function.
5326
5327 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5328 Objective-C directives, e.g. directives spanning lines should work
5329 reasonably well now.
5330
5331 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5332
5333 (c-forward-objc-directive): New function to move over any ObjC
5334 directive.
5335
5336 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5337 (c-basic-matchers-before): Use it.
5338
5339 (c-font-lock-objc-iip-decl): Remove.
5340
5341 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5342 in the template arglist recognition.
5343
5344 * progmodes/cc-styles.el (c-style-alist): Fix several
5345 inconsistencies in the Whitesmith style.
5346
5347 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5348 New lineup function to get lines after Whitesmith style blocks
5349 correctly indented.
5350
5351 (c-lineup-whitesmith-in-block): Back out the compensation for
5352 opening parens since it's done using `add' lists in the style
5353 definition instead. Don't use the anchor position since it varies
5354 too much between the syntactic symbols. :P
5355
5356 * progmodes/cc-vars.el (c-valid-offset): Update.
5357
5358 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5359 lists where the offsets are combined according to several
5360 different methods: `first', `min', `max', and `add'.
5361 Report offset evaluation errors with `c-benign-error' so that some kind
5362 of reindentation still is done.
5363
5364 * progmodes/cc-engine.el (c-guess-basic-syntax):
5365 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5366 `arglist-close'.
5367
5368 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5369 situations for `arglist-cont-nonempty' and `arglist-close'.
5370
5371 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5372
5373 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5374 cc-bytecomp-boundp' in a number of places.
5375
5376 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5377 macro related issue.
5378
5379 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5380
5381 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5382 list is now [asdf], a char class [:alpha:].
5383 Include code for char classes.
5384 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5385 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5386
5387 Remove (nearly all of) the cruft associated with AWK Mode's former
5388 concept of "virtual semicolons":
5389
5390 Adapt c-beginning-of-statement, c-end-of-statement (together with
5391 subfunctions) to use the new notion of "virtual semicolon" in
5392 place of the old awkward special handling for AWK. There remains
5393 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5394 * progmodes/cc-cmds.el:
5395 (c-ascertain-adjacent-literal): In the backwards direction, now
5396 recognises AWK regexp delimiters as string delimiters.
5397 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5398 check more rigorously for "end of macro".
5399 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5400 virtual semicolons;
5401 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5402 out the code for forward movement into ...
5403 (c-end-of-statement): Now contains the code for forward movement,
5404 adapted for virtual semicolons.
5405
5406 * progmodes/cc-engine.el:
5407 (c-ws*-string-limit-regexp): New regexp.
5408 (c-forward-single-comment, c-backward-single-comment): Comment out
5409 the (now redundant) "special" AWK stuff.
5410
5411 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5412 c-string-par-start, c-string-par-separate to be more like Text
5413 Mode than Fundamental Mode.
5414
5415 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5416
5417 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5418 to the fontified region so that fontification doesn't occur
5419 outside it (could happen e.g. when fontifying a line with an
5420 unfinished declaration).
5421
5422 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5423
5424 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5425 start of the file. ^L now separate sections of the file.
5426 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5427 (c-awk-one-line-possibly-open-string-re)
5428 (c-awk-regexp-one-line-possibly-open-char-class-re)
5429 (c-awk-one-line-possibly-open-regexp-re)
5430 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5431 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5432
5433 Amend the concept of "virtual semicolons" (in the indentation
5434 engine) for languages like AWK, such that they are now
5435 conceptually attached to end of the last token of a statement, not
5436 the end of the line. (In AWK Mode, however, the pertinent text
5437 property is still physically set on the EOL.) Remove the specific
5438 tests for awk-mode, thus facilitating the introduction of other
5439 language modes where EOLs can end statements.
5440 (Note: The funtionality in cc-cmds.el, specifically
5441 c-beginning/end-of-statement has yet to be amended.)
5442
5443 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5444 New macros.
5445
5446 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5447 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5448 c-vsemi-status-unknown-p-fn (in a new page).
5449
5450 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5451 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5452 numerous awkward forms like
5453 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5454 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5455 variable before-ws-ip, the place just after char-before-ip appears.
5456
5457 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5458 a comment.
5459
5460 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5461
5462 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5463 `c-tentative-buffer-changes'.
5464
5465 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5466 convert to macro to choose between Emacs and XEmacs at compile time.
5467
5468 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5469
5470 (c-tentative-buffer-changes): New macro to handle temporary buffer
5471 changes in a convenient way.
5472
5473 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5474 for `c-tentative-buffer-changes'.
5475
5476 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5477 the checks for paren sexps between the point and the keyword, to
5478 avoid some false alarms.
5479
5480 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5481 Fixed a situation where an error could be thrown for unbalanced
5482 parens. Changed to make use of c-keyword-member' to avoid some
5483 repeated regexp matches.
5484
5485 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5486 These language variable are no longer necessary.
5487
5488 (c-block-stmt-kwds): New language constant used by
5489 c-looking-at-inexpr-block'.
5490
5491 (c-guess-basic-syntax): Remove an optional check that looked at
5492 the existence of the now removed language variables.
5493
5494 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5495 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5496 object instantiation expressions as declarations in some contexts.
5497 This bug only affected languages where the declarator can't be
5498 enclosed in parentheses.
5499
5500 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5501 insert newlines before and after substatement braces.
5502
5503 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5504 function declaration headers and the handling of C++ style member
5505 init lists.
5506
5507 (c-just-after-func-arglist-p): Rewritten to use
5508 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5509
5510 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5511
5512 (c-guess-basic-syntax): Adapt case 5B for the new
5513 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5514 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5515 covers all cases now).
5516
5517 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5518
5519 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5520
5521 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5522 c-string-par-start/separate c-sentence-end-with-esc-eol,
5523 initialised in c-setup-paragraph-variables, used in string
5524 scanning subroutines of c-beginning-of-statement.
5525
5526 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5527 which precedes the newly inserted `{'.
5528
5529 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5530
5531 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5532 function for declaration level blocks. It should now cope with
5533 templates better and also be a lot more comprehensible.
5534
5535 (c-looking-at-decl-block): The new function.
5536
5537 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5538 for compatibility.
5539
5540 (c-add-class-syntax, c-guess-continued-construct)
5541 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5542
5543 (c-decl-block-key): Change to tell apart ambiguous and
5544 unambiguous keywords. Pike specials are now handled directly in
5545 the code instead.
5546
5547 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5548 New language constants and variables to make the backward skip in
5549 `c-looking-at-decl-block' as tight as possible.
5550
5551 (c-nonsymbol-token-char-list): New language constant.
5552
5553 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5554 find balanced template arglists backwards.
5555
5556 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5557 making char classes for `c-syntactic-skip-backward'.
5558
5559 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5560 16D - can't be a class-close at that point.
5561
5562 * progmodes/cc-engine.el (c-guess-basic-syntax)
5563 (c-add-class-syntax): Don't narrow out the enclosing declaration
5564 level. This makes everything a lot easier, and it was actually
5565 only four small places that needed it to work. Some places that
5566 previously did `widen' are removed now, which has the effect that
5567 `c-guess-basic-syntax' never will look at things outside the
5568 current narrowment now. The anchor position for `topmost-intro'
5569 is affected by this, but it was so bogus it was basically useless
5570 before, and now it's equally bogus but in a slightly different way.
5571
5572 (c-narrow-out-enclosing-class): Gone.
5573
5574 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5575 the narrowed region.
5576
5577 (c-least-enclosing-brace): Remove silly optional argument.
5578
5579 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5580 the point could be left directly after an open paren when finding
5581 the beginning of the first decl in the block.
5582
5583 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5584 Specify which submatch to use.
5585
5586 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5587
5588 (c-decl-start-re): No longer any need for special treatment of
5589 ObjC due to the above.
5590
5591 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5592 presumably follows C in that regard.
5593
5594 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5595 New language constants to specify operator tokens inside
5596 identifiers in a more high level way.
5597
5598 (c-opt-identifier-prefix-key): New internal language constant.
5599
5600 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5601 (c-identifier-start, c-identifier-key): Now completely calculated
5602 from other constants.
5603
5604 (c-identifier-last-sym-match): Decommission since it's no longer used.
5605
5606 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5607
5608 * progmodes/cc-engine.el (c-forward-name): Remove the
5609 optimization when c-identifier-key is equal to c-symbol-key since
5610 it doesn't work in byte compiled files. Don't record empty
5611 regions as identifiers.
5612
5613 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5614 simplify access to `c-operators' and its likes.
5615
5616 (c-operator-list, c-all-op-syntax-tokens)
5617 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5618 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5619 (c-primary-expr-regexp, c-cast-parens): Use it.
5620
5621 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5622 an explicit language in functions.
5623
5624 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5625 variant of adornment.
5626
5627 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5628 variable.
5629
5630 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5631 the Pike value.
5632
5633 * progmodes/cc-engine.el (c-on-identifier)
5634 (c-simple-skip-symbol-backward): Small fix for handling "-"
5635 correctly in `skip-chars-backward'. Affected the operator lfun
5636 syntax in Pike.
5637
5638 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5639 diagnostic message about precompiled language vars not being used.
5640
5641 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5642 "__attribute__" is followed by a parenthesis.
5643
5644 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5645 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5646 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5647
5648 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5649 Internal cleanups to properly detect the declared identifiers in
5650 various declarations.
5651
5652 (c-decl-start-kwds): New language constant to recognize
5653 declarations that can start anywhere. Used for class declarations
5654 in Pike.
5655
5656 (c-specifier-key, c-not-decl-init-keywords)
5657 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5658 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5659
5660 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5661 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5662 handling of the compiler specific extension keywords into a new
5663 language constant `c-decl-hangon-kwds' that defines keyword
5664 clauses to be ignored in declarations.
5665
5666 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5667 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5668 Necessary to stop at the declared identifier in e.g. IDL valuetype
5669 declarations.
5670
5671 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5672 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5673 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5674 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5675 class and enum declarations as such and not as part of the type.
5676
5677 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5678 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5679
5680 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5681 declarations when there's some syntax error later on.
5682
5683 (c-complex-decl-matchers): Did away with a reference to
5684 `c-specifier-key'.
5685
5686 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5687 value - this variable is always dynamically bound.
5688
5689 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5690 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5691 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5692 functions that might do hidden buffer changes: All such internal
5693 functions are now marked instead of those that don't.
5694
5695 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5696 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5697 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5698 (c-literal-type): Allow these functions to make hidden buffer changes,
5699 so that they are free to use text property caching later on.
5700
5701 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5702 (c-electric-brace, c-electric-slash, c-electric-star)
5703 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5704 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5705 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5706 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5707 with the changed semantics of the functions above.
5708
5709 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5710 when macros occur in obscure places. Optimized the sexp movement
5711 a bit.
5712
5713 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5714
5715 Enhancements for c-beginning-of-statement to work in AWK Mode:
5716
5717 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5718 (completed statement) with `}' (statement completed by closing
5719 brace or semicolon) and `$' (statement completed by EOL).
5720
5721 (c-awk-virtual-semicolon-ends-prev-line-p)
5722 (c-awk-virtual-semicolon-ends-line-p)
5723 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5724 (c-awk-at-statement-end-p): New functions.
5725
5726 * progmodes/cc-cmds.el: Simplify the structure of functions
5727 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5728 two functions and c-beginning-of-statement to handle AWK Mode.
5729
5730 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5731 c-backward-single-comment for AWK mode. Attempt to clarify their
5732 doc-strings.
5733
5734 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5735
5736 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5737
5738 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5739 label handling. Labels are now recognized in a uniform and more
5740 robust way, regardless of context. Text properties are put on all
5741 labels to recognize the following declarations better.
5742 Multiword labels are handled both in indentation and fontification for
5743 the benefit of language extensions like Qt. For consistency, keywords
5744 in labels are now fontified with the label face instead.
5745 That also applies to "case" and "default".
5746
5747 (c-beginning-of-statement-1): Fix some bugs in the label
5748 handling. Disregard `c-nonlabel-token-key' in labels that begin
5749 with `c-label-kwds'.
5750
5751 (c-find-decl-spots): Support that the callback adds more
5752 `c-decl-end' spots to find.
5753
5754 (c-forward-decl-or-cast-1): Don't treat a list of plain
5755 identifiers followed by a colon as a declaration.
5756
5757 (c-forward-label): New function to recognize labels.
5758
5759 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5760 `c-forward-label'. Moved the label recognition cases (14 and 15)
5761 earlier since they aren't so context sensitive now. Handle labels
5762 on the top level gracefully. Moved access label recognition to
5763 the generic label case (CASE 15) - removed CASE 5E.
5764
5765 (c-font-lock-declarations): Add recognition of labels in the
5766 same round since we need to handle labels in parallell with other
5767 declarations to recognize both accurately. It should also improve
5768 speed.
5769
5770 (c-simple-decl-matchers, c-basic-matchers-after):
5771 Move `c-font-lock-labels' so that it only is used on decoration level 2
5772 since `c-font-lock-declarations' handles it otherwise.
5773
5774 (c-complex-decl-matchers): Remove the simplistic recognition of
5775 access labels.
5776
5777 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5778 with labels earlier.
5779
5780 (c-decl-start-re): New language variable to make
5781 `c-font-lock-declarations' stop for the special protection labels
5782 in Objective-C that start with `@'.
5783
5784 (c-label-key): Remove since it's no longer used.
5785
5786 (c-recognize-colon-labels, c-label-prefix-re): New language
5787 constants to support recognition of generic colon-terminated labels.
5788
5789 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5790 are colon terminated labels.
5791
5792 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5793 first argument starts with a special brace list.
5794
5795 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5796 (c-font-lock-declarations): Break out the declaration and cast
5797 recognition from `c-font-lock-declarations' to a new function, so
5798 that it can be used in the indentation engine.
5799
5800 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5801 up to the start of the literal. Fixed bug with the point on the
5802 wrong side of the search limit that could happen when the start
5803 position is inside a literal.
5804
5805 * progmodes/cc-engine.el (c-parse-state)
5806 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5807 so that it's kept a little bit back to increase the hit rate.
5808
5809 (c-parse-state): Change the macro handling and fixed some
5810 glitches. Macro context is checked more often than necessary now,
5811 but otoh less garbage conses are generated.
5812
5813 * progmodes/cc-engine.el (c-parse-state)
5814 (c-invalidate-state-cache): Cache the last position where
5815 `c-state-cache' applies. This can speed up refontification quite
5816 a bit in blocks where there are many non-brace parens before the point.
5817
5818 (c-state-cache-end): New variable for this.
5819
5820 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5821 cache variable.
5822
5823 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5824 get close initial continue positions when the start position is
5825 inside a literal or macro. Do not call the callback for spots
5826 before the start position (which can happen e.g. for `c-decl-end'
5827 spots inside comments). Optimize better in special cases when the
5828 region is a single line inside a literal or macro (typically when
5829 the current line is refontified).
5830
5831 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5832 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5833 entries from the paren state.
5834
5835 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5836 special case for "else if" clauses.
5837
5838 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5839 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5840
5841 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5842 New language variable to recognize the gcc extension with statement
5843 blocks inside expressions.
5844
5845 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5846 it somewhat more comprehensible. The argument AT-BLOCK-START is
5847 no longer used and hence removed.
5848
5849 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5850 to `c-add-stmt-syntax'.
5851
5852 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5853 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5854 This fixes bogus label recognition.
5855
5856 * progmodes/cc-engine.el (c-add-type, c-check-type)
5857 (c-forward-name, c-forward-type): Improve storage of template
5858 types in `c-found-types' so that they can be recognized better.
5859
5860 (c-syntactic-content): Add option to skip past nested parens.
5861
5862 * progmodes/cc-engine.el (c-forward-name):
5863 Set `c-last-identifier-range' all the time. It's less work that way.
5864 Handle that there might not be an identifier to store in
5865 `c-last-identifier-range'.
5866
5867 (c-forward-type): Handle that `c-last-identifier-range' might be
5868 nil from `c-forward-name'.
5869
5870 * progmodes/cc-defs.el (c-safe-scan-lists)
5871 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5872
5873 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5874 to work even if the form fails.
5875
5876 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5877 down in a large file in one go.
5878
5879 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5880
5881 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5882 function which is like `c-lineup-math' but returns nil instead of
5883 `c-basic-offset' when it doesn't match.
5884
5885 (c-lineup-math): Change to use `c-lineup-assignments'.
5886
5887 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5888
5889 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5890 c-beginning-of-statement. New subfunctions
5891 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5892
5893 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5894
5895 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5896 hardcoded char classes whereever possible. Changed a couple of
5897 places to use skip by syntax instead of skip by char class.
5898
5899 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5900 Fix a bug in the regexp that caused extreme backtracking.
5901
5902 * progmodes/cc-langs.el (c-block-comment-starter)
5903 (c-block-comment-ender): New language constants to specify in a
5904 single place how block comments look.
5905
5906 (c-comment-start-regexp, c-block-comment-start-regexp)
5907 (comment-start, comment-end, comment-start-skip)
5908 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5909 (c-syntactic-ws, c-nonempty-syntactic-ws)
5910 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5911 `c-line-comment-starter', `c-block-comment-starter' and
5912 `c-block-comment-ender'.
5913
5914 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5915 New language constants to break up things a bit.
5916
5917 (c-simple-ws): New language constant for simple whitespace.
5918
5919 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5920
5921 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5922 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5923 newlines. Allow and ignore nil elements in the list.
5924
5925 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5926
5927 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5928 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5929
5930 * progmodes/cc-cmds.el: Tidy up the comments in
5931 c-beginning-of-statement and subfunctions.
5932
5933 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5934 more flexible c-put-char-property and c-clear-char-properties.
5935 Add the author's email address.
5936
5937 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5938
5939 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5940 closing "*/" of a block comment.
5941
5942 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5943 subfunctions) so that it works at BOB and EOB.
5944
5945 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5946 c-beginning-of-statement, including new variable
5947 c-block-comment-start-regexp.
5948
5949 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5950
5951 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5952 symbols from `*-font-lock-extra-types' so that there's no need to
5953 use `regexp-opt' on those lists.
5954
5955 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5956 `c-type-modifier-kwds' is empty.
5957
5958 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5959 there are several strings on the same line.
5960
5961 * progmodes/cc-engine.el (c-literal-limits): Remove the
5962 compatibility function for older emacsen. `c-literal-limits-fast'
5963 has now taken the place of this function.
5964
5965 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5966 with older emacsen: We now require `pps-extended-state'.
5967
5968 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5969
5970 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5971 which obviates the need to hack sentence-end. This now handles
5972 escaped newlines in strings correctly. Correct minor bugs in
5973 c-move-over-sentence and in c-beginning-of-statement.
5974
5975 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5976 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5977 that movement over macros and code are rigorously separated from
5978 eachother. Correct a few incidental bugs.
5979
5980 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5981 Improve its doc-string. Improve the handling of certain specific cases.
5982
5983 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5984
5985 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5986 (c-guess-basic-syntax): Change the way class-level labels are
5987 recognized; they can now contain essentially any symbols.
5988
5989 (c-opt-extra-label-key): New language variable to cope with the
5990 special protection label syntax in Objective-C.
5991
5992 (c-opt-access-key): Remove; this is now handled better by
5993 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5994
5995 (c-complex-decl-matchers): Update to handle that
5996 `c-opt-access-key' no longer exists.
5997
5998 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5999 improved label recognition in `c-beginning-of-statement-1'.
6000
6001 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6002 Recognize bitfields better.
6003
6004 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6005 Remove some cruft and fixed a bug that could cause it to go to a
6006 position further down.
6007
6008 * progmodes/cc-langs.el, cc-engine.el
6009 (c-beginning-of-statement-1): Improve detection of labels in
6010 declaration contexts.
6011
6012 (c-beginning-of-decl-1): Use it.
6013
6014 (c-nonlabel-token-key): New language constant and variable needed
6015 by `c-beginning-of-statement-1'.
6016
6017 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6018 manifested itself due to the correction in `c-forward-sexp'.
6019
6020 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6021 Make these behave as documented when used at the buffer limits.
6022
6023 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6024 (c-type-decl-end-used): Made this a language variable.
6025
6026 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6027 correctly when `combine-after-change-calls' is used together with
6028 temporary narrowings.
6029
6030 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6031 Report labels correctly when the start point is immediately after the
6032 colon.
6033
6034 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6035 Remove since it isn't used anymore.
6036
6037 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6038 bracket arglists such as template parens in C++.
6039
6040 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6041 in the last check-in. Some optimization.
6042
6043 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6044 where it could stop at the same level in a preceding sexp when
6045 PAREN-LEVEL is set.
6046
6047 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6048 text property lookup only when it's needed.
6049
6050 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6051 Change the policy for paren marked angle brackets to be more
6052 persistent; once marked they remain marked even when they're found
6053 to be unbalanced in the searched region. This should keep the
6054 paren syntax around even when individual lines are refontified in
6055 multiline template arglists.
6056
6057 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6058 to control markup so that incorrect angle bracket arglists aren't
6059 marked in contexts where the correct value for
6060 `c-disallow-comma-in-<>-arglists' isn't known.
6061
6062 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6063 argument has become `c-parse-and-markup-<>-arglists'.
6064
6065 (c-remove-<>-arglist-properties): Remove - no longer used.
6066
6067 (c-after-change-check-<>-operators): New function used on
6068 `after-change-functions' to avoid that "<" and ">" characters that
6069 are part of longer operators have paren syntax.
6070
6071 (c-<>-multichar-token-regexp): New language variable used by
6072 `c-after-change-check-<>-operators'.
6073
6074 (c-after-change): Call `c-after-change-check-<>-operators'.
6075
6076 (c-font-lock-<>-arglists): Use the context properties set by
6077 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6078 correctly to avoid doing invalid markup.
6079
6080 (c-font-lock-declarations): Remove code that undoes the invalid
6081 markup done by `c-font-lock-<>-arglists'.
6082
6083 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6084 after `c-font-lock-declarations'.
6085
6086 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6087 Add paren-level feature.
6088
6089 (c-guess-basic-syntax): Improve the anchor position for
6090 `template-args-cont' in nested template arglists. There's still
6091 much to be desired in this area, though.
6092
6093 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6094
6095 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6096 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6097
6098 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6099
6100 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6101 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6102
6103 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6104 it doesn't work no longer are supported.
6105
6106 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6107 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6108 requires support for the syntax-table' text property, which rules
6109 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6110 cruft associated with those versions.
6111
6112 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6113 for the `syntax-table' text property, which rules out Emacs 19 and
6114 XEmacs < 21.4. Removed various compatibility cruft associated
6115 with those versions.
6116
6117 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6118 support for the `syntax-table' text property.
6119
6120 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6121 variable and use an extra quoted face name instead. All the
6122 emacsen flavors handle that correctly.
6123
6124 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6125 (c-font-lock-declarators, c-font-lock-declarations)
6126 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6127 property to mark the items in in declarator lists to handle
6128 refontification inside multiline declarations better.
6129
6130 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6131 construct like "a * b = c;" as a declaration.
6132
6133 2005-12-08 Kim F. Storm <storm@cua.dk>
6134
6135 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6136 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6137 select either meta, hyper, or super modifier for rectangle commands.
6138 (cua--rectangle-modifier-key): New defvar.
6139 (cua--M/H-key): Use it. Remove special case for `space'.
6140 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6141 on X, to meta otherwise. Always bind C-return to toggle
6142 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6143
6144 * emulation/cua-rect.el (cua-help-for-rectangle):
6145 Use cua--rectangle-modifier-key. Handle super modifier too.
6146 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6147 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6148
6149 * ido.el: Move Acknowledgements and History after Commentary.
6150 Minor changes to Commentary.
6151
6152 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6153 keymap if cua--prefix-override-timer is `shift'.
6154 (cua--shift-control-prefix): New function; emulate "type prefix
6155 key twice" functionality to handle shifted prefix key override.
6156 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6157 New commands.
6158 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6159
6160 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6161
6162 * textmodes/org.el (org-insert-heading): Try to do items before
6163 headings.
6164 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6165 (org-insert-item): New function.
6166 (org-renumber-ordered-list): Don't skip to higher level lists.
6167
6168 2005-12-08 Juri Linkov <juri@jurta.org>
6169
6170 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6171
6172 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6173
6174 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6175
6176 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6177 the constructed function name fun-1.
6178
6179 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6180 because such links don't lead to parent documentation.
6181
6182 2005-12-08 Kenichi Handa <handa@m17n.org>
6183
6184 * descr-text.el (describe-char): Use *Help-2* buffer if the
6185 current buffer is *Help*. Call describe-text-properties while
6186 setting the original buffer.
6187
6188 2005-12-07 Bill Wohler <wohler@newt.com>
6189
6190 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6191 and causes problems with non-MH users (such as Gnus users).
6192
6193 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6194
6195 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6196 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6197 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6198 command "info sources". Move calls to GDB command "list".
6199 (gdb-find-file-hook): Just use gdb-source-file-list.
6200 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6201 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6202 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6203 (gdb-data-list-register-values-handler): Use correct trigger name.
6204
6205 2005-12-07 Kim F. Storm <storm@cua.dk>
6206
6207 * ido.el (ido-completion-map): Rename from ido-mode-map.
6208 (ido-common-completion-map, ido-file-completion-map)
6209 (ido-file-dir-completion-map, ido-buffer-completion-map):
6210 Rename from ido-mode-....-map.
6211 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6212 (ido-setup-completion-map): Rename from ido-define-mode-map.
6213 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6214 to ido-completion-map.
6215
6216 2005-12-07 Kenichi Handa <handa@m17n.org>
6217
6218 * international/mule-cmds.el
6219 (set-display-table-and-terminal-coding-system): If the coding
6220 system specified in `unibyte-display' property is different from
6221 the arg coding-system, don't setup standard-display-table.
6222
6223 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6226 that comments end at \n, regardless of selective-display.
6227
6228 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6229
6230 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6231 (gdb-version): New variables.
6232 (gdb-source-file-list, gdb-register-names)
6233 (gdb-changed-registers): New variables for use with GDB 6.4+.
6234 (gdb-ann3): Replace with...
6235 (gdb-init-1, gdb-init-2): ...two new functions.
6236 (gdba, gdb-prompt): Call gdb-init-1.
6237 (gdb-get-version): New function. Call gdb-init-2 from here.
6238 (gud-watch): Make it work with mouse events too.
6239 (gdb-post-prompt): Don't add to queue until GDB version is known.
6240 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6241 (gdb-locals-mode): Use gdb-version.
6242 (gdb-memory-format-map, gdb-memory-unit-map)
6243 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6244 (gdb-locals-font-lock-keywords-1)
6245 (gdb-locals-font-lock-keywords-2): New variables.
6246 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6247 (gdb-set-gud-minor-mode-existing-buffers-1)
6248 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6249 (gdb-var-update-1, gdb-var-update-handler-1)
6250 (gdb-data-list-register-values-handler)
6251 (gdb-data-list-register-values-custom)
6252 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6253 (gdb-stack-list-locals-handler, gdb-get-register-names):
6254 New functions for use with GDB 6.4+.
6255 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6256 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6257 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6258 (gdb-stack-list-locals-regexp)
6259 (gdb-data-list-register-names-regexp): New regexps for use with
6260 GDB 6.4+.
6261
6262 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6265
6266 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6267
6268 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6269 prompts work for AUTH PLAIN. Also reported by Steve Allan
6270 <seallan@verizon.net>.
6271
6272 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6273
6274 * frame.el (set-frame-parameter): Add doc string.
6275
6276 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6277
6278 * textmodes/org.el (org-occur-highlights): New variable.
6279 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6280 (org-highlight-sparse-tree-matches): New option.
6281 (org-do-occur): New function.
6282 (org-get-heading): Make it work also at beginning of line.
6283 (org-category-table): New variable.
6284 (org-get-category-table, org-get-category)
6285 (org-camel-to-words, org-link-search): New functions.
6286 (org-select-this-todo-keyword): New variable.
6287 (org-todo-list): New command.
6288 (org-shiftright, org-shiftleft): New commands.
6289 (org-agenda-todo): Add prefix argument.
6290 (org-show-hierarchy-above): New option.
6291 (org-show-todo-tree): Numerical prefix creates tree for specific
6292 TODO keyword.
6293 (org-outline-level): New function, to assign a level to plain
6294 lists items.
6295 (org-cycle-include-plain-lists): New option.
6296 (org-mode): Use `org-outline-level' as value of `outline-level'.
6297 (org-cycle): Temporarily switch `outline-regexp' if
6298 `org-cycle-include-plain-lists' is non-nil.
6299 (org-start-icalendar-file): Fix format bug.
6300 (org-agenda-get-day-entries): Create category table.
6301 (org-agenda-get-todos, org-agenda-get-timestamps)
6302 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6303 (org-agenda-get-blocks): Use `org-get-category'.
6304 (org-context-in-file-links): Rename from
6305 `org-line-numbers-in-file-links'.
6306
6307 2005-12-06 Romain Francoise <romain@orebokech.com>
6308
6309 * window.el (balance-windows): Delete extraneous third arg in call
6310 to `enlarge-window'.
6311
6312 2005-12-06 Kenichi Handa <handa@m17n.org>
6313
6314 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6315
6316 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6317
6318 * progmodes/gdb-ui.el (gdb-var-create-handler)
6319 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6320 (gdb-var-list-children-handler, gdb-var-update-handler):
6321 Current buffer is already gdb-partial-output-buffer, don't
6322 make it current again.
6323
6324 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6325
6326 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6327 (list-buffers-noselect): Use it.
6328
6329 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6332 (mail-yank-ignored-headers): Use regexp-opt.
6333 (mail-mode-map): Move initialization into declaration.
6334 (mail-sent-via): Remove unused shadowed var `to-line'.
6335 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6336 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6337 (mail-do-fcc): Use dolist and push.
6338 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6339 (mail-yank-ignored-headers): Don't autoload.
6340
6341 2005-12-05 Kenichi Handa <handa@m17n.org>
6342
6343 * international/mule-cmds.el (set-language-info-internal): New fun.
6344 (set-language-info): Call set-language-info-internal to update
6345 language-info-alist. If LANG-ENV is the current one, call
6346 set-language-environment to make INFO effective now.
6347 (set-language-info-alist): Likewise.
6348 (locale-language-names): With locale "en", use English
6349 lang. env. but set the default codings to iso-8859-1.
6350
6351 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6354 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6355 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6356 for plain strings.
6357 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6358 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6359 Create registers buffer if necessary. Echo new state in minibuffer.
6360 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6361
6362 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6363
6364 * info.el (Info-fontify-node): Match external links using
6365 non-directory part of filename.
6366
6367 2005-12-04 Juri Linkov <juri@jurta.org>
6368
6369 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6370 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6371 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6372 because there is no customization option for it.
6373
6374 * font-lock.el (lisp-font-lock-keywords-1):
6375 Add define-global-minor-mode.
6376
6377 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6378
6379 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6380 properties on the constructed variable names.
6381
6382 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6383 Put `definition-name' properties on the constructed function names
6384 next-sym and prev-sym.
6385
6386 * emacs-lisp/find-func.el (find-function-regexp):
6387 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6388 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6389 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6390 and easy-menu-define.
6391
6392 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6393 easy-mmode-define-global-mode and define-global-minor-mode.
6394 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6395
6396 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6397 instead of easy-mmode-define-global-mode.
6398
6399 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6400 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6401
6402 * cus-edit.el (customize-group, customize-group-other-window):
6403 Filter out autoloaded options from the group completion list by
6404 using heuristics that autoloaded groups don't have `custom-autoload'
6405 property on their symbols (they have only `custom-loads').
6406
6407 * simple.el (completion-setup-function): Put completions-common-part
6408 face on complete completion string too (i.e. completion string
6409 without completions-first-difference face).
6410
6411 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6412
6413 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6414
6415 * view.el (view-mode): Doc fix.
6416
6417 * disp-table.el (standard-display-european): Add to the warning
6418 message a reference to the doc string.
6419
6420 * play/yow.el (apropos-zippy): Call print-help-return-message,
6421 similar to other Help and Apropos commands.
6422
6423 * help.el (print-help-return-message): If pop-up-frames is
6424 non-nil, set up help-return-method to delete the help window and,
6425 possibly, its frame as well, and don't display message about
6426 scrolling the help window. Doc fix.
6427 (help-return-method): Doc fix.
6428
6429 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6430
6431 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6432 whereby names of length one or names starting with a
6433 symbol-constituent character would not be returned.
6434
6435 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6436
6437 * subr.el (atomic-change-group): Add edebug and indentation spec.
6438
6439 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * completion.el (save-completions-file-name): Fix typo in last change.
6442
6443 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6444
6445 * info.el: Move back/forward history to the beginning of the tool bar.
6446
6447 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6448
6449 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6450 Add fset of allout-real-isearch-abort during compile to fix
6451 byte-compilation warnings.
6452 (allout-mode-p): Move definition of this macro above all uses, or
6453 byte compilation in barren emacs (eg, during emacs build) will
6454 lack the definition.
6455 (allout-mode): Move this variable above any uses, or byte
6456 compilation will fail.
6457 (allout-resolve-xref): Remove use of personal file-reference function.
6458 (allout-toggle-current-subtree-encryption): Do the current (ie,
6459 visible containing) topic, rather than nearest around point. Doc fix.
6460 (allout-toggle-subtree-encryption): New function, workhorse that
6461 works on nearest topic containing point.
6462 (allout-encrypt-string): Signal requirement for newer version of pgg.
6463 (allout-resumptions): Doc fix.
6464
6465 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6466
6467 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6468
6469 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6470
6471 * textmodes/flyspell.el (flyspell-external-point-words):
6472 Consider a misspelling as found in the string search if: (a) misspelling
6473 and found string lengths match, or (b) misspelling is found as
6474 element in a boundary-chars separated longer string, or (c)
6475 ispell-program-name is really ispell and misspelling is found as
6476 part of a TeX string. After successful match move beginning of
6477 search region to end of match. Warn about not found misspellings
6478 once the process is done.
6479 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6480
6481 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6482
6483 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6484 tool bar (removed inadvertently).
6485
6486 2005-12-02 Juri Linkov <juri@jurta.org>
6487
6488 * log-view.el (log-view-diff): Clarify doc string.
6489
6490 2005-12-01 Bill Wohler <wohler@newt.com>
6491
6492 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6493 triggers lm-verify errors.
6494
6495 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6496
6497 * simple.el (transient-mark-mode, line-number-mode)
6498 (column-number-mode, size-indication-mode): Remove `:require nil'.
6499
6500 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6501
6502 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6503 in the margin also.
6504 (gdb-breakpoints-mode-map): Use D instead of d for
6505 gdb-delete-breakpoint.
6506 (gdb-get-frame-number): Require a number to match on.
6507 (gdb-threads-mode-map): Add follow-link binding.
6508
6509 2005-11-30 Jason Rumney <jasonr@gnu.org>
6510
6511 * isearch.el (isearch-mode-map): Avoid exiting search on
6512 language-change event.
6513
6514 2005-11-30 Romain Francoise <romain@orebokech.com>
6515
6516 * speedbar.el (speedbar-default-position): New defcustom.
6517 (speedbar-frame-reposition-smartly): Use it.
6518
6519 * dframe.el (dframe-reposition-frame-emacs): Fix position
6520 computation for `left' location.
6521 Update copyright year.
6522
6523 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * help.el (help-map): Move initialization into declaration.
6526
6527 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6528
6529 * help-fns.el (help-argument-name): Don't autoload.
6530 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6531 to be re-loaded when customizing the `help' group.
6532
6533 2005-11-30 John Paul Wallington <jpw@gnu.org>
6534
6535 * help-fns.el (describe-function-1): Fill arglist output.
6536
6537 2005-11-30 Kim F. Storm <storm@cua.dk>
6538
6539 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6540 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6541 after revert-buffer (or anything else which kills all local variables).
6542
6543 * apropos.el (apropos-parse-pattern): Doc fix.
6544 Set apropos-regexp directly, rather than expecting callers to do so.
6545 (apropos-command, apropos, apropos-value, apropos-documentation):
6546 Simplify calls to apropos-parse-pattern.
6547
6548 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6551 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6552 (hi-lock-write-interactive-patterns): Use comment-region.
6553
6554 * longlines.el (longlines-mode): Add mail-setup-hook.
6555
6556 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6557
6558 * simple.el (sendmail-user-agent-compose, next-line):
6559 Conditionally use hard-newline.
6560
6561 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6562
6563 * international/latexenc.el (latex-inputenc-coding-alist):
6564 Reword doc string.
6565
6566 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6567
6568 * help.el (describe-key-briefly, describe-key): Recognize default
6569 bindings.
6570
6571 2005-11-29 Romain Francoise <romain@orebokech.com>
6572
6573 * view.el (view-inhibit-help-message): New defcustom.
6574 (view-mode-enter): Use it.
6575
6576 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6577
6578 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6579 Preserve user position.
6580
6581 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6582
6583 * font-lock.el: Throw error if facemenu is not loaded to prevent
6584 accidental change of loading order in loadup.el. (Suggested by RMS.)
6585
6586 * loadup.el: Add comment explaining why facemenu must be loaded
6587 before font-lock.
6588
6589 2005-11-28 Jay Belanger <belanger@truman.edu>
6590
6591 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6592 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6593
6594 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6595
6596 * calc/calc-embed.el (calc-do-embedded): Update help message.
6597
6598 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6599
6600 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6603
6604 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6605 called-interactively-p.
6606 (elp-profilable-p): Rename from elp-not-profilable-p.
6607 Invert result and take into account macros and autoloaded functions.
6608 (elp-instrument-function): Update call.
6609 (elp-instrument-package): Update call. Add completion.
6610 (elp-pack-number): Use match-string.
6611 (elp-results-jump-to-definition-by-mouse): Merge into
6612 elp-results-jump-to-definition and then remove.
6613 (elp-output-insert-symname): Make help echo text single-line.
6614
6615 * replace.el (query-replace-map): Move initialization into declaration.
6616 (occur-engine): Use with-current-buffer.
6617 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6618 (occur-mode-mouse-goto): Replace with an alias.
6619
6620 2005-11-28 Juri Linkov <juri@jurta.org>
6621
6622 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6623
6624 * term/w32-win.el: Bind [S-tab] to [backtab].
6625
6626 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6627 `Info-find-file' to t.
6628
6629 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6630 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6631 and same-window-regexps.
6632 (occur-next-error): Don't move point for arg 0.
6633
6634 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6637
6638 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * log-edit.el (log-edit-changelog-use-first): New var.
6641 (log-edit-changelog-ours-p): Use it.
6642 (log-edit-insert-changelog): Set it with new arg `use-first'.
6643 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6644 (log-edit-hook): Add them to the list of suggested options.
6645
6646 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6647 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6648 redundant work.
6649 (flyspell-mode-on): Use add-hook for after-change-functions.
6650 (flyspell-mode-off): Use remove-hook for after-change-functions.
6651 (flyspell-changes): Make it buffer-local.
6652 (flyspell-after-change-function): Make it non-interactive. Use push.
6653 (flyspell-post-command-hook): Check input-pending-p while processing
6654 the potentially long list of buffer changes.
6655
6656 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6657
6658 * buff-menu.el (list-buffers-noselect): Display the selected
6659 frame's buffer list, not the global one.
6660
6661 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6662
6663 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6664 that (list last-input-event) works as in interactive spec.
6665
6666 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6667
6668 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6669 `facemenu-keymap' needs to be defined when font-lock is loaded.
6670 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6671
6672 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * completion.el: Remove useless leading * in defcustom docstrings.
6675 (save-completions-file-name): Use ~/.emacs.d if available.
6676 (completion-standard-syntax-table): Rename from
6677 cmpl-standard-syntax-table and fold initialization into declaration,
6678 thus removing cmpl-make-standard-completion-syntax-table.
6679 (completion-lisp-syntax-table, completion-c-syntax-table)
6680 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6681 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6682 (symbol-under-point, symbol-before-point)
6683 (symbol-under-or-before-point, symbol-before-point-for-complete)
6684 (add-completions-from-c-buffer): Use with-syntax-table.
6685 (make-completion): Don't return a list of completion entries.
6686 Update callers.
6687 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6688 (completion-initialize): Rename from initialize-completions.
6689 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6690 (kill-emacs-save-completions): Collect stats here.
6691 (save-completions-to-file, load-completions-from-file):
6692 Use with-current-buffer.
6693 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6694 into a function. Move all calls to toplevel.
6695 (completion-lisp-mode-hook): New fun.
6696 (completion-c-mode-hook, completion-setup-fortran-mode):
6697 Set the syntax-table here. Use local-set-key.
6698 (completion-saved-bindings): New var.
6699 (dynamic-completion-mode): Make it into a proper minor mode.
6700 (load-completions-from-file): Remove unused var `num-uses'.
6701
6702 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6703 constructor if it is explicitly overridden.
6704
6705 * complete.el (PC-completion-as-file-name-predicate):
6706 Use minibuffer-completing-file-name.
6707 (partial-completion-mode): Use find-file-not-found-functions.
6708 (PC-lisp-complete-symbol): Use with-syntax-table.
6709 (PC-look-for-include-file): Remove dead setq.
6710 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6711 (PC-complete): Use with-current-buffer.
6712
6713 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6714 escape single quotes.
6715
6716 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6717
6718 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6719 of `if' whose condition always returned nil. Doc fix.
6720
6721 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6722 window's buffer the current buffer around the call to
6723 `list-buffers-noselect'. This is necessary to mark that buffer
6724 with a `.' in the Buffer Menu when called from Lisp, for instance
6725 by Auto Revert Mode.
6726
6727 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6728
6729 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6730 attaching to it.
6731 (gdb-pre-prompt): Make sure gdb-error is reset.
6732
6733 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6734 with a child process, detect it.
6735 (gud-speedbar-buttons): Match regexp more carefully.
6736
6737 2005-11-27 Richard M. Stallman <rms@gnu.org>
6738
6739 * mouse.el (mouse-drag-move-window-bottom):
6740 Use adjust-window-trailing-edge.
6741
6742 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6743
6744 * simple.el (blink-matching-open): Ignore
6745 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6746 (blink-matching-paren-on-screen): Update docstring.
6747
6748 * paren.el (show-paren-mode): No longer change
6749 `blink-matching-paren-on-screen'.
6750
6751 2005-11-27 John Paul Wallington <jpw@pobox.com>
6752
6753 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6754 (gdb-threads-select, gdb-edit-register-value):
6755 Use `posn-set-point' instead of `mouse-set-point' because the
6756 latter is not fbound when configured without X.
6757
6758 2005-11-27 Kim F. Storm <storm@cua.dk>
6759
6760 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6761 existing face when partially highlighting a TAB in a rectangle.
6762
6763 2005-11-26 Kim F. Storm <storm@cua.dk>
6764
6765 * ido.el (ido-mode-map): Doc fix.
6766 (ido-mode-common-map, ido-mode-file-map)
6767 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6768 (ido-define-mode-map): Rewrite. Select one of the new maps as
6769 parent for ido-mode-map instead of building from scratch.
6770 (ido-init-mode-maps): New defun to initialize new maps.
6771 (ido-mode): Call it.
6772 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6773 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6774
6775 2005-11-26 John Paul Wallington <jpw@pobox.com>
6776
6777 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6778 `mouse-set-point' because the latter is not fbound when configured
6779 without X.
6780
6781 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6782
6783 * files.el (file-relative-name): Doc fix.
6784
6785 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6786
6787 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6788 non-empty string for secondary prompt PS2.
6789
6790 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6791
6792 * progmodes/compile.el (compilation-setup): Fix last change.
6793
6794 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6795
6796 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6797 (gdb-mouse-toggle-breakpoint-margin)
6798 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6799 Add gdb-server-prefix to keep out of command history.
6800 (gdb-edit-register-value): New function.
6801 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6802 (gdb-info-registers-custom): Use above map.
6803
6804 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6805
6806 * custom.el (enable-theme): Signal error if argument is not a
6807 theme. Don't recalculate a face if it's not loaded yet.
6808
6809 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6810 the `user' theme is in effect.
6811
6812 * info.el (Info-on-current-buffer): Record actual filename in
6813 Info-current-file, instead of t, or a fake filename if a non-file
6814 buffer. Make autoload.
6815 (Info-find-node, Info-revert-find-node): No need to check for
6816 Info-current-file nil.
6817 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6818 Info-current-file is now never `t'.
6819 (Info-fontify-node): Many simplifications due to Info-current-file
6820 always being valid. Use Info-find-file to find node filename.
6821
6822 2005-11-25 David Kastrup <dak@gnu.org>
6823
6824 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6825 new character, then delete" in order to preserve markers.
6826
6827 2005-11-25 David Ponce <david@dponce.com>
6828
6829 * recentf.el (recentf-arrange-by-rule): Handle a special
6830 `auto-mode-alist'-like "strip suffix" rule.
6831 (recentf-build-mode-rules): Handle second level auto-mode entries.
6832
6833 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6834
6835 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6836 window modes.
6837
6838 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6839 jde-javadoc-checker-report-mode.
6840
6841 * ediff-wind (ediff-make-wide-display): Slight simplification.
6842
6843 * ediff.el (ediff-date): Change the date of last update.
6844
6845 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6846
6847 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6848 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6849 (hi-lock-mode): New global minor mode.
6850 (turn-on-hi-lock-if-enabled): New function.
6851 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6852 Change arguments to regexp and face instead of a font-lock pattern.
6853 Directly set face property, instead of refontifying.
6854 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6855 (hi-lock-find-patterns): Use line-number-at-pos.
6856
6857 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6858 arguments for hi-lock-set-pattern.
6859 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6860 Call font-lock-fontify-buffer.
6861 (hi-lock-find-file-hook, hi-lock-current-line)
6862 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6863
6864 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6865 turned off.
6866
6867 * progmodes/compile.el (compilation-setup): Don't fiddle with
6868 font-lock-defaults.
6869
6870 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6871
6872 * progmodes/gdb-ui.el (gdb-var-create-handler)
6873 (gdb-var-list-children-handler): Find values for all variable
6874 objects. gud-speedbar-buttons decides whether to display them.
6875
6876 2005-11-24 Romain Francoise <romain@orebokech.com>
6877
6878 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6879 buffer name with a space.
6880
6881 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6882
6883 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6884 `org-export-local-list-max-depth'. Change default value to 3.
6885 (org-auto-renumber-ordered-lists)
6886 (org-plain-list-ordered-item-terminator): New options.
6887 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6888 (org-get-indentation, org-get-string-indentation)
6889 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6890 New functions.
6891 (org-move-item-down, org-move-item-up): New commands.
6892 (org-export-as-html): New classes for CSS support. Bug fix in
6893 regular expression detecting fixed-width regions. Respect
6894 `org-local-list-ordered-item-terminator'.
6895 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6896 also a list item.
6897 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6898 New item moving functions.
6899
6900 2005-11-24 Juri Linkov <juri@jurta.org>
6901
6902 * isearch.el (isearch-repeat): With empty search ring set
6903 `isearch-error' to the error string instead of signaling error
6904 with the function `error'.
6905
6906 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6907
6908 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6909
6910 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6913 and variable.
6914 (gdb-var-create-handler, gdb-var-list-children-handler):
6915 Don't match on "char **...".
6916 (gdb-var-update-handler): Find values for all variable objects.
6917 (gdb-info-frames-custom): Identify frames by leading "#".
6918
6919 * progmodes/gud.el (gud-speedbar-menu-items): Add
6920 gdb-speedbar-auto-raise as radio button.
6921 (gud-speedbar-buttons): Raise speedbar if requested.
6922 Don't match on "char **...".
6923 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6924 Make it editable.
6925
6926 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * info.el (Info-fontify-node): Handle the case where
6929 Info-current-file is t.
6930
6931 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * simple.el (blink-matching-open): Fix off-by-one in last change.
6934
6935 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6936
6937 * term/mac-win.el: Don't change default directory.
6938
6939 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6940
6941 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6942 buffers correctly. (It used to throw an error in such buffers.)
6943 Make it ask for confirmation in group buffers and other Custom
6944 buffers containing more than one customization item.
6945
6946 2005-11-22 John Paul Wallington <jpw@gnu.org>
6947
6948 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6949 property on mail and url overlays.
6950 (goto-address-at-point): Use `posn-set-point' instead of
6951 `mouse-set-point' because the latter is not fbound when configured
6952 without X.
6953
6954 2005-11-22 Lars Hansen <larsh@soem.dk>
6955
6956 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6957 (ls-lisp-classify, ls-lisp-format): Delete call to
6958 ls-lisp-parse-symlink.
6959 (ls-lisp-handle-switches): Handle symlinks to directories as
6960 directories when ls-lisp-dirs-first in non-nil.
6961
6962 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * startup.el (command-line): Make sure that loaddefs.el is handled
6965 correctly in load-history.
6966
6967 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6968
6969 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6970 (gdb-struct-string, gdb-array-string): New constants.
6971 (gdb-info-locals-handler): Use them.
6972 (gdb-reset): Reset gdb-var-list to nil.
6973
6974 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6977 in patterns.
6978
6979 2005-11-21 Juri Linkov <juri@jurta.org>
6980
6981 * custom.el (defcustom): Update link types in docstring.
6982
6983 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6984
6985 * custom.el (defgroup): Add doc-string-elt info.
6986
6987 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6988
6989 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * newcomment.el (comment-enter-backward): Fix last fix.
6992
6993 * simple.el (blink-matching-open):
6994 * paren.el (show-paren-function): Allow new paren-class info.
6995
6996 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6997
6998 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6999 handled automagically.
7000
7001 2005-11-20 Andreas Schwab <schwab@suse.de>
7002
7003 * descr-text.el (describe-char): When copying overlays put them
7004 over the full char description instead of just the first character
7005 of it.
7006
7007 2005-11-20 Juri Linkov <juri@jurta.org>
7008
7009 * simple.el (what-cursor-position):
7010 * descr-text.el (describe-char): Use Lisp-readable syntax
7011 for octal and hex. Reorder decimal, octal and hex values.
7012 Remove excess whitespace in the output. Use `=' in `column='
7013 like in `point=' and `Hscroll='.
7014
7015 * international/mule-cmds.el (encoded-string-description):
7016 Use Lisp-readable syntax for hex.
7017
7018 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * newcomment.el (comment-enter-backward): Handle the case where the
7021 comment is closed by EOB.
7022
7023 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * longlines.el (longlines-before-revert-hook)
7026 (longlines-after-revert-hook): New functions.
7027 (longlines-mode): Turn off longlines temporarily when reverting.
7028 Add a message-setup-hook.
7029 (longlines-decode-buffer): New function.
7030 (longlines-wrap-line): Preserve marker positions.
7031
7032 2005-11-19 Andreas Schwab <schwab@suse.de>
7033
7034 * emacs-lisp/shadow.el: Handle compressed files.
7035
7036 2005-11-19 Romain Francoise <romain@orebokech.com>
7037
7038 * net/browse-url.el (browse-url-default-browser): Signal an error
7039 if no usable browser can be found, rather than try to load w3.
7040
7041 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7042
7043 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7044 replacing existing properties.
7045 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7046 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7047 tty specs.
7048 (rcirc-server-prefix, rcirc-server): New faces.
7049 (rcirc-url-regexp): Generate with rx macro.
7050 (rcirc-last-server-message-time): New variable.
7051 (rcirc-filter): Record time of last message.
7052 (rcirc-keepalive): Kill processes that did not send a message
7053 since the last ping.
7054 (rcirc-mode): Give rcirc-topic a local binding here.
7055
7056 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7057
7058 * subr.el (read-passwd): Fontify the prompt as we do with other
7059 prompts.
7060
7061 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7062
7063 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7064 binding buffer-read-only to nil.
7065
7066 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7067
7068 * complete.el (partial-completion-mode):
7069 Mention completion-auto-help in the doc string.
7070
7071 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7072 more Lisp-ish way.
7073
7074 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7075
7076 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7077 digits, not 8, to avoid misalignment for files larger than 100MB.
7078
7079 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7080
7081 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7082 Mention "keyboard shortcuts" in the help text.
7083
7084 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7085
7086 * startup.el (fancy-splash-default-action): Discard only
7087 mouse-down and succeeding mouse-up events in the splash screen
7088 window so that drag-n-drop event can be processed.
7089
7090 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7091
7092 * longlines.el (longlines-mode): Add hacks for mail-mode and
7093 message-mode.
7094
7095 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7096
7097 * textmodes/org.el (org-table-sort-lines): New command.
7098 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7099 (org-add-file): Command removed, use `org-agenda-file-to-front'
7100 instead.
7101 (org-export-icalendar): Use `org-icalendar-combined-name'.
7102 (org-cycle-agenda-files, org-agenda-file-to-end)
7103 (org-agenda-file-to-front): New commands.
7104 (org-table-tab-jumps-over-hlines, org-export-html-style):
7105 New options.
7106 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7107 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7108 New functions.
7109 (org-fill-paragraph): Call `org-table-align' in tables.
7110 (org-mode): Call `org-set-autofill-regexps'.
7111 (org-export-as-html): Support for local handformatted lists.
7112 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7113 (org-export-local-list-max-depth): New option.
7114 (org-html-expand): Use `org-html-protect'.
7115
7116 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7117
7118 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7119 to "p".
7120 (gdb): Move definition of gud-pp to...
7121
7122 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7123 speedbar.
7124 (gdb-find-watch-expression): New function.
7125
7126 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7127
7128 * faces.el (face-attribute, set-face-attribute): Mention existence
7129 of `:ignore-defface' setting in docstring.
7130
7131 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * simple.el (completion-setup-function): Fix last change.
7134
7135 2005-11-17 John Paul Wallington <jpw@pobox.com>
7136
7137 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7138 Use `posn-set-point' instead of `mouse-set-point' because the
7139 latter is not fbound when configured without X.
7140
7141 * comint.el (comint-insert-input): Likewise.
7142
7143 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7144
7145 * simple.el (hard-newline): New variable.
7146 (sendmail-user-agent-compose, next-line): Use it.
7147
7148 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7149 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7150 (mail-mail-reply-to, mail-mail-followup-to)
7151 (mail-position-on-field, mail-signature, mail-yank-original)
7152 (mail-attach-file): Likewise.
7153
7154 * mail/mailheader.el (mail-header-format)
7155 (mail-header-format-function): Likewise.
7156
7157 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7158
7159 2005-11-17 Juri Linkov <juri@jurta.org>
7160
7161 * font-lock.el (font-lock-faces): Rename this defgroup from
7162 `font-lock-highlighting-faces'.
7163 (font-lock-comment-face, font-lock-comment-delimiter-face)
7164 (font-lock-string-face, font-lock-doc-face)
7165 (font-lock-keyword-face, font-lock-builtin-face)
7166 (font-lock-function-name-face, font-lock-variable-name-face)
7167 (font-lock-type-face, font-lock-constant-face)
7168 (font-lock-warning-face, font-lock-negation-char-face)
7169 (font-lock-preprocessor-face)
7170 (font-lock-regexp-grouping-backslash)
7171 (font-lock-regexp-grouping-construct): Rename :group from
7172 `font-lock-highlighting-faces' to `font-lock-faces'.
7173
7174 * cus-edit.el (lisp, c, tex):
7175 * progmodes/ada-mode.el (ada):
7176 * progmodes/asm-mode.el (asm):
7177 * progmodes/cperl-mode.el (cperl-faces):
7178 * progmodes/cpp.el (cpp):
7179 * progmodes/dcl-mode.el (dcl):
7180 * progmodes/f90.el (f90):
7181 * progmodes/fortran.el (fortran):
7182 * progmodes/icon.el (icon):
7183 * progmodes/idlwave.el (idlwave-misc):
7184 * progmodes/m4-mode.el (m4):
7185 * progmodes/make-mode.el (makefile):
7186 * progmodes/meta-mode.el (meta-font):
7187 * progmodes/modula2.el (modula2):
7188 * progmodes/octave-mod.el (octave):
7189 * progmodes/pascal.el (pascal):
7190 * progmodes/perl-mode.el (perl):
7191 * progmodes/prolog.el (prolog):
7192 * progmodes/ps-mode.el (PostScript-edit):
7193 * progmodes/scheme.el (scheme):
7194 * progmodes/sh-script.el (sh-script):
7195 * progmodes/simula.el (simula):
7196 * progmodes/tcl.el (tcl):
7197 * textmodes/nroff-mode.el (nroff):
7198 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7199 * textmodes/sgml-mode.el (sgml):
7200 * textmodes/texinfo.el (texinfo):
7201 Add :link (custom-group-link font-lock-faces) to defgroup.
7202
7203 * hi-lock.el (hi-lock): Rename this defgroup from
7204 `hi-lock-interactive-text-highlighting'. Change parent group from
7205 `faces' to `font-lock'. Add link to the manual.
7206 (hi-lock-mode, hi-lock-file-patterns-range)
7207 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7208 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7209 (hi-lock-faces): Add :group `faces'.
7210
7211 * cus-edit.el (custom-variable-prompt): Clarify the code.
7212
7213 * faces.el (face-read-string): Set the default value arg of
7214 completing-read.
7215
7216 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * rfn-eshadow.el (file-name-shadow-properties)
7219 (file-name-shadow-tty-properties, file-name-shadow-mode):
7220 Remove autoloads, because the file is now preloaded.
7221
7222 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * printing.el (easy-menu-intern): Don't define.
7225 (pr-get-symbol): Use easy-menu-intern only if defined.
7226
7227 * simple.el (blink-matching-open): Simplify a bit.
7228 (completion-setup-function): Fix the case of partial-completion-mode
7229 when the minibuffer's contents start with "-".
7230 Obey completion-base-size-function even when
7231 minibuffer-completing-file-name is non-nil.
7232
7233 2005-11-16 Richard M. Stallman <rms@gnu.org>
7234
7235 * net/eudcb-ph.el (eudc-ph-open-session):
7236 Use set-process-query-on-exit-flag.
7237
7238 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7239
7240 * international/ucs-tables.el (ucs-set-table-for-input):
7241 Use make-local-variable, not make-variable-buffer-local.
7242
7243 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7244 Improve warning message text.
7245
7246 * savehist.el (savehist-save-hook): Add :group.
7247
7248 * menu-bar.el (menu-bar-help-menu):
7249 Rename Find Extra Packages to External Packages.
7250
7251 * cus-edit.el (Custom-reset-standard): Verify that
7252 :custom-standard-value prop exists before calling it.
7253
7254 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7255
7256 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7257
7258 * wid-edit.el (color): Enclose %t in %{...%}.
7259
7260 * cus-edit.el (face): Enclose %t in %{...%}.
7261
7262 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7263
7264 * savehist.el (savehist-mode-hook): Re-add the var.
7265 (savehist-mode): Use it.
7266
7267 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * textmodes/flyspell.el: Fix commenting convention.
7270 Remove unnecessary leading * in custom docstrings.
7271 (flyspell-emacs): Remove unused var.
7272 (flyspell-delete-region-overlays): Use remove-overlays.
7273 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7274 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7275 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7276 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7277 (make-flyspell-overlay): Don't locally reuse a global name.
7278 (flyspell-highlight-incorrect-region)
7279 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7280 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7281 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7282 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7283 Wrap calls to accept-process-output inside with-local-quit since it's
7284 often called from a post-command-hook.
7285 (flyspell-correct-word, flyspell-auto-correct-word):
7286 Use ispell-send-string.
7287 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7288
7289 * calendar/diary-lib.el (diary-list-entries): Also hide the
7290 terminating newline.
7291
7292 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7293
7294 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7295 window-system, to allow fonts on tty.
7296
7297 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7298
7299 * progmodes/gud.el (gud-speedbar-item-info): New function.
7300 (gud-install-speedbar-variables): Use it to display data type
7301 of watch expression as a tooltip in speedbar.
7302
7303 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7304
7305 * font-core.el (global-font-lock-mode): Add :version keyword,
7306 because default was changed.
7307
7308 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7309
7310 * startup.el (command-line): Use `custom-reevaluate-setting' for
7311 `file-name-shadow-mode'.
7312
7313 * loadup.el: Preload rfn-eshadow.
7314
7315 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7316 Add :version keyword.
7317 (file-name-shadow-properties, file-name-shadow-tty-properties)
7318 (file-name-shadow): Add :version keyword.
7319
7320 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7321 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7322 in the custom-group property of the symbol frames and the fringe
7323 group got no link to its parent group frames.
7324 Doc fix.
7325
7326 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7327
7328 * progmodes/gud.el (gud-stop-subjob): New function.
7329 (gud-menu-map, gud-tool-bar-map): Use it.
7330
7331 2005-11-16 Kim F. Storm <storm@cua.dk>
7332
7333 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7334 than kill it.
7335 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7336 to a more useful/logical place.
7337
7338 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7339
7340 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7341 go buttons complementary.
7342
7343 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7346 (rfn-eshadow-sifn-equal): New function.
7347 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7348
7349 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7350
7351 * viper-utils.el (viper-non-word-characters-reformed-vi):
7352 Quote `-' in string.
7353
7354 * viper.el (viper-emacs-state-mode-list): Ensure that
7355 rcirc-mode buffers come up in Emacs state.
7356
7357 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7358 operation.
7359
7360 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7361
7362 * term.el (term-termcap-format): Fix typos.
7363 (term-down): Fix the negative argument case.
7364
7365 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7366
7367 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7368 2005-08-15.
7369 (gdb-ann3): New command gud-go.
7370 (menu): Accomodate gdb-mi.el.
7371 (gdb-assembler-custom): Make buffer of selected window current
7372 so that set-window-point works.
7373
7374 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7375 buttons and include new ones.
7376
7377 2005-11-16 Kim F. Storm <storm@cua.dk>
7378
7379 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7380 (gud-menu-map): Use it.
7381
7382 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7383
7384 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7385 that works correctly for Custom and that does not override a user
7386 who disables it.
7387
7388 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7389 (help-xref-interned, help-follow): Make hyperlinks for variables
7390 that are unbound, but have a non-nil variable-documentation property.
7391
7392 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7393 mode hook. (It conflicted with defcustoms for some mode hooks.)
7394 Use the `variable-documentation' property to give the mode hook a
7395 docstring and expand that docstring.
7396
7397 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7398
7399 * savehist.el (savehist-mode): Don't bother with
7400 `custom-set-minor-mode'.
7401 (savehist-coding-system): Check XEmacs version.
7402 (history-length): Declare also at run time.
7403 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7404 Don't set the customize state.
7405 (savehist-minibuffer-hook): Special case for when
7406 minibuffer-history-variable is equal to t.
7407
7408 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * files.el (write-file): Refresh VC status.
7411
7412 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7413 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7414 than fundamental-mode to see if the mode was set.
7415
7416 2005-11-14 Romain Francoise <romain@orebokech.com>
7417
7418 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7419 dummy function in `eval-when-compile' to avoid compiler warning.
7420 Require `man' at compile time.
7421
7422 2005-11-14 Jay Belanger <belanger@truman.edu>
7423
7424 * calc-alg.el (calcFunc-write-out-power): Rename it to
7425 calcFunc-powerexpand.
7426 (math-write-out-power): Rename it to math-powerexpand; have it
7427 handle negative exponents.
7428 (calc-writeoutpower): Rename it to calc-powerexpand.
7429
7430 * calc-ext.el: Change calcFunc-writeoutpower and
7431 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7432 autoloads.
7433 Add calcFunc-ldiv to autoloads.
7434
7435 * calc-arith.el (calcFunc-ldiv): New function.
7436
7437 * calc.el (calc-left-divide): New function.
7438
7439 2005-11-14 Juri Linkov <juri@jurta.org>
7440
7441 * cus-edit.el (custom-variable-prompt): Set the default value arg
7442 of completing-read.
7443
7444 * cus-dep.el (custom-make-dependencies): Reverse the list of
7445 found dependencies.
7446
7447 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7448
7449 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7450 Highlighting" entry, it is on by default now.
7451 (menu-bar-options-save): Do not save global-font-lock-mode.
7452
7453 2005-11-13 Richard M. Stallman <rms@gnu.org>
7454
7455 * textmodes/flyspell.el (flyspell-large-region):
7456 Call flyspell-accept-buffer-local-defs.
7457
7458 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7459
7460 * textmodes/flyspell.el (flyspell-notify-misspell):
7461 Fix misspelling of "Misspelling".
7462 (flyspell-process-localwords): New function.
7463 (flyspell-large-region): Call flyspell-process-localwords and
7464 flyspell-delete-region-overlays.
7465 (flyspell-delete-region-overlays): New function.
7466 (flyspell-delete-all-overlays): Call that.
7467
7468 2005-11-13 Richard M. Stallman <rms@gnu.org>
7469
7470 * help.el (help-for-help-internal): Improve doc of C-h a.
7471 (describe-key): Improve prompt; doc fix.
7472
7473 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * vc-svn.el (vc-svn-registered): Catch all errors.
7476
7477 * cus-dep.el (custom-make-dependencies): Typo.
7478
7479 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7480
7481 * net/tramp-util.el (top): Fix compilation warning.
7482
7483 2005-11-13 Kim F. Storm <storm@cua.dk>
7484
7485 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7486
7487 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7488
7489 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7490 (gud-speedbar-buttons): Match on "const char *" too.
7491
7492 * progmodes/gdb-ui.el (gdb-var-create-handler)
7493 (gdb-var-list-children-handler): Match on "const char *" too.
7494 (gdb-var-evaluate-expression-handler): Match on empty string.
7495 (gdb-var-update-handler): Only call
7496 gdb-var-evaluate-expression-handler when required.
7497
7498 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7499
7500 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7501 selected window. This still doesn't work for speedbar.
7502 (gud-speedbar-buttons): Handle string expressions properly.
7503
7504 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7505 (gdb-var-create-handler): Handle string expressions properly.
7506 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7507 Handle string expressions properly. Move "type" field into regexp.
7508
7509 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7510
7511 * bookmark.el (bookmark-maybe-message): New function to reduce
7512 code duplication: invokes `message' iff baud-rate is high enough.
7513 (bookmark-write-file): Use above instead of an inline conditional.
7514 (bookmark-load): Same.
7515
7516 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7517
7518 * bookmark.el (bookmark-write-file): Don't visit the destination
7519 file, just write the data to it using write-region. This is
7520 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7521 change to avoid visiting the file in the first place.
7522
7523 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * hi-lock.el (hi-lock-mode): Set the default value of
7526 font-lock-defaults.
7527
7528 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7529
7530 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7531 arg to `file-attributes'.
7532 (find-lisp-format): The UID and GID can now be strings.
7533
7534 2005-11-12 Kim F. Storm <storm@cua.dk>
7535
7536 * help.el (help-map): Bind C-h d to apropos-documentation.
7537
7538 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7539 when point is at end-of-buffer.
7540
7541 * apropos.el (apropos-match-face): Doc fix.
7542 (apropos-sort-by-scores): Add new choice `verbose'.
7543 (apropos-documentation-sort-by-scores): New defcustom.
7544 (apropos-pattern): Now contains the pattern entered by the user.
7545 (apropos-pattern-quoted): New defvar.
7546 (apropos-regexp): New defvar, containing the regexp corresponding
7547 to apropos-pattern.
7548 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7549 (apropos-read-pattern): New defun. Use it to read pattern arg in
7550 interactive calls; returns list of words for a word list, and
7551 string for a regexp.
7552 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7553 parses a list of words or regexp as returned by apropos-read-pattern.
7554 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7555 (apropos-score-doc): Return a very high score if the string
7556 entered by the user matches literally.
7557 (apropos-variable): Doc fix. Use apropos-read-pattern.
7558 (apropos-command): Doc fix. Use apropos-read-pattern and
7559 apropos-parse-pattern. Call apropos-print with nosubst=t.
7560 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7561 apropos-parse-pattern.
7562 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7563 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7564 apropos-documentation-sort-by-scores. Call apropos-print with
7565 nosubst=t.
7566 (apropos-documentation-internal): Pass doc string through
7567 substitute-key-definition before adding text properties.
7568 Highlight substring matching literal user input if possible.
7569 (apropos-documentation-check-doc-file): Remove locals beg and end.
7570 Fix calculation of score (as added twice). Pass doc string through
7571 substitute-key-definition before adding text properties.
7572 (apropos-documentation-check-elc-file): Pass doc string through
7573 substitute-key-definition before adding text properties.
7574 Highlight substring matching literal user input if possible.
7575 (apropos-print): Add new arg NOSUBST; if set, command and variable
7576 doc strings have already been passed through substitute-key-definition.
7577 Add code to handle apropos-accumulator items without score element
7578 for backwards compatibility (e.g. with woman package).
7579 Only show scores if apropos-sort-by-scores is `verbose'.
7580
7581 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7584 Add jka-compr-load-suffixes to load-suffixes.
7585
7586 * jka-compr.el: Require jka-cmpr-hook.
7587 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7588 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7589 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7590 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7591 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7592 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7593 (jka-compr-uninstall): Remove entries from
7594 jka-compr-added-to-file-coding-system-alist after they are used.
7595 (jka-compr-error): Remove unused var `curbuf'.
7596 (jka-compr-file-local-copy): Remove unused var `notfound'.
7597
7598 2005-11-10 Romain Francoise <romain@orebokech.com>
7599
7600 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7601
7602 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7603
7604 * progmodes/gud.el (gud-menu-map): Move parentheses.
7605 (gdb): New command gud-pv.
7606
7607 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * tar-mode.el: Remove spurious or unnecessary leading stars
7610 in docstrings.
7611 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7612 (tar-parse-octal-integer-safe): Use mapc.
7613 (tar-header-block-summarize): Remove unused var `ck'.
7614 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7615 cleared before. Obey default-enable-multibyte-characters.
7616 Use mapconcat. Simplify setting of tar-header-offset.
7617 (tar-mode-map): Move initialization inside delcaration.
7618 (tar-flag-deleted): Use `abs'.
7619 (tar-expunge-internal): Remove unused var `line'.
7620 (tar-expunge-internal): Don't hardcode point-min==1.
7621 (tar-expunge): Widen while doing set-buffer-multibyte.
7622 (tar-rename-entry): Use file-name-coding-system.
7623 (tar-alter-one-field): Don't hardcode point-min==1.
7624 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7625 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7626
7627 2005-11-10 Masatake YAMATO <jet@gyve.org>
7628
7629 * add-log.el (add-log-current-defun): Handle class::method
7630 notation of c++. Fix incorrect comment.
7631
7632 2005-11-10 Alan Mackenzie <acm@muc.de>
7633
7634 * help-fns.el (describe-variable): Make C-h v work when a variable
7635 has variable documentation yet is unbound.
7636
7637 2005-11-10 Masatake YAMATO <jet@gyve.org>
7638
7639 * man.el (Man-highlight-references): Set an empty
7640 string to `Man-arguments' if it is nil.
7641 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7642
7643 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7646 commenting conventions.
7647
7648 * cus-dep.el (custom-make-dependencies): Simplify.
7649 Better follow the commenting conventions.
7650
7651 2005-11-09 Richard M. Stallman <rms@gnu.org>
7652
7653 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7654 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7655 All uses changed.
7656 (apropos-rewrite-regexp): Doc fix.
7657 (apropos-variable, apropos-command, apropos, apropos-value):
7658 Change prompt; carry through the argument renaming.
7659
7660 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * find-lisp.el: Require dired.
7663 (find-lisp-find-dired-internal): Do not call
7664 `abbreviate-file-name' on DIR.
7665
7666 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7667
7668 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7669
7670 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7673 when using the speedbar.
7674 (gdb): New command gud-pp.
7675 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7676
7677 2005-11-09 Juri Linkov <juri@jurta.org>
7678
7679 * replace.el (occur-excluded-properties): New defcustom.
7680 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7681
7682 2005-11-08 Jay Belanger <belanger@truman.edu>
7683
7684 * calc/calc-units.el (math-convert-units): Replace any composite
7685 unit by its definition.
7686
7687 2005-11-08 Lars Hansen <larsh@soem.dk>
7688
7689 * emacs-lisp/autoload.el (update-directory-autoloads):
7690 Add obsolete function alias.
7691
7692 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7695 comment-indent-function.
7696 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7697
7698 * reveal.el (reveal-post-command): Rework the handling of
7699 reveal-open-spots, so as to be more reliable. There were several
7700 tricky corner cases where an open spot might be lost, or where
7701 a closed spot might end up on the list of open spots.
7702 Only reveal text that's ellipsised.
7703
7704 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7705
7706 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7707
7708 2005-11-07 John Paul Wallington <jpw@gnu.org>
7709
7710 * ibuffer.el (ibuffer): Search iconified frames too when
7711 getting Ibuffer buffer's window.
7712
7713 2005-11-06 Richard M. Stallman <rms@gnu.org>
7714
7715 * progmodes/compile.el (compilation-internal-error-properties):
7716 save-excursion around the computation of MARKER.
7717
7718 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7719
7720 * textmodes/flyspell.el (flyspell-external-point-words):
7721 flyspell-get-word returns a list, not just a string.
7722
7723 2005-11-06 John Paul Wallington <jpw@pobox.com>
7724
7725 * ibuffer.el (ibuffer): Search all visible frames when getting
7726 Ibuffer buffer's window.
7727
7728 2005-11-07 Masatake YAMATO <jet@gyve.org>
7729
7730 * man.el (Man-reference-regexp): Accept spaces between
7731 `Man-name-regexp' and `Man-section-regexp'.
7732 (Man-apropos-regexp): New variable.
7733 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7734 if available.
7735 (Man-highlight-references, Man-highlight-references0):
7736 Handle the case when `Man-arguments' includes "-k".
7737 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7738 `TARGET'. `TARGET' can be a number, function or nil.
7739
7740 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7741
7742 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7743 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7744 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7745 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7746 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7747 (gdb-send-item): Use buffer-local-value and simplify.
7748
7749 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7750
7751 * startup.el (command-line): Use `custom-reevaluate-setting' for
7752 `global-font-lock-mode'.
7753
7754 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7755 by default, except in batch mode or when the -D option is given.
7756
7757 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7758 specified keyword args on to `define-minor-mode'. Update docstring.
7759
7760 2005-11-05 Romain Francoise <romain@orebokech.com>
7761
7762 * replace.el (occur-engine): Add marker at end of line, too.
7763
7764 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7765
7766 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7767 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7768 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7769 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7770 argument to all these routines, so the passphrase can be managed
7771 externally and passed in to the system.
7772 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7773 pgg-add-passphrase-to-cache function.
7774
7775 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7776 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7777 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7778 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7779 argument to all these routines, so the passphrase can be managed
7780 externally and passed in to the system.
7781 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7782 function.
7783
7784 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7785
7786 * font-lock.el: Don't deal with font-lock-face-attributes here,
7787 move the code ...
7788
7789 * startup.el (command-line): ... here. Use face-spec-set instead
7790 of custom-declare-face.
7791
7792 * faces.el (face-spec-set): Reset the face if spec is not nil.
7793
7794 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * newcomment.el (comment-region-internal): Box more tightly in the
7797 common case where there's no TAB in the boxed text.
7798
7799 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7800
7801 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7802 up-node.
7803
7804 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7805
7806 * newsticker.el: Commentary updated. Code formatting changed.
7807 (newsticker-version): Change to "1.9".
7808 (newsticker, newsticker-feed): Doc fix.
7809 (newsticker-url-list): Doc fix. Add option "Weekly".
7810 (newsticker-retrieval-interval): Add option "Weekly".
7811 (newsticker-headline-processing): Doc fix.
7812 (newsticker-auto-mark-filter): Remove.
7813 (newsticker-auto-mark-filter-list): New.
7814 (newsticker-layout, newsticker-sort-method): Doc fix.
7815 (newsticker-hide-old-items-in-newsticker-buffer)
7816 (newsticker-heading-format, newsticker-item-format)
7817 (newsticker-desc-format): Doc fix.
7818 (newsticker-show-all-rss-elements): Remove.
7819 (newsticker-show-all-news-elements): New.
7820 (newsticker-faces, newsticker-ticker): Doc fix.
7821 (remove-from-invisibility-spec): Code formatting.
7822 (newsticker--process-ids): New.
7823 (newsticker-mode): Doc fix.
7824 (newsticker-mode): Change mode-line-format.
7825 (newsticker-start): Remove debug output.
7826 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7827 (newsticker-w3m-show-inline-images): Code formatting.
7828 (newsticker-next-item): Call `force-mode-line-update'.
7829 (newsticker-previous-item): Call `force-mode-line-update'.
7830 (newsticker-next-feed): Call `force-mode-line-update'.
7831 (newsticker-previous-feed): Call `force-mode-line-update'.
7832 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7833 (newsticker-show-old-items): Do not show descs.
7834 (newsticker-hide-entry): Hide too much.
7835 (newsticker-hide-entry, newsticker-show-entry)
7836 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7837 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7838 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7839 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7840 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7841 (newsticker-get-news): Call `force-mode-line-update'.
7842 Collect process ids.
7843 (newsticker--sentinel): Change coding system handling.
7844 Move image retrieval to new functions newsticker--get-logo-url-*.
7845 Move feed parsing to new functions newsticker--parse-*.
7846 Update list of process ids.
7847 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7848 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7849 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7850 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7851 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7852 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7853 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7854 (newsticker--decode-coding-string): Remove.
7855 (newsticker--decode-numeric-entities): Check input. Format code.
7856 (newsticker--remove-whitespace): Check input.
7857 (newsticker--do-forget-preformatted): Doc fix.
7858 (newsticker--decode-rfc822-date): Allow for missing time.
7859 (newsticker--update-process-ids): New.
7860 (newsticker--image-sentinel): Change comment.
7861 (newsticker--image-read): Change error message.
7862 (newsticker--imenu-goto): Doc fix. Show headline title.
7863 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7864 (newsticker--buffer-do-insert-text): Clean whitespace in
7865 html-rendered headline title. Code formatting.
7866 Call `newsticker--buffer-print-extra-elements'.
7867 (newsticker--buffer-print-extra-element): Remove.
7868 (newsticker--buffer-print-extra-elements): New.
7869 (newsticker--buffer-do-print-extra-element): New.
7870 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7871 large sizes.
7872 (newsticker--run-auto-mark-filter)
7873 (newsticker--do-run-auto-mark-filter):
7874 Use `newsticker-auto-mark-filter-list'.
7875
7876 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7877
7878 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7879 (rcirc-print): Force redisplay before running hooks. Do long
7880 buffer truncation after making new text read-only. Deal with nil
7881 text when decoding strings. If TARGET is nil, use either the
7882 currently selected buffer, if it is an rcirc buffer and of the
7883 same process or the process buffer.
7884 (rcirc-mode): Remove header-line. Recompute short buffer names.
7885 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7886 (rcirc-short-buffer-name): Add variable.
7887 (rcirc-kill-buffer-hook): Recompute short buffer names.
7888 Remove nick from private channel.
7889 (rcirc-send-input): Send command text to current-buffer.
7890 Don't clear overlay arrow here.
7891 (rcirc-short-buffer-name): Return a short buffer name.
7892 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7893 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7894 buffer-name abbreviations.
7895 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7896 Do not touch nick-table when killing a parted channel.
7897 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7898 Clear arrow from current buffer if it is now hidden.
7899 (rcirc-current-buffer): Add variable.
7900 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7901 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7902 Remove -face from names.
7903 (rcirc-update-activity-string): Print "DND" when globally ignoring
7904 activity.
7905 (rcirc-ignore-buffer-activity-flag): Rename from
7906 rcirc-ignore-channel-activity.
7907 (rcirc-ignore-all-activity-flag): Doc fix.
7908 (rcirc-channels): Remove variable.
7909 (rcirc-kill-buffer-hook):
7910 (rcirc-get-buffer-create): Add nick to private channel.
7911 (rcirc-multiline-edit-submit): Remove tabs.
7912 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7913 folded.
7914 (rcirc-remove-nick-channel): Bug fix.
7915 (rcirc-toggle-ignore-buffer-activity): Rename from
7916 rcirc-toggle-ignore-channel-activity.
7917 (rcirc-record-activity): Add buffers to the front of the list.
7918 (rcirc-update-activity): Remove killed buffers from list.
7919 (rcirc-process-server-response-1): Remove last argument if it is
7920 null before calling handler.
7921 (rcirc): Add "rcirc" defcustom prefix.
7922 (rcirc-prompt): Simplify default prompt.
7923 Use custom-initialize-default.
7924 (rcirc-private-chats): Remove variable.
7925 (rcirc-prompt): Change initialization.
7926 (rcirc-version): Remove function.
7927 (rcirc-id-string): Add constant.
7928 (rcirc-last-buffer): Remove variable.
7929 (rcirc-buffer-alist): Add variable.
7930 (rcirc-connect): Update variable setup.
7931 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7932 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7933 default.
7934 (rcirc-handler-generic): Trigger activity.
7935 (rcirc-send-message): Create the buffor of the target.
7936 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7937 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7938 (rcirc-multiline-edit-cancel): Remove function.
7939 (rcirc-set-last-buffer): Remove function.
7940 (rcirc-get-any-buffer): Add function.
7941 (rcirc-join-channels): Don't print /join text.
7942 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7943 messages.
7944 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7945 (rcirc-handler-NOTICE): Recognize CTCP responses.
7946 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7947 constructing TOPIC string for buffers we are not JOINed.
7948 (rcirc-handler-CTCP-response): Add handler.
7949 (rcirc-multiline-edit-submit): Restore the window-configuration
7950 before adjusting point.
7951 (rcirc): Add customization group.
7952 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7953 (rcirc-user-full-name, rcirc-startup-channels-alist)
7954 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7955 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7956 (rcirc-input-ring-size, rcirc-read-only-flag)
7957 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7958 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7959 Change defvar to defcustom.
7960 (rcirc-update-prompt): Add optional ALL arg, which will update
7961 prompts in all rcirc buffers. Regexp quote replacement text.
7962 (rcirc-fill-column): Accept frame-width as a value.
7963 (rcirc-set-changed): Add function.
7964 (rcirc-next-active-buffer): Write more meaningful messages.
7965 (rcirc-faces): Add customization group.
7966 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7967 (rcirc-nick-in-message-face, rcirc-prompt-face)
7968 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7969 (with-rcirc-process-buffer): Move before first usage.
7970 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7971 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7972 (rcirc-debug): Rename from `rcirc-log'.
7973 (rcirc-format-response-string): Do not print `-' chars for a
7974 NOTICE with no sender. Simplify output of server responses.
7975
7976 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7977
7978 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7979 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7980 Make urls mouse and RET clickable.
7981
7982 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7983
7984 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7985
7986 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7987
7988 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7989 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7990 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7991 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7992 argument to all these routines, so the passphrase can be managed
7993 externally and passed in to the system.
7994 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7995 pgg-add-passphrase-to-cache function.
7996
7997 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7998 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7999 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8000 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8001 argument to all these routines, so the passphrase can be managed
8002 externally and passed in to the system.
8003 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8004 function.
8005
8006 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8007
8008 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8009 from goto-address-url-regexp.
8010
8011 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8012
8013 * textmodes/org.el (org-read-date, org-goto-calendar)
8014 (org-recenter-calendar, org-agenda-goto-calendar):
8015 Temporarily clear `calendar-move-hook'.
8016
8017 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8018
8019 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8020 merging.
8021
8022 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8023 have merge clashes.
8024
8025 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8026
8027 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8028 Undo previous change.
8029
8030 * startup.el (command-line): Use `custom-reevaluate-setting' for
8031 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8032 tty-register-default-colors on Mac.
8033
8034 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8035
8036 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8037 (gdb-buffer-type): Make it automatically buffer local...
8038 (gdb-get-create-buffer): ...and set it accordingly.
8039 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8040 actually work.
8041
8042 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8043
8044 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8045 not red.
8046
8047 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8048
8049 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8050 case GUD buffer is not visible.
8051 (gdb-goto-breakpoint): Try to force display in source buffer.
8052 (gdb-frame-gdb-buffer): Copy other similar functions.
8053 (gdb-restore-windows): Don't display source if not asked for.
8054 (gdb-assembler-buffer-name): Don't capitalise.
8055
8056 2005-11-03 Richard M. Stallman <rms@gnu.org>
8057
8058 * wid-edit.el (key-sequence): New widget type.
8059
8060 * simple.el (set-mark-command-repeat-pop): New variable.
8061 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8062 if set-mark-command-repeat-pop is true.
8063
8064 * info.el (Info-fontify-node): Don't display extra "see" if there
8065 already is one here.
8066
8067 * mouse.el: Fix special handling of DEL after dragging a region:
8068 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8069 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8070
8071 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8072
8073 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8074 not to assume it pertains to an affix.
8075
8076 * textmodes/flyspell.el (flyspell-post-command-hook):
8077 Bind deactivate-mark to prevent deactivation.
8078
8079 2005-11-03 Lars Hansen <larsh@soem.dk>
8080
8081 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8082 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8083 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8084
8085 2005-11-03 Romain Francoise <romain@orebokech.com>
8086
8087 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8088 Update copyright years.
8089
8090 2005-11-03 Sam Steingold <sds@gnu.org>
8091
8092 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8093 Use system-type instead of window-system because window-system is not
8094 correctly defined during loadup.
8095
8096 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8097
8098 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8099 (xml-parse-tag): Join strings separated by a comment properly.
8100
8101 2005-11-02 Andreas Schwab <schwab@suse.de>
8102
8103 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8104
8105 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8108 (byte-optimize-pure-func): Quote the eval'd value.
8109
8110 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8111 Rename from perl-font-lock-syntactic-face-function.
8112 Change the calling convention so it can be used as a font-lock MATCHER.
8113 Do the parse-partial-sexp loop outselves.
8114 (perl-font-lock-syntactic-keywords): Use it.
8115 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8116
8117 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8118
8119 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8120 disassembly buffer too.
8121 (gdb-exited): Remove overlay arrows when execution has finished.
8122 (gdb-info-frames-custom, gdb-info-threads-custom)
8123 (gdb-info-registers-custom): Don't add inappropriate text
8124 properties if inferior is not active.
8125
8126 2005-11-02 Glenn Morris <rgm@gnu.org>
8127
8128 * progmodes/fortran.el (fortran-blink-match):
8129 Use `blink-matching-delay'.
8130
8131 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8132
8133 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8134
8135 2005-11-02 Lars Hansen <larsh@soem.dk>
8136
8137 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8138 "Permission denied".
8139
8140 2005-11-01 Richard M. Stallman <rms@gnu.org>
8141
8142 * textmodes/flyspell.el (flyspell-external-point-words):
8143 Pass nil to flyspell-get-word.
8144
8145 2005-11-02 Kim F. Storm <storm@cua.dk>
8146
8147 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8148 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8149
8150 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8153 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8154 (calendar-mouse-print-dates): Add optional `event' argument.
8155 Update interactive-spec.
8156 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8157 Use `calendar-event-to-date' instead of `event'.
8158
8159 2005-11-02 Masatake YAMATO <jet@gyve.org>
8160
8161 * progmodes/ld-script.el (ld-script-builtins):
8162 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8163 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8164 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8165
8166 2005-11-01 Romain Francoise <romain@orebokech.com>
8167
8168 * vc-sccs.el: Update copyright year.
8169 * ezimage.el: Likewise.
8170
8171 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8172
8173 * info.el (Info-fontify-node): Use `string-width' for fontifying
8174 underlined titles.
8175
8176 2005-11-01 Juri Linkov <juri@jurta.org>
8177
8178 * info.el (Info-fontify-node): Downcase node header keywords Node,
8179 Prev, Next, Up before comparison.
8180 (Info-history): Insert absolute directory name, and put invisible
8181 property on it.
8182
8183 2005-11-01 Juri Linkov <juri@jurta.org>
8184
8185 * info.el (Info-file-supports-index-cookies): New variable.
8186 (Info-find-node-2): Check makeinfo version for index cookie support.
8187 (Info-index-nodes): Search for nodes with index cookies only when
8188 Info-file-supports-index-cookies is t. Otherwise, search nodes
8189 with "Index" in the node name.
8190 (Info-index-node): Search index cookie in the current node only when
8191 Info-file-supports-index-cookies is t. Otherwise, check the word
8192 "Index" in the node name.
8193 (Info-find-emacs-command-nodes): Remove code that searches nodes
8194 with "Index" node name in the top menu.
8195
8196 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * progmodes/scheme.el (scheme-mode-variables): Use the default
8199 comment-indent-function.
8200
8201 * faces.el (face-attribute): Handle the case where a face inherits from
8202 a non-existent face.
8203
8204 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8205 for octal and hexa output, and merge the char into the paren.
8206 (kill-new): Use push.
8207 (copy-to-buffer): Use with-current-buffer.
8208 (completion-setup-function): Move code in loop to remove redundancy.
8209 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8210 those inherited from minibuffer-local-completion-map.
8211
8212 * savehist.el (savehist-mode) <defcustom>:
8213 Use custom-set-minor-mode if available.
8214 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8215 and emit a message if applicable.
8216
8217 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8218
8219 * savehist.el: Sync up to version 19.
8220 (savehist-mode): New minor mode.
8221 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8222 (savehist-length): Remove (use history-length instead).
8223 (savehist-file-modes): Rename from savehist-modes.
8224 (savehist-save-hook, savehist-loaded): New vars.
8225 (savehist-load): Use savehist-mode. Try to smooth up transition from
8226 old format to new format.
8227 (savehist-install): Allow savehist-autosave-interval to be nil.
8228 (savehist-save): Run the new hook. Be more careful to only trim the
8229 history variables.
8230 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8231 (savehist-printable): Print into a buffer rather than char-by-char.
8232
8233 2005-11-01 John Wiegley <johnw@newartisans.com>
8234
8235 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8236 toggle-ignore keybinding (C-a). The author said it had been
8237 disabled much earlier due to a possible incompatibility, but after
8238 many months of usage I have encountered no problems (and it is a
8239 rather useful option, especially for switching to " *temp*").
8240
8241 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8242 support for OS/X's AddressBook, by calling out to the open source
8243 program "contacts" (installable through Fink).
8244
8245 * net/eudc.el (eudc-expand-inline): If the
8246 `eudc-multiple-match-handling-method' is set to `all', delete the
8247 query string before inserting the query result.
8248
8249 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8250 flag, to prevent Eshell from using the system ls when
8251 `eshell-ls-insert-directory' is in used.
8252 (eshell-ls-insert-directory): Disable font-lock in directory
8253 buffer so that Eshell's own fontification is seen. This broke
8254 recently due to changes in font-lock, so this goes back to version
8255 21 behavior.
8256
8257 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8258
8259 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8260 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8261 (gdb-many-windows): Doc fix.
8262
8263 2005-10-31 Romain Francoise <romain@orebokech.com>
8264
8265 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8266
8267 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8268
8269 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8270 that global-font-lock-mode can be enabled by default.
8271
8272 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8273 (font-lock-add-keywords, font-lock-remove-keywords)
8274 (font-lock-fontify-buffer): Remove autoload cookies.
8275
8276 * jit-lock.el (jit-lock-register): Likewise.
8277
8278 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8279
8280 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8281
8282 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8283 intact if there is no gud-comint-buffer.
8284
8285 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8286
8287 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8288 old prompt comint-prompt-read-only is t and GDB commands are
8289 issued from tool bar etc.
8290
8291 2005-10-31 Masatake YAMATO <jet@gyve.org>
8292
8293 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8294
8295 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8298 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8299
8300 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8301
8302 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8303 starting at beginning of line. Fontification is messed up when
8304 `open-paren-in-column-0-is-defun-start' set to t.
8305 Reported by John Paul Wallington <jpw@pobox.com>.
8306
8307 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8308
8309 * comint.el (comint-send-input): Call `comint-update-fence' when
8310 `comint-process-echoes' and `comint-prompt-read-only' are both
8311 non-nil, to avoid leftover read-only newline.
8312
8313 2005-10-30 Richard M. Stallman <rms@gnu.org>
8314
8315 * textmodes/flyspell.el (flyspell-external-point-words):
8316 Detect when WORD can't be checked properly because
8317 flyspell-get-word finds just part of it, and move on.
8318
8319 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8320 boundarychar for Polish.
8321 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8322 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8323
8324 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8325
8326 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8327 (gdb-registers-font-lock-keywords): Delete.
8328 (gdb-registers-mode): Don't fontify.
8329 (gdb-info-registers-custom): Use text properties instead as, in
8330 future, changed register values will use font-lock-warning-face.
8331 (gdb-local-font-lock-keywords): Rename to...
8332 (gdb-locals-font-lock-keywords): ...for consistency.
8333
8334 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8335
8336 * vc.el (vc-switch-backend): Better error message if the buffer is
8337 not visiting a file under version control.
8338
8339 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8340
8341 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8342
8343 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8344 ~/.emacs.d/.emacs.
8345
8346 2005-10-29 Richard M. Stallman <rms@gnu.org>
8347
8348 * replace.el (occur-mode-mouse-goto): Always go to other window.
8349 (occur-mode-goto-occurrence): Always switch in same window.
8350
8351 * simple.el (undo): Display message at end, not at start.
8352
8353 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8354 New arg REUSE-CELL.
8355 (cancel-timer-internal): New function.
8356 (timer-event-handler): Use cancel-timer-internal,
8357 and pass the cell it returns to timer-activate...
8358
8359 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8360 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8361 (jit-lock-after-change): Test memory-full.
8362
8363 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8364
8365 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8366 part of the decoded armor to find the key-identifier.
8367 (pgg-gpg-lookup-key-owner): New function to return the
8368 human-readable identifier of a key owner.
8369 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8370 key itself.
8371 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8372 the key value) if we have a key and can match it against a secret
8373 key. Also, added a note pointing out fact that the prompt only
8374 indicates the first matching key.
8375
8376 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8377 pgg-decrypt-region.
8378 (pgg-pending-timers): A new hash for tracking the passphrase cache
8379 timers, so that new ones supercede old ones.
8380 (pgg-add-passphrase-to-cache): Rename from
8381 `pgg-add-passphrase-cache' to reduce confusion (all callers
8382 changed). Modified to cancel old timers when new ones are added.
8383 (pgg-remove-passphrase-from-cache): Rename from
8384 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8385 changed). Modified to cancel old timers when their keys are
8386 removed from the cache.
8387 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8388 XEmacs, an indirection to delete-itimer.
8389 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8390 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8391 users can only check cache without risk of prompting. Correct bug in
8392 notruncate behavior.
8393 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8394 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8395 Add informative docstrings.
8396 (pgg-decrypt): Convey provided passphrase in subordinate call to
8397 pgg-decrypt-region.
8398
8399 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8400 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8401 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8402 `passphrase' argument, so the passphrase can be managed externally
8403 and then passed in to the system.
8404
8405 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8406 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8407 so the passphrase cache can be used reliably with identifiers
8408 besides a pgp packet's key id.
8409
8410 * pgg-gpg.el (pgg-pgp-encrypt-region)
8411 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8412 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8413 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8414 argument to all these routines, so the passphrase can be managed
8415 externally and passed in to the system.
8416
8417 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8418 `notruncate' argument, so the passphrase cache can be used
8419 reliably with identifiers besides a pgp packet's key id.
8420
8421 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8422
8423 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8424 symmetric encryption.
8425 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8426 encrypted session key.
8427 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8428 message ask for the passphrase in a proper way.
8429
8430 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8431 New user commands for symmetric encryption.
8432
8433 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8434
8435 * textmodes/conf-mode.el (conf-assignment-sign)
8436 (conf-assignment-regexp): Fix docstrings.
8437 (conf-mode-initialize): New function.
8438 (conf-mode): Remove optional args. Use delay-mode-hooks to
8439 recognize recursive calls.
8440 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8441 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8442 (conf-xdefaults-mode): Use define-derived-mode and
8443 conf-mode-initialize.
8444
8445 2005-10-29 Romain Francoise <romain@orebokech.com>
8446
8447 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8448
8449 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8450
8451 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8452 part of the decoded armor to find the key-identifier.
8453 (pgg-gpg-lookup-key-owner): New function to return the
8454 human-readable identifier of a key owner.
8455 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8456 key itself.
8457 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8458 the key value) if we have a key and can match it against a secret
8459 key. Also, added a note pointing out fact that the prompt only
8460 indicates the first matching key.
8461
8462 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8463 pgg-decrypt-region.
8464 (pgg-pending-timers): A new hash for tracking the passphrase cache
8465 timers, so that new ones supercede old ones.
8466 (pgg-add-passphrase-to-cache): Rename from
8467 `pgg-add-passphrase-cache' to reduce confusion (all callers
8468 changed). Modified to cancel old timers when new ones are added.
8469 (pgg-remove-passphrase-from-cache): Rename from
8470 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8471 changed). Modified to cancel old timers when their keys are
8472 removed from the cache.
8473 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8474 XEmacs, an indirection to delete-itimer.
8475 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8476 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8477 users can only check cache without risk of prompting. Correct bug in
8478 notruncate behavior.
8479 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8480 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8481 Add informative docstrings.
8482 (pgg-decrypt): Convey provided passphrase in subordinate call to
8483 pgg-decrypt-region.
8484
8485 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8486
8487 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8488 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8489 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8490 `passphrase' argument, so the passphrase can be managed externally
8491 and then passed in to the system.
8492
8493 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8494 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8495 so the passphrase cache can be used reliably with identifiers
8496 besides a pgp packet's key id.
8497
8498 * pgg-gpg.el (pgg-pgp-encrypt-region)
8499 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8500 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8501 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8502 argument to all these routines, so the passphrase can be managed
8503 externally and passed in to the system.
8504
8505 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8506 `notruncate' argument, so the passphrase cache can be used
8507 reliably with identifiers besides a pgp packet's key id.
8508
8509 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8510
8511 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8512 symmetric encryption.
8513 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8514 encrypted session key.
8515 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8516 message ask for the passphrase in a proper way.
8517
8518 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8519 New user commands for symmetric encryption.
8520
8521 2005-10-28 Bill Wohler <wohler@newt.com>
8522
8523 * help-mode.el (help-url): New button type. Calls browse-url.
8524 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8525 Similar to Info nodes: URL `url'.
8526 (help-make-xrefs): Create help-url buttons for
8527 help-xref-url-regexp matches.
8528
8529 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8530
8531 * tool-bar.el (tool-bar-add-item-from-menu)
8532 (tool-bar-local-item-from-menu): Fix doc strings.
8533
8534 2005-10-28 Romain Francoise <romain@orebokech.com>
8535
8536 * ldefs-boot.el: Update.
8537
8538 * subr.el (locate-library): Move from help-fns.el.
8539 * help-fns.el (locate-library): Move to subr.el.
8540
8541 2005-10-28 Richard M. Stallman <rms@gnu.org>
8542
8543 * net/tramp.el (tramp-completion-mode): defvar moved up.
8544
8545 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8546
8547 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8548
8549 * files.el (find-file-noselect): Use %d to format large file size.
8550
8551 * bindings.el (mode-line-format): Add %e.
8552
8553 * loadup.el ("facemenu"): Load unconditionally.
8554 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8555 ("x-dnd"): Load, when appropriate.
8556
8557 * startup.el (command-line): Call before-init-hook earlier.
8558 Warn about some bad characters in -u user name.
8559
8560 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8561 (flyspell-external-point-words): Error if misspelled word is not found.
8562 Set flyspell-large-region-beg at end of word.
8563
8564 2005-10-28 Andreas Schwab <schwab@suse.de>
8565
8566 * view.el (View-revert-buffer-scroll-page-forward):
8567 Use view-page-size-default.
8568
8569 2005-10-28 Juri Linkov <juri@jurta.org>
8570
8571 * international/quail.el (quail-get-current-str): Translate last
8572 raw character for deterministic input methods.
8573
8574 2005-10-27 Jay Belanger <belanger@truman.edu>
8575
8576 * calc/calc-ext.el: Add functions to autoloads.
8577 (math-identity-matrix-p, math-ident-row-p): New functions.
8578
8579 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8580 multiplication by an identity matrix; don't turn multiplication by
8581 an inverse matrix into division.
8582 (math-div-symbol-fancy): Replace division by matrices with
8583 multiplication by inverse.
8584
8585 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8586
8587 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8588 (calc-writeoutpower): New functions.
8589
8590 2005-10-27 Romain Francoise <romain@orebokech.com>
8591
8592 * replace.el (occur-engine): Include colon in mouse-face highlight.
8593
8594 * dired-x.el: Change Maintainer field.
8595
8596 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8597
8598 * longlines.el (longlines-mode): Bind after-change-functions to
8599 nil during initial decoding and final encoding.
8600
8601 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8602
8603 * term.el (term-emulate-terminal, term-handle-colors-array)
8604 (term-handle-ansi-escape): Specify the terminfo capabilities
8605 implemented.
8606
8607 2005-10-26 Richard M. Stallman <rms@gnu.org>
8608
8609 * info.el (Info-fontify-node): Fix detection of sentence-break
8610 before *Note.
8611
8612 2005-10-26 Romain Francoise <romain@orebokech.com>
8613
8614 * smerge-mode.el: Add `tools' to file keywords.
8615
8616 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8617
8618 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8619 when the fringe is not available.
8620
8621 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8622 (def-gdb-auto-update-trigger): Simplify construction.
8623 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8624 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8625 defined explicitly.
8626 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8627 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8628 defined explicitly.
8629 (gdb-info-locals-custom): Remove as it's a no-op.
8630
8631 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8632
8633 * longlines.el (longlines-mode): Remove narrowing before
8634 performing the initial decoding or final encoding.
8635
8636 2005-10-25 Romain Francoise <romain@orebokech.com>
8637
8638 * emacs-lisp/find-func.el (find-library-name): Also strip
8639 extension if library name ends in .el, to take advantage of
8640 `find-library-suffixes'.
8641
8642 2005-10-25 Richard M. Stallman <rms@gnu.org>
8643
8644 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8645
8646 2005-10-25 Juri Linkov <juri@jurta.org>
8647
8648 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8649 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8650
8651 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8654 (blackbox-redefine-key): Add argument `map'.
8655
8656 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8657 regions when moving the jit-lock-context-unfontify-pos boundary.
8658
8659 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8660
8661 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8662
8663 2005-10-25 Masatake YAMATO <jet@gyve.org>
8664
8665 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8666
8667 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8668
8669 * play/blackbox.el (blackbox-redefine-key): New function.
8670 (blackbox-mode-map): Use it to remap existing bindings for cursor
8671 motion instead of binding literal keys.
8672
8673 2005-10-25 Glenn Morris <rgm@gnu.org>
8674
8675 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8676 diary does not end in a newline. Do not assume a blank line at
8677 the start of the diary file.
8678
8679 2005-10-25 Kenichi Handa <handa@m17n.org>
8680
8681 * international/quail.el (quail-translate-key): If the input
8682 method is deterministic and failed to handle the last key, restart
8683 the key handling loop from an appropriate key.
8684
8685 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8686
8687 * vc.el (vc-dired-mode): Extend comment for binding of
8688 `directory-listing-before-filename-regexp'.
8689
8690 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * textmodes/texinfo.el (texinfo-mode):
8693 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8694 not to unnecessarily expose emacs-mule's internal char codes.
8695
8696 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8697
8698 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8699 Display hand pointer and help-echo on disabled icon too.
8700 (gdb-mouse-until): New function.
8701 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8702
8703 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8704
8705 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8706 with 2005-10-23 change to doctor.el.
8707
8708 * finder.el (finder-mode-map): Add follow-link binding.
8709
8710 2005-10-25 Kim F. Storm <storm@cua.dk>
8711
8712 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8713 to gdb-mouse-toggle-breakpoint-fringe.
8714 (gdb-mouse-toggle-breakpoint-margin): Rename from
8715 gdb-mouse-toggle-breakpoint. Fix doc.
8716 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8717 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8718 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8719 string properties also for fringe breakpoint bitmaps.
8720
8721 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8722
8723 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8724
8725 2005-10-25 Masatake YAMATO <jet@gyve.org>
8726
8727 * simple.el (completion-common-substring):
8728 Use `completion-common-substring' prior to `completion-base-size'.
8729
8730 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8731
8732 * savehist.el: Require CL while compiling.
8733 (savehist-history-variables): Remove.
8734 (savehist-save-minibuffer-history, savehist-additional-variables)
8735 (savehist-minibuffer-history-variables): New vars.
8736 (savehist-save): Use them.
8737 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8738 (savehist-install): New fun, extracted from savehist-load.
8739 (savehist-load): Use them.
8740
8741 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8744 a dummy doc-string-elt property.
8745 (defalias, defvaralias, define-category): Add a docstring property.
8746
8747 * image.el (defimage):
8748 * widget.el (define-widget):
8749 * custom.el (defface, defcustom): Add `doc-string' declaration.
8750
8751 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8752 (defadvice): Add `doc-string' declaration.
8753
8754 * emacs-lisp/byte-run.el (macro-declaration-function):
8755 Handle `doc-string' declarations.
8756 (define-obsolete-function-alias, define-obsolete-variable-alias):
8757 Add `doc-string' declaration.
8758
8759 2005-10-24 Kenichi Handa <handa@m17n.org>
8760
8761 * international/utf-7.el (utf-7): Add autoload cookie.
8762
8763 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8764
8765 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8766
8767 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8768 list of directories passed to batch-update-autoloads. Add "." to
8769 the list of the echoed directories.
8770
8771 * pgg-def.el:
8772 * pgg-gpg.el:
8773 * pgg-parse.el:
8774 * pgg-pgp.el:
8775 * pgg-pgp5.el:
8776 * pgg.el: Moved here from the gnus subdirectory.
8777
8778 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8779
8780 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8781 in case comint-prompt-read-only is set to t.
8782
8783 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8784 in case comint-prompt-read-only is set to t.
8785
8786 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8787
8788 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8789 Now a string.
8790 (icalendar-import-format): Handle CLASS, STATUS, URL.
8791 Rename `subject' to `summary'.
8792 (icalendar-import-format-summary): Rename from
8793 `icalendar-import-format-subject'.
8794 (icalendar-import-format-url, icalendar-import-format-status)
8795 (icalendar-import-format-class): New variables.
8796 (icalendar--rris): Take variable argument list.
8797 (icalendar--datestring-to-isodate): Remove unnecessary
8798 calendar-style check when converting dates with explicit month names.
8799 (icalendar-export-region): Change return type of conversion
8800 subroutines. Bury current buffer unless error occurred.
8801 (icalendar--convert-to-ical)
8802 (icalendar--parse-summary-and-rest): New functions.
8803 (icalendar--convert-ordinary-to-ical)
8804 (icalendar--convert-weekly-to-ical)
8805 (icalendar--convert-yearly-to-ical)
8806 (icalendar--convert-block-to-ical)
8807 (icalendar--convert-cyclic-to-ical)
8808 (icalendar--convert-anniversary-to-ical): Change return type.
8809 Strip trailing blanks from subject.
8810 (icalendar--convert-sexp-to-ical): Change return type.
8811 Strip trailing blanks from subject. Handle simple sexp
8812 entries as generated by icalendar.el.
8813 (icalendar--convert-float-to-ical)
8814 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8815 (icalendar-import-file): Doc fix.
8816 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8817 Correct call to icalendar--rris.
8818 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8819 `summary'.
8820 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8821
8822 2005-10-24 Romain Francoise <romain@orebokech.com>
8823
8824 * server.el (server-sentinel): Set query-on-exit flag to nil on
8825 new client processes (it isn't inherited from the server process).
8826
8827 * replace.el (occur-engine): Rearrange text properties.
8828
8829 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8832 case-fold-search is nil.
8833 (debug-help-follow): Use help-xref-interned directly.
8834
8835 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * thumbs.el (thumbs-image-type): Add .pbm.
8838
8839 2005-10-23 Richard M. Stallman <rms@gnu.org>
8840
8841 * faces.el (inhibit-face-set-after-frame-default): New variable.
8842 (set-face-attribute): Bind it.
8843 (face-set-after-frame-default): Test it.
8844
8845 * help-fns.el (describe-simplify-lib-file-name): New function.
8846 (describe-function-1, describe-variable): Use it.
8847
8848 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8849
8850 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8851 Eliminate nil as possible value.
8852 (tooltip-hide-delay): Reduce internal-border-width.
8853
8854 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8855 (menu-bar-file-menu) <new-file>: Likewise.
8856
8857 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8858
8859 * international/mule.el (load-with-code-conversion):
8860 Pass full file name to `eval-buffer' unless preloading.
8861
8862 * textmodes/flyspell.el (flyspell-large-region):
8863 Call ispell-check-version.
8864
8865 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8866 Fix the make-variable-buffer-local call that was supposed
8867 to be for this variable.
8868 (ispell-aspell-supports-utf8): Doc fix.
8869 (ispell-find-aspell-dictionaries): Preserve elements of
8870 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8871 (ispell-aspell-find-dictionary): Return nil on error.
8872
8873 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8874 (doctor-symptoms): Likewise.
8875
8876 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8877
8878 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8881 (custom-raised-buttons): Add :set spec.
8882 (custom-button-unraised, custom-button-pressed-unraised):
8883 New faces, so that custom-raised-buttons actually does something.
8884 (custom-mode): Use custom-button and custom-button-pressed.
8885
8886 * wid-edit.el (widget-specify-button): Don't ignore
8887 widget-mouse-face on graphic terminals.
8888 (widget-move-and-invoke): Cleanup.
8889
8890 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8891
8892 * whitespace.el (whitespace-cleanup): Doc fix.
8893
8894 2005-10-23 Romain Francoise <romain@orebokech.com>
8895
8896 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8897 `eval-after-load' to avoid evaluating their result.
8898
8899 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8900
8901 * files.el (directory-listing-before-filename-regexp):
8902 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8903
8904 * dired.el (dired-move-to-filename-regexp): Remove.
8905 All occurences replaced by `directory-listing-before-filename-regexp'.
8906
8907 * dired-x.el, locate.el, vc.el:
8908 Replace `dired-move-to-filename-regexp' by
8909 `directory-listing-before-filename-regexp'. In vc.el it is
8910 overwritten locally; maybe this can be handled in files.el too.
8911
8912 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8913 replaced by `directory-listing-before-filename-regexp'.
8914
8915 2005-10-23 Andreas Schwab <schwab@suse.de>
8916
8917 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8918 and eval-next-after-load.
8919
8920 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8921
8922 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8923 exist, create it.
8924
8925 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8926
8927 * allout.el: Remove autoloads for mailcrypt and crypt++.
8928 Require pgg, pgg-gpg during compilation.
8929 (allout-version): Increment version number to 2.1, and use a literal
8930 rather than RCS Id.
8931 (allout-default-encryption-scheme): Remove.
8932 (allout-passphrase-verifier-handling)
8933 (allout-passphrase-verifier-string)
8934 (allout-file-passphrase-verifier-string)
8935 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8936 (allout-passphrase-hint-handling): Rename and simplify.
8937 (allout-init): Use `find-file-hook' if available, otherwise
8938 `find-file-hooks'.
8939 (allout-mode): Use `write-file-functions' if available, otherwise
8940 `local-write-file-hooks' and, instead of making auto-save-hook
8941 buffer local, make the write-file-hook activity contingent to
8942 allout-mode.
8943 (allout-mode): Use key-binding substitution in the docstring.
8944 (allout-kill-line): Spell-out kill ring data structure mutation
8945 instead of using byte-compiler-complaint-provoking `pop'.
8946 (allout-insert-listified): Use `insert' rather than `insert-string'
8947 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8948 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8949 (allout-encrypt-string): Totally revamped vis new underlying
8950 encryption facilities.
8951 (allout-mc-activate-passwd): Remove.
8952 (allout-obtain-passphrase): New, more or less replaces
8953 allout-mc-activate-passwd.
8954 (allout-encrypted-key-info): More or less replaces
8955 allout-encrypted-text-type.
8956 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8957 (my-mark-marker): Use `(featurep 'xemacs)'.
8958
8959 2005-10-23 Lars Hansen <larsh@soem.dk>
8960
8961 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8962 (byte-compile-file-form-defmumble, byte-compile-defun)
8963 (byte-compile-defmacro): Use it.
8964 (byte-compile-form): Don't call byte-compile-set-symbol-position
8965 when a byte-compile handler is called.
8966
8967 2005-10-22 Romain Francoise <romain@orebokech.com>
8968
8969 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8970
8971 * subr.el (eval-after-load): Convert library name to an absolute
8972 file name using locate-library, since load-history no longer has
8973 library names in it.
8974
8975 2005-10-22 Richard M. Stallman <rms@gnu.org>
8976
8977 * files.el (make-temp-file): Move from subr.el.
8978 * subr.el (make-temp-file): Move to files.el.
8979
8980 * window.el (get-buffer-window-list): Move from subr.el.
8981 * subr.el (get-buffer-window-list): Move to window.el.
8982
8983 * image.el (image-load-path): Use eval-at-startup to initialize.
8984
8985 * subr.el (eval-at-startup): New macro.
8986
8987 * subr.el: Much rearrangement of functions and division
8988 into pages. No code changes.
8989
8990 2005-10-22 Kenichi Handa <handa@m17n.org>
8991
8992 * tar-mode.el (tar-extract): Be sure to call
8993 find-operation-coding-system if set-auto-coding doesn't find a
8994 coding system.
8995
8996 2005-10-22 Kim F. Storm <storm@cua.dk>
8997
8998 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8999 Change users.
9000 (image-type-file-name-regexps): New defconst.
9001 (image-type-from-data): Simplify loop.
9002 (image-type-from-buffer): New defun.
9003 (image-type-from-file-header): Use it instead of image-type-from-data.
9004 Use image-search-load-path instead of only looking in data-directory.
9005 (image-type-from-file-name): New defun.
9006 (image-search-load-path): Change `pathname' to `filename'.
9007 Make PATH arg optional, default to image-load-path.
9008
9009 2005-10-21 Richard M. Stallman <rms@gnu.org>
9010
9011 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9012
9013 * textmodes/paragraphs.el (sentence-end-base): New variable.
9014 (sentence-end): Use sentence-end-base.
9015
9016 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9019 property independently from the font-lock-multiline variable.
9020
9021 2005-10-21 Richard M. Stallman <rms@gnu.org>
9022
9023 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9024
9025 * startup.el (command-line): Convert library names
9026 in `load-history' to absolute file names.
9027
9028 * subr.el (symbol-file): Doc fix.
9029
9030 * loadhist.el (file-loadhist-lookup): Call locate-library
9031 instead of find-library-name. Don't try converting
9032 abs file names to library names, since load-history no longer
9033 has library names in it.
9034 (file-dependents, file-provides, file-requires): Doc fixes.
9035
9036 2005-10-21 Juri Linkov <juri@jurta.org>
9037
9038 * progmodes/etags.el (tags-table-mode): New function.
9039 (tags-verify-table): Replace initialize-new-tags-table with
9040 tags-table-mode.
9041
9042 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9043 default value.
9044 (desktop-modes-not-to-save): Add tags-table-mode to the
9045 default value.
9046
9047 * info.el (Info-index-next): Add total number of index
9048 alternatives to the message.
9049
9050 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9051 backward only space (instead of space and period) before looking
9052 at sentence end.
9053
9054 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9055 Add the old variable value as 4th default-value arg of read-string.
9056
9057 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9058
9059 * cus-face.el (custom-declare-face): Make face from X resources
9060 also on Mac.
9061
9062 * disp-table.el (standard-display-g1, standard-display-graphic):
9063 Refuse to use string glyphs also on Mac.
9064 (standard-display-european): Don't set terminal coding system also
9065 on Mac.
9066
9067 * frame.el (display-screens): Use x-display-screens also on Mac.
9068
9069 2005-10-21 Romain Francoise <romain@orebokech.com>
9070
9071 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9072
9073 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9076 and $? into sexps.
9077
9078 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9079 warning face on open-paren-in-column-0.
9080
9081 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9082 boundary case. Fix typo.
9083 Suggested by Martin Rudalics <rudalics@gmx.at>.
9084
9085 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9086
9087 * textmodes/org.el (org-combined-agenda-icalendar-file)
9088 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9089 (org-export-icalendar-this-file)
9090 (org-export-icalendar-all-agenda-files)
9091 (org-export-icalendar-combine-agenda-files): New commands.
9092 (org-export-icalendar, org-print-icalendar-entries)
9093 (org-start-icalendar-file, org-finish-icalendar-file)
9094 (org-ical-ts-to-string): New functions.
9095 (org-read-date, org-goto-calendar)
9096 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9097 call to `calendar'.
9098 (orgtbl-setup): Remove the :keys arguments from the menu description.
9099 (org-after-save-iCalendar-file-hook): New variable.
9100
9101 2005-10-21 Kenichi Handa <handa@m17n.org>
9102
9103 * language/vietnamese.el (tcvn-5712): Make it an alias of
9104 vietnamese-tcvn coding-system.
9105
9106 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9109 group id is given.
9110
9111 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9114 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9115 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9116 whose line is either continued or ends with a comment.
9117
9118 2005-10-20 Romain Francoise <romain@orebokech.com>
9119
9120 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9121
9122 * replace.el (occur-engine): Add follow-link property.
9123
9124 * font-core.el (font-lock-mode): Doc fix.
9125
9126 2005-10-20 Richard M. Stallman <rms@gnu.org>
9127
9128 * net/rcirc.el: New file.
9129
9130 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9131
9132 * term.el (term-term-name): Initialize to "eterm-color".
9133
9134 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9135
9136 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9137 for encryption functionality.
9138 Move allout customization subgroup from `editing' to `outlines' group.
9139 Fix commentary keywords to legitimate ones.
9140 Update author info (using my current email address, obscurified).
9141 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9142 (allout-encrypted-topic-p, allout-encrypted-text-type)
9143 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9144 (allout-situate-encryption-key-verifier)
9145 (allout-get-encryption-key-verifier, allout-verify-key)
9146 (allout-next-topic-pending-encryption)
9147 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9148 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9149 (outline-key-verifier-handling, outline-key-hint-handling)
9150 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9151 (allout-file-key-verifier-string, allout-encryption-scheme)
9152 (allout-key-verifier-string, allout-key-hint-string)
9153 (allout-after-save-decrypt): New variables.
9154 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9155 (allout-after-saves-handler): New hook functions.
9156 (allout-post-command-business): Do allout-after-save-decrypt.
9157 (allout-enable-file-variable-adjustment): Custom var to enable
9158 mechanism for adding and adjusting settings of Emacs file variables.
9159 (allout-adjust-file-variable, allout-file-vars-section-data):
9160 New functions, implement the mechanism.
9161 (outlineify-sticky): Use the file vars mechanism.
9162 (allout-inhibit-protection, allout-during-write-cue)
9163 (allout-override-protect, allout-before-change-protect): Remove.
9164 (allout-flag-region, allout-open-topic): Adjust read-only text.
9165 (allout-open-line-not-read-only): Add to facilitate read-only
9166 text based protection.
9167 (allout-kill-line): Revise to adjust read-only text, clue the
9168 user about the inhibition.
9169 (allout-unprotected): Use unwind-protect.
9170 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9171 topic deeper than the offspring depth of the previous topic -
9172 avoiding confusing "containment discontinuities".
9173 (allout-reindent-bodies): Fix retention of body relative hanging
9174 indent during promotion of collapsed bodies.
9175 (allout-open-topic): Make it easy to open new topic with same
9176 bullet as current topic - topic creation functions provided with
9177 any universal argument provokes now prompt for bullet, defaulting
9178 to the bullet of the previous topic.
9179 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9180 Plain bullet alternates `.' period and `,' comma only. All other
9181 bullets are relegated to special status (but customizable).
9182 (allout-end-of-entry): Rename from allout-end-of-current-entry
9183 since it actually operates w.r.t. most immediately containing
9184 entry, visible or not.
9185 (allout-hide-current-entry, allout-show-current-entry): Use the
9186 revised version.
9187 (allout-old-expose-topic): Solidify deprecation.
9188 (allout-end-of-subtree): Add so we can span concealed as well
9189 as visible topics.
9190 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9191 (allout-end-of-current-heading): Tweak to just respect the first line.
9192 (allout-get-body-text): Add.
9193 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9194 when invoked interactively.
9195 (allout-up-current-level): Use `interactive-p'.
9196 (allout-mode, allout-init): Miscellaneous docstring and
9197 operational refinements, as well as hookups of new encryption stuff.
9198 (allout-beginning-of-current-entry): Now works as advertised.
9199 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9200 (allout-isearch-rectification): Refine condition for isearching.
9201 (allout-isearch-abort, allout-enwrap-isearch)
9202 (allout-flag-region, my-region-active-p): Relocate some macros.
9203 (allout-title): Fallback title is (buffer-name), not
9204 non-existing (current-buffer-name).
9205 (subst-char-in-string): Define if absent (for some XEmacs versions).
9206
9207 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9208
9209 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9210 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9211 (mail-citation-prefix-regexp, mail-signature-file)
9212 (mail-default-headers, mail-bury-selects-summary)
9213 (mail-send-nonascii): Add autoload cookies.
9214
9215 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9216
9217 * frame.el (blink-cursor-mode): Add `mac' to the list of
9218 window-system's that support blinking cursor.
9219
9220 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9221
9222 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9223
9224 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9225
9226 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9227 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9228 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9229
9230 2005-10-20 Kim F. Storm <storm@cua.dk>
9231
9232 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9233 (ido-set-current-directory): Don't add / after final @.
9234 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9235 Explicitly handle ange-ftp completion oddities.
9236 (ido-make-file-list): Don't rotate list at tramp root to avoid
9237 triggering tramp file handler for expand-file-name via get-file-buffer.
9238
9239 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9242
9243 2005-10-19 Jay Belanger <belanger@truman.edu>
9244
9245 * calc/calc-units.el (math-standard-units): Add units, adjust
9246 symbols and update values.
9247 (math-unit-prefixes): Add more prefixes.
9248
9249 2005-10-19 Romain Francoise <romain@orebokech.com>
9250
9251 * bookmark.el (bookmark-menu-heading): New face.
9252 (bookmark-bmenu-list): Use it.
9253 Don't fiddle with `baud-rate' at top-level.
9254
9255 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9256
9257 * image.el (create-image, find-image): Mention max-image-size in
9258 docstring.
9259
9260 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * savehist.el (savehist-load): Revert to checking XEmacs.
9263
9264 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9265 Various docstring and line-width fixups.
9266 (conf-mode): Use cond.
9267 Set font-lock-defaults. Don't set comment-use-syntax.
9268
9269 2005-10-18 David Ponce <david@dponce.com>
9270
9271 * tree-widget.el (tree-widget-button-click): New function.
9272 (tree-widget-button-keymap): Use it.
9273
9274 2005-10-18 Romain Francoise <romain@orebokech.com>
9275
9276 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9277 (bookmark-bmenu-hide-filenames): Add follow-link property.
9278 Improve help-echo text.
9279
9280 * ffap.el (find-file-at-point): Doc fix.
9281
9282 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9283
9284 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9285
9286 2005-10-18 Masatake YAMATO <jet@gyve.org>
9287
9288 Install to the CVS repository what I forgot to install in my
9289 2005-10-16 changes.
9290
9291 * progmodes/python.el (python-complete-symbol): Pass the common
9292 prefix substring of completion to `display-completion-list'.
9293
9294 * textmodes/org.el (org-complete): Ditto.
9295
9296 2005-10-18 Masatake YAMATO <jet@gyve.org>
9297
9298 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9299
9300 * woman.el (WoMan-xref-man-page): New button type derived
9301 from `Man-abstract-xref-man-page'.
9302 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9303
9304 * man.el (Man-abstract-xref-man-page): New button type.
9305 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9306 (Man-highlight-references): Add new optional argument `xref-man-type'.
9307
9308 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9309
9310 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9311
9312 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9313
9314 * cus-edit.el (Custom-move-and-invoke): Delete.
9315 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9316
9317 * wid-edit.el (widget-move-and-invoke): New function, from
9318 Custom-move-and-invoke.
9319
9320 2005-10-17 Bill Wohler <wohler@newt.com>
9321
9322 Move all remaining images from lisp/toolbar to etc/images, move
9323 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9324 the low resolution images in their own directory (low-color).
9325
9326 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9327 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9328 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9329 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9330 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9331 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9332 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9333
9334 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9335 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9336 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9337 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9338 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9339 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9340 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9341 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9342 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9343 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9344 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9345 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9346 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9347 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9348 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9349
9350 To conform with convention, replace the underscore (_) in the
9351 following image names with dash (-) or (/) as appropriate.
9352
9353 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9354 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9355 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9356 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9357 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9358 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9359 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9360 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9361 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9362 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9363 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9364 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9365 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9366 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9367 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9368
9369 * info.el (info-tool-bar-map): Replace underscores in image names
9370 with dashes.
9371
9372 * makefile.w32-in (WINS): Remove toolbar.
9373
9374 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9375
9376 * tool-bar.el: Move to lisp from toolbar. Now that
9377 toolbar is empty, it should be deleted when folks run "cvs up -P".
9378
9379 2005-10-18 Jay Belanger <belanger@truman.edu>
9380
9381 * calc/calc-store.el (calc-store-into): Get the proper variable name
9382 to display in message.
9383
9384 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9385
9386 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9387 expressions display in speedbar for all buffers when debugging.
9388 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9389
9390 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9391 (speedbar-insert-button, speedbar-make-button):
9392 Use add-text-properties.
9393 (speedbar-update-localized-contents)
9394 (speedbar-update-directory-contents)
9395 (speedbar-update-special-contents): Use dolist.
9396 (speedbar-buffer-easymenu-definition): Add a menu separator.
9397
9398 2005-10-17 Jason Rumney <jasonr@gnu.org>
9399
9400 * makefile.w32-in: Use $(lisp) consistently.
9401 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9402 for shell specific generation of mh-autoloads.
9403
9404 2005-10-17 Richard M. Stallman <rms@gnu.org>
9405
9406 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9407
9408 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * jit-lock.el (jit-lock-fontify-now):
9411 Move jit-lock-context-unfontify-pos to avoid wasted work.
9412
9413 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9414
9415 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9416 `tramp-completion-mode' for checking if we are in completion mode.
9417 (tramp-completion-handle-file-name-all-completions): Reorder code
9418 in order to complete for file names only in case there are no
9419 method/user/host completions. This is necessary for cooperation
9420 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9421
9422 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9423
9424 * longlines.el (longlines-search-forward)
9425 (longlines-search-backward): Match any number of spaces.
9426
9427 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9428
9429 * diff-mode.el (diff-mode): Doc fix.
9430
9431 2005-10-16 David Reitter <david.reitter@gmail.com>
9432
9433 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9434 as default on darwin and windows systems.
9435
9436 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9437
9438 * arc-mode.el (archive-zip-extract): Doc fix.
9439
9440 2005-10-16 Romain Francoise <romain@orebokech.com>
9441
9442 * mouse.el (mouse-1-click-follows-link): Doc fix.
9443
9444 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * savehist.el: Don't require CL at runtime.
9447 (savehist-xemacs): Remove.
9448 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9449 (savehist-no-conversion): Use (featurep 'xemacs).
9450 (savehist-load): Check existence of start-itimer rather than XEmacs.
9451 Use an idle timer.
9452 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9453 `delete-if-not'.
9454
9455 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9456
9457 * savehist.el: Newer version.
9458 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9459 (savehist-last-checksum, savehist-no-conversion): New vars.
9460 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9461 New functions.
9462 (savehist-load, savehist-save): Use them.
9463 (savehist-delimit): Remove.
9464
9465 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * progmodes/compile.el (compilation-goto-locus): Display the
9468 compilation buffer first and the source buffer second, in case they're
9469 in overlapping frames. Don't raise the compilation frame if it was the
9470 selected window upon entry. Pass the `other-window' arg to
9471 pop-to-buffer.
9472
9473 * info.el (Info-fontify-node): Use dolist.
9474 Change add-text-properties to put-text-property.
9475
9476 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9477
9478 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9479 bound of search.
9480
9481 2005-10-16 Masatake YAMATO <jet@gyve.org>
9482
9483 * dabbrev.el (dabbrev-completion): Pass the common
9484 prefix substring of completion to `display-completion-list'.
9485
9486 * filecache.el (file-cache-minibuffer-complete)
9487 (file-cache-complete): Ditto.
9488
9489 * tempo.el (tempo-display-completions): Ditto.
9490
9491 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9492
9493 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9494
9495 * eshell/em-hist.el (eshell-list-history): Ditto.
9496
9497 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9498
9499 * mail/mailalias.el (mail-complete): Ditto.
9500
9501 * progmodes/etags.el (complete-tag): Ditto.
9502
9503 * progmodes/make-mode.el (makefile-complete): Ditto.
9504
9505 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9506
9507 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9508
9509 * progmodes/pascal.el (pascal-complete-word)
9510 (pascal-show-completions): Ditto.
9511
9512 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9513
9514 * simple.el (completion-common-substring): New variable.
9515 (completion-setup-function): Use `completion-common-substring'
9516 to put faces.
9517
9518 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9519
9520 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9521 (x-get-selection, mac-select-convert-to-string): Convert from/to
9522 UTF-16 clipboard data as in native byte order, no BOM.
9523
9524 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9525
9526 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9527 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9528 (gud-sentinel): Use speedbar-frame to check for speedbar.
9529
9530 2005-10-15 Richard M. Stallman <rms@gnu.org>
9531
9532 * savehist.el: New file.
9533
9534 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9535
9536 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9537 Fix bug in \bf fontification.
9538
9539 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * pcvs.el (cvs-edit-log-files): New var.
9542 (cvs-mode-edit-log): New arg `file'.
9543 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9544 Instead force the use of the original file and nothing else.
9545 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9546 the cvs-minor-wrap-function is set.
9547 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9548
9549 2005-10-14 Bill Wohler <wohler@newt.com>
9550
9551 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9552 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9553 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9554 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9555 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9556 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9557 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9558 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9559 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9560 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9561 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9562 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9563 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9564 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9565 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9566
9567 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9568 appropriately (for example, gud-break to gud/break).
9569
9570 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9571
9572 * longlines.el (longlinges-search-function)
9573 (longlines-search-forward, longlines-search-backward): New functions.
9574 (longlines-mode): Set isearch-search-fun-function to
9575 longlinges-search-function.
9576
9577 * mouse.el (mouse-drag-region-1): Handle the case where a
9578 double-click event is bound to an arbitrary function.
9579
9580 2005-10-14 David Ponce <david@dponce.com>
9581
9582 * recentf.el (recentf-track-opened-file)
9583 (recentf-track-closed-file, recentf-update-menu)
9584 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9585 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9586 mouse-1-click-follows-link.
9587
9588 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9589
9590 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9591 Gnome file-manager.png. Suggested by
9592 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9593
9594 * toolbar/README: Add diropen.xpm.
9595
9596 2005-10-13 Bill Wohler <wohler@newt.com>
9597
9598 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9599 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9600
9601 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9604 Don't waste the byte-compiler's time on constant data.
9605
9606 2005-10-13 Kenichi Handa <handa@m17n.org>
9607
9608 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9609 byte with `escape-glyph' face.
9610
9611 * international/fontset.el (ccl-encode-unicode-font):
9612 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9613 Handle the case that ucs-mule-to-mule-unicode translates a character to
9614 ASCII (usually for IPA characters).
9615
9616 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9617
9618 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9619 Don't hide the underline of titles if font-lock-mode is disabled.
9620
9621 2005-10-12 Bill Wohler <wohler@newt.com>
9622
9623 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9624 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9625 files in MH-E-SRC have been updated.
9626 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9627
9628 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9631 (mixal-mode-syntax-table): Add \n as end-comment.
9632 (mixal-operation-codes-alist): Immediately initialize to full value.
9633 (mixal-add-operation-code): Remove.
9634 (mixal-describe-operation-code): Make the arg non-optional.
9635 Use the interactive spec instead.
9636 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9637 (mixal-font-lock-keywords): Don't highlight comments here any more.
9638 (mixal-font-lock-syntactic-keywords): New var.
9639 (mixal-mode): Use it. Fix comment-start-skip.
9640
9641 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9642
9643 * startup.el (command-line-x-option-alist): -nb => -nbi
9644
9645 2005-10-12 Kim F. Storm <storm@cua.dk>
9646
9647 * startup.el (fancy-splash-default-action): Discard mouse click in
9648 the splash screen window, as it has no sensible meaning in the
9649 next window to be selected. Fixes error reported by Jan D.
9650
9651 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9652
9653 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9654
9655 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9658 Try to fix up minor layout issues like indentation, line break, etc...
9659 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9660 because it doesn't work.
9661 (mixal-operation-codes): Add some more codes.
9662 (mixal-font-lock-keywords): Process comments here.
9663 (mixal-mode): mixasm no longer needs -g option.
9664
9665 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9666
9667 * progmodes/sh-script.el (sh-tmp-file):
9668 Use mktemp -t. Finish support for es and rc shells.
9669
9670 2005-10-11 Jay Belanger <belanger@truman.edu>
9671
9672 * calc/calcalg2.el (calc-integral): With an argument, compute the
9673 definite integral.
9674
9675 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9676
9677 * mouse.el (mouse-drag-region-1): Don't try to catch a
9678 double-click when doing follow-link (it's overridden anyway).
9679
9680 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9681
9682 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9683 (autoload-print-form-outbuf): Add docstring.
9684
9685 2005-10-11 Juri Linkov <juri@jurta.org>
9686
9687 * info.el (Info-mode-menu): Delete menu item "Edit".
9688 (Info-mode): Delete description of Info-edit from docstring,
9689 and rearrange descriptions of Info commands in the order
9690 they are documented in the Info manual.
9691
9692 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * calendar/appt.el (appt-check): Use diary-selective-display var.
9695
9696 2005-10-10 Richard M. Stallman <rms@gnu.org>
9697
9698 * net/newsticker.el (newsticker-start, newsticker-show-news):
9699 Add autoload cookies.
9700
9701 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9702
9703 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9704
9705 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9706
9707 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9708
9709 2005-10-10 Jay Belanger <belanger@truman.edu>
9710
9711 * calc/calc-arith.el (math-check-known-scalarp)
9712 (math-check-known-matrixp): Check the values of arguments that are
9713 variables.
9714 (math-check-known-square-matrixp): New function.
9715 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9716 (math-super-types): Add sqmatrix type.
9717
9718 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9719 mode name `square' to `sqmatrix'.
9720
9721 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9722 mode name `square' to `sqmatrix'.
9723
9724 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * progmodes/etags.el (select-tags-table-mode): Don't use
9727 selective-display.
9728 (tags-select-tags-table): Pass `button' to the action function.
9729 (select-tags-table): Place the side-info on button properties rather
9730 than in hidden text. Abbreviate file names.
9731 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9732 (select-tags-table-select): Add `button' argument.
9733 Get side-info from the button property rather than from hidden text.
9734
9735 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9736
9737 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9738 (gud-speedbar-buttons): Preserve point if possible.
9739 (gud-sentinel): Restore previous speedbar display type.
9740
9741 * progmodes/gdb-ui.el (gdba): Improve diagram.
9742 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9743 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9744 Call get-buffer-window once.
9745
9746 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9749 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9750 (pascal-indent-command): Remove unused var `ind'.
9751 (pascal-indent-case): Remove unused var `oldpos'.
9752 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9753 since it's now used as a proper minor mode map.
9754 (pascal-outline): Rename to pascal-outline-mode.
9755 (pascal-outline-mode): Use define-minor-mode.
9756 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9757 selective-display.
9758
9759 2005-10-10 Andreas Schwab <schwab@suse.de>
9760
9761 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9762 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9763
9764 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9765 outside source directory.
9766
9767 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9768
9769 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9770 C-x' as a prefix.
9771 (orgtbl-mode-map): Full keymap instead of sparse, because all
9772 `self-insert-command' keys are redefined in this map.
9773 (org-export-as-html): Specify charset for HTML file, by taking it
9774 from the coding system.
9775
9776 2005-10-10 Kenichi Handa <handa@m17n.org>
9777
9778 * textmodes/flyspell.el (flyspell-check-word-p):
9779 If unread-command-events is non-empty, don't call sit-for.
9780
9781 2005-10-09 Richard M. Stallman <rms@gnu.org>
9782
9783 * font-lock.el (font-lock-syntactic-keywords)
9784 (font-lock-keywords): Doc fixes.
9785
9786 * textmodes/flyspell.el (flyspell-external-point-words):
9787 Simplify logic, and don't try to check for consecutive appearances
9788 of one incorrect word.
9789
9790 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9791
9792 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9793 separator.
9794
9795 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9796 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9797 (gud-expansion-speedbar-buttons): New function.
9798 (gud-speedbar-buttons): Check for gud-comint-buffer.
9799
9800 2005-10-09 Bill Wohler <wohler@newt.com>
9801
9802 * Makefile.in (updates): Add mh-loaddefs dependency.
9803
9804 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * speedbar.el (speedbar-file-key-map): Fix typo.
9807
9808 2005-10-09 Daniel Brockman <daniel@brockman.se>
9809
9810 * cus-start.el (line-spacing): Add custom spec.
9811
9812 2005-10-09 Romain Francoise <romain@orebokech.com>
9813
9814 * textmodes/ispell.el (ispell-check-version): Fix last change.
9815
9816 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9817
9818 * term/x-win.el: Remove -i, --icon-type from comment.
9819
9820 * startup.el (command-line-x-option-alist): Remove options -i,
9821 -itype, --icon-type, added -nb, --no-bitmap-icon
9822
9823 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9824
9825 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9826 instead of :active.
9827
9828 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9829
9830 * textmodes/ispell.el (ispell-check-version):
9831 Ignore hyphen, and all that follows, in aspell's version text.
9832
9833 2005-10-08 Jay Belanger <belanger@truman.edu>
9834
9835 * calc/calc-arith.el (math-known-square-matrixp): New function.
9836 (math-pow-fancy): Check for matrices before distributing exponent
9837 across products.
9838
9839 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9840 fullscreen keypad. Suggested by Luc Teirlinck.
9841 (calc-keypad-show-input): Add space for formatting.
9842
9843 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9844 Add square matrix option.
9845
9846 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9847 of checking calc-matrix-mode when deciding how to expand.
9848
9849 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9850
9851 2005-10-08 Lars Hansen <larsh@soem.dk>
9852
9853 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9854 Add error handling.
9855 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9856
9857 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9858
9859 Sync with Tramp 2.0.51.
9860
9861 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9862 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9863 Insert special handling for `last-coding-system-used', again
9864 it still seems to be necessary (unlike stated before).
9865 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9866 (tramp-password-prompt-regexp): There might be other words before
9867 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9868 (tramp-chunksize): Improve docstring.
9869 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9870 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9871 Christian Joergensen <bugs@razor.dk>.
9872
9873 2005-10-07 Glenn Morris <rgm@gnu.org>
9874
9875 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9876 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9877 precision'.
9878
9879 2005-10-07 Romain Francoise <romain@orebokech.com>
9880
9881 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9882 (ibuffer-do-shell-command-pipe-replace)
9883 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9884 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9885 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9886 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9887 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9888 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9889 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9890 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9891 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9892 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9893 Autoload file sans suffix.
9894
9895 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9896
9897 2005-10-07 David Ponce <david@dponce.com>
9898
9899 * recentf.el (recentf-menu-open-all-flag): New option.
9900 (recentf-digit-shortcut-command-name): New function.
9901 (recentf--shortcuts-keymap): New variable.
9902 (recentf-menu-shortcuts): New variable.
9903 (recentf-make-menu-items): Initialize it. Replace the "More..."
9904 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9905 (recentf-menu-value-shortcut): New function.
9906 (recentf-make-menu-item): Use it. No more in-lined.
9907 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9908 (recentf-open-most-recent-file): Rename from
9909 `recentf-open-file-with-key'. Don't depend on key binding.
9910 (recentf-mode-map): New variable.
9911 (recentf-mode): Use it.
9912
9913 2005-10-06 Bill Wohler <wohler@newt.com>
9914
9915 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9916
9917 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9918 (MH-E-SRC): New. Used by mh-autoloads.
9919 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9920 files in MH-E-SRC have been updated.
9921 (compile, recompile, bootstrap): Depend on mh-autoloads.
9922
9923 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9924
9925 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9926 gud-break and gud-remove icons when the fringe is not available.
9927
9928 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9929 Typo.
9930
9931 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9932
9933 * play/zone.el (zone): Wrap body with save-window-excursion.
9934
9935 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9938 Use the new `list-only' arg to diary-list-entries.
9939
9940 * calendar/diary-lib.el: Use overlays rather than selective-display.
9941 (diary-selective-display): New var.
9942 (diary-header-line-format): Use it.
9943 (diary-list-entries): Add argument `list-only'.
9944 Put the buffer in diary-mode. Don't add \^M at beg and end.
9945 Replace \^M by invisible overlays.
9946 (diary-unhide-everything): Replace \^M by invisible overlays.
9947 (print-diary-entries): Look for overlays rather than \^M.
9948 Add a space to the temp buffer name.
9949 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9950 Put the buffer in diary-mode.
9951 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9952 (diary-anniversary): Make the year arg optional.
9953 (diary-time-regexp): New const.
9954 (diary-font-lock-keywords): Use it to accept a few more time formats.
9955
9956 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9957
9958 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9959
9960 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9961 Fix bug introduced 2005-07-03: Use (car (last ...))
9962 to faithfully reproduce replaced artist-last.
9963 (artist-set-arrow-points-for-poly): Likewise.
9964 Suggested by Johan Bockg\e,Ae\e(Brd.
9965
9966 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9967
9968 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9969 * wid-edit.el (widget):
9970 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9971 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9972
9973 2005-10-06 Kenichi Handa <handa@m17n.org>
9974
9975 * international/mule-cmds.el (set-language-environment):
9976 Fix setting up of case-table for unibyte mode.
9977
9978 * simple.el (what-cursor-position): If the character is displayed
9979 by some `display' text property, show that. Don't use
9980 single-key-description for eight-bit characters in multibyte mode.
9981
9982 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9983
9984 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9985 (gdb-ann3): Set it.
9986 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9987 (gdb-info-frames-custom): Use inverse-video for first five
9988 characters of selected frame only.
9989 (gdb-get-frame-number): Select frame even when point is on frame
9990 number.
9991
9992 2005-10-06 Masatake YAMATO <jet@gyve.org>
9993
9994 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9995 Put `font-lock-function-name-face'.
9996 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9997 and `font-lock-variable-name-face'
9998 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9999 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10000 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10001 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10002 (gdb-local-font-lock-keywords): New font lock keywords definition.
10003 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10004 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10005 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10006
10007 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10008
10009 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10010 (ediff-merge-region-is-non-clash-to-skip): Previously called
10011 ediff-merge-region-is-non-clash.
10012
10013 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10014 Use insert-buffer-substring.
10015
10016 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10017 selecting files to patch. Also bug fixes.
10018
10019 * ediff-util.el (ediff-setup): Bug fix.
10020 (ediff-next-difference): Never skip clashes that differ in white
10021 space only.
10022
10023 * ediff-wind.el (ediff-setup-control-frame)
10024 (ediff-destroy-control-frame): Check the menubar feature.
10025
10026 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10027 (viper-refresh-mode-line): Use make-local-variable to localize
10028 some vars instead of make-variable-buffer-local. Suggested by
10029 Stefan Monnier.
10030
10031 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10032 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10033 Use make-local-variable instead of make-variable-buffer-local.
10034 Suggested by Stefan Monnier.
10035
10036 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10037 (viper-comint-mode-hook): Use make-local-variable on
10038 require-final-newline.
10039 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10040
10041 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10044 also the second char of a comment-start sequence.
10045 (scheme-sexp-comment-syntax-table): New var.
10046 (lambda, define): Set their scheme-doc-string-elt property.
10047 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10048 Use lisp-font-lock-syntactic-face-function now that it properly
10049 handles |...| symbols.
10050 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10051 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10052
10053 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10054 bit from # to |.
10055 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10056
10057 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10058 (lisp-doc-string-elt-property): New var.
10059 (lisp-font-lock-syntactic-face-function): Use it.
10060 Rewrite to recognize docstrings even for forms not at toplevel.
10061
10062 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10063 annotation on the | part of #| rather than on the # part.
10064 (scheme-font-lock-syntactic-face-function): New function, to
10065 distinguish strings from |...| symbols.
10066 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10067 syntax-table so that #|...|# is properly highlighted.
10068
10069 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10070 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10071
10072 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10075 and C-e.
10076
10077 * emacs-lisp/eldoc.el: Move comments into docstrings.
10078 (eldoc-message-commands): Initialize in its declaration.
10079 Add move-beginning-of-line and move-end-of-line.
10080 (eldoc-add-command, eldoc-add-command-completions)
10081 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10082
10083 * outline.el (outline-mark-subtree): Activate the mark.
10084
10085 * calendar/appt.el (appt-time-regexp): New var.
10086 (appt-add, appt-make-list): Use it.
10087 (appt-convert-time): Clean up.
10088
10089 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10090 Don't set any syntax-table property here.
10091 (tex-font-lock-verb): New function. Do it here.
10092 (tex-font-lock-syntactic-keywords): Use it.
10093
10094 2005-10-04 Richard M. Stallman <rms@gnu.org>
10095
10096 * wid-edit.el (widget-file-complete): Get the widget start point
10097 the right way. Default directory to `/' if file has none.
10098
10099 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10100
10101 * textmodes/flyspell.el (flyspell-mode-on):
10102 Call ispell-maybe-find-aspell-dictionaries.
10103
10104 * textmodes/ispell.el (ispell-word, ispell-region):
10105 Call ispell-maybe-find-aspell-dictionaries.
10106 (ispell-accept-buffer-local-defs):
10107 Don't call ispell-maybe-find-aspell-dictionaries
10108
10109 2005-10-04 Richard M. Stallman <rms@gnu.org>
10110
10111 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10112
10113 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10114
10115 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10116 instead of `fboundp' in order to allow for anonymous functions.
10117
10118 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10121 case the user clicks on the link while another window is selected.
10122 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10123
10124 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10125 functionality.
10126 (dframe-help-echo): Save point in case mouse tracking is off.
10127
10128 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10129
10130 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10131
10132 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10135 not change the global value of those vars.
10136
10137 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10138 make-local-variable which we do not need any more.
10139
10140 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10141
10142 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10143 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10144 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10145 (speedbar-path-line): Define obsolete aliases.
10146 (speedbar-line-directory): Doc fix.
10147
10148 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10149 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10150 instead of speedbar-line-path.
10151
10152 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10153
10154 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10155 to nil if dropping on a window. Handle dropping on a minibuffer window
10156 like dropping on a non-window part of Emacs.
10157
10158 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * net/ange-ftp.el: Use with-current-buffer.
10161 (ange-ftp-insert-directory): Do not follow symlinks any more.
10162
10163 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10164 Remove interactive spec.
10165
10166 2005-10-03 Kim F. Storm <storm@cua.dk>
10167
10168 * ido.el (ido-mode): Use custom-initialize-set.
10169
10170 2005-10-02 Richard M. Stallman <rms@gnu.org>
10171
10172 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10173 Use insert-buffer-substring.
10174
10175 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10176 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10177
10178 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10181 in last change.
10182 (ange-ftp-insert-directory): Fix up the search for the case where
10183 `file' is absolute.
10184
10185 2005-10-02 Romain Francoise <romain@orebokech.com>
10186
10187 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10188
10189 2005-10-02 Andreas Schwab <schwab@suse.de>
10190
10191 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10192 directory component in the session info.
10193
10194 2005-10-01 Richard M. Stallman <rms@gnu.org>
10195
10196 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10197
10198 * simple.el (next-error-internal): New function.
10199
10200 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10201 (compilation-start): Pass new arg to compilation-buffer-name.
10202 (compile-goto-error): Use next-error-internal.
10203
10204 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10205
10206 * speedbar.el: Remove RCS tag.
10207 (speedbar-check-read-only): Handle non-existent files.
10208
10209 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10210
10211 * info.el (Info-speedbar-hierarchy-buttons)
10212 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10213
10214 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10215
10216 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10217 Do not match newline.
10218 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10219 (bibtex-summary): Remove unnecessary save-excursion.
10220 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10221
10222 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10223
10224 * term/mac-win.el: Add charset info for "iso10646-1".
10225 Modify default fontset to use ATSUI-compatible fonts for some charsets
10226 if available.
10227
10228 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10229
10230 * speedbar.el: Re-apply arch tag.
10231 (speedbar-version): Rename to version 1.0. Suggested by Eric
10232 M. Ludlam.
10233 Reapply two changes from Emacs CVS' version of speedbar lost
10234 during the merge:
10235 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10236 (speedbar-frame-parameters): Improve customize type.
10237
10238 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10241 (ange-ftp-file-directory-p): Fix the symlink case.
10242 (ange-ftp-insert-directory): When listing a single file, get a list of
10243 the parent buffer and extract the relevant line. Inspired from a patch
10244 by Katsumi Yamaoka <yamaoka@jpl.org>.
10245 (ange-ftp-file-name-sans-versions): Simplify.
10246
10247 2005-09-30 Bill Wohler <wohler@newt.com>
10248
10249 Move MH-E image files from toolbar and mail directories into
10250 etc/images.
10251
10252 * mail/reply2.*: Move to etc/images/mail/reply*.
10253
10254 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10255 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10256 etc/images.
10257
10258 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10259 * toolbar/reply*: Move to etc/images/mail.
10260
10261 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10262
10263 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10264
10265 * speedbar.el: New version 1.0pre3.
10266
10267 Frame management code (including timer, and mouse click specifics)
10268 moved to dframe.el:
10269 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10270 (speedbar-timer): Removed. Use dframe-timer.
10271 (speedbar-close-frame): Removed. Use dframe-close-frame.
10272 (speedbar-activity-change-focus-flag): Removed. Use
10273 dframe-activity-change-focus-flag.
10274 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10275 dframe-update-speed.
10276
10277 (speedbar-current-frame): New macro. Use this instead of the
10278 variable speedbar-frame.
10279
10280 (speedbar-use-images, speedbar-expand-image-button-alist)
10281 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10282
10283 (speedbar-find-image-on-load-path): Removed. Replaced by
10284 defezimage in ezimage.el.
10285 (speedbar-expand-image-button-alist): Removed. Replaced by
10286 ezimage-expand-image-button-alist in ezimage.el.
10287
10288 (speedbar-ignored-directory-regexp)
10289 (speedbar-add-ignored-directory-regexp)
10290 (speedbar-ignored-directory-expressions)
10291 (speedbar-line-directory, speedbar-buffers-line-directory)
10292 (speedbar-directory-line, speedbar-buffers-line-directory):
10293 Renamed, replacing `path' with `directory'.
10294
10295 (speedbar-create-directory, speedbar-expand-line-descendants)
10296 (speedbar-toggle-line-expansion)
10297 (speedbar-contract-line-descendants): New commands.
10298
10299 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10300 (speedbar-use-tool-tips-flag): New options.
10301
10302 (speedbar-check-read-only, speedbar-require-version)
10303 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10304 (speedbar-handle-delete-frame, speedbar-try-completion)
10305 (speedbar-update-localized-contents): New functions.
10306
10307 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10308 (speedbar-object-read-only-indicator): New variables.
10309
10310 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10311 New hooks.
10312
10313 (speedbar-separator-face): New face.
10314
10315 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10316 (speedbar-ignored-modes): Add fundamental-mode.
10317 (speedbar-directory-unshown-regexp): Add . directories.
10318
10319 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10320 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10321 `]' for full expand/close.
10322 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10323
10324 (speedbar-check-vc): Support hidden files.
10325 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10326 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10327 state is nil, it is not checked out.
10328
10329 (speedbar-line-text, speedbar-line-token): Support expand buttons
10330 with no text.
10331 (speedbar-refresh): Universal argument acts as power-click.
10332 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10333 that buffer to get variable values.
10334
10335 And many other bugfixes.
10336
10337 * dframe.el, ezimage.el, sb-image.el: New files.
10338
10339 * sb-*.xpm: Remove files. New image files installed into
10340 etc/images/ezimage.
10341
10342 2005-09-30 Kenichi Handa <handa@m17n.org>
10343
10344 * ps-mule.el (ps-mule-show-warning): If a character is in
10345 ps-print-translation-table, don't treat it as non-printable.
10346
10347 2005-09-30 David Ponce <david@dponce.com>
10348
10349 * tree-widget.el (tree-widget-themes-load-path): New variable.
10350 (tree-widget-themes-directory): Doc fix.
10351 (tree-widget-image-formats) [Emacs]: Doc fix.
10352 (tree-widget--locate-sub-directory): New function.
10353 (tree-widget-themes-directory): Use it.
10354
10355 * recentf.el (recentf-filename-handlers): Rename from
10356 `recentf-filename-handler'. Allow a list of functions.
10357 (recentf-menu-items-for-commands): Fix :help strings.
10358 (recentf-apply-filename-handlers): New function.
10359 (recentf-expand-file-name): Use it.
10360 (recentf-cleanup): Remove duplicates too.
10361
10362 2005-09-29 Juri Linkov <juri@jurta.org>
10363
10364 * faces.el: Rearrange face definitions to be in the same order as
10365 their face descriptions in "(emacs)Standard Faces".
10366
10367 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10368
10369 * tooltip.el (tooltip): Add group `basic-faces'.
10370
10371 * buff-menu.el (Buffer-menu-buffer): Remove group
10372 `font-lock-highlighting-faces'.
10373
10374 * progmodes/compile.el (compilation-error, compilation-warning)
10375 (compilation-info, compilation-line-number, compilation-column-number):
10376 Change group from `font-lock-highlighting-faces' to `compilation'.
10377
10378 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10379 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10380 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10381 (vhdl-font-lock-reserved-words-face)
10382 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10383 `font-lock-highlighting-faces'.
10384
10385 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10386
10387 2005-09-28 Kim F. Storm <storm@cua.dk>
10388
10389 * emulation/cua-base.el: Set CUA move property on additional commands:
10390 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10391 forward-sexp, backward-sexp, forward-list, backward-list.
10392
10393 2005-09-28 Romain Francoise <romain@orebokech.com>
10394
10395 * comint.el (comint-show-output): Really set point at the
10396 beginning of the output when not using `comint-use-prompt-regexp'.
10397
10398 2005-09-27 Jay Belanger <belanger@truman.edu>
10399
10400 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10401 in TeX mode.
10402
10403 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10404
10405 * textmodes/org.el (org-table-sum): Fix format string.
10406
10407 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10408 Quote face names.
10409
10410 2005-09-26 Romain Francoise <romain@orebokech.com>
10411
10412 * isearch.el (isearch-forward-regexp): Close doc string.
10413
10414 2005-09-25 Richard M. Stallman <rms@gnu.org>
10415
10416 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10417
10418 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10419
10420 * progmodes/compile.el (compilation-error-properties):
10421 When getting the file from the previous error message,
10422 correctly decode the new data format.
10423
10424 * progmodes/cc-cmds.el (c-electric-paren):
10425 Call old-blink-paren only for close-paren.
10426
10427 2005-09-24 Andreas Schwab <schwab@suse.de>
10428
10429 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10430 condition.
10431
10432 2005-09-25 Romain Francoise <romain@orebokech.com>
10433
10434 * dired-aux.el (dired-copy-file-recursive):
10435 * dired.el (dired-delete-file):
10436 * ediff-mult.el (ediff-dir-diff-copy-file):
10437 * ediff-util.el (ediff-test-save-region):
10438 * forms.el (forms-mode):
10439 * ido.el (ido-file-internal, ido-delete-file-at-head):
10440 * log-edit.el (log-edit-done):
10441 * ses.el (ses-yank-resize):
10442 * play/gomoku.el (gomoku-human-plays, gomoku)
10443 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10444 (gomoku-offer-a-draw):
10445 * play/landmark.el (lm-human-resigns, lm):
10446 * net/eudcb-ldap.el (eudc-ldap-check-base):
10447 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10448 * progmodes/ebrowse.el (ebrowse-find-pattern):
10449 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10450 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10451 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10452
10453 * vc.el (vc-delete-file):
10454 * play/gomoku.el (gomoku-terminate-game, gomoku)
10455 (gomoku-prompt-for-move, gomoku-human-takes-back):
10456 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10457 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10458
10459 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10460
10461 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10462 color rxvt terminals by using the code xterm.el used to use before
10463 2005-04-09 in order to match the colors used by rxvt.
10464
10465 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10466
10467 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10468 colors rxvt-unicode terminals by using the same code as xterm.el.
10469
10470 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10473 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10474 new symbol used for the tex-verbatim face.
10475
10476 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10477
10478 * woman.el (woman-file-name):
10479 * wid-edit.el (widget-file-prompt-value)
10480 (widget-coding-system-prompt-value):
10481 * w32-fns.el (set-w32-system-coding-system):
10482 * vc.el (vc-version-diff, vc-annotate):
10483 * textmodes/reftex-auc.el (reftex-arg-cite)
10484 (reftex-arg-index-tag):
10485 * textmodes/refer.el (refer-get-bib-files):
10486 * textmodes/artist.el (artist-figlet-choose-font):
10487 * terminal.el (terminal-emulator):
10488 * replace.el (occur-read-primary-args):
10489 * rect.el (string-rectangle, string-insert-rectangle):
10490 * ps-print.el (ps-print-preprint):
10491 * progmodes/pascal.el (pascal-goto-defun):
10492 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10493 * progmodes/compile.el (compilation-find-file):
10494 * printing.el (pr-interactive-n-up):
10495 * play/animate.el (animate-birthday-present):
10496 * net/rcompile.el (remote-compile):
10497 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10498 * mail/rmailsum.el (rmail-summary-search-backward)
10499 (rmail-summary-search):
10500 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10501 (rmail-output-read-file-name):
10502 * mail/rmail.el (rmail-search, rmail-search-backwards):
10503 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10504 * locate.el (locate):
10505 * international/quail.el (quail-show-keyboard-layout):
10506 * international/mule.el (set-buffer-file-coding-system)
10507 (revert-buffer-with-coding-system, set-file-name-coding-system)
10508 (set-terminal-coding-system, set-keyboard-coding-system)
10509 (set-next-selection-coding-system):
10510 * international/mule-diag.el (describe-coding-system)
10511 (describe-font, describe-fontset):
10512 * international/mule-cmds.el (universal-coding-system-argument)
10513 (search-unencodable-char, describe-input-method)
10514 (set-language-environment, describe-language-environment):
10515 * international/codepage.el (codepage-setup):
10516 * international/code-pages.el (codepage-setup):
10517 * info.el (Info-search, Info-follow-reference)
10518 (Info-search-backward):
10519 * emacs-lisp/advice.el (ad-read-advised-function)
10520 (ad-read-advice-class, ad-clear-cache, ad-activate)
10521 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10522 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10523 (ad-read-regexp):
10524 * ediff-util.el (ediff-toggle-regexp-match):
10525 * ediff-ptch.el (ediff-prompt-for-patch-file):
10526 * dired-aux.el (dired-diff):
10527 * diff.el (diff):
10528 * cus-edit.el (custom-variable-prompt):
10529 * calendar/timeclock.el (timeclock-ask-for-project):
10530 * calc/calcalg3.el (calc-get-fit-variables):
10531 * calc/calc-store.el (calc-edit-variable)
10532 (calc-permanent-variable):
10533 * vc-mcvs.el (vc-mcvs-register):
10534 * shadowfile.el (shadow-define-literal-group):
10535 * woman.el (woman-file-name):
10536 * vc.el (vc-version-diff, vc-merge):
10537 * textmodes/reftex-index.el (reftex-index-complete-tag):
10538 * format.el (format-decode-buffer, format-decode-region):
10539 * emulation/viper-cmd.el (viper-read-string-with-history):
10540 * emacs-lisp/debug.el (cancel-debug-on-entry):
10541 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10542 * ediff.el (ediff-merge-revisions)
10543 (ediff-merge-revisions-with-ancestor, ediff-revision):
10544 * completion.el (interactive-completion-string-reader):
10545 * calc/calc-prog.el (calc-user-define-formula):
10546 Follow convention for reading with the minibuffer.
10547
10548 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10549
10550 * progmodes/python.el (python-describe-symbol): Add globals() and
10551 locals() to the arguments of emacs.ehelp.
10552
10553 2005-09-24 Magnus Henoch <mange@freemail.hu>
10554
10555 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10556 New function, code extracted from ispell-valid-dictionary-list.
10557 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10558 Call it.
10559
10560 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10561
10562 * subr.el (version-regexp-alist): Extend valid syntax for version
10563 strings: allow any of the characters -,_,+ to separate the
10564 alpha/beta/rc part from the version part. Doc fix.
10565 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10566
10567 2005-09-23 David Reitter <david.reitter@gmail.com>
10568
10569 * mail/mailclient.el: New file.
10570
10571 2005-09-23 Richard M. Stallman <rms@gnu.org>
10572
10573 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10574 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10575 Doc fixes.
10576
10577 * progmodes/cc-mode.el (c-font-lock-init):
10578 Specify font-lock-lines-before.
10579
10580 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10583 whole conflict.
10584
10585 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10586
10587 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10588 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10589 of `remap' feature when available. Additional key bindings for
10590 better tty support.
10591 (org-mode-restart, org-force-self-insert): New commands.
10592 (org-time-stamp-inactive): New command.
10593 (org-remap): New function.
10594 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10595 (org-enable-fixed-width-editor): Move to `org-structure'
10596 customization group.
10597 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10598 blank field after field motion commands.
10599
10600 2005-09-23 Kenichi Handa <handa@m17n.org>
10601
10602 * international/mule-cmds.el (set-language-environment):
10603 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10604 have to call utf-translate-cjk-load-tables.
10605
10606 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * mouse.el (mouse-move-drag-overlay): Fix last change.
10609
10610 2005-09-22 David Ponce <david@dponce.com>
10611
10612 * tree-widget.el (tree-widget-value-create): Fix previous change.
10613
10614 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10615
10616 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10617
10618 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * mouse.el (mouse-move-drag-overlay): New function.
10621 (mouse-drag-region-1): Use it.
10622 Try to simplify a bit the state handling. Handle clicks on links
10623 inside intangible areas.
10624 (mouse-save-then-kill): Minor simplification.
10625 (mouse-secondary-overlay): Make it always non-nil instead of
10626 recreating it each time.
10627 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10628 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10629 Simplify accordingly.
10630
10631 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10632
10633 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10634
10635 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10636
10637 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10638 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10639 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10640 to patch.
10641
10642 * ediff-util.el: Use insert-buffer-substring.
10643
10644 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10645
10646 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10647 field boundaries in the minibuffer.
10648 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10649 (viper-minibuffer-post-command-hook): New hook.
10650 (viper-line): Don't move cursor at bolp.
10651
10652 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10653
10654 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10655 avoid compiler warnings.
10656
10657 * emulation/viper-macs.el (ex-map): Better messages.
10658
10659 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10660
10661 * emulation/viper.el: Replace make-variable-buffer-local with
10662 viper-make-variable-buffer-local everywhere, to avoid warnings.
10663
10664 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10667 Delete unused var `old-selected-window'.
10668 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10669 (mouse-drag-secondary): Delete unused var `start-frame'.
10670
10671 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10672
10673 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10674
10675 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10678 Re-indent within 80 columns. Use inhibit-read-only.
10679
10680 2005-09-19 Romain Francoise <romain@orebokech.com>
10681
10682 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10683
10684 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10685
10686 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10687 unconditionally, since the after-change-function already did it.
10688
10689 2005-09-19 Miles Bader <miles@gnu.org>
10690
10691 * net/newsticker.el: Get rid of CVS keyword.
10692
10693 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10694
10695 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10696 The prompt is formatted later.
10697
10698 2005-09-19 David Ponce <david@dponce.com>
10699
10700 * tree-widget.el (tree-widget-value-create): Save the converted
10701 tree :node widget.
10702
10703 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10704
10705 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10706 variable `message'.
10707
10708 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10709
10710 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10711 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10712 <slawomir.nowaczyk.847@student.lu.se>.
10713
10714 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10715
10716 * image.el (image-load-path): Use symbol `data-directory' instead
10717 of its value, for backward compatibility with packages that bind
10718 it during `find-image'. Suggested by Katsumi Yamaoka.
10719 (image-search-load-path): Handle symbols whose values are strings.
10720
10721 2005-09-18 Romain Francoise <romain@orebokech.com>
10722
10723 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10724 with-current-buffer form in save-excursion.
10725
10726 2005-09-18 D Goel <deego@gnufans.org>
10727
10728 * apropos.el (apropos-command): Fix `message' call: first arg
10729 should be a format spec. In this and all other cases that appear
10730 below and elsewhere in the source code, I made a change only when
10731 two conditions were satisfied: [1] I can think of a possibility
10732 that the arguments would cause an error, for example, the code in
10733 question relies on external variables such as filenames. [2] I
10734 was sure that the arg to `message' could not have been nil in the code.
10735
10736 * textmodes/tildify.el (tildify-region): Ditto.
10737
10738 * textmodes/reftex-index.el (reftex-index-change-entry)
10739 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10740 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10741 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10742 (org-priority, org-table-sum):
10743 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10744 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10745 (flyspell-word, flyspell-display-next-corrections):
10746 * textmodes/bibtex.el (bibtex-print-help-message):
10747 * textmodes/artist.el (artist-key-set-point-poly):
10748 * term/mac-win.el (mac-services-insert-text):
10749 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10750 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10751 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10752 (vhdl-compose-configuration):
10753 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10754 (sh-set-indent, sh-learn-line-indent):
10755 * progmodes/ps-mode.el (ps-mode-target-column):
10756 * progmodes/idlwave.el (idlwave-make-tags)
10757 (idlwave-scan-library-catalogs):
10758 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10759 * progmodes/gud.el (gud-jdb-analyze-source):
10760 * progmodes/flymake.el (flymake-log):
10761 * progmodes/ebnf2ps.el (ebnf-generate-region):
10762 * progmodes/cmacexp.el (c-macro-expansion):
10763 * progmodes/ada-xref.el (ada-treat-cmd-string):
10764 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10765 (ada-justified-indent-current, ada-batch-reformat):
10766 * play/zone.el (zone):
10767 * play/landmark.el (lm-move):
10768 * play/decipher.el (decipher-show-alphabet):
10769 * net/newsticker.el (newsticker--display-jump)
10770 (newsticker--display-scroll):
10771 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10772 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10773 * mail/feedmail.el (feedmail-dump-message-to-queue):
10774 * eshell/esh-proc.el (eshell-remove-process-entry):
10775 * emulation/ws-mode.el (ws-last-error):
10776 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10777 (viper-record-kbd-macro):
10778 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10779 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10780 * emacs-lisp/find-func.el (find-function-noselect):
10781 * calendar/timeclock.el (timeclock-status-string)
10782 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10783 (timeclock-when-to-leave-string):
10784 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10785 * calc/calc-units.el (calc-enter-units-table):
10786 * calc/calc-mode.el (calc-mode-record-mode):
10787 * woman.el (woman-mini-help):
10788 * wdired.el (wdired-change-to-wdired-mode):
10789 * vc.el (vc-retrieve-snapshot):
10790 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10791 * startup.el (display-startup-echo-area-message):
10792 * simple.el (set-goal-column):
10793 * ses.el (ses-command-hook, ses-recalculate-cell):
10794 * server.el (server-process-filter):
10795 * printing.el (pr-interface-txt-print, pr-interface-printify)
10796 (pr-interface-ps):
10797 * pcvs.el (cvs-help):
10798 * log-edit.el (log-edit, log-edit-mode-help):
10799 * iswitchb.el (iswitchb-possible-new-buffer):
10800 * isearch.el (isearch-edit-string):
10801 * image-mode.el (image-mode, image-minor-mode):
10802 * ibuf-macs.el (define-ibuffer-filter):
10803 * hi-lock.el (hi-lock-find-patterns):
10804 * files.el (toggle-read-only):
10805 * ediff-util.el (ediff-copy-diff)
10806 (ediff-write-merge-buffer-and-maybe-kill):
10807 * echistory.el (Electric-history-undefined):
10808 * dnd.el (dnd-insert-text):
10809 * dired-aux.el (dired-query):
10810 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10811 * bookmark.el (bookmark-bmenu-locate):
10812 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10813 Fix `message' calls to ensure first arg is a format string.
10814 The change was made only when these two conditions were satisfied:
10815 [1] when there is a possibility that the arguments would cause an error
10816 for example, if the code in question relies on external variables
10817 such as filenames, and
10818 [2] if the arg to `message' could not have been nil in the code.
10819
10820 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10821 Not having a %s would be weird, though not technically wrong.
10822
10823 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10824
10825 * term/mac-win.el (mac-add-charset-info): Doc fix.
10826
10827 2005-09-17 Romain Francoise <romain@orebokech.com>
10828
10829 * shell.el (shell-resync-dirs): Handle echoing processes more
10830 reliably. Don't insert resync command if `comint-process-echoes'
10831 is non-nil.
10832
10833 2005-09-17 Magnus Henoch <mange@freemail.hu>
10834
10835 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10836 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10837 aspell versions >= 0.60.
10838 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10839 only if ispell-aspell-supports-utf8 is non-nil.
10840
10841 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10842
10843 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10844 buffer-local value to lisp-indent-function.
10845
10846 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10847
10848 * progmodes/glasses.el (glasses-make-readable): If
10849 glasses-separator differs from underscore, put appropriate
10850 overlays over underscore characters.
10851 (glasses-convert-to-unreadable): If glasses-separator differs from
10852 underscore, try to convert glasses-separator characters to
10853 underscores.
10854
10855 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10858 Use with-syntax-table and dolist.
10859
10860 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10861
10862 * textmodes/reftex-auc.el:
10863 * textmodes/reftex-cite.el:
10864 * textmodes/reftex-dcr.el:
10865 * textmodes/reftex-global.el:
10866 * textmodes/reftex-parse.el:
10867 * textmodes/reftex-ref.el:
10868 * textmodes/reftex-sel.el:
10869 * textmodes/reftex-toc.el:
10870 * textmodes/reftex-vars.el:
10871 * textmodes/reftex.el: Small changes to remove compiler warnings.
10872
10873 * textmodes/reftex-index.el: Likewise.
10874 (reftex-query-index-phrase): More efficient use of markers.
10875
10876 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * image.el (image-load-path): New variable.
10879 (image-search-load-path): New function.
10880 (find-image): Search for images in `image-load-path'.
10881
10882 2005-09-15 Richard M. Stallman <rms@gnu.org>
10883
10884 * follow.el: Change Maintainer field.
10885
10886 2005-09-15 David Ponce <david@dponce.com>
10887
10888 * recentf.el (recentf-save-file-modes): New option.
10889 (recentf-save-list): Use it.
10890
10891 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10892
10893 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10894 (mode-line-mule-info, mode-line-modified): Move bindings from
10895 mouse-3 to mouse-1.
10896
10897 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * simple.el (sendmail-user-agent-compose): Revert last change.
10900
10901 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10904 Use with-current-buffer.
10905 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10906 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10907 (ange-ftp-insert-directory): Remove unused var `short'.
10908 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10909
10910 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10911 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10912
10913 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10914 (check-calendar-holidays, diary-list-entries): Autoload.
10915 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10916 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10917
10918 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10919 which mistakenly removed a call to display-buffer.
10920
10921 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10924
10925 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10926
10927 * progmodes/hideshow.el
10928 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10929 (hs-allow-nesting): New user var.
10930 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10931 (hs-hide-block-at-point): When nesting allowed,
10932 if there is already an overlay in place, delete it.
10933 (hs-safety-is-job-n): Delete func; remove call sites.
10934 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10935 (hs-overlay-at): New func.
10936 (hs-already-hidden-p, hs-show-block): Use it.
10937 (hs-hide-all): Don't pre-clean if nesting allowed.
10938 (hs-show-all): Temporarily disallow
10939 nesting around call to `hs-discard-overlays'.
10940
10941 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10944 Delete unused local var.
10945
10946 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * help-fns.el (describe-categories): "?\ " -> "?\s".
10949 (help-do-arg-highlight): Recognize also ARG-n, as in
10950 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10951
10952 * international/codepage.el (dos-unsupported-char-glyph):
10953 * net/newsticker.el (tool-bar-map, w3-mode-map)
10954 (w3m-minor-mode-map):
10955 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10956 (ent-alist):
10957 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10958
10959 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10960
10961 * custom.el (custom-push-theme): Handle the case where a symbol is
10962 bound but face properties have not yet been assigned.
10963
10964 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10965 Fix behavior if noerase is `t' and there is no mail buffer.
10966
10967 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10968 if `continue' is nil, rather than signal an error.
10969
10970 2005-09-12 Richard M. Stallman <rms@gnu.org>
10971
10972 * font-lock.el (font-lock-keywords): Add autoload.
10973
10974 * help-fns.el (describe-variable): Rearrange to put source link
10975 in a predictable place.
10976
10977 * net/newsticker.el: New file.
10978
10979 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10982 (calendar-basic-setup): Use the new nil arg.
10983 (number-of-diary-entries): Move to diary-lib.el.
10984
10985 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10986 (diary-list-entries): Use with-syntax-table and dolist.
10987 Rename from list-diary-entries.
10988 Use number-of-diary-entries if `number' is nil.
10989 (diary, diary-view-entries): Use this new name and new nil arg value.
10990 (number-of-diary-entries): Move from calendar.el.
10991 (diary-unhide-everything): New function.
10992 (include-other-diary-files, fancy-diary-display)
10993 (diary-show-all-entries, make-diary-entry): Use it.
10994 (diary-mail-entries): Use buffer-string.
10995 (mark-diary-entries): Fix long standing paren typo.
10996 (diary-sexp-entry): Use count-lines.
10997 (make-diary-entry): Avoid `previous-line'.
10998 (diary-mode-map): New var.
10999 (diary-mode): Redraw cal after saving. Setup header-line.
11000 (fancy-diary-display-mode): Use local-set-key.
11001
11002 * startup.el (command-line): Try calling various terminal-init-foo-bar
11003 functions by stripping hyphenated suffixes from $TERM.
11004
11005 * files.el (normal-mode): Check boundness of font-lock-keywords.
11006
11007 2005-09-12 Richard M. Stallman <rms@gnu.org>
11008
11009 * progmodes/compile.el: Don't decide a file's directory
11010 until the user actually tries to go there.
11011 (compilation-next-error-function):
11012 Pass compilation-find-file the directory from the file-struct.
11013 (compilation-internal-error-properties): Separate local FILE-STRUCT
11014 from FILE. Doc the args better. Rename arg FMT to FMTS.
11015 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11016 Expand it, and if nil, use default-directory.
11017 (compilation-get-file-structure): Don't mix specified directory
11018 with default directory. Put specified directory into
11019 file-struct. Don't make the file name absolute.
11020
11021 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11022 (compile-command): Add autoload.
11023 (compilation-disable-input): Add autoload.
11024
11025 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11026
11027 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11028 strings of the variables it can override.
11029 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11030 %Q and %q, for fully-qualified domain name and unqualified host name.
11031
11032 2005-09-11 Kim F. Storm <storm@cua.dk>
11033
11034 * emacs-lisp/authors.el (authors-aliases): Update list.
11035 (authors-fixed-entries): Update mldrag.el entry.
11036
11037 2005-09-10 Alan Mackenzie <acm@muc.de>
11038
11039 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11040 from the region narrowed to.
11041
11042 2005-09-10 Magnus Henoch <mange@freemail.hu>
11043
11044 * textmodes/ispell.el (ispell-check-version): Signal an error if
11045 aspell version is less than 0.60.
11046
11047 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11048
11049 * progmodes/octave-inf.el (inferior-octave-startup):
11050 Resync current dir at the end.
11051
11052 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11053
11054 * woman.el (woman-topic-at-point-default):
11055 Rename to woman-use-topic-at-point-default.
11056 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11057 (woman-file-name): Reflect renames above. Automatically use the
11058 word at point as topic if woman-use-topic-at-point is non-nil.
11059 Otherwise offer it as default but don't insert it in the
11060 minibuffer. Also use `test-completion' instead of `assoc' as
11061 suggested by Stefan Monnier.
11062
11063 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11064
11065 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11066 the attempt to do it over Tramp. This is not yet supported.
11067
11068 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11069
11070 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11071 (menu-bar-non-minibuffer-window-p): New functions.
11072 ("Split Window", "Save As..."): Use them.
11073 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11074 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11075 Use menu-bar-menu-frame-live-and-visible-p.
11076 ("Save Buffer", "Insert File", "Open Directory...")
11077 ("Open File...", "Visit New File..."):
11078 Use menu-bar-non-minibuffer-window-p.
11079 (kill-this-buffer-enabled-p, dired <menu-enable>):
11080 Use menu-bar-non-minibuffer-window-p.
11081
11082 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11083
11084 * cus-start.el (all): Don't complain about fringe-related
11085 built-ins if fringes are not supported. Ditto about
11086 selection-related built-ins. Fix the test for GTK-related built-ins.
11087
11088 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11089 ("Postscript Print Buffer", "Print Region", "Save As...")
11090 ("Save", "Insert File...", "Open Directory...")
11091 ("Open File...", "Visit New File..."")
11092 ("Truncate Long Lines in this Buffer"): Don't look at
11093 menu-updating-frame if this display does not support multiple frames.
11094
11095 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11096
11097 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11098
11099 2005-09-09 Emilio Lopes <eclig@gmx.net>
11100
11101 * woman.el: Format- and whitespace-related changes.
11102
11103 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11104
11105 * woman.el: Fix my email address.
11106
11107 2005-09-08 Richard M. Stallman <rms@gnu.org>
11108
11109 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11110 (sh-mode): Locally set skeleton-pair-default-alist.
11111
11112 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11113
11114 * progmodes/flymake.el: Require `compile' unconditionally.
11115
11116 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11117
11118 * woman.el (woman-file-name): Provide a default, not initial input.
11119
11120 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11121
11122 * font-lock.el (font-lock-support-mode): Doc fix.
11123
11124 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11125
11126 2005-09-08 Richard M. Stallman <rms@gnu.org>
11127
11128 * simple.el (blink-matching-open): Get rid of text props from
11129 the string shown in echo area. Don't permanently set point.
11130 Some rearrangements.
11131
11132 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11133
11134 * recentf.el (recentf-filename-handler): Add custom choice
11135 `abbreviate-file-name'.
11136
11137 * msb.el (msb--very-many-menus): Fix typo.
11138
11139 * disp-table.el (standard-display-european): Don't set
11140 enable-multibyte-characters to nil.
11141
11142 2005-09-08 David Ponce <david@dponce.com>
11143
11144 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11145 (recentf-expand-file-name): Doc fix.
11146 (recentf-dialog-mode-map): Define digit shortcuts.
11147 (recentf--files-with-key): New variable.
11148 (recentf-show-digit-shortcut-filter): New function.
11149 (recentf-open-files-items): New function.
11150 (recentf-open-files): Use it.
11151 (recentf-open-file-with-key): New command.
11152
11153 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11154
11155 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11156 Suggested by Kim F. Storm.
11157 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11158 (Buffer-menu-make-sort-button): Use global keymap.
11159
11160 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11161
11162 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11163 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11164 necessary any longer with the remapped command.
11165 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11166 formatting time only.
11167
11168 * net/tramp.el (tramp-action-password)
11169 (tramp-multi-action-password): Compile the password prompt from
11170 `method', `user' and `host'. Sometimes it isn't obvious which
11171 password to enter, for example with remote files offered by
11172 recentf.el, or with multiple steps. Suggested by Robert Marshall
11173 <robert@chezmarshall.freeserve.co.uk>.
11174
11175 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11178 Fix regexp for when "s///" is at the beginning of line.
11179
11180 2005-09-07 Jay Belanger <belanger@truman.edu>
11181
11182 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11183 when in matrix mode.
11184
11185 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11188 non-anonymous functions.
11189
11190 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11191
11192 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11193 when using a header line. Otherwise, use mouse-1-click-follows-link.
11194
11195 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11196 can't be moved; don't signal an error.
11197
11198 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * cus-theme.el (custom-theme-write-faces): Save the current face
11201 spec, not the defface spec.
11202
11203 * custom.el (custom-known-themes): Clarify meaning of "standard".
11204 (custom-push-theme): Save old values in the standard theme.
11205 (disable-theme): Correct typo.
11206 (custom-face-theme-value) Deleted unused function.
11207 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11208
11209 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * progmodes/compile.el (compilation-goto-locus): Take into account
11212 iconified frames when determining whether the buffer is
11213 already visible.
11214 Don't reset window height if the window already existed.
11215
11216 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11217
11218 * custom.el (load-theme): Rename from require-theme.
11219 Add interactive spec.
11220 (enable-theme): Rename from custom-enable-theme.
11221 Add interactive spec.
11222 (disable-theme): Rename from custom-disable-theme.
11223 Add interactive spec.
11224 (custom-make-theme-feature): Doc fix.
11225 (custom-theme-directory): Doc fix.
11226 (provide-theme): Call enable-theme.
11227
11228 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * obsolete/lazy-lock.el (lazy-lock-mode):
11231 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11232 font-lock-mode if it's off. Print a warning instead.
11233
11234 * progmodes/compile.el (compilation-start): Ignore errors if the
11235 process died before we get to send-eof.
11236
11237 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11238 Undo last change. Enclosing the result in quotes broke things on Unix
11239 since tex-send-command passes it through shell-quote-argument.
11240 (tex-send-command): Pass `file' through convert-standard-filename
11241 when possible.
11242 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11243 info in a transcript.
11244
11245 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11246
11247 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11248 fix compilation warning. Reorder the key definitions to group
11249 together keys emitted by the current version of xterm.
11250
11251 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11252 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11253 Reorder predicates to correct min-color usage.
11254
11255 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11256
11257 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11258 Kill local variables when longlines-mode is turned off.
11259
11260 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11263
11264 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11265
11266 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11267
11268 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11269 (font-lock-lines-before): Change default to being inactive.
11270 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11271 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11272
11273 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11274
11275 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11276 Deactivate temporarily advice if active (not needed for Emacs 22,
11277 but for backwards compatibility).
11278 (tramp-exists-file-name-handler): Rewrite. First implementation
11279 was too simple.
11280 (tramp-advice-make-auto-save-file-name):
11281 Call `tramp-handle-make-auto-save-file-name' (again, just for
11282 backwards compatibility).
11283
11284 2005-08-31 Reto Zimmermann <reto@gnu.org>
11285
11286 * progmodes/vhdl-mode.el
11287 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11288 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11289 (vhdl-set-default-project): New function (easier setting of default).
11290 (vhdl-port-copy): Handle extended identifiers for generics.
11291 (vhdl-compiler-alist): Better description for error message regexp.
11292 (vhdl-make): Query for target, use previous as default.
11293 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11294 (vhdl-font-lock-keywords-2): Fix fontification for record
11295 el. assign.
11296 (vhdl-speedbar-make-subpack-line): Add package body link.
11297 (vhdl-generate-makefile-1): Not include itself as dependency.
11298 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11299 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11300 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11301 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11302 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11303 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11304 (vhdl-import-project): Add string argument for `error'.
11305 (vhdl-compose-configuration)
11306 (vhdl-compose-configuration-architecture): Add configuration
11307 declaration generation.
11308 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11309 (vhdl-trailer-re): Add "record" keyword (better indentation).
11310 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11311 "[^ \t-\"]+".
11312 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11313 (vhdl-testbench-entity-file-name)
11314 (vhdl-testbench-architecture-file-name): Allow separate
11315 customization of testbench file names.
11316 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11317 (vhdl-get-visible-signals): Allow newline within alias declaration.
11318 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11319 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11320 (member-ignore-case): Alias for missing function in XEmacs.
11321 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11322 (vhdl-update-sensitivity-list): Ignore case on read signals.
11323 (vhdl-replace-string): Adjust case only for file names.
11324 (vhdl-update-sensitivity-list): Fix search for read signals.
11325 (vhdl-update-sensitivity-list): Exclude formal parameters.
11326 (vhdl-get-visible-signals): Include aliases of signals.
11327 (vhdl-get-visible-signals): Fix signal name searching.
11328 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11329 (vhdl-fixup-whitespace-region): Fix for character
11330 literals (e.g. `:').
11331
11332 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11333
11334 * ansi-color.el (comint-last-output-start):
11335 * bs.el (font-lock-verbose):
11336 * diff-mode.el (add-log-buffer-file-name-function):
11337 * dired-x.el (vm-folder-directory):
11338 * faces.el (help-xref-stack-item):
11339 * files.el (font-lock-keywords):
11340 * find-lisp.el (dired-buffers, dired-subdir-alist):
11341 * ido.el (cua-inhibit-cua-keys):
11342 * log-view.el (cvs-minor-wrap-function):
11343 * outline.el (font-lock-warning-face):
11344 * simple.el (compilation-current-error):
11345 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11346 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11347 * tooltip.el (comint-prompt-regexp):
11348 * w32-fns.el (explicit-shell-file-name):
11349 * term/mac-win.el (mac-charset-info-alist)
11350 (mac-services-selection, mac-system-script-code):
11351 * term/tty-colors.el (msdos-color-values):
11352 * term/w32-win.el (xlfd-regexp-registry-subnum):
11353 * term/x-win.el (x-keysym-table, x-selection-timeout)
11354 (x-session-id, x-session-previous-id):
11355 * textmodes/ispell.el (mail-yank-prefix):
11356 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11357 * textmodes/org.el (calc-embedded-close-formula)
11358 (calc-embedded-open-formula)
11359 (font-lock-unfontify-region-function):
11360 * textmodes/reftex-global.el (isearch-next-buffer-function)
11361 (TeX-master):
11362 * textmodes/reftex.el (font-lock-keywords):
11363 * textmodes/tex-mode.el (font-lock-comment-face)
11364 (font-lock-doc-face):
11365 * textmodes/texinfo.el (outline-heading-alist):
11366 Add defvars.
11367
11368 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11369 (artist-spray-chars, artist-mode-init, artist-replace-string)
11370 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11371 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11372 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11373
11374 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11375 (conf-align-assignments): "?\ " -> "?\s".
11376
11377 * textmodes/reftex-index.el (TeX-master): Add defvar.
11378 (reftex-index-phrases-marker): Move up defvar.
11379
11380 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11381 (reftex-toc-include-labels-indicator)
11382 (reftex-toc-include-index-indicator)
11383 (reftex-toc-max-level-indicator): Move up declarations.
11384
11385 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11386 of args to `tramp-run-real-handler', even if it's empty in this case.
11387
11388 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11389
11390 * dired.el (dired-move-to-filename-regexp): Add date format for
11391 Mac OS X 10.3 in East Asian locales.
11392
11393 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11394
11395 * files.el (make-auto-save-file-name): Add file name handler call
11396 if applicable.
11397
11398 * net/tramp.el (tramp-file-name-handler-alist)
11399 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11400 (tramp-handle-make-auto-save-file-name): Rename from
11401 `tramp-make-auto-save-file-name'.
11402 (tramp-exists-file-name-handler): New defun.
11403 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11404 `make-auto-save-file-name' is not a magic file name operation.
11405
11406 2005-08-30 Richard M. Stallman <rms@gnu.org>
11407
11408 * files.el (risky-local-variable-p):
11409 Match `-predicates' and `-commands.
11410
11411 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11412 (custom-save-all): Visit the file if necessary;
11413 kill the buffer if we created it.
11414 (custom-save-delete): Don't visit file or kill buffer here.
11415
11416 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11417
11418 * textmodes/org.el (org-special-keyword): New face.
11419 (org-table-copy-down, org-table-eval-formula)
11420 (org-table-recalculate, org-init-section-numbers):
11421 Use `string-to-number' instead of `string-to-int'.
11422 (org-get-location): Use `insert-buffer-substring' instead of
11423 `insert-buffer'.
11424 (org-modify-diary-entry-string): New function.
11425 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11426 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11427 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11428 active region.
11429 (org-export-as-html): Handle QUOTE keyword.
11430 (org-quote-string): New option.
11431 (org-bookmark-jump-unhide): New function, used for
11432 `bookmark-after-jump-hook'.
11433 (org-diary-default-entry): Apply only when not called through
11434 `org-agenda'.
11435
11436 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11437
11438 * net/eudc.el (mode-popup-menu):
11439 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11440 * progmodes/ada-mode.el (compile-auto-highlight)
11441 (skeleton-further-elements):
11442 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11443 * progmodes/cmacexp.el (msdos-shells):
11444 * progmodes/compile.el (font-lock-extra-managed-props)
11445 (font-lock-keywords, font-lock-maximum-size)
11446 (font-lock-support-mode):
11447 * progmodes/grep.el (font-lock-lines-before):
11448 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11449 * progmodes/mixal-mode.el (compile-command):
11450 * progmodes/perl-mode.el (font-lock-comment-face)
11451 (font-lock-doc-face, font-lock-string-face):
11452 * progmodes/prolog.el (comint-prompt-regexp):
11453 * progmodes/sh-script.el (font-lock-comment-face)
11454 (font-lock-set-defaults, font-lock-string-face):
11455 * progmodes/sql.el (font-lock-keyword-face)
11456 (font-lock-set-defaults, font-lock-string-face):
11457 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11458 (itimer-version, lazy-lock-defer-contextually)
11459 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11460 Add defvars.
11461
11462 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11463 (cperl-electric-keyword, cperl-electric-pod)
11464 (cperl-electric-backspace, cperl-forward-re)
11465 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11466 (vc-rcs-header, vc-sccs-header): Add defvars.
11467
11468 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11469 (font-lock-syntactic-keywords, gud-find-expr-function):
11470 Add defvars.
11471
11472 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11473 (gdb-frame-parameters): Declare before use.
11474
11475 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11476 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11477 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11478 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11479
11480 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11481 (idlwave-help-with-source): Use `insert-buffer-substring', not
11482 `insert-buffer'.
11483
11484 2005-08-29 Juri Linkov <juri@jurta.org>
11485
11486 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11487 Put outline-back-to-heading function call inside save-excursion.
11488
11489 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11490
11491 * man.el (Man-init-defvars, Man-translate-references)
11492 (Man-support-local-filenames, Man-highlight-references):
11493 * progmodes/sql.el (sql-interactive-mode):
11494 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11495
11496 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11497 (compilation-mode-font-lock-keywords): Add defvars.
11498 (checkdoc-interactive-loop): "?\ " -> "?\s".
11499
11500 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11501 (font-lock-doc-face, font-lock-string-face)
11502 (font-lock-keywords-case-fold-search): Add defvars.
11503 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11504
11505 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11506 Don't pass X and Y (they are ignored anyway).
11507 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11508 (mouse-delete-window): Make arguments optional.
11509
11510 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11511 (caesar-translate-table, minor-modes, news-buffer-save)
11512 (news-group-name, news-minor-modes): Add defvars.
11513
11514 * emacs-lisp/lselect.el (mouse-highlight-priority)
11515 (x-lost-selection-functions, zmacs-regions):
11516 * emacs-lisp/pp.el (font-lock-verbose):
11517 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11518 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11519 (ses-mode-map):
11520 * emacs-lisp/tcover-unsafep.el (safe-functions):
11521 * international/mule-cmds.el (mac-system-coding-system)
11522 (mac-system-locale):
11523 * language/ethio-util.el (rmail-current-message)
11524 (rmail-message-vector):
11525 * language/thai-util.el (thai-auto-composition-mode):
11526 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11527 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11528 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11529 (vm-primary-inbox, vm-spool-files):
11530 * mail/rmail.el (deleted-head, font-lock-fontified)
11531 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11532 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11533 (total-messages):
11534 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11535 (rmail-summary-mode-map):
11536 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11537 (rmail-last-label, rmail-last-multi-labels)
11538 (rmail-summary-vector, rmail-total-messages):
11539 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11540 * mail/rmailsum.el (msgnum):
11541 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11542 (rmail-current-message):
11543 * obsolete/fast-lock.el (font-lock-face-list):
11544 * obsolete/rnewspost.el (mail-reply-buffer):
11545 * obsolete/scribe.el (compile-command):
11546 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11547
11548 2005-08-28 John Paul Wallington <jpw@gnu.org>
11549
11550 * ibuf-ext.el (ibuffer-auto-update-changed):
11551 Use `frame-or-buffer-changed-p' to check whether we need to update.
11552 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11553 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11554 as a `frame-or-buffer-changed-p' state vector instead.
11555
11556 2005-08-27 Romain Francoise <romain@orebokech.com>
11557
11558 * textmodes/makeinfo.el (makeinfo-compile):
11559 Use `compilation-start'. Set `next-error-function' according to
11560 `disable-errors'.
11561 (makeinfo-next-error): New function.
11562 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11563 (makeinfo-buffer): Likewise.
11564
11565 * progmodes/compile.el (compilation-start): Add autoload cookie.
11566
11567 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11568 * textmodes/sgml-mode.el: Likewise.
11569 * progmodes/python.el: Likewise.
11570
11571 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11572
11573 * simple.el (blink-matching-paren-distance): Document the meaning
11574 of nil value, and allow to customize to nil.
11575
11576 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11577 command.com, not command.exe.
11578
11579 2005-08-26 John Wiegley <johnw@newartisans.com>
11580
11581 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11582 code around a bit so that an extraneous nil argument is not added
11583 to a command when no args are given.
11584
11585 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11586 double-quoted argument resolves to nil, return it as an empty
11587 string rather than as nil. This made it impossible to pass "" to
11588 a shell script as a null string argument.
11589
11590 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * outline.el (outline-invent-heading): New fun.
11593 (outline-promote, outline-demote): Use it.
11594 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11595 (outline-end-of-subtree): Remove unused var `opoint'.
11596
11597 2005-08-26 David Reitter <david.reitter@gmail.com>
11598
11599 * menu-bar.el (truncate-lines, write-file, print-buffer)
11600 (ps-print-buffer-faces, ps-print-buffer, split-window):
11601 Disable menu items when the frame they refer to is invisible, or when
11602 they refer to a buffer and the minibuffer is selected.
11603
11604 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11605
11606 * progmodes/flymake.el (flymake-highlight-err-lines):
11607 Use save-excursion around flymake-highlight-line to preserve point.
11608
11609 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11610
11611 * progmodes/octave-mod.el: Change Author and Maintainer address.
11612 (octave-maintainer-address): Change Kurt's email address.
11613 * progmodes/octave-inf.el: Change Author and Maintainer address.
11614 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11615
11616 2005-08-26 Kim F. Storm <storm@cua.dk>
11617
11618 * subr.el (version-list-<, version-list-<=, version-list-=):
11619 Rename from integer-list-*.
11620 (version-list-not-zero): Likewise. Fix while loop.
11621 (version=): Use version-list-= instead of string-equal.
11622
11623 2005-08-26 Richard M. Stallman <rms@gnu.org>
11624
11625 * outline.el (outline-promote): Try shortening the heading.
11626 As last resort, read the heading to use.
11627 (outline-demote): As last resort, read the heading to use.
11628
11629 2005-08-26 Romain Francoise <romain@orebokech.com>
11630
11631 * progmodes/compile.el (compilation-start): Doc fix.
11632
11633 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11634 (antlr-font-lock-additional-keywords): Fix reference to
11635 `antlr-font-lock-literal-regexp' erroneously changed during the
11636 mass face rename.
11637 (antlr-run-tool): Use `compilation-start'.
11638
11639 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11640 instead of the obsolete `compile-internal'.
11641
11642 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11643
11644 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11645 (number, original-date):
11646 * calendar/cal-china.el (date):
11647 * calendar/cal-coptic.el (date):
11648 * calendar/cal-french.el (date):
11649 * calendar/cal-hebrew.el (date, entry, number, original-date):
11650 * calendar/cal-islam.el (date, number, original-date):
11651 * calendar/cal-iso.el (date):
11652 * calendar/cal-julian.el (date):
11653 * calendar/cal-mayan.el (date):
11654 * calendar/cal-menu.el (date, event):
11655 * calendar/cal-persia.el (date):
11656 * calendar/lunar.el (date):
11657 * calendar/solar.el (date): Add defvars.
11658
11659 * emerge.el:
11660 * ibuffer.el:
11661 * info-xref.el:
11662 * obsolete/bg-mouse.el:
11663 * obsolete/sun-curs.el:
11664 * obsolete/swedish.el: Move the `defvar's to the top level.
11665
11666 * smerge-mode.el (smerge-refined-change): Add :group.
11667
11668 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11669
11670 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11671 (smerge-keep-n): Remove props.
11672 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11673 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11674 now that it's done in smerge-keep-n.
11675 (smerge-refined-change): New face.
11676 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11677 (smerge-refine): New funs.
11678 (smerge-basic-map): Bind smerge-refine.
11679
11680 2005-08-25 Juri Linkov <juri@jurta.org>
11681
11682 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11683 compilation-process-setup-function and compilation-disable-input
11684 in grep-mode instead of let-bindings in grep.
11685
11686 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11687 Delete "Automatic File De/compression" (auto-compression-mode).
11688
11689 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11690
11691 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11692 Silence warning about non-existent variable.
11693
11694 2005-08-25 Richard M. Stallman <rms@gnu.org>
11695
11696 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11697 Rename "Describe Key" to "Describe Key or Mouse Operation".
11698
11699 * mail/mailalias.el (build-mail-aliases): Delete comments
11700 from the contents before processing them.
11701
11702 * isearch.el (isearch-edit-string): Erase the Search prompt
11703 if user enters an empty string and there is no default.
11704
11705 * comint.el (comint-file-name-prefix): Add autoload.
11706
11707 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11708
11709 * subr.el (play-sound): Rearrange to avoid warning.
11710
11711 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11712
11713 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11714 New hook.
11715 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11716
11717 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11720
11721 * custom.el (custom-theme-set-variables): Sort minor modes last.
11722
11723 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11724
11725 * subr.el (version-separator, version-regexp-alist): New vars used by
11726 version comparison funs.
11727 (integer-list-<, integer-list-=, integer-list-<=)
11728 (integer-list-not-zero): New funs for integer list comparison.
11729 (version-to-list, version=, version<, version<=): New funs for version
11730 comparison.
11731
11732 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11733
11734 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11735 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11736 time to silence the byte-compiler.
11737
11738 * ibuffer.el (ibuffer-compile-make-eliding-form)
11739 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11740 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11741 so it's silly to get warnings for it).
11742 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11743 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11744 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11745 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11746 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11747 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11748 Defvar at compile time.
11749 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11750 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11751 Declare them before use.
11752
11753 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11754 (info-xref-good, info-xref-bad): Defvar at compile time.
11755
11756 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11757 Use `let*' instead of `let'.
11758
11759 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11760 (*mouse-y*, menu, char): Defvar at compile time.
11761 (sc::menu): Declare it before use.
11762 (sc::pack-one-line): Use `let', not `let*'.
11763
11764 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11765 (mail-send-hook): Defvar at compile time.
11766
11767 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11768 Defvar at compile time.
11769
11770 * term/sun-mouse.el (current-global-mousemap)
11771 (current-local-mousemap): Declare them before use.
11772
11773 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11774
11775 * bookmark.el (bookmark-after-jump-hook): New hook.
11776 (bookmark-jump): Run `bookmark-after-jump-hook'.
11777
11778 2005-08-23 Juri Linkov <juri@jurta.org>
11779
11780 * faces.el (minibuffer-prompt): Doc fix.
11781
11782 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11783
11784 * progmodes/xscheme.el: Trivial changes to silence warnings.
11785 (xscheme-previous-mode, xscheme-previous-process-state):
11786 Add defvars.
11787 (xscheme-last-input-end, xscheme-process-command-line)
11788 (xscheme-process-name, xscheme-buffer-name)
11789 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11790 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11791 (xscheme-control-g-synchronization-p)
11792 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11793 (default-xscheme-runlight, xscheme-runlight)
11794 (xscheme-runlight-string, xscheme-process-filter-state)
11795 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11796 Move to beginning of file.
11797 (scheme-interaction-mode-commands-alist)
11798 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11799 Declare them before use. Note: the initialization code for the variables
11800 has not been moved because it uses functions that reference the variables.
11801 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11802 (xscheme-prompt-for-expression-map): Declare them before use.
11803 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11804
11805 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11806
11807 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11808
11809 2005-08-22 Juri Linkov <juri@jurta.org>
11810
11811 * faces.el (set-face-underline): Delete this duplicate function
11812 and make an obsolete alias to set-face-underline-p.
11813 (set-face-underline-p): Use docstring of set-face-underline.
11814 (describe-face): Create hyperlink to parent face.
11815
11816 * info.el (Info-insert-dir): Use save-excursion around
11817 insert-buffer-substring.
11818 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11819 (Info-escape-percent): Delete function.
11820 (Info-fontify-node): Replace Info-escape-percent by
11821 replace-regexp-in-string with REP arg set to lambda that
11822 duplicates `%' and preserves text properties.
11823
11824 * progmodes/compile.el (compilation-disable-input): Doc fix.
11825 (define-compilation-mode): Doc fix and refill.
11826 (kill-compilation): Use `mode-name' in the error message.
11827 (compilation-find-file): Use `compilation-error' in the
11828 read-file-name's prompt.
11829
11830 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11833 (smerge-auto-leave): Make undo re-enable the mode.
11834 (debug-ignored-errors): Add the user-error of impossible resolution.
11835 (smerge-resolve): Move things around a bit, in preparation for later.
11836 (smerge-diff): Don't fail if the buffer has no associated file.
11837 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11838 (smerge-conflict-overlay): New function.
11839 (smerge-match-conflict): Don't add text properties here.
11840 (smerge-find-conflict): Instead, add an overlay here.
11841 Also check for the case where we're inside a conflict already, so as to
11842 obviate the need for font-lock-multiline, which is unbearably slow with
11843 large conflicts and ciomplex font-lock patterns.
11844 (smerge-remove-props): Remove overlay rather than text-properties.
11845 (smerge-mode): Don't set font-lock-multiline.
11846 Remove overlays when turned off.
11847
11848 2005-08-21 Kim F. Storm <storm@cua.dk>
11849
11850 * ido.el (ido-ignore-item-p): Use save-match-data.
11851 Bind case-fold-search to ido-case-fold locally.
11852
11853 2005-08-20 Richard M. Stallman <rms@gnu.org>
11854
11855 * files.el (normal-mode): If font lock is on, turn it off and on.
11856
11857 * subr.el (replace-regexp-in-string): Doc fix.
11858
11859 * startup.el (command-line-1): Don't suppress startup screen
11860 due to existing processes.
11861
11862 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11863
11864 * progmodes/compile.el (compilation-disable-input): Default to nil.
11865
11866 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11867
11868 * progmodes/compile.el (compilation-disable-input): New defcustom.
11869 (compilation-start): If compilation-disable-input is non-nil, send
11870 EOF to the compilation process.
11871
11872 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11873
11874 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11875 Run the argument of tex-shell-cd-command through
11876 convert-standard-filename, to get the correct style of slashes on
11877 Windows, and enclose the result in quotes, in case the file name
11878 includes whitespace or other special characters.
11879
11880 2005-08-19 Andreas Schwab <schwab@suse.de>
11881
11882 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11883 process.
11884
11885 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11888
11889 2005-08-18 Kim F. Storm <storm@cua.dk>
11890
11891 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11892
11893 2005-08-18 Richard M. Stallman <rms@gnu.org>
11894
11895 * scroll-lock.el: New file.
11896
11897 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11898
11899 * dired.el (dired-move-to-end-of-filename):
11900 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11901
11902 2005-08-18 Kim F. Storm <storm@cua.dk>
11903
11904 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11905 rather than toggle mode when custom value is nil.
11906 (ido-everywhere): Fix defun doc string.
11907
11908 2005-08-17 Richard M. Stallman <rms@gnu.org>
11909
11910 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11911 as tag instead of "Inviolable".
11912
11913 2005-08-17 Kim F. Storm <storm@cua.dk>
11914
11915 * windmove.el (windmove-coordinates-of-position): Remove.
11916 (windmove-coordinates-of-window-position): Remove.
11917 (windmove-reference-loc): Use posn-at-point instead.
11918
11919 * subr.el (insert-for-yank-1): Doc fix.
11920
11921 * ido.el (ido-enter-matching-directory): Rename from
11922 ido-enter-single-matching-directory. Change `slash' choice to
11923 `only'. Add `first' choice.
11924 (ido-exhibit): Adapt to above changes.
11925
11926 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11927
11928 * Makefile.in: Expand comment about building loaddefs.el.
11929
11930 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11931
11932 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11933 Comment use of defadvice.
11934
11935 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11936
11937 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11938
11939 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11940 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11941 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11942 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11943 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11944 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11945 for backward compatibility for faces that did not appear in the
11946 previous Emacs release.
11947
11948 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11949
11950 2005-08-15 Kim F. Storm <storm@cua.dk>
11951
11952 * emulation/cua-base.el (cua-delete-region): Return t if
11953 deleted region was non-empty.
11954 (cua-replace-region): Inhibit overwrite-mode for
11955 self-insert-command if replaced region was non-empty.
11956 (cua--explicit-region-start, cua--status-string): Make them
11957 buffer-local at top-level...
11958 (cua-mode): ...rather than when mode is enabled.
11959
11960 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11961
11962 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11963 Set t for Emacs 21, 22, and so on.
11964
11965 2005-08-15 David Ponce <david@dponce.com>
11966
11967 * tree-widget.el: Update Commentary header.
11968 (tree-widget-theme): Doc fix.
11969 (tree-widget-space-width): New option.
11970 (tree-widget-image-properties): Look up in the default theme too.
11971 (tree-widget--cursors): Only for images with arrow pointer shape.
11972 (tree-widget-lookup-image): Pointer shape is hand by default.
11973 (tree-widget-icon): Rename generic icon widget from
11974 `tree-widget-control'.
11975 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11976 derive from `tree-widget-icon'.
11977 (tree-widget-handle): Improve default look and feel of the text
11978 representation.
11979 (tree-widget): Rename :*-control properties to :*-icon properties.
11980 Add :action and :help-echo properties.
11981 (tree-widget-after-toggle-functions): Move.
11982 (tree-widget-close-node, tree-widget-open-node): Remove.
11983 (tree-widget-before-create-icon-functions): New hook.
11984 (tree-widget-value-create): Update to allow customization of icons
11985 and nodes at run-time via that new hook.
11986 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11987 (tree-widget-icon-action, tree-widget-icon-help-echo)
11988 (tree-widget-action, tree-widget-help-echo): New functions.
11989
11990 2005-08-15 Kim F. Storm <storm@cua.dk>
11991
11992 * ido.el (ido-buffer-internal): Use with-no-warnings.
11993 (ido-make-merged-file-list): Use while-no-input.
11994
11995 2005-08-15 Richard M. Stallman <rms@gnu.org>
11996
11997 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11998 (flyspell-large-region): Fix doc and custom type.
11999
12000 2005-08-14 Richard M. Stallman <rms@gnu.org>
12001
12002 * files.el (interpreter-mode-alist): Doc fix.
12003
12004 * mail/rmail.el (rmail-nonignored-headers): New variable.
12005 (rmail-clear-headers): Use it.
12006 (rmail-reply): Better handling of mail-followup-to header.
12007
12008 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12009 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12010 don't try to refer to executable-font-lock-keywords.
12011 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12012 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12013 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12014 (sh-mode): Set comment-start-skip, local-abbrev-table,
12015 imenu-case-fold-search.
12016 (sh-set-shell): Don't set them here.
12017 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12018 Don't cache the results in the original alist; don't ever modify
12019 that alist.
12020
12021 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12022
12023 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12024 empty.
12025
12026 2005-08-15 Andreas Schwab <schwab@suse.de>
12027
12028 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12029
12030 * dired.el, info.el, mail/rmail.el: Revert last change.
12031
12032 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12033
12034 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12035 modification in `eval-after-load' form.
12036 * info.el: Likewise.
12037 * mail/rmail.el: Likewise.
12038
12039 2005-08-14 Juri Linkov <juri@jurta.org>
12040
12041 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12042 Remove highlighting of "Compilation started". Highlight only
12043 the word "finished" in "Compilation finished". Add highlighting
12044 of "interrupt", "killed", "terminated" and the exit code.
12045 (compilation-start): Add newline after header. Use exactly the
12046 same time stamp format as the finishing message.
12047 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12048
12049 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12050 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12051 Add highlighting of "interrupt", "killed", "terminated".
12052
12053 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12054 enabled and the current command is self-insert-command, call it
12055 explicitly with overwrite-mode bound to nil, to not allow it
12056 to delete the character after the selected region.
12057
12058 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12059
12060 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12061 move-end-of-line, end-of-line, and beginning-of-line to the list
12062 of commands after which the echo area is updated.
12063
12064 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12065
12066 * cus-edit.el (custom-save-all, custom-save-delete):
12067 Bind recentf-exclude to exclude custom-file.
12068
12069 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12070
12071 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12072 to go to the bottom of the mail message. Added to
12073 `rmail-summary-mode-map' with key "/".
12074 (rmail-summary-show-message): New (internal) function for use by
12075 both `rmail-summary-beginning/end-of-message'.
12076 (rmail-summary-beginning-of-message): Change to use
12077 rmail-summary-show-message.
12078
12079 * mail/rmail.el (rmail-end-of-message): New command to go to the
12080 end of the current message. Added to `rmail-mode-map' with key "/".
12081 (rmail-beginning-of-message): Fix to work as documented.
12082 (rmail-mode): Change documentation.
12083
12084 * progmodes/compile.el (compilation-start): Add the line
12085 "Compilation started" with compilation start time.
12086 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12087
12088 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12089
12090 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12091 of menu items.
12092
12093 2005-08-11 Richard M. Stallman <rms@gnu.org>
12094
12095 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12096
12097 * battery.el (battery-status-function): Don't use ignore-errors.
12098
12099 2005-08-11 Lute Kamstra <lute@gnu.org>
12100
12101 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12102 define-obsolete-variable-alias.
12103
12104 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12105
12106 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12107 (ange-ftp-send-cmd): Revert last change, and expand
12108 the comment explaining the problem.
12109
12110 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * ldefs-boot.el: Update.
12113
12114 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12115 item to "Time, Load and Mail". Change help echo text.
12116
12117 * time.el (display-time-use-mail-icon, display-time-format)
12118 (display-time-string-forms): Shorten first line of docstrings.
12119
12120 2005-08-10 Lars Hansen <larsh@soem.dk>
12121
12122 * desktop.el (desktop-buffer-mode-handlers):
12123 Make non-customizable. Add autoload cookie. Change initial value to
12124 nil; add elements in respective modules instead. Fix doc string.
12125 (desktop-load-file): New function.
12126 (desktop-minor-mode-handlers): New autoloaded variable.
12127 (desktop-create-buffer): Call minor mode handlers.
12128 Use desktop-load-file to load major and minor mode modules prior to
12129 checking for a handler.
12130 (desktop-save): Don't add nil to desktop-minor-modes for minor
12131 modes with nil function in desktop-minor-mode-table. Don't delete
12132 desktop file before rewriting it.
12133 (desktop-locals-to-save): Add autoload cookie. Don't make
12134 automatically buffer-local. Add variables column-number-mode,
12135 size-indication-mode, indent-tabs-mode,
12136 indicate-buffer-boundaries, indicate-empty-lines and
12137 show-trailing-whitespace.
12138 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12139 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12140 (desktop-clear-preserve-buffers-regexp): Delete.
12141 (desktop-clear-preserve-buffers): Update initial value and docstring.
12142 (desktop-save-buffer): Fix doc string.
12143
12144 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12145 (hilit-chg-desktop-restore): New function.
12146 (highlight-changes-mode): Add highlight-changes-mode to
12147 desktop-locals-to-save.
12148
12149 * dired.el: Add handler to desktop-buffer-mode-handlers.
12150 (dired-restore-desktop-buffer): Remove autoload cookie.
12151 (dired-mode): Add autoload cookie.
12152
12153 * info.el: Add handler to desktop-buffer-mode-handlers.
12154 (Info-restore-desktop-buffer): Remove autoload cookie.
12155 (Info-mode): Add autoload cookie.
12156
12157 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12158 (mh-restore-desktop-buffer): Remove autoload cookie.
12159 (mh-folder-mode): Add autoload cookie.
12160
12161 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12162 (rmail-restore-desktop-buffer): Remove autoload cookie.
12163
12164 2005-08-11 Masatake YAMATO <jet@gyve.org>
12165
12166 * hexl.el (hexl-address-region):
12167 (hexl-ascii-region, hexl-font-lock-keywords):
12168 (hexl-highlight-line-range): Use the term "region"
12169 instead of "area" for consistency with the other symbols
12170 defined in hexl.el.
12171
12172 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12173
12174 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12175 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12176 out by Juri Linkov). Add `display-battery-mode'.
12177
12178 2005-08-09 Juri Linkov <juri@jurta.org>
12179
12180 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12181 Remove `-text' from face variable names.
12182 (compilation-error-file-name, compilation-warning-file-name)
12183 (compilation-info-file-name): Delete faces.
12184 (compilation-line-number, compilation-column-number):
12185 Remove face underlining.
12186 (compilation-message-face): Set to `underline' value by default.
12187 (compilation-error-face, compilation-warning-face)
12188 (compilation-info-face): Remove `-file-name' from face names.
12189 (compilation-error-text-face, compilation-warning-text-face)
12190 (compilation-info-text-face): Delete face variables.
12191 (compilation-text-face): Delete function.
12192
12193 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12194 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12195 (grep-error-face): Set to `compilation-error' instead of
12196 `compilation-error-face' (which is redefined to `grep-hit-face' in
12197 grep buffers).
12198 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12199 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12200
12201 * dired-aux.el (dired-do-query-replace-regexp):
12202 Use `query-replace-read-args'.
12203
12204 * replace.el (query-replace-read-from, query-replace-read-to)
12205 (query-replace-read-args): Rename arg `string' to `prompt'.
12206
12207 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12208
12209 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12210
12211 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12212 uploading files.
12213 (ange-ftp-canonize-filename): Handle file names beginning with ~
12214 correctly.
12215
12216 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12217
12218 * textmodes/fill.el (canonically-space-region)
12219 (fill-context-prefix, fill-french-nobreak-p)
12220 (fill-delete-newlines, fill-comment-paragraph)
12221 (justify-current-line): "?\ " -> "?\s".
12222
12223 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12224
12225 * textmodes/fill.el (fill-nonuniform-paragraphs):
12226 Improve argument/docstring consistency.
12227
12228 2005-08-09 Richard M. Stallman <rms@gnu.org>
12229
12230 * textmodes/ispell.el (ispell-word): More fboundp checks.
12231
12232 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12233 (find-file-noselect-1): Call it here, only if RAWFILE.
12234 (normal-mode): Always set some major mode.
12235 (save-some-buffers-action-alist): Change some explanation strings.
12236 (file-name-non-special): In the `quote' method, use unwind-protect.
12237
12238 2005-08-09 Magnus Henoch <mange@freemail.hu>
12239
12240 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12241 (ispell-have-aspell-dictionaries): New variable.
12242 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12243 (ispell-get-aspell-config-value): New function.
12244 (ispell-aspell-find-dictionary): New function.
12245 (ispell-aspell-add-aliases): New function.
12246 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12247 appropriate. Don't look for ispell dictionaries if we use aspell.
12248 (ispell-menu-map): Don't build a submenu of dictionaries.
12249
12250 2005-08-09 Richard M. Stallman <rms@gnu.org>
12251
12252 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12253 (sql-read-passwd): Use read-passwd.
12254
12255 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12256 (idlwave-toolbar-is-possible): Add defvars.
12257
12258 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12259 Avoid warnings.
12260
12261 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12262 (idlwave-system-class-info, idlwave-executive-commands-alist):
12263 Use defvar.
12264
12265 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12266
12267 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12268 Avoid warnings.
12269
12270 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12271 and content-type: headers.
12272
12273 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12274
12275 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12276 and rename some of them to be more self-explanatory.
12277
12278 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12279
12280 * startup.el (command-line-1): Implement -scriptload.
12281
12282 * replace.el (occur-engine): Initial *Occur* output not undoable.
12283
12284 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12285 and improve help strings.
12286
12287 * isearch.el (isearch-repeat): When changing direction,
12288 mark search successful.
12289
12290 * ediff-init.el: Use (featurep 'xemacs).
12291
12292 * comint.el (send-invisible): Identify buffer, if not selected.
12293
12294 * align.el: Delete autoload for c-guess-basic-syntax.
12295
12296 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12297
12298 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12299 Improve argument/docstring consistency. Doc fixes.
12300 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12301 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12302 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12303 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12304 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12305 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12306 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12307 Defvar at compile time.
12308
12309 2005-08-09 Juri Linkov <juri@jurta.org>
12310
12311 * info.el: Replace `info' with upper-case `Info' where appropriate.
12312 (info-title-1, info-title-2, info-title-3, info-title-4)
12313 (info-menu-header): Move up face definitions.
12314 (info-menu-star): Rename from `info-menu-5'.
12315 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12316 (Info-fontify-visited-nodes): Fix docstring.
12317 (Info-hide-note-references): Fix docstring.
12318 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12319 menu items in the same way as on cross-references.
12320 (info-apropos): Fix sorting order and formatting to be like in the
12321 stand-alone Info browser. Display error messages for 1 sec.
12322 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12323 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12324 from the menu bar.
12325 (Info-insert-dir): Restore point after calling
12326 `insert-buffer-substring'.
12327
12328 2005-08-08 Richard M. Stallman <rms@gnu.org>
12329
12330 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12331 (recompute-lucid-menubar): Add defvars.
12332
12333 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12334
12335 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12336
12337 * net/net-utils.el (run-dig): Rename from `dig'.
12338
12339 * play/gametree.el (gametree-mode): Use make-local-variable,
12340 not make-variable-buffer-local.
12341
12342 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12343
12344 * ansi-color.el (ansi-color-make-extent)
12345 (ansi-color-set-extent-face): Use fboundp, not functionp.
12346
12347 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12348 not make-variable-buffer-local.
12349
12350 * bookmark.el (Info-current-file): Add defvar.
12351 (bookmark-jump-noselect): Use with-no-warnings.
12352
12353 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12354
12355 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12356
12357 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12358
12359 * find-file.el (ada-procedure-start-regexp)
12360 (ada-package-start-regexp): Add defvars.
12361
12362 * info.el (Info-insert-dir): Use insert-buffer-substring.
12363
12364 * xml.el (xml-att-def-re): Add defvar.
12365
12366 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12367 calling convention.
12368
12369 * subr.el (while-no-input): Return t if there is input.
12370
12371 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12372
12373 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12374
12375 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12376
12377 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12378 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12379
12380 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12381
12382 * cmuscheme.el (scheme-start-file): Replace reference to
12383 `user-emacs-directory' by "~/.emacs.d/".
12384
12385 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12386
12387 * info.el (Info-dir-remove-duplicates): Avoid case folding
12388 in loop; instead, keep downcased strings for comparison.
12389 Suggested by Helmut Eller.
12390
12391 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12392
12393 Sync with Tramp 2.0.50.
12394
12395 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12396 XEmacs case; not necessary anymore.
12397 (tramp-user-regexp): Allow "@" as part of user name.
12398 (tramp-handle-set-visited-file-modtime)
12399 (tramp-handle-insert-file-contents)
12400 (tramp-handle-write-region): No special handling for
12401 `last-coding-system-used, because this is done in
12402 `tramp-accept-process-output' now.
12403 (tramp-accept-process-output): New defun.
12404 (tramp-process-one-action, tramp-process-one-multi-action)
12405 (tramp-wait-for-regexp, tramp-wait-for-output)
12406 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12407 Howells <dhowells@redhat.com>.
12408 (clear-visited-file-modtime): Defadvice removed. The check for
12409 unset buffer's modtime does not need to be based on
12410 `tramp-buffer-file-attributes'. Suggested by RMS.
12411 (tramp-message): Insert "\n" if not being at beginning of line.
12412 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12413 sequence with same logic.
12414 (tramp-completion-handle-expand-file-name): Discard call of
12415 `tramp-drop-volume-letter'. It is not necessary, and there have
12416 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12417 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12418 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12419 should always be visible.
12420 (tramp-handle-insert-directory, tramp-setup-complete)
12421 (tramp-set-process-query-on-exit-flag)
12422 (tramp-append-tramp-buffers): Pacify byte-compiler.
12423 (tramp-bug): Delete non-existing variables from list.
12424 Apply `tramp-load-report-modules' as pre-hook.
12425 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12426 `shell-prompt-pattern' because of non-7bit characters.
12427 Reported by Sebastian Luque <sluque@mun.ca>.
12428 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12429 (tramp-match-string-list): Remove function.
12430 (tramp-wait-for-regexp): Remove call of that function.
12431 Suggested by Kim F. Storm <storm@cua.dk>.
12432 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12433 instead of octal character code ?\600. The latter resulted in a
12434 syntax error with XEmacs.
12435
12436 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12437 XEmacs case; not necessary anymore.
12438 (tramp-smb-handle-write-region): No special handling for
12439 `last-coding-system-used, because this is done in
12440 `tramp-accept-process-output' now.
12441 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12442
12443 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12444
12445 * wid-edit.el (widget-choice-value-create):
12446 Unconditionally respect user choice. Set :explicit-choice back to nil
12447 when no longer needed.
12448 (widget-choice-action): Unconditionally respect user choice.
12449 Eliminate :explicit-choice-value.
12450
12451 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12452
12453 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12454 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12455 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12456 running new function `toggle-indicate-empty-lines'.
12457 Rename "Customize" item to "Customize fringe".
12458 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12459 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12460 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12461 Delete "Empty lines only" item.
12462 (menu-bar-showhide-fringe-ind-customize): New function.
12463 (menu-bar-showhide-fringe-ind-mixed)
12464 (menu-bar-showhide-fringe-ind-box)
12465 (menu-bar-showhide-fringe-ind-right)
12466 (menu-bar-showhide-fringe-ind-left)
12467 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12468 instead of `fringe-indicators'.
12469
12470 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12471
12472 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12473 Change the date of last update.
12474
12475 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12476
12477 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12478 (viper-exec-yank, viper-put-back): Don't display modification msg
12479 if in the minibuffer.
12480
12481 * viper-init.el (viper-replace-overlay-cursor-color)
12482 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12483 Make variables frame local.
12484
12485 * viper-util.el (viper-append-filter-alist): Use append instead of
12486 nconc.
12487
12488 * viper.el (viper-vi-state-mode-list)
12489 (viper-emacs-state-mode-list): Move help-mode and
12490 completion-list-mode from the first list to the second.
12491 (viper-mode): Docstring.
12492 (viper-go-away, viper-non-hook-settings): Don't localize
12493 minor-mode-alist in newer Emacsen. Add advice to
12494 set-cursor-color. Don't bind "\C-c\\".
12495
12496 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12497
12498 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12499 (scheme-macro-expand-command): New user options.
12500 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12501 (scheme-form-at-point, scheme-start-file)
12502 (scheme-interactively-start-process): New functions.
12503 (scheme-get-process): New function, extracted from `scheme-proc'.
12504 (run-scheme): Call `scheme-start-file' to get start file, and pass
12505 it to `make-comint'.
12506 (switch-to-scheme, scheme-proc):
12507 Call `scheme-interactively-start-process' if no Scheme buffer/process
12508 is available.
12509
12510 2005-08-06 Juri Linkov <juri@jurta.org>
12511
12512 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12513 Use `compilation-text-face', `compilation-info-text-face' and
12514 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12515 (compilation-error): New face.
12516 (compilation-error-file-name): Inherit from
12517 `compilation-error' instead of `font-lock-warning-face'.
12518 (compilation-warning-file-name): Inherit from
12519 `compilation-warning' instead of `font-lock-warning-face'.
12520 (compilation-info, compilation-error-file-name)
12521 (compilation-warning-file-name, compilation-info-file-name)
12522 (compilation-line-number, compilation-column-number): Doc fix.
12523 (compilation-error-text-face, compilation-warning-text-face)
12524 (compilation-info-text-face): New face variables.
12525 (compilation-line-face, compilation-column-face)
12526 (compilation-enter-directory-face)
12527 (compilation-leave-directory-face): Doc fix.
12528 (compilation-text-face): New function.
12529
12530 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12531 instead of 1 to display binary file names as info file links.
12532 (grep-error-face): Use `compilation-error-face' instead of
12533 `font-lock-keyword-face'.
12534 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12535 and `compilation-warning-text-face' instead of
12536 `font-lock-keyword-face'. Use `compilation-error-text-face'
12537 instead of `grep-error-face'.
12538
12539 2005-08-05 Kenichi Handa <handa@m17n.org>
12540
12541 * international/code-pages.el: Add autoload cookies for all coding
12542 systems.
12543
12544 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12545
12546 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12547
12548 2005-08-04 Juri Linkov <juri@jurta.org>
12549
12550 * progmodes/compile.el (compilation-mode-map):
12551 * progmodes/grep.el (grep-mode-map):
12552 Bind TAB to `compilation-next-error' and [backtab] to
12553 `compilation-previous-error'.
12554
12555 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12556 matching line numbers, column numbers and their ranges with regexp
12557 matching only line numbers.
12558 (grep-context-face): New face variable.
12559 (grep-mode-font-lock-keywords): Use it.
12560
12561 * faces.el (read-face-name): Delete duplicate faces.
12562
12563 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12564
12565 * thumbs.el (thumbs-find-image): Don't make variables
12566 automatically buffer local.
12567 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12568 (thumbs-image-num): Make automatically buffer local.
12569 (thumbs-show-thumbs-list): Use `make-local-variable', not
12570 `make-variable-buffer-local'.
12571 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12572
12573 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12574 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12575 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12576 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12577 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12578 (feelings-about, foullst, found, hello, history, howareyoulst)
12579 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12580 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12581 (neglst, obj, object, owner, please, problems, qlist)
12582 (random-adjective, relation, remlst, repetitive-shortness)
12583 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12584 (shortlst, something, sportslst, stallmanlst, states, subj)
12585 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12586 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12587 Defvar at compile time.
12588
12589 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12590 not `make-variable-buffer-local'.
12591
12592 2005-08-02 Kim F. Storm <storm@cua.dk>
12593
12594 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12595 rectangle overlay in selected window.
12596
12597 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12598
12599 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12600 instead of display group. Make `indicate-buffer-boundaries'
12601 customizable through Custom.
12602
12603 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12604
12605 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12606 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12607 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12608 (gdb-put-string): Fix typos in docstrings.
12609
12610 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12611
12612 Update copyright notices of files in progmodes directory for
12613 release of Emacs 22.1.
12614
12615 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12616
12617 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12618 Don't barf if the GUD buffer has been killed.
12619
12620 2005-08-01 Kim F. Storm <storm@cua.dk>
12621
12622 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12623
12624 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * simple.el (next-error-follow-minor-mode):
12627 make-variable-buffer-local -> make-local-variable.
12628
12629 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12630
12631 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12632 (byte-compile-form-make-variable-buffer-local): New functions to warn
12633 about misuses of make-variable-buffer-local where make-local-variable
12634 was meant.
12635
12636 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12637
12638 * bs.el (bs-attributes-list): Doc fix.
12639 (bs): Update url-link.
12640
12641 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12642 (desktop-load-default): Simplify.
12643
12644 * ibuffer.el (ibuffer-columnize-and-insert-list)
12645 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12646 (ibuffer-unmark-all, ibuffer-toggle-marks)
12647 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12648 (ibuffer-compile-make-format-form, ibuffer-format-column)
12649 (ibuffer-current-buffers-with-marks)
12650 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12651 (ibuffer): Doc fix.
12652 (ibuffer-mode): Fix typo in docstring.
12653 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12654 with `define-obsolete-variable-alias'.
12655 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12656
12657 2005-07-29 Kenichi Handa <handa@m17n.org>
12658
12659 * international/mule-cmds.el (select-message-coding-system):
12660 Be sure to use LF for end-of-line. If no coding system is decided,
12661 return iso-8859-1-unix.
12662
12663 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12666 (ange-ftp-pending-error-line): New vars.
12667 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12668 to handle the non-fatal no-route-to-host messages.
12669 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12670
12671 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12672
12673 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12674 (isearch-quote-char, isearch-printing-char)
12675 (isearch-text-char-description): "?\ " -> "?\s".
12676 (isearch-lazy-highlight-cleanup)
12677 (isearch-lazy-highlight-initial-delay)
12678 (isearch-lazy-highlight-interval)
12679 (isearch-lazy-highlight-max-at-a-time)
12680 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12681 Declare with define-obsolete-*-alias macros.
12682 (isearch-forward): Fix typo in docstring.
12683 (search-invisible, search-ring-yank-pointer)
12684 (regexp-search-ring-yank-pointer): Doc fixes.
12685
12686 * recentf.el (recentf-menu-append-commands-p): Declare with
12687 `define-obsolete-variable-alias'.
12688 (recentf-max-saved-items, recentf-menu-filter)
12689 (recentf-arrange-by-rule-subfilter): Doc fixes.
12690 (recentf-menu-append-commands-flag)
12691 (recentf-initialize-file-name-history, recentf-expand-file-name)
12692 (recentf-clear-data): Fix typos in docstrings.
12693
12694 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12695
12696 * progmodes/gdb-ui.el: Smarten comments.
12697 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12698
12699 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12700
12701 * term/apollo.el (terminal-init-apollo): New function containing
12702 all former top level forms in the file.
12703 * term/bobcat.el (terminal-init-bobcat):
12704 * term/cygwin.el (terminal-init-cygwin):
12705 * term/iris-ansi.el (terminal-init-iris-ansi):
12706 * term/linux.el (terminal-init-linux):
12707 * term/news.el (terminal-init-news):
12708 * term/rxvt.el (terminal-init-rxvt):
12709 * term/sun.el (terminal-init-sun):
12710 * term/tvi970.el (terminal-init-tvi970):
12711 * term/vt100.el (terminal-init-vt100):
12712 * term/vt102.el (terminal-init-vt102):
12713 * term/vt125.el (terminal-init-vt125):
12714 * term/vt200.el (terminal-init-vt200):
12715 * term/vt201.el (terminal-init-vt201):
12716 * term/vt220.el (terminal-init-vt220):
12717 * term/vt240.el (terminal-init-vt240):
12718 * term/vt300.el (terminal-init-vt300):
12719 * term/vt320.el (terminal-init-vt320):
12720 * term/vt400.el (terminal-init-vt400):
12721 * term/vt420.el (terminal-init-vt420):
12722 * term/wyse50.el (terminal-init-wyse50):
12723 * term/xterm.el (terminal-init-xterm): Likewise.
12724
12725 * term/README: Describe the terminal-init-* functionality.
12726
12727 * startup.el (command-line): After loading the terminal initialization
12728 file call the corresponding terminal initialization function.
12729
12730 2005-07-27 Kenichi Handa <handa@m17n.org>
12731
12732 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12733 negative.
12734
12735 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12736 (ps-mule-composition-prologue): Fix for the case that
12737 RelativeCompose is false.
12738
12739 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12740
12741 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12742
12743 * descr-text.el (describe-char): Handle the case where the list of
12744 chars is displayed in a separate frame.
12745 Be a bit more discriminating when looking for the char.
12746
12747 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12748
12749 * bookmark.el (bookmark-automatically-show-annotations)
12750 (bookmark-read-annotation-text-func): Doc fixes.
12751 (bookmark-save): Improve argument/docstring consistency.
12752 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12753 (bookmark-alist-from-buffer)
12754 (bookmark-upgrade-file-format-from-0)
12755 (bookmark-grok-file-format-version)
12756 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12757 (bookmark-read-annotation-mode)
12758 (bookmark-insert-current-bookmark, bookmark-jump)
12759 (bookmark-exit-hook): Fix typos in docstrings.
12760 (bookmark-exit-hooks): Define as obsolete alias.
12761 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12762 not `bookmark-exit-hooks'. Fix docstring.
12763 (bookmark-bmenu-select): "?\ " -> "?\s".
12764
12765 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12766
12767 * startup.el (command-line): Fix typo.
12768
12769 2005-07-24 Richard M. Stallman <rms@gnu.org>
12770
12771 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12772 not emacs-quick-startup.
12773
12774 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12775
12776 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12777 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12778 instead of `reb-with-current-window'.
12779 (reb-prev-match): Likewise. Also, don't move left if the search
12780 was unsuccessful.
12781 (reb-initialize-buffer): New function.
12782 (re-builder, reb-change-syntax): Use it.
12783
12784 * man.el (Man-goto-page): Make second argument NOERROR optional.
12785
12786 2005-07-23 Richard M. Stallman <rms@gnu.org>
12787
12788 * man.el (Man-bgproc-sentinel): Check here for failure to find
12789 any man page in the output, and report the error here.
12790 (Man-arguments): Make it permanent local.
12791 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12792 (Man-mode): Pass t for NOERROR.
12793
12794 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12795 (grep-mode-font-lock-keywords):
12796 Don't use compilation-...-face for messages that are not file names.
12797
12798 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12799 Don't use compilation-...-face for messages that are not file names.
12800
12801 2005-07-22 Juri Linkov <juri@jurta.org>
12802
12803 * startup.el (normal-splash-screen): Update menu name.
12804
12805 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12806
12807 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12808
12809 * term/xterm.el: Load term/rxvt if the terminal is actually an
12810 rxvt terminal.
12811 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12812
12813 * term/rxvt.el (function-key-map): Use substitute-key-definition
12814 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12815
12816 * term/cygwin.el: New file.
12817
12818 2005-07-22 Kim F. Storm <storm@cua.dk>
12819
12820 * image-file.el (insert-image-file, image-file-yank-handler):
12821 Fix last change to maintain a (unique) yank-handler on yanked images.
12822
12823 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12824
12825 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12826 of the file size (as in "177B" for 177 bytes). This happens with
12827 "ls -lh" on FreeBSD.
12828
12829 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12830
12831 * hilit-chg.el (highlight-changes-global-initial-state)
12832 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12833 (hilit-chg-fixup, highlight-changes-mode):
12834 Fix typos in docstrings.
12835 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12836 Doc fixes.
12837
12838 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12839
12840 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12841 mode function using `eval-after-load'.
12842
12843 2005-07-21 Kim F. Storm <storm@cua.dk>
12844
12845 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12846 included when reporting an emacs crash, and tell about the DEBUG file.
12847
12848 * image-file.el (insert-image-file): Add yank-handler.
12849 (image-file-yank-handler): Yank handler to make unique copies of
12850 images when they are yanked into a buffer next to each other.
12851
12852 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12853
12854 * comint.el (comint-use-prompt-regexp, comint-send-input)
12855 (comint-source-default, comint-extract-string)
12856 (comint-get-source, comint-word, comint-completion)
12857 (comint-source, comint-prompt-read-only, comint-update-fence):
12858 Fix typos in docstrings.
12859 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12860 Declare with define-obsolete-*-alias macros.
12861 (comint-previous-matching-input-from-input)
12862 (comint-next-matching-input-from-input)
12863 (comint-previous-matching-input, comint-next-matching-input)
12864 (comint-forward-matching-input):
12865 Improve argument/docstring consistency.
12866
12867 * desktop.el (desktop-clear-preserve-buffers-regexp):
12868 Also preserve the *server* buffer.
12869
12870 * simple.el (clone-indirect-buffer): Doc fix.
12871 (fixup-whitespace, just-one-space)
12872 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12873 (next-error, next-error-highlight)
12874 (next-error-highlight-no-select, next-error-last-buffer)
12875 (next-error-buffer-p, next-error-find-buffer, next-error)
12876 (previous-error, next-error-no-select, previous-error-no-select)
12877 (open-line, split-line, minibuffer-prompt-width, kill-new)
12878 (binary-overwrite-mode): Fix typos in docstrings.
12879 (set-fill-column): Fix typo in message.
12880
12881 * skeleton.el (skeleton-proxy-new): Doc fix.
12882
12883 * strokes.el (strokes-load-hook): Doc fix.
12884 (strokes-grid-resolution, strokes-get-grid-position)
12885 (strokes-renormalize-to-grid, strokes-read-stroke)
12886 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12887 (strokes-global-map): Fix typos in docstrings.
12888 (strokes-help): Doc fix. Fix help message and pass it through
12889 `substitute-command-keys'.
12890
12891 * tempo.el (tempo-insert-prompt, tempo-interactive)
12892 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12893 (tempo-insert-string-functions, tempo-local-tags)
12894 (tempo-define-template, tempo-insert-template)
12895 (tempo-insert-prompt-compat, tempo-is-user-element)
12896 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12897 Fix typos in docstrings.
12898
12899 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12900 (vcursor-key-bindings, vcursor-use-vcursor-map)
12901 (vcursor-find-window, vcursor-scroll-down)
12902 (vcursor-disable, vcursor-beginning-of-buffer)
12903 (vcursor-end-of-buffer): Fix typos in docstrings.
12904 (vcursor-relative-move, vcursor-get-char-count):
12905 Improve argument/docstring consistency.
12906
12907 * version.el: "?\ " -> "?\s".
12908
12909 * wid-edit.el (widget-default-create, widget-after-change)
12910 (widget-default-format-handler, widget-checklist-add-item)
12911 (widget-radio-add-item, widget-choose, widget-specify-secret)
12912 (widget-field-value-create, widget-field-value-get)
12913 (widget-editable-list-format-handler)
12914 (widget-editable-list-entry-create, widget-group-value-create)
12915 (widget-documentation-link-add)
12916 (widget-documentation-string-value-create): "?\ " -> "?\s".
12917 (widget-convert-text): Doc fix.
12918 (widget-narrow-to-field, widget-field-find)
12919 (widget-url-link-action, widget-emacs-library-link-action)
12920 (widget-color-notify): Fix typos in docstrings.
12921
12922 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12923 (x-select-text, set-w32-system-coding-system)
12924 (w32-add-charset-info): Fix typos in docstrings.
12925
12926 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12927 (cua-enable-cua-keys, cua-use-hyper-key)
12928 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12929 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12930
12931 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12932
12933 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12934 `defalias' instead of faking it.
12935
12936 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12937 (eshell-ls-missing, eshell-ls-dired-initial-args)
12938 (eshell-ls-use-in-dired): Fix typos in docstrings.
12939
12940 2005-07-20 Kim F. Storm <storm@cua.dk>
12941
12942 * emulation/cua-base.el (cua-mode): Improve doc string.
12943
12944 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12945
12946 * abbrev.el (expand-region-abbrevs): Doc fix.
12947 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12948 Improve argument/docstring consistency.
12949
12950 * arc-mode.el (archive-get-descr, archive-alternate-display):
12951 Doc fixes.
12952 (archive-l-e): Improve argument/docstring consistency.
12953 (archive-tmpdir, archive-unixdate, archive-unixtime)
12954 (archive-chmod-entry): Fix typos in docstrings.
12955 (archive-unflag, archive-unflag-backwards)
12956 (archive-unmark-all-files): "?\ " -> "?\s".
12957
12958 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12959 (Buffer-menu-not-modified, Buffer-menu-execute)
12960 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12961 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12962
12963 * composite.el (compose-string, encode-composition-rule)
12964 (compose-last-chars): Fix typos in docstrings.
12965
12966 * desktop.el (desktop-enable, desktop-basefilename):
12967 Declare with `define-obsolete-variable-alias'.
12968 (desktop-internal-v2s): Don't quote keywords.
12969 (desktop-clear): "?\ " -> "?\s".
12970
12971 * dired.el (dired-align-file, dired-flag-backup-files)
12972 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12973 (dired-listing-switches, dired-ls-F-marks-symlinks)
12974 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12975 (dired-directory, dired-faces, dired, dired-revert)
12976 (dired-mode, dired-summary, dired-view-file)
12977 (dired-copy-filename-as-kill, dired-delete-file)
12978 (dired-no-confirm, dired-unmark-all-marks)
12979 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12980 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12981 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12982 Fix typos in message strings.
12983
12984 * dired-x.el (virtual-dired): Declare with `defalias'.
12985 (dired-mark-unmarked-files, dired-local-variables-file)
12986 (dired-omit-here-always): Doc fix.
12987 (dired-omit-mode, dired-find-subdir)
12988 (dired-enable-local-variables, dired-clean-up-buffers-too)
12989 (dired-extra-startup, dired-mark-extension, dired-jump)
12990 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12991 (dired-smart-shell-command, dired-guess-shell-alist-user)
12992 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12993 (dired-x-bind-find-file, dired-x-submit-report):
12994 Fix typos in docstrings.
12995 (dired-mark-unmarked-files): "?\ " -> "?\s".
12996
12997 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12998
12999 * faces.el (describe-face): "?\ " -> "?\s".
13000 (read-all-face-attributes, read-face-font, modify-face)
13001 (face-attr-construct, italic): Fix typos in docstrings.
13002 (frame-update-face-colors): Declare with
13003 `define-obsolete-function-alias'.
13004
13005 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13006 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13007 (magic-mode-alist, buffer-file-numbers-unique)
13008 (write-file-functions, get-free-disk-space):
13009 Fix typos in docstrings.
13010 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13011 (write-contents-hooks, write-file-hooks):
13012 Declare with `define-obsolete-variable-alias'.
13013
13014 * forms-d2.el (arch-rj): Fix typo in docstrings.
13015 (arch-tocol): Likewise. "?\ " -> "?\s".
13016
13017 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13018 Fix typo in docstring.
13019 (set-screen-width, set-screen-height): Delete redundant info in
13020 doctrings.
13021 (new-frame, screen-height, screen-width): Declare with
13022 `define-obsolete-function-alias'.
13023 (delete-frame-hook, blink-cursor): Declare with
13024 `define-obsolete-variable-alias'.
13025
13026 * paths.el (prune-directory-list): Fix typos in docstring.
13027
13028 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13029 (cvs-prefix-get): Fix typos in docstrings.
13030
13031 * ps-print.el (ps-extend-face-list, ps-extend-face)
13032 (ps-print-background-image): Fix typos in docstrings.
13033 (ps-default-fg, ps-default-bg): Doc fixes.
13034
13035 * s-region.el (s-region-bind): Doc fix.
13036 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13037
13038 * textmodes/org.el (org-table-formula-substitute-names)
13039 (org-table-get-vertical-vector): Doc fixes.
13040 (org-table-recalculate): Remove unused argument to `message'.
13041
13042 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13043
13044 * textmodes/org.el (org-table-column-names)
13045 (org-table-column-name-regexp)
13046 (org-table-named-field-locations): New variables.
13047 (org-archive-subtree): Protect `this-command' when calling
13048 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13049 the kill buffer.
13050 (org-complete): Remove fixed-formula completion.
13051 (org-edit-formulas-map): New variable.
13052 (org-table-edit-formulas): New command.
13053 (org-finish-edit-formulas, org-abort-edit-formulas)
13054 (org-show-variable, org-table-get-vertical-vector): New functions.
13055 (org-table-maybe-eval-formula): Handle `:=' fields.
13056 (org-table-get-stored-formulas, org-table-store-formulas)
13057 (org-table-get-formula, org-table-modify-formulas)
13058 (org-table-replace-in-formulas): Handle named field formulas.
13059 (org-table-get-specials): Store locations of named fields.
13060
13061 2005-07-19 Juri Linkov <juri@jurta.org>
13062
13063 * progmodes/grep.el (grep-regexp-alist)
13064 (grep-mode-font-lock-keywords, grep-process-setup):
13065 Use default GNU grep match color "01;31m" instead of "01;41m".
13066 (grep-regexp-alist, grep-mode-font-lock-keywords):
13067 Use `\\[[0-9]*m' instead of `\\[00m'.
13068 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13069 sgr_start where its handling is more important. Use the real
13070 length of sgr_start instead of constant 8.
13071 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13072 specially. Delete all remaining escape sequences.
13073 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13074 (grep-regexp-alist): Make hyperlink only for binary file name
13075 instead of the whole line.
13076 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13077 (grep-mode): Add autoload.
13078
13079 * emacs-lisp/find-func.el (find-function-regexp):
13080 Add `define-compilation-mode'.
13081
13082 2005-07-19 Juri Linkov <juri@jurta.org>
13083
13084 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13085 (compare-windows-sync-string-size, compare-windows-recenter)
13086 (compare-windows-highlight, compare-windows): Add version 22.1.
13087 (compare-windows) <defface>: Inherit from lazy-highlight instead
13088 of duplicating its default value.
13089
13090 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13091 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13092
13093 * descr-text.el (describe-char): Create link buttons for `charset'
13094 and `code point'. Add the current input method name with a link
13095 button to `to input' field. Print face names of display table
13096 characters in `The display table entry is displayed by' section
13097 instead of printing face-id in the `display' field.
13098 Guess hardcoded faces and create a link button for them.
13099 Skip empty fields when calculating max-width.
13100 Treat `widget-create' specially while inserting strings from the
13101 collected field list.
13102 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13103
13104 * diff-mode.el (diff-file-header): Change foreground color from
13105 yellow to green on light backgrounds.
13106 (diff-context): Inherit from `shadow' only for color/grayscale
13107 with more than 88 colors.
13108 (diff-indicator-removed, diff-indicator-added)
13109 (diff-indicator-changed): New faces.
13110 (diff-font-lock-keywords): Use new faces. Regroup rules.
13111 Add "^---$" for `normal' diff format. Fontify `#' lines with
13112 font-lock-comment-delimiter-face and font-lock-comment-face.
13113 Add `#' to ^[^...] in the rule for `diff-context-face'.
13114
13115 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13116 a button-like box. Inherit from `highlight' on low colors.
13117 (shadow): Use shades of gray only for color/grayscale with
13118 more than 88 colors. Use green for light backgrounds with
13119 8 colors, and yellow for dark backgrounds with 8 colors.
13120
13121 * font-lock.el (font-lock-regexp-grouping-backslash):
13122 Don't inherit from escape-glyph (use bold for all cases).
13123
13124 * info.el (info-xref-visited): Use light foreground color `violet'
13125 for dark backgrounds instead of dark color `magenta3'.
13126 (info-title-1): Use `yellow' color for dark backgrounds.
13127
13128 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13129 too-light magenta2.
13130
13131 * replace.el (match): Use slightly more light RoyalBlue3 instead
13132 of dark RoyalBlue4.
13133
13134 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13135
13136 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13137
13138 * novice.el (disabled-command-hook): Declare it with
13139 `define-obsolete-variable-alias'.
13140
13141 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13142 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13143 (desktop-load-default): Add release to obsolescence info.
13144 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13145 (desktop-append-buffer-args, desktop-read):
13146 Fix typos in docstrings.
13147 (desktop-kill): Fix typo in message.
13148 (desktop-save): Doc fix.
13149
13150 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13151
13152 * viper-cmd.el (viper-escape-to-state): Bug fix.
13153 (viper-envelop-ESC-key): Change the definition of fast
13154 keysequence so it'll work with keyboard macros.
13155
13156 * ediff.el (ediff-patch-buffer): Change the docstring.
13157
13158 2005-07-19 Kenichi Handa <handa@m17n.org>
13159
13160 * international/mule-cmds.el (select-safe-coding-system): Try to
13161 use an auto-coding (if any) before anything else. If the found
13162 auto-coding is invalid, show a warning message.
13163
13164 * international/mule.el (find-auto-coding): New function created
13165 by modifying the body of set-auto-coding.
13166 (set-auto-coding): Use find-auto-coding to find a coding.
13167
13168 2005-07-18 Richard M. Stallman <rms@gnu.org>
13169
13170 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13171 not isearch-mode-end-hook-error.
13172 (allout-before-change-protect): Fix error message.
13173
13174 2005-07-18 Juri Linkov <juri@jurta.org>
13175
13176 * allout.el (allout-mode):
13177 * calculator.el (calculator-copy):
13178 * custom.el (custom-known-themes):
13179 * dired.el (dired-desktop-buffer-misc-data)
13180 (dired-restore-desktop-buffer):
13181 * dired-x.el (dired-omit-marker-char):
13182 * files.el (basic-save-buffer):
13183 * font-core.el (font-lock-mode):
13184 * calendar/calendar.el (calendar-goto-hebrew-date)
13185 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13186 (calendar-goto-persian-date):
13187 * language/ethio-util.el (ethio-sera-to-fidel-region):
13188 * textmodes/picture.el (picture-mode):
13189 Delete duplicate duplicate words.
13190
13191 2005-07-18 Juri Linkov <juri@jurta.org>
13192
13193 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13194 chars * ? } |.
13195 (isearch-fallback): Don't call `isearch-process-search-char'.
13196 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13197 (isearch-process-search-char): Call `isearch-fallback' for regexp
13198 chars * ? } |.
13199 (isearch-return-char): Make obsolete with `make-obsolete' instead
13200 of simply documenting it as obsolete in the docstring.
13201 (isearch-fallback): Refill docstring.
13202
13203 * international/isearch-x.el
13204 (isearch-process-search-multibyte-characters): Remove unneeded
13205 `concat'. Add intermediate values to `junk-hist' instead of
13206 `minibuffer-history'. Test the length of `str'.
13207
13208 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13209
13210 * allout.el (allout-resolve-xref): Fix typos in error strings.
13211 (allout-before-change-protect): Remove unneeded `concat'.
13212
13213 * array.el (array-mode, array-reconfigure-rows)
13214 (untabify-backward): Fix typos in docstrings.
13215 (array-reconfigure-rows): Use `insert-buffer-substring', not
13216 `insert-buffer'.
13217
13218 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13219 * progmodes/ada-mode.el (ada-make-body):
13220 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13221
13222 * dired.el (dired-log):
13223 * tar-mode.el (tar-subfile-save-buffer):
13224 * play/zone.el (zone-pgm-stress-destress):
13225 Use `insert-buffer-substring', not `insert-buffer'.
13226
13227 2005-07-17 Simon Josefsson <jas@extundo.com>
13228
13229 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13230
13231 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13232
13233 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13234 Add plain auth method.
13235 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13236
13237 2005-07-17 Kim F. Storm <storm@cua.dk>
13238
13239 * ido.el (dired-other-window): Add ido property.
13240
13241 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13242
13243 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13244 Fix typo in docstring.
13245 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13246 `insert-file-literally'.
13247
13248 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13249 info and delete redundant message. Doc fix.
13250 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13251 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13252
13253 2005-07-16 Richard M. Stallman <rms@gnu.org>
13254
13255 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13256 (byte-compile-and): Use byte-compile-and-recursion.
13257 (byte-compile-or-recursion): New function.
13258 (byte-compile-or): Use that.
13259 (byte-compile-if): Guard the else-clause too.
13260 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13261
13262 * isearch.el (isearch-mode-end-hook-quit): New variable.
13263 (isearch-done): Bind it.
13264 (isearch-mode-end-hook): Doc fix.
13265
13266 * allout.el (allout-isearch-did-quit): Variable deleted.
13267 (allout-real-isearch-abort): Function name no longer used.
13268 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13269 (allout-isearch-rectification): isearch-mode always exists.
13270 Don't set allout-isearch-did-quit.
13271 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13272 allout-isearch-did-quit.
13273 (allout-enwrap-isearch): Just add the hook.
13274 (allout-isearch-abort): Function deleted.
13275 (allout-pre-command-business): Avoid warning.
13276
13277 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13278 Correctly avoid warnings.
13279 (pascal-outline): Likewise.
13280
13281 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13282
13283 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13284
13285 * play/tetris.el (tetris-mode): Avoid warning.
13286
13287 * play/snake.el (snake-mode): Avoid warning.
13288
13289 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13290 (gamegrid-set-display-table): Avoid warning.
13291 (gamegrid-set-timer): Likewise.
13292 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13293 (gamegrid-add-score-with-update-game-score-1): Take FILE
13294 as argument.
13295 (gamegrid-add-score-with-update-game-score): Pass that argument.
13296 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13297
13298 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13299
13300 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13301 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13302
13303 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13304 and insert-file.
13305
13306 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13307 (sc-ask): Avoid warnings.
13308
13309 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13310 (eshell-hist-initialize): Use that var the natural way.
13311
13312 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13313
13314 * emacs-lisp/re-builder.el (reb-cook-regexp):
13315 Avoid warning calling lre-compile-string.
13316 (reb-color-display-p): Avoid warning.
13317
13318 * calculator.el (calculator-last-input): Guard uses
13319 of event-key and key-press-event-p.
13320 (event-key, key-press-event-p): Delete definitions.
13321
13322 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13323 (find-gc-source-directory, find-gc-subrs-callers)
13324 (find-gc-noreturn-list, find-gc-source-files)
13325 (find-gc-subrs-called): Vars renamed and defvar'd.
13326
13327 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13328 (checkdoc-overlay-put, checkdoc-delete-overlay)
13329 (checkdoc-overlay-start, checkdoc-overlay-end)
13330 (checkdoc-mode-line-update, checkdoc-char=):
13331 Define such that compiler knows they are defined.
13332 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13333 (checkdoc-read-event): Delete. Use read-event directly.
13334
13335 * whitespace.el (whitespace-make-overlay)
13336 (whitespace-overlay-put, whitespace-delete-overlay)
13337 (whitespace-overlay-start, whitespace-overlay-end):
13338 Define such that compiler knows they are defined.
13339 (whitespace): Move conditional inside.
13340
13341 * tempo.el (tempo-insert-template): Suppress warning.
13342
13343 * ediff-diff.el (longlines-mode): Add defvar.
13344
13345 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13346
13347 * server.el: Bind "C-x #" in a way that works even if C-x is
13348 redefined to a command key, not a prefix key.
13349
13350 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13351
13352 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13353 cl-make-type-test till execution time.
13354
13355 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13356
13357 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13358 arg ARG and use it.
13359
13360 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13361
13362 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13363
13364 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13365
13366 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13367 a defcustom with two :set or :type keywords.
13368
13369 2005-07-15 Richard M. Stallman <rms@gnu.org>
13370
13371 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13372 Don't give ^M comment-end syntax.
13373
13374 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13375
13376 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13377 Don't consider gdbmi (gdb-mi.el has its own update functions).
13378 (gdb-var-delete): Make it work for gdbmi as well.
13379 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13380
13381 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13382 (gud-speedbar-menu-items): Correct logic for enabling items.
13383
13384 2005-07-15 Kim F. Storm <storm@cua.dk>
13385
13386 * ido.el: Fix commentary.
13387 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13388 Use with-no-warnings around ffap-guesser.
13389 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13390 Let bind minibuffer-completing-file-name to t.
13391
13392 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13393
13394 * startup.el (site-run-file, keyboard-type): Doc fixes.
13395 (command-line): Check for "--basic-display" argument; also for
13396 "--quick", not "--bare-bones" (which was renamed).
13397 (fancy-splash-text): Add missing item "Getting New Versions".
13398 (normal-splash-screen): Fix typos and improve consistency with
13399 `fancy-splash-text'. Update copyright year.
13400
13401 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13402 valid binding for `help-char'.
13403
13404 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13405
13406 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13407
13408 * term.el (term-mode): Disable cua-mode for term buffers.
13409
13410 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13411
13412 * add-log.el (add-log-mailing-address, change-log-merge):
13413 Doc fixes.
13414 (change-log-get-method-definition): Fix typo in docstring.
13415
13416 2005-07-14 Kim F. Storm <storm@cua.dk>
13417
13418 * emulation/cua-base.el:
13419 (cua--pre-command-handler-1, cua--pre-command-handler)
13420 (cua--post-command-handler-1, cua--post-command-handler):
13421 Split in two. Check (buffer local) value of cua-mode.
13422 (cua-selection-mode): New command.
13423
13424 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13425
13426 * custom.el (custom-initialize-safe-set)
13427 (custom-initialize-safe-default): Doc fixes.
13428
13429 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13430 and simplify :init-value again.
13431
13432 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13433 and simplify :init-value again. Delete autoload.
13434
13435 * startup.el (command-line): Use `custom-reevaluate-setting' again
13436 for tooltip-mode.
13437
13438 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13439 a defcustom with two :initialize keywords.
13440
13441 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13442
13443 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13444 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13445 (allout-post-command-business, allout-flag-region)
13446 (isearch-reenable-font-lock, allout-yank)
13447 (allout-insert-latex-header, allout-insert-latex-trailer)
13448 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13449 (allout-latex-verb-quote): Fix typos in docstrings.
13450 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13451 (allout-unprotected, allout-prefix-data):
13452 Improve argument/docstring consistency.
13453 (allout-chart-subtree): Fix argument spec.
13454 (allout-open-topic): Rename `use_sib_bullet' argument to
13455 `use-sib-bullet'. Doc fix.
13456
13457 * whitespace.el (whitespace-check-buffer-leading)
13458 (whitespace-check-buffer-trailing)
13459 (whitespace-check-buffer-indent)
13460 (whitespace-check-buffer-spacetab)
13461 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13462 (whitespace-check-leading-whitespace)
13463 (whitespace-check-trailing-whitespace)
13464 (whitespace-check-spacetab-whitespace)
13465 (whitespace-check-indent-whitespace)
13466 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13467 (whitespace-modes): Fix typos in docstrings.
13468 (defgroup, defcustom): Doc fixes.
13469
13470 * winner.el (winner-mode, winner-boring-buffers)
13471 (winner-pending-undo-ring): Doc fixes.
13472 (winner-ring): Remove unneeded `progn'.
13473 (winner-equal): `defsubst' it.
13474 (winner-redo): Fix message.
13475
13476 2005-07-13 Kim F. Storm <storm@cua.dk>
13477
13478 * simple.el (line-move-1): Always use vertical-motion to
13479 do the last (or only) line move to ensure some movement.
13480 Undo 2005-06-23 change--don't check for overlays.
13481
13482 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13483
13484 * term/mac-win.el (ccl-encode-mac-roman-font)
13485 (ccl-encode-mac-centraleurroman-font)
13486 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13487 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13488 Change charset-id boundary of dimension to ?\xef.
13489 (mac-char-fontspec-list): New constant.
13490 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13491 argument. Nil uses itself as family in font-spec. Previous
13492 behavior for nil is now provided by non-nil non-string argument.
13493 All callers changed. Add font-specs for Mac fonts to
13494 "fontset-default" unless iso8859-1 fonts are installed.
13495
13496 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13499 a continuation line if the \ is preceded by SPC or TAB.
13500 (sh-get-indent-info): Simplify.
13501 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13502 Use with-current-buffer.
13503
13504 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13505 when the matched text is empty.
13506
13507 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13508
13509 * startup.el (command-line): Revert to previous handling of
13510 tooltip-mode. Explain in comment why the complexity is needed.
13511
13512 * tooltip.el (tooltip-mode): Revert to previous implementation of
13513 its defcustom.
13514
13515 * frame.el (blink-cursor-mode): Revert to previous implementation
13516 of its defcustom. Update comment.
13517
13518 2005-07-12 Lars Hansen <larsh@soem.dk>
13519
13520 * desktop.el: Update e-mail address.
13521
13522 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13523
13524 * term/mac-win.el (mac-services-mail-selection)
13525 (mac-services-mail-to): New functions.
13526 (mac-application-menu-map): Bind them.
13527
13528 2005-07-12 wulei <milton@wulei.net> (tiny change)
13529
13530 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13531
13532 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13533
13534 * custom.el (custom-reevaluate-setting): Doc fix.
13535
13536 2005-07-11 Jay Belanger <belanger@truman.edu>
13537
13538 * calc/calc.el (calc-embedded-announce-formula-alist)
13539 (calc-embedded-open-close-plain-alist)
13540 (calc-embedded-open-close-mode-alist): Add checks for additional
13541 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13542
13543 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13544
13545 * custom.el (custom-enable-theme): Don't add theme to
13546 `custom-enabled-themes' with `push' because there is no
13547 setf-method for `delq'.
13548
13549 2005-07-11 Richard M. Stallman <rms@gnu.org>
13550
13551 * custom.el (custom-declare-variable): Doc fix.
13552
13553 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13554 from the alists.
13555
13556 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13557 Do nothing if edebug-active.
13558
13559 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13560 (edebug-display): Do it here instead.
13561
13562 2005-07-10 Richard M. Stallman <rms@gnu.org>
13563
13564 * cus-face.el (custom-theme-set-faces): Make it work.
13565 (custom-reset-faces): Doc fix.
13566 (custom-theme-reset-internal-face, custom-theme-face-value):
13567 Functions deleted.
13568
13569 * custom.el (custom-push-theme): Maintain list of the settings
13570 of a given theme in its theme-settings property.
13571 Maintain position of old settings in the theme-value
13572 or theme-face property.
13573 (custom-enabled-themes): New variable.
13574 (custom-theme-enabled-p): New function.
13575 (provide-theme): Update custom-enabled-themes.
13576 Disable and reenable the `user' theme.
13577 (require-theme): Doc fix.
13578 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13579 (custom-theme-value, custom-theme-variable-value): Likewise.
13580 (custom-theme-reset-internal): Likewise.
13581 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13582 (custom-enable-theme, custom-disable-theme): New functions.
13583 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13584 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13585 (custom-theme-reset-variables): Simplify.
13586 (deftheme, custom-declare-theme, custom-make-theme-feature):
13587 Definitions moved.
13588
13589 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13590
13591 * longlines.el (longlines-show-region)
13592 (longlines-unshow-hard-newlines): Recognize hard newlines by
13593 non-nil hard property, instead of t.
13594
13595 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13596
13597 * viper-cmd.el (viper--key-maps): New variable.
13598 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13599 emulation-mode-map-alists.
13600 (viper-envelop-ESC-key): Use viper-subseq.
13601 (viper-search-forward/backward/next): Disable debug-on-error.
13602
13603 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13604 (viper-ESC-key): New defcustoms.
13605
13606 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13607
13608 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13609 (viper-subseq): Copy of subseq from cl.el.
13610
13611 * viper.el (viper-go-away, viper-set-hooks): Use
13612 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13613
13614 * viper-mous.el (viper-current-frame-saved): Use defvar.
13615
13616 * viper-init.el: Get rid of -face in face names.
13617
13618 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13619 Make it work with longlines mode
13620
13621 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13622
13623 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13624
13625 * ediff-init.el: Get rid of -face in face names.
13626
13627 2005-07-10 Richard M. Stallman <rms@gnu.org>
13628
13629 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13630 and with-timeout-unsuspend.
13631
13632 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13633 and with-timeout-unsuspend.
13634
13635 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13636 (with-timeout): Bind that variable to record timers.
13637 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13638
13639 * emacs-lisp/debug.el (debug-help-follow): New function.
13640 (debugger-mode-map): Use that instead of help-follow.
13641 (debugger-setup-buffer): Use eval-buffer-list
13642 to handle eval-buffer frames.
13643
13644 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13645
13646 * timezone.el (timezone-parse-date): Change first regexp
13647 so it will not mistakenly match dates with no time zone.
13648
13649 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13650
13651 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13652
13653 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13654
13655 * custom.el (custom-initialize-safe-set)
13656 (custom-initialize-safe-default): New functions.
13657
13658 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13659 and simplify :init-value.
13660
13661 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13662 and simplify :init-value. Delete obsolete comment.
13663
13664 * startup.el (command-line): Use `custom-reevaluate-setting' to
13665 handle `tooltip-mode'. Delete obsolete comment.
13666
13667 * files.el (set-visited-file-name): Avoid calling
13668 `file-name-nondirectory' with a nil argument.
13669
13670 2005-07-09 Richard M. Stallman <rms@gnu.org>
13671
13672 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13673 was called with nil for the buffer, handle the read position right.
13674 Handle read position for eval-region, too.
13675
13676 2005-07-09 Juri Linkov <juri@jurta.org>
13677
13678 * fringe.el (fringe-mode): Add period in docstring.
13679 (fringe-query-style): Build prompt depending on `all-frames' arg.
13680
13681 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13682 to not create links to unrelated functions in the Help buffer.
13683
13684 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13685 Doc fix.
13686
13687 * simple.el (next-error-hook): New variable.
13688 (next-error): Use it. Doc fix.
13689
13690 * textmodes/ispell.el (ispell-command-loop): Add current
13691 dictionary name and program name to mode-line-format.
13692 (ispell-region, ispell-process-line): Add current dictionary name
13693 and program name to messages.
13694
13695 2005-07-08 Jay Belanger <belanger@truman.edu>
13696
13697 * calc/calc.el (calc-embedded-announce-formula-alist)
13698 (calc-embedded-open-close-formula-alist)
13699 (calc-embedded-open-close-word-alist)
13700 (calc-embedded-open-close-plain-alist)
13701 (calc-embedded-open-close-new-formula-alist)
13702 (calc-embedded-open-close-mode-alist)
13703 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13704 (calc-embedded-mode-hook): New variables.
13705
13706 * calc/calc-embed.el (calc-embedded-firsttime)
13707 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13708 New variables.
13709 (calc-do-embedded): Use calc-embedded-firsttime,
13710 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13711 determine whether or not to run hooks.
13712 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13713 calc-embedded-firsttime-formula appropriately.
13714 Set calc-embedded delimiter variables according to mode.
13715
13716 2005-07-08 Richard M. Stallman <rms@gnu.org>
13717
13718 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13719 Check for "emacs", etc., as entire symbol, not just as word.
13720 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13721
13722 * files.el (set-visited-file-name): Report the error
13723 for "empty filename" earlier.
13724 (kill-some-buffers): Ignore buffers already dead.
13725
13726 * fringe.el (fringe-mode): Doc fix.
13727
13728 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13729 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13730 Use unwind-protect to ensure byte-compile-unresolved-functions
13731 is updated.
13732
13733 * whitespace.el (whitespace-buffer-leading-cleanup):
13734 Simplify w/ skip-chars-forward.
13735 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13736
13737 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13738 Unconditionally try to leave point at the same old place.
13739
13740 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13741
13742 * comint.el (comint-postoutput-scroll-to-bottom)
13743 (comint-show-maximum-output): Take scroll-margin into consideration.
13744
13745 2005-07-08 Kim F. Storm <storm@cua.dk>
13746
13747 * ido.el (ido-use-filename-at-point): New choice `guess'.
13748 (ido-file-internal): Try ffap-guesser if selected.
13749
13750 * ido.el (ido-before-fallback-functions): New hook.
13751 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13752 (ido-read-file-name): Run it.
13753
13754 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13757 strings rather than a list of symbols to the completion function.
13758
13759 2005-07-07 Jay Belanger <belanger@truman.edu>
13760
13761 * calc/calc-units.el (math-apply-units): Change the places in
13762 which units are simplified.
13763
13764 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13765
13766 * cus-edit.el (customize-option, customize-option-other-window):
13767 Make them handle aliases.
13768
13769 * custom.el (custom-variable-p): Make it recursively follow
13770 aliases. Mention that in the docstring.
13771
13772 2005-07-07 Richard M. Stallman <rms@gnu.org>
13773
13774 * cus-start.el (exec-path): Use `directory' instead of `file'.
13775 Fix tag for nil.
13776
13777 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13778
13779 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13780 when called non-interactively. Doc fix.
13781
13782 2005-07-07 Lute Kamstra <lute@gnu.org>
13783
13784 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13785 new address as well.
13786
13787 2005-07-07 Kenichi Handa <handa@m17n.org>
13788
13789 * international/mule.el (make-coding-system):
13790 Describe `ascii-incompatible' property in the docstring.
13791 (set-file-name-coding-system): Signal an error if coding-system is
13792 ascii-incompatible.
13793 (set-keyboard-coding-system): Likewise.
13794
13795 * international/mule-cmds.el (set-default-coding-systems):
13796 Don't set default-file-name-coding-system and
13797 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13798
13799 * international/utf-16.el: Declare that all UTF-16-based coding
13800 systems are ASCII-incompatible.
13801
13802 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13803
13804 * progmodes/gud.el: Require font-lock for displaying errors.
13805 Used by gdb-ui.el.
13806
13807 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13808
13809 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13810 values for the pattern lists which are `read'able but not
13811 `append'able (like symbols).
13812
13813 2005-07-06 Richard M. Stallman <rms@gnu.org>
13814
13815 * progmodes/flymake.el (flymake-float-time): Instead of
13816 with-no-warnings, test for xemacs.
13817 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13818 to avoid warning.
13819
13820 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13821
13822 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13823
13824 2005-07-05 Lute Kamstra <lute@gnu.org>
13825
13826 * battery.el: Add support for Darwin (with much debugging help
13827 from Samuel Lauber <sam124@operamail.com>).
13828 (battery-status-function, battery-echo-area-format)
13829 (battery-mode-line-format): Add support for pmset on Darwin.
13830 (battery-load-low, battery-load-critical): New user options.
13831 (battery-pmset): New function.
13832
13833 2005-07-05 Lute Kamstra <lute@gnu.org>
13834
13835 Update FSF's address in GPL notices.
13836
13837 * textmodes/page-ext.el: Update FSF's address.
13838
13839 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13842 filling from using prefix when filling a single-line docstring.
13843
13844 * progmodes/flymake.el: Remove useless eval-when-compile.
13845
13846 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13847
13848 2005-07-04 Richard M. Stallman <rms@gnu.org>
13849
13850 * textmodes/org.el (org-file-apps-defaults-gnu):
13851 Rename from org-file-apps-defaults-linux.
13852 (org-default-apps): Don't test system-type for `linux'.
13853 (org-file-apps): Doc fix.
13854
13855 2005-07-04 David Ponce <david@dponce.com>
13856
13857 * tree-widget.el: Improve header Commentary section.
13858 (tree-widget) [defgroup]
13859 (tree-widget-image-enable, tree-widget-themes-directory)
13860 (tree-widget-theme, tree-widget-image-properties-emacs)
13861 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13862 (tree-widget-image-formats, tree-widget-control)
13863 (tree-widget-empty-control, tree-widget-leaf-control
13864 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13865 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13866 (tree-widget-keep, tree-widget-after-toggle-functions)
13867 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13868 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13869 :help-echo message.
13870 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13871 (tree-widget-image-properties): Doc fix. Clearer implementation.
13872 (tree-widget--cursors): New constant.
13873 (tree-widget-lookup-image): New function split from
13874 `tree-widget-find-image'. Clearer implementation.
13875 (tree-widget-find-image): Use it.
13876 (tree-widget-button-keymap): Use `set-keymap-parent'.
13877 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13878 Define the sub-widgets here.
13879 (tree-widget-node): Check that :node is not a tree-widget.
13880 (tree-widget-get-super, tree-widget-open-control)
13881 (tree-widget-close-control, tree-widget-empty-control)
13882 (tree-widget-leaf-control, tree-widget-guide)
13883 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13884 (tree-widget-no-handle, tree-widget-value-delete)
13885 (tree-widget-map): Remove.
13886 (tree-widget-children-value-save): Doc fix. Simplified.
13887 (tree-widget-value-create): Update according to previous changes.
13888
13889 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13890
13891 * textmodes/org.el: Leading space replaced by TABS.
13892 (org-recalc-marks, org-table-rotate-recalc-marks)
13893 (org-table-get-specials): Treat "^" and "_" marks.
13894 (org-table-justify-field-maybe): Optional argument NEW.
13895 (org-table-eval-formula): Parsing of the format simplified.
13896 New modes C,I. Honor the %= parameter in the current table.
13897 Avoid unnecessary re-align by using the NEW argument to
13898 `org-table-justify-field-maybe'.
13899 (org-calc-default-modes): Default for date-format mimicks org-mode.
13900 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13901
13902 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13903
13904 * cus-face.el (custom-theme-set-faces): Make it handle face
13905 aliases whose alias declarations are pre- or autoloaded.
13906
13907 2005-07-04 Juri Linkov <juri@jurta.org>
13908
13909 * faces.el (read-face-name): Put the code for getting a face name
13910 from the buffer before adding the faces from the `face' property.
13911 Use `completing-read-multiple' instead of `completing-read'.
13912 Require `crm'. Add default value and post-process the returned
13913 list of faces.
13914
13915 * emacs-lisp/crm.el (crm-find-current-element)
13916 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13917
13918 * emacs-lisp/lisp-mode.el (eval-defun-1):
13919 * emacs-lisp/edebug.el (edebug-eval-defun):
13920 Remove unnecessary quotes.
13921
13922 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13923
13924 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13925 (prolog-indent-level): Fix typo in docstring.
13926
13927 * info.el (Info-history, Info-history-forward)
13928 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13929
13930 * add-log.el (add-change-log-entry):
13931 * comint.el (comint-dynamic-list-input-ring)
13932 (comint-dynamic-list-completions):
13933 * dabbrev.el (dabbrev-expand):
13934 * delim-col.el (delimit-columns-rectangle-line):
13935 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13936 (diff-unified->context):
13937 * ediff-init.el (ediff-abbrev-jobname):
13938 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13939 (ediff-replace-session-activity-marker-in-meta-buffer):
13940 * info.el (Info-summary):
13941 * lpr.el (printify-region):
13942 * printing.el (pr-create-interface):
13943 * ps-print.el (ps-print-quote):
13944 * ses.el (ses-column-widths, ses-print-cell)
13945 (ses-adjust-print-width, ses-center):
13946 * shell.el (shell-file-name-quote-list):
13947 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13948 (strokes-fill-current-buffer-with-whitespace)
13949 (strokes-xpm-for-stroke, strokes-list-strokes)
13950 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13951 * term.el (term-dynamic-list-input-ring)
13952 (term-dynamic-list-completions):
13953 * calc/calc.el (math-format-stack-value):
13954 * emacs-lisp/edebug.el (edebug-display-freq-count):
13955 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13956 (delphi-new-comment-line):
13957 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13958 * progmodes/executable.el (executable-set-magic):
13959 * progmodes/python.el (inferior-python-mode):
13960 * progmodes/scheme.el (scheme-mode-syntax-table):
13961 * progmodes/sh-script.el (sh-maybe-here-document):
13962 * progmodes/sql.el (sql-copy-column):
13963 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13964 * textmodes/bibtex.el (bibtex-mode):
13965 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13966 (sgml-auto-attributes):
13967 * textmodes/table.el (table-insert, table-shorten-cell)
13968 (table--generate-source-scan-lines, table-delete-row)
13969 (*table--cell-delete-char, table--spacify-frame)
13970 (table--horizontally-shift-above-and-below)
13971 (table--cell-insert-char, table--cell-blank-str)
13972 (table--fill-region-strictly):
13973 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13974 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13975
13976 * add-log.el (change-log):
13977 * apropos.el (apropos):
13978 * comint.el (comint-completion, comint-source):
13979 * dabbrev.el (dabbrev):
13980 * delim-col.el (columns):
13981 * diff-mode.el (diff-mode):
13982 * ediff.el (ediff):
13983 * ediff-diff.el (ediff-diff):
13984 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13985 * ediff-mult.el (ediff-mult):
13986 * ediff-ptch.el (ediff-ptch):
13987 * ediff-wind.el (ediff-window):
13988 * facemenu.el (facemenu):
13989 * indent.el (indent):
13990 * info.el (info):
13991 * jka-cmpr-hook.el (compression, jka-compr):
13992 * lpr.el (lpr):
13993 * outline.el (outlines):
13994 * pcmpl-cvs.el (pcmpl-cvs):
13995 * pcmpl-rpm.el (pcmpl-rpm):
13996 * printing.el (printing):
13997 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13998 (ps-print-vertical, ps-print-headers, ps-print-font)
13999 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14000 (ps-print-background, ps-print-printer, ps-print-page)
14001 (ps-print-miscellany):
14002 * ses.el (ses):
14003 * shell.el (shell, shell-directories, shell-faces):
14004 * startup.el (initialization):
14005 * strokes.el (strokes):
14006 * term.el (term):
14007 * uniquify.el (uniquify):
14008 * w32-vars.el (w32):
14009 * calc/calc.el (calc):
14010 * emacs-lisp/bytecomp.el (bytecomp):
14011 * emacs-lisp/cl-indent.el (lisp-indent):
14012 * emacs-lisp/edebug.el (edebug):
14013 * emacs-lisp/elp.el (elp):
14014 * emacs-lisp/testcover.el (testcover):
14015 * emacs-lisp/trace.el (trace):
14016 * emulation/viper-ex.el (viper-ex):
14017 * emulation/viper-mous.el (viper-mouse):
14018 * mail/mailalias.el (mailalias):
14019 * mail/supercite.el (supercite, supercite-frames)
14020 (supercite-attr, supercite-cite, supercite-hooks):
14021 * net/rcompile.el (remote-compile):
14022 * net/rlogin.el (rlogin):
14023 * obsolete/ooutline.el (outlines):
14024 * progmodes/delphi.el (delphi):
14025 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14026 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14027 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14028 (ebnf-optimization):
14029 * progmodes/etags.el (etags):
14030 * progmodes/executable.el (executable):
14031 * progmodes/idlwave.el (idlwave):
14032 * progmodes/pascal.el (pascal):
14033 * progmodes/prolog.el (prolog):
14034 * progmodes/python.el (python):
14035 * progmodes/scheme.el (scheme):
14036 * progmodes/sh-script.el (sh, sh-script):
14037 * progmodes/sql.el (SQL):
14038 * progmodes/tcl.el (tcl):
14039 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14040 * textmodes/enriched.el (enriched):
14041 * textmodes/makeinfo.el (makeinfo):
14042 * textmodes/sgml-mode.el (sgml):
14043 * textmodes/table.el (table-hooks):
14044 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14045 * textmodes/texinfo.el (texinfo):
14046 * textmodes/two-column.el (two-column):
14047 Finish `defgroup' description with period.
14048
14049 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14050 * eshell/esh-var.el (eshell-var):
14051 * progmodes/vhdl-mode.el (vhdl-testbench):
14052 * textmodes/org.el (org): Fix typos in docstrings.
14053
14054 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14055 consistency.
14056
14057 * progmodes/flymake.el (flymake-find-file): Remove.
14058 (flymake-float-time): Use `with-no-warnings'.
14059 (flymake-check-start-time, flymake-check-was-interrupted)
14060 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14061 (flymake-new-err-info): `defvar' at compile time.
14062
14063 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14064
14065 * replace.el (occur-hook): Doc fix.
14066 (occur-1): Don't call `occur-hook' if there are no matches.
14067
14068 2005-07-03 Richard M. Stallman <rms@gnu.org>
14069
14070 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14071 global-map, save the same map.
14072 (global-map): Don't alter it at top level.
14073 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14074 Then alter it here instead.
14075 (tpu-edt-off): Set global-map to the saved one.
14076
14077 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14078 All references simplified.
14079 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14080 (zmacs-regions): Add defvar.
14081 (repeat-complex-command-map): Everything about that deleted.
14082
14083 * textmodes/artist.el (artist-key-is-drawing)
14084 (artist-key-endpoint1, artist-key-poly-point-list)
14085 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14086 (artist-key-compl-table, artist-rb-save-data)
14087 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14088 Don't put them in eval-when-compile.
14089 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14090
14091 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14092 Use with-no-warnings.
14093
14094 * net/browse-url.el (dos-windows-version): Add defvar.
14095
14096 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14097
14098 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14099 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14100 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14101 Add defvar.
14102 (rmail-summary-beginning-of-message): Use with-no-warnings.
14103 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14104
14105 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14106 Use with-no-warnings.
14107
14108 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14109 (c-mark-function): Add point-moving-unit property.
14110 (vi-goto-line): Use with-no-warnings.
14111
14112 * emulation/edt.el (edt-last-copied-word): Add defvar.
14113 (zmacs-region-stays): Likewise.
14114 (edt-mark-section-wisely): Use c-mark-function for C.
14115 Use makr-defun for Fortran.
14116 (time-string): defvar deleted.
14117 (edt-display-the-time): Don't set time-string.
14118
14119 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14120
14121 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14122 Don't warn when name is not constant
14123 or for defining the group `emacs'.
14124
14125 * tooltip.el (gud-tooltip-mode): Add defvar.
14126
14127 * startup.el (default-frame-background-mode): Add defvar.
14128
14129 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14130
14131 * info.el (tool-bar-map): Add defvar.
14132
14133 * dired.el (dnd-protocol-alist): Add defvar.
14134
14135 * dired-aux.el (dired-query): Display question with answer, when
14136 the user answers.
14137
14138 * custom.el (custom-add-option): Doc fix.
14139
14140 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14141
14142 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14143
14144 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14145 bogus name from the last change.
14146
14147 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14148
14149 * custom.el (custom-declare-variable): Fix typos in comment.
14150 (custom-known-themes): Doc fix.
14151 (custom-theme-directory): New defcustom.
14152 (require-theme): Make it check `custom-theme-directory'.
14153
14154 * cus-theme.el (custom-new-theme-mode): New function.
14155 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14156 (custom-theme-description): Add compiler defvars.
14157 (customize-create-theme): Add doc to the "*New Custom Theme*"
14158 buffer. Use `custom-new-theme-mode'.
14159 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14160 and save it to the `custom-theme-directory'. Make this the
14161 default directory of the buffer.
14162
14163 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14164
14165 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14166 Fix unbalanced parentheses.
14167
14168 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14169
14170 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14171 into flymake-mode and delegate to flymake-mode.
14172
14173 * find-file.el (ff-which-function-are-we-in): Clean up.
14174
14175 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14176
14177 * replace.el (occur-rename-buffer): Fix docstring.
14178
14179 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14180 (edt-last-copied-word, edt-learn-macro-count)
14181 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14182 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14183 (time-string, zmacs-region-stays):
14184 * emulation/edt-mapper.el (edt-save-function-key-map)
14185 (EDT-key-name): `defvar' to silence the byte-compiler.
14186
14187 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14188
14189 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14190 font-lock-regexp-backslash. Doc fix.
14191 (font-lock-regexp-backslash-grouping-construct): Rename from
14192 font-lock-regexp-backslash-construct. Doc fix.
14193 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14194 grouping constructs.
14195
14196 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14197
14198 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14199 updating all the prerequisites.
14200
14201 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14202
14203 * textmodes/org.el (org-agenda-start-on-weekday)
14204 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14205 (org-agenda-use-time-grid, org-archive-location)
14206 (org-allow-space-in-links, org-usenet-links-prefer-google)
14207 (org-enable-table-editor, org-export-default-language)
14208 (org-export-html-show-new-buffer, org-fill-paragraph)
14209 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14210 (org-goto-quit, org-occur, org-eval-in-calendar)
14211 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14212 (org-agenda-diary-entry, org-remember-help)
14213 (org-table-convert-region, org-at-table-p)
14214 (org-table-move-row-down, org-table-move-row-up)
14215 (org-table-copy-region, org-table-toggle-vline-visibility)
14216 (org-table-get-stored-formulas, org-table-get-specials)
14217 (org-recalc-commands, org-table-eval-formula)
14218 (org-table-formula-substitute-names, orgtbl-make-binding)
14219 (org-format-org-table-html, org-format-table-table-html)
14220 (org-format-table-table-html-using-table-generate-source)
14221 (org-customize): Fix typos in docstrings.
14222 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14223 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14224 (org-back-to-heading): Doc fixes.
14225 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14226 (org-agenda-change-all-lines, org-get-header):
14227 Improve argument/docstring consistency.
14228 (orgtbl-error): Fix error message.
14229
14230 * progmodes/flymake.el (flymake-find-possible-master-files)
14231 (flymake-master-file-compare, flymake-get-line-err-count)
14232 (flymake-highlight-line, flymake-gui-warnings-enabled):
14233 Fix typos in docstrings.
14234 (flymake-parse-line, flymake-get-project-include-dirs-function)
14235 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14236 Doc fixes.
14237 (flymake-get-project-include-dirs-function)
14238 (flymake-make-err-menu-data):
14239 Improve argument/docstring consistency.
14240
14241 2005-07-01 Lute Kamstra <lute@gnu.org>
14242
14243 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14244 Catch errors with ignore-errors. Use temporary buffer.
14245 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14246
14247 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14248 background color faces.
14249 (facemenu-set-foreground, facemenu-set-background):
14250 Use facemenu-set-face-from-menu.
14251 (facemenu-set-face-from-menu): Treat face names that start with
14252 "fg:" or "bg:" as special.
14253 (facemenu-add-new-color): Don't create faces. Simplify.
14254
14255 2005-06-30 Richard M. Stallman <rms@gnu.org>
14256
14257 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14258 (crm-find-current-element): Likewise.
14259
14260 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14261
14262 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14263
14264 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14265
14266 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14267 (archive-mouse-extract): Make it an obsolete alias.
14268 (archive-mode-map): Don't use archive-mouse-extract any more.
14269 (archive-mode, archive-extract): write-contents-hooks ->
14270 write-contents-functions.
14271 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14272 first arg.
14273 (archive-rename-entry): Update the call.
14274 (archive-zip-summarize): Remove unused var `method'.
14275 (archive-lzh-summarize): Remove unused var `creator'.
14276
14277 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14278 dedicated frame upon exit.
14279
14280 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14281 (archive-zip-extract, archive-zip-expunge)
14282 (archive-zip-update, archive-zip-update-case): Use executable-find.
14283 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14284 Use restore-buffer-modified-p.
14285 (archive-extract, archive-add-new-member, archive-write-file-member):
14286 Use with-current-buffer.
14287 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14288
14289 2005-06-30 Andreas Schwab <schwab@suse.de>
14290
14291 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14292
14293 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14294
14295 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14296
14297 2005-06-30 Juri Linkov <juri@jurta.org>
14298
14299 * faces.el (vertical-border): Inherit from mode-line-inactive
14300 only on tty.
14301
14302 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14303
14304 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14305 example, -NLINES in the `occur' docstring).
14306
14307 * replace.el (occur-1): When no matches are found, do not set the
14308 `buffer-read-only' and modified flags for the occur buffer,
14309 because it is deleted.
14310
14311 * emulation/cua-base.el (cua-check-pending-input)
14312 (cua-repeat-replace-region, cua-mode, cua-debug)
14313 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14314 Fix typos in docstrings.
14315
14316 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14317 (cua-cut-region-to-global-mark)
14318 (cua--cut-rectangle-to-global-mark):
14319 Remove period from end of messages.
14320
14321 * emulation/cua-rect.el (cua-do-rectangle-padding):
14322 Remove period from end of messages.
14323 (cua--rectangle-seq-format): Fix typo in docstring.
14324 (cua-sequence-rectangle, cua-fill-char-rectangle):
14325 Improve argument/docstring consistency.
14326
14327 2005-06-29 Juri Linkov <juri@jurta.org>
14328
14329 * faces.el (default-frame-background-mode): New internal variable.
14330 (frame-set-background-mode): Use it.
14331
14332 * startup.el (normal-top-level): Set default-frame-background-mode
14333 instead of frame-background-mode. Before setting it, test for its
14334 nil value. Remove tests for frame-background-mode and frame
14335 parameter `reverse'. Add test for "unspecified-fg".
14336
14337 * term/xterm.el (xterm-rxvt-set-background-mode):
14338 * term/rxvt.el (rxvt-set-background-mode):
14339 Set default-frame-background-mode instead of frame-background-mode.
14340
14341 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14342
14343 * simple.el (set-variable): Warn about obsolete user variables.
14344
14345 * imenu.el (imenu--completion-buffer):
14346 * mouse.el (mouse-buffer-menu-alist):
14347 * msb.el (msb-invisible-buffer-p):
14348 * calendar/diary-lib.el (diary-header-line-format):
14349 * emacs-lisp/pp.el (pp-buffer):
14350 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14351 * textmodes/picture.el (picture-replace-match):
14352 Change space constants followed by a sexp to "?\s ".
14353
14354 * play/decipher.el (decipher-loop-with-breaks):
14355 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14356 constants "protected" from end of line by a comment to "?\s".
14357
14358 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14359
14360 * font-lock.el (save-buffer-state): Use `declare'.
14361
14362 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14363 reset the syntax-table to cperl-mode-syntax-table.
14364 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14365 "foo_print_bar" is not matched as a reserved keyword.
14366
14367 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14368
14369 * textmodes/org.el (orgtbl-setup): New function, for delayed
14370 setup for the orgtbl commands.
14371 (org-calc-default-modes): New option.
14372 (orgtbl-make-binding): Use `defun' to get better help display.
14373 (org-diary): Call `org-compile-prefix-format'.
14374 (org-table-formula-substitute-names): New function.
14375 (org-agenda-day-view, org-agenda-week-view): New commands.
14376 (org-agenda-toggle-week-view): Command removed.
14377 (org-tbl-menu): Split off from org-org-menu.
14378 (org-mode): Move removal of outline-mode menus to here.
14379 (org-table-formula-debug): New option.
14380 (org-table-insert-row): Keep first field if just "#" or "*".
14381 (org-mode): Paragraph regexps fixed.
14382 (org-table-recalculate-regexp): New constant.
14383 (org-table-justify-field-maybe): Avoid replace if not necessary.
14384 (org-copy-special, org-cut-special): Use `call-interactively'.
14385 (org-table-copy-region): Take region from `interactive' call.
14386 (org-trim): Return string even if no match.
14387 (org-formula): New face.
14388 (org-set-font-lock-defaults): No longer highlight "FIXME".
14389 But highlight formula-related fields in table.
14390 (org-table-p): Use regexp, not fontification.
14391 (org-table-align): Handle white space at end of line.
14392 (org-table-formula-evaluate-inline): New option.
14393 (org-mode): Auto-wrapping in comment lines turned off.
14394 (org-table-copy-down): Evaluate only in copied field, not in
14395 destination.
14396 (org-table-current-formula): Variable removed.
14397 (org-table-store-formulas, org-table-get-stored-formulas)
14398 (org-table-modify-formulas, org-table-replace-in-formulas)
14399 (org-table-maybe-eval-formula): New functions.
14400 (org-table-get-formula): Modify to use stored formulas.
14401 (org-table-insert-column, org-table-delete-column)
14402 (org-table-move-column): Call `org-table-modify-formulas'.
14403 (org-complete): Add completion for keyword formulas.
14404 (orgtbl-mode): Pull orgtbl-mode-map to start of
14405 minor-mode-map-alist.
14406
14407 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * progmodes/python.el (python-check): Require `compile' before
14410 modifying its variables.
14411
14412 * newcomment.el (comment-indent-default): Don't get fooled by an early
14413 end of buffer.
14414
14415 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14416
14417 * ps-print.el (ps-print-version): Fix version number.
14418
14419 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14420
14421 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14422
14423 2005-06-28 Richard M. Stallman <rms@gnu.org>
14424
14425 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14426 (flyspell-local-mouse-map): Declaration deleted.
14427 (flyspell-mouse-map): Bind only mouse-2.
14428 (flyspell-mode-map): Don't test flyspell-use-local-map.
14429 (flyspell-overlay-keymap-property-name): Var deleted.
14430 (flyspell-mode-on): Don't make local bindings for
14431 flyspell-mouse-map and flyspell-mode-map.
14432 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14433
14434 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14435
14436 * progmodes/compile.el (compilation-next-error-function):
14437 Don't switch buffers; operate on the current buffer.
14438
14439 * progmodes/compile.el (compilation-error-file-name)
14440 (compilation-warning-file-name, compilation-info-file-name)
14441 (compilation-line-number, compilation-column-number): New faces.
14442 (compilation-error-face, compilation-warning-face)
14443 (compilation-info-face, compilation-line-face)
14444 (compilation-column-face): Use them.
14445
14446 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14447
14448 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14449
14450 * bindings.el (global-map): Bind insertchar and its variants.
14451
14452 2005-06-27 Richard M. Stallman <rms@gnu.org>
14453
14454 * textmodes/artist.el (artist-text-overwrite)
14455 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14456
14457 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14458
14459 * ps-print.el: It was not working the page selection for printing.
14460 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14461 (ps-print-version): New version 6.6.7.
14462 (ps-end-sheet): New fun.
14463 (ps-header-sheet, ps-end-job): Call it.
14464
14465 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14466
14467 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14468
14469 2005-06-27 Lute Kamstra <lute@gnu.org>
14470
14471 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14472 background color faces.
14473 (facemenu-get-face): Delete function.
14474 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14475 (facemenu-add-new-color): Make second argument mandatory.
14476 Create the appropriate face and return it. Simplify.
14477 (facemenu-set-foreground, facemenu-set-background): Don't check if
14478 color is defined. Use return value of facemenu-add-new-color.
14479
14480 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14481
14482 * progmodes/gud.el (gud-filter): Add missing argument to
14483 with-selected-window.
14484
14485 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14488 a :require to the defcustom.
14489
14490 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14491 defcustoms corresponding to minor modes.
14492
14493 2005-06-26 David Ponce <david@dponce.com>
14494
14495 * recentf.el: Require tree-widget instead of wid-edit.
14496 (recentf-filename-handler): Fix widget :type.
14497 (recentf-cancel-dialog, recentf-open-more-files)
14498 (recentf-open-files-action): Doc fix.
14499 (recentf-dialog-goto-first): New function.
14500 (recentf-dialog-mode-map): Set parent keymap first.
14501 (recentf-dialog-mode): Define with define-derived-mode.
14502 Don't display continuation lines in dialogs.
14503 (recentf-edit-list): Rename from recentf-edit-selected-items.
14504 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14505 Simplify.
14506 (recentf-edit-list-validate): New function.
14507 (recentf-edit-list): Update accordingly.
14508 (recentf-open-files-item-shift): Remove.
14509 (recentf-open-files-item): Convert menu elements into tree and
14510 link widgets. Don't create the widgets.
14511 (recentf-open-files): Update accordingly.
14512 (recentf-save-list): Untabify.
14513
14514 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14515
14516 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14517 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14518 partially contained in the active region. Do not take active
14519 region into account when called from Lisp, unless INTERACTIVE arg
14520 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14521 avoid trouble with fields. Make marker point nowhere when no
14522 longer used. Always return nil. Doc fix.
14523 (flush-lines): Add INTERACTIVE arg. Do not take active region
14524 into account when called from Lisp, unless INTERACTIVE arg is
14525 non-nil. Use `forward-line' instead of `beginning-of-line' to
14526 avoid trouble with fields. Make marker point nowhere when no
14527 longer used. Always return nil. Doc fix.
14528 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14529 interchangeable. Do not take active region into account when
14530 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14531 message in echo area when called from Lisp, unless INTERACTIVE arg
14532 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14533 Return the number of matches. Doc fix.
14534 (occur): Doc fix.
14535 (perform-replace): Make comment follow double space convention for
14536 the sake of `outline-minor-mode'.
14537
14538 * faces.el (facep): Doc fix.
14539
14540 2005-06-25 Richard M. Stallman <rms@gnu.org>
14541
14542 * facemenu.el (facemenu-enable-faces-p): New function.
14543 (facemenu-background-menu, facemenu-foreground-menu)
14544 (facemenu-face-menu): Add menu-enable property.
14545
14546 * jka-compr.el (jka-compr-insert-file-contents):
14547 Special handling if cannot find the uncompression program.
14548
14549 * cus-face.el (custom-face-attributes): Add autoload.
14550
14551 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14552 Bind comment-indent-function locally.
14553
14554 * window.el (save-selected-window): Use save-current-buffer.
14555
14556 * subr.el (with-selected-window): Use save-current-buffer.
14557
14558 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14559 and with-current-buffer.
14560
14561 2005-06-24 Richard M. Stallman <rms@gnu.org>
14562
14563 * simple.el (line-move-1): Fix previous change.
14564
14565 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14566
14567 * replace.el (occur-1): Set `buffer-read-only' and the
14568 buffer-modified flag before running `occur-hook' to protect
14569 against unintentional buffer switches that can lead to data loss.
14570
14571 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14572
14573 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14574 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14575 initial error.
14576
14577 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14578 after fresh input.
14579 (gdb-var-create-handler): Put name of expression in quotes.
14580
14581 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14582
14583 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14584 elements of RING in order, and without bogus nil elements.
14585
14586 2005-06-23 Richard M. Stallman <rms@gnu.org>
14587
14588 * simple.el (set-variable): Args renamed; doc fix.
14589 (line-move-1): When there are overlays around, use vertical-motion.
14590
14591 * faces.el (escape-glyph): Use brown against light background.
14592 (nobreak-space): Rename from no-break-space.
14593 Fix previous change.
14594
14595 * dired-aux.el (dired-do-copy): Fix arg prompt.
14596
14597 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14598
14599 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14600
14601 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14602 rather than "Distributor".
14603
14604 2005-06-23 Lute Kamstra <lute@gnu.org>
14605
14606 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14607 (debug-on-entry): Use it. New interactive declaration that uses
14608 function-called-at-point.
14609
14610 2005-06-23 Kim F. Storm <storm@cua.dk>
14611
14612 * subr.el (save-match-data): Add comment about using evaporate arg
14613 to set-match-data.
14614
14615 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14616
14617 * cus-edit.el (customize-face)
14618 (customize-face-other-window): Handle face aliases.
14619
14620 * faces.el (face-documentation, set-face-attribute)
14621 (face-spec-set): Handle face aliases.
14622
14623 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14624
14625 * help-mode.el (help-make-xrefs): If a symbol representing a face
14626 name is not followed by the word "face", it could still be a
14627 function or variable name, so don't bypass other checks.
14628
14629 2005-06-22 Juri Linkov <juri@jurta.org>
14630
14631 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14632 Replace aliased functions with calls where second arg `inherit' is t.
14633
14634 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14635
14636 * progmodes/gdb-ui.el (gdb-error): New variable.
14637 (gdb-error): New function.
14638 (gdb-annotation-rules): Act on error-begin and error annotations.
14639 (gdb-concat-output): Use font-lock-warning-face for errors.
14640
14641 2005-06-22 Miles Bader <miles@gnu.org>
14642
14643 * bindings.el (propertized-buffer-identification): Use renamed
14644 `Buffer-menu-buffer' face.
14645
14646 * faces.el (vertical-border): Rename from `vertical-divider'.
14647 (escape-glyph): Change dark-background color back to `cyan'.
14648
14649 2005-06-21 Juri Linkov <juri@jurta.org>
14650
14651 * faces.el (face-user-default-spec): Try getting `customized-face'
14652 prior to `saved-face'.
14653 (frame-background-mode): Refill docstring.
14654
14655 * emacs-lisp/lisp-mode.el (eval-defun-1):
14656 * emacs-lisp/edebug.el (edebug-eval-defun):
14657 Set `saved-face' temporarily to nil before calling form.
14658 Set `customized-face' to the new spec after that.
14659
14660 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14661
14662 * subr.el (1value, lambda, key-substitution-in-progress):
14663 Doc fixes.
14664
14665 * autoinsert.el (auto-insert-alist):
14666 * ses.el (ses-call-printer):
14667 * subr.el (noreturn):
14668 * emacs-lisp/lisp.el (check-parens):
14669 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14670 * net/browse-url.el (browse-url-mosaic):
14671 * progmodes/cc-defs.el (c-safe-scan-lists):
14672 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14673 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14674 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14675 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14676 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14677 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14678
14679 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14680
14681 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14682
14683 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14684
14685 * calendar/appt.el (appt-make-list): Activate the package, if
14686 not already active (for backwards compatibility).
14687
14688 2005-06-20 Kim F. Storm <storm@cua.dk>
14689
14690 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14691
14692 2005-06-20 Miles Bader <miles@gnu.org>
14693
14694 * faces.el (vertical-divider): New face.
14695
14696 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14697
14698 * simple.el (kill-whole-line): Doc fix.
14699 (next-error-buffer-p, next-error-find-buffer)
14700 (clone-indirect-buffer): Fix typos in docstrings.
14701 (comment-line-break-function): Doc fix: don't say variable
14702 is automatically buffer-local (it isn't).
14703
14704 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14705
14706 * net/tramp-ftp.el (top):
14707 * net/tramp-smb.el (top):
14708 * net/tramp-util.el (top):
14709 * net/tramp-uu.el (top):
14710 * net/tramp-vc.el (top):
14711 * net/tramp.el (top): Revert copyright years back to original
14712 ones. Tramp has a life outside GNU Emacs.
14713
14714 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14715
14716 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14717
14718 2005-06-18 Juri Linkov <juri@jurta.org>
14719
14720 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14721 end of first regexp to limit the match to the position between
14722 line number and source line with same separator character as used
14723 between file name and line number. In the second regexp limit
14724 mouse-face area to file name and line number by adding new group
14725 for them and referring it in HYPERLINK arg.
14726 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14727 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14728 previous line where grep markers may be already removed.
14729
14730 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14731
14732 * progmodes/ps-mode.el: Update version and maintainer's email address.
14733
14734 2005-06-18 Steve Youngs <steve@xemacs.org>
14735
14736 * net/browse-url.el (browse-url-browser-function)
14737 (browse-url-default-browser): Add firefox.
14738 (browse-url-firefox-program, browse-url-firefox-arguments)
14739 (browse-url-firefox-startup-arguments)
14740 (browse-url-firefox-new-window-is-tab): New defcustoms.
14741 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14742
14743 2005-06-17 Richard M. Stallman <rms@gnu.org>
14744
14745 * startup.el (command-line): Warn if specified user name has
14746 no home directory.
14747
14748 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14749 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14750
14751 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14752 Doc fixes.
14753
14754 * faces.el (underline): Try bold if terminal doesn't support underline.
14755
14756 * mail/sendmail.el (mail-setup-with-from): New variable.
14757 (mail-insert-from-field): New function.
14758 (sendmail-send-it): Call it.
14759 (mail-setup): Optionally call it here.
14760
14761 * term/linux.el: Call tty-no-underline.
14762
14763 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14764
14765 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14766
14767 2005-06-17 Miles Bader <miles@gnu.org>
14768
14769 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14770 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14771 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14772 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14773 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14774 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14775 Remove "-face" suffix from face names.
14776 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14777 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14778 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14779 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14780 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14781 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14782 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14783 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14784 New backward-compatibility aliases for renamed faces.
14785 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14786 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14787 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14788 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14789 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14790 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14791 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14792 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14793 Use renamed ediff faces.
14794
14795 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14796 Remove "-face" suffix from face names.
14797 (eshell-test-ok-face, eshell-test-failed-face):
14798 New backward-compatibility aliases for renamed faces.
14799 (eshell-run-test): Use renamed eshell-test faces.
14800
14801 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14802 face name.
14803 (eshell-prompt-face): New backward-compatibility alias for renamed
14804 face.
14805 (eshell-emit-prompt): Use renamed eshell-prompt face.
14806
14807 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14808 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14809 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14810 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14811 Remove "-face" suffix from face names.
14812 (eshell-ls-directory-face, eshell-ls-symlink-face)
14813 (eshell-ls-executable-face, eshell-ls-readonly-face)
14814 (eshell-ls-unreadable-face, eshell-ls-special-face)
14815 (eshell-ls-missing-face, eshell-ls-archive-face)
14816 (eshell-ls-backup-face, eshell-ls-product-face)
14817 (eshell-ls-clutter-face):
14818 New backward-compatibility aliases for renamed faces.
14819 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14820
14821 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14822 Remove "-face" suffix from face name.
14823 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14824 instead of literal face.
14825
14826 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14827
14828 * emacs-lisp/warnings.el (display-warning, lwarn)
14829 (warning-minimum-log-level): Doc fixes.
14830 (warning-minimum-level, warning-minimum-log-level):
14831 Add :debug to :type choices.
14832
14833 * progmodes/ada-mode.el (ada-format-paramlist)
14834 (ada-get-indent-case, ada-check-matching-start)
14835 (ada-check-defun-name, ada-goto-matching-decl-start)
14836 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14837 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14838 (ada-make-subprogram-body): Follow error conventions.
14839 (ada-case-exception-file, ada-indent-comment-as-code)
14840 (ada-indent-handle-comment-special, ada-indent-renames)
14841 (ada-indent-return, ada-search-directories-internal)
14842 (ada-tab-policy, ada-case-exception-substring)
14843 (ada-other-file-alist, ada-matching-start-re)
14844 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14845 (ada-imenu-generic-expression, ada-compile-goto-error)
14846 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14847 (ada-popup-menu, ada-add-extensions, ada-mode)
14848 (ada-region-selected, ada-create-case-exception)
14849 (ada-create-case-exception-substring, ada-after-keyword-p)
14850 (ada-activate-keys-for-case, ada-adjust-case-region)
14851 (ada-adjust-case-buffer, ada-format-paramlist)
14852 (ada-scan-paramlist, ada-insert-paramlist)
14853 (ada-indent-newline-indent)
14854 (ada-indent-newline-indent-conditional)
14855 (ada-justified-indent-current, ada-goto-previous-word)
14856 (ada-indent-current, ada-get-indent-open-paren)
14857 (ada-get-indent-paramlist, ada-get-indent-end)
14858 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14859 (ada-get-indent-block-start, ada-get-indent-subprog)
14860 (ada-get-indent-noindent, ada-get-indent-label)
14861 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14862 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14863 (ada-goto-stmt-end, ada-goto-next-word)
14864 (ada-check-matching-start, ada-check-defun-name)
14865 (ada-goto-matching-decl-start, ada-goto-matching-start)
14866 (ada-goto-matching-end, ada-search-ignore-string-comment)
14867 (ada-in-decl-p, ada-looking-at-semi-or)
14868 (ada-looking-at-semi-private, ada-in-paramlist-p)
14869 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14870 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14871 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14872 (ada-previous-package, ada-create-menu)
14873 (ada-fill-comment-paragraph-justify)
14874 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14875 (ada-other-file-name, ada-last-which-function-line)
14876 (ada-last-which-function-subprog, ada-which-function)
14877 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14878 (ada-gen-treat-proc, ada-check-emacs-version)
14879 (ada-continuation-indent, ada-align-region-separate):
14880 Fix typos in docstrings.
14881 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14882
14883 2005-06-16 Lute Kamstra <lute@gnu.org>
14884
14885 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14886 conditionally.
14887
14888 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14889
14890 * comint.el (comint-replace-by-expanded-filename)
14891 (comint-prompt-regexp, comint-delimiter-argument-list)
14892 (comint-preinput-scroll-to-bottom):
14893 * info.el (Info-hide-cookies-node):
14894 * ls-lisp.el (ls-lisp-classify):
14895 * find-file.el (ff-search-directories, ff-special-constructs)
14896 (ff-find-other-file):
14897 * font-lock.el (font-lock-keywords):
14898 * shell.el (shell-prompt-pattern)
14899 (shell-dynamic-complete-functions, shell-mode)
14900 (shell-delimiter-argument-list):
14901 * term.el (term-replace-by-expanded-filename)
14902 (term-prompt-regexp, term-delimiter-argument-list):
14903 * woman.el (woman-ignore, woman0-if):
14904 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14905 * emacs-lisp/elint.el (elint-init-env):
14906 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14907 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14908 * language/ethio-util.el (ethio-tilde-escape)
14909 (ethio-use-three-dot-question):
14910 * net/zone-mode.el (zone-mode-load-time-setup):
14911 * progmodes/cc-align.el (c-lineup-argcont):
14912 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14913 * progmodes/cperl-mode.el (cperl-set-style-back):
14914 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14915 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14916 Fix spellings in docstrings.
14917
14918 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14919 * progmodes/modula2.el (m2-for): Fix spellings.
14920
14921 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14922
14923 * simple.el (undo-more): Don't use `format' on `error' arguments.
14924 Improve argument/docstring consistency.
14925 (pending-undo-list): Doc fix.
14926
14927 * smerge-mode.el (smerge-ensure-match):
14928 * emulation/vip.el (vip-ex):
14929 * net/zone-mode.el (zone-mode-update-serial):
14930 * progmodes/idlwave.el (idlwave-complete):
14931 * progmodes/vhdl-mode.el (vhdl-visit-file)
14932 (vhdl-compose-wire-components):
14933 Don't use `format' on `error' arguments.
14934
14935 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14936 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14937 (tooltip-help-tips): Fix typos in docstrings.
14938
14939 2005-06-16 David Ponce <david@dponce.com>
14940
14941 * tree-widget.el (tree-widget-value-create): Simplify last change.
14942
14943 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14944
14945 * ido.el (ido-incomplete-regexp): New variable.
14946 (ido-set-matches-1): Handle invalid-regexp error and set
14947 ido-incomplete-regexp.
14948 (ido-incomplete-regexp): New face.
14949 (ido-completions): Use it.
14950 (ido-complete, ido-exit-minibuffer, ido-completions):
14951 Handle incomplete regexps.
14952 (ido-completions): Add check for complete match when entering a regexp.
14953
14954 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14955
14956 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14957
14958 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14959
14960 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14961 by field delimiters.
14962
14963 2005-06-15 David Ponce <david@dponce.com>
14964
14965 * tree-widget.el: eval-and-compile inlined functions so they will
14966 be available at run-time too.
14967 (tree-widget-super-format-handler)
14968 (tree-widget-format-handler): Remove.
14969 (tree-widget-value-create): Handle the :indent property.
14970
14971 2005-06-15 Miles Bader <miles@gnu.org>
14972
14973 * progmodes/which-func.el (which-func): Only inherit
14974 `font-lock-function-name-face' when that makes sense against the
14975 default mode-line face, otherwise set the face color explicitly.
14976
14977 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14978 faces instead of (non-existent) variables.
14979
14980 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14983 (iswitchb-get-matched-buffers): Likewise. Simplify.
14984
14985 2005-06-14 Miles Bader <miles@gnu.org>
14986
14987 * progmodes/ld-script.el (ld-script-location-counter):
14988 Remove "-face" suffix from face name.
14989 (ld-script-location-counter-face):
14990 New backward-compatibility alias for renamed face.
14991 (ld-script-location-counter-face): Use renamed face.
14992
14993 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14994 (cperl-hash): Remove "-face" suffix from face names.
14995 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14996 New backward-compatibility aliases for renamed faces.
14997 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14998 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14999
15000 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15001 name.
15002 (which-func-face): New backward-compatibility alias for renamed face.
15003 (which-func-format): Use renamed which-func face.
15004
15005 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15006 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15007 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15008 names.
15009 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15010 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15011 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15012 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15013 (vhdl-speedbar-architecture-selected)
15014 (vhdl-speedbar-configuration-selected)
15015 (vhdl-speedbar-package-selected)
15016 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15017 names.
15018 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15019 Use renamed faces.
15020 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15021 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15022 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15023 Use renamed faces.
15024 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15025 names.
15026 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15027 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15028 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15029 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15030 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15031 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15032
15033 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15034 face name.
15035 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15036 (sh-heredoc-face): Use renamed sh-heredoc face.
15037
15038 * progmodes/idlw-help.el (idlwave-help-link):
15039 Remove "-face" suffix from face name.
15040 (idlwave-help-link-face):
15041 New backward-compatibility alias for renamed face.
15042 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15043
15044 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15045 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15046 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15047 New backward-compatibility aliases for renamed faces.
15048 (idlwave-shell-disabled-breakpoint-face)
15049 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15050
15051 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15052 Remove "-face" suffix from face names.
15053 (flymake-errline-face, flymake-warnline-face):
15054 New backward-compatibility aliases for renamed faces.
15055 (flymake-highlight-line): Use renamed flymake faces.
15056
15057 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15058 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15059 (ebrowse-member-class, ebrowse-progress):
15060 Remove "-face" suffix from face names.
15061 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15062 (ebrowse-file-name-face, ebrowse-default-face)
15063 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15064 (ebrowse-progress-face):
15065 New backward-compatibility aliases for renamed faces.
15066 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15067 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15068 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15069 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15070
15071 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15072 antlr-syntax)
15073 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15074 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15075 names.
15076 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15077 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15078 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15079 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15080 backward-compatibility aliases for renamed faces.
15081 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15082 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15083 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15084 remove "font-lock-". Use renamed antlr-mode faces.
15085 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15086 literal face-names with face variable references.
15087
15088 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15089 face name.
15090 (Buffer-menu-buffer-face): New backward-compatibility alias for
15091 renamed face.
15092 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15093
15094 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15095
15096 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15097 Eliminate "-face" suffix.
15098 (makefile-targets): Inherit from font-lock-function-name-face and
15099 eliminate "-face" suffix.
15100 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15101 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15102 actions, instead of prepending, to make it less visible.
15103 (makefile-previous-dependency, makefile-match-dependency):
15104 Don't match a target on a continuation line.
15105
15106 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15107
15108 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15109
15110 * progmodes/gdb-ui.el (menu): Re-order menu items.
15111 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15112
15113 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15114 Define in tooltip.el.
15115 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15116 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15117 gud-tooltip-echo-area.
15118
15119 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15120 backward compatibility and make obsolete.
15121 (tooltip-help-tips): Use tooltip-use-echo-area.
15122 (tooltip-show-help-function): Rename to...
15123 (tooltip-show-help): ...this, because it is a function.
15124 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15125
15126 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15127
15128 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15129 (edebug-print-length, edebug-print-level, edebug-print-circle)
15130 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15131 (edebug-eval-print-last-sexp): Doc fixes.
15132
15133 2005-06-14 Kim F. Storm <storm@cua.dk>
15134
15135 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15136 as the coverage buffer/file/both may change.
15137
15138 2005-06-14 Lute Kamstra <lute@gnu.org>
15139
15140 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15141 and run-mode-hooks. Simplify.
15142
15143 * mail/rmailedit.el (rmail-edit-mode):
15144 * progmodes/octave-inf.el (inferior-octave-mode):
15145 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15146
15147 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15148 and run-mode-hooks.
15149 (recentf-edit-list, recentf-open-files): Don't call
15150 kill-all-local-variables directly.
15151
15152 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15153
15154 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15155
15156 * emacs-lisp/byte-run.el (make-obsolete)
15157 (define-obsolete-function-alias): Rename arguments FUNCTION and
15158 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15159 (make-obsolete-variable, define-obsolete-variable-alias):
15160 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15161 respectively.
15162
15163 * isearchb.el (isearchb-activate):
15164 * pcvs.el (cvs-mode):
15165 * ses.el (ses-load):
15166 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15167 * net/tramp.el (tramp-find-file-exists-command)
15168 (tramp-find-shell):
15169 * progmodes/ada-mode.el (ada-create-case-exception)
15170 (ada-create-case-exception-substring, ada-make-subprogram-body):
15171 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15172 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15173 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15174 * textmodes/org.el (org-promote, org-evaluate-time-range)
15175 (org-agenda-next-date-line, org-agenda-previous-date-line)
15176 (org-agenda-error, org-open-at-point, org-table-move-row)
15177 (org-format-table-table-html-using-table-generate-source)
15178 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15179 * textmodes/reftex.el (reftex-access-scan-info):
15180 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15181 (reftex-toc-promote-prepare): Follow error conventions.
15182
15183 * diff-mode.el (diff-mode): Fix typo in docstring.
15184
15185 * forms.el (forms--intuit-from-file): Fix reference to
15186 `forms-number-of-fields' in error message.
15187 (forms-print): Fix quoting in error message.
15188
15189 * forms.el (forms-mode):
15190 * emulation/vi.el (vi-goto-insert-state):
15191 * progmodes/flymake.el (flymake-new-err-info)
15192 (flymake-start-syntax-check-for-current-buffer)
15193 (flymake-simple-cleanup):
15194 * eshell/esh-var.el (eshell/export):
15195 * progmodes/gud.el (xdb):
15196 * textmodes/flyspell.el (flyspell-incorrect-hook)
15197 (flyspell-maybe-correct-transposition)
15198 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15199
15200 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15201
15202 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15203 minibuffer prompt.
15204
15205 2005-06-13 Kim F. Storm <storm@cua.dk>
15206
15207 * subr.el (add-to-ordered-list): New defun.
15208
15209 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15210 add cua--keymap-alist to emulation-mode-map-alists.
15211
15212 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * subr.el (complete-in-turn): New macro.
15215 (dynamic-completion-table, lazy-completion-table): Add debug info.
15216
15217 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15218 in preference to face aliases.
15219
15220 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15221 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15222 Remove unused vars `start' and `firstline'.
15223 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15224 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15225
15226 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15227
15228 * cus-start.el (all): Don't complain about missing GTK-related
15229 variables, unless either `gtk' is boundp or this isn't a
15230 `windows-nt' build.
15231
15232 2005-06-13 Lute Kamstra <lute@gnu.org>
15233
15234 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15235 run-mode-hooks.
15236
15237 * ediff-mult.el (ediff-meta-mode):
15238 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15239
15240 * ledit.el (ledit-mode): Use delay-mode-hooks.
15241
15242 * woman.el (woman-mode-line-format): Delete constant.
15243 (woman-mode-map): Initialize it properly.
15244 (woman-mode): Set mode-class property to special.
15245 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15246 Set major-mode and mode-name. Don't set mode-line-format directly.
15247 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15248
15249 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15250 string argument obsolete.
15251
15252 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15253
15254 * textmodes/org.el (org-CUA-compatible): New option.
15255 (org-disputed-keys): New variable.
15256 (org-key): New function.
15257 (orgtbl-make-binding): Add docstring to the created function.
15258 (org-mode): Set paragraph start/separate regexps.
15259 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15260 (org-archive-location, org-archive-mark-done)
15261 (org-archive-stamp-time): New options.
15262 (org-archive-subtree): New command.
15263 (org-fill-paragraph): New function.
15264 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15265 (org-fake-empty-table-line): Function removed.
15266 (org-format-org-table-html): Do not create empty table lines at
15267 separator lines. Improved table header treatment.
15268 (org-link-format): New option.
15269 (org-make-link): New function.
15270 (org-insert-link, org-store-link): Use org-make-link.
15271 (org-open-file): Quote file name for shell command, to allow
15272 spaces in file names.
15273 (org-link-regexp): Fix bug with mailto link.
15274 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15275 New constants.
15276 (org-export-as-html): Deal with the optional angles around a link.
15277 Better treatment of file: links.
15278 (org-open-at-point): Replace @{ and @} with < and >.
15279 (org-run-mode-hooks): Function removed.
15280 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15281
15282 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15283
15284 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15285 MI command -data-list-register-values.
15286 (gdb-post-prompt): Indent properly.
15287
15288 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15289
15290 * hilit-chg.el (highlight-changes-colors): Rename from
15291 `highlight-changes-colours'.
15292 (highlight-changes-colours): Keep as obsolete alias.
15293 (highlight-changes-face-list): Doc fix.
15294 (hilit-chg-make-list): Use `highlight-changes-colors'.
15295
15296 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15297
15298 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15299 defun-prompt-regexp.
15300
15301 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15302
15303 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15304 and cygwin.
15305
15306 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15307 Don't use an old loaddefs.el, as in Makefile.in.
15308
15309 2005-06-12 Lute Kamstra <lute@gnu.org>
15310
15311 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15312
15313 * man.el (Man-mode-map): Initialize it properly.
15314 (Man-mode): Set mode-class property to special.
15315
15316 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15317
15318 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15319
15320 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15321 A newline is needed in the docstring there.
15322
15323 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15324 Doc fixes.
15325
15326 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15327
15328 * printing.el: Doc fix. The menubar is no more changed when printing
15329 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15330 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15331 (pr-version): New version number (6.8.4).
15332 (pr-menu-bind): New command.
15333 (pr-update-menus): Docstring and code fix.
15334 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15335 Docstring fix.
15336 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15337 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15338
15339 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15340
15341 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15342 "Returns" to "return", document useful return values, etc.
15343
15344 2005-06-11 Alan Mackenzie <acm@muc.de>
15345
15346 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15347 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15348 (adaptive-file-function): Minor amendment to doc-string.
15349
15350 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15351
15352 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15353 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15354 Fix :type--it is `integer', not `string'.
15355
15356 * faces.el (modeline-highlight): Rename from (the erroneous)
15357 `modeline-higilight'.
15358
15359 2005-06-11 Lute Kamstra <lute@gnu.org>
15360
15361 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15362 lisp-interaction-mode-map but make it the parent.
15363 (edebug-eval-mode): Use define-derived-mode.
15364
15365 2005-06-11 Andreas Schwab <schwab@suse.de>
15366
15367 * bindings.el: Add binding of `ESC functionkey' for every
15368 `M-functionkey'.
15369 * hexl.el (hexl-mode-map): Likewise.
15370
15371 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15372
15373 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15374 [msft]: update regexp for newer msft compilers.
15375
15376 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15377
15378 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15379 ATTLIST portions of included DTDs.
15380 (xml-parse-dtd): Eliminate use of inefficient match-data.
15381
15382 2005-06-10 Miles Bader <miles@gnu.org>
15383
15384 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15385 (mpuz-text): Remove "-face" suffix from face names.
15386 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15387 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15388 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15389
15390 * play/gomoku.el (gomoku-O, gomoku-X):
15391 Remove "-face" suffix from face names.
15392 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15393 New backward-compatibility aliases for renamed faces.
15394 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15395
15396 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15397
15398 * thumbs.el: Fixes for changes of 2005-06-09.
15399 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15400 as a directory.
15401 (thumbs-thumbname): Remove directory separator from format string;
15402 `thumbs-thumbsdir' now returns a valid directory name.
15403 (thumbs-temp-dir): New defsubst.
15404 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15405 Use it.
15406
15407 * cus-edit.el (minibuffer):
15408 * files.el (make-backup-file-name-function):
15409 * filesets.el (filesets-external-viewers):
15410 * hilit-chg.el (highlight-changes-colours)
15411 (highlight-changes-face-list, highlight-changes-rotate-faces):
15412 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15413 * kmacro.el (kmacro-call-macro):
15414 * log-edit.el (log-edit-changelog-full-paragraphs):
15415 * mouse.el (mouse-1-click-follows-link):
15416 * skeleton.el (skeleton-autowrap):
15417 * subr.el (insert-for-yank-1):
15418 * tempo.el (tempo-insert-region):
15419 * terminal.el (terminal-emulator):
15420 * time.el (display-time-mail-face):
15421 * vc.el (vc-annotate):
15422 * vcursor.el (vcursor-copy-line):
15423 * woman.el (woman-bold-headings, woman-ignore)
15424 (woman-default-faces, woman-monochrome-faces):
15425 * calendar/todo-mode.el (todo-insert-threshold):
15426 * emulation/pc-select.el (pc-select-selection-keys-only)
15427 (pc-selection-mode):
15428 * emulation/vip.el (vip-find-char-forward):
15429 * emulation/viper-cmd.el (viper-find-char-forward):
15430 * international/mule-cmds.el
15431 (select-safe-coding-system-accept-default-p)
15432 (input-method-exit-on-invalid-key):
15433 * international/mule-diag.el (describe-coding-system):
15434 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15435 * net/browse-url.el (browse-url-xterm-program):
15436 * obsolete/lazy-lock.el (lazy-lock-mode):
15437 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15438 (cperl-mode):
15439 * progmodes/cpp.el (cpp-face-light-name-list)
15440 (cpp-face-dark-name-list):
15441 * progmodes/delphi.el (delphi-newline-always-indents):
15442 Fix spellings in docstrings.
15443
15444 * ido.el (ido-mode, ido-file-extensions-order)
15445 (ido-default-file-method, ido-default-buffer-method)
15446 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15447 (ido-decorations, ido-read-file-name-as-directory-commands)
15448 (ido-read-file-name-non-ido, ido-work-directory-list)
15449 (ido-ignore-item-temp-list, ido-current-directory)
15450 (ido-magic-forward-char, ido-enter-find-file)
15451 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15452 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15453
15454 2005-06-10 Lute Kamstra <lute@gnu.org>
15455
15456 * play/dunnet.el (dun-mode): Use define-derived-mode.
15457 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15458 obsolete alias.
15459
15460 * play/doctor.el (doctor-mode-map): Remove defvar.
15461 (doctor-mode): Use define-derived-mode.
15462
15463 * mail/mspools.el (mspools-mode):
15464 * net/eudc-hotlist.el (eudc-hotlist-mode):
15465 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15466
15467 2005-06-10 Miles Bader <miles@gnu.org>
15468
15469 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15470 Remove "-face" suffix from face names.
15471 (flyspell-incorrect-face, flyspell-duplicate-face):
15472 New backward-compatibility aliases for renamed faces.
15473 (flyspell-mode-on, make-flyspell-overlay)
15474 (flyspell-highlight-incorrect-region)
15475 (flyspell-highlight-duplicate-region)
15476 (flyspell-display-next-corrections)
15477 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15478
15479 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15480 from face name.
15481 (texinfo-heading-face): New backward-compatibility alias for
15482 renamed face.
15483 (texinfo-heading-face): Use renamed texinfo-heading face.
15484
15485 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15486 suffix from face names.
15487 (tex-math-face, tex-verbatim-face):
15488 New backward-compatibility aliases for renamed faces.
15489 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15490 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15491 literal face name.
15492
15493 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15494 name.
15495 (table-cell-face): New backward-compatibility alias for renamed face.
15496 (table--put-cell-face-property, table--update-cell-face):
15497 Use renamed table-cell face.
15498
15499 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15500 from face name.
15501 (sgml-namespace-face): New backward-compatibility alias for
15502 renamed face.
15503 (sgml-namespace-face): Use renamed sgml-namespace face.
15504
15505 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15506 (org-level-4, org-level-5, org-level-6, org-level-7)
15507 (org-level-8, org-warning, org-headline-done)
15508 (org-deadline-announce, org-scheduled-today)
15509 (org-scheduled-previously, org-link, org-done, org-table)
15510 (org-time-grid): Remove "-face" suffix from face names.
15511 (org-level-1-face, org-level-2-face, org-level-3-face)
15512 (org-level-4-face, org-level-5-face, org-level-6-face)
15513 (org-level-7-face, org-level-8-face, org-warning-face)
15514 (org-headline-done-face, org-deadline-announce-face)
15515 (org-scheduled-today-face, org-scheduled-previously-face)
15516 (org-link-face, org-done-face, org-table-face)
15517 (org-time-grid-face):
15518 New backward-compatibility aliases for renamed faces.
15519 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15520 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15521 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15522 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15523
15524 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15525 (viper-minibuffer-emacs, viper-minibuffer-insert)
15526 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15527 (viper-search-face, viper-replace-overlay-face)
15528 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15529 (viper-minibuffer-vi-face):
15530 New backward-compatibility aliases for renamed faces.
15531 (viper-search-face, viper-replace-overlay-face)
15532 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15533 (viper-minibuffer-vi-face): Use renamed viper faces.
15534
15535 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15536 Remove "-face" suffix from face names.
15537 (testcover-nohits-face, testcover-1value-face):
15538 New backward-compatibility aliases for renamed faces.
15539 (testcover-mark): Use renamed testcover faces.
15540
15541 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15542 face name.
15543 (diary-button-face): New backward-compatibility alias for renamed face.
15544 (diary-entry): Use renamed diary-button face.
15545
15546 * calendar/calendar.el (diary, calendar-today, holiday)
15547 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15548 (diary-face, calendar-today-face, holiday-face):
15549 New backward-compatibility aliases for renamed faces.
15550 (eval-after-load "facemenu", diary-entry-marker)
15551 (calendar-today-marker, calendar-holiday-marker, diary-face):
15552 Use renamed calendar faces.
15553
15554 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15555 (compare-windows-face): New backward-compatibility alias for
15556 renamed face.
15557 (compare-windows-highlight): Use renamed compare-windows face.
15558
15559 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15560 (strokes-char-face): New backward-compatibility alias for renamed face.
15561 (strokes-encode-buffer): Use renamed strokes-char face.
15562
15563 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15564 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15565 Remove "-face" suffix from face names.
15566 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15567 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15568 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15569 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15570 Use renamed pcvs faces.
15571 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15572 * pcvs-defs.el (cvs-mode-map): Likewise.
15573 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15574
15575 * info.el (info-title-1, info-title-2, info-title-3)
15576 (info-title-4): Remove "-face" suffix from and downcase face names.
15577 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15578 (Info-title-4-face):
15579 New backward-compatibility aliases for renamed faces.
15580 (Info-fontify-node): Use renamed info faces.
15581
15582 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15583 Remove "-face" suffix from face names.
15584 (highlight-changes-face, highlight-changes-delete-face):
15585 New backward-compatibility aliases for renamed faces.
15586 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15587 (hilit-chg-make-list): Use renamed highlight-changes faces.
15588
15589 * generic-x.el (show-tabs-tab, show-tabs-space):
15590 Remove "-face" suffix from face names.
15591 (show-tabs-tab-face, show-tabs-space-face):
15592 New backward-compatibility aliases for renamed faces.
15593 (show-tabs-generic-mode-font-lock-defaults-1)
15594 (show-tabs-generic-mode-font-lock-defaults-2):
15595 Use renamed show-tabs faces.
15596
15597 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15598 (smerge-markers): Remove "-face" suffix from face names.
15599 (smerge-mine-face, smerge-other-face, smerge-base-face)
15600 (smerge-markers-face):
15601 New backward-compatibility aliases for renamed faces.
15602 (smerge-mine-face, smerge-other-face, smerge-base-face)
15603 (smerge-markers-face): Use renamed smerge faces.
15604
15605 * log-view.el (log-view-file, log-view-message): Remove "-face"
15606 suffix from face names.
15607 (log-view-file-face, log-view-message-face):
15608 New backward-compatibility aliases for renamed faces.
15609 (log-view-file-face, log-view-message-face): Use renamed log-view
15610 faces.
15611
15612 * paren.el (show-paren-match, show-paren-mismatch):
15613 Remove "-face" suffix from face names.
15614 (show-paren-match-face, show-paren-mismatch-face):
15615 New backward-compatibility aliases for renamed faces.
15616 (show-paren-function): Use renamed show-paren faces.
15617
15618 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15619 (ruler-mode-margins, ruler-mode-fringes)
15620 (ruler-mode-column-number, ruler-mode-fill-column)
15621 (ruler-mode-comment-column, ruler-mode-goal-column)
15622 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15623 suffix from face names.
15624 (ruler-mode-default-face, ruler-mode-pad-face)
15625 (ruler-mode-margins-face, ruler-mode-fringes-face)
15626 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15627 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15628 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15629 New backward-compatibility aliases for renamed faces.
15630 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15631 (ruler-mode-column-number, ruler-mode-fill-column)
15632 (ruler-mode-comment-column, ruler-mode-goal-column)
15633 (ruler-mode-tab-stop, ruler-mode-current-column)
15634 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15635 faces.
15636
15637 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15638 face name.
15639 (whitespace-highlight-the-space): Use renamed face.
15640 (whitespace-highlight-face): New backward-compatibility alias for
15641 renamed face.
15642
15643 * woman.el (woman-italic, woman-bold, woman-unknown)
15644 (woman-addition, woman-symbol-face):
15645 Remove "-face" suffix from face names.
15646 (woman-italic-face, woman-bold-face, woman-unknown-face)
15647 (woman-addition-face):
15648 New backward-compatibility aliases for renamed faces.
15649 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15650 (woman-decode-region, woman-replace-match)
15651 (woman-display-extended-fonts, woman-special-characters)
15652 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15653 Use renamed woman faces.
15654
15655 * longlines.el (longlines-visible-face): Face removed.
15656
15657 * diff-mode.el (diff-header, diff-file-header, diff-index)
15658 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15659 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15660 suffix from face names.
15661 (diff-header-face, diff-file-header-face, diff-index-face)
15662 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15663 (diff-changed-face, diff-function-face, diff-context-face)
15664 (diff-nonexistent-face): New backward-compatibility aliases for
15665 renamed faces.
15666 (diff-header-face, diff-file-header-face)
15667 (diff-index, diff-index-face, diff-hunk-header)
15668 (diff-hunk-header-face, diff-removed, diff-removed-face)
15669 (diff-added, diff-added-face, diff-changed-face, diff-function)
15670 (diff-function-face, diff-context-face, diff-nonexistent)
15671 (diff-nonexistent-face): Use renamed diff-mode faces.
15672
15673 * progmodes/compile.el (compilation-warning-face)
15674 (compilation-info-face): Remove "-face" suffix from face names.
15675 (compilation-warning-face, compilation-info-face):
15676 New backward-compatibility aliases for renamed faces.
15677 (compilation-warning-face, compilation-info-face):
15678 Use renamed compilation faces.
15679
15680 * add-log.el (change-log-date, change-log-name)
15681 (change-log-email, change-log-file, change-log-list)
15682 (change-log-conditionals, change-log-function)
15683 (change-log-acknowledgement): Remove "-face" suffix from face names.
15684 (change-log-date-face, change-log-name-face)
15685 (change-log-email-face, change-log-file-face)
15686 (change-log-list-face, change-log-conditionals-face)
15687 (change-log-function-face, change-log-acknowledgement-face):
15688 New backward-compatibility aliases for renamed faces.
15689 (change-log-font-lock-keywords): Use renamed change-log faces.
15690
15691 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15692 (custom-set, custom-changed, custom-saved, custom-button)
15693 (custom-button-pressed, custom-documentation, custom-state)
15694 (custom-comment, custom-comment-tag, custom-variable-tag)
15695 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15696 (custom-group-tag): Remove "-face" suffix from face names.
15697 (custom-magic-alist, custom-magic-value-create)
15698 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15699 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15700 (custom-set-face, custom-changed-face, custom-saved-face)
15701 (custom-button-face, custom-button-pressed-face)
15702 (custom-documentation-face, custom-state-face)
15703 (custom-comment-face, custom-comment-tag-face)
15704 (custom-variable-tag-face, custom-variable-button-face)
15705 (custom-face-tag-face, custom-group-tag-face-1)
15706 (custom-group-tag-face):
15707 New backward-compatibility aliases for renamed faces.
15708
15709 * wid-edit.el (widget-documentation, widget-button)
15710 (widget-field, widget-single-line-field, widget-inactive)
15711 (widget-button-pressed): "-face" suffix removed from face names.
15712 (widget-documentation-face, widget-button-face)
15713 (widget-field-face, widget-single-line-field-face)
15714 (widget-inactive-face, widget-button-pressed-face):
15715 New backward-compatibility aliases for renamed faces.
15716 (widget-documentation-face, widget-button-face)
15717 (widget-button-pressed-face, widget-specify-field)
15718 (widget-specify-inactive): Use renamed widget faces.
15719
15720 2005-06-10 Kenichi Handa <handa@m17n.org>
15721
15722 * term/x-win.el (x-clipboard-yank): Remove condition-case
15723 wrapping.
15724
15725 2005-06-11 Kenichi Handa <handa@m17n.org>
15726
15727 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15728 date lines stricter.
15729
15730 2005-06-10 Zhang Wei <id.brep@gmail.com>
15731
15732 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15733 of x-get-selection.
15734
15735 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15736
15737 * comint.el (comint-mode, comint-snapshot-last-prompt):
15738 * frame.el (frame-current-scroll-bars):
15739 * term.el (term-mode, term-check-proc, term-input-sender)
15740 (term-simple-send, term-extract-string, term-word)
15741 (term-match-partial-filename):
15742 * window.el (window-current-scroll-bars):
15743 * emulation/cua-base.el (cua-normal-cursor-color)
15744 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15745 (cua-global-mark-cursor-color):
15746 * mail/undigest.el (rmail-forward-separator-regex):
15747 Fix typos in docstrings.
15748
15749 * comint.el (comint-check-proc, make-comint-in-buffer)
15750 (comint-source-default): Doc fixes.
15751
15752 * term.el (term-send-string): Improve argument/docstring consistency.
15753
15754 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15755
15756 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15757 call to `delete-region'.
15758 (comint-mode-hook): Do not enable Font Lock by default.
15759
15760 2005-06-09 Lute Kamstra <lute@gnu.org>
15761
15762 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15763 could be void.
15764
15765 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15766
15767 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15768 (debug): Use it.
15769 (debugger-step-through, debugger-continue, debugger-jump)
15770 (debugger-return-value): Set it when needed.
15771 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15772 Use inhibit-read-only.
15773
15774 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15775
15776 * window.el (shrink-window-if-larger-than-buffer)
15777 (window-size-fixed): Fix typo in docstring.
15778
15779 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15780 thumbnails directory on loading.
15781 (thumbs-conversion-program): Use `eq' to check the system type,
15782 not `equal'.
15783 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15784 not "/tmp". Fix docstring.
15785 (thumbs-thumbsdir): New function to return the thumbnails
15786 directory, creating it if needed.
15787 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15788 (thumbs-temp-file): Delete variable and make it into a function.
15789 (thumbs-resize-image, thumbs-modify-image): Use it.
15790 (thumbs-kill-buffer): Simplify.
15791 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15792 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15793 docstrings.
15794
15795 2005-06-09 Kim F. Storm <storm@cua.dk>
15796
15797 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15798 set-match-data to free markers in match-data.
15799
15800 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15801 match-data to unchain markers in match-data.
15802
15803 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15804
15805 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15806 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15807 unnecessary now.
15808
15809 2005-06-08 Richard M. Stallman <rms@gnu.org>
15810
15811 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15812 give the variable a doc string that doesn't say don't set it directly.
15813
15814 * textmodes/ispell.el (ispell-check-version):
15815 Use match-string-no-properties.
15816 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15817 (ispell-buffer-local-words): Likewise.
15818
15819 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15820 except on terminals with enough colors to really display it.
15821 (makefile-dependency-regex): Delete spurious `bb'.
15822
15823 * faces.el (escape-glyph): Use blue once again in last case.
15824 (no-break-space): Redefine so that it isn't invisible on a tty.
15825
15826 2005-06-08 Kim F. Storm <storm@cua.dk>
15827
15828 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15829 also when reading directory name.
15830
15831 2005-06-08 Lute Kamstra <lute@gnu.org>
15832
15833 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15834 (flyspell-mode-line-string): Remove autoload cookie.
15835 (flyspell-mode): Remove defvar.
15836
15837 2005-06-07 Lute Kamstra <lute@gnu.org>
15838
15839 * textmodes/org.el (org-run-mode-hooks): New function.
15840 (org-agenda-mode): Use it.
15841
15842 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15843
15844 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15845
15846 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15847
15848 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15849
15850 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15851
15852 * font-lock.el (font-lock-add-keywords): Doc fix.
15853
15854 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15857 (tex-compile-default): In the absence of any history, use the order in
15858 tex-compile-alist to choose the preferred command.
15859 (tex-compile-commands): Reorder a bit.
15860
15861 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15862 (flyspell-incorrect-face, flyspell-duplicate-face):
15863 Use (X)Emacs-agnostic code.
15864 (flyspell-mode-map): Don't overwrite at each load. Remove code
15865 redundant with the subsequent add-minor-mode. Merge Emacs and
15866 XEmacs code.
15867 (flyspell-word): Minor simplification.
15868 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15869 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15870 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15871 Merge the corresponding Emacs code.
15872 (flyspell-correct-word, flyspell-xemacs-popup):
15873 Use flyspell-do-correct.
15874
15875 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15876 a dedicated window.
15877
15878 * international/latexenc.el (latexenc-find-file-coding-system):
15879 Undo part of last patch, to turn off a compiler warning.
15880
15881 2005-06-06 Juri Linkov <juri@jurta.org>
15882
15883 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15884 Rename `tmm-inactive-face' to `tmm-inactive'.
15885
15886 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15887
15888 * iswitchb.el: Rename faces.
15889
15890 2005-06-06 Kim F. Storm <storm@cua.dk>
15891
15892 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15893 (cua-global-mark): Remove -face suffix from face names.
15894
15895 * emulation/cua-gmrk.el (cua--init-global-mark):
15896 Remove cua-global-mark face setup.
15897
15898 2005-06-06 Richard M. Stallman <rms@gnu.org>
15899
15900 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15901 just like other allowed characters.
15902 (makefile-match-dependency): Exclude leading and training whitespace
15903 from the range of regexp subexp 1.
15904 (makefile-macroassign-regex): Don't try to match the body,
15905 just the name of the macro being defined.
15906
15907 * info.el (Info-read-node-name-2): New function.
15908 (Info-read-node-name-1): Use that.
15909 Add a completion-base-size-function property.
15910
15911 * simple.el (completion-setup-function): Look for
15912 completion-base-size-function property of minibuffer-completion-table.
15913
15914 * files.el (locate-file-completion): Doc fix.
15915
15916 * printing.el: Don't call pr-update-menus; user must do that.
15917
15918 * emacs-lisp/debug.el (debugger-window): New variable.
15919 (debug): Use debugger-window if it is set and still alive.
15920 Record debugger-window for next entry.
15921
15922 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15923
15924 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15925
15926 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15927 (hack-one-local-variable, hack-local-variables)
15928 (hack-local-variables-prop-line): Pass that arg.
15929
15930 2005-06-06 Kim F. Storm <storm@cua.dk>
15931
15932 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15933 (ido-indicator): Remove -face suffix from face names.
15934
15935 2005-06-06 Juri Linkov <juri@jurta.org>
15936
15937 * font-lock.el (font-lock-regexp-backslash)
15938 (font-lock-regexp-backslash-construct): New faces.
15939 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15940 after `('. Add `while-no-input' to control structures.
15941
15942 * faces.el (no-break-space, shadow): New faces.
15943 (escape-glyph): Use less loud colors pink2 and red4.
15944
15945 * diff-mode.el (diff-context-face)
15946 * dired.el (dired-ignored)
15947 * rfn-eshadow.el (file-name-shadow)
15948 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15949
15950 * info.el (Info-title-1-face): Use green instead of yellow because
15951 bold yellow is not readable on light backgrounds.
15952
15953 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15954 before selecting the desired mode to not spend time fontifying
15955 old contents.
15956
15957 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15958
15959 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15960 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15961
15962 * ps-print.el (ps-default-fg, ps-default-bg):
15963 Fix typos in docstrings.
15964
15965 * isearchb.el (isearchb): Don't pass a spurious second argument to
15966 `iswitchb-completions'.
15967
15968 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15969
15970 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15971 to preserve point.
15972 (gdb-find-file-hook): Add doc string.
15973
15974 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15975 C dereferenced pointer expression.
15976 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15977
15978 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15979
15980 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15981 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15982 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15983 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15984 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15985 Make background transparent.
15986
15987 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15988
15989 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15990 (font-lock-remove-keywords): Doc fix.
15991 (font-lock-mode-major-mode): Compiler defvar.
15992 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15993
15994 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15995 (font-lock-mode): Update `font-lock-mode-major-mode'.
15996 (font-lock-set-defaults): Compiler defvar.
15997 (font-lock-default-function): Take `font-lock-mode-major-mode'
15998 into account.
15999
16000 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16001 keep track of which major mode it enabled the minor mode for.
16002 Use find-file-hook again. Update docstring.
16003
16004 * simple.el (eval-expression-print-level)
16005 (eval-expression-print-length, eval-expression-debug-on-error):
16006 Doc fixes.
16007
16008 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16009
16010 * iswitchb.el (iswitchb-single-match-face)
16011 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16012 (iswitchb-invalid-regexp-face): New faces.
16013 (iswitchb-completions): Use them.
16014 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16015 now marked as an obsolete alias.
16016 (iswitchb-read-buffer): Remove check for bound font variables.
16017 (iswitchb-invalid-regexp): New free variable.
16018 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16019 set iswitchb-invalid-regexp.
16020 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16021 invalid regexps.
16022 (iswitchb-completions): Add check for complete match when entering
16023 a regexp.
16024 (iswitchb-completions): Remove require-match argument.
16025 (iswitchb-exhibit): Fix caller.
16026 (iswitchb-common-match-inserted): New variable.
16027 (iswitchb-complete, iswitchb-completion-help): Use it.
16028
16029 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16030
16031 * url-http.el (url-http-chunked-encoding-after-change-function):
16032 Use `url-http-debug' instead of `message'.
16033
16034 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16035
16036 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16037 callback argument.
16038
16039 2005-06-04 Kim F. Storm <storm@cua.dk>
16040
16041 * simple.el (line-move): Only call sit-for when moving backwards.
16042
16043 * ido.el (ido-make-merged-file-list-1): New defun split from
16044 ido-make-merged-file-list.
16045 (ido-make-merged-file-list): Bind throw-on-input around call to
16046 ido-make-merged-file-list-1. Return input-pending-p if
16047 interrupted by more input available.
16048 (ido-read-internal): Handle input-pending-p return value from
16049 ido-make-merged-file-list.
16050
16051 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16052
16053 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16054 compatibility code.
16055
16056 * international/latexenc.el (latexenc-find-file-coding-system):
16057 Don't inherit the EOL part of the coding-system from the
16058 tex-main buffer. Fit within 80 columns.
16059
16060 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16061
16062 * tmm.el (tmm-inactive-face): New face.
16063 (tmm-remove-inactive-mouse-face): New function.
16064 (tmm-prompt, tmm-add-one-shortcut)
16065 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16066 but not selectable.
16067
16068 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16069
16070 * faces.el (face-equal): Improve argument/docstring consistency.
16071
16072 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16073
16074 * progmodes/make-mode.el (makefile-targets-face)
16075 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16076 (makefile-bsdmake-dependency-regex)
16077 (makefile-makepp-rule-action-regex)
16078 (makefile-bsdmake-rule-action-regex): New constants.
16079 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16080
16081 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16082 Allow (...) within `...' for makepp messages.
16083
16084 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16085
16086 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16087
16088 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16089 "." files are deleted from all file lists before comparison.
16090
16091 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16092 (viper-ESC-key): Made them customizable.
16093
16094 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16095
16096 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16097
16098 * autorevert.el (auto-revert-buffers): Use save-match-data.
16099
16100 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16101
16102 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16103 menu items with a nil command binding.
16104
16105 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16106
16107 * emacs-lisp/cl-macs.el (defsetf):
16108 Improve argument/docstring consistency.
16109
16110 * faces.el (list-faces-display): Improve the formatting by
16111 computing the maximum length required for any face-name (reworked
16112 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16113 (internal-find-face): Remove redundant info in docstring.
16114
16115 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16116
16117 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16118 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16119 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16120 (gdb-assembler-custom): Improve regexps.
16121 (def-gdb-auto-update-handler): Use window point to preserve point.
16122
16123 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16126
16127 2005-05-31 Jay Belanger <belanger@truman.edu>
16128
16129 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16130 to calc-embedded.
16131 (calc-embedded-make-info): Have plain prefix argument select
16132 entire line.
16133
16134 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16135
16136 * faces.el (list-faces-display): Signal error if passed a regexp
16137 that matches no face name.
16138
16139 * simple.el (filter-buffer-substring): Fix typo in docstring.
16140
16141 2005-05-31 Richard M. Stallman <rms@gnu.org>
16142
16143 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16144 (vhdl-emacs-21): Doc fix.
16145 (vhdl-mode): Unconditionally set comment-padding.
16146 (vhdl-fixup-whitespace-region): Insert spaces only where
16147 there are none.
16148 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16149
16150 2005-05-30 John Wiegley <johnw@newartisans.com>
16151
16152 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16153 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16154 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16155 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16156 `string-to-number'.
16157
16158 2005-05-30 Jay Belanger <belanger@truman.edu>
16159
16160 * calc/calc.el (calc-bug-address): Fix docstring.
16161 (calc-window-hook, calc-trail-window-hook): New variables.
16162 (calc-trail-display): Restore use of calc-trail-window-hook.
16163 (calc): Restore use of calc-window-hook.
16164
16165 2005-05-31 Masatake YAMATO <jet@gyve.org>
16166
16167 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16168
16169 * help-fns.el (help-C-file-name): Add autoload mark for
16170 `find-function-noselect'.
16171
16172 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16173
16174 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16175 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16176
16177 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16178
16179 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16180 included diary buffer if it was not already being visited.
16181 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16182
16183 * calendar/icalendar.el (top-level): Do not require appt.
16184
16185 * mail/supercite.el (sc-select-attribution): Only use a list
16186 element from sc-attrib-selection-list if it returns a string.
16187 Reported by Davide G. M. Salvetti <salve@debian.org>.
16188
16189 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16190
16191 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16192 includes a hash value to improve its uniqueness, and has a ".jpg"
16193 extension. Also, it is now a valid filename on all systems.
16194 (thumbs-make-thumb): Use `let', not `let*'.
16195 (thumbs-show-thumbs-list): Check for JPEG availability.
16196
16197 2005-05-30 Richard M. Stallman <rms@gnu.org>
16198
16199 * filesets.el (filesets-menu-ensure-use-cached):
16200 Prevent warning when emacs-version>= is undefined.
16201
16202 * printing.el (pr-interactive-n-up): Use string-to-number.
16203
16204 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16205
16206 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16207 Warn only when name to be defined is quoted.
16208
16209 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16210
16211 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16212 Make regexp more robust.
16213 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16214 Force regeneration of disassembly.
16215
16216 2005-05-29 Jay Belanger <belanger@truman.edu>
16217
16218 * calc/calc.el (calc-user-invocation): Check if
16219 calc-invocation-macro is non-nil.
16220
16221 2005-05-29 Juri Linkov <juri@jurta.org>
16222
16223 * add-log.el (change-log-font-lock-keywords):
16224 Add `+' to e-mail regexp to accept mail address with keywords.
16225
16226 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16227
16228 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16229
16230 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16231
16232 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16233
16234 2005-05-29 Richard M. Stallman <rms@gnu.org>
16235
16236 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16237 Undo the change that moves to end of the current word.
16238
16239 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16240
16241 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16242 Throw error when count <= 0 to ensure input is a number.
16243 (gdb-read-memory-custom): Pick up address from buffer.
16244 (gdb-memory-mode): Allow user to increment and decrement
16245 memory address from header line.
16246
16247 2005-05-29 Richard M. Stallman <rms@gnu.org>
16248
16249 * flyspell.el (flyspell-version): Function deleted.
16250 (flyspell-auto-correct-previous-hook): Doc fix.
16251
16252 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16253 Do nothing if memory is full.
16254
16255 * font-lock.el (font-lock-fontify-syntactically-region):
16256 Pass t for GREEDY to looking-back.
16257
16258 * saveplace.el (save-place-alist-to-file): Write the file
16259 using write-region.
16260
16261 * subr.el (looking-back): New argument GREEDY.
16262
16263 * progmodes/compile.el (compilation-start): Set the mode
16264 before inserting the initial text.
16265
16266 * progmodes/which-func.el (which-func-update-1): Turn the mode
16267 off in case of error by setting which-func-mode.
16268
16269 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16270
16271 * flyspell.el (flyspell-auto-correct-previous-word):
16272 Narrow down to what's on the screen, and recenter overlays
16273 at the end of the next word.
16274
16275 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16276
16277 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16278 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16279 (flyspell-abbrev-p): Default to nil.
16280 (flyspell-use-global-abbrev-table-p): Doc fix.
16281 (flyspell-large-region): Allow nil as value.
16282 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16283
16284 (mail-mode-flyspell-verify): More robust handling
16285 of `mail-header-separator'. More efficient signature detection.
16286 Allow for regexp metacharacters in message-header-separator.
16287 Adding `To' not to be checked in mail-mode-flyspell-verify.
16288
16289 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16290 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16291 Bind flyspell-auto-correct-binding.
16292 Bind C-. and C-, .
16293 (flyspell-mode-map): Likewise.
16294 (flyspell-mode): Doc fix.
16295 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16296 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16297 (flyspell-word-cache-result): New var, always local.
16298 (flyspell-check-pre-word-p): Doc fix.
16299 (flyspell-check-changed-word-p): Handle spc like newline.
16300 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16301 (flyspell-word-search-backward, flyspell-word-search-forward):
16302 New functions.
16303 (flyspell-word): Return t if nothing to check.
16304 When parsing TeX code, check for after } or \.
16305 Use flyspell-word-search-backward to find previous word.
16306 Return nil if duplicated word.
16307 For word already checked, return same value as last time.
16308 Set flyspell-word-cache-result after checking.
16309 Don't clobber the return value.
16310 (flyspell-get-word): Major rewrite.
16311 (flyspell-external-point-words): New locals pword, pcount.
16312 Fix size used in progress message.
16313 Find the proper corresponding word in flyspell-large-region-buffer.
16314 (flyspell-region): Check for flyspell-large-region = nil.
16315 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16316 (flyspell-auto-correct-word): Check that WORD is a cons.
16317 (flyspell-correct-word): Likewise.
16318
16319 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16320
16321 * progmodes/make-mode.el (makefile-rule-action-regex)
16322 (makefile-macroassign-regex, makefile-makepp-mode)
16323 (makefile-bsdmake-mode): Continuation lines may be empty.
16324 Reported by Joshua Varner.
16325 (makefile-makepp-font-lock-keywords): Add $(stem).
16326
16327 2005-05-28 Karl Berry <karl@gnu.org>
16328
16329 * textmodes/tex-mode.el: Now that tex-send-command calls
16330 shell-quote-argument (2005-03-31 change), remove all calls to
16331 shell-quote-argument; they all end up invoking tex-send-command.
16332 The double quoting loses on filenames with non-safe characters,
16333 such as "@". Reported by Frederik Fouvry.
16334
16335 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16336
16337 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16338 about preserving point.
16339
16340 2005-05-27 Jay Belanger <belanger@truman.edu>
16341
16342 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16343 Info-goto-node.
16344
16345 * calc/calc-embed.el (calc-embed-arg): New variable.
16346 (calc-do-embedded-activate, calc-embedded-activate-formula)
16347 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16348 variable by new variable.
16349 (calc-embedded-make-info): Replace undeclared variable by new
16350 variable. When selecting region with positive prefix
16351 argument, use end of previous line instead of beginning of line.
16352
16353 * calc/calc-aent.el (calc-arg-values): Declare it.
16354
16355 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16356 Declare them.
16357
16358 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16359
16360 * calc/calc.el (calc-alg-map): Declare it.
16361
16362 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16363
16364 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16365
16366 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16367 (gdb-registers-buffer, toggle-gdb-all-registers):
16368 Toggle display of floating point registers.
16369 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16370
16371 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16372 (toggle-gud-tooltip-dereference):
16373 Rename from gud-toggle-tooltip-dereference.
16374
16375 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16378
16379 2005-05-27 Jay Belanger <belanger@truman.edu>
16380
16381 * calc/calc-prog.el (calc-kbd-report): Remove.
16382 (calc-kbd-query): Rewrite.
16383
16384 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16385
16386 * image.el (image-library-alist): Move to image.c.
16387 (image-type-available-p): Doc fix.
16388
16389 2005-05-27 Lute Kamstra <lute@gnu.org>
16390
16391 * calc/calc.el (calc):
16392 * outline.el (outline-1, outline-2, outline-3, outline-4)
16393 (outline-5, outline-6, outline-7, outline-8):
16394 * textmodes/dns-mode.el (dns-mode):
16395 * textmodes/sgml-mode.el (sgml-namespace-face):
16396 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16397 (tex-verbatim-face, tex-use-reftex):
16398 * textmodes/texinfo.el (texinfo-heading-face):
16399 Specify customization group.
16400
16401 * longlines.el: Don't require easy-mmode.
16402 (longlines-visible-face): Specify customization group.
16403
16404 2005-05-27 Kenichi Handa <handa@m17n.org>
16405
16406 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16407 encoding table of windows-1251.
16408
16409 * international/ucs-tables.el (ucs-set-table-for-input):
16410 If translation-table-for-input of a coding system is a symbol, get
16411 its translation-table property.
16412
16413 * international/code-pages.el: Don't register a coding system into
16414 non-iso-charset-alist more than once.
16415 (cp-make-coding-system): Likewise.
16416
16417 2005-05-26 John Wiegley <johnw@newartisans.com>
16418
16419 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16420 `eshell-resume-eval' is wrapped in a list, it indicates that the
16421 command was run asynchronously. In that case, unwrap the value
16422 before checking the delimiter value.
16423
16424 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16425 character before a space at the end of a line is \, assume the space
16426 is part of the last argument rather than a final argument separator.
16427
16428 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16429 is in use, and the target is `t' or `nil' (which are the most common
16430 values), don't assume that the symbol target is a buffer.
16431
16432 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16433
16434 * calendar/calendar.el (calendar-mode-line-format):
16435 Use mode-line-highlight as mouse-face.
16436
16437 * time.el (display-time-string-forms, display-time-update):
16438 Use mode-line-highlight as mouse-face.
16439
16440 2005-05-26 Jay Belanger <belanger@truman.edu>
16441
16442 * calc/calc.el (calc-language-alist): Remove extra defvar.
16443
16444 2005-05-26 Lute Kamstra <lute@gnu.org>
16445
16446 * arc-mode.el (archive-mode):
16447 * bookmark.el (bookmark-read-annotation-mode)
16448 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16449 * bs.el (bs-mode):
16450 * calc/calc-yank.el (calc-edit-mode):
16451 * calc/calc.el (calc-mode, calc-trail-mode):
16452 * calculator.el (calculator-mode):
16453 * chistory.el (command-history-mode):
16454 * comint.el:
16455 * cus-edit.el (custom-mode):
16456 * descr-text.el (describe-text-mode):
16457 * ebuff-menu.el (Electric-buffer-menu-mode):
16458 * ediff-util.el (ediff-mode):
16459 * emacs-lisp/re-builder.el (reb-mode):
16460 * emulation/vi.el (vi-mode-setup):
16461 * emulation/ws-mode.el (wordstar-mode):
16462 * eshell/esh-mode.el (eshell-mode):
16463 * forms.el (forms-mode):
16464 * help-mode.el (help-mode):
16465 * hexl.el (hexl-mode):
16466 * ibuffer.el (ibuffer-mode):
16467 * ielm.el (inferior-emacs-lisp-mode):
16468 * info.el (Info-mode, Info-edit-mode):
16469 * international/swedish.el:
16470 * ledit.el (ledit-from-lisp-mode):
16471 * locate.el (locate-mode):
16472 * mail/rmail.el (rmail-mode):
16473 * mail/rmailedit.el (rmail-edit-mode):
16474 * mail/rmailsum.el (rmail-summary-mode):
16475 * mail/supercite.el (sc-electric-mode):
16476 * net/eudc.el (eudc-mode):
16477 * net/quickurl.el (quickurl-list-mode):
16478 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16479 * obsolete/ooutline.el (outline-mode):
16480 * obsolete/options.el (Edit-options-mode):
16481 * obsolete/rnews.el (news-mode):
16482 * obsolete/rnewspost.el (news-reply-mode):
16483 * play/5x5.el (5x5-mode):
16484 * play/decipher.el (decipher-mode, decipher-stats-mode):
16485 * play/gomoku.el (gomoku-mode):
16486 * play/snake.el (snake-mode):
16487 * play/solitaire.el (solitaire-mode):
16488 * play/tetris.el (tetris-mode):
16489 * progmodes/ada-mode.el (ada-mode):
16490 * progmodes/antlr-mode.el (antlr-mode):
16491 * progmodes/autoconf.el (autoconf-mode):
16492 * progmodes/dcl-mode.el (dcl-mode):
16493 * progmodes/delphi.el (delphi-mode):
16494 * progmodes/ebrowse.el (ebrowse-tree-mode)
16495 (ebrowse-electric-list-mode, ebrowse-member-mode)
16496 (ebrowse-electric-position-mode):
16497 * progmodes/f90.el (f90-mode):
16498 * progmodes/fortran.el (fortran-mode):
16499 * progmodes/icon.el (icon-mode):
16500 * progmodes/idlw-help.el (idlwave-help-mode):
16501 * progmodes/idlw-shell.el (idlwave-shell-mode):
16502 * progmodes/idlwave.el (idlwave-mode):
16503 * progmodes/inf-lisp.el (inferior-lisp-mode):
16504 * progmodes/m4-mode.el (m4-mode):
16505 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16506 * progmodes/modula2.el (modula-2-mode):
16507 * progmodes/octave-inf.el (inferior-octave-mode):
16508 * progmodes/octave-mod.el (octave-mode):
16509 * progmodes/pascal.el (pascal-mode):
16510 * progmodes/sh-script.el (sh-mode):
16511 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16512 * progmodes/vhdl-mode.el (vhdl-mode):
16513 * progmodes/xscheme.el (scheme-interaction-mode):
16514 * replace.el (occur-mode):
16515 * ses.el (ses-mode):
16516 * simple.el (completion-list-mode):
16517 * skeleton.el:
16518 * speedbar.el (speedbar-mode):
16519 * term.el (term-mode):
16520 * terminal.el (terminal-edit-mode):
16521 * textmodes/reftex-index.el (reftex-index-mode)
16522 (reftex-index-phrases-mode):
16523 * textmodes/reftex-sel.el (reftex-select-label-mode)
16524 (reftex-select-bib-mode):
16525 * textmodes/reftex-toc.el (reftex-toc-mode):
16526 * wdired.el (wdired-change-to-wdired-mode):
16527 * wid-browse.el (widget-browse-mode):
16528 Use run-mode-hooks.
16529
16530 * array.el (array-mode):
16531 * calendar/todo-mode.el (todo-mode):
16532 * man.el (Man-mode):
16533 * play/landmark.el (lm-mode):
16534 * play/mpuz.el (mpuz-mode):
16535 Use kill-all-local-variables and run-mode-hooks.
16536
16537 * subr.el (delay-mode-hooks): Specify indentation.
16538
16539 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16540
16541 * xml.el (xml-substitute-special): Don't die for undefined xml
16542 entities.
16543
16544 2005-05-26 Jay Belanger <belanger@truman.edu>
16545
16546 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16547 of nil.
16548
16549 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16550
16551 * progmodes/gdb-ui.el (gdb-frame-address):
16552 Rename from gdb-current-address.
16553 (gdb-previous-frame-address): Rename from gdb-previous-address.
16554 (gdb-selected-frame): Rename from gdb-current-frame.
16555 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16556 (gdb-frame-number): Rename from gdb-current-stack-level.
16557 (gdb-ann3): Match new mode-name for disassembly buffer.
16558 Extend initialization of variables.
16559 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16560 (gdb-memory-mode): Use mouse-face in header line.
16561 (gdb-assembler-buffer-name): Call it disassembly and give frame
16562 in mode line.
16563 (gdb-source-spec-regexp, gdb-assembler-custom)
16564 (gdb-invalidate-assembler, gdb-frame-handler):
16565 Make robust to leading zeroes in address format.
16566
16567 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16568
16569 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16570 define `org-mode'.
16571 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16572
16573 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * log-edit.el (log-edit-changelog-entries): Distinguish between
16576 filenames like xfns.c and fns.c.
16577
16578 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16579
16580 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16581 point after reverting.
16582 (Buffer-menu-make-sort-button): Handle the case where
16583 `Buffer-menu-use-header-line' is nil.
16584
16585 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16586
16587 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16588 New funcs. In minibuffer-local-completion-map bind `]', `/'
16589 and `:' to them.
16590
16591 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16592
16593 * startup.el (normal-top-level): Allow modification of load-path while
16594 we're iterating over it.
16595
16596 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16597
16598 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16599 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16600 (thumbs-resize-interactive, thumbs-insert-image)
16601 (thumbs-insert-thumb, thumbs-dired-show-marked)
16602 (thumbs-find-image-at-point, thumbs-delete-images)
16603 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16604 (thumbs-increment-image-size, thumbs-decrement-image-size):
16605 Fix typos in docstrings.
16606
16607 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16608
16609 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16610 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16611 (cperl-mode): Use them.
16612
16613 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16614
16615 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16616 Doc fixes.
16617
16618 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16619
16620 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16621 Bind C-d to gdb-inferior-io-eof.
16622
16623 * dired.el (dired-dnd-popup-notice): Use message-box.
16624
16625 2005-05-23 Masatake YAMATO <jet@gyve.org>
16626
16627 * bindings.el (mode-line-major-mode-keymap):
16628 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16629
16630 * faces.el (mode-line-highlight): New face.
16631
16632 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16633 as mouse-face.
16634
16635 * bindings.el (top-level, help-echo, mode-line-modified)
16636 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16637 as mouse-face.
16638
16639 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16640
16641 * progmodes/cc-engine.el (c-guess-basic-syntax):
16642 Remove spurious call to `zerop'.
16643
16644 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16645
16646 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16647
16648 CC Mode update to 5.30.10:
16649
16650 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16651 could go past the limit in decoration level 2, thereby causing
16652 errors during interactive fontification.
16653
16654 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16655 the file is evaluated interactively.
16656
16657 * cc-engine.el (c-guess-basic-syntax): Handle operator
16658 declarations somewhat better in C++.
16659
16660 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16661 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16662 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16663 (awk-mode): Use it.
16664 (make-local-hook): Suppress warning about obsoleteness.
16665
16666 * cc-engine.el, cc-align.el, cc-cmds.el
16667 (c-append-backslashes-forward, c-delete-backslashes-forward)
16668 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16669 Compensate for return value from `forward-line' when it has moved
16670 but not to a different line due to eob.
16671
16672 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16673 `objc-method-intro' and `objc-method-args-cont'.
16674
16675 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16676
16677 CC Mode update to 5.30.10:
16678
16679 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16680 in the copyright statement. Incidentally, change "along with GNU
16681 Emacs" to "along with this program" where it occurs.
16682
16683 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16684 so that it is interactive, hence can be found by M-x awk-mode
16685 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16686 <gmorris+emacs@ast.cam.ac.uk>.
16687
16688 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16689 Mode's regexps.
16690
16691 2005-05-23 Kevin Ryde <user42@zip.com.au>
16692
16693 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16694 c-parse-state, to avoid a lisp error (on bad code).
16695
16696 2005-05-23 Lute Kamstra <lute@gnu.org>
16697
16698 * subr.el (font-lock-defaults): Remove defvar as it's already
16699 defined in font-core.el.
16700
16701 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16702
16703 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16704
16705 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16706 more general and work when GDB variable "print pretty" is on,
16707 as with Emacs, for example.
16708
16709 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16710
16711 * font-core.el: Update comment.
16712
16713 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16714 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16715
16716 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16717
16718 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16719
16720 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16721 and `yank-handler' in the doc strings.
16722
16723 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16724
16725 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16726
16727 2005-05-22 Richard M. Stallman <rms@gnu.org>
16728
16729 * help.el (describe-key): Move print-help-return-message call
16730 out of conditional.
16731
16732 * progmodes/etags.el (list-tags): Use with-no-warnings.
16733
16734 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16735 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16736 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16737
16738 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16739
16740 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16741 Add defvar.
16742
16743 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16744 Use defvar, not defconst.
16745
16746 * hexl.el (hexl-follow-line): Use with-no-warnings.
16747
16748 * emulation/tpu-extras.el: Use write-file-functions instead of
16749 write-file-hooks.
16750
16751 * dired.el (dired-font-lock-keywords): Fontify files with junk
16752 extensions even if marked by -F.
16753
16754 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16755
16756 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16757 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16758 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16759 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16760 (concatenate, list-length, get*, getf, cl-remprop):
16761 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16762 (etypecase, progv, lexical-let, lexical-let*)
16763 (multiple-value-bind, multiple-value-setq, shiftf):
16764 Improve argument/docstring consistency.
16765
16766 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16767
16768 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16769
16770 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16771 doesn't exist.
16772
16773 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16774 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16775
16776 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16777
16778 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16779 already deleted variables: auto-fill-hook, blink-paren-hook,
16780 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16781 suspend-hooks, comment-indent-hook, meta-flag,
16782 before-change-function, after-change-function,
16783 font-lock-doc-string-face.
16784
16785 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16786
16787 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16788
16789 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16790
16791 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16792 rmail-dont-reply-to.
16793
16794 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16795
16796 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16797 literal blank when splitting new-header-values.
16798
16799 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16800
16801 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16802 string so that tmm doesn't create a completion entry for it.
16803
16804 * textmodes/table.el (table-disable-menu): Ditto.
16805
16806 2005-05-21 Richard M. Stallman <rms@gnu.org>
16807
16808 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16809
16810 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16811
16812 * net/rcompile.el (remote-compile): Use compilation-start.
16813
16814 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16815
16816 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16817
16818 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16819 Default to makefile-bsdmake-mode on BSD systems.
16820
16821 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16822 REGEXP may also be a search function now. The part of doc-string
16823 for describing the structure was 95% identical to that of
16824 `imenu--generic-function'. Unify it there.
16825
16826 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16827 Use function to find dependencies, because regexp alone is so complex,
16828 it easily goes into an endless loop.
16829 (makefile-makepp-mode): Also add submenu for Perl functions
16830 defined in the makefile.
16831 (makefile-bsdmake-mode): Special imenu-generic-expression no
16832 longer needed, due to function call.
16833 (makefile-match-dependency): Take BOUND into account when checking
16834 if we're through.
16835
16836 2005-05-20 Jay Belanger <belanger@truman.edu>
16837
16838 * calc/calc-units.el (calc-invalidate-units-table):
16839 Use inhibit-read-only.
16840 (math-build-units-table-buffer): Use view-mode.
16841
16842 2005-05-20 David Kastrup <dak@gnu.org>
16843
16844 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16845 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16846
16847 2005-05-20 Lute Kamstra <lute@gnu.org>
16848
16849 * diff-mode.el (diff-header-face, diff-file-header-face)
16850 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16851 (diff-added-face, diff-changed-face, diff-function-face)
16852 (diff-context-face, diff-nonexistent-face): Put them in the
16853 diff-mode customization group.
16854
16855 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16856
16857 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16858
16859 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16860
16861 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16862 Minor regexp-optimization.
16863
16864 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16865
16866 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16867 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16868 (org-agenda-add-time-grid-maybe): New function.
16869 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16870 (org-table-create): `dotimes' instead of `mapcar'.
16871 (org-xor): Simplify implementation.
16872 (org-agenda): `inhibit-redisplay' turned on.
16873 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16874 a consistent line after a state change.
16875 (org-agenda-remove-times-when-in-prefix): New option.
16876 (org-prefix-has-time): New variable.
16877 (org-parse-time-string): Optional argument NODEFAULT.
16878 (org-format-agenda-item): Parse items for time-of-day
16879 specifications and move these into the prefix if possible.
16880 (org-agenda-priority): Get current heading, not previous heading
16881 during agenda remote editing.
16882
16883 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16884
16885 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16886 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16887 (remove-duplicates, delete-duplicates, substitute)
16888 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16889 (nsubstitute-if-not, find, find-if, find-if-not, position)
16890 (position-if, position-if-not, count, count-if, count-if-not)
16891 (mismatch, search, sort*, stable-sort, merge, member*)
16892 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16893 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16894 (intersection, nintersection, set-difference, nset-difference)
16895 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16896 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16897 (nsublis, tree-equal): Improve argument/docstring consistency.
16898
16899 * subr.el (send-string, send-region): Remove obsolescence declaration.
16900 (window-dot, set-window-dot, read-input, show-buffer)
16901 (eval-current-buffer, string-to-int):
16902 Add release number to obsolescence declarations.
16903
16904 2005-05-19 Kim F. Storm <storm@cua.dk>
16905
16906 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16907 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16908
16909 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16910
16911 * faces.el (list-faces-display): Make back button respect optional
16912 regexp arg.
16913
16914 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16915
16916 * calculator.el (calculator-radix-grouping-mode)
16917 (calculator-radix-grouping-digits, calculator-displayer)
16918 (calculator-radix-grouping-separator, calculator-copy-displayer):
16919 * dabbrev.el (dabbrev-search-these-buffers-only):
16920 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16921 (diff-advance-after-apply-hunk, diff-mode-hook)
16922 (diff-minor-mode-prefix):
16923 * imenu.el (imenu-use-popup-menu):
16924 * jit-lock.el (jit-lock-context-time):
16925 * newcomment.el (comment-fill-column, comment-column)
16926 (comment-style, comment-padding, comment-multi-line)
16927 (comment-empty-lines, comment-auto-fill-only-comments):
16928 * reveal.el (reveal-around-mark):
16929 * uniquify.el (uniquify-buffer-name-style)
16930 (uniquify-after-kill-buffer-p)
16931 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16932 (uniquify-min-dir-content, uniquify-separator)
16933 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16934 * w32-vars.el (w32-fixed-font-alist):
16935 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16936 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16937 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16938 * progmodes/perl-mode.el (perl-indent-level)
16939 (perl-continued-statement-offset, perl-continued-brace-offset)
16940 (perl-brace-offset, perl-brace-imaginary-offset)
16941 (perl-label-offset, perl-indent-continued-arguments)
16942 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16943 * progmodes/tcl.el (tcl-indent-level)
16944 (tcl-continued-indent-level, tcl-auto-newline)
16945 (tcl-tab-always-indent, tcl-electric-hash-style)
16946 (tcl-help-directory-list, tcl-use-smart-word-finder)
16947 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16948 (inferior-tcl-source-command):
16949 * textmodes/fill.el (enable-kinsoku):
16950 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16951 * textmodes/table.el (table-yank-handler):
16952 Specify missing group (and type, if simple) in defcustom.
16953
16954 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16955
16956 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16957
16958 2005-05-19 Richard M. Stallman <rms@gnu.org>
16959
16960 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16961
16962 * subr.el (event-basic-type): Don't get an error.
16963 (left-fringe-p): Function deleted.
16964
16965 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16966 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16967
16968 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16969 in recursive copy.
16970
16971 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16972
16973 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16974
16975 * emacs-lisp/bytecomp.el
16976 (byte-compile-file-form-custom-declare-variable):
16977 Call byte-compile-nogroup-warn if appropriate.
16978
16979 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16980 (compilation-set-window): Don't call left-fringe-p; do it directly.
16981
16982 2005-05-19 Jay Belanger <belanger@truman.edu>
16983
16984 * calc/calc-graph.el (calc-graph-format-data): Make sure
16985 var-PlotRejects is bound before trying to check its value.
16986
16987 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16988
16989 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16990 definition of this variable from reftex-global.el to reftex.el,
16991 because it is needed in the menu.
16992
16993 2005-05-19 Lute Kamstra <lute@gnu.org>
16994
16995 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16996 years are fixed. Don't insert a space after a dash.
16997
16998 2005-05-19 Kim F. Storm <storm@cua.dk>
16999
17000 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17001
17002 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17003
17004 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17005 strings, because (eq ... ?\\) is fairly frequent.
17006
17007 * progmodes/make-mode.el (makefile-add-this-line-targets):
17008 Simplify and integrate into `makefile-pickup-targets'.
17009 (makefile-add-this-line-macro): Simplify and integrate into
17010 `makefile-pickup-macros.
17011 (makefile-pickup-filenames-as-targets): Simplify.
17012 (makefile-previous-dependency, makefile-match-dependency):
17013 Don't stumble over `::'.
17014
17015 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17016
17017 * subr.el (post-command-idle-hook, post-command-idle-delay):
17018 Remove obsoletion of post-command-idle-hook and
17019 post-command-idle-delay.
17020
17021 * faces.el (list-faces-display): Provide button when describe-face
17022 is called to take user back to the list of faces.
17023
17024 * help-fns.el (describe-variable): Remove hyperlinks in a
17025 variable's value as these are quite frequently inappropriate.
17026
17027 * follow.el (follow-submit-feedback, follow-mode):
17028 Remove references to post-command-idle-hook.
17029
17030 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17031
17032 * progmodes/make-mode.el (makefile-previous-dependency)
17033 (makefile-match-dependency): Check for := (and in bsd mode also
17034 !=) to give a better result, even when font-lock is not on.
17035
17036 2005-05-18 Jay Belanger <belanger@truman.edu>
17037
17038 * calc/calc-help.el (calc-s-prefix-help):
17039 Add `calc-copy-special-constant' to help string.
17040
17041 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17042
17043 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17044
17045 2005-05-18 Jay Belanger <belanger@truman.edu>
17046
17047 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17048 in linear factors are in proper order.
17049
17050 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17051
17052 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17053 Support for jurabib.
17054
17055 * textmodes/reftex.el (featurep): Define aliases for overlay
17056 commands, for XEmacs compatibility, and use these aliases in
17057 overlay initializations.
17058 (reftex-highlight): Use `reftex-move-overlay'.
17059 (reftex-unhighlight): Use `reftex-delete-overlay'.
17060 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17061 (reftex-access-search-path): Use `reftex-uniquify' instead of
17062 `reftex-uniq'
17063
17064 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17065 `before-string' property modification enables for Emacs as well.
17066 (reftex-select-item): Use `reftex-delete-overlay'.
17067 (reftex-select-mark): Use `reftex-make-overlay' and
17068 `reftex-overlay-put'.
17069 (reftex-select-unmark): Use `reftex-delete-overlay' and
17070 `reftex-overlay-put'.
17071
17072 2005-05-18 Lute Kamstra <lute@gnu.org>
17073
17074 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17075
17076 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17077
17078 * add-log.el (add-change-log-entry):
17079 * array.el (array-make-template, array-reconfigure-rows)
17080 (array-init-max-row, array-init-max-column)
17081 (array-init-columns-per-line, array-init-field-width):
17082 * replace.el (replace-match-maybe-edit, perform-replace):
17083 * textmodes/spell.el (spell-region):
17084 Replace `read-input' by `read-string'.
17085
17086 * forms.el (forms-mode):
17087 * finder.el (finder-compile-keywords):
17088 * shadowfile.el (shadow-read-files):
17089 Replace `eval-current-buffer' by `eval-buffer'.
17090
17091 * terminal.el (te-pass-through):
17092 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17093 (ange-ftp-raw-send-cmd):
17094 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17095 (send-process-next-char, telnet-initial-filter, telnet):
17096 Replace `send-string' by `process-send-string'.
17097
17098 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17099 (prolog-consult-region): Replace `send-string' by
17100 `process-send-string'; replace `send-region' by `process-send-region'.
17101
17102 * progmodes/delphi.el (delphi-log-msg):
17103 Replace `set-window-dot' by `set-window-point'.
17104
17105 * subr.el (window-dot, set-window-dot, read-input, send-string)
17106 (send-region, show-buffer, eval-current-buffer):
17107 Make really obsolete, as the comment says.
17108
17109 2005-05-17 Kim F. Storm <storm@cua.dk>
17110
17111 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17112 (cua--init-keymaps): Bind C-return instead of S-return to set
17113 rectangle mark.
17114
17115 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17116 instead of S-return to toggle/clear rectangle mark.
17117
17118 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17119
17120 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17121 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17122 Also fontify plain strings assigned to variables, mostly so that a
17123 colon has a face and is thus not taken as a dependency separator.
17124 (makefile-previous-dependency): Inline the new matcher, because it
17125 is too complex to work in both directions.
17126 (makefile-match-dependency): Eliminate `backward' arg (see above).
17127 Completely reimplemented so as to not sometimes go into an endless
17128 loop. It should also be more efficient, because first it only
17129 searches for `:', instead of applying the very complex regexp.
17130 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17131 to be fontified in one piece can be too long for JIT.
17132 Makefiles are never *that* big.
17133
17134 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17135
17136 * dired.el (dired-mode): Simplify.
17137
17138 2005-05-17 Lute Kamstra <lute@gnu.org>
17139
17140 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17141 defcustom for the mode hook variable.
17142
17143 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17144 Emacs Lisp Reference Manual.
17145
17146 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17147
17148 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17149 (evenp, list*):
17150 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17151 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17152
17153 * net/tramp-smb.el (tramp-smb-open-connection):
17154 Pass `tramp-chunksize' as fifth (required) argument.
17155
17156 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17157
17158 * font-lock.el (lisp-font-lock-keywords-1):
17159 Set `font-lock-negation-char-face' for [^...] char group.
17160 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17161
17162 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17163 a var, and refine it to mask one more level of nested vars.
17164 (makefile-rule-action-regex): Turn it into a var, and refine it so
17165 it recognizes backslashed continuation lines as belonging to the
17166 same command.
17167 (makefile-macroassign-regex): Refine it so it recognizes
17168 backslashed continuation lines as belonging to the same command.
17169 (makefile-var-use-regex): Don't look at the next char, because it
17170 might be the same one to be skipped by the initial [^$], leading
17171 to an overlooked variable use.
17172 (makefile-make-font-lock-keywords): Remove two parameters, which
17173 are now variables that some of the modes set locally.
17174 Handle dependency and rule action matching through functions, because
17175 regexps alone match too often. Dependency matching now comes
17176 last, so it can check, whether a colon already matched something else.
17177 (makefile-mode): Inform that font-lock improves makefile parsing
17178 capabilities.
17179 (makefile-match-dependency, makefile-match-action): New functions.
17180
17181 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17182
17183 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17184
17185 * align.el (align-regexp):
17186 * ansi-color.el (ansi-color-get-face):
17187 * array.el (array-reconfigure-rows, array-init-max-row)
17188 (array-init-max-column, array-init-columns-per-line)
17189 (array-init-field-width):
17190 * dired-aux.el (dired-trample-file-versions):
17191 * dired-x.el (dired-mark-sexp):
17192 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17193 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17194 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17195 * faces.el (face-read-integer):
17196 * files.el (backup-extract-version, insert-directory):
17197 * hexl.el (hexl-insert-decimal-char):
17198 * server.el (server-process-filter):
17199 * shell.el (shell-extract-num):
17200 * startup.el (command-line-1):
17201 * term.el (term-command-hook):
17202 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17203 (time-stamp-do-number):
17204 * time.el (display-time-update):
17205 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17206 (timezone-fix-time):
17207 * vms-patch.el (vms-suspend-resume-hook):
17208 * calendar/appt.el (appt-convert-time):
17209 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17210 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17211 * calendar/cal-islam.el (mark-islamic-diary-entries):
17212 * calendar/calendar.el (calendar-cursor-to-date)
17213 (calendar-star-date):
17214 * calendar/diary-lib.el (diary-attrtype-convert)
17215 (mark-diary-entries, diary-entry-time):
17216 * calendar/solar.el (solar-get-number):
17217 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17218 * emacs-lisp/re-builder.el (reb-display-subexp):
17219 * emulation/edt.el (edt-set-scroll-margins):
17220 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17221 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17222 (vip-get-ex-count):
17223 * emulation/viper-ex.el (viper-get-ex-token)
17224 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17225 * international/fontset.el (fontset-plain-name):
17226 * mail/feedmail.el (feedmail-look-at-queue-directory):
17227 * mail/mailalias.el (mail-get-names):
17228 * mail/rmail.el (rmail-convert-to-babyl-format):
17229 * mail/rmailsum.el (rmail-make-basic-summary-line)
17230 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17231 (rmail-summary-goto-msg):
17232 * mail/smtpmail.el (smtpmail-read-response):
17233 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17234 (ange-ftp-vms-add-file-entry):
17235 * play/gametree.el (gametree-looking-at-ply)
17236 (gametree-current-branch-score):
17237 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17238 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17239 * progmodes/cperl-mode.el (condition-case):
17240 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17241 (ebrowse-set-member-buffer-column-width)
17242 (ebrowse-select-1st-to-9nth):
17243 * progmodes/etags.el (etags-snarf-tag):
17244 * progmodes/flymake.el (flymake-parse-line):
17245 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17246 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17247 (idlwave-shell-menu-def):
17248 * progmodes/ps-mode.el (ps-run-goto-error):
17249 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17250 (vhdl-speedbar-contract-level):
17251 * term/mac-win.el (x-handle-numeric-switch):
17252 * term/sun-mouse.el (sun-get-frame-data):
17253 * term/w32-win.el (x-handle-numeric-switch):
17254 * term/x-win.el (x-handle-numeric-switch):
17255 * textmodes/ispell.el (ispell-parse-output):
17256 * textmodes/nroff-mode.el (nroff-outline-level):
17257 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17258 (reftex-bib-sort-year-reverse, reftex-format-citation):
17259 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17260 (reftex-section-number):
17261 * textmodes/texinfmt.el (texinfo-paragraphindent):
17262 Replace `string-to-int' by `string-to-number'.
17263
17264 * international/latexenc.el: Add page marker to force the "Local
17265 Variables:" string out of the last page.
17266
17267 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17268
17269 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17270 tooltip-change-major-mode.
17271 (gud-tooltip-print-command): Remove case where gud-minor-mode
17272 is gdb ("--fullname").
17273 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17274 explain to user.
17275
17276 2005-05-16 Jay Belanger <belanger@truman.edu>
17277
17278 * calc/calc-store.el (calc-copy-special-constant): New function.
17279
17280 * calc/calc-ext.el (calc-init-extensions): Add binding for
17281 `calc-copy-special-constant'.
17282
17283 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17284 for the `calc-copy-special-constant' command.
17285
17286 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17287
17288 * subr.el (left-fringe-p): New function.
17289
17290 * progmodes/compile.el (compilation-setup): Set local value of
17291 overlay-arrow-string to "" always.
17292 (compilation-set-window): Left fringe then don't scroll.
17293 No left fringe then no arrow and scroll message to top.
17294 (compilation-context-lines): Adjust doc string accordingly.
17295
17296 2005-05-16 Kim F. Storm <storm@cua.dk>
17297
17298 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17299 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17300 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17301 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17302 (ido-read-file-name): Handle commands with ido property value
17303 equal to find-file as reading a file name, to allow C-d to enter dired.
17304 (ibuffer-find-file): Add ido property with value find-file.
17305
17306 2005-05-15 Kim F. Storm <storm@cua.dk>
17307
17308 * subr.el (open-network-stream-nowait): Remove.
17309 (open-network-stream-server): Remove.
17310
17311 2005-05-15 Richard M. Stallman <rms@gnu.org>
17312
17313 * faces.el (describe-face): Output a definition link button.
17314
17315 * help-mode.el (help-face-def): New button type.
17316
17317 * emacs-lisp/copyright.el (copyright-fix-years):
17318 Match properly if the first year is 2-digit.
17319 Don't mess up the whitespace after the years by filling.
17320
17321 * dired-aux.el (dired-mark-confirm):
17322 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17323
17324 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17325 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17326 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17327
17328 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17329 Set font-lock-comment-start-skip.
17330
17331 * font-lock.el (font-lock-comment-start-skip): New variable.
17332 (font-lock-comment-end-skip): New variable.
17333 (font-lock-fontify-syntactically-region): Use them if non-nil.
17334
17335 2005-05-15 Jay Belanger <belanger@truman.edu>
17336
17337 * calc/calc-store.el (calc-store-value): Return a string rather
17338 than display it as a message.
17339 Use calc-var-name for variable name.
17340 (calc-store-into): Add the result of calc-store-value to message.
17341 (calc-copy-variable): Add a message.
17342 (calc-store-exchange): Improve error messages.
17343 (calc-store-binary, calc-store-map): Don't reset the values of
17344 special constants.
17345
17346 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17347
17348 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17349 manual to docstring.
17350
17351 * files.el (hack-local-variables-confirm): Add STRING argument.
17352 Make the function handle non file visiting buffers correctly.
17353 (hack-local-variables-prop-line, hack-local-variables)
17354 (hack-one-local-variable): Use STRING arg of
17355 `hack-local-variables-confirm'.
17356
17357 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17358
17359 Sync with Tramp 2.0.49.
17360
17361 * net/tramp.el (tramp-handle-dired-call-process)
17362 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17363 because the contents of the Tramp buffer is changed before
17364 insertion (`expand-file' and alike).
17365 (tramp-handle-insert-directory): If `localname' has an empty
17366 nondirectory name, it must not be quoted.
17367 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17368 variable `tramp-chunksize'. Change callees.
17369 (tramp-open-connection-setup-interactive-shell): Check remote host
17370 for buggy `send-process-string' implementation.
17371 Set `tramp-chunksize' if found. Reported by Michael Kifer
17372 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17373 (tramp-handle-shell-command): `insert-buffer' cannot be used
17374 because the contents of the Tramp buffer is changed before
17375 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17376 <frederic.bothamy@free.fr>.
17377 (tramp-set-auto-save): Actions should be done for Tramp file name
17378 handler only. Ange-FTP has its own auto-save mechanism.
17379 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17380 (tramp-set-auto-save-file-modes): Set file modes of
17381 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17382 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17383 (tramp-bug): Remove obsolete variable.
17384 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17385 for presence of `mml-mode'. Make it running for older Emacsen as well.
17386
17387 2005-05-14 John Paul Wallington <jpw@pobox.com>
17388
17389 * ibuf-ext.el (define-ibuffer-filter filename):
17390 If `dired-directory' is a list, use its car.
17391
17392 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17393
17394 * ibuffer.el (define-ibuffer-column filename):
17395 If `dired-directory' is a list, use its car.
17396
17397 2005-05-14 Richard M. Stallman <rms@gnu.org>
17398
17399 * subr.el (symbol-file): Doc fix.
17400
17401 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17402 (byte-compile-form): Call byte-compile-nogroup-warn.
17403 (byte-compile-warning-types): Doc fix.
17404
17405 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17406
17407 * progmodes/cc-engine.el (c-literal-faces):
17408 Add font-lock-comment-delimiter-face.
17409
17410 * net/net-utils.el (dig): Use with-no-warnings.
17411
17412 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17413 (sc-recite-frame-alist, sc-default-cite-frame)
17414 (sc-default-uncite-frame, sc-default-recite-frame)
17415 (sc-attrib-selection-list, sc-rewrite-header-list):
17416 Mark as risky-local-variable.
17417
17418 * international/ogonek.el (ogonek-jak, ogonek-how):
17419 Don't use beginning-of-buffer.
17420
17421 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17422
17423 * calendar/solar.el (solar-data-list): Move definition up.
17424
17425 * dnd.el (dnd-protocol-alist): Add autoload.
17426
17427 * progmodes/sh-script.el: Many doc usage fixes.
17428 (sh-indent-after-do): Change default to match common styles.
17429
17430 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17431
17432 * files.el (interpreter-mode-alist)
17433 (auto-mode-interpreter-regexp): Doc fixes.
17434
17435 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17436
17437 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17438
17439 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17440
17441 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17442
17443 * dired.el (dired-mode): make-variable-buffer-local =>
17444 make-local-variable.
17445
17446 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17447
17448 * term/mac-win.el (mac-select-convert-to-string): Try coding
17449 systems in mac-script-code-coding-systems if specified one cannot
17450 encode string for `com.apple.traditional-mac-plain-text'.
17451
17452 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17453
17454 * progmodes/make-mode.el (makefile-targets-face)
17455 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17456 (makefile-dependency-regex): Fix it to not make the colon in
17457 $(var:a=b) special.
17458 (makefile-rule-action-regex): New regexp for highlighting embedded
17459 Shell strings.
17460 (makefile-macroassign-regex): Handle != for highlighting as
17461 embedded Shell strings.
17462 (makefile-var-use-regex): New const.
17463 (makefile-statements, makefile-automake-statements)
17464 (makefile-gmake-statements, makefile-makepp-statements)
17465 (makefile-bsdmake-statements): New consts.
17466 (makefile-make-font-lock-keywords): New function.
17467 (makefile-automake-font-lock-keywords)
17468 (makefile-gmake-font-lock-keywords)
17469 (makefile-makepp-font-lock-keywords)
17470 (makefile-bsdmake-font-lock-keywords): New consts.
17471 (makefile-mode-map): Add switchers between the various submodes.
17472 (makefile-mode): Document the availability of the variants.
17473 (makefile-automake-mode, makefile-gmake-mode)
17474 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17475
17476 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17477 new variants of makefile-mode.
17478
17479 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17480
17481 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17482 the inheritance.
17483
17484 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17485
17486 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17487 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17488
17489 * files.el (normal-mode): Extend the scope of the
17490 `enable-local-variables' binding to include the `set-auto-mode' call.
17491 (magic-mode-alist): Doc fix.
17492
17493 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17496 font-lock-comment-face rather than copying its setting.
17497
17498 2005-05-12 Andreas Schwab <schwab@suse.de>
17499
17500 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17501
17502 2005-05-12 Lute Kamstra <lute@gnu.org>
17503
17504 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17505 defcustom for the mode hook variable. Delete the last argument.
17506 * generic-x.el: Fix callers of define-generic-mode.
17507 (generic-x-modes): Delete group.
17508 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17509 generic-x customization group.
17510
17511 2005-05-12 Kim F. Storm <storm@cua.dk>
17512
17513 * font-lock.el (font-lock-negation-char-face): Default to "off".
17514
17515 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17516 font-lock-negation-char-face to ! in !=.
17517
17518 2005-05-12 Masatake YAMATO <jet@gyve.org>
17519
17520 * add-log.el (find-change-log): Fix typos in the docstring
17521 of function.
17522
17523 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17524
17525 * international/latexenc.el (latexenc-find-file-coding-system):
17526 Avoid `re-search-forward' when looking for input encoding because
17527 of speed and safety. Better regular expressions for recognizing
17528 input encoding. Limit a search for TeX-master/tex-main-file to
17529 the local variable section.
17530
17531 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17532
17533 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17534 syntax of $ to "'" (quote).
17535
17536 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17537
17538 * dnd.el (dnd-protocol-alist): Improve custom type.
17539
17540 * dired.el (dired-dnd-protocol-alist): New variable.
17541 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17542 `dired-mode-hook' to the end.
17543
17544 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17545
17546 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17547 comment-end if comment-start-skip is not set.
17548 Obey the font-lock-comment-delimiter-face variables.
17549
17550 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * files.el (executable-find): Move from executable.el. Use
17553 locate-file.
17554 * progmodes/executable.el (executable-find): Move to files.el.
17555
17556 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17557 when trying to ensure forward progress.
17558
17559 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17560
17561 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17562 (mouse-select, mouse-select-internal, mouse-extend-internal):
17563 Use it to implement mouse-1-click-follows-link functionality.
17564
17565 2005-05-11 Richard M. Stallman <rms@gnu.org>
17566
17567 * font-lock.el (font-lock-fontify-syntactically-region):
17568 Use font-lock-comment-delimiter-face for comment delimiters.
17569
17570 2005-05-10 Jay Belanger <belanger@truman.edu>
17571
17572 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17573 preserving embedded modes.
17574
17575 2005-05-10 Richard M. Stallman <rms@gnu.org>
17576
17577 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17578
17579 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17580 Move from ada-stmt.el.
17581 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17582
17583 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17584 Move to ada-mode.el.
17585 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17586
17587 * cus-edit.el (custom-file): Call file-chase-links.
17588
17589 * files.el (read-directory-name): Fix previous change.
17590 (hack-local-variables-confirm): New function.
17591 (hack-local-variables-prop-line, hack-local-variables)
17592 (hack-one-local-variable): Use it.
17593
17594 2005-05-10 Lute Kamstra <lute@gnu.org>
17595
17596 * font-lock.el (font-lock-keywords-alist)
17597 (font-lock-removed-keywords-alist): Clarify docstrings.
17598
17599 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17600
17601 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17602 (gdb-source-info): Check for preprocessor info.
17603 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17604 a macro for a function.
17605 (gdb-info-breakpoints-custom): Try to find file again if not already
17606 found (user might have used GDB dir command).
17607 (gdb-get-location): Update gdb-location-alist correctly for change
17608 to gdb-info-breakpoints-custom.
17609
17610 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17611 (gud-tooltip-print-command): Add gdbmi case.
17612 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17613 preprocessor info.
17614
17615 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17616
17617 * startup.el (fancy-splash-insert): Fix typo in doc string.
17618
17619 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17620
17621 * obsolete/float.el (string-to-float):
17622 * obsolete/hilit19.el (hilit-add-pattern):
17623 * obsolete/rnews.el (news-parse-range, news-select-message)
17624 (news-get-pruned-list-of-files): Replace `string-to-int' by
17625 `string-to-number'.
17626
17627 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17628 `find-file-not-found-hooks'; use `add-hook'.
17629 (uncompress-while-visiting): Set `write-file-functions', not
17630 `write-file-hooks'; use `add-hook'.
17631
17632 2005-05-09 Kim F. Storm <storm@cua.dk>
17633
17634 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17635 (cua-paste): Handle clipboard action.
17636 (cua--init-keymaps): Remap clipboard-kill-region and
17637 clipboard-kill-ring-save.
17638
17639 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17640
17641 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17642 Improve commentary.
17643
17644 * simple.el (next-error-overlay-arrow-position): Revert the change
17645 made on 2005-04-30.
17646
17647 2005-05-07 Jay Belanger <belanger@truman.edu>
17648
17649 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17650 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17651 `calc-sel-reselect'.
17652
17653 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17654 Calc is in embedded mode.
17655
17656 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17657
17658 * progmodes/compile.el (compilation-setup):
17659 Set overlay-arrow-string to an empty string on text terminals.
17660
17661 * textmodes/ispell.el (ispell-program-name): Try looking for
17662 "aspell" along exec-path, and if found, use it as the default
17663 speller program.
17664
17665 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17666
17667 * international/mule.el (sgml-xml-auto-coding-function):
17668 Recognize encoding='FOO' in single quotes as well as in double quotes.
17669
17670 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17671
17672 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17673 as well as `interactive', so that defmacro* would recognize
17674 `declare' forms.
17675
17676 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17677
17678 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17679 Explain more about the LIGHTER arg's usage in the doc string.
17680 Add commentary to clarify what the code does. Fix the regexp that
17681 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17682 since it could have characters special to regular expressions.
17683
17684 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17685
17686 * replace.el (occur-1): Bind inhibit-read-only so that
17687 erase-buffer doesn't barf on read-only text properties (likewise
17688 for add-text-properties in occur-engine). Mark buffer as unmodified.
17689 (occur-engine): Don't set buffer-read-only here.
17690
17691 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17694 list-buffers-directory. This caused the *cvs-commit* buffer to be
17695 sometimes mistakenly reused as a *cvs* buffer.
17696
17697 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17698
17699 * tooltip.el: Move code for GUD tooltips into gud.el.
17700 (require): CL no longer needed to compile case.
17701 (tooltip-mode): Do not toggle functions for GUD tooltips.
17702 (tooltip-gud-tips-p): Remove. Replace with minor mode
17703 gud-tooltip-mode in gud.el.
17704 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17705 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17706 tooltip-gud prefix with gud-tooltip and obsolete.
17707 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17708 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17709 (tooltip-mouse-motion): Mouse movement functions/variable.
17710 Rename in gud.el by adding gud prefix.
17711 (tooltip-gud-original-filter, tooltip-gud-dereference)
17712 (tooltip-gud-event, tooltip-toggle-gud-tips)
17713 (tooltip-gud-process-output, tooltip-gud-print-command)
17714 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17715 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17716 (gdb-tooltip-print): Move to gdb-ui.el.
17717
17718 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17719 (require): CL needed to compile case.
17720 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17721 tooltip-gud-tips-p. Make it a minor-mode.
17722 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17723 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17724 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17725 (gud-tooltip-change-major-mode)
17726 (gud-tooltip-activate-mouse-motions-if-enabled)
17727 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17728 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17729 (gud-tooltip-original-filter, gud-tooltip-dereference)
17730 (gud-tooltip-event, tooltip-toggle-gud-tips)
17731 (gud-tooltip-process-output, gud-tooltip-print-command)
17732 (gud-tooltip-tips): Move from tooltip.el.
17733
17734 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17735 (gdb-cpp-define-alist-flags): Doc fix.
17736 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17737 gud-tooltip-mode is t.
17738
17739 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17742 evaporate if their text is deleted.
17743 (goto-address-at-point): Make it work as a mouse binding as well.
17744 (goto-address-at-mouse): Obsolete it. Update users.
17745
17746 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17747
17748 * calendar/appt.el (top-level): No longer activate on load.
17749
17750 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17751
17752 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17753 * net/webjump.el (webjump):
17754 * progmodes/idlw-help.el (idlwave-do-context-help1)
17755 (idlwave-highlight-linked-completions):
17756 * textmodes/po.el (po-find-file-coding-system-guts):
17757 Replace `assoc-ignore-case' by `assoc-string'.
17758
17759 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17760
17761 * files.el (locate-file): Doc fix.
17762
17763 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17764 Remove the redundant test for ms-dos.
17765
17766 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17767 look for the preprocessor with exec-suffixes. If not found in
17768 standard places, look in exec-path. Remove most of the tests that
17769 used system-type.
17770
17771 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17772
17773 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17774
17775 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17776 file-name clash with jka-compr.el on 8+3 filesystems.
17777
17778 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17779
17780 * term/mac-win.el: Don't define or bind scroll bar functions if
17781 x-toolkit-scroll-bars is t.
17782 (x-select-text, x-get-selection-value): Clear
17783 x-last-selected-text-clipboard if x-select-enable-clipboard is
17784 nil.
17785 (PRIMARY): Put mac-scrap-name property.
17786 (mac-select-convert-to-file-url): New function.
17787 (public.file-url): New selection target type. Add to
17788 selection-converter-alist.
17789 (x-get-selection, x-selection-value): Handle it.
17790 (x-cut-buffer-or-selection-value): New alias.
17791
17792 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17793
17794 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17795 entry to avoid calling bibtex-find-entry with arg global
17796 being t. Remove arg key.
17797 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17798 (bibtex-copy-summary-as-kill): Change accordingly.
17799
17800 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17801
17802 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17803 (org-agenda-date-later): Use with-current-buffer.
17804
17805 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17806
17807 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17808 (define-obsolete-variable-alias): Doc Fixes.
17809
17810 2005-05-06 Kim F. Storm <storm@cua.dk>
17811
17812 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17813 vertical-motion when selective-display is active.
17814
17815 * ido.el (ido-setup-hook): New hook.
17816 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17817 (ido-input-stack): New var.
17818 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17819 ido-next-work-file binding to M-O.
17820 Bind M-f to ido-wide-find-file-or-pop-dir.
17821 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17822 (ido-read-internal): Run ido-setup-hook.
17823 Catch quit in read-file-name and read-string to cancel edit.
17824 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17825 Automatically pop-all when completing a directory name (RET).
17826 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17827 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17828 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17829 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17830 New functions for M-b/M-f to move among the directory components.
17831 (ido-make-merged-file-list): Catch quit to cancel merge.
17832 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17833 (ido-completion-help): No warnings for ido-completion-buffer-full.
17834
17835 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17836
17837 * font-lock.el (font-lock-negation-char-face): New face and variable.
17838 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17839 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17840 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17841 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17842
17843 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17844
17845 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17846 Fix typo in docstring.
17847
17848 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17849 (ebrowse-print-statistics-line)
17850 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17851
17852 * term/w32-win.el (image-library-alist): Add additional name for
17853 Xpm library.
17854
17855 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17856
17857 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17858 use gcc instead of cpp.
17859
17860 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17861 (gdb-create-define-alist): Use it.
17862 (gdb-cpp-define-alist-program): Update for MS-DOS.
17863
17864 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17865
17866 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17867
17868 2005-05-04 Richard M. Stallman <rms@gnu.org>
17869
17870 * help.el (describe-key): No error when UNTRANSLATED is nil.
17871
17872 * simple.el (line-move-1): Fix previous change to signal errors
17873 appropriately.
17874
17875 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17876
17877 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17878 (icalendar-duration-correction): Remove.
17879 (icalendar--get-event-properties): Split result at commas.
17880 (icalendar--decode-isoduration): New optional argument
17881 DURATION-CORRECTION.
17882 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17883 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17884 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17885 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17886 (icalendar--convert-anniversary-to-ical): New functions, extracted
17887 from icalendar-export-region, with bug fixes.
17888 (icalendar-export-region): Use the above functions.
17889 (icalendar-import-buffer): Check before saving diary file.
17890 (icalendar--convert-recurring-to-diary)
17891 (icalendar--convert-non-recurring-all-day-to-diary)
17892 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17893 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17894 (icalendar--convert-ical-to-diary): Use the above functions.
17895
17896 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17897
17898 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17899 Remove these recent additions.
17900 (c-mode): Restore to before 2005-04-28.
17901
17902 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17903 recent addition.
17904
17905 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17906 (gdb-define-alist): New variables.
17907 (gdb-create-define-alist): New function.
17908 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17909 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17910 with string-to-number.
17911 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17912
17913 * progmodes/gud.el: Replace string-to-int with string-to-number.
17914 (gud-find-file): Handle gdb-define-alist.
17915
17916 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17917
17918 2005-05-02 Jay Belanger <belanger@truman.edu>
17919
17920 * calc/calc-aent.el (math-read-token):
17921 * calc/calc-bin.el (calc-word-size):
17922 * calc/calc-ext.el (calc-read-number-fancy):
17923 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17924 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17925 * calc/calc-frac.el (calc-over-notation):
17926 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17927 (calc-graph-num-points, calc-graph-init):
17928 * calc/calc-prog.el (calc-read-parse-table-part)
17929 (calc-edit-macro-repeats):
17930 * calc/calc-yank.el (calc-do-grab-rectangle):
17931 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17932 Replace `string-to-int' by `string-to-number'.
17933
17934 2005-05-02 Kim F. Storm <storm@cua.dk>
17935
17936 * kmacro.el: Use executing-kbd-macro-index variable.
17937
17938 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17939
17940 * net/rlogin.el (rlogin-parse-words): Delete func.
17941 (rlogin): Use split-string, not rlogin-parse-words.
17942 Also, if there are option-like elements in the parsed args,
17943 take the host to be the first arg immediately following them.
17944 Suggested by Michael Mauger.
17945
17946 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17947
17948 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17949
17950 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17951
17952 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17953 (cc-mode-cpp-program): Rename to cc-define-list-program and
17954 move to cc-vars.el.
17955
17956 * progmodes/cc-vars.el (cc-define-list-program):
17957 Change to "gcc -E -dM -". Make customizable.
17958
17959 2005-05-02 Kim F. Storm <storm@cua.dk>
17960
17961 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17962
17963 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17964
17965 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17966
17967 * international/mule-util.el (truncate-string): Remove alias and
17968 obsolete declaration.
17969
17970 * international/mule-cmds.el (update-iso-coding-systems):
17971 Remove alias and obsolete declaration.
17972
17973 * international/mule.el (coding-system-parent): Remove alias and
17974 obsolete declaration.
17975
17976 * subr.el (define-function, sref): Remove aliases and obsolete
17977 declarations.
17978 (chars-in-region): Remove obsolete declaration.
17979
17980 2005-05-01 Richard M. Stallman <rms@gnu.org>
17981
17982 * info.el (Info-mode): Set widen-automatically to nil, locally.
17983
17984 * simple.el (widen-automatically): New variable.
17985 (pop-global-mark): Obey widen-automatically.
17986
17987 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17988
17989 * term/xterm.el (function-key-map): Call substitute-key-definition
17990 before the keymap size is increased by a lot of define-key calls.
17991
17992 2005-05-01 Richard M. Stallman <rms@gnu.org>
17993
17994 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17995 Rename ARG to ELEMENT. Doc fix.
17996
17997 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17998
17999 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18000 Remove references to allout-exposure/change to allout-new-exposure.
18001
18002 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18003 bytecode symbols.
18004
18005 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18006 (compiled-function-p, focus-frame, unfocus-frame):
18007 Remove aliases and obsolete declarations.
18008 Back out inadvertent changes from previous commit.
18009
18010 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18011
18012 * files.el (require-final-newline): Make Custom tags consistent
18013 with mode-require-final-newline.
18014 (mode-require-final-newline): Doc fix.
18015
18016 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18017
18018 * international/latexenc.el (latexenc-find-file-coding-system):
18019 Fix regular expressions.
18020
18021 2005-05-01 David Kastrup <dak@gnu.org>
18022
18023 * international/latexenc.el (latexenc-find-file-coding-system):
18024 Fix regular expressions.
18025
18026 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18027
18028 * subr.el (string-to-int): Make obsolete.
18029
18030 2005-04-30 Richard M. Stallman <rms@gnu.org>
18031
18032 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18033
18034 * loadup.el: load jka-comp-hook.
18035
18036 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18037 (jka-compr-handler): Add autoload. `put' calls moved
18038 to jka-comp-hook.el.
18039 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18040 (jka-compr-inhibit): Autoload.
18041
18042 * jka-comp-hook.el: New file.
18043 Enable the mode by default.
18044
18045 * files.el (backup-buffer-copy): Use copy-file instead
18046 of write-region, and put back the 'excl.
18047
18048 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18049
18050 * progmodes/flymake.el (flymake-split-string)
18051 (flymake-split-string, flymake-log, flymake-pid-to-names)
18052 (flymake-reg-names, flymake-get-source-buffer-name)
18053 (flymake-unreg-names, flymake-add-line-err-info)
18054 (flymake-add-err-info): Clarify docstrings.
18055 (flymake-popup-menu, flymake-make-emacs-menu)
18056 (flymake-make-xemacs-menu): Add docstrings.
18057 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18058 Set variables directly throughout.
18059
18060 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18061
18062 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18063 exists. Initialize cc-define-alist.
18064 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18065 If there is no file (Macroexpansion) don't create an alist.
18066
18067 2005-04-29 Sam Steingold <sds@gnu.org>
18068
18069 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18070 (cc-create-define-alist): Use it instead of the hard-coded string.
18071
18072 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18075 for latexenc.
18076
18077 2005-04-29 Lute Kamstra <lute@gnu.org>
18078
18079 * emacs-lisp/generic.el: Improve commentary section.
18080 (define-generic-mode): Improve docstring.
18081
18082 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18083
18084 * textmodes/org.el (many places): Change to quiet the byte compiler.
18085 (org-prefix-format-compiled): New variable.
18086 (org-compile-prefix-format): New function.
18087 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18088 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18089 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18090 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18091 consistency with entries from `org-mode' files.
18092 (org-get-time-of-day): Fix bug with partial matches early in a line.
18093 (org-non-link-chars): New constant.
18094 (org-link-regexp): Respect `org-non-link-chars'.
18095 (org-agenda-day-view): Remove command.
18096 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18097 (org-follow-bbdb-link, org-store-link): Search also company field.
18098 (org-highlight-overlay): New variable.
18099 (org-highlight, org-unhighlight): New functions.
18100 (org-agenda-mode): Add pre-command-hook to remove highlight.
18101 (org-evaluate-time-range): Behavior depends upon whether time stamp
18102 contains a time or not.
18103 (org-show-subtree, org-show-entry): New functions.
18104 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18105
18106 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18107
18108 * comint.el (comint-output-filter-functions): Add autoload cookie.
18109
18110 2005-04-28 Kim F. Storm <storm@cua.dk>
18111
18112 * ido.el (ido-everywhere): Fix last change.
18113
18114 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18115
18116 * international/latexenc.el: New file.
18117 * international/mule-conf.el (file-coding-system-alist): For .tex,
18118 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18119
18120 2005-04-28 Lute Kamstra <lute@gnu.org>
18121
18122 * font-lock.el (font-lock-add-keywords)
18123 (font-lock-remove-keywords): Clarify docstring.
18124 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18125 Don't start docstrings with a `*'.
18126 (font-lock-update-removed-keyword-alist): Give it a docstring.
18127
18128 * generic-x.el: Update commentary section.
18129 Only require font-lock when compiling.
18130 Define all modes conditionally.
18131 Place all generic modes in the generic-x-modes customization group.
18132 (generic-x-modes): New customization group.
18133 (generic-default-modes, generic-mswindows-modes)
18134 (generic-unix-modes, generic-other-modes): New constants.
18135 (generic-define-mswindows-modes, generic-define-unix-modes):
18136 Update docstrings. Make them obsolete.
18137 (generic-extras-enable-list): New default value. Update docstring.
18138 Improve :type. Change :set function.
18139 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18140 Fix docstring.
18141
18142 * emacs-lisp/generic.el (generic-mode-internal):
18143 Simplify font-lock-defaults.
18144 (define-generic-mode): Fix docstring.
18145
18146 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18149 font-lock-face property to highlight matches.
18150
18151 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18152
18153 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18154 (cc-define-alist): New variable.
18155 (c-mode): Make it local and initialize it.
18156
18157 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18158 (gdb-exited): New function.
18159 (gdb-annotation-rules): Use it.
18160 (gdb-starting): Set gdb-active-process to t.
18161 (gdb-stopping): Amend doc string.
18162 (gdb-reset): Set gdb-active-process to nil.
18163
18164 * tooltip.el (tooltip-gud-tips): Show the associated #define
18165 directives when a C program under GDB is not executing.
18166
18167 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18168
18169 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18170 font-lock-fontify-syntactic-keywords.
18171
18172 * font-lock.el (font-lock-default-fontify-region): Don't force
18173 parse-sexp-lookup-properties to nil.
18174
18175 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18176
18177 * man.el (man-mode-syntax-table): Set up `:' to have
18178 word-constituent syntax.
18179
18180 2005-04-27 Lute Kamstra <lute@gnu.org>
18181
18182 * novice.el (disable-command): Don't add spurious newlines to the
18183 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18184
18185 2005-04-26 Jay Belanger <belanger@truman.edu>
18186
18187 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18188 than one window before deleting window.
18189
18190 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18191
18192 * shell.el (shell-prompt-pattern): Doc fix.
18193 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18194
18195 * comint.el (comint-prompt-regexp, comint-get-old-input)
18196 (comint-use-prompt-regexp)
18197 (comint-use-prompt-regexp-instead-of-fields)
18198 (comint-replace-by-expanded-history, comint-send-input)
18199 (comint-output-filter, comint-get-old-input-default)
18200 (comint-line-beginning-position, comint-bol, comint-show-output)
18201 (comint-backward-matching-input, comint-forward-matching-input)
18202 (comint-next-prompt, comint-previous-prompt):
18203 Rename `comint-use-prompt-regexp-instead-of-fields' to
18204 `comint-use-prompt-regexp'. Keep old name as alias and declare
18205 obsolete.
18206 (comint-use-prompt-regexp): Shorten first line of doc string.
18207
18208 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18209 Set paragraph-separate buffer locally to "\\'".
18210
18211 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18212 Adapt to above name change.
18213
18214 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18215 (smbclient-prompt-regexp): Ditto.
18216
18217 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18218
18219 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18220
18221 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18222 gdb-location-list.
18223 Break lines that are over 80 characters wide.
18224
18225 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18226
18227 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18228 New fun and var, to preserve compatibility.
18229
18230 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18231
18232 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18233
18234 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18235 name to file-newer-than-file-p.
18236
18237 2005-04-26 Richard M. Stallman <rms@gnu.org>
18238
18239 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18240
18241 * progmodes/python.el (python-mode):
18242 Use new name eldoc-documentation-function.
18243
18244 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18245
18246 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18247 (eldoc-documentation-function):
18248 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18249
18250 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18251
18252 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18253
18254 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18255
18256 * term/xterm.el (function-key-map): Fix strings for
18257 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18258 {C,S,A,C-S}-{f1-f12}.
18259
18260 2005-04-26 Kenichi Handa <handa@m17n.org>
18261
18262 * international/mule-cmds.el (select-safe-coding-system):
18263 Fix previous change.
18264
18265 2005-04-26 Lute Kamstra <lute@gnu.org>
18266
18267 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18268
18269 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18270 (font-lock-comment-delimiter-face): Ditto.
18271
18272 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18273
18274 2005-04-25 Jay Belanger <belanger@truman.edu>
18275
18276 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18277 to t while inserting information; use help-mode.
18278
18279 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18280
18281 * term.el (ansi-term-color-vector): Use the xterm colors.
18282 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18283
18284 2005-04-25 Lute Kamstra <lute@gnu.org>
18285
18286 * font-core.el (font-lock-defaults): Fix docstring.
18287
18288 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18289
18290 2005-04-25 Kenichi Handa <handa@m17n.org>
18291
18292 * international/mule-cmds.el (select-safe-coding-system):
18293 Don't check consistency with coding: spec, etc if raw-text or
18294 no-conversion was found to be safe.
18295
18296 2005-04-24 Richard M. Stallman <rms@gnu.org>
18297
18298 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18299 citation markers at start of each line.
18300
18301 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18302 citation markers at start of each line.
18303
18304 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18305
18306 * files.el (mode-require-final-newline): Fix previous change.
18307 (require-final-newline): Fix type label.
18308
18309 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18310
18311 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18312 statement in buffer (broken by 2004-11-24 change).
18313
18314 2005-04-24 Kim F. Storm <storm@cua.dk>
18315
18316 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18317 and read-file-name-function values. Don't overwrite existing
18318 non-nil values if ido-mode is enabled without ido-everywhere.
18319
18320 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18321
18322 * files.el (mode-require-final-newline): Minor doc fix.
18323
18324 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18325
18326 * subr.el (syntax-after): Doc fix.
18327 (syntax-class): If argument is nil, return nil. Mask off upper 16
18328 bits, not 8 bits.
18329
18330 * files.el (mode-require-final-newline): Doc fix.
18331 (backup-buffer-copy): Fix last change.
18332
18333 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18334
18335 * term/mac-win.el: Require select. Set selection-coding-system to
18336 mac-system-coding-system. Call menu-bar-enable-clipboard.
18337 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18338 (x-select-enable-clipboard): New variables.
18339 (x-select-text, x-get-selection, x-selection-value)
18340 (x-get-selection-value, mac-select-convert-to-string)
18341 (mac-services-open-file, mac-services-open-selection)
18342 (mac-services-insert-text): New functions.
18343 (CLIPBOARD, FIND): Put mac-scrap-name property.
18344 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18345 (public.tiff): Put mac-ostype property.
18346 (selection-converter-alist): Add entries for them.
18347 (mac-application-menu-map): New keymap.
18348 (interprogram-cut-function, interprogram-paste-function): Set to
18349 x-select-text and x-get-selection-value, respectively.
18350 (split-window-keep-point): Set to t.
18351
18352 2005-04-23 Richard M. Stallman <rms@gnu.org>
18353
18354 * files.el (read-directory-name): Always pass non-nil
18355 DEFAULT-FILENAME arg to read-file-name.
18356 (backup-buffer-copy, basic-save-buffer-2): Take care against
18357 writing thru an unexpected existing symlink.
18358 (revert-buffer): In indirect buffer, revert the base buffer.
18359 (magic-mode-alist): Doc fix.
18360 (buffer-stale-function): Doc fix.
18361 (minibuffer-with-setup-hook): Avoid warning.
18362 (mode-require-final-newline): Doc and custom fix.
18363
18364 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18365
18366 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18367 use the default appearance.
18368 (font-lock-comment-delimiter-face): New face, new variable.
18369
18370 * imenu.el (imenu--generic-function): The official position of a
18371 definition is the start of the line that BEG is in.
18372
18373 * midnight.el (midnight-timer): Move defvar up.
18374
18375 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18376
18377 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18378
18379 * startup.el (command-line): Use with-no-warnings.
18380
18381 * window.el (window-size-fixed): New defvar.
18382
18383 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18384
18385 * mail/rmail.el (rmail-font-lock-keywords):
18386 Use font-lock-comment-delimiter-face.
18387
18388 * mail/sendmail.el (mail-font-lock-keywords):
18389 Use font-lock-comment-delimiter-face.
18390
18391 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18392
18393 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18394
18395 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18396 Specify t for LAXMATCH when matching directories.
18397 Save match data around compilation-compat-error-properties form.
18398
18399 2005-04-23 David Kastrup <dak@gnu.org>
18400
18401 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18402 Mention that the autoloaded aliases should be kept for AUCTeX.
18403
18404 2005-04-23 Andreas Schwab <schwab@suse.de>
18405
18406 * isearch.el (isearch-forward): Doc fix.
18407
18408 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18409
18410 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18411 (jit-lock-stealth-nice): Change default value to 0.5.
18412
18413 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18414
18415 * abbrev.el (write-abbrev-file): Write table entries in
18416 alphabetical order by table name.
18417
18418 2005-04-22 Kim F. Storm <storm@cua.dk>
18419
18420 * ido.el (ido-read-internal): Fix `list' completion.
18421
18422 2005-04-22 Kenichi Handa <handa@m17n.org>
18423
18424 * recentf.el (recentf-save-file-coding-system): New variable.
18425 (recentf-save-list): Encode the file by
18426 recentf-save-file-coding-system and add coding: tag.
18427
18428 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18429
18430 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18431
18432 2005-04-21 Lute Kamstra <lute@gnu.org>
18433
18434 * loadhist.el (unload-feature): Don't remove a function from hooks
18435 if it is about to be restored to an autoload . Remove functions
18436 that will become unbound from auto-mode-alist. Simplify the code.
18437
18438 * subr.el (assq-delete-all): New implementation that is linear,
18439 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18440 (rassq-delete-all): New function.
18441
18442 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18443 Add size-indication-mode.
18444
18445 2005-04-21 Kenichi Handa <handa@m17n.org>
18446
18447 * international/mule-cmds.el: Add autoload for widget-value in
18448 eval-when-compile.
18449
18450 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18451
18452 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18453 Add tooltip-mode.
18454
18455 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18456
18457 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18458
18459 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18460 (inferior-lisp-filter-regexp, inferior-lisp-program)
18461 (inferior-lisp-load-command, inferior-lisp-prompt)
18462 (inferior-lisp-mode-hook, lisp-source-modes)
18463 (inferior-lisp-load-hook): defvar->defcustom.
18464 (inferior-lisp-program, inferior-lisp-prompt)
18465 (inferior-lisp-load-hook): Doc fixes.
18466 (inferior-lisp-install-letter-bindings): Small change in
18467 introductory comment.
18468
18469 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18470
18471 * vc.el (vc-annotate-color-map): Change some colors so that text
18472 using them as foreground is readable on both white and black
18473 backgrounds.
18474
18475 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18476
18477 * international/mule-conf.el (translation-table-for-input):
18478 Remove redundant declaration.
18479
18480 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18481
18482 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18483
18484 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18485 (tooltip-toggle-gud-tips): New function.
18486
18487 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18488
18489 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18490 right angle brackets.
18491
18492 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18493
18494 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18495
18496 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18499 Remove. Update callers to use expand-file-name instead.
18500
18501 * subr.el (syntax-class): New function.
18502
18503 * simple.el (blink-matching-open): Use it.
18504
18505 * paren.el (show-paren-function): Use it to recognize parens that are
18506 also used in 2-char comment markers.
18507
18508 2005-04-19 Lute Kamstra <lute@gnu.org>
18509
18510 * loadhist.el (unload-feature): Update for new format of
18511 load-history. Simplify the code.
18512
18513 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18514
18515 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18516 (mac-add-charset-info): New function. Initialize variable
18517 mac-charset-info-alist using it.
18518 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18519 for translation.
18520 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18521 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18522 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18523 New CCL programs.
18524
18525 2005-04-19 Kim F. Storm <storm@cua.dk>
18526
18527 * simple.el (next-buffer, prev-buffer, next-error)
18528 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18529 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18530
18531 * bindings.el (next-buffer, prev-buffer, next-error)
18532 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18533 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18534 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18535 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18536
18537 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18538
18539 * isearch.el (isearch-edit-string): Make the search-ring available for
18540 minibuffer history commands.
18541 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18542 the default history commands now work just as well.
18543 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18544
18545 2005-04-18 Kim F. Storm <storm@cua.dk>
18546
18547 * emulation/cua-base.el (cua--pre-command-handler): Add more
18548 elaborate check for shift modifier on non-window systems.
18549
18550 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18551
18552 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18553
18554 2005-04-18 Kim F. Storm <storm@cua.dk>
18555
18556 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18557 and make it optional. Don't test tooltip-gud-echo-area here.
18558 (tooltip-gud-process-output, gdb-tooltip-print):
18559 Pass tooltip-gud-echo-area to tooltip-show.
18560 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18561
18562 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18563
18564 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18565 `display-graphic-p' may not be bound yet.
18566
18567 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18568
18569 * startup.el (command-line): No longer enable Xterm Mouse mode by
18570 default in terminals compatible with xterm.
18571
18572 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18573
18574 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18575
18576 * tooltip.el (tooltip-gud-echo-area): Rename from
18577 tooltip-use-echo-area.
18578 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18579 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18580 area independently of where help tooltips are displayed.
18581
18582 2005-04-17 David Kastrup <dak@gnu.org>
18583
18584 * cus-theme.el (custom-theme-write-variables): Quote variables
18585 where necessary.
18586
18587 2005-04-17 Richard M. Stallman <rms@gnu.org>
18588
18589 * simple.el (yank-excluded-properties): Add follow-link to value.
18590
18591 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18592
18593 * startup.el (fancy-splash-max-time): Just 30 seconds.
18594 (fancy-splash-delay): Just 7.
18595 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18596
18597 * loadhist.el (unload-feature): Update for new format of load-history.
18598 Simplify the code.
18599
18600 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18601 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18602
18603 * mail/sendmail.el (mail-font-lock-keywords):
18604 Don't fontify subject text.
18605 Don't fontify the text of a citation.
18606
18607 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18608
18609 * comint.el (comint-output-filter): Run comint-output-filter-functions
18610 with point where the user had it.
18611
18612 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18613
18614 * international/ucs-tables.el (ucs-set-table-for-input):
18615 Disable when using unify-on-decoding.
18616
18617 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18618
18619 * emulation/cua-base.el (cua-global-mark-face): Add special case
18620 for displays supporting a high number of colors.
18621
18622 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18623
18624 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18625
18626 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18627
18628 * filesets.el (filesets-add-buffer): If user supplies a name of a
18629 non-existing fileset, create a new fileset.
18630
18631 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18632
18633 * textmodes/org.el (org-up-heading-all): Fix bug with
18634 `outline-up-heading-all'.
18635
18636 2005-04-16 Andreas Schwab <schwab@suse.de>
18637
18638 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18639 /etc/permissions.d/* and /etc/aliases.d/*.
18640
18641 2005-04-16 Kenichi Handa <handa@m17n.org>
18642
18643 * international/code-pages.el (cp-make-coding-system):
18644 Set `translation-table-for-input' property value to the symbol
18645 ucs-mule-to-mule-unicode, not to that value.
18646 (pt154): Escape guillemet by `\'.
18647
18648 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18649
18650 * loadup.el: Load tooltip if x-show-tip is fboundp.
18651
18652 * startup.el (command-line): Add comment.
18653
18654 * tooltip.el (tooltip-mode): Specify correct standard value for
18655 Custom in init-value.
18656
18657 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18658
18659 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18660 possible.
18661
18662 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18663
18664 * textmodes/org.el (org-agenda-date-prompt): Rename from
18665 `org-agenda-date-today'.
18666 (org-evaluate-time-range): Insert at point instead of directly
18667 after time range.
18668 (org-first-headline-recenter, org-subtree-end-visible-p)
18669 (org-optimize-window-after-visibility-change): New functions
18670 (org-agenda-post-command-hook): Don't allow point at end of line,
18671 to make sure it always hits the text properties.
18672 (org-agenda-next-date-line, org-agenda-previous-date-line):
18673 New commands.
18674 (org-set-regexps-and-options): Category may contain white space.
18675 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18676 Improve marker positions.
18677 (org-agenda-new-marker): Argument POS made optional.
18678 (org-agenda-get-timestamps): Deadlines which are done are listed
18679 in org-done-face now.
18680 (org-agenda-get-todos, org-agenda-get-timestamps)
18681 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18682 Set `undone-face' and `done-face' properties.
18683 (org-last-todo-state-is-todo): New variable.
18684 (org-todo): Set `org-last-todo-state-is-todo'.
18685 (org-agenda-todo): Change face according to
18686 `org-last-todo-state-is-todo'. And change other lines referring to
18687 the same entry.
18688 (org-calendar-goto-agenda): New command.
18689 (org-calendar-to-agenda-key): New option.
18690 (org-startup-folded): New allowed value `content'.
18691 (org-set-regexps-and-options): Accept new value `content' for
18692 `org-startup-folded'.
18693 (org-get-current-options): Handle new value `content' for
18694 `org-startup-folded'.
18695 (org-insert-todo-heading): New command.
18696 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18697 interactively in empty file and option
18698 `org-insert-mode-line-in-empty-file' has been set.
18699 (org-agenda-todo, org-agenda-priority): Modify to use
18700 `org-agenda-change-all-lines'.
18701 (org-warning-face): Change color on dark background
18702
18703 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18704
18705 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18706 use preferences AppleLocale and AppleLanguages, and variable
18707 mac-system-locale for default locale. On Mac OS Classic, use
18708 mac-system-coding-system for default coding systems.
18709
18710 * term/mac-win.el: Don't set file-name-coding-system.
18711 Decode variables system-name, emacs-build-system, user-login-name, and
18712 user-full-name by mac-system-coding-system on Mac OS Classic.
18713 (mac-system-coding-system): New variable.
18714
18715 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18716
18717 * startup.el (command-line): Handle `xterm-mouse-mode' before
18718 reading init file.
18719
18720 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18721
18722 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18723
18724 * progmodes/sh-script.el (sh-here-document-word): Make it a
18725 defcustom. Doc fix.
18726 (sh-add): Bash uses $(( )) for arithmetic.
18727 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18728 (sh-maybe-here-document): Remove quotes and leading whitespace
18729 from heredoc word when closing. Indent heredoc with tabs if word
18730 starts with "-".
18731
18732 2005-04-13 Richard M. Stallman <rms@gnu.org>
18733
18734 * simple.el (undo): Fix previous change.
18735
18736 * custom.el (defface): Doc fix.
18737
18738 2005-04-13 Lute Kamstra <lute@gnu.org>
18739
18740 * Makefile.in (DONTCOMPILE): Remove list.
18741 (compile, compile-always): Don't use DONTCOMPILE.
18742 (update-authors): Load the library in which batch-update-authors
18743 is defined.
18744 * makefile.w32-in (DONTCOMPILE): Remove list.
18745 (compile, compile-always): Fix comments.
18746 (update-authors): Load the library in which batch-update-authors
18747 is defined.
18748
18749 * generic-x.el (generic-mode-ini-file-find-file-hook):
18750 Rename to ini-generic-mode-find-file-hook.
18751 Keep generic-mode-ini-file-find-file-hook as an alias.
18752 (ini-generic-mode-find-file-hook): Rename from
18753 generic-mode-ini-file-find-file-hook. Fix docstring.
18754 (ini-generic-mode): Docstring change.
18755 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18756
18757 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18758 called from lisp.
18759
18760 * generic.el: Move to the emacs-lisp subdir.
18761
18762 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18763
18764 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18765 and C-S- function and cursor motion keys.
18766
18767 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18768
18769 * startup.el (command-line): Enable Xterm Mouse mode by default.
18770 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18771 for Custom. No longer show "Mouse" in mode line when enabled.
18772 Doc fix.
18773
18774 2005-04-12 Kim F. Storm <storm@cua.dk>
18775
18776 * emulation/cua-base.el (cua-rectangle-face)
18777 (cua-rectangle-noselect-face): Define face attributes here.
18778
18779 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18780
18781 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18782
18783 * startup.el (command-line): Turn off blinking cursor if
18784 cursorBlink in resources is off or false.
18785
18786 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18787
18788 * term/mac-win.el (dnd): Require dnd.
18789 (mac-drag-n-drop): Call dnd-handle-one-url.
18790 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18791 (kTextEncodingISOLatin2): Remove constants.
18792 (mac-script-code-coding-systems): New constant.
18793 (mac-handle-language-change): New function.
18794 (special-event-map): Bind it to `language-change' event.
18795 (mac-centraleurroman, mac-cyrillic): New coding systems.
18796 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18797 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18798 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18799 encode-mac-cyrillic, respectively.
18800
18801 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18802
18803 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18804 Don't set overlay-arrow-string to "=>" as this is done
18805 globally in C now.
18806
18807 2005-04-12 Lute Kamstra <lute@gnu.org>
18808
18809 * generic-x.el (rc-generic-mode, rul-generic-mode):
18810 Fix auto-mode-alist entries.
18811 (etc-fstab-generic-mode): Tweak fontification.
18812
18813 * generic.el (generic-make-keywords-list): Fix docstring.
18814 (generic-mode-internal): Simplify generic-font-lock-keywords.
18815
18816 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18817
18818 * whitespace.el (whitespace-buffer-leading)
18819 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18820 However, fix the highlight area for the leading and
18821 trailing whitespaces to show space.
18822
18823 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18824
18825 * whitespace.el (whitespace-version): Bump to 3.5
18826
18827 (whitespace-buffer-leading, whitespace-buffer-trailing):
18828 Invert sense of the test to highlight the whitespace.
18829
18830 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18831
18832 * progmodes/gud.el (gud-display-line): GUD uses its own
18833 overlay arrow now so don't set overlay-arrow-string.
18834 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18835
18836 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18837
18838 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18839 (term-ansi-current-reverse, term-ansi-current-invisible)
18840 (term-ansi-face-already-done): Change to boolean.
18841 (term-reset-terminal, term-handle-colors-array): Handle the above
18842 vars accordingly.
18843 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18844 (term-emulate-terminal): Use the new name.
18845
18846 * faces.el (secondary-selection): Use yellow1, not yellow.
18847 (trailing-whitespace): Use red1, not red.
18848
18849 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18850
18851 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18852 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18853 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18854
18855 * cus-edit.el (dnd): New group.
18856
18857 * term/w32-win.el (dnd): Require dnd
18858 (w32-drag-n-drop): Call dnd-handle-one-url.
18859
18860 * x-dnd.el: Require dnd.
18861 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18862 Call dnd-handle-one-url.
18863 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18864 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18865 to dnd-insert-text.
18866 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18867 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18868 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18869 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18870
18871 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18872
18873 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18874
18875 * wdired.el: Doc fixes.
18876 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18877 (wdired-use-dired-vertical-movement): Rename from
18878 wdired-always-move-to-filename-beginning.
18879 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18880 (wdired-change-to-wdired-mode): Change mode name.
18881 (wdired-newline): Delete.
18882
18883 2005-04-11 Richard M. Stallman <rms@gnu.org>
18884
18885 * whitespace.el (whitespace-highlight-the-space):
18886 Don't call whitespace-unhighlight-the-space here.
18887
18888 * simple.el (undo): Record t in undo-equiv-table
18889 for the redo record made by an undo-in-region.
18890
18891 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18892
18893 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18894 (gdb-frame-inferior-io-buffer): New Functions to control
18895 display of separate IO buffer.
18896 (menu): Add them to menu-bar.
18897 (gdb-display-buffer): Check for buffer another frame.
18898 Protect GUD buffer.
18899 (gdb-setup-windows): Create IO buffer if not already there.
18900 (gdb-memory-mode): Remove purecopy noops.
18901
18902 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18903
18904 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18905 and pass to self-insert-command.
18906
18907 2005-04-11 Lute Kamstra <lute@gnu.org>
18908
18909 * generic.el: Commentary section cleanup.
18910 (generic): Delete.
18911 (generic-use-find-file-hook, generic-lines-to-scan)
18912 (generic-find-file-regexp, generic-ignore-files-regexp)
18913 (default-generic-mode, generic-mode-find-file-hook)
18914 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18915 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18916 (generic-use-find-file-hook, generic-lines-to-scan)
18917 (generic-find-file-regexp, generic-ignore-files-regexp)
18918 (default-generic-mode, generic-mode-find-file-hook)
18919 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18920
18921 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18922
18923 * bookmark.el (bookmark-write-file): Catch errors writing file.
18924 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18925
18926 2005-04-10 Richard M. Stallman <rms@gnu.org>
18927
18928 * startup.el (fancy-splash-tail): Update copyright year.
18929 (command-line): Split part of -Q into -D.
18930 (emacs-basic-display): New defvar.
18931 (fancy-splash-text): Correct name of menu item.
18932
18933 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18934
18935 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18936 lines in one node.
18937
18938 * comint.el (comint-send-input): New arg ARTIFICIAL.
18939 Callers in this file changed.
18940
18941 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18942
18943 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18944
18945 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18946
18947 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18948 `ldap-search-internal'.
18949
18950 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * files.el (set-auto-mode-1): Use line-end-position.
18953
18954 * international/latin-1.el:
18955 * international/latin-2.el:
18956 * international/latin-3.el:
18957 * international/latin-4.el:
18958 * international/latin-5.el:
18959 * international/latin-8.el:
18960 * international/latin-9.el: Give punctuation syntax to NBSP.
18961
18962 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18963 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18964 Use char-classes to accept non-ascii letters, accepted in some recent
18965 bibtex implementations.
18966
18967 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18968
18969 * custom.el (custom-set-minor-mode): Any non-nil value for the
18970 variable should enable the mode when set through Custom.
18971
18972 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18973
18974 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18975 TAB binding so tab-always-indent is obeyed.
18976 (vhdl-minibuffer-local-map): Move initialization into declaration.
18977 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18978 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18979 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18980 (vhdl-current-line): Use line-beginning-position.
18981 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18982 with-output-to-temp-buffer, so the current position can be recorded.
18983
18984 2005-04-10 Masatake YAMATO <jet@gyve.org>
18985
18986 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18987 Add regexp for gcov.
18988
18989 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18990
18991 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18992 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18993 syntax which Emacs 20 doesn't support.
18994
18995 2005-04-09 Richard M. Stallman <rms@gnu.org>
18996
18997 * help.el (describe-key-briefly, describe-key):
18998 Replace strings as event types with "(any string)".
18999
19000 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19001
19002 * arc-mode.el (archive-mode-map): Move initialization into
19003 the declaration. Override *all* bindings of `undo'.
19004 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19005
19006 2005-04-09 Jay Belanger <belanger@truman.edu>
19007
19008 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19009
19010 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19011
19012 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19013 (xterm-register-default-colors): Update color values computation
19014 to match xterm-200.
19015
19016 2005-04-09 Kenichi Handa <handa@m17n.org>
19017
19018 * international/code-pages.el (iso-latin-7): Fix the map.
19019
19020 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19021
19022 * emacs-lisp/lisp.el (defun-prompt-regexp)
19023 (parens-require-spaces, buffer-end, end-of-defun)
19024 (insert-parentheses): Doc fixes.
19025
19026 2005-04-08 Kim F. Storm <storm@cua.dk>
19027
19028 * comint.el (comint-highlight-prompt): Fix face spec.
19029 * hi-lock.el (hi-green): Likewise.
19030
19031 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19032
19033 * cus-edit.el (custom-modified-face):
19034 * comint.el (comint-highlight-input): Fix previous changes.
19035 * term.el (term-handle-ansi-escape): Add a comment.
19036
19037 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19038
19039 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19040 in the buffer and in whitespace-highlighted-space.
19041 (whitespace-unhighlight-the-space): Simplify.
19042 (whitespace-buffer): Simplify.
19043
19044 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19045
19046 * textmodes/table.el (table-cell-face): Add special case for
19047 displays supporting a high number of colors.
19048 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19049 (vhdl-font-lock-reserved-words-face)
19050 (vhdl-speedbar-architecture-face)
19051 (vhdl-speedbar-instantiation-face)
19052 (vhdl-speedbar-architecture-selected-face)
19053 (vhdl-speedbar-instantiation-selected-face): Likewise.
19054 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19055 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19056 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19057 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19058 (ebrowse-progress-face): Likewise.
19059 * progmodes/compile.el (compilation-info-face): Likewise.
19060 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19061 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19062 * calendar/calendar.el (diary-face): Likewise.
19063 * woman.el (woman-italic-face, woman-bold-face)
19064 (woman-unknown-face): Likewise.
19065 * wid-edit.el (widget-button-pressed-face): Likewise.
19066 * whitespace.el (whitespace-highlight-face): Likewise.
19067 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19068 * pcvs-info.el (cvs-marked-face): Likewise.
19069 * info.el (info-xref): Likewise.
19070 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19071 * hilit-chg.el (highlight-changes-face)
19072 (highlight-changes-delete-face): Likewise.
19073 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19074 (hi-red-b): Likewise.
19075 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19076 * font-lock.el (font-lock-keyword-face)
19077 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19078 * cus-edit.el (custom-invalid-face, custom-modified-face)
19079 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19080 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19081 * comint.el (comint-highlight-prompt): Likewise.
19082
19083 2005-04-08 Lute Kamstra <lute@gnu.org>
19084
19085 * font-lock.el (font-lock-keywords): Docstring fixes.
19086
19087 2005-04-08 Kenichi Handa <handa@m17n.org>
19088
19089 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19090 chars are more than a limit, print " and more..." at the tail.
19091
19092 2005-04-08 Kim F. Storm <storm@cua.dk>
19093
19094 * emacs-lisp/authors.el (authors-aliases): Update list.
19095 (authors-ignored-files): New list.
19096 (authors-fixed-entries): Fix typo.
19097 (authors-renamed-files-alist): Update list.
19098 (authors-add): Check authors-ignored-files.
19099
19100 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19101
19102 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19103 optional, to ensure backward compatibility.
19104
19105 2005-04-08 Stephen Eglen <stephen@gnu.org>
19106
19107 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19108
19109 2005-04-08 Kim F. Storm <storm@cua.dk>
19110
19111 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19112
19113 * mouse.el (mouse-on-link-p): Doc fix.
19114
19115 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19116
19117 * ielm.el (ielm-prompt-read-only): Doc fix.
19118
19119 * comint.el (comint-prompt-read-only): Doc fix.
19120
19121 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19122
19123 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19124 ensure dired always handles wildcards passed to ffap.
19125 (find-file-at-point): Use it.
19126 (ffap-dired-wildcards): Doc fix.
19127
19128 2005-04-07 Juri Linkov <juri@jurta.org>
19129
19130 * simple.el (next-error-overlay-arrow-position): New defvar.
19131 Put "=>" on its property `overlay-arrow-string'. Add it to
19132 `overlay-arrow-variable-list'.
19133
19134 * progmodes/compile.el (compilation-setup):
19135 Set `next-error-overlay-arrow-position' to nil. Also set it to
19136 nil in the local hook `kill-buffer-hook'. Make local variable
19137 `overlay-arrow-string' and set it to "=>".
19138 (compilation-goto-locus): Set BOL position to
19139 `next-error-overlay-arrow-position' instead of
19140 `overlay-arrow-position'.
19141
19142 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19143 locally instead of adding it to the global hook.
19144 (Info-kill-buffer): Move up.
19145
19146 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19147
19148 * term/xterm.el (xterm-standard-colors): Update color values from
19149 xterm-200.
19150
19151 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19152
19153 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19154
19155 * fast-lock.el:
19156 * lazy-lock.el: Move them to the obsolete subdir.
19157
19158 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19159
19160 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19161 (wdired-add-replace-advice): Remove.
19162 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19163
19164 2005-04-06 Kim F. Storm <storm@cua.dk>
19165
19166 * startup.el (command-line): Add --bare-bones alias for -Q.
19167
19168 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19169
19170 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19171 create the startup fontset if a font specification ends with
19172 `mac-roman'.
19173
19174 2005-04-06 Lute Kamstra <lute@gnu.org>
19175
19176 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19177 change.
19178
19179 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19180 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19181
19182 2005-04-05 Lute Kamstra <lute@gnu.org>
19183
19184 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19185 (define-generic-mode): Ditto. Fix debug declaration.
19186
19187 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19188 Put them in the generic-x group.
19189
19190 * calendar/timeclock.el (timeclock): Doc fix.
19191
19192 * generic.el (define-generic-mode): Don't use custom-current-group.
19193 Document default :group value.
19194 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19195 (define-global-minor-mode): Don't use custom-current-group.
19196
19197 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19198
19199 * startup.el (command-line-1): Display startup-echo-area-message
19200 when fancy splash screen is in use.
19201
19202 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19203 (sh-escaped-newline): New face.
19204 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19205 newline, and use sh-escaped-newline face.
19206
19207 * progmodes/tcl.el (tcl-escaped-newline): New face.
19208 (tcl-builtin-list): New variable.
19209 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19210 newlines. Fix keywords subexpression number.
19211
19212 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19213
19214 * textmodes/org.el (org-diary-default-entry): Fix call to
19215 `add-to-diary-entry'.
19216
19217 2005-04-05 Kim F. Storm <storm@cua.dk>
19218
19219 * ediff-init.el: Use (featurep 'xemacs).
19220
19221 2005-04-05 David Ponce <david@dponce.com>
19222
19223 * cus-edit.el (face): Derive from symbol widget. Display sample
19224 of the current face on the fly.
19225 (widget-face-sample-face-get, widget-face-notify): New functions.
19226 (widget-face-value-create): Remove.
19227
19228 * wid-edit.el (widget-field-end): Temporarily remove field
19229 narrowing before to call `get-char-property'.
19230
19231 2005-04-04 Jay Belanger <belanger@truman.edu>
19232
19233 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19234 (math-read-subscripts): New variable.
19235 (math-read-preprocess-string): Process subscripts.
19236
19237 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19238
19239 * comint.el (comint-prompt-read-only): Doc fix.
19240
19241 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19242 `-1'. Doc fix.
19243
19244 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19245
19246 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19247 Change default value to nil.
19248
19249 2005-04-04 Lute Kamstra <lute@gnu.org>
19250
19251 * autorevert.el (auto-revert-mode): Specify :group.
19252 * battery.el (display-battery-mode): Specify :group.
19253 * diff-mode.el (diff-minor-mode): Specify :group.
19254 * font-core.el (font-lock-mode): Specify :group.
19255 * hl-line.el (hl-line-mode): Specify :group.
19256 * iimage.el (iimage): New customization group.
19257 (iimage-mode): Specify :group.
19258 * longlines.el (longlines-mode): Specify :group.
19259 * master.el: Don't require easy-mmode.
19260 (master): New customization group.
19261 (master-mode): Specify :group.
19262 * msb.el (msb-mode): Specify :group.
19263 * reveal.el (reveal-mode): Specify :group.
19264 * simple.el (next-error-follow-minor-mode): Specify :group.
19265 * smerge-mode.el (smerge-mode): Specify :group.
19266 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19267 * emulation/cua-base.el (cua-mode): Specify :group.
19268 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19269 * language/thai-util.el (thai-auto-composition-mode)
19270 (thai-word-mode): Specify :group.
19271 * mail/supercite.el (sc-minor-mode): Specify :group.
19272 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19273 * progmodes/flymake.el (flymake-mode): Specify :group.
19274 * progmodes/glasses.el (glasses-mode): Specify :group.
19275 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19276 * textmodes/enriched.el (enriched-mode): Specify :group.
19277 * textmodes/refill.el (refill-mode): Specify :group.
19278
19279 * add-log.el (change-log-font-lock-keywords): Names in
19280 parenthesized lists can contain spaces.
19281
19282 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19283
19284 * startup.el (fancy-splash-text): Shorten default text of
19285 "Emacs Tutorial" line. Also, if the current language env
19286 indicates an available tutorial file other than TUTORIAL,
19287 extract its title and append it to the line in parentheses.
19288 (fancy-splash-insert): If arg is a thunk, funcall it.
19289
19290 2005-04-04 Jay Belanger <belanger@truman.edu>
19291
19292 * calc.el (calc-language-alist): Add tags to customization type.
19293
19294 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19295
19296 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19297 Doc fix.
19298
19299 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19300
19301 * add-log.el (change-log-font-lock-keywords): The manual
19302 describing a Change Log entry, says: (...) "Aside from these
19303 header lines, every line in the change log starts with a space or
19304 a tab.". The font-lock was not highlighting lines started with
19305 spaces, added support for it.
19306
19307 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19308
19309 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19310 (bibtex-generate-url-list): Update docstring accordingly. Put the
19311 complex example in the docstring.
19312 (bibtex-font-lock-url): Use pop.
19313
19314 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19315
19316 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19317
19318 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19319
19320 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19321
19322 * filesets.el (filesets-set-default): Doc fix.
19323
19324 2005-04-03 Lute Kamstra <lute@gnu.org>
19325
19326 * generic.el (define-generic-mode): Add argument to specify
19327 keywords for defcustom.
19328 (default-generic-mode): Specify :group.
19329
19330 * generic-x.el: Specify :group for all generic modes.
19331
19332 * desktop.el (desktop-no-desktop-file-hook)
19333 (desktop-after-read-hook): Doc fix.
19334
19335 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19336
19337 * simple.el (visible-mode): Use explicit :group keyword.
19338 This changes the group of `visible-mode-hook' from paren-blinking
19339 to editing-basics.
19340
19341 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19342
19343 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19344 mailbox specifications as well as URLs.
19345 (rmail-insert-inbox-text): Remove unused conditional branches.
19346
19347 2005-04-01 Jay Belanger <belanger@truman.edu>
19348
19349 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19350 (calc-gnuplot-print-command): Move definitions to calc.el.
19351
19352 * calc/calc-embed.el (calc-embedded-announce-formula)
19353 (calc-embedded-open-formula, calc-embedded-close-formula)
19354 (calc-embedded-open-word, calc-embedded-close-word)
19355 (calc-embedded-open-plain, calc-embedded-close-plain)
19356 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19357 (calc-embedded-open-mode, calc-embedded-close-mode):
19358 Move definitions to calc.el.
19359
19360 * calc/calc.el (calc-settings-file, calc-language-alist):
19361 Make customizable.
19362 (calc-embedded-announce-formula, calc-embedded-open-formula)
19363 (calc-embedded-close-formula, calc-embedded-open-word)
19364 (calc-embedded-close-word, calc-embedded-open-plain)
19365 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19366 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19367 (calc-embedded-close-mode, calc-gnuplot-name)
19368 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19369 from other files and make customizable.
19370
19371 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19372
19373 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19374 Use buffer-live-p.
19375 (cvs-mode-run): Don't call cvs-update-header here.
19376 (cvs-run-process): Call cvs-update-header.
19377 Use process properties for cvs-postprocess and cvs-buffer so that
19378 the sentinel can behave better if the temp buffer is killed.
19379 Use a pipe rather than a tty, to better handle unexpected prompts.
19380 (cvs-sentinel): Rewrite. Call cvs-update-header.
19381
19382 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19383
19384 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19385 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19386
19387 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19388
19389 * generic.el (define-generic-mode): Add indentation rule.
19390
19391 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19392
19393 * files.el (mode-require-final-newline): Make Custom correctly
19394 report a nil value and allow to set it to nil via Custom.
19395 Doc fix.
19396
19397 2005-04-01 Kenichi Handa <handa@m17n.org>
19398
19399 * international/characters.el: Enable the correct case setting for
19400 dotless-i and dotted-I.
19401
19402 2005-04-01 Kim F. Storm <storm@cua.dk>
19403
19404 * ido.el (ido-file-internal): Fall back to non-ido command if
19405 initial directory is on slow ftp (or tramp) host.
19406
19407 2005-03-31 Richard M. Stallman <rms@gnu.org>
19408
19409 * emacs-lisp/autoload.el (make-autoload):
19410 Handle define-global-minor-mode.
19411
19412 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19413 Rename from easy-mmode-define-global-mode.
19414 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19415
19416 * progmodes/scheme.el (scheme-mode-syntax-table):
19417 Update syntax of | and # for two-character comment syntax.
19418
19419 2005-03-31 Lute Kamstra <lute@gnu.org>
19420
19421 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19422 (define-minor-mode): Call custom-current-group at load-time.
19423
19424 * generic.el (define-generic-mode): Add debug declaration.
19425 Add defcustom for the mode hook.
19426 (generic-mode-internal): Use run-mode-hooks.
19427
19428 2005-03-31 Kim F. Storm <storm@cua.dk>
19429
19430 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19431 (mouse-fixup-help-message): New defun called by show_help_echo
19432 to fixup mouse-2 prefix in help messages when applicable.
19433
19434 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19435
19436 2005-03-31 Kenichi Handa <handa@m17n.org>
19437
19438 * language/thai-word.el (thai-find-word-ends): Pay attention to
19439 the case that we reach the end of buffer.
19440
19441 * textmodes/fill.el (fill-text-properties-at): New function.
19442 (fill-newline): Use fill-text-properties-at instead of
19443 text-properties-at.
19444
19445 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19446
19447 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19448 not comint-quote-filename.
19449
19450 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19451
19452 * help-fns.el (help-with-tutorial): Revert last change.
19453
19454 2005-03-31 Kim F. Storm <storm@cua.dk>
19455
19456 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19457
19458 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19459
19460 * calendar/cal-china.el: Update reference to "Calendrical
19461 Calculations" book; there's a new edition.
19462 * calendar/cal-coptic.el: Likewise.
19463 * calendar/cal-french.el: Likewise.
19464 * calendar/cal-hebrew.el: Likewise.
19465 * calendar/cal-islam.el: Likewise.
19466 * calendar/cal-iso.el: Likewise.
19467 * calendar/cal-julian.el: Likewise.
19468 * calendar/cal-mayan.el: Likewise.
19469 * calendar/cal-persia.el: Likewise.
19470 * calendar/calendar.el: Likewise.
19471 * calendar/holidays.el: Likewise.
19472 * calendar/lunar.el: Likewise.
19473 * calendar/solar.el: Likewise.
19474
19475 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19476 white space from doc string.
19477
19478 2005-03-30 Jay Belanger <belanger@truman.edu>
19479
19480 * calc/calc-help.el (calc-full-help): Remove email address.
19481
19482 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19483
19484 * help-fns.el (help-with-tutorial): Delete title line.
19485
19486 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19487
19488 * calendar/cal-x.el (calendar-one-frame-setup)
19489 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19490 rather than `symbol' for set-window-dedicated-p.
19491
19492 * calendar/appt.el (appt-buffer-name): Make it a constant.
19493 (appt-add): Doc fix.
19494
19495 * filesets.el (filesets-menu-path, filesets-menu-before)
19496 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19497 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19498 (filesets-add-submenu): Delete and use add-submenu instead.
19499
19500 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19501
19502 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19503 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19504 (org-diary-default-entry): New function.
19505 (org-get-entries-from-diary): Better parsing of diary entries.
19506 (org-agenda-check-no-diary): New function.
19507 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19508 linking to diary entries.
19509 (org-agenda-execute-calendar-command): New function.
19510 (org-agenda): Improve visible section in window.
19511 Use `org-fit-agenda-window'.
19512 (org-fit-agenda-window): New option.
19513 (org-move-subtree-down): Better handling of empty lines
19514 at end of subtree.
19515 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19516 levels up.
19517 (org-fontify-done-headline): New option.
19518 (org-headline-done-face): New face.
19519 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19520 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19521 When current field is non-empty, it is copied to next row.
19522 (org-table-copy-from-above): Fix bug which made it
19523 impossible to copy fields containing only a single non-white character.
19524
19525 2005-03-30 Kim F. Storm <storm@cua.dk>
19526
19527 * kmacro.el (kmacro-end-macro): Isearch may store this command
19528 into the macro -- so ignore it when executing keyboard macro.
19529
19530 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19531
19532 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19533
19534 2005-03-29 Kenichi Handa <handa@m17n.org>
19535
19536 * language/thai.el ("Thai"): Set setup-function and exit-function
19537 for Thai language environment.
19538
19539 * language/thai-util.el: Require thai-word.
19540 (thai-word-mode-map): New variable.
19541 (thai-word-mode): New minor mode.
19542 (setup-thai-language-environment-internal): New function.
19543 (exit-thai-language-environment-internal): New function.
19544
19545 * language/thai-word.el (thai-word-table): Declare it by defvar,
19546 use dolist to initialize it.
19547 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19548 (thai-fill-find-break-point): New functions.
19549
19550 2005-03-29 Richard M. Stallman <rms@gnu.org>
19551
19552 * simple.el (idle-update-delay): Move definition up.
19553 (set-mark): Doc fix.
19554
19555 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19556
19557 * longlines.el: New file.
19558
19559 * simple.el (buffer-substring-filters): New variable.
19560 (filter-buffer-substring): New function.
19561 (kill-region, copy-region-as-kill): Use it.
19562
19563 * register.el (copy-to-register, append-to-register)
19564 (prepend-to-register): Use filter-buffer-substring.
19565
19566 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19567
19568 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19569 (gud-filter-pending-text): Move in front of gdb.
19570 (gud-overlay-arrow-position): New variable.
19571 (gud-sentinel, gud-display-line): Use it in place of
19572 overlay-arrow-position.
19573
19574 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19575
19576 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19577 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19578 (fortran-font-lock-keywords-4): New variable.
19579 (fortran-blocks-re, fortran-end-block-re)
19580 (fortran-start-block-re): New constants, for hideshow.
19581 (hs-special-modes-alist): Add a Fortran entry.
19582 (fortran-mode-map): Bind fortran-end-of-block,
19583 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19584 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19585 (fortran-looking-at-if-then, fortran-end-of-block)
19586 (fortran-beginning-of-block): New functions, for hideshow.
19587
19588 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19589 Doc fix. Tweak regexp.
19590 (f90-beginning-of-block): Push mark first.
19591
19592 2005-03-29 Jay Belanger <belanger@truman.edu>
19593
19594 * calc/calc.el: Update copyright date.
19595 (calc-version): Increase to 2.1.
19596 (calc-version-date): Remove.
19597
19598 * calc/calc-help.el: Update copyright date.
19599 (calc-full-help): Remove reference to calc-version-date.
19600 Update copyright date.
19601
19602 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19603
19604 * vc.el (vc-do-command): Use a pipe for async processes, so password
19605 prompts don't show up at places where the user can't reply.
19606
19607 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19608
19609 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19610 on the file name we pass to the inferior shell.
19611
19612 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19613
19614 * progmodes/which-func.el (which-function): Be robust in the face of an
19615 imenu--make-index-alist failure.
19616
19617 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19618
19619 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19620
19621 * progmodes/python.el (python-preoutput-filter): Fix last change.
19622
19623 2005-03-29 Lute Kamstra <lute@gnu.org>
19624
19625 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19626 functions and compiled macros.
19627 (debug-convert-byte-code): Handle macros too.
19628 (debug-on-entry-1): Don't signal an error when trying to clear a
19629 function that is not set to debug on entry.
19630
19631 2005-03-29 Jay Belanger <belanger@truman.edu>
19632
19633 * calc/calc-lang.el: Add functions to math-function-table
19634 properties of tex and math.
19635
19636 2005-03-29 Kenichi Handa <handa@m17n.org>
19637
19638 * ps-mule.el (ps-mule-plot-string): Translate characters by
19639 ps-print-translation-table.
19640 (ps-mule-begin-job): Call find-charset-region/string with
19641 ps-print-translation-table.
19642 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19643
19644 * ps-print.el (ps-print-translation-table): New variable.
19645 (ps-plot-region): Translate characters by ps-print-translation-table.
19646
19647 2005-03-29 Juri Linkov <juri@jurta.org>
19648
19649 * simple.el (next-error-highlight-timer): New variable.
19650
19651 * progmodes/compile.el (compilation-goto-locus):
19652 Use `next-error-highlight-timer' instead of `sit-for'.
19653
19654 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * mail/supercite.el (sc-mail-field): Use assoc-string.
19657 (sc-get-address): Simplify regexps.
19658
19659 * files.el (minibuffer-with-setup-hook): New macro.
19660 (find-file-read-args): Use it to avoid let-binding
19661 minibuffer-with-setup-hook (which breaks turning on/off
19662 file-name-shadow-mode while in the prompt).
19663
19664 * complete.el (PC-read-include-file-name-internal):
19665 Use test-completion.
19666
19667 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19668
19669 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19670
19671 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * window.el (window-buffer-height): Use count-screen-lines.
19674
19675 * progmodes/python.el (python-preoutput-leftover): New var.
19676 (python-preoutput-filter): Use it.
19677 (python-send-receive): Loop until all the result has been received.
19678
19679 2005-03-28 Juri Linkov <juri@jurta.org>
19680
19681 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19682
19683 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19684 "Recover Crashed Session".
19685 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19686 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19687 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19688 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19689 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19690 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19691 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19692 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19693
19694 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19695 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19696 Ediff Sessions", "Toggle use of separate control buffer frame",
19697 "Use separate frame for Ediff control buffer".
19698
19699 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19700 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19701 "Rename Bookmark", "Delete Bookmark".
19702
19703 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19704 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19705 Add `:active Info-index-alternatives' to "Next Matching Item".
19706
19707 * wdired.el (wdired-change-to-wdired-mode):
19708 Mention `wdired-abort-changes' key in the initial message.
19709
19710 * international/mule.el (auto-coding-alist): Associate non-ascii
19711 image filename extensions with `no-conversion'.
19712
19713 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * international/iso-acc.el:
19716 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19717
19718 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19719
19720 * textmodes/sgml-mode.el (html-mode): Doc update.
19721
19722 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19723
19724 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19725
19726 * term.el (term-move-columns): Fix face after extending a line.
19727 (term-insert-spaces): Likewise.
19728 (term-reset-terminal): Fix off by one error.
19729
19730 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19731
19732 * international/mule.el (auto-coding-alist): Add .xpi files.
19733
19734 * files.el (auto-mode-alist): Add .xpi files.
19735
19736 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19737
19738 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19739
19740 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19741
19742 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19743
19744 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19745
19746 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19747 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19748
19749 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19750 cursor to Jan 1 when needed.
19751 (calendar-end-of-year): Fix -/+ typo.
19752 Reported by Chong Yidong <cyd@stupidchicken.com>.
19753
19754 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19755
19756 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19757
19758 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19759 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19760
19761 2005-03-25 Richard M. Stallman <rms@gnu.org>
19762
19763 * filesets.el (filesets-init): Add autoload.
19764
19765 * mail/mailalias.el (mail-directory): Doc fix.
19766
19767 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19768
19769 * mail/mailalias.el (mail-directory-process): Do nothing if
19770 mail-directory-process is an atom.
19771 (mail-get-names): Ignore mail-directory-names if it is an atom.
19772 (mail-directory-process defvar): Doc fix.
19773 (mail-names): Doc fix.
19774
19775 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19776
19777 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19778
19779 2005-03-26 Kenichi Handa <handa@m17n.org>
19780
19781 * international/mule-util.el (detect-coding-with-priority):
19782 Call update-coding-systems-internal before detect-coding-region.
19783
19784 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19785
19786 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19787 (gdb-frames-mode-map): Add follow-link property.
19788
19789 2005-03-25 Jay Belanger <belanger@truman.edu>
19790
19791 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19792 for variables.
19793
19794 2005-03-25 Juri Linkov <juri@jurta.org>
19795
19796 * image-mode.el: Optimize image filename extension regexps in
19797 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19798 in `auto-mode-alist'.
19799 (image-mode): Add `image-toggle-display-text' to local hook
19800 `change-major-mode-hook'. Display the image as an image by
19801 default. Set `cursor-type' and `truncate-lines' if the image
19802 is already displayed. Take into account the current mode (image
19803 or text) in message.
19804 (image-minor-mode): New minor mode.
19805 (image-mode-maybe, image-toggle-display-text): New functions.
19806 (image-toggle-display): Use called-interactively-p.
19807 Let-bind `inhibit-read-only' to t.
19808
19809 * image-mode.el (image-minor-mode): Set `cursor-type' and
19810 `truncate-lines' if the image is already displayed. Add turning
19811 image-minor-mode off to `change-major-mode-hook'. Add message.
19812 Call `image-toggle-display-text' after turning image-minor-mode off.
19813
19814 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19815
19816 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19817 Terminal.app, use utf-8.
19818 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19819 (set-locale-environment): Use it.
19820
19821 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19822
19823 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19824
19825 * progmodes/python.el (python-close-block-statement-p)
19826 (python-outdent-p, python-current-defun): Use symbol-end.
19827
19828 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19829
19830 * files.el (save-some-buffers): Doc fix.
19831
19832 2005-03-25 Werner Lemberg <wl@gnu.org>
19833
19834 * complete.el, thumbs.el: Replace `legal' with `valid'.
19835 * calendar/calendar.el: Replace `legal' with `valid'.
19836 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19837 * mail/supercite.el: Replace `legal' with `valid'.
19838 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19839 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19840 Replace `legal' with `valid'.
19841 * textmodes/reftex-vars.el, textmodes/reftex.el:
19842 Replace `legal' with `valid'.
19843
19844 2005-03-25 Werner Lemberg <wl@gnu.org>
19845
19846 * calc/calc-forms.el, calc/calc-sel.el
19847 * midnight.el, vc-cvs.el
19848 * emacs-lisp/cl-macs.el
19849 * emulation/vip.el
19850 * eshell/esh-io.el, eshell/esh-var.el
19851 * mail/supercite.el
19852 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19853 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19854 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19855 * progmodes/sh-script.el, progmodes/xscheme.el
19856 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19857 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19858 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19859 * textmodes/reftex.el, textmodes/org.el:
19860 Replace `illegal' with `invalid'.
19861
19862 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19863
19864 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19865 (flymake-find-buildfile, flymake-find-possible-master-files)
19866 (flymake-check-include, flymake-parse-line): Replace loops over the
19867 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19868
19869 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19870 Substitute file-name-as-directory in the rest of the file.
19871 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19872 (flymake-replace-region): Remove unused arg `buffer'.
19873 (flymake-check-patch-master-file-buffer): Update calls to it.
19874 (flymake-add-err-info): Remove unused var `count'.
19875 (flymake-mode): Use define-minor-mode.
19876
19877 * progmodes/flymake.el: Use with-current-buffer.
19878 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19879 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19880 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19881 Avoid testing for `xemacs'.
19882 (flymake-nop): Move.
19883 (flymake-region-has-flymake-overlays): Return the computed value.
19884 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19885 Remove unused var `endline'.
19886 (flymake-get-line-count): Remove unused function.
19887 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19888
19889 * emulation/vi.el:
19890 * generic.el:
19891 * hilit-chg.el (global-highlight-changes):
19892 * hi-lock.el (hi-lock-mode):
19893 * follow.el: find-file-hooks -> find-file-hook.
19894
19895 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19896
19897 2005-03-24 Juri Linkov <juri@jurta.org>
19898
19899 * dired.el (dired-mode-map): Add menu item "Compare directories"
19900 for dired-compare-directories.
19901
19902 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19903 Doc fix. Replace `read-file-name' with `read-directory-name'.
19904
19905 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19906
19907 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19908
19909 2005-03-24 Jay Belanger <belanger@truman.edu>
19910
19911 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19912 relevant mode settings in calc-embedded-original-modes when modes
19913 are permanently changed.
19914
19915 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * autoinsert.el: find-file-hooks -> find-file-hook.
19918
19919 2005-03-24 Lute Kamstra <lute@gnu.org>
19920
19921 * generic.el (generic-font-lock-defaults): Make it obsolete.
19922 (generic-font-lock-keywords): New variable to replace
19923 generic-font-lock-defaults.
19924 (generic-mode-set-font-lock): Delete it.
19925 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19926 (generic-bracket-support): Add docstring.
19927
19928 * generic-x.el: Rename generic-font-lock-defaults to
19929 generic-font-lock-keywords throughout.
19930 (mailagent-rules-setup-function): Delete it.
19931 (mailagent-rules-generic-mode): Use anonymous function instead.
19932 (show-tabs-generic-mode-font-lock-defaults-1)
19933 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19934 Quote faces.
19935 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19936 not foreground.
19937
19938 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19939 Recognize define-generic-mode.
19940
19941 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19944 if there's no completion table.
19945
19946 2005-03-23 Miles Bader <miles@gnu.org>
19947
19948 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19949 Remove tty-specific variants, as they're no longer needed.
19950
19951 2005-03-23 Lute Kamstra <lute@gnu.org>
19952
19953 * generic-x.el: Code cleanup: make args constant whenever possible.
19954 (installshield-statement-keyword-list)
19955 (installshield-system-functions-list)
19956 (installshield-system-variables-list, installshield-types-list)
19957 (installshield-funarg-constants-list): Make them constants.
19958
19959 * generic.el (generic-make-keywords-list): Add autoload cookie.
19960
19961 * calendar/time-date.el: Add comment on time value formats.
19962 Don't require parse-time.
19963 (with-decoded-time-value): New macro.
19964 (encode-time-value): New function.
19965 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19966 (days-to-time): Return a valid time value when arg is huge.
19967 (time-since): Use time-subtract.
19968 (time-to-number-of-days): Use time-to-seconds.
19969
19970 2005-03-23 David Ponce <david@dponce.com>
19971
19972 * recentf.el (recentf-keep): New option.
19973 (recentf-menu-action): Default to `find-file'.
19974 (recentf-keep-non-readable-files-flag)
19975 (recentf-keep-non-readable-files-p)
19976 (recentf-file-readable-p, recentf-find-file)
19977 (recentf-cleanup-remote): Remove.
19978 (recentf-include-p): More robust.
19979 (recentf-keep-p): New function.
19980 (recentf-remove-if-non-kept): Rename from
19981 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19982 All callers updated.
19983 (recentf-menu-items-for-commands): Fix help string.
19984 (recentf-track-closed-file): Update. Doc fix.
19985 (recentf-cleanup): Update. Count removed files. Doc fix.
19986
19987 2005-03-23 Kim F. Storm <storm@cua.dk>
19988
19989 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19990 Don't inherit from fringe face (now happens automatically).
19991
19992 2005-03-22 Kim F. Storm <storm@cua.dk>
19993
19994 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19995 position values.
19996
19997 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19998
19999 * menu-bar.el (showhide-date-time): Remove.
20000 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20001 (menu-bar-make-mm-toggle): Simplify.
20002
20003 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20004
20005 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20006 Accept qualified variable and function names.
20007
20008 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20009
20010 * bindings.el (completion-ignored-extensions):
20011 Remove ".lis" for `vax-vms'.
20012
20013 2005-03-22 Andreas Schwab <schwab@suse.de>
20014
20015 * generic-x.el: Revert last change.
20016 * ldefs-boot.el: Update.
20017
20018 2005-03-22 Jay Belanger <belanger@truman.edu>
20019
20020 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20021 (calc-embedded-save-original-modes)
20022 (calc-embedded-restore-original-modes): New functions.
20023 (calc-do-embedded): Save original modes when entering embedded mode
20024 and restore when leaving embedded mode.
20025 (calc-embedded-modes-change): Change the value of
20026 calc-embedded-original-modes to reflect permanent changes.
20027
20028 2005-03-22 Lute Kamstra <lute@gnu.org>
20029
20030 * generic-x.el: Require generic again.
20031
20032 2005-03-22 Miles Bader <miles@gnu.org>
20033
20034 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20035 Tweak details to look good on both ttys and bitmap displays, light
20036 or dark background, etc.
20037
20038 2005-03-21 Kim F. Storm <storm@cua.dk>
20039
20040 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20041 mouse position.
20042
20043 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20044
20045 * icomplete.el: Don't forcibly turn on the mode upon load.
20046 (icomplete-mode): Use define-minor-mode.
20047 (icomplete-eoinput): Default to nil.
20048 (icomplete-minibuffer-setup): Remove autoload.
20049 (icomplete-tidy): Simplify.
20050 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20051 in the initial state or if the user has modified the field.
20052 Fix handling of icomplete-max-delay-chars.
20053 Remove code that handles the oddball case where
20054 minibuffer-completion-table is an integer.
20055 Wrap icomplete-completions in while-no-input in case building
20056 completions takes more time than expected.
20057 (icomplete-completions): Simplify.
20058
20059 2005-03-21 Richard M. Stallman <rms@gnu.org>
20060
20061 * jka-compr.el (jka-compr-really-do-compress):
20062 Make variable buffer-local.
20063
20064 * image-mode.el: Handle .xpm files too.
20065 (image-toggle-display): Preserve modification flag.
20066
20067 * help.el (where-is): Don't mention aliases with no key bindings.
20068
20069 2005-03-21 Lute Kamstra <lute@gnu.org>
20070
20071 * generic.el: Fix commentary section. Don't require cl for
20072 compilation.
20073 (generic-mode-list): Add autoload cookie.
20074 (generic-use-find-file-hook, generic-lines-to-scan)
20075 (generic-find-file-regexp, generic-ignore-files-regexp)
20076 (generic-mode, generic-mode-find-file-hook)
20077 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20078 (define-generic-mode): Make it a defmacro. Fix docstring.
20079 (generic-mode-internal): Code cleanup. Add autoload cookie.
20080 (generic-mode-set-comments): Code cleanup.
20081 * generic-x.el: Don't prevent compilation. Don't require generic.
20082 Follow coding conventions. Minor code cleanup.
20083 (etc-fstab-generic-mode): Add some keywords.
20084 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20085 define-generic-mode like a function declaration.
20086
20087 2005-03-21 Jay Belanger <belanger@truman.edu>
20088
20089 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20090 changing modes.
20091
20092 2005-03-21 Sam Steingold <sds@gnu.org>
20093
20094 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20095
20096 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20097
20098 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20099 Add underscore to "f$ lexicals" regexp.
20100
20101 2005-03-20 Juri Linkov <juri@jurta.org>
20102
20103 * subr.el (progress-reporter-do-update): When `min-value' is equal
20104 to `max-value', set `percentage' to 0 and prevent division by zero.
20105
20106 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20107
20108 Sync with Tramp 2.0.48.
20109
20110 * net/tramp.el (all): Change all addresses to .gnu.org.
20111 (tramp-append-tramp-buffers): New defun.
20112 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20113 Catch `dont-send' signal.
20114 (tramp-set-auto-save-file-modes): Set always permissions, because
20115 there might be an old auto-saved file belonging to another
20116 original file. This could be a security threat. Reported by
20117 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20118 Check for Emacs 21.3.50 removed.
20119
20120 * net/tramp-smb.el (all): Remove debug construct for
20121 `with-parsed-tramp-file-name'.
20122 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20123 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20124 No error message if DIRECTORY or FILENAME doesn't exist.
20125 (tramp-smb-open-connection): Check existence of
20126 `tramp-smb-program'.
20127
20128 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20129
20130 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20131 Properly handle the case where the `m' or `s' command's argument is not
20132 yet terminated.
20133 (perl-indent-new-calculate): New function.
20134 (perl-indent-line): Use it.
20135
20136 2005-03-20 Miles Bader <miles@gnu.org>
20137
20138 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20139 in text-mode too. Change to new face names.
20140 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20141 Add `:weight bold' attribute.
20142 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20143
20144 2005-03-19 Juri Linkov <juri@jurta.org>
20145
20146 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20147
20148 * international/mule.el (auto-coding-alist): Sync with
20149 `auto-mode-alist' by adding upper case archive file extensions
20150 and adding ear/war to jar extension.
20151
20152 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20153
20154 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20155 running, restart it.
20156
20157 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20158
20159 * finder.el (finder-current-item): Throw an error on an empty line.
20160
20161 * man.el (Man-follow-manual-reference): If current-word returns
20162 nil, use "".
20163
20164 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20165
20166 * simple.el (goto-line): Doc fix.
20167
20168 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20169
20170 * files.el (save-buffer): Doc fix.
20171
20172 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20173
20174 * recentf.el (recentf-cleanup-remote): New variable.
20175 (recentf-cleanup): Use it to conditionally check availability of
20176 remote files.
20177
20178 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20179
20180 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20181 function names.
20182
20183 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20184
20185 * language/thai-word.el: New file.
20186
20187 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20188
20189 * files.el (backup-buffer): If the file's directory is not
20190 writable, use copy instead of move to backup the file.
20191
20192 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20193
20194 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20195
20196 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20197
20198 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20199 Use functionp instead of symbolp and fboundp. Reported by Drkm
20200 <darkman_spam@yahoo.fr>.
20201 (ps-print-version): New version 6.6.6.
20202
20203 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20204
20205 * textmodes/table.el (table--line-column-position): New idiom.
20206 (table--row-column-insertion-point-p): New function to test
20207 validity of row and column insertion operation at a location.
20208 (table-global-menu, table-cell-menu): Use above functions for
20209 deterministic test operation.
20210 (table--editable-cell-p): Behave in deterministic fashion.
20211
20212 2005-03-18 Juri Linkov <juri@jurta.org>
20213
20214 * isearch.el (isearch-lazy-highlight-new-loop):
20215 Make arguments beg and end optional.
20216 (isearch-update): Remove optional arguments nil from
20217 isearch-lazy-highlight-new-loop.
20218 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20219 isearch-lazy-highlight-case-fold-search instead of
20220 isearch-case-fold-search, and let-bind isearch-regexp to
20221 isearch-lazy-highlight-regexp.
20222 Use isearch-lazy-highlight-last-string instead of isearch-string.
20223
20224 * replace.el (perform-replace): Remove bindings of global
20225 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20226 Add three new arguments to `replace-highlight'.
20227 (replace-highlight): Add arguments string, regexp, case-fold.
20228 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20229 to allow isearch-lazy-highlight-new-loop to use these values
20230 to set corresponding isearch-lazy-highlight-* internal
20231 variables whose values lazy highlighting will use regardless of
20232 changes to global variables isearch-string, isearch-regexp,
20233 isearch-case-fold-search during lazy highlighting loop.
20234 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20235 to `lazy-highlight-cleanup'.
20236
20237 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20238 (ispell-highlight-face): Set default face to `isearch' when
20239 lazy highlighting is enabled.
20240 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20241 priority to 1. Add lazy highlighting.
20242 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20243 from `isearch-dehighlight'.
20244
20245 2005-03-18 David Ponce <david@dponce.com>
20246
20247 * files.el (hack-local-variables): Do a case-insensitive search
20248 for End.
20249
20250 2005-03-18 Juri Linkov <juri@jurta.org>
20251
20252 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20253 `isearch-lazy-highlight-cleanup', add alias to old name and
20254 declare obsolete. Add release numbers to other obsolete vars.
20255 (isearch-done, isearch-lazy-highlight-new-loop):
20256 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20257 (lazy-highlight-cleanup) <variable>: Doc fix.
20258 (isearch-lazy-highlight-update): Rename obsolete
20259 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20260
20261 2005-03-18 Kenichi Handa <handa@m17n.org>
20262
20263 * language/thai-util.el: Fix categorization of Thai characters in
20264 thai-category-table.
20265 (thai-composition-pattern): Adjust it for the above change.
20266 (thai-self-insert-command, thai-compose-syllable): New functions.
20267 (thai-compose-region): Use thai-compose-syllable.
20268 (thai-compose-string): Likewise.
20269 (thai-composition-function): Likewise.
20270 (thai-auto-composition): New function.
20271 (thai-auto-composition-mode): New minor mode.
20272
20273 * language/thai.el: Fix patterns to be registered in
20274 composition-function-table.
20275
20276 * international/quail.el (quail-input-method): Locally bind
20277 inhibit-modification-hooks to t.
20278
20279 2005-03-17 Richard M. Stallman <rms@gnu.org>
20280
20281 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20282 (perl-mode): Use run-mode-hooks.
20283
20284 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20285 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20286 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20287
20288 * mail/sendmail.el (sendmail-send-it): Reenable the code
20289 to compute resend-to-address and use it.
20290
20291 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20292
20293 * image-mode.el: New file.
20294
20295 * image.el (insert-sliced-image): Add autoload cookie.
20296
20297 * font-lock.el (font-lock-lines-before): New user option.
20298 (font-lock-after-change-function): Obey it.
20299
20300 * bindings.el (esc-map): Make M-g a prefix.
20301 Bind M-g g and M-g M-g to goto-line.
20302
20303 * faces.el (face-id): Doc fix.
20304
20305 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20306
20307 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20308 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20309 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20310
20311 * mail/sendmail.el (mail-yank-ignored-headers)
20312 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20313 Add Mail-Followup-To and Mail-Reply-To headers.
20314 (mail-citation-hook): Add autoload cookie.
20315 (mail-mode): Doc fix.
20316 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20317 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20318 (mail-mode-fill-paragraph): Handle those headers.
20319 (mail-mailing-lists): New variable.
20320 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20321
20322 2005-03-17 Juri Linkov <juri@jurta.org>
20323
20324 * isearch.el (isearch-fallback): Check for `(car previous)'
20325 before calling `isearch-other-end-state'.
20326
20327 2005-03-17 Kim F. Storm <storm@cua.dk>
20328
20329 * simple.el (move-beginning-of-line): Move to beginning of buffer
20330 line, as well as beginning of screen line.
20331
20332 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20333
20334 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20335 argument REDRAW rather than calendar-redrawing variable.
20336 * calendar/calendar.el (calendar-redrawing): Delete.
20337 (redraw-calendar): Do not bind calendar-redrawing.
20338
20339 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20340
20341 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20342 diary-file buffer.
20343
20344 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20345
20346 * help.el (describe-mode): Allow a :minor-mode-function property to
20347 specify a different minor mode toggle function than the variable.
20348 * simple.el (auto-fill-function):
20349 * subr.el (add-minor-mode): Use it.
20350
20351 2005-03-16 Kenichi Handa <handa@m17n.org>
20352
20353 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20354 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20355 (ethio-fidel-to-sera-buffer): Likewise.
20356
20357 2005-03-16 Juri Linkov <juri@jurta.org>
20358
20359 * emacs-lisp/find-func.el (find-function-regexp):
20360 Add defun-emitting macro `menu-bar-make-toggle'.
20361
20362 * isearch.el: Put `isearch-scroll' property to
20363 `split-window-horizontally'.
20364
20365 * info.el: Update error messages for `debug-ignored-errors'.
20366 (Info-isearch-search): Doc fix.
20367 (Info-find-node): Move up code to go into info buffer before
20368 recording the node to the history.
20369 (Info-fontify-node): Fontify titles only if the next line
20370 has two or more `*', `=', `-', `.'.
20371 Display "go to this node" for empty (match-string 3).
20372
20373 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20374
20375 * term/mac-win.el: Add mouse pointer shape constants.
20376
20377 2005-03-15 Kim F. Storm <storm@cua.dk>
20378
20379 * simple.el (move-beginning-of-line): Use vertical-motion.
20380
20381 2005-03-15 Juri Linkov <juri@jurta.org>
20382
20383 * isearch.el (isearch-error): New variable.
20384 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20385 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20386 (isearch-within-brackets-state): Remove.
20387 (isearch-case-fold-search-state, isearch-pop-fun-state):
20388 Decrease frame index.
20389 (isearch-mode, isearch-top-state, isearch-push-state)
20390 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20391 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20392 (isearch-search, isearch-lazy-highlight-new-loop):
20393 Replace `isearch-invalid-regexp' with `isearch-error'.
20394 Remove `isearch-within-brackets'.
20395 (isearch-search): Add `search-failed' handler to `condition-case'.
20396 (isearch-lazy-highlight-search): Add `condition-case' to catch
20397 errors and allow `isearch-lazy-highlight-update' to try
20398 highlighting from the beginning of the window.
20399 (isearch-repeat): Move up code to set isearch-wrapped to t
20400 before calling isearch-wrap-function.
20401
20402 * info.el (Info-isearch-initial-node): New internal variable.
20403 (Info-search): Signal an error in isearch mode when search leaves
20404 the initial node. Signal an error when `bound' is non-nil and
20405 nothing was found in the current subfile.
20406 (Info-isearch-search): Remove `condition-case'.
20407 (Info-isearch-wrap): Don't wrap when search failed during leaving
20408 the initial node. If `Info-isearch-search' is nil, wrap around
20409 the current node.
20410 (Info-isearch-start): New fun.
20411 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20412 `isearch-mode-hook'.
20413
20414 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20415
20416 * simple.el (normal-erase-is-backspace): Set default to t if
20417 running on Mac.
20418
20419 * term/mac-win.el (function-key-map): Sync with x-win.el.
20420
20421 2005-03-15 Kenichi Handa <handa@m17n.org>
20422
20423 * international/mule-cmds.el (locale-language-names): Modify the
20424 format of elements and add more entries.
20425 (locale-preferred-coding-systems): Add more entries.
20426 (set-locale-environment): Adjust for the change of
20427 locale-language-names.
20428
20429 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20430
20431 * pcvs.el (smerge-ediff): Remove bogus autoload.
20432
20433 2005-03-14 Lute Kamstra <lute@gnu.org>
20434
20435 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20436 Ignore a `*' at the beginning of a line.
20437
20438 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20439 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20440 subr.el.
20441 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20442 to specify indentation.
20443
20444 * generic.el (define-generic-mode): Let generic-mode-list be a
20445 list of strings; test membership with equal.
20446
20447 2005-03-14 Kim F. Storm <storm@cua.dk>
20448
20449 * simple.el (next-line, previous-line): Add optional try-vscroll
20450 arg to recognize interactive use. Pass it on to line-move.
20451 (line-move): Don't perform auto-window-vscroll when defining or
20452 executing keyboard macro to ensure consistent behavior.
20453
20454 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20455
20456 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20457
20458 2005-03-13 Lute Kamstra <lute@gnu.org>
20459
20460 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20461 debugger-setup-buffer so that backtrace marks the frames set to
20462 debug-on-exit and we don't have to do it manually. Set an extra
20463 debug-on-exit for macro's.
20464 (debugger-setup-buffer): Don't mark the top frame manually.
20465
20466 2005-03-12 Lute Kamstra <lute@gnu.org>
20467
20468 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20469 lisp-indent-function throughout.
20470 (with-no-warnings): Set lisp-indent-function property.
20471
20472 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20473
20474 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20475 Add entry for backslash.
20476
20477 2005-03-12 Juri Linkov <juri@jurta.org>
20478
20479 * info.el (Info-search): Four fixes for backward search.
20480
20481 2005-03-11 Jay Belanger <belanger@truman.edu>
20482
20483 * calc/calc.el (calc-language-alist): New variable.
20484 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20485 (calc-embedded-find-modes): Use calc-language-alist instead of
20486 calc-embedded-language-alist.
20487
20488 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20489
20490 * calendar/calendar.el (calendar-redrawing): New internal
20491 variable.
20492 (redraw-calendar): Remove bogus save-excursion from previous
20493 change. Bind calendar-redrawing to t for mark-diary-entries.
20494 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20495 calendar if that is why we were called.
20496
20497 2005-03-11 Kenichi Handa <handa@m17n.org>
20498
20499 * international/mule.el (make-coding-system): Set property
20500 coding-system-define-form to nil.
20501 (define-coding-system-alias): Likewise.
20502
20503 2005-03-11 Kenichi Handa <handa@m17n.org>
20504
20505 These changes are suggested by Dave Love <fx@gnu.org>.
20506
20507 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20508 coding: tag.
20509 (adaptive-fill-regexp): Add more bullets.
20510 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20511 regexps.
20512
20513 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20514
20515 * help.el (describe-mode): Properly handle non-trivial lighters.
20516 Don't ignore minor modes that are not listed in minor-mode-list.
20517
20518 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20519 feature ON when the user requests to turn it OFF.
20520
20521 2005-03-10 Lute Kamstra <lute@gnu.org>
20522
20523 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20524 (implement-debug-on-entry): New function to replace debug-entry-code.
20525 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20526 second argument as the 2005-03-07 change makes it obsolete.
20527 (debug-on-entry, cancel-debug-on-entry): Update call to
20528 debug-on-entry-1.
20529 (debug, debugger-setup-buffer): Comment update.
20530 (debugger-frame-number): Update to work with implement-debug-on-entry.
20531
20532 2005-03-10 Jay Belanger <belanger@truman.edu>
20533
20534 * calc/calc-embed.el (math-ms-args): Declare it.
20535 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20536 math-ms-args.
20537 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20538 variables.
20539
20540 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20541
20542 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20543 Use message-box.
20544
20545 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20546 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20547 (tooltip-gud-tips): Simplify.
20548 (tooltip-gud-tips-p): Remove superfluous :set.
20549 (tooltip-gud-modes): Add fortran-mode.
20550 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20551
20552 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20553
20554 2005-03-09 Kim F. Storm <storm@cua.dk>
20555
20556 * play/animate.el (animate-place-char): Use forward-line instead
20557 of next-line to improve performance.
20558
20559 2005-03-09 Simon Josefsson <jas@extundo.com>
20560
20561 * net/browse-url.el (browse-url-default-browser): Doc fix.
20562
20563 2005-03-09 Miles Bader <miles@gnu.org>
20564
20565 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20566 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20567
20568 2005-03-09 Kenichi Handa <handa@m17n.org>
20569
20570 * international/latin-1.el: Set case and syntax for 255 only if
20571 set-case-syntax-set-multibyte is nil.
20572
20573 * textmodes/ispell.el (ispell-insert-word): New function.
20574 (ispell-word): Use ispell-insert-word to insert a new word.
20575 (ispell-process-line): Likewise.
20576 (ispell-complete-word): Likewise.
20577
20578 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20579
20580 * calendar/calendar.el (redraw-calendar): Preserve point.
20581 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20582 (calendar-week-start-day): Move after definition of
20583 redraw-calendar. Delete buffer test, since redraw-calendar has
20584 that now.
20585
20586 * calendar/diary-lib.el (mark-diary-entries): Only call
20587 redraw-calendar in the first of any recursive calls.
20588 Reported by Alan Shutko <ats@acm.org>.
20589
20590 2005-03-08 Juri Linkov <juri@jurta.org>
20591
20592 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20593 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20594 (html-radio-buttons): Add a space before the trailing `/>' where
20595 sgml-xml-mode is non-nil.
20596 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20597 the subsequent tag of the empty XML tag.
20598 (html-href-anchor): Don't set initial input to "http:".
20599 (html-image): Ask for the image URL and set point inside alt="".
20600 (html-name-anchor): Duplicate the name in the `id' attribute when
20601 sgml-xml-mode is non-nil.
20602 (html-paragraph): Remove \n before <p>.
20603 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20604 instead of `checked' when sgml-xml-mode is non-nil.
20605
20606 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20607 Remove 1 space before #RRGGBB to not truncate it on terminal
20608 windows w/o fringes. Remove 1 space between bg and fg examples
20609 to get more space.
20610 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20611 avoid byte-compile warnings.
20612
20613 * image-file.el (image-file-handler): Put `safe-magic' property to
20614 `image-file-handler'.
20615
20616 * info.el (Info-isearch-search): Emulate word search in
20617 isearching through multiple Info nodes with Info-search.
20618 (Info-isearch-wrap): Allow isearch-word.
20619
20620 2005-03-08 Lute Kamstra <lute@gnu.org>
20621
20622 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20623 stepping into the debugger's code is not possible.
20624 (debugger-jumping-flag): Docstring update.
20625
20626 2005-03-08 Jay Belanger <belanger@truman.edu>
20627
20628 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20629 embedded mode begins.
20630 (calc-embedded-language-alist): New variable.
20631 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20632 set default language mode.
20633
20634 2005-03-08 Kenichi Handa <handa@m17n.org>
20635
20636 * international/ccl.el (define-ccl-program): Fix docstring about
20637 extra 256 bytes assured for the output buffer.
20638
20639 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20640 Fix BUFFER_MAGNIFICATION to 2.
20641 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20642
20643 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20644
20645 * align.el (align-rules-list): Added an alignment rule for CSS
20646 declarations (applies to css-mode and html-mode buffers).
20647
20648 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20649
20650 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20651
20652 2005-03-07 Kim F. Storm <storm@cua.dk>
20653
20654 * simple.el (move-beginning-of-line): New command.
20655
20656 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20657
20658 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20659
20660 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20661 and move-beginning-of-line.
20662
20663 * apropos.el (apropos-print): Omit command from M-x ... RET.
20664
20665 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20666
20667 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20668 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20669
20670 2005-03-06 Richard M. Stallman <rms@gnu.org>
20671
20672 * bindings.el (esc-map): Bind M-g to goto-line.
20673
20674 * facemenu.el (global-map): Bind M-o, not M-g.
20675
20676 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20677
20678 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20679 "Open Directory" as for "Open File".
20680
20681 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20682
20683 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20684 (push-mark-command): Run activate-mark-hook.
20685
20686 2005-03-06 Richard M. Stallman <rms@gnu.org>
20687
20688 * help-mode.el (help-mode-finish): Don't alter the element
20689 in view-return-to-alist if there already is one.
20690
20691 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20692 make sure the current buffer is the expected one.
20693
20694 * novice.el (disabled-command-function): Output in *Disabled Command*.
20695 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20696
20697 * textmodes/flyspell.el (flyspell-large-region):
20698 Pass args differently for aspell.
20699
20700 * files.el (mode-require-final-newline): Doc fix.
20701
20702 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20703
20704 * progmodes/which-func.el (which-function):
20705 Specify NOERROR when calling imenu--make-index-alist.
20706
20707 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * simple.el (normal-erase-is-backspace): Define default value.
20710
20711 * custom.el (custom-theme-set-variables): Remove unused var
20712 `immediate'.
20713 (custom-reevaluate-setting): Simple function to handle variables
20714 that are defined before their default value can really be
20715 computed.
20716
20717 * startup.el (command-line): Use it for temporary-file-directory,
20718 small-emporary-file-directory, auto-save-file-name-transforms,
20719 blink-cursor-mode, and normal-erase-is-backspace.
20720
20721 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20722 progress, even with buggy anchored keywords.
20723
20724 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20725
20726 * simple.el (goto-line): Remove unbalanced final parenthesis.
20727
20728 2005-03-05 Richard M. Stallman <rms@gnu.org>
20729
20730 * simple.el (goto-line): Use a number at point as the default.
20731 With C-u as arg, switch buffers.
20732
20733 2005-03-05 Juri Linkov <juri@jurta.org>
20734
20735 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20736 with `no-blinking-cursor'.
20737
20738 * startup.el (no-blinking-cursor): New defvar.
20739 (command-line): Add `--no-blinking-cursor' to longopts.
20740 Set `no-blinking-cursor' to t for command line arguments
20741 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20742 with `no-blinking-cursor' in the condition for calling
20743 `blink-cursor-mode'.
20744
20745 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20746
20747 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20748 (menu-bar-options-save): Add blink-cursor-mode.
20749 (menu-bar-options-menu): Add blink-cursor-mode.
20750
20751 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20752
20753 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20754 (icalendar-export-file, icalendar-export-region)
20755 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20756 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20757
20758 2005-03-04 Lute Kamstra <lute@gnu.org>
20759
20760 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20761 (debug-function-list): Ditto.
20762
20763 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20764
20765 * textmodes/texinfmt.el (texinfo-append-refill):
20766 Redefine the types of line to which @refill
20767 is not appended by replacing a search for `@refill\\|@bye' with
20768 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20769 itemize@refill' bug and the unfilled long lines bug.
20770 (texinfmt-version): Update number and date.
20771
20772 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20773
20774 * international/code-pages.el (windows-1250, windows-125[2-8])
20775 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20776
20777 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20780 bound yet.
20781
20782 2005-03-02 Romain Francoise <romain@orebokech.com>
20783
20784 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20785 buffer after removing limits.
20786 (ibuffer-pop-filter): Ditto.
20787 Update copyright.
20788
20789 2005-03-02 Miles Bader <miles@gnu.org>
20790
20791 * button.el (make-text-button): If the user doesn't specify a
20792 type, use the default. Rewrite to use `add-text-properties' and
20793 plist functions.
20794
20795 2005-03-01 Lute Kamstra <lute@gnu.org>
20796
20797 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20798 (debugger-jumping-flag): New var.
20799 (debug-entry-code): Use it.
20800 (debugger-jump): Use debugger-jumping-flag and add
20801 debugger-reenable to post-command-hook.
20802 (debugger-reenable): Use debugger-jumping-flag and remove itself
20803 from post-command-hook.
20804 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20805 debugger-reenable.
20806
20807 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20808
20809 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20810 inclusion of "itemize\\|", which may be unnecessary, is certainly
20811 inelegant, and stops refilling in itemize lists when formatting
20812 Japanese Texinfo files to Info.
20813 Update copyright to 2005.
20814
20815 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20816
20817 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20818 of an error if GDB can't find the source file.
20819
20820 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20821
20822 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20823 not just the calendar.
20824
20825 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20826 first.
20827 (diary-redraw-calendar): New function.
20828 (make-diary-entry): Add diary-redraw-calendar to local
20829 write-contents-functions. Turn off selective display before
20830 inserting in diary.
20831
20832 2005-03-01 Kim F. Storm <storm@cua.dk>
20833
20834 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20835
20836 2005-03-01 Lute Kamstra <lute@gnu.org>
20837
20838 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20839 that debug-entry-code can be safely removed from a function while
20840 this code is being evaluated. Revert the 2005-02-27 change as the
20841 new implementation no longer requires it. Make sure that a
20842 function body containing just a string is not mistaken for a docstring.
20843 (debug): Skip one more frame in case of debug on entry.
20844 (debugger-setup-buffer): Delete one more frame line in case of
20845 debug on entry.
20846 (debugger-frame-number): Update to use the new text introduced by
20847 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20848
20849 2005-02-28 Kim F. Storm <storm@cua.dk>
20850
20851 * double.el (double-translate-key): Call force-window-update after
20852 read-event to avoid crash in redisplay.
20853
20854 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20855
20856 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20857 (debug): Use it. Move the inhibit-trace earlier.
20858 (debug-entry-code): New const.
20859 (debug-on-entry-1): Use it.
20860
20861 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20862
20863 * international/utf-16.el (ccl-encode-mule-utf-16le):
20864 Fix BUFFER_MAGNIFICATION to 2.
20865 (ccl-encode-mule-utf-16be): Likewise.
20866
20867 2005-02-28 Kenichi Handa <handa@m17n.org>
20868
20869 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20870 Fix BUFFER_MAGNIFICATION to 4.
20871 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20872
20873 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20874
20875 * speedbar.el (speedbar-update-flag): Doc fix.
20876 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20877 argument.
20878
20879 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20882 have a non-nil `invisible' property but are actually visible.
20883
20884 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20885 for perldoc sections.
20886 (perl-outline-regexp, perl-outline-level): New var and function.
20887 (perl-mode): Use them.
20888
20889 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20890
20891 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20892 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20893
20894 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20895
20896 * cus-edit.el: Comment change.
20897 (custom-buffer-create-internal): Slightly reword text at top of
20898 Custom buffers. Mention there that saving an option edits the
20899 init file. Add link to Emacs manual node on `custom-file'.
20900 (custom-magic-alist): Rewrite individual State messages to use
20901 capitalized keywords. Doc fix.
20902
20903 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20904
20905 * calendar/calendar.el (calendar-buffer): Move above
20906 calendar-week-start-day.
20907 (calendar-week-start-day): Doc fix. Add :set function.
20908 (calendar-minimum-window-height): New variable.
20909 (generate-calendar-window): Only resize window if selected-window
20910 is displaying the calendar buffer. Use new variable
20911 calendar-minimum-window-height.
20912 (generate-calendar): Reword error message.
20913 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20914
20915 2005-02-27 Andreas Schwab <schwab@suse.de>
20916
20917 * vc.el (vc-do-command): Don't run command asynchronously when
20918 operating in a remote directory.
20919
20920 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20921 change from sync with Tramp 2.0.47.
20922
20923 2005-02-27 Richard M. Stallman <rms@gnu.org>
20924
20925 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20926
20927 * textmodes/flyspell.el (flyspell-mode-on):
20928 Call ispell-change-dictionary only if necessary.
20929
20930 * emacs-lisp/re-builder.el (regexp-builder): New function.
20931
20932 * register.el (describe-register-1): Explicitly handle
20933 yank-excluded-properties = t.
20934
20935 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20936 (custom-magic-alist): Change the status descriptions again.
20937 (face widget-type): Total rewrite based on `restricted-sexp'
20938 to eliminate the confusing double hiding levels.
20939
20940 * emacs-lisp/debug.el (debug-on-entry-1):
20941 If function body is empty, add nil as body form.
20942
20943 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20944
20945 * emacs-lisp/trace.el (inhibit-trace): New var.
20946 (trace-make-advice): Use it.
20947
20948 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20949
20950 2005-02-26 Kim F. Storm <storm@cua.dk>
20951
20952 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20953 (mouse-on-link-p, mouse-drag-region-1): Use it.
20954
20955 2005-02-25 Lute Kamstra <lute@gnu.org>
20956
20957 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20958
20959 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20960
20961 * frame.el (blink-cursor-mode): Add :group keyword.
20962
20963 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20964
20965 * calendar/icalendar.el (icalendar--decode-isodatetime):
20966 New optional argument DAY-SHIFT.
20967 (icalendar-export-region): Fix coding-system-for-write.
20968 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20969 events by one.
20970
20971 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20972
20973 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20974
20975 2005-02-24 Kim F. Storm <storm@cua.dk>
20976
20977 * international/iso-acc.el (iso-accents-compose): Fix crash
20978 during redisplay. Call force-window-update after read-event
20979 and delete-region to signal that window is not accurate.
20980
20981 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20982
20983 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20984 Remove unused and inexistent var `inhibit-trace'.
20985 (debugger-mode): Use run-mode-hooks.
20986 (debugger-list-functions): Add buttons; setup xref stack.
20987
20988 2005-02-23 Richard M. Stallman <rms@gnu.org>
20989
20990 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20991 appointment says it was explicitly made.
20992 (appt-add): Set the 3rd element.
20993 (appt-make-list): Preserve explicit appointments.
20994
20995 * subr.el (find-tag-default): Catch errors in forward-sexp.
20996
20997 2005-02-23 Juri Linkov <juri@jurta.org>
20998
20999 * info.el (Info-isearch-search): New defcustom.
21000 (Info-isearch-search): Call the default isearch function
21001 when Info-isearch-search is nil.
21002 (Info-isearch-wrap): Use variable Info-isearch-search.
21003
21004 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21005
21006 * cus-edit.el: Comment change.
21007
21008 2005-02-22 Kim F. Storm <storm@cua.dk>
21009
21010 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21011 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21012
21013 2005-02-22 Simon Josefsson <jas@extundo.com>
21014
21015 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21016 New variable.
21017 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21018 Oskarsson" <myrkraverk@users.sourceforget.net>.
21019
21020 2005-02-22 Kim F. Storm <storm@cua.dk>
21021
21022 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21023 check that window of that event is the selected window.
21024 (mouse-drag-region-1): Compare mouse event window to selected
21025 window before setting point.
21026
21027 * tooltip.el (tooltip-show-help-function): Pass event to
21028 mouse-on-link-p so it can check selected window.
21029
21030 2005-02-22 Kenichi Handa <handa@m17n.org>
21031
21032 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21033 (ps-mule-show-warning): New function.
21034 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21035 characters are found.
21036
21037 * ps-print.el (ps-header-footer-string): Return a list of header
21038 and footer strings.
21039
21040 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21041
21042 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21043
21044 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21045
21046 * frame.el (blink-cursor-mode): Use define-minor-mode.
21047
21048 * term/mac-win.el (function-key-map): Use char-names more consistently.
21049 (file-name-coding-system): Only set it for MacOS-9. The other case is
21050 already handled in mule-cmds.el (where it also works when mac-win.el
21051 is not used).
21052
21053 2005-02-21 Kenichi Handa <handa@m17n.org>
21054
21055 * international/mule.el (ctext-pre-write-conversion): Always use
21056 " *code-converting-work*" buffer for work.
21057
21058 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21059
21060 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21061
21062 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21063
21064 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21065
21066 * ses.el (undo-more): Restore defadvice, but only the part that
21067 allows changes outside the restricted area of the buffer.
21068
21069 2005-02-20 Kim F. Storm <storm@cua.dk>
21070
21071 * simple.el (line-move): Add fourth optional arg try-vscroll which
21072 must be set to perform auto-window-vscroll.
21073 When moving backwards and doing auto-window-vscroll, automatically
21074 vscroll to the last part of lines which are taller than the window.
21075 (next-line, previous-line): Set try-vscroll arg on line-move.
21076
21077 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21078
21079 * replace.el (query-replace, query-replace-regexp)
21080 (replace-string, replace-regexp): When operating on region, make
21081 the minibuffer prompt say so.
21082
21083 * isearch.el (isearch-forward): Document isearch-query-replace and
21084 isearch-query-replace-regexp keybindings.
21085
21086 2005-02-19 Jay Belanger <belanger@truman.edu>
21087
21088 * calc/calc-aent.el (math-read-token): Add local variable.
21089
21090 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21091 (calc-edit-top): Move declaration to earlier in file.
21092 (calc-edit-macro-repeats): Add local variables.
21093
21094 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21095 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21096 calcFunc-tanh.
21097 Adjust integration rule for calcFunc-tan.
21098
21099 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21100
21101 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21102 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21103 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21104 (viper-skip-separators): Bug fix.
21105 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21106 particular major mode.
21107 (viper-del-backward-char-in-replace): Don't put deleted char on the
21108 kill ring.
21109
21110 * viper-ex.el (viper-color-display-p): New function.
21111 (viper-has-face-support-p): Use viper-color-display-p.
21112
21113 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21114
21115 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21116
21117 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21118 (viper-file-remote-p): Make equivalent to file-remote-p.
21119
21120 * viper.el (viper-major-mode-modifier-list):
21121 Use viper-gnus-modifier-map.
21122
21123 2005-02-19 David Kastrup <dak@gnu.org>
21124
21125 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21126 quoting.
21127
21128 2005-02-19 Jay Belanger <belanger@truman.edu>
21129
21130 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21131 Remove extra definitions.
21132 (calc-coth): New function.
21133 (calcFunc-cot): Fix `let'.
21134
21135 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21136
21137 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21138 the reasons we use "type pc" in these faces.
21139
21140 * button.el (button): Ditto.
21141
21142 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21143
21144 * replace.el (query-replace-read-from): Set the value of
21145 query-replace-from-history-variable to handle the case of an empty
21146 string entered to accept the suggested default.
21147
21148 * net/tramp.el (tramp-file-name-for-operation):
21149 Use dired-call-process instead of dired-call-process-command.
21150
21151 2005-02-19 Jay Belanger <belanger@truman.edu>
21152
21153 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21154 (math-div-non-trig): New variables.
21155 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21156 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21157 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21158 trig expressions.
21159
21160 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21161
21162 * progmodes/gdb-ui.el (gdb-var-update-handler)
21163 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21164 for watch expressions,
21165 (gdb-var-create-handler): Don't set speedbar-update-flag.
21166 (gdb-post-prompt): Simplify test for speedbar.
21167
21168 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21169
21170 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21171 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21172 we use the syntax table of the correct buffer.
21173 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21174 Felix Gatzemeier.
21175
21176 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21177 (ediff-file-remote-p): Make synonymous with file-remote-p.
21178 In all deffaces ediff-*-face-*, use min-colors.
21179
21180 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21181 ediff-recurse-to-subdirectories.
21182 (ediff-mark-if-equal): Check that the arguments are strings, use
21183 ediff-same-contents (after to Felix Gatzemeier).
21184
21185 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21186 nil.
21187
21188 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21189
21190 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21191
21192 2005-02-18 David Kastrup <dak@gnu.org>
21193
21194 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21195 use `mark-active' when defined.
21196
21197 2005-02-18 Kenichi Handa <handa@m17n.org>
21198
21199 * ps-print.el (ps-font-info-database): New entry
21200 ZapfChancery-MediumItalic with correct font name. Fix font name
21201 of the entry Zapf-Chancery-MediumItalic.
21202
21203 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21204
21205 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21206
21207 2005-02-16 Kim F. Storm <storm@cua.dk>
21208
21209 * ido.el (ido-fallback-command): Pass user input to fallback command.
21210
21211 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21212
21213 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21214 (gdb-find-file-hook): Add server prefix.
21215
21216 2005-02-16 Richard M. Stallman <rms@gnu.org>
21217
21218 * replace.el (perform-replace): Pass new args to replace-highlight.
21219 (replace-highlight): Take region args,
21220 and pass them to isearch-lazy-highlight-new-loop.
21221
21222 * novice.el (disabled-command-hook): Autoload the defalias
21223 and the make-obsolete-variable call.
21224
21225 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21226
21227 * isearch.el (isearch-lazy-highlight-start-limit)
21228 (isearch-lazy-highlight-end-limit): New variables limit
21229 the region for highlighting.
21230 (isearch-lazy-highlight-new-loop): New args BEG and END.
21231 (isearch-lazy-highlight-search): Use the new vars.
21232 (isearch-lazy-highlight-update): Likewise.
21233
21234 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21235
21236 * cus-start.el (all): Use default-boundp.
21237
21238 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21239
21240 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21241
21242 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21243
21244 * autorevert.el (auto-revert-stop-on-user-input)
21245 (auto-revert-verbose): Doc fixes.
21246
21247 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21248
21249 * international/mule-cmds.el (set-locale-environment): Remove call
21250 to set-selection-coding-system on Windows.
21251
21252 2005-02-15 Jay Belanger <belanger@truman.edu>
21253
21254 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21255 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21256 calcFunc-coth.
21257 (math-simplify-sqrt): Add simplifications.
21258
21259 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21260 to list.
21261
21262 * calc/calc-ext.el: Add functions to autoloads.
21263
21264 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21265 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21266 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21267 (math-csc-raw, math-cot-raw): New functions.
21268
21269 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21270
21271 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21272 the variable name in a message.
21273
21274 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21275 calcFunc-csc, calcFunc-cot.
21276
21277 * calc/calcalg2.el: Add derivative and integration rules for
21278 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21279 calcFunc-csch, calcFunc-coth.
21280 (math-do-integral-methods): Add to checks for when to use
21281 substitutions.
21282
21283 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21284
21285 2005-02-15 Lute Kamstra <lute@gnu.org>
21286
21287 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21288 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21289 <monnier@iro.umontreal.ca>
21290 (lisp-outline-level): Improve efficiency. Suggested by David
21291 Kastrup <dak@gnu.org>.
21292
21293 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21294
21295 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21296 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21297 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21298 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21299 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21300
21301 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21302
21303 * cus-start.el (all): Comment change.
21304
21305 2005-02-14 Lute Kamstra <lute@gnu.org>
21306
21307 * cus-start.el (all): Check if symbol is void.
21308
21309 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21310
21311 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21312 optional argument to \cite.
21313
21314 2005-02-14 Richard M. Stallman <rms@gnu.org>
21315
21316 * cus-edit.el (custom-buffer-create-internal): Update help message.
21317 (custom-magic-alist): Update help messages.
21318
21319 * cus-start.el (all): Allow a var to specify a standard value.
21320
21321 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21322
21323 * custom.el (custom-theme-set-variables): Handle variable aliases.
21324
21325 * frame.el (blink-cursor-timer): Doc fix.
21326 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21327 declare obsolete.
21328 (blink-cursor-mode): Define with defcustom and use correct
21329 standard expression in that defcustom.
21330 * startup.el (command-line): Adapt to above changes in frame.el.
21331
21332 2005-02-11 Lute Kamstra <lute@gnu.org>
21333
21334 * apropos.el (apropos-score-doc): Prevent division by zero.
21335
21336 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21337
21338 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21339 (icalendar--get-event-property-attributes)
21340 (icalendar--get-event-properties)
21341 (icalendar--datetime-to-diary-date): New functions.
21342 (icalendar--split-value): Doc fix.
21343 (icalendar--datetime-to-noneuropean-date)
21344 (icalendar--datetime-to-european-date): New optional argument
21345 SEPARATOR. Return result as a string instead of a list.
21346 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21347 (icalendar--convert-string-for-export): Rename arg S to STRING.
21348 (icalendar-export-region): Doc fix. Change name of error buffer.
21349 Save output buffer.
21350 (icalendar-import-file): Add blank at end of prompt.
21351 (icalendar-import-buffer): Doc fix. Do not switch to error
21352 buffer. Indicate status in return value.
21353 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21354 buffer. Save output buffer. Handle exception from recurrence
21355 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21356 events. Fix problems with weekly all-day events.
21357
21358 2005-02-10 Richard M. Stallman <rms@gnu.org>
21359
21360 * simple.el (eval-expression-print-format):
21361 Avoid warning about edebug-active.
21362
21363 * help.el (help-for-help-internal): Rename from help-for-help.
21364 (help-for-help): Define with defalias.
21365
21366 * font-core.el (font-lock-default-function): Use with-no-warnings.
21367
21368 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21369
21370 * custom.el (defface): Doc fix.
21371
21372 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21373
21374 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21375 width 0" to prevent word wrapping problems.
21376
21377 2005-02-09 Kim F. Storm <storm@cua.dk>
21378
21379 * ido.el (ido-file-extensions-order): New defcustom.
21380 (ido-file-extension-lessp, ido-file-extension-aux)
21381 (ido-file-extension-order): New advanced file ordering.
21382 (ido-file-lessp): New simple file ordering.
21383 (ido-sort-list): Remove.
21384 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21385 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21386
21387 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21388
21389 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21390 that some versions of grep produce.
21391 (grep-mode-font-lock-keywords): Likewise.
21392
21393 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21394
21395 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21396 (gdb-cdir): Delete.
21397 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21398 (gdb-source-info): Treat case when source file is in another
21399 directory properly.
21400 (gdb-get-location): New function.
21401
21402 2005-02-07 Jay Belanger <belanger@truman.edu>
21403
21404 * calc/calc-prog.el (calc-write-parse-table-part)
21405 (calc-fix-token-name): Fix a check for language type.
21406
21407 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21408
21409 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21410
21411 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21412 as directory not writable.
21413
21414 2005-02-07 Kim F. Storm <storm@cua.dk>
21415
21416 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21417 (cua--standard-movement-commands): Remove list.
21418 Instead, set CUA property value to move for movement commands.
21419 (cua-movement-commands): Remove. Users must set CUA prop instead.
21420 (cua--pre-command-handler): Check CUA property.
21421 (cua--init-keymaps): Don't remap undo commands.
21422 (cua-mode): Don't call cua--rectangle-on-off.
21423
21424 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21425 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21426 (cua--rect-undo-set-point): New var.
21427 (cua--rectangle-undo-boundary): Setup undo apply entry.
21428 (cua--rect-undo-handler): New function for rectangle undo.
21429 (cua--rect-start-position, cua--rect-end-position): Add.
21430 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21431 for restored rectangle. Set point if cua--rect-undo-set-point.
21432
21433 2005-02-06 Jay Belanger <belanger@truman.edu>
21434
21435 * calc/calc-lang.el (calc-tex-language): Display more information
21436 in messages.
21437
21438 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21439 in TeX mode.
21440
21441 2005-02-06 Richard M. Stallman <rms@gnu.org>
21442
21443 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21444
21445 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21446
21447 * net/ldap.el (ldap-search-internal): Support attributes with
21448 optional descriptions separated by a semi-colon, as in
21449 "userCertificate;binary".
21450
21451 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21452
21453 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21454 isn't a cons (i.e. the version is 0).
21455
21456 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21457
21458 * help.el (help-for-help): Doc fix.
21459
21460 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21461
21462 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21463 GDB-Windows on the menu-bar as this works better.
21464
21465 2005-02-04 Jay Belanger <belanger@truman.edu>
21466
21467 * calc/calc-embed.el (calc-embedded-update): Don't put in
21468 unnecessary newlines. Adjust the end of formula marker.
21469
21470 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21471 (math-latex-parse-two-args): New function.
21472
21473 2005-02-03 Lute Kamstra <lute@gnu.org>
21474
21475 * help-fns.el (help-with-tutorial): Make sure that users cannot
21476 remove the entire text of the tutorial by means of `undo'.
21477
21478 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21479
21480 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21481 in recent changes, where the ispell process was repeatedly
21482 killed & restarted.
21483
21484 * international/mule-cmds.el (set-locale-environment): Set file-name
21485 coding system to utf-8 on Darwin systems.
21486 (set-default-coding-systems): Don't set default-file-name-coding-system
21487 on Darwin systems.
21488
21489 2005-02-03 Richard M. Stallman <rms@gnu.org>
21490
21491 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21492
21493 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21494
21495 * faces.el (list-faces-display): Add optional argument.
21496
21497 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21498
21499 * font-core.el (font-lock-default-function): Handle the rare case where
21500 only font-lock-keywords is set.
21501
21502 2005-02-02 Kenichi Handa <handa@m17n.org>
21503
21504 * international/characters.el: Cancel previous change for
21505 I-WITH-DOT-ABOVE and DOTLESS-i.
21506
21507 * international/latin-5.el: Cancel previous change.
21508
21509 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21510
21511 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21512
21513 2005-02-02 Kenichi Handa <handa@m17n.org>
21514
21515 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21516 DOTLESS-i.
21517
21518 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21519 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21520
21521 * case-table.el (get-upcase-table): New function.
21522 (copy-case-table): Copy upcaes table too if non-nil.
21523 (set-case-syntax-delims): Maintain upcase table too.
21524 (set-case-syntax-pair): Likewise.
21525 (set-upcase-syntax, set-downcase-syntax): New functions.
21526 (set-case-syntax): Maintain upcase table too.
21527
21528 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21529
21530 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21531
21532 * progmodes/gud.el (gud-goto-info): New function.
21533 (gud-tool-bar-map): Use correct icon.
21534
21535 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21536
21537 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21538 When delegating, order args in the funcall correctly.
21539
21540 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21541
21542 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21543
21544 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21545
21546 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21547 buffer not visiting a file.
21548
21549 2005-01-31 Jay Belanger <belanger@truman.edu>
21550
21551 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21552 bound on the line with the formula.
21553
21554 2005-01-31 Kim F. Storm <storm@cua.dk>
21555
21556 * ses.el (ses-create-cell-variable-range)
21557 (ses-destroy-cell-variable-range, ses-reset-header-string)
21558 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21559 (ses-insert-row): Fix format of apply undo entries.
21560
21561 2005-01-31 Jay Belanger <belanger@truman.edu>
21562
21563 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21564 parts.
21565
21566 * calc/calc-embed.el (calc-embedded-open-formula)
21567 (calc-embedded-close-formula): Ignore matrix environments.
21568
21569 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21570 TeX mode.
21571
21572 * calc/calc-lang.el (math-function-table, math-oper-table)
21573 (math-variable-table): Adjust the LaTeX portions.
21574
21575 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21576 (math-latex-ignore-words): New constant.
21577
21578 2005-01-31 Richard M. Stallman <rms@gnu.org>
21579
21580 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21581 (ispell-local-dictionary): Doc fix.
21582 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21583 Don't reinitialize at run time. Don't defcustom.
21584 All uses changed to append ispell-local-dictionary-alist,
21585 or check it first.
21586 (ispell-current-dictionary): New variable for dictionary in use.
21587 (ispell-dictionary): Now used only for global default.
21588 (ispell-start-process): Set ispell-current-dictionary,
21589 not ispell-dictionary.
21590 (ispell-change-dictionary): Use this only for setting
21591 user preferences.
21592 (ispell-internal-change-dictionary): New function
21593 to change the current dictionary in use.
21594 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21595 Use ispell-current-dictionary.
21596 Handle ispell-local-dictionary-overridden.
21597 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21598
21599 2005-01-31 Jay Belanger <belanger@truman.edu>
21600
21601 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21602
21603 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21604 (calc-mode-map): Add calc-latex-language.
21605
21606 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21607 (math-latex-print-frac): New functions.
21608 (math-oper-table, math-function-table, math-variable-table)
21609 (math-complex-format, math-input-filter): Add latex properties.
21610 (calc-set-language): Set math-expr-special-function-mapping.
21611
21612 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21613 (calc-write-parse-table-part): Add LaTeX support.
21614
21615 * calc/calc.el (calc-language): Adjust docstring.
21616 (calc-set-mode-line): Add LaTeX support.
21617 (math-expr-special-function-mapping): New variable.
21618 (math-tex-ignore-words): Add to list.
21619
21620 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21621 Add LaTeX support.
21622 (math-compose-expr): Add support for special functions.
21623
21624 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21625
21626 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21627
21628 * progmodes/gdb-ui.el (gdb-memory-address)
21629 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21630 (gdb-memory-mode-map, gdb-memory-format-keymap)
21631 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21632 (gdb-memory-unit-menu): New variables for a buffer
21633 that lets the user examine program memory.
21634 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21635 (gdb-memory-format-binary, gdb-memory-format-octal)
21636 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21637 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21638 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21639 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21640 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21641 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21642 (gdb-memory-mode, gdb-memory-buffer-name)
21643 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21644 New functions for above buffer.
21645
21646 2005-01-30 Richard M. Stallman <rms@gnu.org>
21647
21648 * cus-edit.el (custom-bury-buffer): Function deleted.
21649 (custom-buffer-done-function): Option deleted.
21650 (custom-buffer-done-kill): New replacement option.
21651 (Custom-buffer-done): Call quit-window.
21652 (custom-buffer-create-internal): Update for above changes.
21653
21654 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21655
21656 * simple.el (undo-ask-before-discard): New var.
21657 (undo-outer-limit-truncate): Implement it.
21658 (undo-extra-outer-limit): Doc update.
21659
21660 2005-01-29 Richard M. Stallman <rms@gnu.org>
21661
21662 * ses.el (undo-more): Delete defadvice.
21663 (ses-begin-change): Doc fix.
21664
21665 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21666 instead of rebinding C-x u and C-_.
21667
21668 * files.el (normal-backup-enable-predicate): Return nil for files
21669 in /tmp, regardless of temporary-file-directory.
21670
21671 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21672
21673 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21674 (open-rectangle, delete-whitespace-rectangle-line)
21675 (clear-rectangle-line): If FILL, pass t instead of FILL
21676 for move-to-column's 2nd arg.
21677
21678 * simple.el (undo): Fix the test for continuing a series of undos.
21679 (undo-more): Set pending-undo-list to t when we reach end.
21680 (pending-undo-list): Move up defvar.
21681
21682 * wid-edit.el (widget-button-click):
21683 Shorten the range of the track-mouse binding.
21684
21685 * comint.el (comint-insert-input): Undo previous changes;
21686 use last-input-event in interactive spec.
21687
21688 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21689
21690 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21691 to nil before invoking call-process. Reset buffer's modified flag
21692 after fontifying it in the no-async branch.
21693
21694 * wid-edit.el (widget-specify-button): If mouse pointer shape
21695 cannot be changed, use mouse face instead.
21696
21697 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21698
21699 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21700 (gdb-goto-breakpoint): Make breakpoint handling work on template
21701 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21702 (gdb-assembler-custom): Update to recognize breakpoint information
21703 added on 2005-01-19.
21704
21705 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21706
21707 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21708 (dsssl-mode): Use define-derived-mode.
21709 (scheme-mode-initialize): Remove.
21710 (scheme-mode): Use run-mode-hooks.
21711
21712 * cus-edit.el (customize-group-other-window)
21713 (custom-buffer-create-other-window): Don't override special-display-*.
21714 (custom-mode-map): Make it dense.
21715
21716 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21717 sets the default value.
21718
21719 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21720
21721 * descr-text.el: Add more keywords.
21722
21723 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21724
21725 * speedbar.el: Avoid unnecessary use of locate-library.
21726
21727 * international/mule-cmds.el (standard-display-european-internal):
21728 Don't fiddle with latin-1 non-break space any more since it's now
21729 special cased in the C code.
21730 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21731
21732 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21733
21734 * cus-start.el (all): Add `undo-outer-limit'.
21735
21736 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21737
21738 * textmodes/bibtex.el (bibtex-format-entry):
21739 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21740 field lines.
21741 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21742 not on part of a buffer.
21743
21744 2005-01-25 Lute Kamstra <lute@gnu.org>
21745
21746 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21747 nonempty field text strings like "{letters\\macro{}more letters}".
21748 Clarify docstring.
21749 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21750 (bibtex-entry-offset, bibtex-parse-association)
21751 (bibtex-parse-field-name): Fix typos in docstrings.
21752 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21753
21754 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21755
21756 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21757 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21758 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21759 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21760
21761 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21762 isearch minor mode.
21763
21764 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21765
21766 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21767
21768 2005-01-24 Lute Kamstra <lute@gnu.org>
21769
21770 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21771 CASECHARS and NOT-CASECHARS regular expressions of the
21772 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21773 striding over charsets" error.
21774
21775 2005-01-24 Jay Belanger <belanger@truman.edu>
21776
21777 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21778 display variable name.
21779
21780 2005-01-24 Kenichi Handa <handa@m17n.org>
21781
21782 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21783 Fix setting of the element of encoded-kbd-iso2022-invocations.
21784
21785 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21786
21787 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21788 (gdb-threads-select): Change to also accept mouse events.
21789 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21790 (gdb-threads-mouse-select): Delete.
21791
21792 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21793
21794 * files.el (insert-directory): Take care of empty directory,
21795 listed without -a switch.
21796
21797 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21798
21799 * textmodes/refill.el (refill-post-command-function):
21800 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21801 to the list of functions that we should be careful not to undo.
21802 (refill-late-fill-paragraph-function): Remove.
21803 (refill-saved-state): New var.
21804 (refill-mode): Use it to save fill-paragraph-function.
21805 Save also the value of auto-fill-function.
21806
21807 * term/w32-win.el: Simplify code.
21808
21809 2005-01-23 Kim F. Storm <storm@cua.dk>
21810
21811 * simple.el (line-move): Adapt to new return value from
21812 pos-visible-in-window-p.
21813
21814 * simple.el (line-move): Fix last change. Check partial
21815 visibility at point rather than at window-start.
21816
21817 2005-01-22 Jason Rumney <jasonr@gnu.org>
21818
21819 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21820
21821 2005-01-22 David Kastrup <dak@gnu.org>
21822
21823 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21824
21825 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21826
21827 * type-break.el (type-break-mode): Add a test for
21828 type-break-file-name being non-nil.
21829
21830 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21831
21832 * net/eudc.el (top level): Call (message "") via progn, so that
21833 eudc-options-file is loaded.
21834
21835 2005-01-22 Kim F. Storm <storm@cua.dk>
21836
21837 * simple.el (line-move-1): Rename from line-move.
21838 (line-move): New function that adjusts vscroll for partially
21839 visible rows, and calls line-move-1 otherwise.
21840
21841 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21842
21843 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21844 since it's not a complete read-event implementation
21845
21846 2005-01-20 Jay Belanger <belanger@truman.edu>
21847
21848 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21849 for called function.
21850
21851 2005-01-20 Steven Tamm <steventamm@mac.com>
21852
21853 * term/mac-win.el (process-connection-type): Remove.
21854 Controlled now by s/darwin.h:PTY_ITERATION.
21855
21856 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21857
21858 * window.el (handle-select-window): Don't switch window when we're
21859 in the minibuffer.
21860
21861 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21862
21863 * subr.el (dotimes-with-progress-reporter): New macro.
21864
21865 * ses.el (ses-dotimes-msg): Remove macro.
21866 Use `dotimes-with-progress-reporter' instead.
21867
21868 2005-01-19 Steven Tamm <steventamm@mac.com>
21869
21870 * term/mac-win.el (process-connection-type): Use new
21871 operating-system-release variable to use ptys on Darwin 7 (OS X
21872 10.3) when using carbon build.
21873
21874 2005-01-19 Jay Belanger <belanger@truman.edu>
21875
21876 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21877 flags if the last command was a tab or M-tab.
21878
21879 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21880 in formula editing buffer.
21881
21882 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21883
21884 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21885 breakpoint image symbol in margin.
21886
21887 2005-01-19 Jay Belanger <belanger@truman.edu>
21888
21889 * calc/calc-prog.el (calc-execute-kbd-macro):
21890 Ignore calc-keep-arg-flag.
21891
21892 2005-01-19 Kenichi Handa <handa@m17n.org>
21893
21894 * textmodes/ispell.el (ispell-looking-at): New function.
21895 (ispell-process-line): Use ispell-looking-at to compare the ispell
21896 output and the buffer contents.
21897
21898 2005-01-18 Jay Belanger <belanger@truman.edu>
21899
21900 * calc/calc.el (calc-display-raw): Fix docstring.
21901
21902 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21903
21904 * simple.el (blink-matching-open): Strip extra info from syntax.
21905
21906 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21907 funny chars in the end-of-here-doc marker.
21908
21909 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21910
21911 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21912 that enable/disabled state of breakpoints is shown correctly in
21913 fringe and on ttys.
21914 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21915 Add breakpoint information as text properties.
21916 (gdb-mouse-toggle-breakpoint):
21917 Rename to gdb-mouse-set-clear-breakpoint.
21918 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21919 breakpoints in the margin.
21920 (gdb-remove-strings): Simplify.
21921
21922 2005-01-17 Jay Belanger <belanger@truman.edu>
21923
21924 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21925 erasing buffer.
21926
21927 2005-01-17 Richard M. Stallman <rms@gnu.org>
21928
21929 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21930 for calling grep-compute-defaults.
21931
21932 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21933 if buffer is empty.
21934
21935 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21936
21937 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21938
21939 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21940
21941 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21942 non-preloaded variables.
21943
21944 2005-01-17 Steven Tamm <steventamm@mac.com>
21945
21946 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21947 tex-shell cause to force interactivity when using pipes.
21948
21949 2005-01-17 Kim F. Storm <storm@cua.dk>
21950
21951 * simple.el (just-one-space): Make arg optional.
21952
21953 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21954
21955 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21956 posn-at-x-y to t to access left-margin.
21957
21958 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21959
21960 Sync with Tramp 2.0.47.
21961
21962 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21963 catching keep-date problems in cp/scp operations.
21964 (tramp-handle-copy-file): Don't call `set-file-modes'
21965 unconditionally. Specialized functions should know better what is
21966 necessary. This improves performance a little bit, and the
21967 functions could catch errors with `cp -p' and `scp -p'.
21968 (tramp-do-copy-or-rename-file-via-buffer)
21969 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21970 when appropriate.
21971 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21972 Call `set-file-modes' when appropriate.
21973 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21974 Johnsson <isak@hypergene.com>
21975 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21976 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21977 <joakim@verona.se>
21978 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21979 Emacs only.
21980
21981 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21982 `find-file-hooks' and `dired-mode-hook'.
21983 (tramp-minor-mode-map): Respective map. Add remapping for
21984 `compile' and `recompile'.
21985 (tramp-remap-command, tramp-recompile): New defuns.
21986 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21987 in buffer "*Compilation*". Call the commands asynchronously.
21988
21989 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21990 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21991 `shell-command', because it isn't magic in XEmacs. Reported by
21992 Adrian Aichner <adrian@xemacs.org>.
21993
21994 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21995 `substitute-in-file-name.
21996 (tramp-smb-handle-substitute-in-file-name): New defun.
21997 (tramp-smb-advice-PC-do-completion): Delete advice.
21998
21999 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22000
22001 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22002 Fix error in deleting region.
22003
22004 2005-01-15 Richard M. Stallman <rms@gnu.org>
22005
22006 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22007 In non-temp buffer, switch syntax table temporarily.
22008
22009 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22010
22011 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22012
22013 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22014
22015 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22016 (imenu--generic-function): Use START, not BEG, as pos of definition.
22017
22018 * simple.el (just-one-space): Argument specifies number of spaces.
22019
22020 * simple.el (eval-expression-print-format): Avoid warning
22021 about edebug-active.
22022
22023 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22024
22025 * progmodes/sh-script.el: Code copied from make-mode.el
22026 with small changes,
22027 (sh-mode-map): Bind C-c C-\.
22028 (sh-backslash-column, sh-backslash-align): New variables.
22029 (sh-backslash-region, sh-append-backslash): New functions.
22030
22031 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22032
22033 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22034 (rmail-pop-password, rmail-pop-password-required): Move to
22035 rmail-obsolete group.
22036 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22037 All callers updated.
22038 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22039 Take an argument specifying whether it is POP or IMAP mailbox we
22040 are using. All callers updated.
22041 (rmail-pop-password-error): Rename to
22042 rmail-remote-password-error. Added mailutils-specific error message.
22043 (rmail-movemail-search-path)
22044 (rmail-movemail-variant-in-use): New variables.
22045 (rmail-remote-password, rmail-remote-password-required):
22046 New customization variables.
22047 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22048 (rmail-parse-url): New function.
22049 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22050 with GNU mailutils movemail.
22051
22052 2005-01-15 Kevin Ryde <user42@zip.com.au>
22053
22054 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22055 suffix to space, $ or '$, to correctly position point when going
22056 to @table style constants like DBL_MAX.
22057
22058 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22059
22060 * type-break.el (type-break-mode, type-break-file-time)
22061 (type-break-file-keystroke-count, type-break-choose-file):
22062 Don't store data in or load data from the file if type-break-file-name
22063 is nil.
22064 (type-break-file-name): Doc update as per the above.
22065
22066 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22067
22068 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22069 lookup-key might return nil; handle that.
22070
22071 2005-01-15 Alan Mackenzie <acm@muc.de>
22072
22073 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22074 rather than the element found, thus enabling the tree to be setcar'd.
22075
22076 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22077
22078 * textmodes/org.el (org-show-following-heading): New option.
22079 (org-show-hierarchy-above): Use `org-show-following-heading'.
22080 (org-cycle): Documentation fix.
22081
22082 * textmodes/org.el (orgtbl-optimized): New option
22083 (orgtbl-mode): New command, a minor mode.
22084 (orgtbl-mode-map): New variable.
22085 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22086 (orgtbl-error, orgtbl-self-insert-command)
22087 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22088
22089 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22090 a local variable in each org-mode buffer.
22091
22092 * textmodes/org.el (org-set-regexps-and-options): Rename from
22093 `org-set-regexps'. Added checking for STARTUP keyword.
22094 (org-get-current-options): Add STARTUP options.
22095 (org-table-insert-row): Make mode intelligent about when
22096 realignment is needed.
22097 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22098 New commands.
22099 (org-enable-table-editor): New default value `optimized'.
22100 (org-table-blank-field): Support blanking regions if active.
22101
22102 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22103
22104 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22105 if the year is not given.
22106
22107 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22108 Add new escapes %m and %M, fixed bug with %F by adding
22109 save-match-data.
22110 (reftex-reference): Remove ?. from list of spaces.
22111 (reftex-label-info): Add automatic label prefix recognition.
22112
22113 * textmodes/reftex-index.el (reftex-index-next-phrase):
22114 Add slave parameter to call of `reftex-index-this-phrase'.
22115 (reftex-index-this-phrase): New optional argument.
22116 (reftex-index-region-phrases): Add slave parameter to call of
22117 `reftex-index-this-phrase'.
22118 (reftex-display-index): New argument redo.
22119 (reftex-index-rescan): Add `redo' to arguments of
22120 `reftex-display-index'.
22121 (reftex-index-Rescan, reftex-index-revert)
22122 (reftex-index-switch-index-tag): Add `redo' to arguments of
22123 `reftex-display-index'.
22124 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22125 indexing. Fix bug with matching is there is a quote before or
22126 after the word.
22127
22128 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22129 Fix bug when collecting citation keys in lines with comments.
22130 (reftex-citation): Prefix argument no longer rescans the document,
22131 but forces prompting for optional arguments of cite macros.
22132 (reftex-do-citation): Prompting for optional arguments implemented.
22133
22134 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22135 Add optional arguments to most cite commands.
22136 (reftex-cite-cleanup-optional-args): New option
22137 (reftex-cite-prompt-optional-args): New option.
22138 (reftex-trust-label-prefix): New option.
22139
22140 * textmodes/reftex-toc.el (reftex-toc-find-section):
22141 Add push-mark before changing the position in the buffer.
22142
22143 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22144 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22145
22146 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22147
22148 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22149 more carefully.
22150
22151 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22152
22153 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22154 (sgml-mode): Use it.
22155 (sgml-get-context): Better keep track of implicitly closed tags.
22156
22157 2005-01-13 Kenichi Handa <handa@m17n.org>
22158
22159 * textmodes/ispell.el: These changes are to fix misalignment error
22160 caused by equivalent characters of different Emacs charsets.
22161 (ispell-unified-chars-table): New variable.
22162 (ispell-get-decoded-string): New function.
22163 (ispell-get-casechars, ispell-get-not-casechars)
22164 (ispell-get-otherchars): Call ispell-get-decoded-string.
22165
22166 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22167
22168 * custom.el (custom-declare-variable): Just put symbol instead
22169 of (defvar . symbol) in `current-load-list'.
22170
22171 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22172
22173 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22174
22175 2005-01-12 Jay Belanger <belanger@truman.edu>
22176
22177 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22178 to create a Calc summary.
22179
22180 2005-01-12 Kim F. Storm <storm@cua.dk>
22181
22182 * mouse.el (mouse-on-link-p): Change functionality and doc
22183 string to comply with latest description in lisp ref.
22184
22185 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22186
22187 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22188 Enable mouse clicks on mode-line, header-line and margin.
22189 (event-type): Give mouse event symbols an `event-kind' property
22190 with value `mouse-click'.
22191
22192 2005-01-12 Juri Linkov <juri@jurta.org>
22193
22194 * facemenu.el (list-colors-display): Add new arg buffer-name.
22195 Use it. Fix docstring. Replace code for identifying duplicate
22196 colors by the name with call to `list-colors-duplicates' which
22197 identifies duplicate colors by the value unless the color
22198 is one of special Windows colors. Set truncate-lines to t.
22199 Print sorted duplicate color names on each line. Indent to 22
22200 \(the longest color name in rgb.txt) instead of 20. Optimize.
22201 (list-colors-duplicates): New function.
22202 (facemenu-color-name-equal): Delete function.
22203
22204 * facemenu.el (list-colors-print): New function created from code
22205 in list-colors-display. Print #RRGGBB at the window right edge.
22206 (list-colors-display): When temp-buffer-show-function is not
22207 defined, call list-colors-print from temp-buffer-show-hook
22208 to get the right value of window-width in list-colors-print
22209 after the buffer is displayed.
22210
22211 * simple.el (pop-mark): Move deactivate-mark out of conditional
22212 part to deactivate the active mark regardless of the state of the
22213 mark ring.
22214
22215 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22216 variables line in desktop files.
22217
22218 2005-01-12 Juri Linkov <juri@jurta.org>
22219
22220 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22221 Bring together isearch highlight related options.
22222 (lazy-highlight): Replace group `replace' by `matching'.
22223 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22224 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22225 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22226 and declare them obsolete.
22227 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22228 (isearch-faces): Remove defgroup.
22229 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22230 Move isearch highlighting code closer to lazy highlighting code.
22231
22232 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22233 (query-replace-highlight, query-replace-lazy-highlight)
22234 (query-replace): Move definitions to the beginning of the file.
22235
22236 2005-01-11 Juri Linkov <juri@jurta.org>
22237
22238 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22239 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22240 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22241
22242 * info.el (Info-history-forward): New variable.
22243 (Info-select-node): Reset Info-history-forward to nil.
22244 (Info-last): Turn into defalias.
22245 (Info-history-back): Rename from Info-last.
22246 Add current node to Info-history-forward.
22247 (Info-history-forward): New fun.
22248 (Info-mode-map): Replace Info-last by Info-history-back.
22249 Bind Info-history-forward to "r".
22250 (Info-mode-menu): Replace Info-last by Info-history-back.
22251 Fix menu item text. Add menu item for Info-history-forward.
22252 (info-tool-bar-map): Replace Info-last by Info-history-back.
22253 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22254 for Info-history-forward.
22255 (Info-mode): Replace Info-last by Info-history-back in docstring.
22256 Add local variable Info-history-forward.
22257 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22258
22259 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22260
22261 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22262 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22263 Ignore select-window events rather than fiddle with
22264 mouse-autoselect-window.
22265
22266 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22267
22268 * type-break.el (type-break-mode): Fix previous change.
22269
22270 2005-01-10 Jay Belanger <belanger@truman.edu>
22271
22272 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22273 calculator; only reset when point is inside a calculator.
22274 Don't adjust the window height if the window takes up the whole height
22275 of the frame.
22276
22277 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22278
22279 * ebuff-menu.el (Electric-buffer-menu-mode):
22280 Preserve value of buffer-local var header-line-format.
22281
22282 2005-01-09 Jay Belanger <belanger@truman.edu>
22283
22284 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22285 Make sure settings file exists before accessing it.
22286
22287 * calc/calc-embed.el (calc-embedded-subst):
22288 Replace math-multi-subst-rec, which is only supposed to be called
22289 by math-multi-subst, by math-multi-subst.
22290
22291 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22292
22293 * vc.el (vc-allow-async-revert): New user option.
22294 (vc-disable-async-diff): New internal variable.
22295 (vc-revert-buffer): Use them to disable asynchronous diff.
22296
22297 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22298 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22299 asynchronously if vc-disable-async-diff is t.
22300
22301 2005-01-09 Jay Belanger <belanger@truman.edu>
22302
22303 * calc/calc.el (defcalcmodevar): New macro.
22304 (calc-mode-var-list-restore-default-values)
22305 (calc-mode-var-list-restore-saved-values): New functions.
22306 (calc-mode-var-list): Use defcalcmodevar to define it.
22307 (calc-always-load-extensions, calc-line-numbering)
22308 (calc-line-breaking, calc-display-just, calc-display-origin)
22309 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22310 (calc-group-char, calc-point-char, calc-frac-format)
22311 (calc-prefer-frac, calc-hms-format, calc-date-format)
22312 (calc-float-format, calc-full-float-format, calc-complex-format)
22313 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22314 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22315 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22316 (calc-matrix-brackets, calc-language, calc-language-option)
22317 (calc-left-label, calc-right-label, calc-word-size)
22318 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22319 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22320 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22321 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22322 (calc-window-height, calc-display-trail, calc-show-selections)
22323 (calc-use-selections, calc-assoc-selections)
22324 (calc-display-working-message, calc-auto-why, calc-timing)
22325 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22326 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22327 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22328 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22329 (calc-gnuplot-geometry, calc-graph-default-resolution)
22330 (calc-graph-default-resolution-3d, calc-invocation-macro)
22331 (calc-show-banner): Use defcalcmodevar to declare them and set
22332 their default values.
22333
22334 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22335 instead of default values (but restore default values if there is
22336 an argument of 0).
22337
22338 2005-01-09 David Kastrup <dak@gnu.org>
22339
22340 * desktop.el (desktop-restore-eager): Fix typo in type.
22341
22342 2005-01-08 Richard M. Stallman <rms@gnu.org>
22343
22344 * cus-edit.el (customize): Delete :link.
22345
22346 2005-01-08 Jay Belanger <belanger@truman.edu>
22347
22348 * calc/calc.el (calc-mode): Remove the extension from the
22349 `calc-settings-file' file name when loading it.
22350
22351 2005-01-08 Kim F. Storm <storm@cua.dk>
22352
22353 * info.el (Info-mode-map, Info-next-link-keymap)
22354 (Info-prev-link-keymap, Info-up-link-keymap):
22355 Map follow-link to mouse-face.
22356 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22357
22358 2005-01-08 Jay Belanger <belanger@truman.edu>
22359
22360 * calc/calc.el (calc-settings-file): Change default value.
22361 Suggested by cgw in a comment in calc-mode.el.
22362
22363 * calc/calc-mode.el (calc-settings-file-name):
22364 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22365 Replace ~/.emacs in a prompt by calc-settings-file.
22366
22367 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22368
22369 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22370 (desktop-lazy-idle-delay): New customizable variables.
22371 (desktop-buffer-args-list): New variable.
22372 (desktop-append-buffer-args): New function.
22373 (desktop-save): Call desktop-append-buffer-args for some buffers.
22374 (desktop-lazy-create-buffer): New function.
22375 (desktop-idle-create-buffers): New function.
22376 (desktop-read): Add message about buffers to restore lazily.
22377 (desktop-lazy-abort): New command.
22378 (desktop-clear): Call desktop-lazy-abort.
22379 (desktop-lazy-complete): New command.
22380
22381 2005-01-06 Richard M. Stallman <rms@gnu.org>
22382
22383 * emacs-lisp/find-func.el (find-face-definition):
22384 Rename from find-face.
22385
22386 2005-01-06 Kim F. Storm <storm@cua.dk>
22387
22388 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22389
22390 * man.el (Man-xref-man-page, Man-xref-header-file)
22391 (Man-xref-normal-file): Add follow-link property.
22392
22393 2005-01-06 Jay Belanger <belanger@truman.edu>
22394
22395 * calc/calc-units.el: Make sure the proper macro definitions are
22396 available when compiling.
22397
22398 2005-01-06 Juri Linkov <juri@jurta.org>
22399
22400 * isearch.el (isearch-lazy-highlight-update):
22401 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22402
22403 2005-01-06 Miles Bader <miles@gnu.org>
22404
22405 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22406 (isearch-lazy-highlight-face): Use new name.
22407
22408 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22409
22410 * uniquify.el (uniquify-rationalize-file-buffer-names):
22411 Re-add an interactive spec.
22412 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22413 to the same name.
22414
22415 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22416 (isearch-update, isearch-done): Adjust calls accordingly.
22417
22418 2005-01-05 Richard M. Stallman <rms@gnu.org>
22419
22420 * custom.el (custom-set-variables, custom-theme-set-variables):
22421 Clarify documentation.
22422
22423 * emacs-lisp/find-func.el (find-variable)
22424 (find-variable-other-window, find-variable-other-frame):
22425 Fix the TYPE args to find-function-read and find-function-do-it.
22426 (find-function): Doc fix.
22427 (find-function-at-point): Replace function-at-point alias.
22428
22429 2005-01-04 Richard M. Stallman <rms@gnu.org>
22430
22431 * cus-face.el (custom-declare-face):
22432 Record defface in current-load-list.
22433
22434 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22435
22436 * emacs-lisp/find-func.el: Doc fixes.
22437 (find-face-regexp): New variable.
22438 (find-function-regexp-alist): New variable.
22439 (find-function-C-source): Third arg is now TYPE.
22440 (find-function-search-for-symbol): Handle general TYPE.
22441 (find-function-read, find-function-do-it): Handle general TYPE.
22442 (find-definition-noselect, find-face): New functions.
22443 (function-at-point): Alias deleted.
22444
22445 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22446
22447 * battery.el (display-battery-mode): Rename from display-battery.
22448 Handle the case where it gets turned off.
22449
22450 2005-01-04 Richard M. Stallman <rms@gnu.org>
22451
22452 * cus-edit.el (customize): Make :link point to user doc.
22453
22454 * man.el (Man-fontify-manpage): Turn off undo generation.
22455
22456 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22457
22458 2005-01-04 Andreas Schwab <schwab@suse.de>
22459
22460 * files.el (insert-directory): Only look for error lines in
22461 inserted text. Don't move too far after processing --dired markers.
22462
22463 2005-01-04 Richard M. Stallman <rms@gnu.org>
22464
22465 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22466 Don't expand if the character is @, period, dash, etc.
22467 (define-mail-abbrev): Quote names that contain problem characters.
22468
22469 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22470
22471 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22472
22473 2005-01-03 Richard M. Stallman <rms@gnu.org>
22474
22475 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22476 (query-replace-highlight, query-replace-lazy-highlight)
22477 (query-replace): Definitions moved up. Doc fix.
22478
22479 2005-01-03 Richard M. Stallman <rms@gnu.org>
22480
22481 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22482 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22483 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22484 (lazy-highlight-face): Rename from isearch-lazy-...
22485 Change all references to them.
22486
22487 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22488
22489 * cus-edit.el (custom-file): Doc fix for defcustom.
22490 (custom-file): The function no longer sets the variable
22491 `custom-file' to its return value.
22492
22493 * startup.el (command-line): No longer load `custom-file'.
22494
22495 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22496
22497 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22498
22499 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22500 Don't confuse module-prefixed identifiers for labels.
22501 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22502
22503 2005-01-02 Richard M. Stallman <rms@gnu.org>
22504
22505 * files.el (basic-save-buffer-1): Fix previous change.
22506
22507 * loadhist.el (file-loadhist-lookup): New function.
22508 (file-provides, file-requires): Use it.
22509
22510 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22511 instead of calculating the right size.
22512
22513 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22514
22515 * vc-svn.el (vc-svn-diff): Stay local if possible.
22516
22517 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22518
22519 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22520
22521 * files.el (hack-local-variables): Fix last change.
22522
22523 2005-01-02 Jay Belanger <belanger@truman.edu>
22524
22525 * calc/calc-yank.el (calc-edit-top): New variable.
22526 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22527 object. Change header properties.
22528 (calc-edit-finish, calc-edit-finish-stack-object)
22529 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22530 edited object.
22531 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22532 for the beginning of the edited object.
22533 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22534 for the beginning of the edited object.
22535 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22536 (calc-finish-formula-edit, calc-macro-repeats)
22537 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22538 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22539 beginning of the edited object.
22540 (calc-user-define-edit): Change the header for editing macros.
22541 Remove unnecessary variable.
22542
22543 2005-01-01 Jay Belanger <belanger@truman.edu>
22544
22545 * calc/calc-yank.el (calc-edit-mode): Change default header.
22546 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22547 * calc/calc-store.el (calc-edit-variable): Change title to match new
22548 header.
22549 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22550 mode to match new header.
22551 (calc-user-define-edit): Change titles to include names of commands.
22552 (calc-finish-formula-edit): Adjust to handle new header.
22553 (calc-finish-macro-edit): Remove.
22554 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22555 (calc-edit-macro-command, calc-edit-macro-command-type)
22556 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22557 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22558 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22559 (calc-edit-macro-finish-edit): New functions.
22560 (calc-user-define-edit): Use new functions to edit named calc macros.
22561
22562 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22563
22564 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22565
22566 * ses.el (copy-region-as-kill): Deactivate mark.
22567
22568 2005-01-01 Richard M. Stallman <rms@gnu.org>
22569
22570 * replace.el (occur-1): If the output buffer is also an input,
22571 don't kill it, rename it.
22572
22573 * faces.el (set-face-background, set-face-foreground): Doc fix.
22574
22575 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22576 for :foreground and :background.
22577
22578 * dired.el (dired-view-command-alist): Variable deleted.
22579 (dired-view-file, dired-mouse-find-file-other-window):
22580 Delete the code to use it.
22581
22582 2005-01-01 Kim F. Storm <storm@cua.dk>
22583
22584 * image.el (insert-sliced-image): Use t for line-height property.
22585
22586 See ChangeLog.11 for earlier changes.
22587
22588 ;; Local Variables:
22589 ;; coding: iso-2022-7bit
22590 ;; End:
22591
22592 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22593 Copying and distribution of this file, with or without modification,
22594 are permitted provided the copyright notice and this notice are preserved.
22595
22596 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1